From db97feb6e1cb72c54a5ec0264797ebab49634114 Mon Sep 17 00:00:00 2001 From: Simon Gockner Date: Mon, 10 Feb 2020 14:18:43 +0100 Subject: [PATCH] - target .net standard 2.1 --- GBase.Api/GBase.Api.csproj | 2 +- GBase.Client/GBase.Client.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/GBase.Api/GBase.Api.csproj b/GBase.Api/GBase.Api.csproj index 72764a6..f51c9c8 100644 --- a/GBase.Api/GBase.Api.csproj +++ b/GBase.Api/GBase.Api.csproj @@ -1,7 +1,7 @@ - netstandard2.0 + netstandard2.1 diff --git a/GBase.Client/GBase.Client.csproj b/GBase.Client/GBase.Client.csproj index f1ca2f0..3a7f9d7 100644 --- a/GBase.Client/GBase.Client.csproj +++ b/GBase.Client/GBase.Client.csproj @@ -1,7 +1,7 @@ - netstandard2.0 + netstandard2.1