reworking Program.cs

This commit is contained in:
2022-06-14 15:20:13 -05:00
parent db867eb428
commit 96cfd2411b
12 changed files with 282 additions and 356 deletions

View File

@@ -0,0 +1,18 @@
{
"version": 1,
"isRoot": true,
"tools": {
"dotnet-ef": {
"version": "6.0.5",
"commands": [
"dotnet-ef"
]
},
"microsoft.dotnet-msidentity": {
"version": "1.0.3",
"commands": [
"dotnet-msidentity"
]
}
}
}