Upgrade to dotnet core 3.1

This commit is contained in:
runebaas 2020-02-08 15:32:58 +01:00
parent cd04549834
commit dd9cf3c5d7
No known key found for this signature in database
GPG key ID: 2677AF508D0300D6
4 changed files with 24 additions and 24 deletions

View file

@ -1,8 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp3.0</TargetFramework>
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="12.0.2" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
</ItemGroup>
</Project>