From 21a40fbcbfe133885c1d7c577505cb06052fb718 Mon Sep 17 00:00:00 2001 From: Deukhoofd Date: Tue, 30 Apr 2019 16:32:30 +0200 Subject: [PATCH] Update to .NET Core 2.2 --- .drone.yml | 2 +- Upsilon/Upsilon.csproj | 2 +- UpsilonTests/UpsilonTests.csproj | 2 +- Ycicle/Ycicle.csproj | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index 4ea62df..efaaaef 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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 diff --git a/Upsilon/Upsilon.csproj b/Upsilon/Upsilon.csproj index 89af635..df6faca 100644 --- a/Upsilon/Upsilon.csproj +++ b/Upsilon/Upsilon.csproj @@ -1,7 +1,7 @@  - netstandard2.0 + netcoreapp2.2 diff --git a/UpsilonTests/UpsilonTests.csproj b/UpsilonTests/UpsilonTests.csproj index a0ddb9f..807d3a1 100644 --- a/UpsilonTests/UpsilonTests.csproj +++ b/UpsilonTests/UpsilonTests.csproj @@ -1,7 +1,7 @@  - netcoreapp2.1 + netcoreapp2.2 false diff --git a/Ycicle/Ycicle.csproj b/Ycicle/Ycicle.csproj index c79ad40..4679f7b 100644 --- a/Ycicle/Ycicle.csproj +++ b/Ycicle/Ycicle.csproj @@ -2,7 +2,7 @@ Exe - netcoreapp2.1 + netcoreapp2.2