Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric St. John <ericstj@microsoft.com>2016-06-09 00:17:28 +0300
committerEric St. John <ericstj@microsoft.com>2016-06-09 00:22:21 +0300
commit66071ea1e30805f0268a92a07a55c811e5908d44 (patch)
tree7c9c5d0edac823b78dd0c7670f6e35790a5afa36 /pkg/Microsoft.NETCore.Targets
parentd2cbe4030a445ca54ad4d200b8daad2cb473f7a7 (diff)
Add supports clauses for new/old platforms
This enables folks to use the "supports" feature with new and old platforms. All of these platforms support contracts and some version of NETStandard so we should enable folks to build package-based PCLs against them as well as opt-in to gaurdrails if they'd like that protection.
Diffstat (limited to 'pkg/Microsoft.NETCore.Targets')
-rw-r--r--pkg/Microsoft.NETCore.Targets/runtime.json65
1 files changed, 65 insertions, 0 deletions
diff --git a/pkg/Microsoft.NETCore.Targets/runtime.json b/pkg/Microsoft.NETCore.Targets/runtime.json
index 79276e7b8e..925514c361 100644
--- a/pkg/Microsoft.NETCore.Targets/runtime.json
+++ b/pkg/Microsoft.NETCore.Targets/runtime.json
@@ -10,12 +10,77 @@
"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",