File tree Expand file tree Collapse file tree 4 files changed +8
-52
lines changed
template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content Expand file tree Collapse file tree 4 files changed +8
-52
lines changed Original file line number Diff line number Diff line change 11<!-- #if (UseMSTestSdk)-->
2- <Project Sdk =" MSTest.Sdk/3.10.0 " >
2+ <Project Sdk =" MSTest.Sdk/4.0.0-preview.25372.6 " >
33
44 <PropertyGroup >
55 <TargetFramework Condition =" '$(TargetFrameworkOverride)' == ''" >net10.0</TargetFramework >
1818 </ItemGroup >
1919<!-- #endif-->
2020<!-- #else-->
21- <!--
22- Displays error on console in addition to the log file. Note that this feature comes with a performance impact.
23- For more information, visit https://learn.microsoft.com/dotnet/core/testing/unit-testing-platform-integration-dotnet-test#show-failure-per-test
24- -->
25- <TestingPlatformShowTestsFailure >true</TestingPlatformShowTestsFailure >
2621 <TestingExtensionsProfile Condition =" '$(ExtensionsProfile)' != 'Default' " >$(ExtensionsProfile)</TestingExtensionsProfile >
2722 </PropertyGroup >
2823<!-- #endif-->
4136<!-- #if (TestRunner == "Microsoft.Testing.Platform")-->
4237 <EnableMSTestRunner >true</EnableMSTestRunner >
4338 <OutputType >Exe</OutputType >
44- <TestingPlatformDotnetTestSupport >true</TestingPlatformDotnetTestSupport >
45- <!--
46- Displays error on console in addition to the log file. Note that this feature comes with a performance impact.
47- For more information, visit https://learn.microsoft.com/dotnet/core/testing/unit-testing-platform-integration-dotnet-test#show-failure-per-test
48- -->
49- <TestingPlatformShowTestsFailure >true</TestingPlatformShowTestsFailure >
5039<!-- #endif-->
5140 </PropertyGroup >
5241
5342 <ItemGroup >
5443<!-- #if (CoverageTool == "coverlet")-->
5544 <PackageReference Include =" coverlet.collector" Version =" 6.0.4" />
5645<!-- #endif-->
57- <PackageReference Include =" MSTest" Version =" 3.10.0 " />
46+ <PackageReference Include =" MSTest" Version =" 4.0.0-preview.25372.6 " />
5847 </ItemGroup >
5948
6049 <ItemGroup >
Original file line number Diff line number Diff line change 11<!-- #if (UseMSTestSdk)-->
2- <Project Sdk =" MSTest.Sdk/3.10.0 " >
2+ <Project Sdk =" MSTest.Sdk/4.0.0-preview.25372.6 " >
33
44 <PropertyGroup >
55 <TargetFramework Condition =" '$(TargetFrameworkOverride)' == ''" >net10.0</TargetFramework >
1818 </ItemGroup >
1919<!-- #endif-->
2020<!-- #else-->
21- <!--
22- Displays error on console in addition to the log file. Note that this feature comes with a performance impact.
23- For more information, visit https://learn.microsoft.com/dotnet/core/testing/unit-testing-platform-integration-dotnet-test#show-failure-per-test
24- -->
25- <TestingPlatformShowTestsFailure >true</TestingPlatformShowTestsFailure >
2621 <TestingExtensionsProfile Condition =" '$(ExtensionsProfile)' != 'Default' " >$(ExtensionsProfile)</TestingExtensionsProfile >
2722 </PropertyGroup >
2823<!-- #endif-->
4641<!-- #if (TestRunner == "Microsoft.Testing.Platform")-->
4742 <EnableMSTestRunner >true</EnableMSTestRunner >
4843 <OutputType >Exe</OutputType >
49- <TestingPlatformDotnetTestSupport >true</TestingPlatformDotnetTestSupport >
50- <!--
51- Displays error on console in addition to the log file. Note that this feature comes with a performance impact.
52- For more information, visit https://learn.microsoft.com/dotnet/core/testing/unit-testing-platform-integration-dotnet-test#show-failure-per-test
53- -->
54- <TestingPlatformShowTestsFailure >true</TestingPlatformShowTestsFailure >
5544<!-- #endif-->
5645 </PropertyGroup >
5746
5847 <ItemGroup >
5948<!-- #if (CoverageTool == "coverlet")-->
6049 <PackageReference Include =" coverlet.collector" Version =" 6.0.4" />
6150<!-- #endif-->
62- <PackageReference Include =" MSTest" Version =" 3.10.0 " />
51+ <PackageReference Include =" MSTest" Version =" 4.0.0-preview.25372.6 " />
6352 </ItemGroup >
6453
6554 <ItemGroup >
Original file line number Diff line number Diff line change 11<!-- #if (UseMSTestSdk)-->
2- <Project Sdk =" MSTest.Sdk/3.10.0 " >
2+ <Project Sdk =" MSTest.Sdk/4.0.0-preview.25372.6 " >
33
44 <PropertyGroup >
55 <TargetFramework Condition =" '$(TargetFrameworkOverride)' == ''" >net10.0</TargetFramework >
1818 </ItemGroup >
1919<!-- #endif-->
2020<!-- #else-->
21- <!--
22- Displays error on console in addition to the log file. Note that this feature comes with a performance impact.
23- For more information, visit https://learn.microsoft.com/dotnet/core/testing/unit-testing-platform-integration-dotnet-test#show-failure-per-test
24- -->
25- <TestingPlatformShowTestsFailure >true</TestingPlatformShowTestsFailure >
2621 <TestingExtensionsProfile Condition =" '$(ExtensionsProfile)' != 'Default' " >$(ExtensionsProfile)</TestingExtensionsProfile >
2722 </PropertyGroup >
2823<!-- #endif-->
4136<!-- #if (TestRunner == "Microsoft.Testing.Platform")-->
4237 <EnableMSTestRunner >true</EnableMSTestRunner >
4338 <OutputType >Exe</OutputType >
44- <TestingPlatformDotnetTestSupport >true</TestingPlatformDotnetTestSupport >
45- <!--
46- Displays error on console in addition to the log file. Note that this feature comes with a performance impact.
47- For more information, visit https://learn.microsoft.com/dotnet/core/testing/unit-testing-platform-integration-dotnet-test#show-failure-per-test
48- -->
49- <TestingPlatformShowTestsFailure >true</TestingPlatformShowTestsFailure >
5039<!-- #endif-->
5140 </PropertyGroup >
5241
5342 <ItemGroup >
5443<!-- #if (CoverageTool == "coverlet")-->
5544 <PackageReference Include =" coverlet.collector" Version =" 6.0.4" />
5645<!-- #endif-->
57- <PackageReference Include =" MSTest" Version =" 3.10.0 " />
46+ <PackageReference Include =" MSTest" Version =" 4.0.0-preview.25372.6 " />
5847 </ItemGroup >
5948
6049 <ItemGroup >
Original file line number Diff line number Diff line change 11<!-- #if (UseMSTestSdk)-->
2- <Project Sdk =" MSTest.Sdk/3.10.0 " >
2+ <Project Sdk =" MSTest.Sdk/4.0.0-preview.25372.6 " >
33
44 <PropertyGroup >
55 <TargetFramework Condition =" '$(TargetFrameworkOverride)' == ''" >net10.0</TargetFramework >
1919 </ItemGroup >
2020<!-- #endif-->
2121<!-- #else-->
22- <!--
23- Displays error on console in addition to the log file. Note that this feature comes with a performance impact.
24- For more information, visit https://learn.microsoft.com/dotnet/core/testing/unit-testing-platform-integration-dotnet-test#show-failure-per-test
25- -->
26- <TestingPlatformShowTestsFailure >true</TestingPlatformShowTestsFailure >
2722 <TestingExtensionsProfile Condition =" '$(ExtensionsProfile)' != 'Default' " >$(ExtensionsProfile)</TestingExtensionsProfile >
2823 </PropertyGroup >
2924<!-- #endif-->
4237<!-- #if (TestRunner == "Microsoft.Testing.Platform")-->
4338 <EnableMSTestRunner >true</EnableMSTestRunner >
4439 <OutputType >Exe</OutputType >
45- <TestingPlatformDotnetTestSupport >true</TestingPlatformDotnetTestSupport >
46- <!--
47- Displays error on console in addition to the log file. Note that this feature comes with a performance impact.
48- For more information, visit https://learn.microsoft.com/dotnet/core/testing/unit-testing-platform-integration-dotnet-test#show-failure-per-test
49- -->
50- <TestingPlatformShowTestsFailure >true</TestingPlatformShowTestsFailure >
5140<!-- #endif-->
5241 </PropertyGroup >
5342
5645 <PackageReference Include =" coverlet.collector" Version =" 6.0.4" />
5746<!-- #endif-->
5847 <PackageReference Include =" Microsoft.Playwright.MSTest" Version =" 1.51.0" />
59- <PackageReference Include =" MSTest" Version =" 3.10.0 " />
48+ <PackageReference Include =" MSTest" Version =" 4.0.0-preview.25372.6 " />
6049 </ItemGroup >
6150
6251 <ItemGroup >
You can’t perform that action at this time.
0 commit comments