aboutsummaryrefslogtreecommitdiff
path: root/plugins/VNLib.Data.Caching.Providers.Redis/src
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2024-05-02 15:41:48 -0400
committerLibravatar vnugent <public@vaughnnugent.com>2024-05-02 15:41:48 -0400
commit4e94a53ee517c47ffc0a024c4d3e72b1968f9dac (patch)
treee736be25211af63169b392dab052c2761ff4c157 /plugins/VNLib.Data.Caching.Providers.Redis/src
parent10997f538217f161568334ef8a2891504ec6b2c4 (diff)
spring project cleanup
Diffstat (limited to 'plugins/VNLib.Data.Caching.Providers.Redis/src')
-rw-r--r--plugins/VNLib.Data.Caching.Providers.Redis/src/VNLib.Data.Caching.Providers.Redis.csproj9
1 files changed, 6 insertions, 3 deletions
diff --git a/plugins/VNLib.Data.Caching.Providers.Redis/src/VNLib.Data.Caching.Providers.Redis.csproj b/plugins/VNLib.Data.Caching.Providers.Redis/src/VNLib.Data.Caching.Providers.Redis.csproj
index a896cf8..d17f2aa 100644
--- a/plugins/VNLib.Data.Caching.Providers.Redis/src/VNLib.Data.Caching.Providers.Redis.csproj
+++ b/plugins/VNLib.Data.Caching.Providers.Redis/src/VNLib.Data.Caching.Providers.Redis.csproj
@@ -2,10 +2,9 @@
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
- <RootNamespace>VNLib.Data.Caching.Providers.Redis</RootNamespace>
- <AssemblyName>VNLib.Data.Caching.Providers.Redis</AssemblyName>
<Nullable>enable</Nullable>
- <AnalysisLevel>latest-all</AnalysisLevel>
+ <RootNamespace>VNLib.Data.Caching.Providers.Redis</RootNamespace>
+ <AssemblyName>VNLib.Data.Caching.Providers.Redis</AssemblyName>
<ProduceReferenceAssembly>True</ProduceReferenceAssembly>
<GenerateDocumentationFile>False</GenerateDocumentationFile>
<!-- Resolve nuget dll files and store them in the output dir -->
@@ -13,6 +12,10 @@
</PropertyGroup>
<PropertyGroup>
+ <AnalysisLevel Condition="'$(BuildingInsideVisualStudio)' == true">latest-all</AnalysisLevel>
+ </PropertyGroup>
+
+ <PropertyGroup>
<Authors>Vaughn Nugent</Authors>
<Company>Vaughn Nugent</Company>
<Product>VNLib.Data.Caching.Providers.Redis</Product>