We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7be949 commit 23e3e7fCopy full SHA for 23e3e7f
src/SourceBuild/patches/aspnetcore/0001-upgrade-jdk-version.patch
@@ -0,0 +1,24 @@
1
+From 28062c172711cf293d8ac05490468734267858a4 Mon Sep 17 00:00:00 2001
2
+From: Brennan <brecon@microsoft.com>
3
+Date: Wed, 12 Jun 2024 13:05:25 -0700
4
+Subject: [PATCH] Update JDK
5
+
6
+Backport: https://github.com/dotnet/aspnetcore/pull/56210
7
8
+---
9
+ global.json | 2 +-
10
+ 1 file changed, 1 insertion(+), 1 deletion(-)
11
12
+diff --git a/global.json b/global.json
13
+index 9537239e827d..76bd2462fd83 100644
14
+--- a/global.json
15
++++ b/global.json
16
+@@ -24,7 +24,7 @@
17
+ "xcopy-msbuild": "17.1.0"
18
+ },
19
+ "native-tools": {
20
+- "jdk": "11.0.22"
21
++ "jdk": "11.0.23"
22
23
+ "msbuild-sdks": {
24
+ "Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24272.5",
0 commit comments