From d6bd0c5889c604bda6afcba4cd7848b7cb0fa6d3 Mon Sep 17 00:00:00 2001 From: "Eric St. John" Date: Wed, 18 Jan 2017 15:08:35 -0800 Subject: Remove packages from NETStandard.Library 1.6 With one exception: System.Runtime.InteropServices.RuntimeInformation. For the rest we will no longer ship packages. Instead the types will be supported as follows: 1. In a netstandard2.0+ project via NETStandard.Library package's netstandard.dll 2. In a netstandard1.x project via NETStandard.Library package and closure which ship from servicing branches. 3. In a framework specific project via the framework's targeting pack or framework package. --- .../pkg/win/System.IO.FileSystem.pkgproj | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 src/System.IO.FileSystem/pkg/win/System.IO.FileSystem.pkgproj (limited to 'src/System.IO.FileSystem/pkg/win/System.IO.FileSystem.pkgproj') diff --git a/src/System.IO.FileSystem/pkg/win/System.IO.FileSystem.pkgproj b/src/System.IO.FileSystem/pkg/win/System.IO.FileSystem.pkgproj deleted file mode 100644 index 6aef01697c..0000000000 --- a/src/System.IO.FileSystem/pkg/win/System.IO.FileSystem.pkgproj +++ /dev/null @@ -1,20 +0,0 @@ - - - - - win - true - - - - Windows_NT - - - - - - - - - - \ No newline at end of file -- cgit v1.2.3