diff --git a/eng/Versions.props b/eng/Versions.props
index 1fc8f7ed7c4..874c5b07b3c 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -72,12 +72,11 @@
$(MicrosoftNETCoreApp31Version)
5.0.17
- $(MicrosoftNETCoreAppRuntimewinx64Version)
$(MicrosoftNETCoreApp50Version)
$(MicrosoftNETCoreApp60Version)
$(MicrosoftNETCoreApp70Version)
$(MicrosoftNETCoreApp80Version)
- $(MicrosoftAspNetCoreAppRuntimewinx64Version)
+ $(MicrosoftNETCoreApp90Version)
@@ -118,10 +117,10 @@
$(MicrosoftAspNetCoreApp90Version)
$(MicrosoftAspNetCoreApp90Version)
- $(MicrosoftNETCoreApp90Version)
- $(MicrosoftNETCoreApp90Version)
- $(MicrosoftNETCoreApp90Version)
- $(MicrosoftNETCoreApp90Version)
+ $(MicrosoftExtensionsConfigurationAbstractions90Version)
+ $(MicrosoftExtensionsLogging90Version)
+ $(MicrosoftExtensionsLoggingAbstractions90Version)
+ $(MicrosoftExtensionsLoggingConsole90Version)
$(SystemTextJson90Version)
diff --git a/eng/dependabot/net9.0/Packages.props b/eng/dependabot/net9.0/Packages.props
index f0df732d795..5a46e9a14a7 100644
--- a/eng/dependabot/net9.0/Packages.props
+++ b/eng/dependabot/net9.0/Packages.props
@@ -3,6 +3,16 @@
Packages in this file have versions updated periodically by Dependabot specifically for .NET 9.
-->
+
+
+
+
+
+
diff --git a/eng/dependabot/net9.0/Versions.props b/eng/dependabot/net9.0/Versions.props
index 4e54abecb78..074d92df8ea 100644
--- a/eng/dependabot/net9.0/Versions.props
+++ b/eng/dependabot/net9.0/Versions.props
@@ -1,6 +1,17 @@
+
+ 9.0.1
+
+ 9.0.1
+
+ 9.0.1
+
+ 9.0.1
+
+ 9.0.1
+
9.0.0
diff --git a/global.json b/global.json
index fc22e9445c9..77ccc34973e 100644
--- a/global.json
+++ b/global.json
@@ -6,25 +6,25 @@
"$(MicrosoftAspNetCoreApp60Version)",
"$(MicrosoftAspNetCoreApp70Version)",
"$(MicrosoftAspNetCoreApp80Version)",
- "$(VSRedistCommonAspNetCoreSharedFrameworkx6490Version)"
+ "$(MicrosoftAspNetCoreApp90Version)"
],
"aspnetcore/x86": [
"$(MicrosoftAspNetCoreApp60Version)",
"$(MicrosoftAspNetCoreApp70Version)",
"$(MicrosoftAspNetCoreApp80Version)",
- "$(VSRedistCommonAspNetCoreSharedFrameworkx6490Version)"
+ "$(MicrosoftAspNetCoreApp90Version)"
],
"dotnet": [
"$(MicrosoftNETCoreApp60Version)",
"$(MicrosoftNETCoreApp70Version)",
"$(MicrosoftNETCoreApp80Version)",
- "$(VSRedistCommonNetCoreSharedFrameworkx6490Version)"
+ "$(MicrosoftNETCoreApp90Version)"
],
"dotnet/x86": [
"$(MicrosoftNETCoreApp60Version)",
"$(MicrosoftNETCoreApp70Version)",
"$(MicrosoftNETCoreApp80Version)",
- "$(VSRedistCommonNetCoreSharedFrameworkx6490Version)"
+ "$(MicrosoftNETCoreApp90Version)"
]
}
},