|
|
@ -2,7 +2,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<PropertyGroup>
|
|
|
|
<OutputType>Exe</OutputType>
|
|
|
|
<OutputType>Exe</OutputType>
|
|
|
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
|
|
|
<TargetFramework>netcoreapp3.0</TargetFramework>
|
|
|
|
</PropertyGroup>
|
|
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="3.1.0" />
|
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="3.1.0" />
|
|
|
|