From a9b85caeb738cb70f8861c97dbabbeaa9e3a3359 Mon Sep 17 00:00:00 2001 From: Cody Date: Tue, 9 Jan 2024 13:44:47 -0800 Subject: [PATCH 1/7] Upgrade multiple NuGet packages Upgraded the following NuGet packages: - Microsoft.AspNetCore.Components.Authorization from v8.0.0 to v8.0.1 - Microsoft.AspNetCore.Components.WebAssembly from v8.0.0 to v8.0.1 - Microsoft.Extensions.Localization from v8.0.0 to v8.0.1 --- Oqtane.Maui/Oqtane.Maui.csproj | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Oqtane.Maui/Oqtane.Maui.csproj b/Oqtane.Maui/Oqtane.Maui.csproj index 0b8d3657a..021499e56 100644 --- a/Oqtane.Maui/Oqtane.Maui.csproj +++ b/Oqtane.Maui/Oqtane.Maui.csproj @@ -65,11 +65,11 @@ - - + + - + From 297ec64bde23e513ee05daef18cb02f53d36e0b0 Mon Sep 17 00:00:00 2001 From: Cody Date: Tue, 9 Jan 2024 13:53:39 -0800 Subject: [PATCH 2/7] Upgrade multiple NuGet packages --- Oqtane.Client/Oqtane.Client.csproj | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Oqtane.Client/Oqtane.Client.csproj b/Oqtane.Client/Oqtane.Client.csproj index 880f5e1bd..3b9926f73 100644 --- a/Oqtane.Client/Oqtane.Client.csproj +++ b/Oqtane.Client/Oqtane.Client.csproj @@ -21,10 +21,10 @@ - - - - + + + + From 5b0deb9fc2ab7b7e58ebfc57606a70440a96325d Mon Sep 17 00:00:00 2001 From: Cody Date: Tue, 9 Jan 2024 13:55:56 -0800 Subject: [PATCH 3/7] Upgrade multiple NuGet packages Upgraded the following NuGet packages: - EFCore.NamingConventions from v8.0.0-rc.2 to v8.0.2 - Microsoft.EntityFrameworkCore.Relational from v8.0.0 to v8.0.1 --- Oqtane.Database.PostgreSQL/Oqtane.Database.PostgreSQL.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Oqtane.Database.PostgreSQL/Oqtane.Database.PostgreSQL.csproj b/Oqtane.Database.PostgreSQL/Oqtane.Database.PostgreSQL.csproj index 185f3e5fc..54d3f5c36 100644 --- a/Oqtane.Database.PostgreSQL/Oqtane.Database.PostgreSQL.csproj +++ b/Oqtane.Database.PostgreSQL/Oqtane.Database.PostgreSQL.csproj @@ -33,8 +33,8 @@ - - + + From 191c07b6a1c77ea2dc45eaa9a836403bc30fdb72 Mon Sep 17 00:00:00 2001 From: Cody Date: Tue, 9 Jan 2024 13:58:28 -0800 Subject: [PATCH 4/7] Upgrade multiple NuGet packages Upgraded the following NuGet packages: - Microsoft.EntityFrameworkCore.SqlServer from v8.0.0 to v8.0.1 --- Oqtane.Database.SqlServer/Oqtane.Database.SqlServer.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Oqtane.Database.SqlServer/Oqtane.Database.SqlServer.csproj b/Oqtane.Database.SqlServer/Oqtane.Database.SqlServer.csproj index 5b8d94b32..031f8e8f0 100644 --- a/Oqtane.Database.SqlServer/Oqtane.Database.SqlServer.csproj +++ b/Oqtane.Database.SqlServer/Oqtane.Database.SqlServer.csproj @@ -33,7 +33,7 @@ - + From b454932ff5caedfe9169d1e1321e808e74aee264 Mon Sep 17 00:00:00 2001 From: Cody Date: Tue, 9 Jan 2024 14:03:24 -0800 Subject: [PATCH 5/7] Upgrade multiple NuGet packages Upgraded the following NuGet packages: - Microsoft.EntityFrameworkCore.Sqlite from v8.0.0 to v8.0.1 --- Oqtane.Database.Sqlite/Oqtane.Database.Sqlite.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Oqtane.Database.Sqlite/Oqtane.Database.Sqlite.csproj b/Oqtane.Database.Sqlite/Oqtane.Database.Sqlite.csproj index 6af2de3f8..1b9a02575 100644 --- a/Oqtane.Database.Sqlite/Oqtane.Database.Sqlite.csproj +++ b/Oqtane.Database.Sqlite/Oqtane.Database.Sqlite.csproj @@ -33,7 +33,7 @@ - + From 564b0ee0c4cee5cf67234ce9d0c5a9b6476b07a7 Mon Sep 17 00:00:00 2001 From: Cody Date: Tue, 9 Jan 2024 14:08:09 -0800 Subject: [PATCH 6/7] Upgrade NuGet Packages to Latest Versions This commit updates the versions of several NuGet packages used in the project. The following packages have been upgraded: - Microsoft.AspNetCore.Components.WebAssembly.Server from 8.0.0 to 8.0.1 - Microsoft.AspNetCore.Identity.EntityFrameworkCore from 8.0.0 to 8.0.1 - Microsoft.Data.SqlClient from 5.2.0-preview3.23201.1 to 5.2.0-preview4.23342.2 - Microsoft.EntityFrameworkCore from 8.0.0 to 8.0.1 - Microsoft.EntityFrameworkCore.Design from 8.0.0 to 8.0.1 - Microsoft.Extensions.Localization from 8.0.0 to 8.0.1 - Microsoft.AspNetCore.Authentication.OpenIdConnect from 8.0.0 to 8.0.1 - Microsoft.Data.Sqlite.Core from 8.0.0 to 8.0.1 The versions of SixLabors.ImageSharp, Swashbuckle.AspNetCore, SQLitePCLRaw.bundle_e_sqlite3, and Oqtane.Licensing remain unchanged. --- Oqtane.Server/Oqtane.Server.csproj | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Oqtane.Server/Oqtane.Server.csproj b/Oqtane.Server/Oqtane.Server.csproj index 3b7d540ac..c91148db6 100644 --- a/Oqtane.Server/Oqtane.Server.csproj +++ b/Oqtane.Server/Oqtane.Server.csproj @@ -33,19 +33,19 @@ - - - - - + + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive - + - - + + From 15cf2069b6b1fa541a3a3e8cced52222fbfce2f9 Mon Sep 17 00:00:00 2001 From: Cody Date: Tue, 9 Jan 2024 14:09:56 -0800 Subject: [PATCH 7/7] Update NuGet Packages to New Versions This commit updates the versions of several NuGet packages used in the project. The following packages have been upgraded: - Microsoft.EntityFrameworkCore from 8.0.0 to 8.0.1 - Microsoft.EntityFrameworkCore.Relational from 8.0.0 to 8.0.1 - System.Text.Json from 8.0.0 to 8.0.1 The versions of Microsoft.Extensions.DependencyInjection.Abstractions and System.ComponentModel.Annotations remain unchanged. --- Oqtane.Shared/Oqtane.Shared.csproj | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Oqtane.Shared/Oqtane.Shared.csproj b/Oqtane.Shared/Oqtane.Shared.csproj index 265cc5789..857ab359c 100644 --- a/Oqtane.Shared/Oqtane.Shared.csproj +++ b/Oqtane.Shared/Oqtane.Shared.csproj @@ -19,11 +19,11 @@ - - + + - +