Update to .NET Core 2.2
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Deukhoofd 2019-04-30 16:32:30 +02:00
parent 3c65f1fc13
commit 21a40fbcbf
No known key found for this signature in database
GPG Key ID: B4C087AC81641654
4 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@ name: default
steps:
- name: test
image: microsoft/dotnet:2.1-sdk
image: microsoft/dotnet:2.2-sdk
commands:
- dotnet restore
- cd UpsilonTests

View File

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

View File

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

View File

@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.1</TargetFramework>
<TargetFramework>netcoreapp2.2</TargetFramework>
</PropertyGroup>
<ItemGroup>