upgraded to .net 6

This commit is contained in:
dragon 2022-10-22 14:40:47 +02:00
commit 5926190a0f
9 changed files with 190 additions and 337 deletions

4
.editorconfig Normal file
View file

@ -0,0 +1,4 @@
[*.cs]
# CA1822: Member als statisch markieren
dotnet_diagnostic.CA1822.severity = none