diff --git a/eng/Version.Details.props b/eng/Version.Details.props
index 1f6e5eb087c..7cd4e77c639 100644
--- a/eng/Version.Details.props
+++ b/eng/Version.Details.props
@@ -5,19 +5,20 @@ This file should be imported by eng/Versions.props
-->
-
+
+ 10.0.0-beta.26159.1
+
18.0.0-preview-25476-03
18.0.0-preview-25476-03
18.0.0-preview-25476-03
18.0.0-preview-25476-03
-
- 9.0.0
- 9.0.0
- 9.0.0
- 9.0.0
- 9.0.0
- 9.0.0
-
+
+ 1.0.0-prerelease.25467.1
+ 1.0.0-prerelease.25467.1
+ 1.0.0-prerelease.25467.1
+ 1.0.0-prerelease.25467.1
+ 1.0.0-prerelease.25467.1
+
5.0.0-2.25529.7
5.0.0-2.25529.7
5.0.0-2.25529.7
@@ -26,30 +27,30 @@ This file should be imported by eng/Versions.props
5.0.0-2.25529.7
5.0.0-2.25529.7
5.0.0-2.25529.7
-
- 10.0.0-beta.26153.3
-
- 1.0.0-prerelease.25467.1
- 1.0.0-prerelease.25467.1
- 1.0.0-prerelease.25467.1
- 1.0.0-prerelease.25467.1
- 1.0.0-prerelease.25467.1
+
+ 9.0.0
+ 9.0.0
+ 9.0.0
+ 9.0.0
+ 9.0.0
+ 9.0.0
-
+
+ $(MicrosoftDotNetArcadeSdkPackageVersion)
+
$(MicrosoftBuildPackageVersion)
$(MicrosoftBuildFrameworkPackageVersion)
$(MicrosoftBuildTasksCorePackageVersion)
$(MicrosoftBuildUtilitiesCorePackageVersion)
-
- $(SystemCollectionsImmutablePackageVersion)
- $(SystemComponentModelCompositionPackageVersion)
- $(SystemCompositionPackageVersion)
- $(SystemDiagnosticsDiagnosticSourcePackageVersion)
- $(SystemReflectionMetadataPackageVersion)
- $(SystemThreadingTasksDataflowPackageVersion)
-
+
+ $(optimizationlinuxarm64MIBCRuntimePackageVersion)
+ $(optimizationlinuxx64MIBCRuntimePackageVersion)
+ $(optimizationwindows_ntarm64MIBCRuntimePackageVersion)
+ $(optimizationwindows_ntx64MIBCRuntimePackageVersion)
+ $(optimizationwindows_ntx86MIBCRuntimePackageVersion)
+
$(MicrosoftCodeAnalysisPackageVersion)
$(MicrosoftCodeAnalysisCompilersPackageVersion)
$(MicrosoftCodeAnalysisCSharpPackageVersion)
@@ -58,13 +59,12 @@ This file should be imported by eng/Versions.props
$(MicrosoftCodeAnalysisExternalAccessFSharpPackageVersion)
$(MicrosoftCodeAnalysisFeaturesPackageVersion)
$(MicrosoftVisualStudioLanguageServicesPackageVersion)
-
- $(MicrosoftDotNetArcadeSdkPackageVersion)
-
- $(optimizationlinuxarm64MIBCRuntimePackageVersion)
- $(optimizationlinuxx64MIBCRuntimePackageVersion)
- $(optimizationwindows_ntarm64MIBCRuntimePackageVersion)
- $(optimizationwindows_ntx64MIBCRuntimePackageVersion)
- $(optimizationwindows_ntx86MIBCRuntimePackageVersion)
+
+ $(SystemCollectionsImmutablePackageVersion)
+ $(SystemComponentModelCompositionPackageVersion)
+ $(SystemCompositionPackageVersion)
+ $(SystemDiagnosticsDiagnosticSourcePackageVersion)
+ $(SystemReflectionMetadataPackageVersion)
+ $(SystemThreadingTasksDataflowPackageVersion)
diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml
index b1af4134174..814daea4fab 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -76,9 +76,9 @@
-
+
https://github.com/dotnet/arcade
- 5976b9d3d62aaac137169c638af21096bd8e8fcd
+ 6f1da2af699e35f16100c86933b8c65e36fa6f38
https://dev.azure.com/dnceng/internal/_git/dotnet-optimization
diff --git a/global.json b/global.json
index 19b741a68dd..b14cc303c67 100644
--- a/global.json
+++ b/global.json
@@ -1,6 +1,6 @@
{
"sdk": {
- "version": "10.0.101",
+ "version": "10.0.103",
"allowPrerelease": true,
"paths": [
".dotnet",
@@ -9,7 +9,7 @@
"errorMessage": "The .NET SDK could not be found, please run ./eng/common/dotnet.sh."
},
"tools": {
- "dotnet": "10.0.101",
+ "dotnet": "10.0.103",
"vs": {
"version": "17.8",
"components": [
@@ -22,7 +22,7 @@
"perl": "5.38.2.2"
},
"msbuild-sdks": {
- "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26153.3",
+ "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26159.1",
"Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.23255.2"
}
}