Fix analyzers (#2)

This commit is contained in:
Patrick Stevens
2024-01-30 22:58:19 +00:00
committed by GitHub
parent cbfc5b47c3
commit 1655a59de7
7 changed files with 62 additions and 309 deletions

6
global.json Normal file
View File

@@ -0,0 +1,6 @@
{
"sdk": {
"version": "8.0.100",
"rollForward": "latestFeature"
}
}