Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Game4all/gamebosu
Browse files Browse the repository at this point in the history
  • Loading branch information
Game4all committed Aug 24, 2021
2 parents 8849353 + 0a45ff7 commit 15bc2f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<GenerateProgramFile>false</GenerateProgramFile>
</PropertyGroup>
<ItemGroup Label="Package References">
<PackageReference Include="Microsoft.Build.Utilities.Core" Version="16.10.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.10.0" />
<PackageReference Include="Microsoft.Build.Utilities.Core" Version="16.11.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.11.0" />
<PackageReference Include="NUnit" Version="3.13.2" />
<PackageReference Include="NUnit3TestAdapter" Version="4.0.0" />
<PackageReference Update="Microsoft.EntityFrameworkCore.Sqlite" Version="5.0.5" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
</ItemGroup>
<ItemGroup Condition="'$(Configuration)'=='Release'">
<PackageReference Include="Fody" Version="6.5.2" PrivateAssets="All" />
<PackageReference Include="ILMerge.Fody" Version="1.16.0" PrivateAssets="All" />
<PackageReference Include="ILMerge.Fody" Version="1.17.0" PrivateAssets="All" />
</ItemGroup>
</Project>

0 comments on commit 15bc2f6

Please sign in to comment.