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

@@ -3,7 +3,6 @@
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<ArtifactsPath>$(MSBuildThisFileDirectory)artifacts</ArtifactsPath>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>