File tree Expand file tree Collapse file tree 3 files changed +1
-7
lines changed
Examples/TestableUnitTests Expand file tree Collapse file tree 3 files changed +1
-7
lines changed Original file line number Diff line number Diff line change 33// SPDX-License-Identifier: MIT
44
55global using Dorssel . Utilities ;
6- global using Microsoft . VisualStudio . TestTools . UnitTesting ;
76global using Moq ;
87global using Testable ;
Original file line number Diff line number Diff 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" />
Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments