Skip to content

Commit cc4eb88

Browse files
committed
Bump MSTest.Sdk to 4.2.1 in global.json and Microsoft.NET.Test.Sdk to 18.4.0 in test project
1 parent 8a827bf commit cc4eb88

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

DotNetExtensionsTests/DotNetExtensionsTests.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@
1818
</ItemGroup>
1919

2020
<ItemGroup>
21-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.1" />
22-
<PackageReference Update="Microsoft.Testing.Extensions.CodeCoverage" Version="18.3.2" />
21+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.4.0" />
2322
</ItemGroup>
2423

2524
</Project>

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"allowPrerelease": false
66
},
77
"msbuild-sdks": {
8-
"MSTest.Sdk": "4.1.0"
8+
"MSTest.Sdk": "4.2.1"
99
},
1010
"test": {
1111
"runner": "Microsoft.Testing.Platform"

0 commit comments

Comments
 (0)