From ccda82b0b60d3d30b15767b56ebf7ae35f1ac510 Mon Sep 17 00:00:00 2001 From: Jeremy Koritzinsky Date: Wed, 6 Apr 2022 15:47:40 -0700 Subject: [PATCH] Pin Roslyn version for generators in .NET 7 ref pack (#67599) Co-authored-by: Jose Perez Rodriguez --- eng/Versions.props | 18 +++++++++++++----- .../LibraryImportGenerator.csproj | 2 +- .../Microsoft.Interop.SourceGeneration.csproj | 2 +- 3 files changed, 15 insertions(+), 7 deletions(-) diff --git a/eng/Versions.props b/eng/Versions.props index 1a5225445163b..2c852add36e8e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -27,22 +27,30 @@ We pin these versions as we need to match them exactly for any scenarios that run Roslyn on .NET Framework, like Visual Studio. --> + 3.11.0 + 4.0.1 + + + 4.2.0-2.final 3.3.3 - 4.2.0-2.22128.1 - 4.2.0-2.22128.1 - 4.2.0-2.22128.1 + 4.2.0-2.final + 4.2.0-2.final + 4.2.0-2.final 7.0.0-preview1.22180.6 - 4.2.0-2.22128.1 + 4.2.0-2.final - 4.2.0-2.22128.1 + 4.2.0-2.final 2.0.0-alpha.1.21525.11 diff --git a/src/libraries/System.Runtime.InteropServices/gen/LibraryImportGenerator/LibraryImportGenerator.csproj b/src/libraries/System.Runtime.InteropServices/gen/LibraryImportGenerator/LibraryImportGenerator.csproj index 7e7e4c28bd6e2..f45f50bc410b0 100644 --- a/src/libraries/System.Runtime.InteropServices/gen/LibraryImportGenerator/LibraryImportGenerator.csproj +++ b/src/libraries/System.Runtime.InteropServices/gen/LibraryImportGenerator/LibraryImportGenerator.csproj @@ -29,7 +29,7 @@ - + diff --git a/src/libraries/System.Runtime.InteropServices/gen/Microsoft.Interop.SourceGeneration/Microsoft.Interop.SourceGeneration.csproj b/src/libraries/System.Runtime.InteropServices/gen/Microsoft.Interop.SourceGeneration/Microsoft.Interop.SourceGeneration.csproj index c07ec0b6fc9ed..da5fbad191d81 100644 --- a/src/libraries/System.Runtime.InteropServices/gen/Microsoft.Interop.SourceGeneration/Microsoft.Interop.SourceGeneration.csproj +++ b/src/libraries/System.Runtime.InteropServices/gen/Microsoft.Interop.SourceGeneration/Microsoft.Interop.SourceGeneration.csproj @@ -17,7 +17,7 @@ - +