13 lines
364 B
XML
13 lines
364 B
XML
|
<Project Sdk="Microsoft.NET.Sdk">
|
|||
|
|
|||
|
<PropertyGroup>
|
|||
|
<TargetFrameworks>netstandard2.0;NET461</TargetFrameworks>
|
|||
|
</PropertyGroup>
|
|||
|
|
|||
|
<ItemGroup>
|
|||
|
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="2.2.6" />
|
|||
|
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="2.2.6" />
|
|||
|
</ItemGroup>
|
|||
|
|
|||
|
</Project>
|