From 9be229b6d7bdd41ced5ada2e2b2e7355020bd0b9 Mon Sep 17 00:00:00 2001 From: vnugent Date: Sat, 6 Jan 2024 13:09:26 -0500 Subject: initial migration to .net 8.0 --- .../src/VNLib.Data.Caching.Providers.VNCache.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/VNLib.Data.Caching.Providers.VNCache/src') diff --git a/plugins/VNLib.Data.Caching.Providers.VNCache/src/VNLib.Data.Caching.Providers.VNCache.csproj b/plugins/VNLib.Data.Caching.Providers.VNCache/src/VNLib.Data.Caching.Providers.VNCache.csproj index 93825a5..f755a60 100644 --- a/plugins/VNLib.Data.Caching.Providers.VNCache/src/VNLib.Data.Caching.Providers.VNCache.csproj +++ b/plugins/VNLib.Data.Caching.Providers.VNCache/src/VNLib.Data.Caching.Providers.VNCache.csproj @@ -1,7 +1,7 @@ - net6.0 + net8.0 VNLib.Data.Caching.Providers.VNCache VNLib.Data.Caching.Providers.VNCache enable @@ -18,7 +18,7 @@ VNLib.Data.Caching.Providers.VNCache VNLib.Data.Caching.Providers.VNCache A runtime asset VNCache client library that exposes an IGlobalCacheProvider that works with VNCache clusters, write through memory-cache, and memory only cache - Copyright © 2023 Vaughn Nugent + Copyright © 2024 Vaughn Nugent https://www.vaughnnugent.com/resources/software/modules/VNLib.Data.Caching https://github.com/VnUgE/VNLib.Data.Caching/tree/master/plugins/VNLib.Data.Caching.Providers.VNCache README.md -- cgit