From 74bcdc33105f0ed78be3e1e27951b1958ad6b5a9 Mon Sep 17 00:00:00 2001 From: Matt Thalman Date: Thu, 14 Dec 2023 08:35:43 -0600 Subject: [PATCH] Add templating patch to target net9.0 (#17952) --- ...Set-NETCoreTargetFramework-to-net9.0.patch | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 src/SourceBuild/patches/templating/0001-Set-NETCoreTargetFramework-to-net9.0.patch diff --git a/src/SourceBuild/patches/templating/0001-Set-NETCoreTargetFramework-to-net9.0.patch b/src/SourceBuild/patches/templating/0001-Set-NETCoreTargetFramework-to-net9.0.patch new file mode 100644 index 000000000..f0d6531ee --- /dev/null +++ b/src/SourceBuild/patches/templating/0001-Set-NETCoreTargetFramework-to-net9.0.patch @@ -0,0 +1,23 @@ +From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 +From: Matt Thalman +Date: Tue, 12 Dec 2023 10:49:01 -0600 +Subject: [PATCH] Set NETCoreTargetFramework to net9.0 + +Backport: https://github.com/dotnet/source-build/issues/3663 +--- + Directory.Build.props | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/Directory.Build.props b/Directory.Build.props +index 6370d08a9..7292506cd 100644 +--- a/Directory.Build.props ++++ b/Directory.Build.props +@@ -5,7 +5,7 @@ + + + preview +- net8.0 ++ net9.0 + netstandard2.0 + net48 + Microsoft .NET Core