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.csproj14
1 files changed, 12 insertions, 2 deletions
diff --git a/VNLib.Data.Caching.Global/VNLib.Data.Caching.Global.csproj b/VNLib.Data.Caching.Global/VNLib.Data.Caching.Global.csproj
index 0ec3c36..a23b199 100644
--- a/VNLib.Data.Caching.Global/VNLib.Data.Caching.Global.csproj
+++ b/VNLib.Data.Caching.Global/VNLib.Data.Caching.Global.csproj
@@ -6,9 +6,19 @@
<Nullable>enable</Nullable>
<Authors>Vaughn Nugent</Authors>
<Copyright>Copyright © 2022 Vaughn Nugent</Copyright>
- <Platforms>AnyCPU;ARM32;x64</Platforms>
- <PlatformTarget>x64</PlatformTarget>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
+ <PlatformTarget>AnyCPU</PlatformTarget>
+ <PackageProjectUrl>https://www.vaughnnugent.com/resources</PackageProjectUrl>
+ <AnalysisLevel>latest-all</AnalysisLevel>
+ <Version>1.0.1.1</Version>
+ </PropertyGroup>
+
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
+ <Deterministic>False</Deterministic>
+ </PropertyGroup>
+
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
+ <Deterministic>False</Deterministic>
</PropertyGroup>
<ItemGroup>