Skip to content

Commit

Permalink
Update dependencies from https://github.com/dotnet/runtime build 2021…
Browse files Browse the repository at this point in the history
…0418.1 (#1978)

[main] Update dependencies from dotnet/runtime
  • Loading branch information
dotnet-maestro[bot] authored Apr 19, 2021
1 parent 1dac6e1 commit 76bcd90
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>53fe29e220fc0db05eafd5c6bc6c8fb9ee7cec7c</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk.IL" Version="6.0.0-preview.4.21211.7">
<Dependency Name="Microsoft.NET.Sdk.IL" Version="6.0.0-preview.5.21218.1">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>355eff52bed00e7ca9d4a6d769ddbe2bbadbea47</Sha>
<Sha>ccc25a90082fa6592eeca8e146ff37e1b7d6b79d</Sha>
<!--
This would introduce a cyclic dependency, so it's explictly not enabled for now
<SourceBuild RepoName="runtime" />
Expand Down
2 changes: 1 addition & 1 deletion eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<PropertyGroup>
<UsingToolMicrosoftNetCompilers>true</UsingToolMicrosoftNetCompilers>
<!-- ilasm -->
<MicrosoftNETSdkILPackageVersion>6.0.0-preview.4.21211.7</MicrosoftNETSdkILPackageVersion>
<MicrosoftNETSdkILPackageVersion>6.0.0-preview.5.21218.1</MicrosoftNETSdkILPackageVersion>
<!-- see https://github.com/dotnet/runtime/issues/1338 -->
<MicrosoftNETCoreILAsmVersion>$(MicrosoftNETSdkILPackageVersion)</MicrosoftNETCoreILAsmVersion>
<!-- These should match the SDK version at https://github.com/dotnet/sdk/blob/master/eng/Versions.props -->
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.21216.2",
"Microsoft.FIX-85B6-MERGE-9C38-CONFLICT": "1.0.0",
"Microsoft.NET.Sdk.IL": "6.0.0-preview.4.21211.7"
"Microsoft.NET.Sdk.IL": "6.0.0-preview.5.21218.1"
}
}

0 comments on commit 76bcd90

Please sign in to comment.