Skip to content

Commit 23e3e7f

Browse files
authored
Create 0001-upgrade-jdk-version.patch (#41563)
1 parent a7be949 commit 23e3e7f

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)