BuecherwurmAPI/BuecherwurmAPI.csproj

13 lines
273 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>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="3.1.4" />
</ItemGroup>
2020-05-25 10:04:21 +00:00
</Project>