Skip to content

Commit 424d147

Browse files
Update dependencies from https://github.com/dotnet/runtime build 20200510.5 (#1181)
- Microsoft.NET.Sdk.IL: 5.0.0-preview.5.20253.7 -> 5.0.0-preview.5.20260.5 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent 6e17588 commit 424d147

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
@@ -11,9 +11,9 @@
1111
<Uri>https://github.com/dotnet/arcade</Uri>
1212
<Sha>590a102630c7efc7ca6f652f7c6c47dee4c4086c</Sha>
1313
</Dependency>
14-
<Dependency Name="Microsoft.NET.Sdk.IL" Version="5.0.0-preview.5.20253.7">
14+
<Dependency Name="Microsoft.NET.Sdk.IL" Version="5.0.0-preview.5.20260.5">
1515
<Uri>https://github.com/dotnet/runtime</Uri>
16-
<Sha>8527a991b91cabc9bec6f6abe57a52b5bb5e154d</Sha>
16+
<Sha>09ee4814cb669e4b703a458c63483fa75a47c58f</Sha>
1717
</Dependency>
1818
</ToolsetDependencies>
1919
</Dependencies>

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<PropertyGroup>
1414
<UsingToolMicrosoftNetCompilers>true</UsingToolMicrosoftNetCompilers>
1515
<!-- ilasm -->
16-
<MicrosoftNETSdkILPackageVersion>5.0.0-preview.5.20253.7</MicrosoftNETSdkILPackageVersion>
16+
<MicrosoftNETSdkILPackageVersion>5.0.0-preview.5.20260.5</MicrosoftNETSdkILPackageVersion>
1717
<!-- see https://github.com/dotnet/runtime/issues/1338 -->
1818
<MicrosoftNETCoreILAsmVersion>$(MicrosoftNETSdkILPackageVersion)</MicrosoftNETCoreILAsmVersion>
1919
<!-- These 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
@@ -9,6 +9,6 @@
99
},
1010
"msbuild-sdks": {
1111
"Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20221.14",
12-
"Microsoft.NET.Sdk.IL": "5.0.0-preview.5.20253.7"
12+
"Microsoft.NET.Sdk.IL": "5.0.0-preview.5.20260.5"
1313
}
1414
}

0 commit comments

Comments
 (0)