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:
authorJan Vorlicek <janvorli@microsoft.com>2017-12-05 04:24:54 +0300
committerGitHub <noreply@github.com>2017-12-05 04:24:54 +0300
commit922308212fff1fe0b6cedfebee7121fc8d317a49 (patch)
tree86b71a33d01dab260fdfd4bc5ca54b155160884a /pkg/Microsoft.NETCore.Platforms/runtimeGroups.props
parentdefb6d52047cc3d6b5f5d0853b0afdb1512dfbf4 (diff)
Fix Alpine Linux dependency chain (#25685)
* Fix Alpine Linux dependency chain The alpine Linux has incorrect parent set to "any" instead of "unix". This change fixes that. * Added runtime.json files generated by the build
Diffstat (limited to 'pkg/Microsoft.NETCore.Platforms/runtimeGroups.props')
-rw-r--r--pkg/Microsoft.NETCore.Platforms/runtimeGroups.props2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/Microsoft.NETCore.Platforms/runtimeGroups.props b/pkg/Microsoft.NETCore.Platforms/runtimeGroups.props
index 0f2b4a4197..d3aacf4ca2 100644
--- a/pkg/Microsoft.NETCore.Platforms/runtimeGroups.props
+++ b/pkg/Microsoft.NETCore.Platforms/runtimeGroups.props
@@ -11,7 +11,7 @@
</RuntimeGroup>
<RuntimeGroup Include="alpine">
- <Parent>any</Parent>
+ <Parent>unix</Parent>
<Architectures>x64</Architectures>
<Versions>3.6</Versions>
</RuntimeGroup>