From 15cf2069b6b1fa541a3a3e8cced52222fbfce2f9 Mon Sep 17 00:00:00 2001 From: Cody Date: Tue, 9 Jan 2024 14:09:56 -0800 Subject: [PATCH] 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 265cc578..857ab359 100644 --- a/Oqtane.Shared/Oqtane.Shared.csproj +++ b/Oqtane.Shared/Oqtane.Shared.csproj @@ -19,11 +19,11 @@ - - + + - +