From fbf7ac653bd867950166b3c11800388f2c6684e8 Mon Sep 17 00:00:00 2001 From: AraHaan Date: Tue, 15 Aug 2023 23:38:44 -0400 Subject: [PATCH 1/3] Fixed MSBuild 17.7 issue. This should fix an issue with newer versions of msbuid for both .NET SDK style and non-SDK style projects all in one. --- ...crosoft.CodeDom.Providers.DotNetCompilerPlatform.targets | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/Packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform/build/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.targets b/src/Packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform/build/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.targets index a6cf880..f04e41c 100644 --- a/src/Packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform/build/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.targets +++ b/src/Packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform/build/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.targets @@ -9,9 +9,7 @@ - - roslyn\%(RecursiveDir)%(Filename)%(Extension) - + @@ -78,4 +76,4 @@ - \ No newline at end of file + From a8a52062d9d647e1ba13b64d9e078987e5b2186d Mon Sep 17 00:00:00 2001 From: AraHaan Date: Fri, 17 Nov 2023 10:05:19 -0500 Subject: [PATCH 2/3] Update src/Packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform/build/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.targets Co-authored-by: Jan Krivanek --- ...icrosoft.CodeDom.Providers.DotNetCompilerPlatform.targets | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/Packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform/build/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.targets b/src/Packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform/build/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.targets index f04e41c..e69bbd6 100644 --- a/src/Packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform/build/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.targets +++ b/src/Packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform/build/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.targets @@ -9,7 +9,10 @@ - + + + roslyn\%(RecursiveDir)%(Filename)%(Extension) + From f59a59018ad3a36d0b6aa55cdb6bda3e926232e4 Mon Sep 17 00:00:00 2001 From: AraHaan Date: Tue, 30 Jan 2024 10:21:39 -0500 Subject: [PATCH 3/3] Update src/Packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform/build/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.targets --- .../Microsoft.CodeDom.Providers.DotNetCompilerPlatform.targets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform/build/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.targets b/src/Packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform/build/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.targets index e69bbd6..19a129b 100644 --- a/src/Packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform/build/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.targets +++ b/src/Packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform/build/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.targets @@ -10,7 +10,7 @@ - + roslyn\%(RecursiveDir)%(Filename)%(Extension)