Skip to content

Commit a41c91c

Browse files
authored
Update SDK (#49034)
1 parent 96ba5bd commit a41c91c

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.editorconfig

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,8 @@ dotnet_diagnostic.CA1018.severity = warning
8787
dotnet_diagnostic.CA1047.severity = warning
8888

8989
# CA1305: Specify IFormatProvider
90-
dotnet_diagnostic.CA1305.severity = warning
90+
# TODO: Renable as warning after https://github.com/dotnet/roslyn-analyzers/issues/6746 is resolved
91+
dotnet_diagnostic.CA1305.severity = suggestion
9192

9293
# CA1507: Use nameof to express symbol names
9394
dotnet_diagnostic.CA1507.severity = warning

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"sdk": {
3-
"version": "8.0.100-preview.7.23321.23"
3+
"version": "8.0.100-preview.7.23356.6"
44
},
55
"tools": {
6-
"dotnet": "8.0.100-preview.7.23321.23",
6+
"dotnet": "8.0.100-preview.7.23356.6",
77
"runtimes": {
88
"dotnet/x86": [
99
"$(MicrosoftNETCoreBrowserDebugHostTransportVersion)"

0 commit comments

Comments
 (0)