Actually upgrade to dotnet 2.1

This commit is contained in:
Daan Boerlage 2018-06-01 18:10:22 +02:00
parent f438914c19
commit 8b5e52c8e0
No known key found for this signature in database
GPG key ID: BDA07B7D3FCF147F
4 changed files with 6 additions and 8 deletions

View file

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