aboutsummaryrefslogtreecommitdiff
path: root/plugins/ObjectCacheServer/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/ObjectCacheServer/src
parent10997f538217f161568334ef8a2891504ec6b2c4 (diff)
spring project cleanup
Diffstat (limited to 'plugins/ObjectCacheServer/src')
-rw-r--r--plugins/ObjectCacheServer/src/ObjectCacheServer.csproj13
1 files changed, 8 insertions, 5 deletions
diff --git a/plugins/ObjectCacheServer/src/ObjectCacheServer.csproj b/plugins/ObjectCacheServer/src/ObjectCacheServer.csproj
index 009e905..b434b5d 100644
--- a/plugins/ObjectCacheServer/src/ObjectCacheServer.csproj
+++ b/plugins/ObjectCacheServer/src/ObjectCacheServer.csproj
@@ -1,16 +1,19 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
- <TargetFramework>net8.0</TargetFramework>
- <RootNamespace>VNLib.Data.Caching.ObjectCache.Server</RootNamespace>
- <AssemblyName>ObjectCacheServer</AssemblyName>
+ <TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
- <AnalysisLevel>latest-all</AnalysisLevel>
+ <RootNamespace>VNLib.Data.Caching.ObjectCache.Server</RootNamespace>
+ <AssemblyName>ObjectCacheServer</AssemblyName>
<ProduceReferenceAssembly>True</ProduceReferenceAssembly>
<GenerateDocumentationFile>False</GenerateDocumentationFile>
<!-- Resolve nuget dll files and store them in the output dir -->
<EnableDynamicLoading>true</EnableDynamicLoading>
</PropertyGroup>
-
+
+ <PropertyGroup>
+ <AnalysisLevel Condition="'$(BuildingInsideVisualStudio)' == true">latest-all</AnalysisLevel>
+ </PropertyGroup>
+
<PropertyGroup>
<Authors>Vaughn Nugent</Authors>
<Company>Vaughn Nugent</Company>