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

@@ -11,6 +11,7 @@
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer"/>
<PackageReference Include="Microsoft.EntityFrameworkCore"/>
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational"/>
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools"/>
</ItemGroup>