Skip to content

Commit

Permalink
Disable trimming on ConfigurationManager
Browse files Browse the repository at this point in the history
Contributes to dotnet#49062
  • Loading branch information
eerhardt committed Mar 3, 2021
1 parent 8111534 commit 6ac935d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netstandard2.0;net461</TargetFrameworks>
<!-- opt-out of trimming until it works https://github.com/dotnet/runtime/issues/49062 -->
<SetIsTrimmable>false</SetIsTrimmable>
</PropertyGroup>
<!-- DesignTimeBuild requires all the TargetFramework Derived Properties to not be present in the first property group. -->
<PropertyGroup>
Expand Down

0 comments on commit 6ac935d

Please sign in to comment.