From 904560a7b5eafd7580fb0a03e778d1751e72a503 Mon Sep 17 00:00:00 2001 From: vnugent Date: Thu, 1 Aug 2024 21:13:04 -0400 Subject: build(app): swallow vnlib.webserver into core & build updates --- lib/Net.Messaging.FBM/src/VNLib.Net.Messaging.FBM.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Net.Messaging.FBM') diff --git a/lib/Net.Messaging.FBM/src/VNLib.Net.Messaging.FBM.csproj b/lib/Net.Messaging.FBM/src/VNLib.Net.Messaging.FBM.csproj index 897bca5..8fc2fb0 100644 --- a/lib/Net.Messaging.FBM/src/VNLib.Net.Messaging.FBM.csproj +++ b/lib/Net.Messaging.FBM/src/VNLib.Net.Messaging.FBM.csproj @@ -20,7 +20,7 @@ Fixed Buffer Messaging protocol class library. Implements a high-performance asynchronous request/response messaging architecture build on top of HTTP websockets. Provides client and server data structures. Copyright © 2024 Vaughn Nugent https://www.vaughnnugent.com/resources/software/modules/VNLib.Core - https://github.com/VnUgE/VNLib.Core/tree/main/lib/Net.Messaging.FBM + https://github.com/VnUgE/VNLib.Core/tree/master/lib/Net.Messaging.FBM README.md LICENSE True -- cgit