Kaynağa Gözat

Merge pull request #84 from WeihanLi/patch-1

Remove unnecessary config
老九 3 yıl önce
ebeveyn
işleme
2da27f3dcd
1 değiştirilmiş dosya ile 2 ekleme ve 3 silme
  1. 2 3
      Directory.Build.props

+ 2 - 3
Directory.Build.props

@@ -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>