diff --git a/Directory.Build.targets b/Directory.Build.targets
index a72569f7af..3cacf181ef 100644
--- a/Directory.Build.targets
+++ b/Directory.Build.targets
@@ -80,8 +80,7 @@
-
- $(MicrosoftNETCoreAppRuntimewinx64PackageVersion)
+ $(MicrosoftNETCoreAppRefPackageVersion)
diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml
index 8a494c4d64..d5fd360a2c 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -8,10 +8,6 @@ Note: if the Uri is a new place, you will need to add a subscription from that p
-
- https://github.com/dotnet/dotnet
- 85778473549347b3e4bad3ea009e9438df7b11bb
- https://github.com/dotnet/dotnet85778473549347b3e4bad3ea009e9438df7b11bb
@@ -60,10 +56,6 @@ Note: if the Uri is a new place, you will need to add a subscription from that p
https://github.com/dotnet/dotnet85778473549347b3e4bad3ea009e9438df7b11bb
-
- https://github.com/dotnet/dotnet
- 85778473549347b3e4bad3ea009e9438df7b11bb
- https://github.com/dotnet/dotnet85778473549347b3e4bad3ea009e9438df7b11bb
diff --git a/eng/Versions.props b/eng/Versions.props
index d2ee97caa0..5e3a378daf 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -15,7 +15,6 @@
- 10.0.0-preview.5.25260.10410.0.0-preview.5.25260.10410.0.0-preview.5.25260.1045.0.0-preview.7.20320.5
@@ -24,7 +23,6 @@
10.0.0-preview.5.25260.10410.0.0-preview.5.25260.10410.0.0-preview.5.25260.104
- 10.0.0-preview.5.25260.10410.0.0-preview.5.25260.10410.0.0-preview.5.25260.10410.0.0-preview.5.25260.104
diff --git a/global.json b/global.json
index 4c178dbb50..5e3b0c13f4 100644
--- a/global.json
+++ b/global.json
@@ -3,10 +3,10 @@
"dotnet": "10.0.100-preview.3.25201.16",
"runtimes": {
"dotnet/x64": [
- "$(VSRedistCommonNetCoreSharedFrameworkx64100PackageVersion)"
+ "$(MicrosoftNETCorePlatformsPackageVersion)"
],
"dotnet/x86": [
- "$(VSRedistCommonNetCoreSharedFrameworkx64100PackageVersion)"
+ "$(MicrosoftNETCorePlatformsPackageVersion)"
]
}
},