Skip to content

Commit 64ad0ff

Browse files
Update dependencies from https://github.com/dotnet/runtime build 20220321.1 (#2698)
[main] Update dependencies from dotnet/runtime
1 parent 9f890c6 commit 64ad0ff

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>bafd55901b50d6fc3507c8ed96a7777fcca1796f</Sha>
1414
</Dependency>
15-
<Dependency Name="Microsoft.NET.Sdk.IL" Version="7.0.0-preview.3.22163.2">
15+
<Dependency Name="Microsoft.NET.Sdk.IL" Version="7.0.0-preview.3.22171.1">
1616
<Uri>https://github.com/dotnet/runtime</Uri>
17-
<Sha>accf6fb6bf18f822fbbd227b1b4e31c65001a4ff</Sha>
17+
<Sha>eb51b02b158c3ff71a1ec7eac8a211d1d464c1a5</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-preview.3.22163.2</MicrosoftNETSdkILPackageVersion>
14+
<MicrosoftNETSdkILPackageVersion>7.0.0-preview.3.22171.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
@@ -10,6 +10,6 @@
1010
"msbuild-sdks": {
1111
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22168.2",
1212
"Microsoft.FIX-85B6-MERGE-9C38-CONFLICT": "1.0.0",
13-
"Microsoft.NET.Sdk.IL": "7.0.0-preview.3.22163.2"
13+
"Microsoft.NET.Sdk.IL": "7.0.0-preview.3.22171.1"
1414
}
1515
}

0 commit comments

Comments
 (0)