FastGithub/Directory.Build.props
Weihan Li 7e8b9fae9c
Remove unnecessary config
This `DisableImplicitNamespaceImports` is only needed for .NET 6 preview 7, no need for .NET 6 stable release
2021-11-10 13:18:33 +08:00

17 lines
538 B
XML

<Project>
<PropertyGroup>
<Version>2.0.7</Version>
<Nullable>enable</Nullable>
<TargetFramework>net6.0</TargetFramework>
<IsWebConfigTransformDisabled>true</IsWebConfigTransformDisabled>
<Description>github加速神器</Description>
<Copyright>https://github.com/dotnetcore/FastGithub</Copyright>
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)'=='Release'">
<DebugType>none</DebugType>
<DebugSymbols>false</DebugSymbols>
</PropertyGroup>
</Project>