Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/linker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/eng
diff options
context:
space:
mode:
authordotnet-maestro[bot] <42748379+dotnet-maestro[bot]@users.noreply.github.com>2021-08-09 15:17:22 +0300
committerGitHub <noreply@github.com>2021-08-09 15:17:22 +0300
commitcb8d86607bcebd8cb3b0a1efe1472839ecdde1ca (patch)
treeee2adbe7aa733ea848597a0c16bedd56d146a3a5 /eng
parentb869cd245f55a1a35912c6eed4b73ba05a3d501e (diff)
Update dependencies from https://github.com/dotnet/runtime build 20210806.5 (#2195)
[main] Update dependencies from dotnet/runtime
Diffstat (limited to 'eng')
-rw-r--r--eng/Version.Details.xml4
-rw-r--r--eng/Versions.props2
2 files changed, 3 insertions, 3 deletions
diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml
index 53ab84910..9369767de 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -12,9 +12,9 @@
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>382667fff0b58c362855a42c3529ba294fd0514c</Sha>
</Dependency>
- <Dependency Name="Microsoft.NET.Sdk.IL" Version="6.0.0-rc.1.21401.3">
+ <Dependency Name="Microsoft.NET.Sdk.IL" Version="6.0.0-rc.1.21406.5">
<Uri>https://github.com/dotnet/runtime</Uri>
- <Sha>d90f6b6c86be7001dc839e147ab229dfd1c7d20d</Sha>
+ <Sha>58efa4b79751a2dad08d9bf7ca67930f8160afe3</Sha>
<!--
This would introduce a cyclic dependency, so it's explictly not enabled for now
<SourceBuild RepoName="runtime" />
diff --git a/eng/Versions.props b/eng/Versions.props
index 2688b2bf5..70c4e6154 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -13,7 +13,7 @@
<PropertyGroup>
<UsingToolMicrosoftNetCompilers>true</UsingToolMicrosoftNetCompilers>
<!-- ilasm -->
- <MicrosoftNETSdkILPackageVersion>6.0.0-rc.1.21401.3</MicrosoftNETSdkILPackageVersion>
+ <MicrosoftNETSdkILPackageVersion>6.0.0-rc.1.21406.5</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 -->