aboutsummaryrefslogtreecommitdiff
path: root/VNLib.Data.Caching/src/VNLib.Data.Caching.csproj
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/src/VNLib.Data.Caching.csproj
parent08e20b819ee90768cc19a921f74ee2c648ec6ba4 (diff)
Project cleanup + analyzer updates
Diffstat (limited to 'VNLib.Data.Caching/src/VNLib.Data.Caching.csproj')
-rw-r--r--VNLib.Data.Caching/src/VNLib.Data.Caching.csproj10
1 files changed, 6 insertions, 4 deletions
diff --git a/VNLib.Data.Caching/src/VNLib.Data.Caching.csproj b/VNLib.Data.Caching/src/VNLib.Data.Caching.csproj
index cc09c1f..f4d9269 100644
--- a/VNLib.Data.Caching/src/VNLib.Data.Caching.csproj
+++ b/VNLib.Data.Caching/src/VNLib.Data.Caching.csproj
@@ -2,17 +2,18 @@
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
- <Platforms>AnyCPU;x64</Platforms>
<Authors>Vaughn Nugent</Authors>
<Copyright>Copyright © 2022 Vaughn Nugent</Copyright>
- <Version>1.0.0.1</Version>
+ <Version>1.0.1.1</Version>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
- <PlatformTarget>x64</PlatformTarget>
<Nullable>enable</Nullable>
</PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
+ <PropertyGroup>
<DocumentationFile></DocumentationFile>
+ <CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
+ <PackageProjectUrl>https://www.vaughnnugent.com/resources</PackageProjectUrl>
+ <AnalysisLevel>latest-all</AnalysisLevel>
</PropertyGroup>
<ItemGroup>
@@ -27,6 +28,7 @@
</ItemGroup>
<ItemGroup>
+ <ProjectReference Include="..\..\..\..\VNLib\Http\VNLib.Net.Http.csproj" />
<ProjectReference Include="..\..\..\..\VNLib\Utils\src\VNLib.Utils.csproj" />
<ProjectReference Include="..\..\..\..\VNLib\VNLib.Net.Messaging.FBM\src\VNLib.Net.Messaging.FBM.csproj" />
</ItemGroup>