From 27d9d17a1a365b04c68df716e837d4acfc738382 Mon Sep 17 00:00:00 2001 From: Michael Tanczos Date: Sat, 30 Nov 2024 12:49:03 -0500 Subject: [PATCH] feat: update .NET target versions and dependencies This commit updates the project to target .NET 8 and .NET 9, dropping the dependency on .NET 7. It also updates various package references to their latest versions. The version of SpiceDb has been bumped to 1.6.0 reflecting these changes. BREAKING CHANGE: Dropped .NET 7 support and introduced new targets for .NET 8 and .NET 9 --- README.md | 3 +++ SpiceDb.Example/SpiceDb.Example.csproj | 2 +- SpiceDb.Tests/SpiceDb.Tests.csproj | 4 ++-- SpiceDb/SpiceDb.csproj | 8 ++++---- 4 files changed, 10 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 9ce3d9d..c870797 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,9 @@ SpiceDb.net was created by Michael Tanczos and has contributions from Pavel Akim ## What's New? +1.6.0 +- Dropped .NET 7 dependency and introduced new targets for .NET 8 and .NET 9 + 1.5.3 - BREAKING CHANGE: The constructors for `SpiceDbClient` now accept a nullable `schemaPrefix` instead of a required string. If not provided, it defaults to null. - @williamgraver added empty schema prefix handling for dedicated version of SpiceDb diff --git a/SpiceDb.Example/SpiceDb.Example.csproj b/SpiceDb.Example/SpiceDb.Example.csproj index bce3750..cf2676f 100644 --- a/SpiceDb.Example/SpiceDb.Example.csproj +++ b/SpiceDb.Example/SpiceDb.Example.csproj @@ -2,7 +2,7 @@ Exe - net7.0 + net8.0 enable enable 3c39b9f0-8b22-4508-ae36-bdaccdb871ea diff --git a/SpiceDb.Tests/SpiceDb.Tests.csproj b/SpiceDb.Tests/SpiceDb.Tests.csproj index b31ad95..9b36685 100644 --- a/SpiceDb.Tests/SpiceDb.Tests.csproj +++ b/SpiceDb.Tests/SpiceDb.Tests.csproj @@ -1,7 +1,7 @@  - net7.0 + net8 enable enable @@ -20,7 +20,7 @@ - + diff --git a/SpiceDb/SpiceDb.csproj b/SpiceDb/SpiceDb.csproj index 3c2d60f..8c40cc2 100644 --- a/SpiceDb/SpiceDb.csproj +++ b/SpiceDb/SpiceDb.csproj @@ -1,7 +1,7 @@  - net7.0 + net8; net9 enable enable @@ -15,7 +15,7 @@ logo.png LICENSE.txt README.md - 1.5.3 + 1.6.0 @@ -32,8 +32,8 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - - + +