aboutsummaryrefslogtreecommitdiff
path: root/lib/VNLib.Data.Caching/src
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2023-01-22 15:02:08 -0500
committerLibravatar vnugent <public@vaughnnugent.com>2023-01-22 15:02:08 -0500
commit0ea612dde50e82d722b0654e0e569fd4e7469978 (patch)
treecf86cb6e9eb2921e337e2625ebd804d5a3a6c848 /lib/VNLib.Data.Caching/src
parent5c2dc879179e4d8ece012a5078152a601a4914ba (diff)
Project file cleanup, explicit usings
Diffstat (limited to 'lib/VNLib.Data.Caching/src')
-rw-r--r--lib/VNLib.Data.Caching/src/VNLib.Data.Caching.csproj11
1 files changed, 3 insertions, 8 deletions
diff --git a/lib/VNLib.Data.Caching/src/VNLib.Data.Caching.csproj b/lib/VNLib.Data.Caching/src/VNLib.Data.Caching.csproj
index eeaaa11..bf99561 100644
--- a/lib/VNLib.Data.Caching/src/VNLib.Data.Caching.csproj
+++ b/lib/VNLib.Data.Caching/src/VNLib.Data.Caching.csproj
@@ -8,19 +8,14 @@
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<Nullable>enable</Nullable>
<DocumentationFile></DocumentationFile>
+ <AnalysisLevel>latest-all</AnalysisLevel>
+ <PackageReadmeFile>README.md</PackageReadmeFile>
+ <Description>Provides constants and extensions for a key-value data caching protocol layer atop the Fixed Buffer Messaging protocol to work VNCache servers. Provides rapid cache development</Description>
<PackageProjectUrl>https://www.vaughnnugent.com/resources/software</PackageProjectUrl>
<SignAssembly>True</SignAssembly>
<AssemblyOriginatorKeyFile>\\vaughnnugent.com\Internal\Folder Redirection\vman\Documents\Programming\Software\StrongNameingKey.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
- <PropertyGroup>
- <CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
- <AnalysisLevel>latest-all</AnalysisLevel>
- <Title>$(AssemblyName)</Title>
- <Description>Provides constants and extensions for a key-value data caching protocol layer atop the Fixed Buffer Messaging protocol to work VNCache servers. Provides rapid cache development</Description>
- <PackageReadmeFile>README.md</PackageReadmeFile>
- </PropertyGroup>
-
<ItemGroup>
<None Include="..\README.md">
<Pack>True</Pack>