From 83ea95ed6d7ecaa2e5d1e66896318b087c4fce18 Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Thu, 3 Oct 2019 20:26:20 +0900 Subject: [PATCH] Switch to .netcoreapp3.1 --- BTCPayServer.Tests/BTCPayServer.Tests.csproj | 2 +- Build/Common.csproj | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/BTCPayServer.Tests/BTCPayServer.Tests.csproj b/BTCPayServer.Tests/BTCPayServer.Tests.csproj index 468bd9bdd..285a0067b 100644 --- a/BTCPayServer.Tests/BTCPayServer.Tests.csproj +++ b/BTCPayServer.Tests/BTCPayServer.Tests.csproj @@ -1,7 +1,7 @@  - netcoreapp2.1 + netcoreapp3.1 $(TargetFrameworkOverride) false NU1701,CA1816,CA1308,CA1810,CA2208 diff --git a/Build/Common.csproj b/Build/Common.csproj index e7fcac29d..126a338d9 100644 --- a/Build/Common.csproj +++ b/Build/Common.csproj @@ -1,9 +1,9 @@ - netcoreapp2.1 + netcoreapp3.1 $(TargetFrameworkOverride) NU1701,CA1816,CA1308,CA1810,CA2208 - 7.3 + 8.0 $(DefineConstants);NETCOREAPP21