Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
artemiusgreat committed Mar 18, 2024
1 parent 681e3c0 commit 169003f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Libs/ScriptContainer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,13 @@
<ImplicitUsings>disable</ImplicitUsings>
</PropertyGroup>

<ItemGroup>
<FrameworkReference Include="Microsoft.AspNetCore.App" />
</ItemGroup>

<PropertyGroup>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Version>1.2.6</Version>
<Version>1.2.7</Version>
<Authors>artemiusgreat</Authors>
<Copyright>indemos.com</Copyright>
<PackageProjectUrl>http://indemos.com</PackageProjectUrl>
Expand All @@ -18,8 +22,4 @@
<PackageLicenseExpression>MIT</PackageLicenseExpression>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="7.0.5" />
</ItemGroup>

</Project>

0 comments on commit 169003f

Please sign in to comment.