From 1dbf46179df2d3fe2564d6de68717768fe965ae1 Mon Sep 17 00:00:00 2001 From: Dev Date: Thu, 14 Nov 2024 10:02:21 +0000 Subject: [PATCH] Updated to use .net 9 --- Common.Models/Common.Models.csproj | 2 +- Common/Common.csproj | 2 +- Generator/Generator.csproj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Common.Models/Common.Models.csproj b/Common.Models/Common.Models.csproj index 37af4b2..21e1eb8 100644 --- a/Common.Models/Common.Models.csproj +++ b/Common.Models/Common.Models.csproj @@ -1,7 +1,7 @@ - net8.0 + net9.0 diff --git a/Common/Common.csproj b/Common/Common.csproj index 79e45d6..d7b4cec 100644 --- a/Common/Common.csproj +++ b/Common/Common.csproj @@ -1,7 +1,7 @@ - net8.0 + net9.0 diff --git a/Generator/Generator.csproj b/Generator/Generator.csproj index c4b3189..03c335c 100644 --- a/Generator/Generator.csproj +++ b/Generator/Generator.csproj @@ -2,7 +2,7 @@ Exe - net8.0 + net9.0 enable true true