Skip to content

Commit 3ead1b2

Browse files
Bump Microsoft.CodeCoverage and Microsoft.NET.Test.Sdk
Bumps Microsoft.CodeCoverage from 17.13.0 to 18.0.0 Bumps Microsoft.NET.Test.Sdk from 17.13.0 to 18.0.0 --- updated-dependencies: - dependency-name: Microsoft.CodeCoverage dependency-version: 18.0.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.NET.Test.Sdk dependency-version: 18.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7712749 commit 3ead1b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/Library/PointCloud.Test/PointCloud.Test.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
</PropertyGroup>
2727

2828
<ItemGroup>
29-
<PackageReference Include="Microsoft.CodeCoverage" Version="17.13.0" />
30-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
29+
<PackageReference Include="Microsoft.CodeCoverage" Version="18.0.0" />
30+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.0" />
3131
<PackageReference Include="NUnit" Version="4.3.2" />
3232
<PackageReference Include="NUnit3TestAdapter" Version="5.0.0" />
3333
<PackageReference Include="NUnit.Analyzers" Version="4.7.0">

0 commit comments

Comments
 (0)