From a3ec3a16839704c46619359c6f23ea792ee8a4db Mon Sep 17 00:00:00 2001 From: Srikanth Date: Wed, 23 Sep 2020 20:25:01 +0530 Subject: [PATCH] use netstandard 2.1 --- netcore-template.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netcore-template.csproj b/netcore-template.csproj index 9e2ad92..eec9fbe 100644 --- a/netcore-template.csproj +++ b/netcore-template.csproj @@ -1,7 +1,7 @@ - netstandard2.0 + netstandard2.1