From 8b1b6219cc71e9ec24c55bd5c02959ca9477103a Mon Sep 17 00:00:00 2001 From: wfurt Date: Tue, 14 Jun 2022 22:57:53 +0200 Subject: [PATCH 1/2] add missing RID for Fedora 37 and Ubuntu 22.04 --- eng/Packaging.props | 2 +- .../runtime.compatibility.json | 118 +++++++++++++++++- pkg/Microsoft.NETCore.Platforms/runtime.json | 57 +++++++++ .../runtimeGroups.props | 4 +- .../packageIndex.json | 5 +- 5 files changed, 180 insertions(+), 6 deletions(-) diff --git a/eng/Packaging.props b/eng/Packaging.props index c37014c7b6f4..2a4aaec5b006 100644 --- a/eng/Packaging.props +++ b/eng/Packaging.props @@ -27,7 +27,7 @@ 4.7.0 - 3.1.11 + 3.1.12 true true - 3.1.25-servicing.22212.2 - 3.1.25-servicing.22212.2 - 3.1.25-servicing.22212.2 + 3.1.26-servicing.22260.2 + 3.1.26-servicing.22260.2 + 3.1.26-servicing.22260.2 3.0.0-preview9.19409.15 4.6.0-preview9.19409.15 diff --git a/global.json b/global.json index bb9a292be4af..5a69c53e8f2c 100644 --- a/global.json +++ b/global.json @@ -12,6 +12,6 @@ "Microsoft.DotNet.Build.Tasks.Configuration": "1.0.0-beta.21552.6", "Microsoft.DotNet.CoreFxTesting": "1.0.0-beta.21552.6", "FIX-85B6-MERGE-9C38-CONFLICT": "1.0.0", - "Microsoft.NET.Sdk.IL": "3.1.25-servicing.22212.2" + "Microsoft.NET.Sdk.IL": "3.1.26-servicing.22260.2" } }