From c2f1ff00ae43bc81b4e26168792a1e1118c0d4ed Mon Sep 17 00:00:00 2001
From: PowerShell Team Bot <69177312+pwshBot@users.noreply.github.com>
Date: Tue, 12 Nov 2024 15:57:38 -0800
Subject: [PATCH] Bump .NET 9 and dependencies (#24573)
---
DotnetRuntimeMetadata.json | 2 +-
global.json | 2 +-
...oft.PowerShell.Commands.Diagnostics.csproj | 2 +-
...soft.PowerShell.Commands.Management.csproj | 2 +-
...crosoft.PowerShell.Commands.Utility.csproj | 4 +-
...crosoft.PowerShell.CoreCLR.Eventing.csproj | 2 +-
.../Microsoft.PowerShell.SDK.csproj | 10 +-
.../Microsoft.WSMan.Management.csproj | 2 +-
.../System.Management.Automation.csproj | 16 +--
test/tools/TestService/TestService.csproj | 4 +-
test/tools/WebListener/WebListener.csproj | 4 +-
tools/cgmanifest.json | 106 +++++++++---------
12 files changed, 78 insertions(+), 78 deletions(-)
diff --git a/DotnetRuntimeMetadata.json b/DotnetRuntimeMetadata.json
index 50884cd0a3..472b5958a8 100644
--- a/DotnetRuntimeMetadata.json
+++ b/DotnetRuntimeMetadata.json
@@ -4,7 +4,7 @@
"quality": "daily",
"qualityFallback": "preview",
"packageVersionPattern": "9.0.0-preview.6",
- "sdkImageVersion": "9.0.0-preview.6.24327.7",
+ "sdkImageVersion": "9.0.100",
"nextChannel": "9.0.0-preview.7",
"azureFeed": "",
"sdkImageOverride": ""
diff --git a/global.json b/global.json
index 2dd360f846..6532452298 100644
--- a/global.json
+++ b/global.json
@@ -1,5 +1,5 @@
{
"sdk": {
- "version": "9.0.100-rc.2.24474.11"
+ "version": "9.0.100"
}
}
diff --git a/src/Microsoft.PowerShell.Commands.Diagnostics/Microsoft.PowerShell.Commands.Diagnostics.csproj b/src/Microsoft.PowerShell.Commands.Diagnostics/Microsoft.PowerShell.Commands.Diagnostics.csproj
index 34502ced25..a25ce533fb 100644
--- a/src/Microsoft.PowerShell.Commands.Diagnostics/Microsoft.PowerShell.Commands.Diagnostics.csproj
+++ b/src/Microsoft.PowerShell.Commands.Diagnostics/Microsoft.PowerShell.Commands.Diagnostics.csproj
@@ -8,7 +8,7 @@
-
+
diff --git a/src/Microsoft.PowerShell.Commands.Management/Microsoft.PowerShell.Commands.Management.csproj b/src/Microsoft.PowerShell.Commands.Management/Microsoft.PowerShell.Commands.Management.csproj
index 4f20755c6e..9b049c21d5 100644
--- a/src/Microsoft.PowerShell.Commands.Management/Microsoft.PowerShell.Commands.Management.csproj
+++ b/src/Microsoft.PowerShell.Commands.Management/Microsoft.PowerShell.Commands.Management.csproj
@@ -47,7 +47,7 @@
-
+
diff --git a/src/Microsoft.PowerShell.Commands.Utility/Microsoft.PowerShell.Commands.Utility.csproj b/src/Microsoft.PowerShell.Commands.Utility/Microsoft.PowerShell.Commands.Utility.csproj
index eee0929dad..0f012d3960 100644
--- a/src/Microsoft.PowerShell.Commands.Utility/Microsoft.PowerShell.Commands.Utility.csproj
+++ b/src/Microsoft.PowerShell.Commands.Utility/Microsoft.PowerShell.Commands.Utility.csproj
@@ -33,8 +33,8 @@
-
-
+
+
diff --git a/src/Microsoft.PowerShell.CoreCLR.Eventing/Microsoft.PowerShell.CoreCLR.Eventing.csproj b/src/Microsoft.PowerShell.CoreCLR.Eventing/Microsoft.PowerShell.CoreCLR.Eventing.csproj
index 003999e97b..5c28e4fe25 100644
--- a/src/Microsoft.PowerShell.CoreCLR.Eventing/Microsoft.PowerShell.CoreCLR.Eventing.csproj
+++ b/src/Microsoft.PowerShell.CoreCLR.Eventing/Microsoft.PowerShell.CoreCLR.Eventing.csproj
@@ -8,7 +8,7 @@
-
+
diff --git a/src/Microsoft.PowerShell.SDK/Microsoft.PowerShell.SDK.csproj b/src/Microsoft.PowerShell.SDK/Microsoft.PowerShell.SDK.csproj
index 0f1fef9362..15b503e3d1 100644
--- a/src/Microsoft.PowerShell.SDK/Microsoft.PowerShell.SDK.csproj
+++ b/src/Microsoft.PowerShell.SDK/Microsoft.PowerShell.SDK.csproj
@@ -17,13 +17,13 @@
-
+
-
-
-
+
+
+
-
+
diff --git a/src/Microsoft.WSMan.Management/Microsoft.WSMan.Management.csproj b/src/Microsoft.WSMan.Management/Microsoft.WSMan.Management.csproj
index 77aa3cef77..89a147cb85 100644
--- a/src/Microsoft.WSMan.Management/Microsoft.WSMan.Management.csproj
+++ b/src/Microsoft.WSMan.Management/Microsoft.WSMan.Management.csproj
@@ -10,7 +10,7 @@
-
+
diff --git a/src/System.Management.Automation/System.Management.Automation.csproj b/src/System.Management.Automation/System.Management.Automation.csproj
index cefbbfa31f..c00aed6617 100644
--- a/src/System.Management.Automation/System.Management.Automation.csproj
+++ b/src/System.Management.Automation/System.Management.Automation.csproj
@@ -32,16 +32,16 @@
-
-
-
-
+
+
+
+
-
+
-
-
-
+
+
+
diff --git a/test/tools/TestService/TestService.csproj b/test/tools/TestService/TestService.csproj
index 94126cd2ef..00e4ba3e4b 100644
--- a/test/tools/TestService/TestService.csproj
+++ b/test/tools/TestService/TestService.csproj
@@ -15,8 +15,8 @@
-
-
+
+
diff --git a/test/tools/WebListener/WebListener.csproj b/test/tools/WebListener/WebListener.csproj
index 2202823482..d037627b1f 100644
--- a/test/tools/WebListener/WebListener.csproj
+++ b/test/tools/WebListener/WebListener.csproj
@@ -7,7 +7,7 @@
-
-
+
+
diff --git a/tools/cgmanifest.json b/tools/cgmanifest.json
index 32e9cc0110..f823d713d5 100644
--- a/tools/cgmanifest.json
+++ b/tools/cgmanifest.json
@@ -1,5 +1,4 @@
{
- "$schema": "https://json.schemastore.org/component-detection-manifest.json",
"Registrations": [
{
"Component": {
@@ -126,7 +125,7 @@
"Type": "nuget",
"Nuget": {
"Name": "Microsoft.Extensions.ObjectPool",
- "Version": "8.0.10"
+ "Version": "8.0.11"
}
},
"DevelopmentDependency": false
@@ -196,7 +195,7 @@
"Type": "nuget",
"Nuget": {
"Name": "Microsoft.Win32.Registry.AccessControl",
- "Version": "8.0.0"
+ "Version": "9.0.0"
}
},
"DevelopmentDependency": false
@@ -216,7 +215,7 @@
"Type": "nuget",
"Nuget": {
"Name": "Microsoft.Win32.SystemEvents",
- "Version": "8.0.0"
+ "Version": "9.0.0"
}
},
"DevelopmentDependency": false
@@ -226,7 +225,7 @@
"Type": "nuget",
"Nuget": {
"Name": "Microsoft.Windows.Compatibility",
- "Version": "8.0.10"
+ "Version": "9.0.0"
}
},
"DevelopmentDependency": false
@@ -246,7 +245,7 @@
"Type": "nuget",
"Nuget": {
"Name": "runtime.android-arm.runtime.native.System.IO.Ports",
- "Version": "9.0.0-rc.2.24473.5"
+ "Version": "9.0.0"
}
},
"DevelopmentDependency": false
@@ -256,7 +255,7 @@
"Type": "nuget",
"Nuget": {
"Name": "runtime.android-arm64.runtime.native.System.IO.Ports",
- "Version": "9.0.0-rc.2.24473.5"
+ "Version": "9.0.0"
}
},
"DevelopmentDependency": false
@@ -266,7 +265,7 @@
"Type": "nuget",
"Nuget": {
"Name": "runtime.android-x64.runtime.native.System.IO.Ports",
- "Version": "9.0.0-rc.2.24473.5"
+ "Version": "9.0.0"
}
},
"DevelopmentDependency": false
@@ -276,7 +275,7 @@
"Type": "nuget",
"Nuget": {
"Name": "runtime.android-x86.runtime.native.System.IO.Ports",
- "Version": "9.0.0-rc.2.24473.5"
+ "Version": "9.0.0"
}
},
"DevelopmentDependency": false
@@ -286,7 +285,7 @@
"Type": "nuget",
"Nuget": {
"Name": "runtime.linux-arm.runtime.native.System.IO.Ports",
- "Version": "8.0.0"
+ "Version": "9.0.0"
}
},
"DevelopmentDependency": false
@@ -296,7 +295,7 @@
"Type": "nuget",
"Nuget": {
"Name": "runtime.linux-arm64.runtime.native.System.IO.Ports",
- "Version": "8.0.0"
+ "Version": "9.0.0"
}
},
"DevelopmentDependency": false
@@ -306,7 +305,7 @@
"Type": "nuget",
"Nuget": {
"Name": "runtime.linux-bionic-arm64.runtime.native.System.IO.Ports",
- "Version": "9.0.0-rc.2.24473.5"
+ "Version": "9.0.0"
}
},
"DevelopmentDependency": false
@@ -316,7 +315,7 @@
"Type": "nuget",
"Nuget": {
"Name": "runtime.linux-bionic-x64.runtime.native.System.IO.Ports",
- "Version": "9.0.0-rc.2.24473.5"
+ "Version": "9.0.0"
}
},
"DevelopmentDependency": false
@@ -326,7 +325,7 @@
"Type": "nuget",
"Nuget": {
"Name": "runtime.linux-musl-arm.runtime.native.System.IO.Ports",
- "Version": "9.0.0-rc.2.24473.5"
+ "Version": "9.0.0"
}
},
"DevelopmentDependency": false
@@ -336,7 +335,7 @@
"Type": "nuget",
"Nuget": {
"Name": "runtime.linux-musl-arm64.runtime.native.System.IO.Ports",
- "Version": "9.0.0-rc.2.24473.5"
+ "Version": "9.0.0"
}
},
"DevelopmentDependency": false
@@ -346,7 +345,7 @@
"Type": "nuget",
"Nuget": {
"Name": "runtime.linux-musl-x64.runtime.native.System.IO.Ports",
- "Version": "9.0.0-rc.2.24473.5"
+ "Version": "9.0.0"
}
},
"DevelopmentDependency": false
@@ -356,7 +355,7 @@
"Type": "nuget",
"Nuget": {
"Name": "runtime.linux-x64.runtime.native.System.IO.Ports",
- "Version": "8.0.0"
+ "Version": "9.0.0"
}
},
"DevelopmentDependency": false
@@ -366,7 +365,7 @@
"Type": "nuget",
"Nuget": {
"Name": "runtime.maccatalyst-arm64.runtime.native.System.IO.Ports",
- "Version": "9.0.0-rc.2.24473.5"
+ "Version": "9.0.0"
}
},
"DevelopmentDependency": false
@@ -376,7 +375,7 @@
"Type": "nuget",
"Nuget": {
"Name": "runtime.maccatalyst-x64.runtime.native.System.IO.Ports",
- "Version": "9.0.0-rc.2.24473.5"
+ "Version": "9.0.0"
}
},
"DevelopmentDependency": false
@@ -396,7 +395,7 @@
"Type": "nuget",
"Nuget": {
"Name": "runtime.native.System.IO.Ports",
- "Version": "8.0.0"
+ "Version": "9.0.0"
}
},
"DevelopmentDependency": false
@@ -406,7 +405,7 @@
"Type": "nuget",
"Nuget": {
"Name": "runtime.osx-arm64.runtime.native.System.IO.Ports",
- "Version": "8.0.0"
+ "Version": "9.0.0"
}
},
"DevelopmentDependency": false
@@ -416,7 +415,7 @@
"Type": "nuget",
"Nuget": {
"Name": "runtime.osx-x64.runtime.native.System.IO.Ports",
- "Version": "8.0.0"
+ "Version": "9.0.0"
}
},
"DevelopmentDependency": false
@@ -476,7 +475,7 @@
"Type": "nuget",
"Nuget": {
"Name": "System.CodeDom",
- "Version": "8.0.0"
+ "Version": "9.0.0"
}
},
"DevelopmentDependency": false
@@ -496,7 +495,7 @@
"Type": "nuget",
"Nuget": {
"Name": "System.ComponentModel.Composition.Registration",
- "Version": "8.0.0"
+ "Version": "9.0.0"
}
},
"DevelopmentDependency": false
@@ -506,7 +505,7 @@
"Type": "nuget",
"Nuget": {
"Name": "System.ComponentModel.Composition",
- "Version": "8.0.0"
+ "Version": "9.0.0"
}
},
"DevelopmentDependency": false
@@ -516,7 +515,7 @@
"Type": "nuget",
"Nuget": {
"Name": "System.Configuration.ConfigurationManager",
- "Version": "8.0.1"
+ "Version": "9.0.0"
}
},
"DevelopmentDependency": false
@@ -526,7 +525,7 @@
"Type": "nuget",
"Nuget": {
"Name": "System.Data.Odbc",
- "Version": "8.0.1"
+ "Version": "9.0.0"
}
},
"DevelopmentDependency": false
@@ -536,7 +535,7 @@
"Type": "nuget",
"Nuget": {
"Name": "System.Data.OleDb",
- "Version": "8.0.1"
+ "Version": "9.0.0"
}
},
"DevelopmentDependency": false
@@ -556,7 +555,7 @@
"Type": "nuget",
"Nuget": {
"Name": "System.Diagnostics.DiagnosticSource",
- "Version": "8.0.1"
+ "Version": "9.0.0"
}
},
"DevelopmentDependency": false
@@ -566,7 +565,7 @@
"Type": "nuget",
"Nuget": {
"Name": "System.Diagnostics.EventLog",
- "Version": "8.0.1"
+ "Version": "9.0.0"
}
},
"DevelopmentDependency": false
@@ -576,7 +575,7 @@
"Type": "nuget",
"Nuget": {
"Name": "System.Diagnostics.PerformanceCounter",
- "Version": "8.0.1"
+ "Version": "9.0.0"
}
},
"DevelopmentDependency": false
@@ -586,7 +585,7 @@
"Type": "nuget",
"Nuget": {
"Name": "System.DirectoryServices.AccountManagement",
- "Version": "8.0.1"
+ "Version": "9.0.0"
}
},
"DevelopmentDependency": false
@@ -596,7 +595,7 @@
"Type": "nuget",
"Nuget": {
"Name": "System.DirectoryServices.Protocols",
- "Version": "8.0.0"
+ "Version": "9.0.0"
}
},
"DevelopmentDependency": false
@@ -606,7 +605,7 @@
"Type": "nuget",
"Nuget": {
"Name": "System.DirectoryServices",
- "Version": "8.0.0"
+ "Version": "9.0.0"
}
},
"DevelopmentDependency": false
@@ -616,7 +615,7 @@
"Type": "nuget",
"Nuget": {
"Name": "System.Drawing.Common",
- "Version": "8.0.10"
+ "Version": "9.0.0"
}
},
"DevelopmentDependency": false
@@ -626,7 +625,7 @@
"Type": "nuget",
"Nuget": {
"Name": "System.IO.Packaging",
- "Version": "8.0.1"
+ "Version": "9.0.0"
}
},
"DevelopmentDependency": false
@@ -636,7 +635,7 @@
"Type": "nuget",
"Nuget": {
"Name": "System.IO.Ports",
- "Version": "8.0.0"
+ "Version": "9.0.0"
}
},
"DevelopmentDependency": false
@@ -646,7 +645,7 @@
"Type": "nuget",
"Nuget": {
"Name": "System.Management",
- "Version": "8.0.0"
+ "Version": "9.0.0"
}
},
"DevelopmentDependency": false
@@ -656,7 +655,7 @@
"Type": "nuget",
"Nuget": {
"Name": "System.Net.Http.WinHttpHandler",
- "Version": "8.0.2"
+ "Version": "9.0.0"
}
},
"DevelopmentDependency": false
@@ -686,7 +685,7 @@
"Type": "nuget",
"Nuget": {
"Name": "System.Reflection.Context",
- "Version": "8.0.0"
+ "Version": "9.0.0"
}
},
"DevelopmentDependency": false
@@ -716,7 +715,7 @@
"Type": "nuget",
"Nuget": {
"Name": "System.Runtime.Caching",
- "Version": "8.0.1"
+ "Version": "9.0.0"
}
},
"DevelopmentDependency": false
@@ -736,7 +735,7 @@
"Type": "nuget",
"Nuget": {
"Name": "System.Security.Cryptography.Pkcs",
- "Version": "8.0.1"
+ "Version": "9.0.0"
}
},
"DevelopmentDependency": false
@@ -746,7 +745,7 @@
"Type": "nuget",
"Nuget": {
"Name": "System.Security.Cryptography.ProtectedData",
- "Version": "8.0.0"
+ "Version": "9.0.0"
}
},
"DevelopmentDependency": false
@@ -756,7 +755,7 @@
"Type": "nuget",
"Nuget": {
"Name": "System.Security.Cryptography.Xml",
- "Version": "8.0.2"
+ "Version": "9.0.0"
}
},
"DevelopmentDependency": false
@@ -766,7 +765,7 @@
"Type": "nuget",
"Nuget": {
"Name": "System.Security.Permissions",
- "Version": "8.0.0"
+ "Version": "9.0.0"
}
},
"DevelopmentDependency": false
@@ -836,7 +835,7 @@
"Type": "nuget",
"Nuget": {
"Name": "System.ServiceModel.Syndication",
- "Version": "8.0.0"
+ "Version": "9.0.0"
}
},
"DevelopmentDependency": false
@@ -846,7 +845,7 @@
"Type": "nuget",
"Nuget": {
"Name": "System.ServiceProcess.ServiceController",
- "Version": "8.0.1"
+ "Version": "9.0.0"
}
},
"DevelopmentDependency": false
@@ -856,7 +855,7 @@
"Type": "nuget",
"Nuget": {
"Name": "System.Speech",
- "Version": "8.0.0"
+ "Version": "9.0.0"
}
},
"DevelopmentDependency": false
@@ -866,7 +865,7 @@
"Type": "nuget",
"Nuget": {
"Name": "System.Text.Encoding.CodePages",
- "Version": "8.0.0"
+ "Version": "9.0.0"
}
},
"DevelopmentDependency": false
@@ -876,7 +875,7 @@
"Type": "nuget",
"Nuget": {
"Name": "System.Text.Encodings.Web",
- "Version": "8.0.0"
+ "Version": "9.0.0"
}
},
"DevelopmentDependency": false
@@ -886,7 +885,7 @@
"Type": "nuget",
"Nuget": {
"Name": "System.Threading.AccessControl",
- "Version": "8.0.0"
+ "Version": "9.0.0"
}
},
"DevelopmentDependency": false
@@ -906,10 +905,11 @@
"Type": "nuget",
"Nuget": {
"Name": "System.Windows.Extensions",
- "Version": "8.0.0"
+ "Version": "9.0.0"
}
},
"DevelopmentDependency": false
}
- ]
+ ],
+ "$schema": "https://json.schemastore.org/component-detection-manifest.json"
}