diff --git a/.editorconfig b/.editorconfig index f67281eb..19afa364 100644 --- a/.editorconfig +++ b/.editorconfig @@ -140,7 +140,8 @@ dotnet_diagnostic.IDE0001.severity = warning dotnet_diagnostic.IDE0002.severity = warning # IDE0005: Remove unnecessary import -dotnet_diagnostic.IDE0005.severity = warning +# Workaround for https://github.com/dotnet/roslyn/issues/41640 +dotnet_diagnostic.IDE0005.severity = none # RS0041: Public members should not use oblivious types dotnet_diagnostic.RS0041.severity = suggestion diff --git a/global.json b/global.json index eff948e4..aeb8ae7b 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { "rollForward": "latestFeature", - "version": "7.0.306" + "version": "7.0.400" } }