Skip to content

Commit ecc9707

Browse files
chore(deps): update dependency dotnet-sdk to v7.0.400 (#139)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 15473b6 commit ecc9707

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.editorconfig

+2-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,8 @@ dotnet_diagnostic.IDE0001.severity = warning
140140
dotnet_diagnostic.IDE0002.severity = warning
141141

142142
# IDE0005: Remove unnecessary import
143-
dotnet_diagnostic.IDE0005.severity = warning
143+
# Workaround for https://github.com/dotnet/roslyn/issues/41640
144+
dotnet_diagnostic.IDE0005.severity = none
144145

145146
# RS0041: Public members should not use oblivious types
146147
dotnet_diagnostic.RS0041.severity = suggestion

global.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
33
"rollForward": "latestFeature",
4-
"version": "7.0.306"
4+
"version": "7.0.400"
55
}
66
}

0 commit comments

Comments
 (0)