Created UserService

This commit is contained in:
Chase Tucker
2024-02-28 15:35:40 -07:00
parent a2390c83e4
commit 1a3f0de8a7
250 changed files with 10688 additions and 0 deletions

View File

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