Remove runtime.json from Microsoft.NETCore.Targets (dotnet/corefx#37437)
authorEric StJohn <ericstj@microsoft.com>
Mon, 6 May 2019 22:10:28 +0000 (15:10 -0700)
committerGitHub <noreply@github.com>
Mon, 6 May 2019 22:10:28 +0000 (15:10 -0700)
commit98b5ff5f3dd4c0a2d723a78b41adb8353d058951
tree586b9d1385035f5a31f27d2f88f8755f87749ebe
parent7d8177c8c3e38981717212c67f66a6159fa6d68a
Remove runtime.json from Microsoft.NETCore.Targets (dotnet/corefx#37437)

This supports functionality that is not present in MSBuild-based restore,
it was only usable in project.json which we no longer support.

We keep the package around so that it can replace a 1.0 era version
that brings in runtime.* packages, should it be referenced.

Commit migrated from https://github.com/dotnet/corefx/commit/6704007591fa0e81bc81639616cb6aed9b56329d
src/libraries/pkg/Microsoft.NETCore.Targets/Microsoft.NETCore.Targets.pkgproj
src/libraries/pkg/Microsoft.NETCore.Targets/runtime.json [deleted file]