From 9e3cdc23f26b3ff5688ebfb7937abba19c6d64e9 Mon Sep 17 00:00:00 2001
From: "dotnet-maestro[bot]"
<42748379+dotnet-maestro[bot]@users.noreply.github.com>
Date: Mon, 20 Jan 2025 06:03:37 +0000
Subject: [PATCH] Update dependencies from https://github.com/dotnet/arcade
build 20250115.2 (#35498)
[release/9.0] Update dependencies from dotnet/arcade
---
NuGet.config | 4 ++++
eng/Version.Details.xml | 12 ++++++------
eng/Versions.props | 2 +-
eng/common/template-guidance.md | 2 +-
global.json | 8 ++++----
5 files changed, 16 insertions(+), 12 deletions(-)
diff --git a/NuGet.config b/NuGet.config
index b24702052c1..cd98ffb98b9 100644
--- a/NuGet.config
+++ b/NuGet.config
@@ -5,6 +5,8 @@
+
+
@@ -21,6 +23,8 @@
+
+
diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml
index c07270a697f..e9e5456d8ef 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -67,17 +67,17 @@
-
+
https://github.com/dotnet/arcade
- 8cc6ecd76c24ef6665579a5c5e386a211a1e7c54
+ c4bbc67763bf0c5a868862df874079380e647d61
-
+
https://github.com/dotnet/arcade
- 8cc6ecd76c24ef6665579a5c5e386a211a1e7c54
+ c4bbc67763bf0c5a868862df874079380e647d61
-
+
https://github.com/dotnet/arcade
- 8cc6ecd76c24ef6665579a5c5e386a211a1e7c54
+ c4bbc67763bf0c5a868862df874079380e647d61
diff --git a/eng/Versions.props b/eng/Versions.props
index 080cc9bd776..59c15bc078e 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -34,7 +34,7 @@
9.0.1
- 9.0.0-beta.25058.5
+ 9.0.0-beta.25065.2
17.8.3
diff --git a/eng/common/template-guidance.md b/eng/common/template-guidance.md
index 5ef6c30ba92..98bbc1ded0b 100644
--- a/eng/common/template-guidance.md
+++ b/eng/common/template-guidance.md
@@ -57,7 +57,7 @@ extends:
Note: Multiple outputs are ONLY applicable to 1ES PT publishing (only usable when referencing `templates-official`).
-# Development notes
+## Development notes
**Folder / file structure**
diff --git a/global.json b/global.json
index 724b88e9ed9..de3eeb86e5a 100644
--- a/global.json
+++ b/global.json
@@ -1,11 +1,11 @@
{
"sdk": {
- "version": "9.0.100",
+ "version": "9.0.102",
"allowPrerelease": true,
"rollForward": "latestMajor"
},
"tools": {
- "dotnet": "9.0.100",
+ "dotnet": "9.0.102",
"runtimes": {
"dotnet": [
"$(MicrosoftNETCoreBrowserDebugHostTransportVersion)"
@@ -13,7 +13,7 @@
}
},
"msbuild-sdks": {
- "Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25058.5",
- "Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.25058.5"
+ "Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25065.2",
+ "Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.25065.2"
}
}