Skip to content

Commit

Permalink
Don't set IsTrimmable on netcoreapp in 6.0
Browse files Browse the repository at this point in the history
These assemblies now opt into trimming using AssemblyMetadata:
dotnet/runtime#48428.

The SDK side of the change was made in dotnet/sdk#16094.

For more context, see
https://github.com/mono/linker/blob/main/docs/design/trimmed-assemblies.md#net-6.
  • Loading branch information
sbomer committed Mar 2, 2021
1 parent a63948a commit 560208a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/redist/targets/GenerateBundledVersions.targets
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,6 @@ Copyright (c) .NET Foundation. All rights reserved.
TargetingPackVersion="$(MicrosoftNETCoreAppRefPackageVersion)"
RuntimePackNamePatterns="Microsoft.NETCore.App.Runtime.**RID**"
RuntimePackRuntimeIdentifiers="@(NetCoreRuntimePackRids, '%3B')"
IsTrimmable="true"
/>
<KnownAppHostPack Include="Microsoft.NETCore.App"
Expand Down

0 comments on commit 560208a

Please sign in to comment.