Skip to content

Commit 6b5d891

Browse files
authored
Revert Update dependencies from https://github.com/dotnet/runtime build 20240819.2 (#106729)
This introduced a dependency on a newer runtime from build tools
1 parent 3464960 commit 6b5d891

File tree

3 files changed

+26
-26
lines changed

3 files changed

+26
-26
lines changed

eng/Version.Details.xml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -278,43 +278,43 @@
278278
<Uri>https://github.com/dotnet/llvm-project</Uri>
279279
<Sha>b9b4464b3b10c1961ed0ff39b5f33b3b3bbf62d1</Sha>
280280
</Dependency>
281-
<Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="9.0.0-rc.1.24419.2">
281+
<Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="9.0.0-rc.1.24410.5">
282282
<Uri>https://github.com/dotnet/runtime</Uri>
283-
<Sha>418c3b9e2753715fa017ace6b3f1f5ec4d4d6aae</Sha>
283+
<Sha>7cb32e193a55a95c74fc3bd56501b951b48b700f</Sha>
284284
</Dependency>
285-
<Dependency Name="runtime.native.System.IO.Ports" Version="9.0.0-rc.1.24419.2">
285+
<Dependency Name="runtime.native.System.IO.Ports" Version="9.0.0-rc.1.24410.5">
286286
<Uri>https://github.com/dotnet/runtime</Uri>
287-
<Sha>418c3b9e2753715fa017ace6b3f1f5ec4d4d6aae</Sha>
287+
<Sha>7cb32e193a55a95c74fc3bd56501b951b48b700f</Sha>
288288
</Dependency>
289-
<Dependency Name="Microsoft.NETCore.ILAsm" Version="9.0.0-rc.1.24419.2">
289+
<Dependency Name="Microsoft.NETCore.ILAsm" Version="9.0.0-rc.1.24410.5">
290290
<Uri>https://github.com/dotnet/runtime</Uri>
291-
<Sha>418c3b9e2753715fa017ace6b3f1f5ec4d4d6aae</Sha>
291+
<Sha>7cb32e193a55a95c74fc3bd56501b951b48b700f</Sha>
292292
</Dependency>
293-
<Dependency Name="Microsoft.NET.Sdk.IL" Version="9.0.0-rc.1.24419.2">
293+
<Dependency Name="Microsoft.NET.Sdk.IL" Version="9.0.0-rc.1.24410.5">
294294
<Uri>https://github.com/dotnet/runtime</Uri>
295-
<Sha>418c3b9e2753715fa017ace6b3f1f5ec4d4d6aae</Sha>
295+
<Sha>7cb32e193a55a95c74fc3bd56501b951b48b700f</Sha>
296296
</Dependency>
297-
<Dependency Name="System.Text.Json" Version="9.0.0-rc.1.24419.2">
297+
<Dependency Name="System.Text.Json" Version="9.0.0-rc.1.24410.5">
298298
<Uri>https://github.com/dotnet/runtime</Uri>
299-
<Sha>418c3b9e2753715fa017ace6b3f1f5ec4d4d6aae</Sha>
299+
<Sha>7cb32e193a55a95c74fc3bd56501b951b48b700f</Sha>
300300
</Dependency>
301301
<!-- Intermediate is necessary for source build. -->
302-
<Dependency Name="Microsoft.SourceBuild.Intermediate.runtime.linux-x64" Version="9.0.0-rc.1.24419.2">
302+
<Dependency Name="Microsoft.SourceBuild.Intermediate.runtime.linux-x64" Version="9.0.0-rc.1.24410.5">
303303
<Uri>https://github.com/dotnet/runtime</Uri>
304-
<Sha>418c3b9e2753715fa017ace6b3f1f5ec4d4d6aae</Sha>
304+
<Sha>7cb32e193a55a95c74fc3bd56501b951b48b700f</Sha>
305305
<SourceBuild RepoName="runtime" ManagedOnly="false" />
306306
</Dependency>
307-
<Dependency Name="Microsoft.DotNet.ILCompiler" Version="9.0.0-rc.1.24419.2">
307+
<Dependency Name="Microsoft.DotNet.ILCompiler" Version="9.0.0-rc.1.24410.5">
308308
<Uri>https://github.com/dotnet/runtime</Uri>
309-
<Sha>418c3b9e2753715fa017ace6b3f1f5ec4d4d6aae</Sha>
309+
<Sha>7cb32e193a55a95c74fc3bd56501b951b48b700f</Sha>
310310
</Dependency>
311-
<Dependency Name="System.Reflection.Metadata" Version="9.0.0-rc.1.24419.2">
311+
<Dependency Name="System.Reflection.Metadata" Version="9.0.0-rc.1.24410.5">
312312
<Uri>https://github.com/dotnet/runtime</Uri>
313-
<Sha>418c3b9e2753715fa017ace6b3f1f5ec4d4d6aae</Sha>
313+
<Sha>7cb32e193a55a95c74fc3bd56501b951b48b700f</Sha>
314314
</Dependency>
315-
<Dependency Name="System.Reflection.MetadataLoadContext" Version="9.0.0-rc.1.24419.2">
315+
<Dependency Name="System.Reflection.MetadataLoadContext" Version="9.0.0-rc.1.24410.5">
316316
<Uri>https://github.com/dotnet/runtime</Uri>
317-
<Sha>418c3b9e2753715fa017ace6b3f1f5ec4d4d6aae</Sha>
317+
<Sha>7cb32e193a55a95c74fc3bd56501b951b48b700f</Sha>
318318
</Dependency>
319319
<Dependency Name="Microsoft.DotNet.XHarness.TestRunners.Common" Version="9.0.0-prerelease.24405.1">
320320
<Uri>https://github.com/dotnet/xharness</Uri>

eng/Versions.props

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -104,10 +104,10 @@
104104
<!-- NuGet dependencies -->
105105
<NuGetBuildTasksPackVersion>6.0.0-preview.1.102</NuGetBuildTasksPackVersion>
106106
<!-- Installer dependencies -->
107-
<MicrosoftNETCoreAppRuntimewinx64Version>9.0.0-rc.1.24419.2</MicrosoftNETCoreAppRuntimewinx64Version>
107+
<MicrosoftNETCoreAppRuntimewinx64Version>9.0.0-rc.1.24410.5</MicrosoftNETCoreAppRuntimewinx64Version>
108108
<MicrosoftExtensionsDependencyModelVersion>6.0.0</MicrosoftExtensionsDependencyModelVersion>
109109
<!-- ILAsm dependencies -->
110-
<MicrosoftNETCoreILAsmVersion>9.0.0-rc.1.24419.2</MicrosoftNETCoreILAsmVersion>
110+
<MicrosoftNETCoreILAsmVersion>9.0.0-rc.1.24410.5</MicrosoftNETCoreILAsmVersion>
111111
<!-- Libraries dependencies -->
112112
<MicrosoftBclAsyncInterfacesVersion>6.0.0</MicrosoftBclAsyncInterfacesVersion>
113113
<MicrosoftBclHashCodeVersion>1.1.1</MicrosoftBclHashCodeVersion>
@@ -119,19 +119,19 @@
119119
<SystemDrawingCommonVersion>8.0.0</SystemDrawingCommonVersion>
120120
<SystemIOFileSystemAccessControlVersion>5.0.0</SystemIOFileSystemAccessControlVersion>
121121
<SystemMemoryVersion>4.5.5</SystemMemoryVersion>
122-
<SystemReflectionMetadataVersion>9.0.0-rc.1.24419.2</SystemReflectionMetadataVersion>
123-
<SystemReflectionMetadataLoadContextVersion>9.0.0-rc.1.24419.2</SystemReflectionMetadataLoadContextVersion>
122+
<SystemReflectionMetadataVersion>9.0.0-rc.1.24410.5</SystemReflectionMetadataVersion>
123+
<SystemReflectionMetadataLoadContextVersion>9.0.0-rc.1.24410.5</SystemReflectionMetadataLoadContextVersion>
124124
<SystemSecurityAccessControlVersion>6.0.0</SystemSecurityAccessControlVersion>
125125
<SystemSecurityCryptographyCngVersion>5.0.0</SystemSecurityCryptographyCngVersion>
126126
<SystemSecurityCryptographyOpenSslVersion>5.0.0</SystemSecurityCryptographyOpenSslVersion>
127127
<SystemSecurityPrincipalWindowsVersion>5.0.0</SystemSecurityPrincipalWindowsVersion>
128128
<SystemSecurityPermissionsVersion>7.0.0</SystemSecurityPermissionsVersion>
129-
<SystemTextJsonVersion>9.0.0-rc.1.24419.2</SystemTextJsonVersion>
129+
<SystemTextJsonVersion>9.0.0-rc.1.24410.5</SystemTextJsonVersion>
130130
<SystemRuntimeCompilerServicesUnsafeVersion>6.0.0</SystemRuntimeCompilerServicesUnsafeVersion>
131131
<SystemThreadingAccessControlVersion>7.0.0</SystemThreadingAccessControlVersion>
132132
<SystemThreadingTasksExtensionsVersion>4.5.4</SystemThreadingTasksExtensionsVersion>
133133
<SystemValueTupleVersion>4.5.0</SystemValueTupleVersion>
134-
<runtimenativeSystemIOPortsVersion>9.0.0-rc.1.24419.2</runtimenativeSystemIOPortsVersion>
134+
<runtimenativeSystemIOPortsVersion>9.0.0-rc.1.24410.5</runtimenativeSystemIOPortsVersion>
135135
<!-- Keep toolset versions in sync with dotnet/msbuild and dotnet/sdk -->
136136
<SystemCollectionsImmutableToolsetVersion>8.0.0</SystemCollectionsImmutableToolsetVersion>
137137
<SystemTextJsonToolsetVersion>8.0.0</SystemTextJsonToolsetVersion>
@@ -214,7 +214,7 @@
214214
<!-- Mono Cecil -->
215215
<MicrosoftDotNetCecilVersion>0.11.5-alpha.24413.1</MicrosoftDotNetCecilVersion>
216216
<!-- ILCompiler -->
217-
<MicrosoftDotNetILCompilerVersion>9.0.0-rc.1.24419.2</MicrosoftDotNetILCompilerVersion>
217+
<MicrosoftDotNetILCompilerVersion>9.0.0-rc.1.24410.5</MicrosoftDotNetILCompilerVersion>
218218
<!-- ICU -->
219219
<MicrosoftNETCoreRuntimeICUTransportVersion>10.0.0-alpha.1.24414.3</MicrosoftNETCoreRuntimeICUTransportVersion>
220220
<!-- MsQuic -->

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
"Microsoft.DotNet.SharedFramework.Sdk": "9.0.0-beta.24408.2",
1414
"Microsoft.Build.NoTargets": "3.7.0",
1515
"Microsoft.Build.Traversal": "3.4.0",
16-
"Microsoft.NET.Sdk.IL": "9.0.0-rc.1.24419.2"
16+
"Microsoft.NET.Sdk.IL": "9.0.0-rc.1.24410.5"
1717
}
1818
}

0 commit comments

Comments
 (0)