From 6c2b85564fb7854a50f47223c6eb34c515ebc82b Mon Sep 17 00:00:00 2001
From: "dotnet-maestro[bot]"
<42748379+dotnet-maestro[bot]@users.noreply.github.com>
Date: Tue, 2 Mar 2021 00:54:23 +0000
Subject: [PATCH] [master] Update dependencies from dotnet/sdk (#9846)
[master] Update dependencies from dotnet/sdk
- Coherency Updates:
- Microsoft.NET.ILLink.Tasks: from 6.0.100-preview.2.21124.3 to 6.0.100-preview.2.21125.1 (parent: Microsoft.NET.Sdk)
- Don't set IsTrimmable on netcoreapp in 6.0
These assemblies now opt into trimming using AssemblyMetadata:
https://github.com/dotnet/runtime/pull/48428.
The SDK side of the change was made in https://github.com/dotnet/sdk/pull/16094.
For more context, see
https://github.com/mono/linker/blob/main/docs/design/trimmed-assemblies.md#net-6.
---
eng/Version.Details.xml | 12 ++++++------
eng/Versions.props | 4 ++--
src/redist/targets/GenerateBundledVersions.targets | 1 -
3 files changed, 8 insertions(+), 9 deletions(-)
diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml
index b21a97d6b..e75c92de8 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -91,13 +91,13 @@
https://github.com/dotnet/templating
02cac30b1fbd0111c05c3b7684cb62b27aabd8c0
-
+
https://github.com/dotnet/sdk
- 8cf31f039a6ad6859351d79982d65c822d0c909f
+ 4275de407c08927f0b0dc6d15a78eb0fa35e091a
-
+
https://github.com/dotnet/sdk
- 8cf31f039a6ad6859351d79982d65c822d0c909f
+ 4275de407c08927f0b0dc6d15a78eb0fa35e091a
@@ -116,9 +116,9 @@
https://github.com/microsoft/vstest
0447617600851a20f1d75a2ff86da4c0fc67d999
-
+
https://github.com/mono/linker
- 6b3a3050c70577bd1b3fd7611eef56679e22a4f1
+ 44907d98e524f65db0a0edc2cab8afe077ba812a
linker
diff --git a/eng/Versions.props b/eng/Versions.props
index dbaf3becf..e3d5095e6 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -58,8 +58,8 @@
- 6.0.100-preview.3.21151.12
- 6.0.100-preview.3.21151.12
+ 6.0.100-preview.3.21151.14
+ 6.0.100-preview.3.21151.14
$(MicrosoftNETSdkPackageVersion)
$(MicrosoftNETSdkPackageVersion)
$(MicrosoftNETSdkPackageVersion)
diff --git a/src/redist/targets/GenerateBundledVersions.targets b/src/redist/targets/GenerateBundledVersions.targets
index 37aa14a67..2cc022ed2 100644
--- a/src/redist/targets/GenerateBundledVersions.targets
+++ b/src/redist/targets/GenerateBundledVersions.targets
@@ -250,7 +250,6 @@ Copyright (c) .NET Foundation. All rights reserved.
TargetingPackVersion="$(MicrosoftNETCoreAppRefPackageVersion)"
RuntimePackNamePatterns="Microsoft.NETCore.App.Runtime.**RID**"
RuntimePackRuntimeIdentifiers="@(NetCoreRuntimePackRids, '%3B')"
- IsTrimmable="true"
/>