From 034be55f4da0519ef2442be613ee305de6713728 Mon Sep 17 00:00:00 2001 From: Mohammed Ahmed Hussien Date: Fri, 17 Jan 2025 06:39:11 +0300 Subject: [PATCH] Update Project to .net9.0 --- .../ClientApp_OpenId/ClientApp_OpenId.csproj | 9 +++++---- .../Deviceflow_ConsoleApp.csproj | 12 ++++++------ ...403195417_deviceflowclienttable.Designer.cs | 2 +- .../20240403195417_deviceflowclienttable.cs | 2 +- .../ProtectedResourceApp_JwtBearer.csproj | 4 ++-- .../src/OAuth20.Server/OAuth20.Server.csproj | 18 +++++++++--------- 6 files changed, 24 insertions(+), 23 deletions(-) diff --git a/Sample/ClientApp_OpenId/ClientApp_OpenId.csproj b/Sample/ClientApp_OpenId/ClientApp_OpenId.csproj index 8b002e1..dade47e 100644 --- a/Sample/ClientApp_OpenId/ClientApp_OpenId.csproj +++ b/Sample/ClientApp_OpenId/ClientApp_OpenId.csproj @@ -1,15 +1,16 @@ - net6.0 + net9.0 enable enable - - - + + + + diff --git a/Sample/Deviceflow_ConsoleApp/Deviceflow_ConsoleApp.csproj b/Sample/Deviceflow_ConsoleApp/Deviceflow_ConsoleApp.csproj index 7b9549c..8ad9f33 100644 --- a/Sample/Deviceflow_ConsoleApp/Deviceflow_ConsoleApp.csproj +++ b/Sample/Deviceflow_ConsoleApp/Deviceflow_ConsoleApp.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net9.0 enable @@ -19,14 +19,14 @@ - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive - - - + + + diff --git a/Sample/Deviceflow_ConsoleApp/Migrations/20240403195417_deviceflowclienttable.Designer.cs b/Sample/Deviceflow_ConsoleApp/Migrations/20240403195417_deviceflowclienttable.Designer.cs index d6e022a..7eb42b9 100644 --- a/Sample/Deviceflow_ConsoleApp/Migrations/20240403195417_deviceflowclienttable.Designer.cs +++ b/Sample/Deviceflow_ConsoleApp/Migrations/20240403195417_deviceflowclienttable.Designer.cs @@ -12,7 +12,7 @@ namespace Deviceflow_ConsoleApp.Migrations { [DbContext(typeof(DataContext))] [Migration("20240403195417_deviceflowclienttable")] - partial class deviceflowclienttable + partial class Deviceflowclienttable { protected override void BuildTargetModel(ModelBuilder modelBuilder) { diff --git a/Sample/Deviceflow_ConsoleApp/Migrations/20240403195417_deviceflowclienttable.cs b/Sample/Deviceflow_ConsoleApp/Migrations/20240403195417_deviceflowclienttable.cs index 1dd078b..20a2bfb 100644 --- a/Sample/Deviceflow_ConsoleApp/Migrations/20240403195417_deviceflowclienttable.cs +++ b/Sample/Deviceflow_ConsoleApp/Migrations/20240403195417_deviceflowclienttable.cs @@ -4,7 +4,7 @@ namespace Deviceflow_ConsoleApp.Migrations { - public partial class deviceflowclienttable : Migration + public partial class Deviceflowclienttable : Migration { protected override void Up(MigrationBuilder migrationBuilder) { diff --git a/Sample/ProtectedResourceApp_JwtBearer/ProtectedResourceApp_JwtBearer.csproj b/Sample/ProtectedResourceApp_JwtBearer/ProtectedResourceApp_JwtBearer.csproj index 72c603f..229f3b5 100644 --- a/Sample/ProtectedResourceApp_JwtBearer/ProtectedResourceApp_JwtBearer.csproj +++ b/Sample/ProtectedResourceApp_JwtBearer/ProtectedResourceApp_JwtBearer.csproj @@ -1,13 +1,13 @@ - net6.0 + net9.0 enable enable - + diff --git a/Server/src/OAuth20.Server/OAuth20.Server.csproj b/Server/src/OAuth20.Server/OAuth20.Server.csproj index daf3d6f..ffac56d 100644 --- a/Server/src/OAuth20.Server/OAuth20.Server.csproj +++ b/Server/src/OAuth20.Server/OAuth20.Server.csproj @@ -1,25 +1,25 @@ - + - net6.0 + net9.0 disable disable - - - + + + all runtime; build; native; contentfiles; analyzers; buildtransitive - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive - - + +