Remove unnecessary config

This `DisableImplicitNamespaceImports` is only needed for .NET 6 preview 7, no need for .NET 6 stable release
This commit is contained in:
Weihan Li 2021-11-10 13:18:33 +08:00 committed by GitHub
parent 27c777676d
commit 7e8b9fae9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,8 +2,7 @@
<PropertyGroup>
<Version>2.0.7</Version>
<Nullable>enable</Nullable>
<TargetFramework>net6.0</TargetFramework>
<DisableImplicitNamespaceImports>true</DisableImplicitNamespaceImports>
<TargetFramework>net6.0</TargetFramework>
<IsWebConfigTransformDisabled>true</IsWebConfigTransformDisabled>
<Description>github加速神器</Description>
<Copyright>https://github.com/dotnetcore/FastGithub</Copyright>
@ -14,4 +13,4 @@
<DebugType>none</DebugType>
<DebugSymbols>false</DebugSymbols>
</PropertyGroup>
</Project>
</Project>