EnableCompressionInSingleFile

This commit is contained in:
xljiulang 2021-06-18 23:55:56 +08:00
parent 89ead761fa
commit d3b890728f

View File

@ -4,7 +4,6 @@
<OutputType>Exe</OutputType>
<Nullable>enable</Nullable>
<TargetFrameworks>net5.0;net6.0</TargetFrameworks>
<EnableCompressionInSingleFile>true</EnableCompressionInSingleFile>
<Version>1.0.0-beta3</Version>
<Description>github定制版的dns服务解析github最优的ip</Description>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
@ -16,9 +15,6 @@
<ItemGroup>
<PackageReference Include="Topshelf" Version="4.3.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\FastGithub.Dns\FastGithub.Dns.csproj" />
</ItemGroup>