From 259f0b5aad0df0b8657756f384b87ee7820adba6 Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Mon, 27 Dec 2021 13:20:57 +0900 Subject: [PATCH] Bump to C# 10 --- BTCPayServer.Client/BTCPayServer.Client.csproj | 1 + Build/Common.csproj | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/BTCPayServer.Client/BTCPayServer.Client.csproj b/BTCPayServer.Client/BTCPayServer.Client.csproj index bda4683e7..f03fd5713 100644 --- a/BTCPayServer.Client/BTCPayServer.Client.csproj +++ b/BTCPayServer.Client/BTCPayServer.Client.csproj @@ -2,6 +2,7 @@ netstandard2.1 + 10.0 BTCPay Server Copyright © BTCPay Server 2020 A client library for BTCPay Server Greenfield API diff --git a/Build/Common.csproj b/Build/Common.csproj index 6ee9e1d16..3831b2e3d 100644 --- a/Build/Common.csproj +++ b/Build/Common.csproj @@ -3,7 +3,7 @@ net6.0 $(TargetFrameworkOverride) NU1701,CA1816,CA1308,CA1810,CA2208,CA1303,CA2000,CA2016,CA1835,CA2249,CA9998,CA1704 - 8.0 + 10.0