Update to .NET Core 2.2
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2019-04-30 16:32:30 +02:00
parent 3c65f1fc13
commit 21a40fbcbf
4 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp2.1</TargetFramework>
<TargetFramework>netcoreapp2.2</TargetFramework>
<IsPackable>false</IsPackable>
</PropertyGroup>