Skip to content

Commit

Permalink
chore: mark as trimmable (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
hazzik committed Apr 12, 2024
1 parent b6eaefa commit 83063b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<NuGetAudit>true</NuGetAudit>
<NuGetAuditMode>all</NuGetAuditMode>
<NuGetAuditLevel>low</NuGetAuditLevel>
Expand Down
2 changes: 1 addition & 1 deletion src/PublicSuffix/PublicSuffix.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<PackageProjectUrl>https://github.com/hazzik/PublicSuffix</PackageProjectUrl>
<PackageTags>public;suffix;public-suffix;domain;parser</PackageTags>
<TargetFrameworks>net35;net462;netstandard1.3;netstandard2.0;netstandard2.1;net6.0;net8.0</TargetFrameworks>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<IsTrimmable>true</IsTrimmable>
</PropertyGroup>
<ItemGroup Condition=" $(TargetFramework.StartsWith('net4')) ">
<Reference Include="System.Net.Http" />
Expand Down

0 comments on commit 83063b5

Please sign in to comment.