aboutsummaryrefslogtreecommitdiff
path: root/VNLib.Data.Caching/src/VNLib.Data.Caching.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'VNLib.Data.Caching/src/VNLib.Data.Caching.csproj')
-rw-r--r--VNLib.Data.Caching/src/VNLib.Data.Caching.csproj36
1 files changed, 0 insertions, 36 deletions
diff --git a/VNLib.Data.Caching/src/VNLib.Data.Caching.csproj b/VNLib.Data.Caching/src/VNLib.Data.Caching.csproj
deleted file mode 100644
index f4d9269..0000000
--- a/VNLib.Data.Caching/src/VNLib.Data.Caching.csproj
+++ /dev/null
@@ -1,36 +0,0 @@
-<Project Sdk="Microsoft.NET.Sdk">
-
- <PropertyGroup>
- <TargetFramework>net6.0</TargetFramework>
- <Authors>Vaughn Nugent</Authors>
- <Copyright>Copyright © 2022 Vaughn Nugent</Copyright>
- <Version>1.0.1.1</Version>
- <GenerateDocumentationFile>True</GenerateDocumentationFile>
- <Nullable>enable</Nullable>
- </PropertyGroup>
-
- <PropertyGroup>
- <DocumentationFile></DocumentationFile>
- <CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
- <PackageProjectUrl>https://www.vaughnnugent.com/resources</PackageProjectUrl>
- <AnalysisLevel>latest-all</AnalysisLevel>
- </PropertyGroup>
-
- <ItemGroup>
- <PackageReference Include="ErrorProne.NET.CoreAnalyzers" Version="0.1.2">
- <PrivateAssets>all</PrivateAssets>
- <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
- </PackageReference>
- <PackageReference Include="ErrorProne.NET.Structs" Version="0.1.2">
- <PrivateAssets>all</PrivateAssets>
- <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
- </PackageReference>
- </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>
-
-</Project>