From f4fe54a8ca8b13a6a5ecfd66528e36f8aa932d31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Jare=C5=A1?= Date: Wed, 14 Aug 2024 10:13:10 +0200 Subject: [PATCH] Save all project files with UTF8 (NOBOM) (#3539) --- samples/FxExtensibility/FxExtensibility.csproj | 2 +- .../EnsureTestFramework/EnsureTestFramework.csproj | 2 +- .../EnsureTestFramework/MyTestProject/MyTestProject.csproj | 2 +- .../NativeAotRunner/ClassLibrary1/ClassLibrary1.csproj | 2 +- .../RunInDocker/MyServer.Tests/MyServer.Tests.csproj | 2 +- .../mstest-runner/runner_vs_vstest/1000C_100M/1000C100M.csproj | 2 +- .../mstest-runner/runner_vs_vstest/100C_100M/100C100M.csproj | 2 +- .../mstest-runner/runner_vs_vstest/10C_100M/10C100M.csproj | 2 +- .../MSTestAdapter.PlatformServices.csproj | 2 +- .../MSTest.Analyzers.Package/MSTest.Analyzers.Package.csproj | 2 +- src/Package/MSTest/MSTest.csproj | 2 +- .../TestFramework.Extensions/TestFramework.Extensions.csproj | 2 +- src/TestFramework/TestFramework/TestFramework.csproj | 2 +- .../MSTest.IntegrationTests/MSTest.IntegrationTests.csproj | 2 +- .../MSTest.VstestConsoleWrapper.IntegrationTests.csproj | 2 +- .../PlatformServices.Desktop.IntegrationTests.csproj | 2 +- .../TestAssets/ClsTestProject/ClsTestProject.csproj | 2 +- .../TestAssets/DataRowTestProject/DataRowTestProject.csproj | 2 +- .../DeploymentTestProject.Never.csproj | 2 +- .../DeploymentTestProject.PreserveNewest.csproj | 2 +- .../DesktopTestProjectx64Debug.csproj | 2 +- .../DesktopTestProjectx64Release.csproj | 2 +- .../DesktopTestProjectx86Debug.csproj | 2 +- .../DesktopTestProjectx86Release.csproj | 2 +- .../DynamicDataTestProject/DynamicDataTestProject.csproj | 2 +- .../TestAssets/FSharpTestProject/FSharpTestProject.fsproj | 2 +- .../TestAssets/FixturesTestProject/FixturesTestProject.csproj | 2 +- .../FxExtensibilityTestProject.csproj | 2 +- .../TestAssets/OutputTestProject/OutputTestProject.csproj | 2 +- .../ParallelTestClass/ParallelClassesTestProject.csproj | 2 +- .../ParallelTestMethods/ParallelMethodsTestProject.csproj | 2 +- .../SampleFrameworkExtensions/SampleFrameworkExtensions.csproj | 2 +- .../SampleProjectForAssemblyResolution.csproj | 2 +- .../SuiteLifeCycleTestProject/SuiteLifeCycleTestProject.csproj | 2 +- .../TestIdProject.DisplayNameStrategy.csproj | 2 +- .../TestIdProject.FullyQualifiedStrategy.csproj | 2 +- .../TestIdProject.LegacyStrategy.csproj | 2 +- .../TestAssets/TestProject/TestProjectForDiscovery.csproj | 2 +- .../TestAssets/TimeoutTestProject/TimeoutTestProject.csproj | 2 +- .../MSTest.Performance.Runner/MSTest.Performance.Runner.csproj | 2 +- .../MSTestAdapter.PlatformServices.UnitTests.csproj | 2 +- .../MSTestAdapter.UnitTests/MSTestAdapter.UnitTests.csproj | 2 +- .../TestFramework.UnitTests/TestFramework.UnitTests.csproj | 2 +- test/Utilities/Automation.CLI/Automation.CLI.csproj | 2 +- .../TestFramework.ForTestingMSTest.csproj | 2 +- 45 files changed, 45 insertions(+), 45 deletions(-) diff --git a/samples/FxExtensibility/FxExtensibility.csproj b/samples/FxExtensibility/FxExtensibility.csproj index a7373f325..13face57b 100644 --- a/samples/FxExtensibility/FxExtensibility.csproj +++ b/samples/FxExtensibility/FxExtensibility.csproj @@ -1,4 +1,4 @@ - + $(NetFrameworkMinimum) diff --git a/samples/public/mstest-runner/EnsureTestFramework/EnsureTestFramework/EnsureTestFramework.csproj b/samples/public/mstest-runner/EnsureTestFramework/EnsureTestFramework/EnsureTestFramework.csproj index 56679174f..c18e20ffd 100644 --- a/samples/public/mstest-runner/EnsureTestFramework/EnsureTestFramework/EnsureTestFramework.csproj +++ b/samples/public/mstest-runner/EnsureTestFramework/EnsureTestFramework/EnsureTestFramework.csproj @@ -1,4 +1,4 @@ - + net6.0;netstandard2.0 diff --git a/samples/public/mstest-runner/EnsureTestFramework/MyTestProject/MyTestProject.csproj b/samples/public/mstest-runner/EnsureTestFramework/MyTestProject/MyTestProject.csproj index d9b27af69..e380099e7 100644 --- a/samples/public/mstest-runner/EnsureTestFramework/MyTestProject/MyTestProject.csproj +++ b/samples/public/mstest-runner/EnsureTestFramework/MyTestProject/MyTestProject.csproj @@ -1,4 +1,4 @@ - + Exe diff --git a/samples/public/mstest-runner/NativeAotRunner/ClassLibrary1/ClassLibrary1.csproj b/samples/public/mstest-runner/NativeAotRunner/ClassLibrary1/ClassLibrary1.csproj index fa71b7ae6..30402ac0e 100644 --- a/samples/public/mstest-runner/NativeAotRunner/ClassLibrary1/ClassLibrary1.csproj +++ b/samples/public/mstest-runner/NativeAotRunner/ClassLibrary1/ClassLibrary1.csproj @@ -1,4 +1,4 @@ - + net8.0 diff --git a/samples/public/mstest-runner/RunInDocker/MyServer.Tests/MyServer.Tests.csproj b/samples/public/mstest-runner/RunInDocker/MyServer.Tests/MyServer.Tests.csproj index f60c60fc7..894412414 100644 --- a/samples/public/mstest-runner/RunInDocker/MyServer.Tests/MyServer.Tests.csproj +++ b/samples/public/mstest-runner/RunInDocker/MyServer.Tests/MyServer.Tests.csproj @@ -1,4 +1,4 @@ - + true diff --git a/samples/public/mstest-runner/runner_vs_vstest/1000C_100M/1000C100M.csproj b/samples/public/mstest-runner/runner_vs_vstest/1000C_100M/1000C100M.csproj index 41d0a5b53..f4b926231 100644 --- a/samples/public/mstest-runner/runner_vs_vstest/1000C_100M/1000C100M.csproj +++ b/samples/public/mstest-runner/runner_vs_vstest/1000C_100M/1000C100M.csproj @@ -1,4 +1,4 @@ - + net8.0 diff --git a/samples/public/mstest-runner/runner_vs_vstest/100C_100M/100C100M.csproj b/samples/public/mstest-runner/runner_vs_vstest/100C_100M/100C100M.csproj index 41d0a5b53..f4b926231 100644 --- a/samples/public/mstest-runner/runner_vs_vstest/100C_100M/100C100M.csproj +++ b/samples/public/mstest-runner/runner_vs_vstest/100C_100M/100C100M.csproj @@ -1,4 +1,4 @@ - + net8.0 diff --git a/samples/public/mstest-runner/runner_vs_vstest/10C_100M/10C100M.csproj b/samples/public/mstest-runner/runner_vs_vstest/10C_100M/10C100M.csproj index 41d0a5b53..f4b926231 100644 --- a/samples/public/mstest-runner/runner_vs_vstest/10C_100M/10C100M.csproj +++ b/samples/public/mstest-runner/runner_vs_vstest/10C_100M/10C100M.csproj @@ -1,4 +1,4 @@ - + net8.0 diff --git a/src/Adapter/MSTestAdapter.PlatformServices/MSTestAdapter.PlatformServices.csproj b/src/Adapter/MSTestAdapter.PlatformServices/MSTestAdapter.PlatformServices.csproj index dcf875736..d31d19bd6 100644 --- a/src/Adapter/MSTestAdapter.PlatformServices/MSTestAdapter.PlatformServices.csproj +++ b/src/Adapter/MSTestAdapter.PlatformServices/MSTestAdapter.PlatformServices.csproj @@ -1,4 +1,4 @@ - + diff --git a/src/Analyzers/MSTest.Analyzers.Package/MSTest.Analyzers.Package.csproj b/src/Analyzers/MSTest.Analyzers.Package/MSTest.Analyzers.Package.csproj index 4745a56f0..1055a3eca 100644 --- a/src/Analyzers/MSTest.Analyzers.Package/MSTest.Analyzers.Package.csproj +++ b/src/Analyzers/MSTest.Analyzers.Package/MSTest.Analyzers.Package.csproj @@ -1,4 +1,4 @@ - + netstandard2.0 diff --git a/src/Package/MSTest/MSTest.csproj b/src/Package/MSTest/MSTest.csproj index 1dbb89cb3..05b34847f 100644 --- a/src/Package/MSTest/MSTest.csproj +++ b/src/Package/MSTest/MSTest.csproj @@ -1,4 +1,4 @@ - + netstandard2.0 diff --git a/src/TestFramework/TestFramework.Extensions/TestFramework.Extensions.csproj b/src/TestFramework/TestFramework.Extensions/TestFramework.Extensions.csproj index 02c384dd7..79f950f1e 100644 --- a/src/TestFramework/TestFramework.Extensions/TestFramework.Extensions.csproj +++ b/src/TestFramework/TestFramework.Extensions/TestFramework.Extensions.csproj @@ -1,4 +1,4 @@ - + diff --git a/src/TestFramework/TestFramework/TestFramework.csproj b/src/TestFramework/TestFramework/TestFramework.csproj index e6d7bd137..5941cd887 100644 --- a/src/TestFramework/TestFramework/TestFramework.csproj +++ b/src/TestFramework/TestFramework/TestFramework.csproj @@ -1,4 +1,4 @@ - + netstandard2.0;$(NetFrameworkMinimum);$(SupportedNetFrameworks) diff --git a/test/IntegrationTests/MSTest.IntegrationTests/MSTest.IntegrationTests.csproj b/test/IntegrationTests/MSTest.IntegrationTests/MSTest.IntegrationTests.csproj index 9fdd6fc7d..f3d07dbd5 100644 --- a/test/IntegrationTests/MSTest.IntegrationTests/MSTest.IntegrationTests.csproj +++ b/test/IntegrationTests/MSTest.IntegrationTests/MSTest.IntegrationTests.csproj @@ -1,4 +1,4 @@ - + $(NetFrameworkMinimum) diff --git a/test/IntegrationTests/MSTest.VstestConsoleWrapper.IntegrationTests/MSTest.VstestConsoleWrapper.IntegrationTests.csproj b/test/IntegrationTests/MSTest.VstestConsoleWrapper.IntegrationTests/MSTest.VstestConsoleWrapper.IntegrationTests.csproj index 8e5f3e60d..8bd70bba5 100644 --- a/test/IntegrationTests/MSTest.VstestConsoleWrapper.IntegrationTests/MSTest.VstestConsoleWrapper.IntegrationTests.csproj +++ b/test/IntegrationTests/MSTest.VstestConsoleWrapper.IntegrationTests/MSTest.VstestConsoleWrapper.IntegrationTests.csproj @@ -1,4 +1,4 @@ - + $(NetFrameworkMinimum) diff --git a/test/IntegrationTests/PlatformServices.Desktop.IntegrationTests/PlatformServices.Desktop.IntegrationTests.csproj b/test/IntegrationTests/PlatformServices.Desktop.IntegrationTests/PlatformServices.Desktop.IntegrationTests.csproj index db1b298ed..6a81eaca1 100644 --- a/test/IntegrationTests/PlatformServices.Desktop.IntegrationTests/PlatformServices.Desktop.IntegrationTests.csproj +++ b/test/IntegrationTests/PlatformServices.Desktop.IntegrationTests/PlatformServices.Desktop.IntegrationTests.csproj @@ -1,4 +1,4 @@ - + $(NetFrameworkMinimum) diff --git a/test/IntegrationTests/TestAssets/ClsTestProject/ClsTestProject.csproj b/test/IntegrationTests/TestAssets/ClsTestProject/ClsTestProject.csproj index c272e5283..ee3430ead 100644 --- a/test/IntegrationTests/TestAssets/ClsTestProject/ClsTestProject.csproj +++ b/test/IntegrationTests/TestAssets/ClsTestProject/ClsTestProject.csproj @@ -1,4 +1,4 @@ - + net462 diff --git a/test/IntegrationTests/TestAssets/DataRowTestProject/DataRowTestProject.csproj b/test/IntegrationTests/TestAssets/DataRowTestProject/DataRowTestProject.csproj index c272e5283..ee3430ead 100644 --- a/test/IntegrationTests/TestAssets/DataRowTestProject/DataRowTestProject.csproj +++ b/test/IntegrationTests/TestAssets/DataRowTestProject/DataRowTestProject.csproj @@ -1,4 +1,4 @@ - + net462 diff --git a/test/IntegrationTests/TestAssets/DeploymentTestProject.Never/DeploymentTestProject.Never.csproj b/test/IntegrationTests/TestAssets/DeploymentTestProject.Never/DeploymentTestProject.Never.csproj index fa7900f07..81eb935e0 100644 --- a/test/IntegrationTests/TestAssets/DeploymentTestProject.Never/DeploymentTestProject.Never.csproj +++ b/test/IntegrationTests/TestAssets/DeploymentTestProject.Never/DeploymentTestProject.Never.csproj @@ -1,4 +1,4 @@ - + net462;netcoreapp3.1 diff --git a/test/IntegrationTests/TestAssets/DeploymentTestProject.PreserveNewest/DeploymentTestProject.PreserveNewest.csproj b/test/IntegrationTests/TestAssets/DeploymentTestProject.PreserveNewest/DeploymentTestProject.PreserveNewest.csproj index e86df08c9..21fe8860e 100644 --- a/test/IntegrationTests/TestAssets/DeploymentTestProject.PreserveNewest/DeploymentTestProject.PreserveNewest.csproj +++ b/test/IntegrationTests/TestAssets/DeploymentTestProject.PreserveNewest/DeploymentTestProject.PreserveNewest.csproj @@ -1,4 +1,4 @@ - + net462;netcoreapp3.1 diff --git a/test/IntegrationTests/TestAssets/DesktopTestProjectx64Debug/DesktopTestProjectx64Debug.csproj b/test/IntegrationTests/TestAssets/DesktopTestProjectx64Debug/DesktopTestProjectx64Debug.csproj index 3db61eed0..7bb93982a 100644 --- a/test/IntegrationTests/TestAssets/DesktopTestProjectx64Debug/DesktopTestProjectx64Debug.csproj +++ b/test/IntegrationTests/TestAssets/DesktopTestProjectx64Debug/DesktopTestProjectx64Debug.csproj @@ -1,4 +1,4 @@ - + net462 diff --git a/test/IntegrationTests/TestAssets/DesktopTestProjectx64Release/DesktopTestProjectx64Release.csproj b/test/IntegrationTests/TestAssets/DesktopTestProjectx64Release/DesktopTestProjectx64Release.csproj index 3db61eed0..7bb93982a 100644 --- a/test/IntegrationTests/TestAssets/DesktopTestProjectx64Release/DesktopTestProjectx64Release.csproj +++ b/test/IntegrationTests/TestAssets/DesktopTestProjectx64Release/DesktopTestProjectx64Release.csproj @@ -1,4 +1,4 @@ - + net462 diff --git a/test/IntegrationTests/TestAssets/DesktopTestProjectx86Debug/DesktopTestProjectx86Debug.csproj b/test/IntegrationTests/TestAssets/DesktopTestProjectx86Debug/DesktopTestProjectx86Debug.csproj index 54e3731ea..4bba63b63 100644 --- a/test/IntegrationTests/TestAssets/DesktopTestProjectx86Debug/DesktopTestProjectx86Debug.csproj +++ b/test/IntegrationTests/TestAssets/DesktopTestProjectx86Debug/DesktopTestProjectx86Debug.csproj @@ -1,4 +1,4 @@ - + net462 false diff --git a/test/IntegrationTests/TestAssets/DesktopTestProjectx86Release/DesktopTestProjectx86Release.csproj b/test/IntegrationTests/TestAssets/DesktopTestProjectx86Release/DesktopTestProjectx86Release.csproj index 85c44b1b4..158044453 100644 --- a/test/IntegrationTests/TestAssets/DesktopTestProjectx86Release/DesktopTestProjectx86Release.csproj +++ b/test/IntegrationTests/TestAssets/DesktopTestProjectx86Release/DesktopTestProjectx86Release.csproj @@ -1,4 +1,4 @@ - + net462 diff --git a/test/IntegrationTests/TestAssets/DynamicDataTestProject/DynamicDataTestProject.csproj b/test/IntegrationTests/TestAssets/DynamicDataTestProject/DynamicDataTestProject.csproj index af377269a..c83189b06 100644 --- a/test/IntegrationTests/TestAssets/DynamicDataTestProject/DynamicDataTestProject.csproj +++ b/test/IntegrationTests/TestAssets/DynamicDataTestProject/DynamicDataTestProject.csproj @@ -1,4 +1,4 @@ - + net462 diff --git a/test/IntegrationTests/TestAssets/FSharpTestProject/FSharpTestProject.fsproj b/test/IntegrationTests/TestAssets/FSharpTestProject/FSharpTestProject.fsproj index 483c39328..1b1624639 100644 --- a/test/IntegrationTests/TestAssets/FSharpTestProject/FSharpTestProject.fsproj +++ b/test/IntegrationTests/TestAssets/FSharpTestProject/FSharpTestProject.fsproj @@ -1,4 +1,4 @@ - + net472 false diff --git a/test/IntegrationTests/TestAssets/FixturesTestProject/FixturesTestProject.csproj b/test/IntegrationTests/TestAssets/FixturesTestProject/FixturesTestProject.csproj index c272e5283..ee3430ead 100644 --- a/test/IntegrationTests/TestAssets/FixturesTestProject/FixturesTestProject.csproj +++ b/test/IntegrationTests/TestAssets/FixturesTestProject/FixturesTestProject.csproj @@ -1,4 +1,4 @@ - + net462 diff --git a/test/IntegrationTests/TestAssets/FxExtensibilityTestProject/FxExtensibilityTestProject.csproj b/test/IntegrationTests/TestAssets/FxExtensibilityTestProject/FxExtensibilityTestProject.csproj index b3827dc98..c7a2fb5ce 100644 --- a/test/IntegrationTests/TestAssets/FxExtensibilityTestProject/FxExtensibilityTestProject.csproj +++ b/test/IntegrationTests/TestAssets/FxExtensibilityTestProject/FxExtensibilityTestProject.csproj @@ -1,4 +1,4 @@ - + net462 diff --git a/test/IntegrationTests/TestAssets/OutputTestProject/OutputTestProject.csproj b/test/IntegrationTests/TestAssets/OutputTestProject/OutputTestProject.csproj index 8e728ec26..a7ac32404 100644 --- a/test/IntegrationTests/TestAssets/OutputTestProject/OutputTestProject.csproj +++ b/test/IntegrationTests/TestAssets/OutputTestProject/OutputTestProject.csproj @@ -1,4 +1,4 @@ - + net462 false diff --git a/test/IntegrationTests/TestAssets/ParallelTestClass/ParallelClassesTestProject.csproj b/test/IntegrationTests/TestAssets/ParallelTestClass/ParallelClassesTestProject.csproj index c272e5283..ee3430ead 100644 --- a/test/IntegrationTests/TestAssets/ParallelTestClass/ParallelClassesTestProject.csproj +++ b/test/IntegrationTests/TestAssets/ParallelTestClass/ParallelClassesTestProject.csproj @@ -1,4 +1,4 @@ - + net462 diff --git a/test/IntegrationTests/TestAssets/ParallelTestMethods/ParallelMethodsTestProject.csproj b/test/IntegrationTests/TestAssets/ParallelTestMethods/ParallelMethodsTestProject.csproj index c272e5283..ee3430ead 100644 --- a/test/IntegrationTests/TestAssets/ParallelTestMethods/ParallelMethodsTestProject.csproj +++ b/test/IntegrationTests/TestAssets/ParallelTestMethods/ParallelMethodsTestProject.csproj @@ -1,4 +1,4 @@ - + net462 diff --git a/test/IntegrationTests/TestAssets/SampleFrameworkExtensions/SampleFrameworkExtensions.csproj b/test/IntegrationTests/TestAssets/SampleFrameworkExtensions/SampleFrameworkExtensions.csproj index 7f7393b56..0d9d77210 100644 --- a/test/IntegrationTests/TestAssets/SampleFrameworkExtensions/SampleFrameworkExtensions.csproj +++ b/test/IntegrationTests/TestAssets/SampleFrameworkExtensions/SampleFrameworkExtensions.csproj @@ -1,4 +1,4 @@ - + $(NetFrameworkMinimum) diff --git a/test/IntegrationTests/TestAssets/SampleProjectForAssemblyResolution/SampleProjectForAssemblyResolution.csproj b/test/IntegrationTests/TestAssets/SampleProjectForAssemblyResolution/SampleProjectForAssemblyResolution.csproj index 06e262987..2db7b458b 100644 --- a/test/IntegrationTests/TestAssets/SampleProjectForAssemblyResolution/SampleProjectForAssemblyResolution.csproj +++ b/test/IntegrationTests/TestAssets/SampleProjectForAssemblyResolution/SampleProjectForAssemblyResolution.csproj @@ -1,4 +1,4 @@ - + net462 diff --git a/test/IntegrationTests/TestAssets/SuiteLifeCycleTestProject/SuiteLifeCycleTestProject.csproj b/test/IntegrationTests/TestAssets/SuiteLifeCycleTestProject/SuiteLifeCycleTestProject.csproj index 1e29f714d..3c84197c0 100644 --- a/test/IntegrationTests/TestAssets/SuiteLifeCycleTestProject/SuiteLifeCycleTestProject.csproj +++ b/test/IntegrationTests/TestAssets/SuiteLifeCycleTestProject/SuiteLifeCycleTestProject.csproj @@ -1,4 +1,4 @@ - + net462;net6.0 diff --git a/test/IntegrationTests/TestAssets/TestIdProject.DisplayNameStrategy/TestIdProject.DisplayNameStrategy.csproj b/test/IntegrationTests/TestAssets/TestIdProject.DisplayNameStrategy/TestIdProject.DisplayNameStrategy.csproj index c8e3289c5..74f88ccaa 100644 --- a/test/IntegrationTests/TestAssets/TestIdProject.DisplayNameStrategy/TestIdProject.DisplayNameStrategy.csproj +++ b/test/IntegrationTests/TestAssets/TestIdProject.DisplayNameStrategy/TestIdProject.DisplayNameStrategy.csproj @@ -1,4 +1,4 @@ - + net462 diff --git a/test/IntegrationTests/TestAssets/TestIdProject.FullyQualifiedTestStrategy/TestIdProject.FullyQualifiedStrategy.csproj b/test/IntegrationTests/TestAssets/TestIdProject.FullyQualifiedTestStrategy/TestIdProject.FullyQualifiedStrategy.csproj index 0fbfa0911..7d98cc348 100644 --- a/test/IntegrationTests/TestAssets/TestIdProject.FullyQualifiedTestStrategy/TestIdProject.FullyQualifiedStrategy.csproj +++ b/test/IntegrationTests/TestAssets/TestIdProject.FullyQualifiedTestStrategy/TestIdProject.FullyQualifiedStrategy.csproj @@ -1,4 +1,4 @@ - + net462 diff --git a/test/IntegrationTests/TestAssets/TestIdProject.LegacyStrategy/TestIdProject.LegacyStrategy.csproj b/test/IntegrationTests/TestAssets/TestIdProject.LegacyStrategy/TestIdProject.LegacyStrategy.csproj index 2a656ae23..3214e7cf6 100644 --- a/test/IntegrationTests/TestAssets/TestIdProject.LegacyStrategy/TestIdProject.LegacyStrategy.csproj +++ b/test/IntegrationTests/TestAssets/TestIdProject.LegacyStrategy/TestIdProject.LegacyStrategy.csproj @@ -1,4 +1,4 @@ - + net462 diff --git a/test/IntegrationTests/TestAssets/TestProject/TestProjectForDiscovery.csproj b/test/IntegrationTests/TestAssets/TestProject/TestProjectForDiscovery.csproj index 6886b38b8..c243ff45e 100644 --- a/test/IntegrationTests/TestAssets/TestProject/TestProjectForDiscovery.csproj +++ b/test/IntegrationTests/TestAssets/TestProject/TestProjectForDiscovery.csproj @@ -1,4 +1,4 @@ - + $(NetFrameworkMinimum) diff --git a/test/IntegrationTests/TestAssets/TimeoutTestProject/TimeoutTestProject.csproj b/test/IntegrationTests/TestAssets/TimeoutTestProject/TimeoutTestProject.csproj index 4f2c8a14e..ae193444a 100644 --- a/test/IntegrationTests/TestAssets/TimeoutTestProject/TimeoutTestProject.csproj +++ b/test/IntegrationTests/TestAssets/TimeoutTestProject/TimeoutTestProject.csproj @@ -1,4 +1,4 @@ - + net462;netcoreapp3.1 diff --git a/test/Performance/MSTest.Performance.Runner/MSTest.Performance.Runner.csproj b/test/Performance/MSTest.Performance.Runner/MSTest.Performance.Runner.csproj index 66d4c5f91..7864ca1af 100644 --- a/test/Performance/MSTest.Performance.Runner/MSTest.Performance.Runner.csproj +++ b/test/Performance/MSTest.Performance.Runner/MSTest.Performance.Runner.csproj @@ -1,4 +1,4 @@ - + Exe diff --git a/test/UnitTests/MSTestAdapter.PlatformServices.UnitTests/MSTestAdapter.PlatformServices.UnitTests.csproj b/test/UnitTests/MSTestAdapter.PlatformServices.UnitTests/MSTestAdapter.PlatformServices.UnitTests.csproj index 45dca2276..ef4a287f2 100644 --- a/test/UnitTests/MSTestAdapter.PlatformServices.UnitTests/MSTestAdapter.PlatformServices.UnitTests.csproj +++ b/test/UnitTests/MSTestAdapter.PlatformServices.UnitTests/MSTestAdapter.PlatformServices.UnitTests.csproj @@ -1,4 +1,4 @@ - + net48 diff --git a/test/UnitTests/MSTestAdapter.UnitTests/MSTestAdapter.UnitTests.csproj b/test/UnitTests/MSTestAdapter.UnitTests/MSTestAdapter.UnitTests.csproj index c061272d4..aa2549103 100644 --- a/test/UnitTests/MSTestAdapter.UnitTests/MSTestAdapter.UnitTests.csproj +++ b/test/UnitTests/MSTestAdapter.UnitTests/MSTestAdapter.UnitTests.csproj @@ -1,4 +1,4 @@ - + net48 diff --git a/test/UnitTests/TestFramework.UnitTests/TestFramework.UnitTests.csproj b/test/UnitTests/TestFramework.UnitTests/TestFramework.UnitTests.csproj index d42cb53be..9f4679983 100644 --- a/test/UnitTests/TestFramework.UnitTests/TestFramework.UnitTests.csproj +++ b/test/UnitTests/TestFramework.UnitTests/TestFramework.UnitTests.csproj @@ -1,4 +1,4 @@ - + net48 diff --git a/test/Utilities/Automation.CLI/Automation.CLI.csproj b/test/Utilities/Automation.CLI/Automation.CLI.csproj index 55a9de728..c8baa1610 100644 --- a/test/Utilities/Automation.CLI/Automation.CLI.csproj +++ b/test/Utilities/Automation.CLI/Automation.CLI.csproj @@ -1,4 +1,4 @@ - + $(NetFrameworkMinimum) diff --git a/test/Utilities/TestFramework.ForTestingMSTest/TestFramework.ForTestingMSTest.csproj b/test/Utilities/TestFramework.ForTestingMSTest/TestFramework.ForTestingMSTest.csproj index d694e174b..02afe9633 100644 --- a/test/Utilities/TestFramework.ForTestingMSTest/TestFramework.ForTestingMSTest.csproj +++ b/test/Utilities/TestFramework.ForTestingMSTest/TestFramework.ForTestingMSTest.csproj @@ -1,4 +1,4 @@ - + netstandard2.0