Skip to content

Commit

Permalink
Update dependencies from /~https://github.com/dotnet/runtime build 2022…
Browse files Browse the repository at this point in the history
…0321.1 (#2698)

[main] Update dependencies from dotnet/runtime
  • Loading branch information
dotnet-maestro[bot] authored Mar 21, 2022
1 parent 9f890c6 commit 64ad0ff
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>bafd55901b50d6fc3507c8ed96a7777fcca1796f</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk.IL" Version="7.0.0-preview.3.22163.2">
<Dependency Name="Microsoft.NET.Sdk.IL" Version="7.0.0-preview.3.22171.1">
<Uri>/~https://github.com/dotnet/runtime</Uri>
<Sha>accf6fb6bf18f822fbbd227b1b4e31c65001a4ff</Sha>
<Sha>eb51b02b158c3ff71a1ec7eac8a211d1d464c1a5</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 @@ -11,7 +11,7 @@
<PropertyGroup>
<UsingToolMicrosoftNetCompilers>true</UsingToolMicrosoftNetCompilers>
<!-- ilasm -->
<MicrosoftNETSdkILPackageVersion>7.0.0-preview.3.22163.2</MicrosoftNETSdkILPackageVersion>
<MicrosoftNETSdkILPackageVersion>7.0.0-preview.3.22171.1</MicrosoftNETSdkILPackageVersion>
<!-- see /~https://github.com/dotnet/runtime/issues/1338 -->
<MicrosoftNETCoreILAsmVersion>$(MicrosoftNETSdkILPackageVersion)</MicrosoftNETCoreILAsmVersion>
<!-- SRM version 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": "7.0.0-beta.22168.2",
"Microsoft.FIX-85B6-MERGE-9C38-CONFLICT": "1.0.0",
"Microsoft.NET.Sdk.IL": "7.0.0-preview.3.22163.2"
"Microsoft.NET.Sdk.IL": "7.0.0-preview.3.22171.1"
}
}

0 comments on commit 64ad0ff

Please sign in to comment.