dotnet3.1/corefx-f34-rid.patch

85 lines
2.1 KiB
Diff

diff --git a/pkg/Microsoft.NETCore.Platforms/runtime.compatibility.json b/pkg/Microsoft.NETCore.Platforms/runtime.compatibility.json
index 91766bd892..cc10ebf83d 100644
--- a/pkg/Microsoft.NETCore.Platforms/runtime.compatibility.json
+++ b/pkg/Microsoft.NETCore.Platforms/runtime.compatibility.json
@@ -1026,6 +1026,38 @@
"any",
"base"
],
+ "fedora.34": [
+ "fedora.34",
+ "fedora",
+ "linux",
+ "unix",
+ "any",
+ "base"
+ ],
+ "fedora.34-arm64": [
+ "fedora.34-arm64",
+ "fedora.34",
+ "fedora-arm64",
+ "fedora",
+ "linux-arm64",
+ "linux",
+ "unix-arm64",
+ "unix",
+ "any",
+ "base"
+ ],
+ "fedora.34-x64": [
+ "fedora.34-x64",
+ "fedora.34",
+ "fedora-x64",
+ "fedora",
+ "linux-x64",
+ "linux",
+ "unix-x64",
+ "unix",
+ "any",
+ "base"
+ ],
"freebsd": [
"freebsd",
"unix",
diff --git a/pkg/Microsoft.NETCore.Platforms/runtime.json b/pkg/Microsoft.NETCore.Platforms/runtime.json
index 4159a84e32..4fc2ee175f 100644
--- a/pkg/Microsoft.NETCore.Platforms/runtime.json
+++ b/pkg/Microsoft.NETCore.Platforms/runtime.json
@@ -516,6 +516,23 @@
"fedora-x64"
]
},
+ "fedora.34": {
+ "#import": [
+ "fedora"
+ ]
+ },
+ "fedora.34-arm64": {
+ "#import": [
+ "fedora.34",
+ "fedora-arm64"
+ ]
+ },
+ "fedora.34-x64": {
+ "#import": [
+ "fedora.34",
+ "fedora-x64"
+ ]
+ },
"freebsd": {
"#import": [
"unix"
diff --git a/pkg/Microsoft.NETCore.Platforms/runtimeGroups.props b/pkg/Microsoft.NETCore.Platforms/runtimeGroups.props
index e4a6d269d2..333d174360 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;arm64</Architectures>
- <Versions>23;24;25;26;27;28;29;30;31;32;33</Versions>
+ <Versions>23;24;25;26;27;28;29;30;31;32;33;34</Versions>
<TreatVersionsAsCompatible>false</TreatVersionsAsCompatible>
</RuntimeGroup>