From 29ea4d97fd29adc44f07c7f90c0e06d5e946cff8 Mon Sep 17 00:00:00 2001 From: vnugent Date: Thu, 13 Apr 2023 11:40:21 -0400 Subject: Extension updates with database creation --- plugins/CacheBroker/src/CacheBroker.csproj | 2 +- plugins/CacheBroker/src/Endpoints/BrokerRegistrationEndpoint.cs | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) (limited to 'plugins/CacheBroker') 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 @@  + enable net6.0 VNLib.Plugins.Cache.Broker CacheBroker @@ -45,7 +46,6 @@ - diff --git a/plugins/CacheBroker/src/Endpoints/BrokerRegistrationEndpoint.cs b/plugins/CacheBroker/src/Endpoints/BrokerRegistrationEndpoint.cs index 24ca56c..db82887 100644 --- a/plugins/CacheBroker/src/Endpoints/BrokerRegistrationEndpoint.cs +++ b/plugins/CacheBroker/src/Endpoints/BrokerRegistrationEndpoint.cs @@ -53,8 +53,6 @@ using VNLib.Net.Rest.Client; using ContentType = VNLib.Net.Http.ContentType; -#nullable enable - namespace VNLib.Plugins.Cache.Broker.Endpoints { [ConfigurationName("broker_endpoint")] -- cgit