From e5294b812992be9bc47e3914a3c04db6944ba9dc Mon Sep 17 00:00:00 2001 From: catcherwong Date: Wed, 18 Nov 2020 14:01:46 +0800 Subject: [PATCH] update csproj --- build/releasenotes.props | 3 ++ build/version.props | 1 + ...aching.Serialization.SystemTextJson.csproj | 31 +++++++++++++++++-- 3 files changed, 32 insertions(+), 3 deletions(-) diff --git a/build/releasenotes.props b/build/releasenotes.props index f082f842..eaa7fb1d 100644 --- a/build/releasenotes.props +++ b/build/releasenotes.props @@ -55,5 +55,8 @@ 1. Upgrading dependencies. + + 1. Init. + diff --git a/build/version.props b/build/version.props index bb7287d7..63cef48f 100644 --- a/build/version.props +++ b/build/version.props @@ -19,5 +19,6 @@ 1.1.0 1.1.0 1.1.0 + 1.1.0 diff --git a/serialization/EasyCaching.Serialization.SystemTextJson/EasyCaching.Serialization.SystemTextJson.csproj b/serialization/EasyCaching.Serialization.SystemTextJson/EasyCaching.Serialization.SystemTextJson.csproj index 4f582f9a..9589b461 100644 --- a/serialization/EasyCaching.Serialization.SystemTextJson/EasyCaching.Serialization.SystemTextJson.csproj +++ b/serialization/EasyCaching.Serialization.SystemTextJson/EasyCaching.Serialization.SystemTextJson.csproj @@ -1,15 +1,40 @@ - + + netstandard2.0 + EasyCaching Contributors + $(EasyCachingSTJsonPackageVersion) + + + A serialize library based on System.Text.Json + + Caching,Serialization,Json + https://github.com/dotnetcore/EasyCaching + LICENSE + https://github.com/dotnetcore/EasyCaching + https://github.com/dotnetcore/EasyCaching + nuget-icon.png + + $(EasyCachingSTJsonPackageNotes) + + + + + true + $(NoWarn);1591 + + + + + - + -