From 4f0488507498b4ac2ccb76f07da0bc6d948d880d Mon Sep 17 00:00:00 2001 From: Robin Date: Fri, 25 Jan 2019 10:43:40 +0100 Subject: [PATCH] A small mistake, this project should support dotnet core 3.0 --- src/Greenshot.Core/Greenshot.Core.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Greenshot.Core/Greenshot.Core.csproj b/src/Greenshot.Core/Greenshot.Core.csproj index 5dcb12478..24a244c47 100644 --- a/src/Greenshot.Core/Greenshot.Core.csproj +++ b/src/Greenshot.Core/Greenshot.Core.csproj @@ -1,7 +1,7 @@ - + - net471 + net471;netcoreapp3.0 true