From 3db24ca011b3604c3c6babd4710153eb99370439 Mon Sep 17 00:00:00 2001 From: Hendrik Bulens Date: Wed, 13 Nov 2024 10:01:52 +0100 Subject: [PATCH] Target .NET 9 --- src/MammothCache.InMemory/MammothCache.InMemory.csproj | 4 ++-- src/MammothCache.Redis/MammothCache.Redis.csproj | 2 +- src/MammothCache/MammothCache.csproj | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/MammothCache.InMemory/MammothCache.InMemory.csproj b/src/MammothCache.InMemory/MammothCache.InMemory.csproj index e3c597a..d2454de 100644 --- a/src/MammothCache.InMemory/MammothCache.InMemory.csproj +++ b/src/MammothCache.InMemory/MammothCache.InMemory.csproj @@ -13,7 +13,7 @@ logo.png - net8.0 + net8.0;net9.0 Dime Software Dime Software Mammoth Cache @@ -29,7 +29,7 @@ - + diff --git a/src/MammothCache.Redis/MammothCache.Redis.csproj b/src/MammothCache.Redis/MammothCache.Redis.csproj index 22baa12..7db7929 100644 --- a/src/MammothCache.Redis/MammothCache.Redis.csproj +++ b/src/MammothCache.Redis/MammothCache.Redis.csproj @@ -14,7 +14,7 @@ 1.0.2 - net8.0 + net8.0;net9.0 Dime Software Dime Software Mammoth Cache diff --git a/src/MammothCache/MammothCache.csproj b/src/MammothCache/MammothCache.csproj index a2e5131..28a851b 100644 --- a/src/MammothCache/MammothCache.csproj +++ b/src/MammothCache/MammothCache.csproj @@ -14,7 +14,7 @@ Dime Software - net8.0 + net8.0;net9.0 MammothCache MammothCache https://cdn.dime-software.com/dime-software/logo-shape.png