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
…0328.1 (#2710)

[main] Update dependencies from dotnet/runtime
  • Loading branch information
dotnet-maestro[bot] committed Mar 28, 2022
1 parent 88746f7 commit da3c743
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>c8a95297e2622251c125aa5c0ef7c822275a792d</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk.IL" Version="7.0.0-preview.3.22171.1">
<Dependency Name="Microsoft.NET.Sdk.IL" Version="7.0.0-preview.4.22178.1">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>eb51b02b158c3ff71a1ec7eac8a211d1d464c1a5</Sha>
<Sha>bd43f55230d533af326e727366f61cfd3ed0e050</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.22171.1</MicrosoftNETSdkILPackageVersion>
<MicrosoftNETSdkILPackageVersion>7.0.0-preview.4.22178.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.22171.2",
"Microsoft.FIX-85B6-MERGE-9C38-CONFLICT": "1.0.0",
"Microsoft.NET.Sdk.IL": "7.0.0-preview.3.22171.1"
"Microsoft.NET.Sdk.IL": "7.0.0-preview.4.22178.1"
}
}

0 comments on commit da3c743

Please sign in to comment.