Models Class Library Upodated

This commit is contained in:
batgo6o
2021-03-07 11:31:52 +02:00
parent e6e3e64601
commit 199ac62f4b
11 changed files with 154 additions and 1 deletions

View File

@@ -0,0 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="3.1.12" />
</ItemGroup>
</Project>