Skip to content

Commit

Permalink
Version bump for Microsoft.NET.Test.Sdk, NUnit3TestAdapter and coverl…
Browse files Browse the repository at this point in the history
…et.collector
  • Loading branch information
Martyn Nevers committed Jun 20, 2023
1 parent 9a9e702 commit 9f4e30c
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions PleaseWait.Tests/PleaseWait.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,14 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.5.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.2" />
<PackageReference Include="NUnit" Version="3.13.3" />
<PackageReference Include="NUnit3TestAdapter" Version="4.4.2" />
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
<PackageReference Include="NUnit.Analyzers" Version="3.6.1" />
<PackageReference Include="coverlet.collector" Version="3.2.0" />
<PackageReference Include="coverlet.collector" Version="6.0.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="StyleCop.Analyzers" Version="1.1.118">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down

0 comments on commit 9f4e30c

Please sign in to comment.