From 7e8b9fae9ca9e43af803f9ea6674ff1595a22c54 Mon Sep 17 00:00:00 2001 From: Weihan Li Date: Wed, 10 Nov 2021 13:18:33 +0800 Subject: [PATCH] Remove unnecessary config This `DisableImplicitNamespaceImports` is only needed for .NET 6 preview 7, no need for .NET 6 stable release --- Directory.Build.props | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index f1ae604..6bdf8b4 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -2,8 +2,7 @@ 2.0.7 enable - net6.0 - true + net6.0 true github加速神器 https://github.com/dotnetcore/FastGithub @@ -14,4 +13,4 @@ none false - \ No newline at end of file +