Imported Upstream version 5.10.0.69

Former-commit-id: fc39669a0b707dd3c063977486506b6793da2890
This commit is contained in:
Xamarin Public Jenkins (auto-signing)
2018-01-29 19:03:06 +00:00
parent d8f8abd549
commit e2950ec768
6283 changed files with 453847 additions and 91879 deletions

View File

@ -1,12 +1,15 @@
{
"alpine": [
"alpine",
"unix",
"any",
"base"
],
"alpine-corert": [
"alpine-corert",
"alpine",
"unix-corert",
"unix",
"corert",
"any",
"base"
@ -14,6 +17,8 @@
"alpine-x64": [
"alpine-x64",
"alpine",
"unix-x64",
"unix",
"any",
"base"
],
@ -21,7 +26,11 @@
"alpine-x64-corert",
"alpine-corert",
"alpine-x64",
"unix-x64-corert",
"alpine",
"unix-corert",
"unix-x64",
"unix",
"corert",
"any",
"base"
@ -29,6 +38,7 @@
"alpine.3.6": [
"alpine.3.6",
"alpine",
"unix",
"any",
"base"
],
@ -37,6 +47,8 @@
"alpine.3.6",
"alpine-corert",
"alpine",
"unix-corert",
"unix",
"corert",
"any",
"base"
@ -46,6 +58,8 @@
"alpine.3.6",
"alpine-x64",
"alpine",
"unix-x64",
"unix",
"any",
"base"
],
@ -58,6 +72,10 @@
"alpine-corert",
"alpine-x64",
"alpine",
"unix-x64-corert",
"unix-corert",
"unix-x64",
"unix",
"corert",
"any",
"base"

View File

@ -2,24 +2,26 @@
"runtimes": {
"alpine": {
"#import": [
"any"
"unix"
]
},
"alpine-corert": {
"#import": [
"alpine",
"corert"
"unix-corert"
]
},
"alpine-x64": {
"#import": [
"alpine"
"alpine",
"unix-x64"
]
},
"alpine-x64-corert": {
"#import": [
"alpine-corert",
"alpine-x64"
"alpine-x64",
"unix-x64-corert"
]
},
"alpine.3.6": {

View File

@ -11,7 +11,7 @@
</RuntimeGroup>
<RuntimeGroup Include="alpine">
<Parent>any</Parent>
<Parent>unix</Parent>
<Architectures>x64</Architectures>
<Versions>3.6</Versions>
</RuntimeGroup>