Skip to content

Commit b9b72d1

Browse files
Update dependencies from https://github.com/dotnet/runtime build 20220401.3 (#2720)
[main] Update dependencies from dotnet/runtime
1 parent b4acac5 commit b9b72d1

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>c8a95297e2622251c125aa5c0ef7c822275a792d</Sha>
1414
</Dependency>
15-
<Dependency Name="Microsoft.NET.Sdk.IL" Version="7.0.0-preview.4.22178.1">
15+
<Dependency Name="Microsoft.NET.Sdk.IL" Version="7.0.0-preview.4.22201.3">
1616
<Uri>https://github.com/dotnet/runtime</Uri>
17-
<Sha>bd43f55230d533af326e727366f61cfd3ed0e050</Sha>
17+
<Sha>c3e44952bb75d054517f2a24943502d3a14a47f5</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.4.22178.1</MicrosoftNETSdkILPackageVersion>
14+
<MicrosoftNETSdkILPackageVersion>7.0.0-preview.4.22201.3</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.22171.2",
1212
"Microsoft.FIX-85B6-MERGE-9C38-CONFLICT": "1.0.0",
13-
"Microsoft.NET.Sdk.IL": "7.0.0-preview.4.22178.1"
13+
"Microsoft.NET.Sdk.IL": "7.0.0-preview.4.22201.3"
1414
}
1515
}

0 commit comments

Comments
 (0)