We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6e4348 commit bd66e61Copy full SHA for bd66e61
CodeJam.Main.Tests/CodeJam.Main.Tests.csproj
@@ -16,8 +16,8 @@
16
</ItemGroup>
17
<ItemGroup Condition=" '$(TargetFramework)' != 'net20' AND '$(TargetFramework)' != 'netcoreapp1.1' ">
18
<PackageReference Include="NUnit" Version="3.12.0" />
19
- <PackageReference Include="NUnit3TestAdapter" Version="3.17.0" />
20
- <PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.8.0" />
+ <PackageReference Include="NUnit3TestAdapter" Version="4.2.1" />
+ <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.2.0" />
21
22
<!-- #endregion -->
23
0 commit comments