Fixed dotnet ef problem, Added a script to start the project and one for Ef

This commit is contained in:
Dominic Villemure
2024-03-17 16:20:43 -04:00
parent 78605ec840
commit 0f7cdb3abd
10 changed files with 994 additions and 367 deletions

View File

@@ -1,6 +1,6 @@
{
"sdk": {
"version": "8.0.203",
"version": "8.0.3",
"rollForward": "latestFeature"
}
}