Skip to content

Commit 1bd0af2

Browse files
Update dependencies from https://github.com/dotnet/runtime build 20211112.1 (#2368)
[main] Update dependencies from dotnet/runtime
1 parent 4868961 commit 1bd0af2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

eng/Version.Details.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
<Uri>https://github.com/dotnet/arcade</Uri>
1313
<Sha>fecf65bedcee9036b8ba9d8d7feef5413f294914</Sha>
1414
</Dependency>
15-
<Dependency Name="Microsoft.NET.Sdk.IL" Version="7.0.0-alpha.1.21556.5">
15+
<Dependency Name="Microsoft.NET.Sdk.IL" Version="7.0.0-alpha.1.21562.1">
1616
<Uri>https://github.com/dotnet/runtime</Uri>
17-
<Sha>d40f560efbf4f85ec6d59892a6c4bafa39f66d19</Sha>
17+
<Sha>35704e44e5d1b158f21512b1c1081a0e025bde3f</Sha>
1818
<!--
1919
This would introduce a cyclic dependency, so it's explictly not enabled for now
2020
<SourceBuild RepoName="runtime" />

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<PropertyGroup>
1212
<UsingToolMicrosoftNetCompilers>true</UsingToolMicrosoftNetCompilers>
1313
<!-- ilasm -->
14-
<MicrosoftNETSdkILPackageVersion>7.0.0-alpha.1.21556.5</MicrosoftNETSdkILPackageVersion>
14+
<MicrosoftNETSdkILPackageVersion>7.0.0-alpha.1.21562.1</MicrosoftNETSdkILPackageVersion>
1515
<!-- see https://github.com/dotnet/runtime/issues/1338 -->
1616
<MicrosoftNETCoreILAsmVersion>$(MicrosoftNETSdkILPackageVersion)</MicrosoftNETCoreILAsmVersion>
1717
<!-- SRM version should match the SDK version at https://github.com/dotnet/sdk/blob/master/eng/Versions.props -->

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
"msbuild-sdks": {
66
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.21559.3",
77
"Microsoft.FIX-85B6-MERGE-9C38-CONFLICT": "1.0.0",
8-
"Microsoft.NET.Sdk.IL": "7.0.0-alpha.1.21556.5"
8+
"Microsoft.NET.Sdk.IL": "7.0.0-alpha.1.21562.1"
99
}
1010
}

0 commit comments

Comments
 (0)