From 7aa23321f6dbb018f49ba8ae5e8ed351231b5ff7 Mon Sep 17 00:00:00 2001 From: James Thompson Date: Sun, 12 May 2024 10:53:39 +1000 Subject: [PATCH] #323 Add net standard 2.1 --- Consul/Consul.csproj | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Consul/Consul.csproj b/Consul/Consul.csproj index 18e60fa0c..b6f4b1286 100644 --- a/Consul/Consul.csproj +++ b/Consul/Consul.csproj @@ -1,7 +1,7 @@ - + - netstandard2.0;net461 + netstandard2.0;net461;netstandard2.1 PlayFab,$(Authors) Copyright 2015-2018 PlayFab Inc.; $(Copyright) Consul.NET is a .NET client library for the Consul HTTP API @@ -13,11 +13,15 @@ + + + +