BuecherwurmAPI/BuecherwurmAPI.csproj

13 lines
275 B
XML
Raw Normal View History

2020-05-25 10:04:21 +00:00
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
2020-05-26 08:42:18 +00:00
<TargetFramework>netcoreapp3.1</TargetFramework>
2020-05-25 10:04:21 +00:00
</PropertyGroup>
2020-05-27 12:22:54 +00:00
<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="3.1.4" />
</ItemGroup>
2020-05-25 10:04:21 +00:00
</Project>