aboutsummaryrefslogtreecommitdiff
path: root/Libs/VNLib.Plugins.Essentials.Sessions/MemorySessionStore.cs
diff options
context:
space:
mode:
authorLibravatar vman <public@vaughnnugent.com>2022-11-18 17:45:18 -0500
committerLibravatar vman <public@vaughnnugent.com>2022-11-18 17:45:18 -0500
commit75a7d674d24cdd50c5267fae8a484ae7361bc377 (patch)
tree8b4aaa8ea07750aa64398676a23fa5e83f5109b9 /Libs/VNLib.Plugins.Essentials.Sessions/MemorySessionStore.cs
parentfdb055f4687c59c5bd0859388dace05766f7ce06 (diff)
Namepace + msc updates
Diffstat (limited to 'Libs/VNLib.Plugins.Essentials.Sessions/MemorySessionStore.cs')
-rw-r--r--Libs/VNLib.Plugins.Essentials.Sessions/MemorySessionStore.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Libs/VNLib.Plugins.Essentials.Sessions/MemorySessionStore.cs b/Libs/VNLib.Plugins.Essentials.Sessions/MemorySessionStore.cs
index 388f998..3e728b9 100644
--- a/Libs/VNLib.Plugins.Essentials.Sessions/MemorySessionStore.cs
+++ b/Libs/VNLib.Plugins.Essentials.Sessions/MemorySessionStore.cs
@@ -4,11 +4,11 @@ using System.Threading.Tasks;
using System.Collections.Generic;
using VNLib.Net.Http;
-using VNLib.Net.Sessions;
using VNLib.Utils;
using VNLib.Utils.Async;
using VNLib.Utils.Extensions;
using VNLib.Plugins.Essentials.Extensions;
+using VNLib.Net.Http.Core;
#nullable enable