From 997f641dde13dc2f89f9e4f45e1b1254aa644ebd Mon Sep 17 00:00:00 2001 From: Eric StJohn Date: Tue, 4 Apr 2017 09:04:49 -0700 Subject: Ensure we build all of pkg folder (#17838) * Ensure we build all of packages folder This turns back on Microsoft.NETCore.Targets and Microsoft.Private.PackageBaseline. * Delete Microsoft.NETCore.Targets Previously this package shipped a runtime.json with 2 things in it. 1. Lineup for all of CoreFx packages. 2. Supports clauses 1 is no longer needed since we've flattened the package graph. 2 is irrelevant now that NuGet has disabled guardrails checks. --- .../Microsoft.NETCore.Targets.builds | 8 -- .../Microsoft.NETCore.Targets.pkgproj | 35 -------- pkg/Microsoft.NETCore.Targets/runtime.json | 92 ---------------------- 3 files changed, 135 deletions(-) delete mode 100644 pkg/Microsoft.NETCore.Targets/Microsoft.NETCore.Targets.builds delete mode 100644 pkg/Microsoft.NETCore.Targets/Microsoft.NETCore.Targets.pkgproj delete mode 100644 pkg/Microsoft.NETCore.Targets/runtime.json (limited to 'pkg') diff --git a/pkg/Microsoft.NETCore.Targets/Microsoft.NETCore.Targets.builds b/pkg/Microsoft.NETCore.Targets/Microsoft.NETCore.Targets.builds deleted file mode 100644 index a280e2a666..0000000000 --- a/pkg/Microsoft.NETCore.Targets/Microsoft.NETCore.Targets.builds +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/pkg/Microsoft.NETCore.Targets/Microsoft.NETCore.Targets.pkgproj b/pkg/Microsoft.NETCore.Targets/Microsoft.NETCore.Targets.pkgproj deleted file mode 100644 index 0b95f5441f..0000000000 --- a/pkg/Microsoft.NETCore.Targets/Microsoft.NETCore.Targets.pkgproj +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - $(LineupPackageVersion) - true - runtime.json - true - - - - - - - - lib/netstandard1.0 - - - - - - - - - - - - - - - - - - diff --git a/pkg/Microsoft.NETCore.Targets/runtime.json b/pkg/Microsoft.NETCore.Targets/runtime.json deleted file mode 100644 index 925514c361..0000000000 --- a/pkg/Microsoft.NETCore.Targets/runtime.json +++ /dev/null @@ -1,92 +0,0 @@ -{ - "supports": { - "uwp.10.0.app": { - "uap10.0": [ - "win10-x86", - "win10-x86-aot", - "win10-x64", - "win10-x64-aot", - "win10-arm", - "win10-arm-aot" - ] - }, - "net45.app": { - "net45": [ - "", - "win-x86", - "win-x64" - ] - }, - "net451.app": { - "net451": [ - "", - "win-x86", - "win-x64" - ] - }, - "net452.app": { - "net452": [ - "", - "win-x86", - "win-x64" - ] - }, - "net46.app": { - "net46": [ - "", - "win-x86", - "win-x64" - ] - }, - "net461.app": { - "net461": [ - "", - "win-x86", - "win-x64" - ] - }, - "net462.app": { - "net462": [ - "", - "win-x86", - "win-x64" - ] - }, - "netcoreapp1.0.app": { - "netcoreapp1.0": [ - "win7-x86", - "win7-x64", - "osx.10.11-x64", - "centos.7-x64", - "debian.8-x64", - "linuxmint.17-x64", - "opensuse.13.2-x64", - "rhel.7.2-x64", - "ubuntu.14.04-x64", - "ubuntu.16.04-x64" - ] - }, - "win8.app": { - "win8": "" - }, - "win81.app": { - "win81": "" - }, - "wp8.app": { - "wp8": "" - }, - "wp81.app": { - "wp81": "" - }, - "wpa81.app": { - "wpa81": "" - }, - "dnxcore50.app": { - "dnxcore50": [ - "win7-x86", - "win7-x64" - ] - } - } - } - -- cgit v1.2.3