From 31b1c507acdebfe6715351ddf4936ae680fe049f Mon Sep 17 00:00:00 2001
From: "dotnet-maestro[bot]"
<42748379+dotnet-maestro[bot]@users.noreply.github.com>
Date: Mon, 20 Sep 2021 12:31:58 +0000
Subject: [PATCH] Update dependencies from https://github.com/dotnet/runtime
build 20210920.1 (dotnet/linker#2284)
[main] Update dependencies from dotnet/runtime
Commit migrated from https://github.com/dotnet/linker/commit/6f6ad0114e130ca1b38435ca2fff28f3f6f0d182
---
src/tools/illink/eng/Version.Details.xml | 4 ++--
src/tools/illink/eng/Versions.props | 2 +-
src/tools/illink/global.json | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/tools/illink/eng/Version.Details.xml b/src/tools/illink/eng/Version.Details.xml
index 2db2194ac9401..c2d28d8c7e1b9 100644
--- a/src/tools/illink/eng/Version.Details.xml
+++ b/src/tools/illink/eng/Version.Details.xml
@@ -12,9 +12,9 @@
https://github.com/dotnet/arcade
734d875ba2abfb5c8f5f52368e7d4711ee366e31
-
+
https://github.com/dotnet/runtime
- b7e10374429b5af32debc4660aa9bce41cfb903e
+ 6c9921d2ad188d81af53892930a87ee5ad97c979
- 7.0.0-alpha.1.21456.1
+ 7.0.0-alpha.1.21470.1
$(MicrosoftNETSdkILPackageVersion)
diff --git a/src/tools/illink/global.json b/src/tools/illink/global.json
index ddcf96797a3e5..1eb5c91ed3342 100644
--- a/src/tools/illink/global.json
+++ b/src/tools/illink/global.json
@@ -5,6 +5,6 @@
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.21466.4",
"Microsoft.FIX-85B6-MERGE-9C38-CONFLICT": "1.0.0",
- "Microsoft.NET.Sdk.IL": "7.0.0-alpha.1.21456.1"
+ "Microsoft.NET.Sdk.IL": "7.0.0-alpha.1.21470.1"
}
}