Skip to content

Commit a5173e7

Browse files
Bump the nuget-dependencies group with 4 updates
Bumps coverlet.collector from 6.0.2 to 6.0.4 Bumps Microsoft.NET.Test.Sdk from 17.12.0 to 18.0.1 Bumps MSTest.TestAdapter from 3.7.0 to 4.0.2 Bumps MSTest.TestFramework from 3.7.0 to 4.0.2 --- updated-dependencies: - dependency-name: coverlet.collector dependency-version: 6.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-dependencies - dependency-name: Microsoft.NET.Test.Sdk dependency-version: 18.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: nuget-dependencies - dependency-name: MSTest.TestAdapter dependency-version: 4.0.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: nuget-dependencies - dependency-name: MSTest.TestFramework dependency-version: 4.0.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: nuget-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1c97040 commit a5173e7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/DemaConsulting.DotnetToolWrapper.Tests/DemaConsulting.DotnetToolWrapper.Tests.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@
1313
</PropertyGroup>
1414

1515
<ItemGroup>
16-
<PackageReference Include="coverlet.collector" Version="6.0.2">
16+
<PackageReference Include="coverlet.collector" Version="6.0.4">
1717
<PrivateAssets>all</PrivateAssets>
1818
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1919
</PackageReference>
2020
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="10.0.101">
2121
<PrivateAssets>all</PrivateAssets>
2222
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2323
</PackageReference>
24-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
25-
<PackageReference Include="MSTest.TestAdapter" Version="3.7.0" />
26-
<PackageReference Include="MSTest.TestFramework" Version="3.7.0" />
24+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.1" />
25+
<PackageReference Include="MSTest.TestAdapter" Version="4.0.2" />
26+
<PackageReference Include="MSTest.TestFramework" Version="4.0.2" />
2727
<PackageReference Include="SonarAnalyzer.CSharp" Version="10.17.0.131074">
2828
<PrivateAssets>all</PrivateAssets>
2929
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

0 commit comments

Comments
 (0)