From af5ebe34ef6963b713525333ced10cb2f9d4fce8 Mon Sep 17 00:00:00 2001 From: Logan Bussell Date: Thu, 15 Sep 2022 16:31:45 -0700 Subject: [PATCH] [7.0.1xx] Revert roslyn CodeAnalysis patch removal (#14510) * Revert "Remove roslyn patch" This reverts commit fc74ae4df810086e14d4c0360f6e9a1cc6057ed9. * Revert "Remove unneeded ExtraPackageVersionPropsPackageInfo from Roslyn source-build project" This reverts commit 581e179517fa4cdc4e12cf8755833a61296ac0f7. --- .../tarball/content/repos/roslyn.proj | 4 +++ ...Microsoft.CodeAnalysis.Common-depend.patch | 26 +++++++++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 src/SourceBuild/tarball/patches/roslyn/0001-lift-version-of-Microsoft.CodeAnalysis.Common-depend.patch diff --git a/src/SourceBuild/tarball/content/repos/roslyn.proj b/src/SourceBuild/tarball/content/repos/roslyn.proj index 51efdd92e..29e53696f 100644 --- a/src/SourceBuild/tarball/content/repos/roslyn.proj +++ b/src/SourceBuild/tarball/content/repos/roslyn.proj @@ -32,6 +32,10 @@ need to support VS. --> + + + + diff --git a/src/SourceBuild/tarball/patches/roslyn/0001-lift-version-of-Microsoft.CodeAnalysis.Common-depend.patch b/src/SourceBuild/tarball/patches/roslyn/0001-lift-version-of-Microsoft.CodeAnalysis.Common-depend.patch new file mode 100644 index 000000000..6096888d1 --- /dev/null +++ b/src/SourceBuild/tarball/patches/roslyn/0001-lift-version-of-Microsoft.CodeAnalysis.Common-depend.patch @@ -0,0 +1,26 @@ +From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 +From: Logan Bussell <36081148+lbussell@users.noreply.github.com> +Date: Thu, 21 Oct 2021 23:15:23 +0000 +Subject: [PATCH 1/2] lift version of Microsoft.CodeAnalysis.Common + dependencies to previously source built versions + +Requires https://github.com/dotnet/source-build/issues/2482 in order to eliminate this patch +--- + .../Source/CSharpSyntaxGenerator/CSharpSyntaxGenerator.csproj | 4 ++++ + 1 file changed, 4 insertions(+) + +diff --git a/src/Tools/Source/CompilerGeneratorTools/Source/CSharpSyntaxGenerator/CSharpSyntaxGenerator.csproj b/src/Tools/Source/CompilerGeneratorTools/Source/CSharpSyntaxGenerator/CSharpSyntaxGenerator.csproj +index 7eae8afa275..a50822a6aeb 100644 +--- a/src/Tools/Source/CompilerGeneratorTools/Source/CSharpSyntaxGenerator/CSharpSyntaxGenerator.csproj ++++ b/src/Tools/Source/CompilerGeneratorTools/Source/CSharpSyntaxGenerator/CSharpSyntaxGenerator.csproj +@@ -27,5 +27,9 @@ + + + ++ ++ ++ ++ + + +\ No newline at end of file