From c718dccfff159bd81fd3fff2f9b4f9778d144bfe Mon Sep 17 00:00:00 2001 From: Maamue Date: Tue, 29 Oct 2019 11:43:17 +0100 Subject: [PATCH] Updating to .Net Core 2.1 The tool "Microsoft.EntityFrameworkCore.Tools.DotNet" ist now integrated into .NET Core SDK and thus removed from the project file. --- src/Shinoa/Shinoa.csproj | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/Shinoa/Shinoa.csproj b/src/Shinoa/Shinoa.csproj index d8df46e..4b58bd0 100644 --- a/src/Shinoa/Shinoa.csproj +++ b/src/Shinoa/Shinoa.csproj @@ -1,7 +1,7 @@  - netcoreapp2.0 + netcoreapp2.1 Shinoa Exe Shinoa @@ -50,10 +50,6 @@ - - - - Always