diff --git a/src/Runner.Common/Runner.Common.csproj b/src/Runner.Common/Runner.Common.csproj index fbd7da060..ec0e7bec6 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 925be1acd..09c77b8cc 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 9d6913209..e856d34b0 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 7719ee49f..648ca718c 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 26f1582e7..ee4fa0b85 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 d4cc3d815..8f7ff699c 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 bf0c08756..0641a3f3d 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 e6905589d..ebeeaab97 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;