diff --git a/Directory.Build.props b/Directory.Build.props index 24d5af8dd0..124b8ffea5 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,7 +1,8 @@ - net462 - netcoreapp3.1 + + net462 + netcoreapp3.1 diff --git a/playground/TestPlatform.Playground/TestPlatform.Playground.csproj b/playground/TestPlatform.Playground/TestPlatform.Playground.csproj index da1ab55244..b187eeec85 100644 --- a/playground/TestPlatform.Playground/TestPlatform.Playground.csproj +++ b/playground/TestPlatform.Playground/TestPlatform.Playground.csproj @@ -35,7 +35,7 @@ - + diff --git a/samples/Microsoft.TestPlatform.E2ETest/Microsoft.TestPlatform.E2ETest.csproj b/samples/Microsoft.TestPlatform.E2ETest/Microsoft.TestPlatform.E2ETest.csproj index 718a7183c1..696bb6fd64 100644 --- a/samples/Microsoft.TestPlatform.E2ETest/Microsoft.TestPlatform.E2ETest.csproj +++ b/samples/Microsoft.TestPlatform.E2ETest/Microsoft.TestPlatform.E2ETest.csproj @@ -6,7 +6,7 @@ 15.0.0 - $(TargetNetFxVersion) + $(NetFrameworkMinimum) Microsoft.TestPlatform.E2ETest Exe win7-x64 @@ -19,7 +19,7 @@ PreserveNewest - + diff --git a/samples/Microsoft.TestPlatform.Protocol/Microsoft.TestPlatform.Protocol.csproj b/samples/Microsoft.TestPlatform.Protocol/Microsoft.TestPlatform.Protocol.csproj index 07d761dce9..0e8eafc6c5 100644 --- a/samples/Microsoft.TestPlatform.Protocol/Microsoft.TestPlatform.Protocol.csproj +++ b/samples/Microsoft.TestPlatform.Protocol/Microsoft.TestPlatform.Protocol.csproj @@ -1,7 +1,7 @@ - $(TargetNetCoreVersion) + $(NetCoreAppMinimum) Exe diff --git a/samples/Microsoft.TestPlatform.TranslationLayer.E2ETest/Microsoft.TestPlatform.TranslationLayer.E2ETest.csproj b/samples/Microsoft.TestPlatform.TranslationLayer.E2ETest/Microsoft.TestPlatform.TranslationLayer.E2ETest.csproj index f781d22e7d..279e0d3a75 100644 --- a/samples/Microsoft.TestPlatform.TranslationLayer.E2ETest/Microsoft.TestPlatform.TranslationLayer.E2ETest.csproj +++ b/samples/Microsoft.TestPlatform.TranslationLayer.E2ETest/Microsoft.TestPlatform.TranslationLayer.E2ETest.csproj @@ -1,7 +1,7 @@ - $(TargetNetFxVersion) + $(NetFrameworkMinimum) Microsoft.TestPlatform.TranslationLayer.E2ETest Exe win7-x64 @@ -14,7 +14,7 @@ PreserveNewest - + diff --git a/samples/UnitTestProject/UnitTestProject.csproj b/samples/UnitTestProject/UnitTestProject.csproj index 30d3885a17..9357ee9e70 100644 --- a/samples/UnitTestProject/UnitTestProject.csproj +++ b/samples/UnitTestProject/UnitTestProject.csproj @@ -2,9 +2,9 @@ - $(TargetNetFxVersion);$(TargetNetCoreVersion);net7.0;net6.0; - $(TargetNetCoreVersion) - Exe + $(NetFrameworkMinimum);$(NetCoreAppMinimum);net7.0;net6.0; + $(NetCoreAppMinimum) + Exe UnitTestProject false false @@ -20,7 +20,7 @@ - + diff --git a/scripts/build/TestAssets.props b/scripts/build/TestAssets.props index a5a7ecd8b1..8be98c9fd6 100644 --- a/scripts/build/TestAssets.props +++ b/scripts/build/TestAssets.props @@ -4,8 +4,8 @@ true false - net462 - netcoreapp3.1 + net462 + netcoreapp3.1 diff --git a/src/DataCollectors/DumpMinitool.arm64/DumpMinitool.arm64.csproj b/src/DataCollectors/DumpMinitool.arm64/DumpMinitool.arm64.csproj index 78857ecb68..88f927cc74 100644 --- a/src/DataCollectors/DumpMinitool.arm64/DumpMinitool.arm64.csproj +++ b/src/DataCollectors/DumpMinitool.arm64/DumpMinitool.arm64.csproj @@ -5,7 +5,7 @@ - net7.0;net6.0;$(TargetNetFxVersion) + net7.0;net6.0;$(NetFrameworkMinimum) net7.0 AnyCPU false diff --git a/src/DataCollectors/DumpMinitool.x86/DumpMinitool.x86.csproj b/src/DataCollectors/DumpMinitool.x86/DumpMinitool.x86.csproj index 3e2ae466ae..1f1f3ce8ce 100644 --- a/src/DataCollectors/DumpMinitool.x86/DumpMinitool.x86.csproj +++ b/src/DataCollectors/DumpMinitool.x86/DumpMinitool.x86.csproj @@ -5,7 +5,7 @@ - net7.0;$(TargetNetFxVersion) + net7.0;$(NetFrameworkMinimum) net7.0 AnyCPU true diff --git a/src/DataCollectors/DumpMinitool/DumpMinitool.csproj b/src/DataCollectors/DumpMinitool/DumpMinitool.csproj index c0bbbe14f2..cdfce59449 100644 --- a/src/DataCollectors/DumpMinitool/DumpMinitool.csproj +++ b/src/DataCollectors/DumpMinitool/DumpMinitool.csproj @@ -5,7 +5,7 @@ - net7.0;net6.0;$(TargetNetFxVersion) + net7.0;net6.0;$(NetFrameworkMinimum) net7.0 AnyCPU false diff --git a/src/DataCollectors/Microsoft.TestPlatform.Extensions.EventLogCollector/Microsoft.TestPlatform.Extensions.EventLogCollector.csproj b/src/DataCollectors/Microsoft.TestPlatform.Extensions.EventLogCollector/Microsoft.TestPlatform.Extensions.EventLogCollector.csproj index 5534492c44..72a588f38d 100644 --- a/src/DataCollectors/Microsoft.TestPlatform.Extensions.EventLogCollector/Microsoft.TestPlatform.Extensions.EventLogCollector.csproj +++ b/src/DataCollectors/Microsoft.TestPlatform.Extensions.EventLogCollector/Microsoft.TestPlatform.Extensions.EventLogCollector.csproj @@ -6,7 +6,7 @@ Microsoft.TestPlatform.Extensions.EventLogCollector - net7.0;$(TargetNetFxVersion) + net7.0;$(NetFrameworkMinimum) net7.0 false true diff --git a/src/Microsoft.TestPlatform.AdapterUtilities/Microsoft.TestPlatform.AdapterUtilities.csproj b/src/Microsoft.TestPlatform.AdapterUtilities/Microsoft.TestPlatform.AdapterUtilities.csproj index 2131752716..823c57a93c 100644 --- a/src/Microsoft.TestPlatform.AdapterUtilities/Microsoft.TestPlatform.AdapterUtilities.csproj +++ b/src/Microsoft.TestPlatform.AdapterUtilities/Microsoft.TestPlatform.AdapterUtilities.csproj @@ -5,13 +5,13 @@ - net6.0;net7.0;netstandard2.0;$(TargetNetFxVersion) + net6.0;net7.0;netstandard2.0;$(NetFrameworkMinimum) net7.0 Microsoft.TestPlatform.AdapterUtilities Microsoft.TestPlatform.AdapterUtilities - + any false diff --git a/src/Microsoft.TestPlatform.Client/Microsoft.TestPlatform.Client.csproj b/src/Microsoft.TestPlatform.Client/Microsoft.TestPlatform.Client.csproj index 628557e922..9657b83db6 100644 --- a/src/Microsoft.TestPlatform.Client/Microsoft.TestPlatform.Client.csproj +++ b/src/Microsoft.TestPlatform.Client/Microsoft.TestPlatform.Client.csproj @@ -6,7 +6,7 @@ Microsoft.VisualStudio.TestPlatform.Client - net7.0;netstandard2.0;$(TargetNetFxVersion) + net7.0;netstandard2.0;$(NetFrameworkMinimum) net7.0 false @@ -24,7 +24,7 @@ true - + diff --git a/src/Microsoft.TestPlatform.Common/Microsoft.TestPlatform.Common.csproj b/src/Microsoft.TestPlatform.Common/Microsoft.TestPlatform.Common.csproj index f30e942145..74ef3a0458 100644 --- a/src/Microsoft.TestPlatform.Common/Microsoft.TestPlatform.Common.csproj +++ b/src/Microsoft.TestPlatform.Common/Microsoft.TestPlatform.Common.csproj @@ -6,7 +6,7 @@ Microsoft.VisualStudio.TestPlatform.Common - net7.0;net6.0;netstandard2.0;$(TargetNetFxVersion) + net7.0;net6.0;netstandard2.0;$(NetFrameworkMinimum) net7.0 false true @@ -17,7 +17,7 @@ - + diff --git a/src/Microsoft.TestPlatform.CommunicationUtilities/Microsoft.TestPlatform.CommunicationUtilities.csproj b/src/Microsoft.TestPlatform.CommunicationUtilities/Microsoft.TestPlatform.CommunicationUtilities.csproj index 9f3fe059aa..f112af3a01 100644 --- a/src/Microsoft.TestPlatform.CommunicationUtilities/Microsoft.TestPlatform.CommunicationUtilities.csproj +++ b/src/Microsoft.TestPlatform.CommunicationUtilities/Microsoft.TestPlatform.CommunicationUtilities.csproj @@ -5,7 +5,7 @@ Microsoft.TestPlatform.CommunicationUtilities - net7.0;net6.0;netstandard2.0;$(TargetNetFxVersion) + net7.0;net6.0;netstandard2.0;$(NetFrameworkMinimum) net7.0 false @@ -20,7 +20,7 @@ $(JsonNetVersion) - + diff --git a/src/Microsoft.TestPlatform.CoreUtilities/Microsoft.TestPlatform.CoreUtilities.csproj b/src/Microsoft.TestPlatform.CoreUtilities/Microsoft.TestPlatform.CoreUtilities.csproj index 354e7b4be8..48704d31f8 100644 --- a/src/Microsoft.TestPlatform.CoreUtilities/Microsoft.TestPlatform.CoreUtilities.csproj +++ b/src/Microsoft.TestPlatform.CoreUtilities/Microsoft.TestPlatform.CoreUtilities.csproj @@ -6,7 +6,7 @@ Microsoft.TestPlatform.CoreUtilities - net7.0;net6.0;netstandard2.0;$(TargetNetFxVersion);$(TargetNetCoreVersion) + net7.0;net6.0;netstandard2.0;$(NetFrameworkMinimum);$(NetCoreAppMinimum) net7.0; false @@ -15,7 +15,7 @@ - + @@ -24,7 +24,7 @@ - + diff --git a/src/Microsoft.TestPlatform.CrossPlatEngine/Microsoft.TestPlatform.CrossPlatEngine.csproj b/src/Microsoft.TestPlatform.CrossPlatEngine/Microsoft.TestPlatform.CrossPlatEngine.csproj index 3edd07c71f..10da2c411e 100644 --- a/src/Microsoft.TestPlatform.CrossPlatEngine/Microsoft.TestPlatform.CrossPlatEngine.csproj +++ b/src/Microsoft.TestPlatform.CrossPlatEngine/Microsoft.TestPlatform.CrossPlatEngine.csproj @@ -6,7 +6,7 @@ Microsoft.TestPlatform.CrossPlatEngine - net7.0;net6.0;netstandard2.0;$(TargetNetFxVersion) + net7.0;net6.0;netstandard2.0;$(NetFrameworkMinimum) net7.0; false @@ -25,7 +25,7 @@ true - + diff --git a/src/Microsoft.TestPlatform.Extensions.HtmlLogger/Microsoft.TestPlatform.Extensions.HtmlLogger.csproj b/src/Microsoft.TestPlatform.Extensions.HtmlLogger/Microsoft.TestPlatform.Extensions.HtmlLogger.csproj index 935cd5af48..b144c24f59 100644 --- a/src/Microsoft.TestPlatform.Extensions.HtmlLogger/Microsoft.TestPlatform.Extensions.HtmlLogger.csproj +++ b/src/Microsoft.TestPlatform.Extensions.HtmlLogger/Microsoft.TestPlatform.Extensions.HtmlLogger.csproj @@ -6,7 +6,7 @@ Microsoft.VisualStudio.TestPlatform.Extensions.Html.TestLogger - net7.0;netstandard2.0;$(TargetNetFxVersion) + net7.0;netstandard2.0;$(NetFrameworkMinimum) net7.0; false true @@ -15,7 +15,7 @@ - + diff --git a/src/Microsoft.TestPlatform.Extensions.TrxLogger/Microsoft.TestPlatform.Extensions.TrxLogger.csproj b/src/Microsoft.TestPlatform.Extensions.TrxLogger/Microsoft.TestPlatform.Extensions.TrxLogger.csproj index 95b58f7d57..643f4a2ca8 100644 --- a/src/Microsoft.TestPlatform.Extensions.TrxLogger/Microsoft.TestPlatform.Extensions.TrxLogger.csproj +++ b/src/Microsoft.TestPlatform.Extensions.TrxLogger/Microsoft.TestPlatform.Extensions.TrxLogger.csproj @@ -6,14 +6,14 @@ Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger - net7.0;net6.0;netstandard2.0;$(TargetNetFxVersion) + net7.0;net6.0;netstandard2.0;$(NetFrameworkMinimum) net7.0; false - + diff --git a/src/Microsoft.TestPlatform.ObjectModel/Microsoft.TestPlatform.ObjectModel.csproj b/src/Microsoft.TestPlatform.ObjectModel/Microsoft.TestPlatform.ObjectModel.csproj index dcab739485..c783f0769b 100644 --- a/src/Microsoft.TestPlatform.ObjectModel/Microsoft.TestPlatform.ObjectModel.csproj +++ b/src/Microsoft.TestPlatform.ObjectModel/Microsoft.TestPlatform.ObjectModel.csproj @@ -7,7 +7,7 @@ Microsoft.VisualStudio.TestPlatform.ObjectModel - net7.0;$(TargetNetFxVersion);$(TargetNetCoreVersion);netstandard2.0; + net7.0;$(NetFrameworkMinimum);$(NetCoreAppMinimum);netstandard2.0; net7.0; Microsoft.TestPlatform.ObjectModel @@ -16,7 +16,7 @@ - + diff --git a/src/Microsoft.TestPlatform.PlatformAbstractions/Microsoft.TestPlatform.PlatformAbstractions.csproj b/src/Microsoft.TestPlatform.PlatformAbstractions/Microsoft.TestPlatform.PlatformAbstractions.csproj index fbc3b7888f..65c9680996 100644 --- a/src/Microsoft.TestPlatform.PlatformAbstractions/Microsoft.TestPlatform.PlatformAbstractions.csproj +++ b/src/Microsoft.TestPlatform.PlatformAbstractions/Microsoft.TestPlatform.PlatformAbstractions.csproj @@ -7,13 +7,13 @@ Microsoft.TestPlatform.PlatformAbstractions Microsoft.TestPlatform.PlatformAbstractions - net7.0;$(TargetNetFxVersion);$(TargetNetCoreVersion);netstandard2.0;net6.0 + net7.0;$(NetFrameworkMinimum);$(NetCoreAppMinimum);netstandard2.0;net6.0 net7.0; false $(NoWarn);NU1605 - + @@ -23,7 +23,7 @@ - + diff --git a/src/Microsoft.TestPlatform.TestHostProvider/Microsoft.TestPlatform.TestHostProvider.csproj b/src/Microsoft.TestPlatform.TestHostProvider/Microsoft.TestPlatform.TestHostProvider.csproj index 7e25baa267..bb2fa22e0e 100644 --- a/src/Microsoft.TestPlatform.TestHostProvider/Microsoft.TestPlatform.TestHostProvider.csproj +++ b/src/Microsoft.TestPlatform.TestHostProvider/Microsoft.TestPlatform.TestHostProvider.csproj @@ -6,13 +6,13 @@ Microsoft.TestPlatform.TestHostRuntimeProvider - net7.0;net6.0;netstandard2.0;$(TargetNetFxVersion) + net7.0;net6.0;netstandard2.0;$(NetFrameworkMinimum) net7.0; $(DefineConstants);DOTNET_BUILD_FROM_SOURCE false true - + diff --git a/src/Microsoft.TestPlatform.Utilities/Microsoft.TestPlatform.Utilities.csproj b/src/Microsoft.TestPlatform.Utilities/Microsoft.TestPlatform.Utilities.csproj index 60c5ac5ed7..10da311374 100644 --- a/src/Microsoft.TestPlatform.Utilities/Microsoft.TestPlatform.Utilities.csproj +++ b/src/Microsoft.TestPlatform.Utilities/Microsoft.TestPlatform.Utilities.csproj @@ -6,11 +6,11 @@ Microsoft.TestPlatform.Utilities - net7.0;netstandard2.0;$(TargetNetFxVersion) + net7.0;netstandard2.0;$(NetFrameworkMinimum) net7.0; false - + diff --git a/src/Microsoft.TestPlatform.VsTestConsole.TranslationLayer/Microsoft.TestPlatform.VsTestConsole.TranslationLayer.csproj b/src/Microsoft.TestPlatform.VsTestConsole.TranslationLayer/Microsoft.TestPlatform.VsTestConsole.TranslationLayer.csproj index 42db158dc2..910be60624 100644 --- a/src/Microsoft.TestPlatform.VsTestConsole.TranslationLayer/Microsoft.TestPlatform.VsTestConsole.TranslationLayer.csproj +++ b/src/Microsoft.TestPlatform.VsTestConsole.TranslationLayer/Microsoft.TestPlatform.VsTestConsole.TranslationLayer.csproj @@ -6,7 +6,7 @@ Microsoft.TestPlatform.VsTestConsole.TranslationLayer - net7.0;net6.0;netstandard2.0;$(TargetNetFxVersion) + net7.0;net6.0;netstandard2.0;$(NetFrameworkMinimum) net7.0; false @@ -19,7 +19,7 @@ - + diff --git a/src/SettingsMigrator/SettingsMigrator.csproj b/src/SettingsMigrator/SettingsMigrator.csproj index ab06081b04..30777d34ed 100644 --- a/src/SettingsMigrator/SettingsMigrator.csproj +++ b/src/SettingsMigrator/SettingsMigrator.csproj @@ -6,20 +6,20 @@ SettingsMigrator - net7.0;$(TargetNetFxVersion) + net7.0;$(NetFrameworkMinimum) net7.0; Exe AnyCPU false true - + win7-x64 - + diff --git a/src/datacollector/datacollector.csproj b/src/datacollector/datacollector.csproj index 88b2c2557a..a1fe4b00ee 100644 --- a/src/datacollector/datacollector.csproj +++ b/src/datacollector/datacollector.csproj @@ -11,9 +11,9 @@ datacollector datacollector.arm64 - $(TargetNetCoreVersion) + $(NetCoreAppMinimum) $(TargetFrameworks);net472 - $(TargetFrameworks);$(TargetNetFxVersion) + $(TargetFrameworks);$(NetFrameworkMinimum) $(TargetFrameworks);net7.0;net6.0; net7.0 AnyCPU diff --git a/src/package/VSIXProject/TestPlatform.csproj b/src/package/VSIXProject/TestPlatform.csproj index 66c2411daa..8dd1f876fb 100644 --- a/src/package/VSIXProject/TestPlatform.csproj +++ b/src/package/VSIXProject/TestPlatform.csproj @@ -27,7 +27,7 @@ false False true - $(TestPlatformRoot)artifacts\$(Configuration)\$(TargetNetFxVersion)\win7-x64 + $(TestPlatformRoot)artifacts\$(Configuration)\$(NetFrameworkMinimum)\win7-x64 $(TestPlatformRoot)artifacts\$(Configuration)\VSIX TestPlatform [installDir]\Common7\IDE\Extensions\TestPlatform diff --git a/src/package/nuspec/Microsoft.TestPlatform.CLI.csproj b/src/package/nuspec/Microsoft.TestPlatform.CLI.csproj index 852b7e97cd..df5819e8dd 100644 --- a/src/package/nuspec/Microsoft.TestPlatform.CLI.csproj +++ b/src/package/nuspec/Microsoft.TestPlatform.CLI.csproj @@ -1,7 +1,7 @@ Exe - $(TargetNetCoreVersion) + $(NetCoreAppMinimum) net7.0 false TestPlatform.CLI.nuspec diff --git a/src/package/package/package.csproj b/src/package/package/package.csproj index 0ad3344694..082b9160b0 100644 --- a/src/package/package/package.csproj +++ b/src/package/package/package.csproj @@ -5,7 +5,7 @@ - $(TargetNetFxVersion);$(TargetNetCoreVersion) + $(NetFrameworkMinimum);$(NetCoreAppMinimum) net7.0 package false @@ -28,10 +28,10 @@ false - + win7-x64 - + diff --git a/src/package/sign/sign.csproj b/src/package/sign/sign.csproj index 76bab86510..0eb8586ff9 100644 --- a/src/package/sign/sign.csproj +++ b/src/package/sign/sign.csproj @@ -1,6 +1,6 @@  - $(TargetNetFxVersion) + $(NetFrameworkMinimum) sign win7-x64 @@ -11,7 +11,7 @@ - + diff --git a/src/testhost.arm64/testhost.arm64.csproj b/src/testhost.arm64/testhost.arm64.csproj index d5ec8961c1..ce3656741f 100644 --- a/src/testhost.arm64/testhost.arm64.csproj +++ b/src/testhost.arm64/testhost.arm64.csproj @@ -10,16 +10,16 @@ testhost.arm64 - net7.0;$(TargetNetCoreVersion);$(TargetNetFxVersion);net47;net471;net472;net48 + net7.0;$(NetCoreAppMinimum);$(NetFrameworkMinimum);net47;net471;net472;net48 net7.0; Exe false app.manifest - + win10-arm64 false - $(AssemblyName.Replace('.arm64', '')).$(TargetFramework).arm64 + $(AssemblyName.Replace('.arm64', '')).$(TargetFramework).arm64 diff --git a/src/testhost.x86/testhost.x86.csproj b/src/testhost.x86/testhost.x86.csproj index a9c4b6b7b6..cc055cc44c 100644 --- a/src/testhost.x86/testhost.x86.csproj +++ b/src/testhost.x86/testhost.x86.csproj @@ -10,7 +10,7 @@ testhost.x86 - net7.0;$(TargetNetCoreVersion);$(TargetNetFxVersion);net47;net471;net472;net48 + net7.0;$(NetCoreAppMinimum);$(NetFrameworkMinimum);net47;net471;net472;net48 net7.0; AnyCPU true @@ -18,10 +18,10 @@ false app.manifest - + win7-x86 false - $(AssemblyName.Replace('.x86', '')).$(TargetFramework).x86 + $(AssemblyName.Replace('.x86', '')).$(TargetFramework).x86 diff --git a/src/testhost/testhost.csproj b/src/testhost/testhost.csproj index a1dd931da3..48148f8c1f 100644 --- a/src/testhost/testhost.csproj +++ b/src/testhost/testhost.csproj @@ -10,16 +10,16 @@ testhost - net7.0;$(TargetNetCoreVersion);$(TargetNetFxVersion);net47;net471;net472;net48 + net7.0;$(NetCoreAppMinimum);$(NetFrameworkMinimum);net47;net471;net472;net48 net7.0; Exe false app.manifest - + win7-x64 false - $(AssemblyName).$(TargetFramework) + $(AssemblyName).$(TargetFramework) diff --git a/src/vstest.console/vstest.console.csproj b/src/vstest.console/vstest.console.csproj index 5a186f01ab..4addecf096 100644 --- a/src/vstest.console/vstest.console.csproj +++ b/src/vstest.console/vstest.console.csproj @@ -8,12 +8,12 @@ vstest.console vstest.console.arm64 - net7.0;$(TargetNetFxVersion);$(TargetNetCoreVersion) + net7.0;$(NetFrameworkMinimum);$(NetCoreAppMinimum) net7.0; Exe Major false - AnyCPU + AnyCPU app.manifest Microsoft.VisualStudio.TestPlatform.CommandLine true @@ -27,13 +27,13 @@ $(MSBuildWarningsAsMessages);MSB3276; - + win7-x64;win10-arm64 - + diff --git a/test/TestAssets/AppDomainGetAssembliesTestProject/AppDomainGetAssembliesTestProject.csproj b/test/TestAssets/AppDomainGetAssembliesTestProject/AppDomainGetAssembliesTestProject.csproj index 17753315d1..feec48e788 100644 --- a/test/TestAssets/AppDomainGetAssembliesTestProject/AppDomainGetAssembliesTestProject.csproj +++ b/test/TestAssets/AppDomainGetAssembliesTestProject/AppDomainGetAssembliesTestProject.csproj @@ -1,7 +1,7 @@ - $(TargetNetFxVersion);$(TargetNetCoreVersion) + $(NetFrameworkMinimum);$(NetCoreAppMinimum) netcoreapp3.1 false diff --git a/test/TestAssets/BlameUnitTestProject/BlameUnitTestProject.csproj b/test/TestAssets/BlameUnitTestProject/BlameUnitTestProject.csproj index daa24cbc97..f6fe543c16 100644 --- a/test/TestAssets/BlameUnitTestProject/BlameUnitTestProject.csproj +++ b/test/TestAssets/BlameUnitTestProject/BlameUnitTestProject.csproj @@ -11,7 +11,7 @@ BlameUnitTestProject - $(TargetNetFxVersion);$(TargetNetCoreVersion) + $(NetFrameworkMinimum);$(NetCoreAppMinimum) Exe diff --git a/test/TestAssets/CUITTestProject/CUITTestProject.csproj b/test/TestAssets/CUITTestProject/CUITTestProject.csproj index f66d004f92..8d97acd4ab 100644 --- a/test/TestAssets/CUITTestProject/CUITTestProject.csproj +++ b/test/TestAssets/CUITTestProject/CUITTestProject.csproj @@ -12,7 +12,7 @@ CUITTestProject - $(TargetNetFxVersion) + $(NetFrameworkMinimum) Exe diff --git a/test/TestAssets/CodeCoverageTest/CodeCoverageTest.csproj b/test/TestAssets/CodeCoverageTest/CodeCoverageTest.csproj index a5bcc5564b..58d5e8bcc6 100644 --- a/test/TestAssets/CodeCoverageTest/CodeCoverageTest.csproj +++ b/test/TestAssets/CodeCoverageTest/CodeCoverageTest.csproj @@ -5,7 +5,7 @@ CodeCoverageTest - $(TargetNetFxVersion);$(TargetNetCoreVersion) + $(NetFrameworkMinimum);$(NetCoreAppMinimum) netcoreapp3.1 false @@ -21,7 +21,7 @@ $(NETTestSdkVersion) - + diff --git a/test/TestAssets/ConsoleManagedApp/ConsoleManagedApp.csproj b/test/TestAssets/ConsoleManagedApp/ConsoleManagedApp.csproj index e943d1497b..66a22c8791 100644 --- a/test/TestAssets/ConsoleManagedApp/ConsoleManagedApp.csproj +++ b/test/TestAssets/ConsoleManagedApp/ConsoleManagedApp.csproj @@ -4,7 +4,7 @@ ConsoleManagedApp - $(TargetNetFxVersion);$(TargetNetCoreVersion) + $(NetFrameworkMinimum);$(NetCoreAppMinimum) Exe netcoreapp3.1 false diff --git a/test/TestAssets/ConsoleRunners/ConsoleRunners.csproj b/test/TestAssets/ConsoleRunners/ConsoleRunners.csproj index a499b4f98c..0e564eafd8 100644 --- a/test/TestAssets/ConsoleRunners/ConsoleRunners.csproj +++ b/test/TestAssets/ConsoleRunners/ConsoleRunners.csproj @@ -3,7 +3,7 @@ - $(TargetNetFxVersion);$(TargetNetCoreVersion) + $(NetFrameworkMinimum);$(NetCoreAppMinimum) netcoreapp3.1 false diff --git a/test/TestAssets/CoverletCoverageTestProject/CoverletCoverageTestProject.csproj b/test/TestAssets/CoverletCoverageTestProject/CoverletCoverageTestProject.csproj index 3a474a1188..ab862c9cc9 100644 --- a/test/TestAssets/CoverletCoverageTestProject/CoverletCoverageTestProject.csproj +++ b/test/TestAssets/CoverletCoverageTestProject/CoverletCoverageTestProject.csproj @@ -3,7 +3,7 @@ - $(TargetNetCoreVersion) + $(NetCoreAppMinimum) false diff --git a/test/TestAssets/CrashingOnDebugAssertTestProject/CrashingOnDebugAssertTestProject.csproj b/test/TestAssets/CrashingOnDebugAssertTestProject/CrashingOnDebugAssertTestProject.csproj index 9a8099af59..242c0ac8ff 100644 --- a/test/TestAssets/CrashingOnDebugAssertTestProject/CrashingOnDebugAssertTestProject.csproj +++ b/test/TestAssets/CrashingOnDebugAssertTestProject/CrashingOnDebugAssertTestProject.csproj @@ -4,16 +4,16 @@ - $(TargetNetCoreVersion) + $(NetCoreAppMinimum) netcoreapp3.1 false - + DEBUG;TRACE - + DEBUG;TRACE false diff --git a/test/TestAssets/DisableAppdomainTest1/DisableAppdomainTest1.csproj b/test/TestAssets/DisableAppdomainTest1/DisableAppdomainTest1.csproj index dc736baf7b..baee136d69 100644 --- a/test/TestAssets/DisableAppdomainTest1/DisableAppdomainTest1.csproj +++ b/test/TestAssets/DisableAppdomainTest1/DisableAppdomainTest1.csproj @@ -12,12 +12,12 @@ DisableAppdomainTest1 - $(TargetNetFxVersion) + $(NetFrameworkMinimum) Exe - + diff --git a/test/TestAssets/DisableAppdomainTest2/DisableAppdomainTest2.csproj b/test/TestAssets/DisableAppdomainTest2/DisableAppdomainTest2.csproj index cc11497dca..6c6e3cca9b 100644 --- a/test/TestAssets/DisableAppdomainTest2/DisableAppdomainTest2.csproj +++ b/test/TestAssets/DisableAppdomainTest2/DisableAppdomainTest2.csproj @@ -12,12 +12,12 @@ DisableAppDomainTest2 - $(TargetNetFxVersion) + $(NetFrameworkMinimum) Exe - + diff --git a/test/TestAssets/DiscoveryTestProject/DiscoveryTestProject.csproj b/test/TestAssets/DiscoveryTestProject/DiscoveryTestProject.csproj index cbcf572b5e..e9cefb5852 100644 --- a/test/TestAssets/DiscoveryTestProject/DiscoveryTestProject.csproj +++ b/test/TestAssets/DiscoveryTestProject/DiscoveryTestProject.csproj @@ -5,8 +5,8 @@ DiscoveryTestProject - $(TargetNetFxVersion);$(TargetNetCoreVersion) - $(TargetNetCoreVersion) + $(NetFrameworkMinimum);$(NetCoreAppMinimum) + $(NetCoreAppMinimum) x64 @@ -15,7 +15,7 @@ - + diff --git a/test/TestAssets/EnvironmentVariablesTestProject/EnvironmentVariablesTestProject.csproj b/test/TestAssets/EnvironmentVariablesTestProject/EnvironmentVariablesTestProject.csproj index 9f8022f438..2c82df2479 100644 --- a/test/TestAssets/EnvironmentVariablesTestProject/EnvironmentVariablesTestProject.csproj +++ b/test/TestAssets/EnvironmentVariablesTestProject/EnvironmentVariablesTestProject.csproj @@ -1,7 +1,7 @@ - $(TargetNetFxVersion);$(TargetNetCoreVersion) + $(NetFrameworkMinimum);$(NetCoreAppMinimum) netcoreapp3.1 false diff --git a/test/TestAssets/EventLogUnitTestProject/EventLogUnitTestProject.csproj b/test/TestAssets/EventLogUnitTestProject/EventLogUnitTestProject.csproj index 3513c70f4b..0ff852836c 100644 --- a/test/TestAssets/EventLogUnitTestProject/EventLogUnitTestProject.csproj +++ b/test/TestAssets/EventLogUnitTestProject/EventLogUnitTestProject.csproj @@ -12,11 +12,11 @@ EventLogUnitTestProject - $(TargetNetFxVersion) + $(NetFrameworkMinimum) Exe - + diff --git a/test/TestAssets/LegacySettingsUnitTestProject/LegacySettingsUnitTestProject.csproj b/test/TestAssets/LegacySettingsUnitTestProject/LegacySettingsUnitTestProject.csproj index fd6123da6e..37d46cd471 100644 --- a/test/TestAssets/LegacySettingsUnitTestProject/LegacySettingsUnitTestProject.csproj +++ b/test/TestAssets/LegacySettingsUnitTestProject/LegacySettingsUnitTestProject.csproj @@ -8,7 +8,7 @@ library - $(TargetNetFxVersion) + $(NetFrameworkMinimum) LegacySettingsUnitTestProject diff --git a/test/TestAssets/MSTestProject1/MSTestProject1.csproj b/test/TestAssets/MSTestProject1/MSTestProject1.csproj index 8de654950a..fe08afb0c3 100644 --- a/test/TestAssets/MSTestProject1/MSTestProject1.csproj +++ b/test/TestAssets/MSTestProject1/MSTestProject1.csproj @@ -3,7 +3,7 @@ - $(TargetNetFxVersion);$(TargetNetCoreVersion) + $(NetFrameworkMinimum);$(NetCoreAppMinimum) netcoreapp3.1 false Preview @@ -20,7 +20,7 @@ $(NETTestSdkVersion) - + diff --git a/test/TestAssets/MSTestProject2/MSTestProject2.csproj b/test/TestAssets/MSTestProject2/MSTestProject2.csproj index 8de654950a..fe08afb0c3 100644 --- a/test/TestAssets/MSTestProject2/MSTestProject2.csproj +++ b/test/TestAssets/MSTestProject2/MSTestProject2.csproj @@ -3,7 +3,7 @@ - $(TargetNetFxVersion);$(TargetNetCoreVersion) + $(NetFrameworkMinimum);$(NetCoreAppMinimum) netcoreapp3.1 false Preview @@ -20,7 +20,7 @@ $(NETTestSdkVersion) - + diff --git a/test/TestAssets/MstestV1UnitTestProject/MstestV1UnitTestProject.csproj b/test/TestAssets/MstestV1UnitTestProject/MstestV1UnitTestProject.csproj index 6c2a077d11..19c9ff6f86 100644 --- a/test/TestAssets/MstestV1UnitTestProject/MstestV1UnitTestProject.csproj +++ b/test/TestAssets/MstestV1UnitTestProject/MstestV1UnitTestProject.csproj @@ -9,7 +9,7 @@ library - $(TargetNetFxVersion) + $(NetFrameworkMinimum) MstestV1UnitTestProject diff --git a/test/TestAssets/MultitargetedNetFrameworkProject/MultitargetedNetFrameworkProject.csproj b/test/TestAssets/MultitargetedNetFrameworkProject/MultitargetedNetFrameworkProject.csproj index 533e02812b..846b1e52a6 100644 --- a/test/TestAssets/MultitargetedNetFrameworkProject/MultitargetedNetFrameworkProject.csproj +++ b/test/TestAssets/MultitargetedNetFrameworkProject/MultitargetedNetFrameworkProject.csproj @@ -4,11 +4,11 @@ - $(TargetNetFxVersion);net47;net471;net472;net48 + $(NetFrameworkMinimum);net47;net471;net472;net48 true true - + TRACE diff --git a/test/TestAssets/NUTestProject/NUTestProject.csproj b/test/TestAssets/NUTestProject/NUTestProject.csproj index a45aa6bb32..26c521d1c8 100644 --- a/test/TestAssets/NUTestProject/NUTestProject.csproj +++ b/test/TestAssets/NUTestProject/NUTestProject.csproj @@ -4,7 +4,7 @@ - $(TargetNetFxVersion);$(TargetNetCoreVersion) + $(NetFrameworkMinimum);$(NetCoreAppMinimum) netcoreapp3.1 false NUTestProject diff --git a/test/TestAssets/NewtonSoftDependency/NewtonSoftDependency.csproj b/test/TestAssets/NewtonSoftDependency/NewtonSoftDependency.csproj index d0689f553f..852efd73fc 100644 --- a/test/TestAssets/NewtonSoftDependency/NewtonSoftDependency.csproj +++ b/test/TestAssets/NewtonSoftDependency/NewtonSoftDependency.csproj @@ -11,12 +11,12 @@ NewtonSoftDependency - $(TargetNetFxVersion) + $(NetFrameworkMinimum) Exe - + diff --git a/test/TestAssets/OutOfProcDataCollector/OutOfProcDataCollector.csproj b/test/TestAssets/OutOfProcDataCollector/OutOfProcDataCollector.csproj index 03f0f11dfc..a9d3be5a17 100644 --- a/test/TestAssets/OutOfProcDataCollector/OutOfProcDataCollector.csproj +++ b/test/TestAssets/OutOfProcDataCollector/OutOfProcDataCollector.csproj @@ -1,6 +1,6 @@ - $(TargetNetFxVersion);$(TargetNetCoreVersion) + $(NetFrameworkMinimum);$(NetCoreAppMinimum) netcoreapp3.1 false 15.0.0.0 diff --git a/test/TestAssets/ParametrizedTestProject/ParametrizedTestProject.csproj b/test/TestAssets/ParametrizedTestProject/ParametrizedTestProject.csproj index 684f5d8c5f..f45d8aeb02 100644 --- a/test/TestAssets/ParametrizedTestProject/ParametrizedTestProject.csproj +++ b/test/TestAssets/ParametrizedTestProject/ParametrizedTestProject.csproj @@ -5,7 +5,7 @@ ParametrizedTestProject - $(TargetNetFxVersion);$(TargetNetCoreVersion) + $(NetFrameworkMinimum);$(NetCoreAppMinimum) netcoreapp3.1 false @@ -21,7 +21,7 @@ $(NETTestSdkVersion) - + diff --git a/test/TestAssets/PerfTestProject/PerfTestProject.csproj b/test/TestAssets/PerfTestProject/PerfTestProject.csproj index b38b2ab663..2b3e0c4f86 100644 --- a/test/TestAssets/PerfTestProject/PerfTestProject.csproj +++ b/test/TestAssets/PerfTestProject/PerfTestProject.csproj @@ -7,16 +7,16 @@ - $(TargetNetFxVersion);$(TargetNetCoreVersion) + $(NetFrameworkMinimum);$(NetCoreAppMinimum) netcoreapp3.1 Exe false PerfTestProject - + portable - + full diff --git a/test/TestAssets/ProjectFileRunSettingsTestProject/ProjectFileRunSettingsTestProject.csproj b/test/TestAssets/ProjectFileRunSettingsTestProject/ProjectFileRunSettingsTestProject.csproj index 1753dec764..3db45c0384 100644 --- a/test/TestAssets/ProjectFileRunSettingsTestProject/ProjectFileRunSettingsTestProject.csproj +++ b/test/TestAssets/ProjectFileRunSettingsTestProject/ProjectFileRunSettingsTestProject.csproj @@ -4,7 +4,7 @@ - $(TargetNetFxVersion);$(TargetNetCoreVersion) + $(NetFrameworkMinimum);$(NetCoreAppMinimum) netcoreapp3.1 false x64 @@ -15,7 +15,7 @@ - + diff --git a/test/TestAssets/SampleProjectWithOldTestHost/SampleProjectWithOldTestHost.csproj b/test/TestAssets/SampleProjectWithOldTestHost/SampleProjectWithOldTestHost.csproj index da7ef9caac..19bed3f6e4 100644 --- a/test/TestAssets/SampleProjectWithOldTestHost/SampleProjectWithOldTestHost.csproj +++ b/test/TestAssets/SampleProjectWithOldTestHost/SampleProjectWithOldTestHost.csproj @@ -3,7 +3,7 @@ - $(TargetNetCoreVersion) + $(NetCoreAppMinimum) true false diff --git a/test/TestAssets/SimpleClassLibrary/SimpleClassLibrary.csproj b/test/TestAssets/SimpleClassLibrary/SimpleClassLibrary.csproj index dd0f34f660..15e1008390 100644 --- a/test/TestAssets/SimpleClassLibrary/SimpleClassLibrary.csproj +++ b/test/TestAssets/SimpleClassLibrary/SimpleClassLibrary.csproj @@ -3,8 +3,8 @@ - $(TargetNetFxVersion);$(TargetNetCoreVersion) - $(TargetNetCoreVersion) + $(NetFrameworkMinimum);$(NetCoreAppMinimum) + $(NetCoreAppMinimum) false @@ -18,10 +18,10 @@ portable - + full - + portable diff --git a/test/TestAssets/SimpleDataCollector/SimpleDataCollector.csproj b/test/TestAssets/SimpleDataCollector/SimpleDataCollector.csproj index b7b3853460..136f4a13bd 100644 --- a/test/TestAssets/SimpleDataCollector/SimpleDataCollector.csproj +++ b/test/TestAssets/SimpleDataCollector/SimpleDataCollector.csproj @@ -10,7 +10,7 @@ 15.0.0.0 15.0.0.0 15.0.0.0 - $(TargetNetFxVersion);$(TargetNetCoreVersion) + $(NetFrameworkMinimum);$(NetCoreAppMinimum) netcoreapp3.1 false true diff --git a/test/TestAssets/SimpleTestProject/SimpleTestProject.csproj b/test/TestAssets/SimpleTestProject/SimpleTestProject.csproj index 61734ec351..2b277d6ac0 100644 --- a/test/TestAssets/SimpleTestProject/SimpleTestProject.csproj +++ b/test/TestAssets/SimpleTestProject/SimpleTestProject.csproj @@ -5,7 +5,7 @@ SimpleTestProject - $(TargetNetFxVersion);$(TargetNetCoreVersion) + $(NetFrameworkMinimum);$(NetCoreAppMinimum) netcoreapp3.1 false @@ -21,7 +21,7 @@ $(NETTestSdkVersion) - + diff --git a/test/TestAssets/SimpleTestProject2/SimpleTestProject2.csproj b/test/TestAssets/SimpleTestProject2/SimpleTestProject2.csproj index 1e7c285f67..d145a83118 100644 --- a/test/TestAssets/SimpleTestProject2/SimpleTestProject2.csproj +++ b/test/TestAssets/SimpleTestProject2/SimpleTestProject2.csproj @@ -12,7 +12,7 @@ SimpleTestProject2 - $(TargetNetFxVersion);$(TargetNetCoreVersion) + $(NetFrameworkMinimum);$(NetCoreAppMinimum) netcoreapp3.1 false Exe @@ -24,7 +24,7 @@ portable - + full diff --git a/test/TestAssets/SimpleTestProject3/SimpleTestProject3.csproj b/test/TestAssets/SimpleTestProject3/SimpleTestProject3.csproj index 43edbdd780..460854d2ac 100644 --- a/test/TestAssets/SimpleTestProject3/SimpleTestProject3.csproj +++ b/test/TestAssets/SimpleTestProject3/SimpleTestProject3.csproj @@ -4,7 +4,7 @@ - $(TargetNetFxVersion);$(TargetNetCoreVersion) + $(NetFrameworkMinimum);$(NetCoreAppMinimum) netcoreapp3.1 false Exe @@ -16,11 +16,11 @@ - + - + diff --git a/test/TestAssets/SimpleTestProjectARM/SimpleTestProjectARM.csproj b/test/TestAssets/SimpleTestProjectARM/SimpleTestProjectARM.csproj index f77b04d899..1816e33c2e 100644 --- a/test/TestAssets/SimpleTestProjectARM/SimpleTestProjectARM.csproj +++ b/test/TestAssets/SimpleTestProjectARM/SimpleTestProjectARM.csproj @@ -13,7 +13,7 @@ SimpleTestProjectARM - $(TargetNetFxVersion);$(TargetNetCoreVersion) + $(NetFrameworkMinimum);$(NetCoreAppMinimum) netcoreapp3.1 false Exe diff --git a/test/TestAssets/SimpleTestProjectMessedUpTargetFramework/SimpleTestProjectMessedUpTargetFramework.csproj b/test/TestAssets/SimpleTestProjectMessedUpTargetFramework/SimpleTestProjectMessedUpTargetFramework.csproj index 7bfa841924..f8298df87f 100644 --- a/test/TestAssets/SimpleTestProjectMessedUpTargetFramework/SimpleTestProjectMessedUpTargetFramework.csproj +++ b/test/TestAssets/SimpleTestProjectMessedUpTargetFramework/SimpleTestProjectMessedUpTargetFramework.csproj @@ -4,7 +4,7 @@ - $(TargetNetCoreVersion) + $(NetCoreAppMinimum) true true diff --git a/test/TestAssets/SimpleTestProjectx86/SimpleTestProjectx86.csproj b/test/TestAssets/SimpleTestProjectx86/SimpleTestProjectx86.csproj index 115c0b7d7c..02618593ad 100644 --- a/test/TestAssets/SimpleTestProjectx86/SimpleTestProjectx86.csproj +++ b/test/TestAssets/SimpleTestProjectx86/SimpleTestProjectx86.csproj @@ -13,7 +13,7 @@ SimpleTestProjectx86 - $(TargetNetFxVersion);$(TargetNetCoreVersion) + $(NetFrameworkMinimum);$(NetCoreAppMinimum) netcoreapp3.1 false Exe diff --git a/test/TestAssets/XUPerfTestProject/XUPerfTestProject.csproj b/test/TestAssets/XUPerfTestProject/XUPerfTestProject.csproj index 9a9b385b4e..9dc8f440ba 100644 --- a/test/TestAssets/XUPerfTestProject/XUPerfTestProject.csproj +++ b/test/TestAssets/XUPerfTestProject/XUPerfTestProject.csproj @@ -12,18 +12,18 @@ - $(TargetNetFxVersion);$(TargetNetCoreVersion) + $(NetFrameworkMinimum);$(NetCoreAppMinimum) netcoreapp3.1 - Exe + Exe XUPerfTestProject false false false - + portable - + full diff --git a/test/TestAssets/XUTestProject/XUTestProject.csproj b/test/TestAssets/XUTestProject/XUTestProject.csproj index 8c54e75c2c..ec49c45948 100644 --- a/test/TestAssets/XUTestProject/XUTestProject.csproj +++ b/test/TestAssets/XUTestProject/XUTestProject.csproj @@ -4,7 +4,7 @@ XUTestProject - $(TargetNetFxVersion);$(TargetNetCoreVersion) + $(NetFrameworkMinimum);$(NetCoreAppMinimum) netcoreapp3.1 false diff --git a/test/TestAssets/child-hang/child-hang.csproj b/test/TestAssets/child-hang/child-hang.csproj index fd2070c4b2..2ffa0eb1eb 100644 --- a/test/TestAssets/child-hang/child-hang.csproj +++ b/test/TestAssets/child-hang/child-hang.csproj @@ -8,7 +8,7 @@ - $(TargetNetFxVersion);net472;net48;$(TargetNetCoreVersion);net7.0;net6.0;net5.0 + $(NetFrameworkMinimum);net472;net48;$(NetCoreAppMinimum);net7.0;net6.0;net5.0 netcoreapp3.1 child_hang false diff --git a/test/TestAssets/crash/crash.csproj b/test/TestAssets/crash/crash.csproj index 1cf0041859..a58fc73ce0 100644 --- a/test/TestAssets/crash/crash.csproj +++ b/test/TestAssets/crash/crash.csproj @@ -8,7 +8,7 @@ - $(TargetNetFxVersion);net472;net48;$(TargetNetCoreVersion);net7.0;net6.0;net5.0 + $(NetFrameworkMinimum);net472;net48;$(NetCoreAppMinimum);net7.0;net6.0;net5.0 netcoreapp3.1 false diff --git a/test/TestAssets/timeout/timeout.csproj b/test/TestAssets/timeout/timeout.csproj index 4f9b22714d..59f1ed9f46 100644 --- a/test/TestAssets/timeout/timeout.csproj +++ b/test/TestAssets/timeout/timeout.csproj @@ -9,7 +9,7 @@ - $(TargetNetFxVersion);net472;net48;$(TargetNetCoreVersion);net7.0;net6.0;net5.0 + $(NetFrameworkMinimum);net472;net48;$(NetCoreAppMinimum);net7.0;net6.0;net5.0 netcoreapp3.1 false