aboutsummaryrefslogtreecommitdiff
path: root/plugins/CacheBroker/src/CacheBroker.csproj
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2023-04-13 11:40:21 -0400
committerLibravatar vnugent <public@vaughnnugent.com>2023-04-13 11:40:21 -0400
commit29ea4d97fd29adc44f07c7f90c0e06d5e946cff8 (patch)
tree4e7f8cfda1183baba46d2db7c5fb1b7d825bc602 /plugins/CacheBroker/src/CacheBroker.csproj
parenta866d831efc95900de2326f09531a54a65f18ea2 (diff)
Extension updates with database creation
Diffstat (limited to 'plugins/CacheBroker/src/CacheBroker.csproj')
-rw-r--r--plugins/CacheBroker/src/CacheBroker.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CacheBroker/src/CacheBroker.csproj b/plugins/CacheBroker/src/CacheBroker.csproj
index 5086a4e..b530d22 100644
--- a/plugins/CacheBroker/src/CacheBroker.csproj
+++ b/plugins/CacheBroker/src/CacheBroker.csproj
@@ -1,6 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
+ <Nullable>enable</Nullable>
<TargetFramework>net6.0</TargetFramework>
<RootNamespace>VNLib.Plugins.Cache.Broker</RootNamespace>
<AssemblyName>CacheBroker</AssemblyName>
@@ -45,7 +46,6 @@
<ItemGroup>
<ProjectReference Include="..\..\..\..\..\core\lib\Net.Rest.Client\src\VNLib.Net.Rest.Client.csproj" />
- <ProjectReference Include="..\..\..\..\..\core\lib\Plugins\src\VNLib.Plugins.csproj" />
<ProjectReference Include="..\..\..\..\..\core\lib\Utils\src\VNLib.Utils.csproj" />
<ProjectReference Include="..\..\..\..\Extensions\lib\VNLib.Plugins.Extensions.Loading\src\VNLib.Plugins.Extensions.Loading.csproj" />
</ItemGroup>