diff --git a/.globalconfig b/.globalconfig deleted file mode 100644 index 3b4f1ba..0000000 --- a/.globalconfig +++ /dev/null @@ -1,6 +0,0 @@ -# ErrorOrX Global Analyzer Config -is_global = true -global_level = 100 - -# AL0017: Hardcoded version rule is for SDK development, not consumer projects using CPM -dotnet_diagnostic.AL0017.severity = none diff --git a/global.json b/global.json index 7cf55c5..0778d15 100644 --- a/global.json +++ b/global.json @@ -5,9 +5,9 @@ "allowPrerelease": true }, "msbuild-sdks": { - "ANcpLua.NET.Sdk": "3.4.21", - "ANcpLua.NET.Sdk.Web": "3.4.21", - "ANcpLua.NET.Sdk.Test": "3.4.21" + "ANcpLua.NET.Sdk": "3.4.22", + "ANcpLua.NET.Sdk.Web": "3.4.22", + "ANcpLua.NET.Sdk.Test": "3.4.22" }, "test": { "runner": "Microsoft.Testing.Platform"