Upgrade to DotNet Core 2.2

This commit is contained in:
Runebaas 2019-03-03 20:27:50 -05:00
parent 3f083b520d
commit a1e0c35dd4
No known key found for this signature in database
GPG key ID: 2677AF508D0300D6
4 changed files with 20 additions and 20 deletions

View file

@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp2.1</TargetFramework>
<TargetFramework>netcoreapp2.2</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="12.0.1" />