diff --git a/src/SourceBuild/patches/sdk/0002-Use-MicrosoftNetCompilersToolsetVersion-instead-of-M.patch b/src/SourceBuild/patches/sdk/0002-Use-MicrosoftNetCompilersToolsetVersion-instead-of-M.patch new file mode 100644 index 000000000..73945fa63 --- /dev/null +++ b/src/SourceBuild/patches/sdk/0002-Use-MicrosoftNetCompilersToolsetVersion-instead-of-M.patch @@ -0,0 +1,40 @@ +From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 +From: Nikola Milosavljevic +Date: Mon, 17 Apr 2023 20:19:53 +0000 +Subject: [PATCH] Use MicrosoftNetCompilersToolsetVersion instead of + MicrosoftNetCompilersToolsetPackageVersion + +Temporary fix for https://github.com/dotnet/source-build/issues/3392 +--- + src/Layout/redist/redist.csproj | 4 ++-- + src/Layout/redist/targets/GenerateLayout.targets | 2 +- + 2 files changed, 3 insertions(+), 3 deletions(-) + +diff --git a/src/Layout/redist/redist.csproj b/src/Layout/redist/redist.csproj +index ada9291ad2..032389051f 100644 +--- a/src/Layout/redist/redist.csproj ++++ b/src/Layout/redist/redist.csproj +@@ -33,8 +33,8 @@ + + + +- +- ++ ++ + + + +diff --git a/src/Layout/redist/targets/GenerateLayout.targets b/src/Layout/redist/targets/GenerateLayout.targets +index 3d3d3a47d3..03e06be78d 100644 +--- a/src/Layout/redist/targets/GenerateLayout.targets ++++ b/src/Layout/redist/targets/GenerateLayout.targets +@@ -27,7 +27,7 @@ + $(OutputPath)/Roslyn + + +- ++ + + +