From 4dac572b0ff4b01abffc15f3e836fa265db2388b Mon Sep 17 00:00:00 2001 From: billhong Date: Wed, 13 Sep 2023 14:34:51 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E5=91=BD=E5=90=8D=20package=20id?= =?UTF-8?q?=EF=BC=8C=E9=81=BF=E5=85=8D=E7=99=BC=E4=BD=88=E5=88=B0=20public?= =?UTF-8?q?=20nuget=20server=20=E6=9C=83=E5=9B=A0=E7=82=BA=E5=92=8C?= =?UTF-8?q?=E5=8E=9F=E6=9C=AC=E7=9A=84=20package=20id=20=E7=9B=B8=E5=90=8C?= =?UTF-8?q?=E8=80=8C=E7=84=A1=E6=B3=95=E7=99=BC=E5=B8=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/EasyCaching.Core/EasyCaching.Core.csproj | 1 + src/EasyCaching.HybridCache/EasyCaching.HybridCache.csproj | 1 + src/EasyCaching.InMemory/EasyCaching.InMemory.csproj | 1 + src/EasyCaching.Redis/EasyCaching.Redis.csproj | 1 + 4 files changed, 4 insertions(+) diff --git a/src/EasyCaching.Core/EasyCaching.Core.csproj b/src/EasyCaching.Core/EasyCaching.Core.csproj index 4e348f6b..d0456da0 100644 --- a/src/EasyCaching.Core/EasyCaching.Core.csproj +++ b/src/EasyCaching.Core/EasyCaching.Core.csproj @@ -24,6 +24,7 @@ true $(NoWarn);1591 + Just.$(MSBuildProjectName) diff --git a/src/EasyCaching.HybridCache/EasyCaching.HybridCache.csproj b/src/EasyCaching.HybridCache/EasyCaching.HybridCache.csproj index 6b6d4436..ea3cdc6f 100644 --- a/src/EasyCaching.HybridCache/EasyCaching.HybridCache.csproj +++ b/src/EasyCaching.HybridCache/EasyCaching.HybridCache.csproj @@ -24,6 +24,7 @@ true $(NoWarn);1591 + Just.$(MSBuildProjectName) diff --git a/src/EasyCaching.InMemory/EasyCaching.InMemory.csproj b/src/EasyCaching.InMemory/EasyCaching.InMemory.csproj index 2d1dd05d..ed91f3cb 100644 --- a/src/EasyCaching.InMemory/EasyCaching.InMemory.csproj +++ b/src/EasyCaching.InMemory/EasyCaching.InMemory.csproj @@ -24,6 +24,7 @@ true $(NoWarn);1591 + Just.$(MSBuildProjectName) diff --git a/src/EasyCaching.Redis/EasyCaching.Redis.csproj b/src/EasyCaching.Redis/EasyCaching.Redis.csproj index 3c526a83..cff76390 100644 --- a/src/EasyCaching.Redis/EasyCaching.Redis.csproj +++ b/src/EasyCaching.Redis/EasyCaching.Redis.csproj @@ -25,6 +25,7 @@ true $(NoWarn);1591 + Just.$(MSBuildProjectName)