From 81c9bea2092435d62c43b367e049093371bac2e8 Mon Sep 17 00:00:00 2001 From: Matt Thalman Date: Thu, 9 Nov 2023 14:21:05 -0600 Subject: [PATCH] SB patch for net9.0 TFM in SBRP (#17749) --- ...plicitly-target-net9.0-for-NoOp-proj.patch | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 src/SourceBuild/patches/source-build-reference-packages/0001-Explicitly-target-net9.0-for-NoOp-proj.patch diff --git a/src/SourceBuild/patches/source-build-reference-packages/0001-Explicitly-target-net9.0-for-NoOp-proj.patch b/src/SourceBuild/patches/source-build-reference-packages/0001-Explicitly-target-net9.0-for-NoOp-proj.patch new file mode 100644 index 000000000..6438c7678 --- /dev/null +++ b/src/SourceBuild/patches/source-build-reference-packages/0001-Explicitly-target-net9.0-for-NoOp-proj.patch @@ -0,0 +1,23 @@ +From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 +From: Matt Thalman +Date: Tue, 7 Nov 2023 12:40:49 -0600 +Subject: [PATCH] Explicitly target net9.0 for NoOp proj + +https://github.com/dotnet/source-build/issues/3663 +--- + eng/NoOp.csproj | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/eng/NoOp.csproj b/eng/NoOp.csproj +index 659aa00a..3ecefd43 100644 +--- a/eng/NoOp.csproj ++++ b/eng/NoOp.csproj +@@ -5,7 +5,7 @@ + + + +- $(NetCurrent) ++ net9.0 + + +