From 22f299de9fd2c01da851eb96ee08cac9be48e254 Mon Sep 17 00:00:00 2001 From: Harald Nagel Date: Thu, 10 Oct 2024 14:26:04 -0700 Subject: [PATCH] Update packages; Docker lock checksums - MailKit 4.7.1.1 -> 4.8.0 - Microsoft.AspNetCore.Cryptography.KeyDerivation 8.0.8 -> 8.0.10 - Microsoft.AspNetCore.DataProtection 8.0.8 -> 8.0.10 - Microsoft.AspNetCore.DataProtection.EntityFrameworkCore 8.0.8 -> 8.0.10 - Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation 8.0.8 -> 8.0.10 - Microsoft.EntityFrameworkCore 8.0.8 -> 8.0.10 - Microsoft.EntityFrameworkCore.Design 8.0.8 -> 8.0.10 - Microsoft.EntityFrameworkCore.Relational 8.0.8 -> 8.0.10 - Microsoft.EntityFrameworkCore.Sqlite 8.0.8 -> 8.0.10 - Microsoft.EntityFrameworkCore.SqlServer 8.0.8 -> 8.0.10 - Microsoft.Extensions.Caching.SqlServer 8.0.8 -> 8.0.10 - Microsoft.Extensions.Caching.StackExchangeRedis 8.0.8 -> 8.0.10 - Microsoft.Extensions.Localization.Abstractions 8.0.8 -> 8.0.10 - Microsoft.Extensions.Logging.Abstractions 8.0.1 -> 8.0.2 - MimeKit 4.7.1 -> 4.8.0 - Serilog 4.0.1 -> 4.0.2 - Serilog.Sinks.MSSqlServer 7.0.0 -> 7.0.1 - System.Configuration.ConfigurationManager 8.0.0 -> 8.0.1 - System.Text.Json 8.0.4 -> 8.0.5 - xunit 2.9.0 -> 2.9.2 --- docker-lock.json | 4 ++-- src/GRA.Data.SQLite/GRA.Data.SQLite.csproj | 4 ++-- src/GRA.Data.SqlServer/GRA.Data.SqlServer.csproj | 4 ++-- src/GRA.Data/GRA.Data.csproj | 6 +++--- src/GRA.Domain.Report/GRA.Domain.Report.csproj | 2 +- src/GRA.Security/GRA.Security.csproj | 2 +- src/GRA.Web/GRA.Web.csproj | 12 ++++++------ src/GRA/GRA.csproj | 6 +++--- 8 files changed, 20 insertions(+), 20 deletions(-) diff --git a/docker-lock.json b/docker-lock.json index d3fefe5c6..edf3d9edc 100644 --- a/docker-lock.json +++ b/docker-lock.json @@ -4,12 +4,12 @@ { "name": "mcr.microsoft.com/dotnet/sdk", "tag": "8.0", - "digest": "df188b6cb642450d83d3d857a992bbbef248212fd456dcb9ae582ddd1bb96dce" + "digest": "ff705b99a06144190e2638f8ede64a753915df5ea27fff55f58d0eb5f7054b0b" }, { "name": "mcr.microsoft.com/dotnet/aspnet", "tag": "8.0", - "digest": "30d8619d9a4f68508d9b17fc2088e857e629d3f9ceaaf57c22d6747f7326d89e" + "digest": "b3cdb99fb356091b6395f3444d355da8ae5d63572ba777bed95b65848d6e02be" } ] } diff --git a/src/GRA.Data.SQLite/GRA.Data.SQLite.csproj b/src/GRA.Data.SQLite/GRA.Data.SQLite.csproj index dc787f2a4..b110230f7 100644 --- a/src/GRA.Data.SQLite/GRA.Data.SQLite.csproj +++ b/src/GRA.Data.SQLite/GRA.Data.SQLite.csproj @@ -27,12 +27,12 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive true - + diff --git a/src/GRA.Data.SqlServer/GRA.Data.SqlServer.csproj b/src/GRA.Data.SqlServer/GRA.Data.SqlServer.csproj index 843cfd123..b28c84a19 100644 --- a/src/GRA.Data.SqlServer/GRA.Data.SqlServer.csproj +++ b/src/GRA.Data.SqlServer/GRA.Data.SqlServer.csproj @@ -28,12 +28,12 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive true - + diff --git a/src/GRA.Data/GRA.Data.csproj b/src/GRA.Data/GRA.Data.csproj index b468891b6..105122969 100644 --- a/src/GRA.Data/GRA.Data.csproj +++ b/src/GRA.Data/GRA.Data.csproj @@ -33,9 +33,9 @@ - - - + + + diff --git a/src/GRA.Domain.Report/GRA.Domain.Report.csproj b/src/GRA.Domain.Report/GRA.Domain.Report.csproj index f66fbd458..b922d749f 100644 --- a/src/GRA.Domain.Report/GRA.Domain.Report.csproj +++ b/src/GRA.Domain.Report/GRA.Domain.Report.csproj @@ -25,7 +25,7 @@ - + diff --git a/src/GRA.Security/GRA.Security.csproj b/src/GRA.Security/GRA.Security.csproj index 8b29561c9..ae1e3c665 100644 --- a/src/GRA.Security/GRA.Security.csproj +++ b/src/GRA.Security/GRA.Security.csproj @@ -21,7 +21,7 @@ - + diff --git a/src/GRA.Web/GRA.Web.csproj b/src/GRA.Web/GRA.Web.csproj index fa20045ef..2d7bf3f70 100644 --- a/src/GRA.Web/GRA.Web.csproj +++ b/src/GRA.Web/GRA.Web.csproj @@ -8,7 +8,7 @@ Maricopa County Library District Copyright 2017 Maricopa County Library District The Great Reading Adventure is an open-source tool for managing dynamic library reading programs. - 4.5.0.3 + 4.5.0.4 Exe GRA.Web https://github.com/mcld/greatreadingadventure/blob/master/LICENSE @@ -67,17 +67,17 @@ - - - - + + + + - + true diff --git a/src/GRA/GRA.csproj b/src/GRA/GRA.csproj index 05a3ff772..e01020466 100644 --- a/src/GRA/GRA.csproj +++ b/src/GRA/GRA.csproj @@ -24,11 +24,11 @@ - - + + - +