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
…0405.1 (#1940)

[main] Update dependencies from dotnet/runtime
  • Loading branch information
dotnet-maestro[bot] authored Apr 5, 2021
1 parent 5a5549f commit 388fef0
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>1bfe91238cb39b9620b878b8f1bf0c789324b4cd</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk.IL" Version="6.0.0-preview.4.21178.6">
<Dependency Name="Microsoft.NET.Sdk.IL" Version="6.0.0-preview.4.21205.1">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>102d1e856c7e0e553abeec937783da5debed73ad</Sha>
<Sha>95201492e7665c7f21faf42e9d544396ff714497</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.21178.6</MicrosoftNETSdkILPackageVersion>
<MicrosoftNETSdkILPackageVersion>6.0.0-preview.4.21205.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.21203.1",
"Microsoft.FIX-85B6-MERGE-9C38-CONFLICT": "1.0.0",
"Microsoft.NET.Sdk.IL": "6.0.0-preview.4.21178.6"
"Microsoft.NET.Sdk.IL": "6.0.0-preview.4.21205.1"
}
}

0 comments on commit 388fef0

Please sign in to comment.