WPF application hinzugefügt

This commit is contained in:
Husky
2021-02-25 15:51:52 +01:00
parent eb3b66c6be
commit b038a59ca7
8 changed files with 107 additions and 0 deletions

View File

@@ -8,6 +8,10 @@
<ProjectReference Include="..\Models\Models.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="5.0.3" />
</ItemGroup>
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>