aboutsummaryrefslogtreecommitdiff
path: root/VNLib.Data.Caching.Global/VNLib.Data.Caching.Global.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'VNLib.Data.Caching.Global/VNLib.Data.Caching.Global.csproj')
-rw-r--r--VNLib.Data.Caching.Global/VNLib.Data.Caching.Global.csproj25
1 files changed, 25 insertions, 0 deletions
diff --git a/VNLib.Data.Caching.Global/VNLib.Data.Caching.Global.csproj b/VNLib.Data.Caching.Global/VNLib.Data.Caching.Global.csproj
new file mode 100644
index 0000000..0ec3c36
--- /dev/null
+++ b/VNLib.Data.Caching.Global/VNLib.Data.Caching.Global.csproj
@@ -0,0 +1,25 @@
+<Project Sdk="Microsoft.NET.Sdk">
+
+ <PropertyGroup>
+ <TargetFramework>net6.0</TargetFramework>
+ <ImplicitUsings>enable</ImplicitUsings>
+ <Nullable>enable</Nullable>
+ <Authors>Vaughn Nugent</Authors>
+ <Copyright>Copyright © 2022 Vaughn Nugent</Copyright>
+ <Platforms>AnyCPU;ARM32;x64</Platforms>
+ <PlatformTarget>x64</PlatformTarget>
+ <GenerateDocumentationFile>True</GenerateDocumentationFile>
+ </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>
+
+</Project>