From 5d055b9575c8c3abbb15ac8ca6f1d6b1db6eee1b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alexander=20K=C3=B6plinger?= Date: Thu, 14 May 2020 09:20:14 +0200 Subject: [PATCH] Remove Microsoft.NETCore.Platforms.Future project (#36407) It's no longer used. --- .../Microsoft.NETCore.Platforms.Future.pkgproj | 18 --------------- .../Microsoft.NETCore.Platforms.Future.proj | 9 -------- .../Microsoft.NETCore.Platforms.Future/readme.md | 1 - .../runtime.compatibility.json | 15 ------------- .../runtime.json | 18 --------------- .../runtimeGroups.props | 26 ---------------------- src/libraries/pkg/descriptions.json | 5 ----- 7 files changed, 92 deletions(-) delete mode 100644 src/libraries/pkg/Microsoft.NETCore.Platforms.Future/Microsoft.NETCore.Platforms.Future.pkgproj delete mode 100644 src/libraries/pkg/Microsoft.NETCore.Platforms.Future/Microsoft.NETCore.Platforms.Future.proj delete mode 100644 src/libraries/pkg/Microsoft.NETCore.Platforms.Future/readme.md delete mode 100644 src/libraries/pkg/Microsoft.NETCore.Platforms.Future/runtime.compatibility.json delete mode 100644 src/libraries/pkg/Microsoft.NETCore.Platforms.Future/runtime.json delete mode 100644 src/libraries/pkg/Microsoft.NETCore.Platforms.Future/runtimeGroups.props diff --git a/src/libraries/pkg/Microsoft.NETCore.Platforms.Future/Microsoft.NETCore.Platforms.Future.pkgproj b/src/libraries/pkg/Microsoft.NETCore.Platforms.Future/Microsoft.NETCore.Platforms.Future.pkgproj deleted file mode 100644 index be13ea2..0000000 --- a/src/libraries/pkg/Microsoft.NETCore.Platforms.Future/Microsoft.NETCore.Platforms.Future.pkgproj +++ /dev/null @@ -1,18 +0,0 @@ - - - - true - - false - - - - - - lib/netstandard1.0 - - - - - - diff --git a/src/libraries/pkg/Microsoft.NETCore.Platforms.Future/Microsoft.NETCore.Platforms.Future.proj b/src/libraries/pkg/Microsoft.NETCore.Platforms.Future/Microsoft.NETCore.Platforms.Future.proj deleted file mode 100644 index 24c9f63..0000000 --- a/src/libraries/pkg/Microsoft.NETCore.Platforms.Future/Microsoft.NETCore.Platforms.Future.proj +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/src/libraries/pkg/Microsoft.NETCore.Platforms.Future/readme.md b/src/libraries/pkg/Microsoft.NETCore.Platforms.Future/readme.md deleted file mode 100644 index 1e8e216..0000000 --- a/src/libraries/pkg/Microsoft.NETCore.Platforms.Future/readme.md +++ /dev/null @@ -1 +0,0 @@ -see ..\Microsoft.NETCore.Platforms\readme.md \ No newline at end of file diff --git a/src/libraries/pkg/Microsoft.NETCore.Platforms.Future/runtime.compatibility.json b/src/libraries/pkg/Microsoft.NETCore.Platforms.Future/runtime.compatibility.json deleted file mode 100644 index 278b1bc..0000000 --- a/src/libraries/pkg/Microsoft.NETCore.Platforms.Future/runtime.compatibility.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "unix-wasm": [ - "unix-wasm" - ], - "webassembly": [ - "webassembly", - "unix" - ], - "webassembly-wasm": [ - "webassembly-wasm", - "webassembly", - "unix-wasm", - "unix" - ] -} \ No newline at end of file diff --git a/src/libraries/pkg/Microsoft.NETCore.Platforms.Future/runtime.json b/src/libraries/pkg/Microsoft.NETCore.Platforms.Future/runtime.json deleted file mode 100644 index 07393a3..0000000 --- a/src/libraries/pkg/Microsoft.NETCore.Platforms.Future/runtime.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "runtimes": { - "unix-wasm": { - "#import": [] - }, - "webassembly": { - "#import": [ - "unix" - ] - }, - "webassembly-wasm": { - "#import": [ - "webassembly", - "unix-wasm" - ] - } - } -} \ No newline at end of file diff --git a/src/libraries/pkg/Microsoft.NETCore.Platforms.Future/runtimeGroups.props b/src/libraries/pkg/Microsoft.NETCore.Platforms.Future/runtimeGroups.props deleted file mode 100644 index ff4c96a..0000000 --- a/src/libraries/pkg/Microsoft.NETCore.Platforms.Future/runtimeGroups.props +++ /dev/null @@ -1,26 +0,0 @@ - - - - wasm - - unix - - - unix - wasm - - - - - - - - - diff --git a/src/libraries/pkg/descriptions.json b/src/libraries/pkg/descriptions.json index 87b23a3..6d2b585 100644 --- a/src/libraries/pkg/descriptions.json +++ b/src/libraries/pkg/descriptions.json @@ -261,11 +261,6 @@ "CommonTypes": [] }, { - "Name": "Microsoft.NETCore.Platforms.Future", - "Description": "Provides runtime information required to resolve target framework, platform, and runtime specific implementations of .NETCore packages. This package represents future platforms not yet supported in .NETCore stable release and is subject to change.", - "CommonTypes": [] - }, - { "Name": "Microsoft.NETCore.Portable.Compatibility", "Description": "Enables compatibility with portable libraries targeting previous .NET releases like .NET Framework 4.0 and Silverlight.\nThis package supports retargeting references to classic reference assemblies (mscorlib.dll, system.dll, etc) to new contract assemblies (System.Runtime.dll, System.IO, etc). It does this in a pay-for-play way to prevent consuming assemblies from having to reference all of the contracts that happen to overlap with mscorlib. As such, when using this package you may encounter errors like\n\terror CS0012: The type 'WebRequest' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Net.Requests, Version=0.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.\nTo resolve these errors install the package with the same name as the missing assembly.", "CommonTypes": [] -- 2.7.4