From eb36db8ff927d71a3f4ee443966c0b8cd90dc84d Mon Sep 17 00:00:00 2001 From: Tingluo Huang Date: Tue, 9 Nov 2021 10:53:53 -0500 Subject: [PATCH] Try to delete `portable-net45+win8` from all projects (#1470) * Update Runner.Common.csproj * Update Runner.Listener.csproj * Update Runner.PluginHost.csproj * Update Runner.Plugins.csproj * Update Runner.Sdk.csproj * Update Runner.Worker.csproj * Update Sdk.csproj * Update Test.csproj --- src/Runner.Common/Runner.Common.csproj | 1 - src/Runner.Listener/Runner.Listener.csproj | 1 - src/Runner.PluginHost/Runner.PluginHost.csproj | 1 - src/Runner.Plugins/Runner.Plugins.csproj | 1 - src/Runner.Sdk/Runner.Sdk.csproj | 1 - src/Runner.Worker/Runner.Worker.csproj | 1 - src/Sdk/Sdk.csproj | 1 - src/Test/Test.csproj | 1 - 8 files changed, 8 deletions(-) diff --git a/src/Runner.Common/Runner.Common.csproj b/src/Runner.Common/Runner.Common.csproj index fbd7da06001..ec0e7bec68b 100644 --- a/src/Runner.Common/Runner.Common.csproj +++ b/src/Runner.Common/Runner.Common.csproj @@ -5,7 +5,6 @@ Library win-x64;win-x86;linux-x64;linux-arm64;linux-arm;osx-x64 true - portable-net45+win8 NU1701;NU1603 $(Version) true diff --git a/src/Runner.Listener/Runner.Listener.csproj b/src/Runner.Listener/Runner.Listener.csproj index 925be1acd78..09c77b8cc84 100644 --- a/src/Runner.Listener/Runner.Listener.csproj +++ b/src/Runner.Listener/Runner.Listener.csproj @@ -5,7 +5,6 @@ Exe win-x64;win-x86;linux-x64;linux-arm64;linux-arm;osx-x64 true - portable-net45+win8 NU1701;NU1603 $(Version) true diff --git a/src/Runner.PluginHost/Runner.PluginHost.csproj b/src/Runner.PluginHost/Runner.PluginHost.csproj index 9d69132098d..e856d34b0a6 100644 --- a/src/Runner.PluginHost/Runner.PluginHost.csproj +++ b/src/Runner.PluginHost/Runner.PluginHost.csproj @@ -5,7 +5,6 @@ Exe win-x64;win-x86;linux-x64;linux-arm64;linux-arm;osx-x64 true - portable-net45+win8 NU1701;NU1603 $(Version) true diff --git a/src/Runner.Plugins/Runner.Plugins.csproj b/src/Runner.Plugins/Runner.Plugins.csproj index 7719ee49f22..648ca718c37 100644 --- a/src/Runner.Plugins/Runner.Plugins.csproj +++ b/src/Runner.Plugins/Runner.Plugins.csproj @@ -5,7 +5,6 @@ Library win-x64;win-x86;linux-x64;linux-arm64;linux-arm;osx-x64 true - portable-net45+win8 NU1701;NU1603 $(Version) true diff --git a/src/Runner.Sdk/Runner.Sdk.csproj b/src/Runner.Sdk/Runner.Sdk.csproj index 26f1582e7f3..ee4fa0b85a1 100644 --- a/src/Runner.Sdk/Runner.Sdk.csproj +++ b/src/Runner.Sdk/Runner.Sdk.csproj @@ -5,7 +5,6 @@ Library win-x64;win-x86;linux-x64;linux-arm64;linux-arm;osx-x64 true - portable-net45+win8 NU1701;NU1603 $(Version) true diff --git a/src/Runner.Worker/Runner.Worker.csproj b/src/Runner.Worker/Runner.Worker.csproj index d4cc3d8153a..8f7ff699c0b 100644 --- a/src/Runner.Worker/Runner.Worker.csproj +++ b/src/Runner.Worker/Runner.Worker.csproj @@ -5,7 +5,6 @@ Exe win-x64;win-x86;linux-x64;linux-arm64;linux-arm;osx-x64 true - portable-net45+win8 NU1701;NU1603 $(Version) true diff --git a/src/Sdk/Sdk.csproj b/src/Sdk/Sdk.csproj index bf0c0875688..0641a3f3d1d 100644 --- a/src/Sdk/Sdk.csproj +++ b/src/Sdk/Sdk.csproj @@ -5,7 +5,6 @@ Library win-x64;win-x86;linux-x64;linux-arm64;linux-arm;osx-x64 true - portable-net45+win8 NU1701;NU1603 $(Version) TRACE diff --git a/src/Test/Test.csproj b/src/Test/Test.csproj index e6905589d1c..ebeeaab97c7 100644 --- a/src/Test/Test.csproj +++ b/src/Test/Test.csproj @@ -3,7 +3,6 @@ netcoreapp3.1 win-x64;win-x86;linux-x64;linux-arm64;linux-arm;osx-x64 true - portable-net45+win8 NU1701;NU1603;NU1603;xUnit2013;