From 8590e419f6639d9d5eabdbcb916e62fb1656d30e Mon Sep 17 00:00:00 2001 From: "Eric St. John" Date: Wed, 11 Jan 2017 13:23:52 -0800 Subject: Remove PackageTargetFramework This property is largely obsolete and replaced with NuGetTargetMoniker where its needed. I've also cleaned up mentions of this and validation suppression around it in projects that will never be packaged. PackageTargetFramework remains in projects that will be packaged and duplicate their asset in multiple folders, eg: netstandard1.0;portable-net45+win8+wp8+wpa81 --- src/Microsoft.VisualBasic/src/Microsoft.VisualBasic.vbproj | 1 - .../src/Microsoft.Win32.Primitives.csproj | 1 - src/System.Collections/src/System.Collections.csproj | 1 - src/System.ComponentModel/src/System.ComponentModel.csproj | 1 - .../src/System.Diagnostics.StackTrace.csproj | 1 - .../src/System.Diagnostics.TraceSource.csproj | 1 - .../src/System.Globalization.Extensions.csproj | 1 - src/System.Globalization/src/System.Globalization.csproj | 1 - .../src/System.IO.IsolatedStorage.csproj | 1 - src/System.IO/src/System.IO.csproj | 1 - src/System.Json/src/System.Json.csproj | 1 - src/System.Linq.Expressions/src/System.Linq.Expressions.csproj | 2 +- .../tests/System.Linq.Expressions.Tests.csproj | 2 +- src/System.Linq.Parallel/src/System.Linq.Parallel.csproj | 1 - .../src/System.Reflection.Extensions.csproj | 1 - .../src/System.Reflection.Metadata.csproj | 2 -- .../src/System.Reflection.Primitives.csproj | 1 - src/System.Reflection.TypeExtensions/dir.props | 4 ---- .../src/System.Reflection.TypeExtensions.csproj | 1 - src/System.Reflection/src/System.Reflection.csproj | 1 - .../src/System.Resources.ResourceManager.csproj | 1 - .../src/System.Runtime.Extensions.csproj | 4 +--- src/System.Runtime.Handles/src/System.Runtime.Handles.csproj | 1 - .../src/System.Runtime.InteropServices.csproj | 1 - .../src/System.Runtime.Serialization.Primitives.csproj | 2 -- .../ref/System.Runtime.WindowsRuntime.csproj | 2 -- .../src/System.Security.Permissions.csproj | 1 - .../src/System.Security.Principal.csproj | 1 - .../src/System.Text.Encoding.CodePages.csproj | 8 -------- src/System.Text.Encoding/src/System.Text.Encoding.csproj | 1 - .../src/System.Threading.Tasks.Parallel.csproj | 1 - src/System.Threading.Tasks/src/System.Threading.Tasks.csproj | 1 - src/System.Threading.Thread/src/System.Threading.Thread.csproj | 1 - src/System.Transactions/src/System.Transactions.csproj | 1 - 34 files changed, 3 insertions(+), 49 deletions(-) diff --git a/src/Microsoft.VisualBasic/src/Microsoft.VisualBasic.vbproj b/src/Microsoft.VisualBasic/src/Microsoft.VisualBasic.vbproj index 95dd685594..ea2e17eee9 100644 --- a/src/Microsoft.VisualBasic/src/Microsoft.VisualBasic.vbproj +++ b/src/Microsoft.VisualBasic/src/Microsoft.VisualBasic.vbproj @@ -14,7 +14,6 @@ $(DefineConstants),LATEBINDING=True Microsoft.VisualBasic true - netstandard1.3;netcore50 diff --git a/src/Microsoft.Win32.Primitives/src/Microsoft.Win32.Primitives.csproj b/src/Microsoft.Win32.Primitives/src/Microsoft.Win32.Primitives.csproj index c37ffa7280..2b576bafb7 100644 --- a/src/Microsoft.Win32.Primitives/src/Microsoft.Win32.Primitives.csproj +++ b/src/Microsoft.Win32.Primitives/src/Microsoft.Win32.Primitives.csproj @@ -8,7 +8,6 @@ true true - netstandard;uap10.1 diff --git a/src/System.Collections/src/System.Collections.csproj b/src/System.Collections/src/System.Collections.csproj index 8efad72726..9cb4f6a7cd 100644 --- a/src/System.Collections/src/System.Collections.csproj +++ b/src/System.Collections/src/System.Collections.csproj @@ -8,7 +8,6 @@ true 0436 - netstandard;uap10.1 diff --git a/src/System.ComponentModel/src/System.ComponentModel.csproj b/src/System.ComponentModel/src/System.ComponentModel.csproj index 0c10c0a9a8..fb2bbe10ac 100644 --- a/src/System.ComponentModel/src/System.ComponentModel.csproj +++ b/src/System.ComponentModel/src/System.ComponentModel.csproj @@ -6,7 +6,6 @@ System.ComponentModel System.ComponentModel true - netstandard1.3;netcore50 diff --git a/src/System.Diagnostics.StackTrace/src/System.Diagnostics.StackTrace.csproj b/src/System.Diagnostics.StackTrace/src/System.Diagnostics.StackTrace.csproj index 666f92d056..51d476520c 100644 --- a/src/System.Diagnostics.StackTrace/src/System.Diagnostics.StackTrace.csproj +++ b/src/System.Diagnostics.StackTrace/src/System.Diagnostics.StackTrace.csproj @@ -6,7 +6,6 @@ {02304469-722E-4723-92A1-820B9A37D275} true true - netstandard;uap10.1 $(NoWarn);1685 diff --git a/src/System.Diagnostics.TraceSource/src/System.Diagnostics.TraceSource.csproj b/src/System.Diagnostics.TraceSource/src/System.Diagnostics.TraceSource.csproj index 0e6fed8e8e..57b2377ddf 100644 --- a/src/System.Diagnostics.TraceSource/src/System.Diagnostics.TraceSource.csproj +++ b/src/System.Diagnostics.TraceSource/src/System.Diagnostics.TraceSource.csproj @@ -7,7 +7,6 @@ $(DefineConstants);TRACE {5380420C-EB1D-4C53-9CFC-916578C18334} true - netstandard;uap10.1 diff --git a/src/System.Globalization.Extensions/src/System.Globalization.Extensions.csproj b/src/System.Globalization.Extensions/src/System.Globalization.Extensions.csproj index 2f3546eb22..66b5526bbb 100644 --- a/src/System.Globalization.Extensions/src/System.Globalization.Extensions.csproj +++ b/src/System.Globalization.Extensions/src/System.Globalization.Extensions.csproj @@ -9,7 +9,6 @@ true {2B96AA10-84C0-4927-8611-8D2474B990E8} - netstandard;uap10.1 true diff --git a/src/System.Globalization/src/System.Globalization.csproj b/src/System.Globalization/src/System.Globalization.csproj index 440eab2f96..3d5f1a0dcd 100644 --- a/src/System.Globalization/src/System.Globalization.csproj +++ b/src/System.Globalization/src/System.Globalization.csproj @@ -4,7 +4,6 @@ System.Globalization true - netstandard;uap10.1 diff --git a/src/System.IO.IsolatedStorage/src/System.IO.IsolatedStorage.csproj b/src/System.IO.IsolatedStorage/src/System.IO.IsolatedStorage.csproj index 75dc2c658a..c8ecf2eb0d 100644 --- a/src/System.IO.IsolatedStorage/src/System.IO.IsolatedStorage.csproj +++ b/src/System.IO.IsolatedStorage/src/System.IO.IsolatedStorage.csproj @@ -7,7 +7,6 @@ true true None - netstandard;uap10.1 diff --git a/src/System.IO/src/System.IO.csproj b/src/System.IO/src/System.IO.csproj index 11553be471..ae1b59cc99 100644 --- a/src/System.IO/src/System.IO.csproj +++ b/src/System.IO/src/System.IO.csproj @@ -5,7 +5,6 @@ System.IO {07390899-C8F6-4e83-A3A9-6867B8CB46A0} true - netstandard;uap10.1 $(DefineConstants);netstandard17 CS0436 diff --git a/src/System.Json/src/System.Json.csproj b/src/System.Json/src/System.Json.csproj index 1e735d675c..8de79585bf 100644 --- a/src/System.Json/src/System.Json.csproj +++ b/src/System.Json/src/System.Json.csproj @@ -9,7 +9,6 @@ --> 2.0.5.0 {2ADDB484-6F57-4D71-A3FE-A57EC6329A2B} - netstandard1.0 diff --git a/src/System.Linq.Expressions/src/System.Linq.Expressions.csproj b/src/System.Linq.Expressions/src/System.Linq.Expressions.csproj index 0aa3a66775..089a5d869d 100644 --- a/src/System.Linq.Expressions/src/System.Linq.Expressions.csproj +++ b/src/System.Linq.Expressions/src/System.Linq.Expressions.csproj @@ -11,7 +11,7 @@ System.Linq.Expressions 4.1.1.0 ../ref/4.1.0/System.Linq.Expressions.depproj - true + true $(DefineConstants);FEATURE_COMPILE $(DefineConstants);FEATURE_INTERPRET true diff --git a/src/System.Linq.Expressions/tests/System.Linq.Expressions.Tests.csproj b/src/System.Linq.Expressions/tests/System.Linq.Expressions.Tests.csproj index ed9f667ff1..b8f05f87f0 100644 --- a/src/System.Linq.Expressions/tests/System.Linq.Expressions.Tests.csproj +++ b/src/System.Linq.Expressions/tests/System.Linq.Expressions.Tests.csproj @@ -7,7 +7,7 @@ {4B4AA59B-89F9-4A34-B3C3-C97EF531EE00} - true + true $(DefineConstants);FEATURE_COMPILE $(DefineConstants);FEATURE_INTERPRET diff --git a/src/System.Linq.Parallel/src/System.Linq.Parallel.csproj b/src/System.Linq.Parallel/src/System.Linq.Parallel.csproj index 59730b2f76..25070dd5fc 100644 --- a/src/System.Linq.Parallel/src/System.Linq.Parallel.csproj +++ b/src/System.Linq.Parallel/src/System.Linq.Parallel.csproj @@ -5,7 +5,6 @@ {BE28323E-327A-4E0F-B7F9-16AB7EAB59DD} System.Linq.Parallel true - netstandard1.3;netcore50 diff --git a/src/System.Reflection.Extensions/src/System.Reflection.Extensions.csproj b/src/System.Reflection.Extensions/src/System.Reflection.Extensions.csproj index f7cca2baec..014415b68a 100644 --- a/src/System.Reflection.Extensions/src/System.Reflection.Extensions.csproj +++ b/src/System.Reflection.Extensions/src/System.Reflection.Extensions.csproj @@ -8,7 +8,6 @@ true true - netstandard;uap10.1 diff --git a/src/System.Reflection.Metadata/src/System.Reflection.Metadata.csproj b/src/System.Reflection.Metadata/src/System.Reflection.Metadata.csproj index eeb1d673e5..0cfd6dd196 100644 --- a/src/System.Reflection.Metadata/src/System.Reflection.Metadata.csproj +++ b/src/System.Reflection.Metadata/src/System.Reflection.Metadata.csproj @@ -11,8 +11,6 @@ en-US 1591 false - - $(DefineConstants) netstandard1.1;portable-net45+win8 diff --git a/src/System.Reflection.Primitives/src/System.Reflection.Primitives.csproj b/src/System.Reflection.Primitives/src/System.Reflection.Primitives.csproj index 76c67f4543..eee199650e 100644 --- a/src/System.Reflection.Primitives/src/System.Reflection.Primitives.csproj +++ b/src/System.Reflection.Primitives/src/System.Reflection.Primitives.csproj @@ -4,7 +4,6 @@ System.Reflection.Primitives true - netstandard;uap10.1 diff --git a/src/System.Reflection.TypeExtensions/dir.props b/src/System.Reflection.TypeExtensions/dir.props index dde44234bf..1f9c2223d9 100644 --- a/src/System.Reflection.TypeExtensions/dir.props +++ b/src/System.Reflection.TypeExtensions/dir.props @@ -5,8 +5,4 @@ 4.1.2.0 true - - - - \ No newline at end of file diff --git a/src/System.Reflection.TypeExtensions/src/System.Reflection.TypeExtensions.csproj b/src/System.Reflection.TypeExtensions/src/System.Reflection.TypeExtensions.csproj index 94e7db9f0a..e0529e5354 100644 --- a/src/System.Reflection.TypeExtensions/src/System.Reflection.TypeExtensions.csproj +++ b/src/System.Reflection.TypeExtensions/src/System.Reflection.TypeExtensions.csproj @@ -5,7 +5,6 @@ System.Reflection.TypeExtensions true {1E689C1B-690C-4799-BDE9-6E7990585894} - netstandard1.5;uap10.1 diff --git a/src/System.Reflection/src/System.Reflection.csproj b/src/System.Reflection/src/System.Reflection.csproj index b3048b1f2e..bc75bd89bf 100644 --- a/src/System.Reflection/src/System.Reflection.csproj +++ b/src/System.Reflection/src/System.Reflection.csproj @@ -4,7 +4,6 @@ System.Reflection true - netstandard;uap10.1 diff --git a/src/System.Resources.ResourceManager/src/System.Resources.ResourceManager.csproj b/src/System.Resources.ResourceManager/src/System.Resources.ResourceManager.csproj index 7c7730bf67..b454505efa 100644 --- a/src/System.Resources.ResourceManager/src/System.Resources.ResourceManager.csproj +++ b/src/System.Resources.ResourceManager/src/System.Resources.ResourceManager.csproj @@ -7,7 +7,6 @@ None true true - netstandard;uap10.1 diff --git a/src/System.Runtime.Extensions/src/System.Runtime.Extensions.csproj b/src/System.Runtime.Extensions/src/System.Runtime.Extensions.csproj index 496f69db78..b76adfac2d 100644 --- a/src/System.Runtime.Extensions/src/System.Runtime.Extensions.csproj +++ b/src/System.Runtime.Extensions/src/System.Runtime.Extensions.csproj @@ -9,9 +9,7 @@ true 0436 - - netstandard;uap10.1 - true + true diff --git a/src/System.Runtime.Handles/src/System.Runtime.Handles.csproj b/src/System.Runtime.Handles/src/System.Runtime.Handles.csproj index 8f1087aca6..3a0a3343aa 100644 --- a/src/System.Runtime.Handles/src/System.Runtime.Handles.csproj +++ b/src/System.Runtime.Handles/src/System.Runtime.Handles.csproj @@ -5,7 +5,6 @@ {D85EE71C-F05B-4331-9300-8E2833D49E19} System.Runtime.Handles true - netstandard;uap10.1 diff --git a/src/System.Runtime.InteropServices/src/System.Runtime.InteropServices.csproj b/src/System.Runtime.InteropServices/src/System.Runtime.InteropServices.csproj index 240902b60a..e0d6fc6104 100644 --- a/src/System.Runtime.InteropServices/src/System.Runtime.InteropServices.csproj +++ b/src/System.Runtime.InteropServices/src/System.Runtime.InteropServices.csproj @@ -9,7 +9,6 @@ $(GenFacadesArgs) -ignoreMissingTypes None - netstandard;uap10.1 diff --git a/src/System.Runtime.Serialization.Primitives/src/System.Runtime.Serialization.Primitives.csproj b/src/System.Runtime.Serialization.Primitives/src/System.Runtime.Serialization.Primitives.csproj index bce1af1d9b..7c64b6494b 100644 --- a/src/System.Runtime.Serialization.Primitives/src/System.Runtime.Serialization.Primitives.csproj +++ b/src/System.Runtime.Serialization.Primitives/src/System.Runtime.Serialization.Primitives.csproj @@ -12,8 +12,6 @@ AnyCPU {CDF0ACB5-1361-4E48-8ECB-22E8022F5F01} true - netstandard;uap10.1 - netstandard1.3;netcore50 diff --git a/src/System.Runtime.WindowsRuntime/ref/System.Runtime.WindowsRuntime.csproj b/src/System.Runtime.WindowsRuntime/ref/System.Runtime.WindowsRuntime.csproj index 41885250e6..8e66029a21 100644 --- a/src/System.Runtime.WindowsRuntime/ref/System.Runtime.WindowsRuntime.csproj +++ b/src/System.Runtime.WindowsRuntime/ref/System.Runtime.WindowsRuntime.csproj @@ -26,6 +26,4 @@ - - \ No newline at end of file diff --git a/src/System.Security.Permissions/src/System.Security.Permissions.csproj b/src/System.Security.Permissions/src/System.Security.Permissions.csproj index 02c2b27022..19aae14fc8 100644 --- a/src/System.Security.Permissions/src/System.Security.Permissions.csproj +++ b/src/System.Security.Permissions/src/System.Security.Permissions.csproj @@ -5,7 +5,6 @@ {07390899-C8F6-4E83-A3A9-6867B8CB46A0} System.Security.Permissions System.Security.Permissions - netstandard true true diff --git a/src/System.Security.Principal/src/System.Security.Principal.csproj b/src/System.Security.Principal/src/System.Security.Principal.csproj index 6629873eb6..4408e2adca 100644 --- a/src/System.Security.Principal/src/System.Security.Principal.csproj +++ b/src/System.Security.Principal/src/System.Security.Principal.csproj @@ -8,7 +8,6 @@ true None - netstandard;uap10.1 diff --git a/src/System.Text.Encoding.CodePages/src/System.Text.Encoding.CodePages.csproj b/src/System.Text.Encoding.CodePages/src/System.Text.Encoding.CodePages.csproj index 5393732e4e..9453b177fe 100644 --- a/src/System.Text.Encoding.CodePages/src/System.Text.Encoding.CodePages.csproj +++ b/src/System.Text.Encoding.CodePages/src/System.Text.Encoding.CodePages.csproj @@ -8,14 +8,6 @@ System.Text.Encoding.CodePages true - - - - - - - - diff --git a/src/System.Text.Encoding/src/System.Text.Encoding.csproj b/src/System.Text.Encoding/src/System.Text.Encoding.csproj index b9a71b5a94..e35e5882a5 100644 --- a/src/System.Text.Encoding/src/System.Text.Encoding.csproj +++ b/src/System.Text.Encoding/src/System.Text.Encoding.csproj @@ -5,7 +5,6 @@ System.Text.Encoding true - netstandard;uap10.1 diff --git a/src/System.Threading.Tasks.Parallel/src/System.Threading.Tasks.Parallel.csproj b/src/System.Threading.Tasks.Parallel/src/System.Threading.Tasks.Parallel.csproj index 5f0d4d836b..9db5da2072 100644 --- a/src/System.Threading.Tasks.Parallel/src/System.Threading.Tasks.Parallel.csproj +++ b/src/System.Threading.Tasks.Parallel/src/System.Threading.Tasks.Parallel.csproj @@ -8,7 +8,6 @@ 512 $(DefineConstants);CONCURRENT_COLLECTIONS;FEATURE_TRACING true - netstandard1.3;netcore50 diff --git a/src/System.Threading.Tasks/src/System.Threading.Tasks.csproj b/src/System.Threading.Tasks/src/System.Threading.Tasks.csproj index 6969f6a7a6..633bf957ed 100644 --- a/src/System.Threading.Tasks/src/System.Threading.Tasks.csproj +++ b/src/System.Threading.Tasks/src/System.Threading.Tasks.csproj @@ -5,7 +5,6 @@ {3BCAEAA6-3A29-49EC-B334-6E7BE8BE9ABA} System.Threading.Tasks true - netstandard;uap10.1 diff --git a/src/System.Threading.Thread/src/System.Threading.Thread.csproj b/src/System.Threading.Thread/src/System.Threading.Thread.csproj index 29cbe2922e..5c25837058 100644 --- a/src/System.Threading.Thread/src/System.Threading.Thread.csproj +++ b/src/System.Threading.Thread/src/System.Threading.Thread.csproj @@ -5,7 +5,6 @@ System.Threading.Thread Library true - netstandard;uap10.1 true diff --git a/src/System.Transactions/src/System.Transactions.csproj b/src/System.Transactions/src/System.Transactions.csproj index c699d6209a..4c57cc79b4 100644 --- a/src/System.Transactions/src/System.Transactions.csproj +++ b/src/System.Transactions/src/System.Transactions.csproj @@ -5,7 +5,6 @@ 4.0.0.0 {2ADDB484-6F57-4D71-A3FE-A57EC6329A2B} true - netstandard true -- cgit v1.2.3