Skip to content

Commit

Permalink
NuGet: update NUnit3TestAdapter to 4.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KrzysFR committed Jul 31, 2024
1 parent a8287f0 commit cfc6489
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Doxense.Core.Tests/Doxense.Core.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<PackageReference Include="Microsoft.TestPlatform.TestHost" Version="17.10.0" />
<PackageReference Include="NodaTime.Testing" Version="3.1.11" />
<PackageReference Include="NUnit" Version="4.1.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0">
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down
2 changes: 1 addition & 1 deletion FoundationDB.Tests/FoundationDB.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="NUnit" Version="4.1.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
<PackageReference Include="protobuf-net" Version="3.2.30" />
</ItemGroup>

Expand Down

0 comments on commit cfc6489

Please sign in to comment.