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:
authorMartin Baulig <mabaul@microsoft.com>2018-12-04 02:11:46 +0300
committerMarek Safar <marek.safar@gmail.com>2018-12-13 16:36:58 +0300
commit916aafffe56940b402617d24352335ab24547015 (patch)
treeb3e3d9c16a0816cf76ae15e3b137f17e2dd8b116 /pkg/Microsoft.NETCore.Platforms/runtimeGroups.props
parent089ffdc490ef4cd652179fca27f04754bc512edd (diff)
Merged with dotnet/release/2.2.
Diffstat (limited to 'pkg/Microsoft.NETCore.Platforms/runtimeGroups.props')
-rw-r--r--pkg/Microsoft.NETCore.Platforms/runtimeGroups.props14
1 files changed, 7 insertions, 7 deletions
diff --git a/pkg/Microsoft.NETCore.Platforms/runtimeGroups.props b/pkg/Microsoft.NETCore.Platforms/runtimeGroups.props
index c8898ed0bb..f522a717d4 100644
--- a/pkg/Microsoft.NETCore.Platforms/runtimeGroups.props
+++ b/pkg/Microsoft.NETCore.Platforms/runtimeGroups.props
@@ -43,7 +43,7 @@
<RuntimeGroup Include="fedora">
<Parent>linux</Parent>
<Architectures>x64</Architectures>
- <Versions>23;24;25;26;27;28</Versions>
+ <Versions>23;24;25;26;27;28;29</Versions>
<TreatVersionsAsCompatible>false</TreatVersionsAsCompatible>
</RuntimeGroup>
@@ -72,7 +72,7 @@
<RuntimeGroup Include="ol">
<Parent>rhel</Parent>
<Architectures>x64</Architectures>
- <Versions>7;7.0;7.1;7.2;7.3;7.4</Versions>
+ <Versions>7;7.0;7.1;7.2;7.3;7.4;7.5;7.6</Versions>
<ApplyVersionsToParent>true</ApplyVersionsToParent>
</RuntimeGroup>
@@ -87,7 +87,7 @@
<RuntimeGroup Include="osx">
<Parent>unix</Parent>
<Architectures>x64</Architectures>
- <Versions>10.10;10.11;10.12;10.13</Versions>
+ <Versions>10.10;10.11;10.12;10.13;10.14</Versions>
</RuntimeGroup>
<!-- rhel 6 is independent -->
@@ -100,7 +100,7 @@
<RuntimeGroup Include="rhel">
<Parent>linux</Parent>
<Architectures>x64</Architectures>
- <Versions>7;7.0;7.1;7.2;7.3;7.4</Versions>
+ <Versions>7;7.0;7.1;7.2;7.3;7.4;7.5;7.6</Versions>
</RuntimeGroup>
<RuntimeGroup Include="sles">
@@ -111,8 +111,8 @@
<RuntimeGroup Include="tizen">
<Parent>linux</Parent>
- <Architectures>armel</Architectures>
- <Versions>4.0.0</Versions>
+ <Architectures>x86;armel</Architectures>
+ <Versions>4.0.0;5.0.0</Versions>
</RuntimeGroup>
<RuntimeGroup Include="ubuntu">
@@ -124,7 +124,7 @@
<RuntimeGroup Include="ubuntu">
<Parent>debian</Parent>
<Architectures>x64;x86;arm;arm64</Architectures>
- <Versions>16.04;16.10;17.04;17.10;18.04</Versions>
+ <Versions>16.04;16.10;17.04;17.10;18.04;18.10</Versions>
<TreatVersionsAsCompatible>false</TreatVersionsAsCompatible>
</RuntimeGroup>