From 5031b137c1772127af37ad707c324593df9708e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vincent=20Lain=C3=A9?= <2082554+phenixdotnet@users.noreply.github.com> Date: Thu, 14 Nov 2024 19:00:07 +0100 Subject: [PATCH] Upgrade to .NET 9 and entity framework 9 (#297) --- Directory.Packages.props | 2 +- .../EFCore.NamingConventions.Test.csproj | 4 ++-- EFCore.NamingConventions/EFCore.NamingConventions.csproj | 2 +- global.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index 3796e7e..70e56e5 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -1,6 +1,6 @@ - [8.0.0,9.0.0) + [9.0.0,10.0.0) 9.0.0 diff --git a/EFCore.NamingConventions.Test/EFCore.NamingConventions.Test.csproj b/EFCore.NamingConventions.Test/EFCore.NamingConventions.Test.csproj index a1c9dd3..b1a86fd 100644 --- a/EFCore.NamingConventions.Test/EFCore.NamingConventions.Test.csproj +++ b/EFCore.NamingConventions.Test/EFCore.NamingConventions.Test.csproj @@ -1,7 +1,7 @@ - + - net8.0 + net9.0 diff --git a/EFCore.NamingConventions/EFCore.NamingConventions.csproj b/EFCore.NamingConventions/EFCore.NamingConventions.csproj index 32e6c4d..781597f 100644 --- a/EFCore.NamingConventions/EFCore.NamingConventions.csproj +++ b/EFCore.NamingConventions/EFCore.NamingConventions.csproj @@ -2,7 +2,7 @@ net8.0 - 8.0.2 + 9.0.0 true true ../EFCore.NamingConventions.snk diff --git a/global.json b/global.json index a6d57a5..57aaedd 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "8.0.100", + "version": "9.0.100", "rollForward": "latestMajor", "allowPrerelease": true }