From b75668b164d398b99ee942beced06aa27ef65a50 Mon Sep 17 00:00:00 2001 From: vnugent Date: Thu, 12 Jan 2023 17:47:40 -0500 Subject: Large project reorder and consolidation --- .../src/VNLib.Data.Caching.Extensions.csproj | 41 ++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 lib/VNLib.Data.Caching.Extensions/src/VNLib.Data.Caching.Extensions.csproj (limited to 'lib/VNLib.Data.Caching.Extensions/src/VNLib.Data.Caching.Extensions.csproj') diff --git a/lib/VNLib.Data.Caching.Extensions/src/VNLib.Data.Caching.Extensions.csproj b/lib/VNLib.Data.Caching.Extensions/src/VNLib.Data.Caching.Extensions.csproj new file mode 100644 index 0000000..10dcd71 --- /dev/null +++ b/lib/VNLib.Data.Caching.Extensions/src/VNLib.Data.Caching.Extensions.csproj @@ -0,0 +1,41 @@ + + + + net6.0 + enable + enable + True + 1.0.1.1 + Vaughn Nugent + Copyright © 2023 Vaughn Nugent + https://www.vaughnnugent.com/resources + True + \\vaughnnugent.com\Internal\Folder Redirection\vman\Documents\Programming\Software\StrongNameingKey.snk + + + + true + latest-all + A libray for working with VNCache object cache clusters. + + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + + + + + + + + + + -- cgit