From 2002c6750b060a7e558587803b165a5e4c3830bc Mon Sep 17 00:00:00 2001 From: Kukks Date: Wed, 11 Mar 2020 15:46:21 +0100 Subject: [PATCH] target netstandard2.1 for Client --- BTCPayServer.Client/BTCPayServer.Client.csproj | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/BTCPayServer.Client/BTCPayServer.Client.csproj b/BTCPayServer.Client/BTCPayServer.Client.csproj index 8642d92f3..7522bd9e2 100644 --- a/BTCPayServer.Client/BTCPayServer.Client.csproj +++ b/BTCPayServer.Client/BTCPayServer.Client.csproj @@ -1,7 +1,11 @@ - netcoreapp3.1 + netstandard2.1 + + + +