aboutsummaryrefslogtreecommitdiff
path: root/VNLib.Data.Caching.ObjectCache
diff options
context:
space:
mode:
authorLibravatar vman <public@vaughnnugent.com>2022-11-30 14:59:42 -0500
committerLibravatar vman <public@vaughnnugent.com>2022-11-30 14:59:42 -0500
commit8a306b5c1ccc9220f788ed055ba4859381412fbd (patch)
tree3d06b963c0327ff0bdea2ee601187e6a5a1911f3 /VNLib.Data.Caching.ObjectCache
parent08e20b819ee90768cc19a921f74ee2c648ec6ba4 (diff)
Project cleanup + analyzer updates
Diffstat (limited to 'VNLib.Data.Caching.ObjectCache')
-rw-r--r--VNLib.Data.Caching.ObjectCache/VNLib.Data.Caching.ObjectCache.csproj23
1 files changed, 4 insertions, 19 deletions
diff --git a/VNLib.Data.Caching.ObjectCache/VNLib.Data.Caching.ObjectCache.csproj b/VNLib.Data.Caching.ObjectCache/VNLib.Data.Caching.ObjectCache.csproj
index 389cabd..91e261c 100644
--- a/VNLib.Data.Caching.ObjectCache/VNLib.Data.Caching.ObjectCache.csproj
+++ b/VNLib.Data.Caching.ObjectCache/VNLib.Data.Caching.ObjectCache.csproj
@@ -2,30 +2,15 @@
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
- <Platforms>AnyCPU;x64</Platforms>
+
<Authors>Vaughn Nugent</Authors>
<Copyright>Copyright © 2022 Vaughn Nugent</Copyright>
<Nullable>enable</Nullable>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
- <PackageProjectUrl>www.vaughnnugent.com/resources</PackageProjectUrl>
+ <PackageProjectUrl>https://www.vaughnnugent.com/resources</PackageProjectUrl>
<AssemblyVersion>1.0.0.1</AssemblyVersion>
- </PropertyGroup>
-
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
- <DocumentationFile></DocumentationFile>
- <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
- </PropertyGroup>
-
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
- <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
- </PropertyGroup>
-
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
- <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
- </PropertyGroup>
-
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
- <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
+ <Version>1.0.1.1</Version>
+ <AnalysisLevel>latest-all</AnalysisLevel>
</PropertyGroup>
<ItemGroup>