Skip to content
This repository has been archived by the owner on Jan 8, 2023. It is now read-only.

Commit

Permalink
Update to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rprouse authored Oct 19, 2021
1 parent 0511a88 commit 8c62261
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Content/dotnet-new-nunit-csharp/Company.TestProject1.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="NUnit" Version="3.13.1" />
<PackageReference Include="NUnit" Version="3.13.2" />
<PackageReference Include="NUnit3TestAdapter" Version="3.15.1" Condition="$(DotNetCoreLessThan21)" />
<PackageReference Include="NUnit3TestAdapter" Version="3.17.0" Condition="$(DotNetCoreGreaterOrEqualThan21)" />
<PackageReference Include="NUnit3TestAdapter" Version="3.17.0" Condition="$(DotNetCoreGreaterOrEqualThan50)" />
<PackageReference Include="NUnit3TestAdapter" Version="3.17.0" Condition="$(DotNetFramework)" />
<PackageReference Include="NUnit3TestAdapter" Version="4.0.0" Condition="$(DotNetCoreGreaterOrEqualThan21)" />
<PackageReference Include="NUnit3TestAdapter" Version="4.0.0" Condition="$(DotNetCoreGreaterOrEqualThan50)" />
<PackageReference Include="NUnit3TestAdapter" Version="4.0.0" Condition="$(DotNetFramework)" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.2.0" Condition="$(DotNetCoreLessThan20)"/>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.9.1" Condition="$(DotNetCoreGreaterOrEqualThan20)"/>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.9.1" Condition="$(DotNetCoreGreaterOrEqualThan50)"/>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.9.1" Condition="$(DotNetFramework)"/>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.11.0" Condition="$(DotNetCoreGreaterOrEqualThan20)"/>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.11.0" Condition="$(DotNetCoreGreaterOrEqualThan50)"/>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.11.0" Condition="$(DotNetFramework)"/>
</ItemGroup>

</Project>

0 comments on commit 8c62261

Please sign in to comment.