Skip to content

Commit 46da182

Browse files
authored
Merge pull request #323 from dorssel/bump_mstest
Bump MSTest.Sdk from 3.11.0 to 4.0.0
2 parents f466e1f + 3471213 commit 46da182

File tree

3 files changed

+1
-7
lines changed

3 files changed

+1
-7
lines changed

Examples/TestableUnitTests/Usings.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,5 @@
33
// SPDX-License-Identifier: MIT
44

55
global using Dorssel.Utilities;
6-
global using Microsoft.VisualStudio.TestTools.UnitTesting;
76
global using Moq;
87
global using Testable;

UnitTest.Build.props

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,6 @@ SPDX-License-Identifier: MIT
1111
<CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
1212
</PropertyGroup>
1313

14-
<PropertyGroup>
15-
<!-- Updates to transitive MSTest.Sdk dependencies -->
16-
<MicrosoftNETTestSdkVersion>18.0.0</MicrosoftNETTestSdkVersion>
17-
</PropertyGroup>
18-
1914
<ItemGroup>
2015
<!-- We use internal test classes. -->
2116
<AssemblyAttribute Include="Microsoft.VisualStudio.TestTools.UnitTesting.DiscoverInternalsAttribute" />

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
},
88
"msbuild-sdks": {
99
"Microsoft.Build.NoTargets": "3.7.134",
10-
"MSTest.Sdk": "3.11.0"
10+
"MSTest.Sdk": "4.0.0"
1111
}
1212
}

0 commit comments

Comments
 (0)