aboutsummaryrefslogtreecommitdiff
path: root/lib/VNLib.Data.Caching.ObjectCache
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 /lib/VNLib.Data.Caching.ObjectCache
parent10997f538217f161568334ef8a2891504ec6b2c4 (diff)
spring project cleanup
Diffstat (limited to 'lib/VNLib.Data.Caching.ObjectCache')
-rw-r--r--lib/VNLib.Data.Caching.ObjectCache/src/VNLib.Data.Caching.ObjectCache.csproj9
1 files changed, 6 insertions, 3 deletions
diff --git a/lib/VNLib.Data.Caching.ObjectCache/src/VNLib.Data.Caching.ObjectCache.csproj b/lib/VNLib.Data.Caching.ObjectCache/src/VNLib.Data.Caching.ObjectCache.csproj
index cd5a12c..ee0d521 100644
--- a/lib/VNLib.Data.Caching.ObjectCache/src/VNLib.Data.Caching.ObjectCache.csproj
+++ b/lib/VNLib.Data.Caching.ObjectCache/src/VNLib.Data.Caching.ObjectCache.csproj
@@ -2,11 +2,14 @@
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
- <RootNamespace>VNLib.Data.Caching.ObjectCache</RootNamespace>
- <AssemblyName>VNLib.Data.Caching.ObjectCache</AssemblyName>
<Nullable>enable</Nullable>
+ <RootNamespace>VNLib.Data.Caching.ObjectCache</RootNamespace>
+ <AssemblyName>VNLib.Data.Caching.ObjectCache</AssemblyName>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
- <AnalysisLevel>latest-all</AnalysisLevel>
+ </PropertyGroup>
+
+ <PropertyGroup>
+ <AnalysisLevel Condition="'$(BuildingInsideVisualStudio)' == true">latest-all</AnalysisLevel>
</PropertyGroup>
<PropertyGroup>