From a1e0c35dd4b887919a2216f8d1e4ce2ed7da49eb Mon Sep 17 00:00:00 2001 From: Runebaas Date: Sun, 3 Mar 2019 20:27:50 -0500 Subject: [PATCH] Upgrade to DotNet Core 2.2 --- Geekbot.net/Geekbot.net.csproj | 31 +++++++++++++------------ Geekbot.net/Lib/Logger/LoggerFactory.cs | 3 +-- Tests/Tests.csproj | 4 ++-- WikipediaApi/WikipediaApi.csproj | 2 +- 4 files changed, 20 insertions(+), 20 deletions(-) diff --git a/Geekbot.net/Geekbot.net.csproj b/Geekbot.net/Geekbot.net.csproj index 9e98f9b..9ea7546 100755 --- a/Geekbot.net/Geekbot.net.csproj +++ b/Geekbot.net/Geekbot.net.csproj @@ -1,12 +1,13 @@  Exe - netcoreapp2.1 + netcoreapp2.2 win-x64;linux-x64 derp.ico 4.0.0 $(VersionSuffix) $(Version)-$(VersionSuffix) + $(Version)-DEV Pizza and Coffee Studios Pizza and Coffee Studios A Discord bot @@ -25,30 +26,30 @@ - + - - - - - - - - - - - + + + + + + + + + + + - + - + 4.3.0 diff --git a/Geekbot.net/Lib/Logger/LoggerFactory.cs b/Geekbot.net/Lib/Logger/LoggerFactory.cs index 9c5f759..b07bcda 100644 --- a/Geekbot.net/Lib/Logger/LoggerFactory.cs +++ b/Geekbot.net/Lib/Logger/LoggerFactory.cs @@ -25,8 +25,7 @@ namespace Geekbot.net.Lib.Logger Layout = "${message}", UseConsoleLog = false, OptimizeBufferReuse = true, - Name = "Geekbot", - AppendException = false + Name = "Geekbot" }) ); } diff --git a/Tests/Tests.csproj b/Tests/Tests.csproj index 094bf84..1e26252 100644 --- a/Tests/Tests.csproj +++ b/Tests/Tests.csproj @@ -1,11 +1,11 @@  - netcoreapp2.1 + netcoreapp2.2 false NU1701 - + diff --git a/WikipediaApi/WikipediaApi.csproj b/WikipediaApi/WikipediaApi.csproj index 8198ca2..79206c2 100644 --- a/WikipediaApi/WikipediaApi.csproj +++ b/WikipediaApi/WikipediaApi.csproj @@ -1,6 +1,6 @@  - netcoreapp2.1 + netcoreapp2.2