Skip to content

Commit

Permalink
Bump Lokad.ILPack and Microsoft.NET.Test.Sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
ds5678 committed Nov 22, 2024
1 parent ef84f6e commit 64fc33f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions HarmonyTests/HarmonyTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="NUnit" Version="3.14.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.3.2">
<PrivateAssets>all</PrivateAssets>
Expand All @@ -50,7 +50,7 @@
<!-- </ItemGroup>-->

<ItemGroup Condition="'$(TargetFrameworkIdentifier)'=='.NETCoreApp'">
<PackageReference Include="Lokad.ILPack" Version="0.1.7" PrivateAssets="all" />
<PackageReference Include="Lokad.ILPack" Version="0.2.0" PrivateAssets="all" />
</ItemGroup>

</Project>

0 comments on commit 64fc33f

Please sign in to comment.