Abhänigkeiten hinzugefügt und Services Klassen fertiggeschrieben

This commit is contained in:
NoKnownName
2025-05-23 11:41:45 +02:00
parent 80931f24f4
commit 2512929dd5
58 changed files with 809 additions and 423 deletions

View File

@@ -0,0 +1,12 @@
{
"runtimeOptions": {
"tfm": "net8.0",
"framework": {
"name": "Microsoft.NETCore.App",
"version": "8.0.0"
},
"configProperties": {
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
}
}
}