Skip to content

Commit

Permalink
Add note
Browse files Browse the repository at this point in the history
  • Loading branch information
russcam committed May 1, 2024
1 parent 628db56 commit da7289f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/Lingua/Lingua.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,12 @@
<InternalsVisibleTo Include="$(AssemblyName).Tests" Key="$(PublicKey)" />
</ItemGroup>

<!-- Gzip embedded resources to reduce size -->
<!--
Gzip embedded resources to reduce size.
Import the Sdk.targets here. Project Sdk="Microsoft.NET.Sdk" implicitly imports Sdk.targets at the bottom of
the file, per https://learn.microsoft.com/en-us/dotnet/core/project-sdk/overview#project-files, resulting
in a warning.
-->
<Import Project="Sdk.targets" Sdk="Microsoft.NET.Sdk" />
<UsingTask TaskName="GZip"
TaskFactory="RoslynCodeTaskFactory"
Expand Down

0 comments on commit da7289f

Please sign in to comment.