From dd995289ea7f00efbb8f570625eedeed27ed5dc9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 08:38:14 +0000 Subject: [PATCH] Bump the nuget group across 1 directory with 6 updates Bumps the nuget group with 6 updates in the /Providers/Resgrid.Providers.Email directory: | Package | From | To | | --- | --- | --- | | [MimeKit](https://github.com/jstedfast/MimeKit) | `2.9.1` | `4.7.1` | | [System.Runtime.CompilerServices.Unsafe](https://github.com/dotnet/runtime) | `4.3.0` | `6.0.0` | | [System.Buffers](https://github.com/dotnet/corefx) | `4.3.0` | `4.5.1` | | [Microsoft.NETCore.Platforms](https://github.com/dotnet/runtime) | `1.1.0` | `5.0.0` | | System.Security.Cryptography.Algorithms | `4.3.0` | `4.3.1` | | [System.ValueTuple](https://github.com/dotnet/corefx) | `4.4.0` | `4.5.0` | Updates `MimeKit` from 2.9.1 to 4.7.1 - [Changelog](https://github.com/jstedfast/MimeKit/blob/master/ReleaseNotes.md) - [Commits](https://github.com/jstedfast/MimeKit/compare/2.9.1...4.7.1) Updates `System.Runtime.CompilerServices.Unsafe` from 4.3.0 to 6.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/commits/v6.0.0) Updates `System.Buffers` from 4.3.0 to 4.5.1 - [Release notes](https://github.com/dotnet/corefx/releases) - [Commits](https://github.com/dotnet/corefx/commits) Updates `Microsoft.NETCore.Platforms` from 1.1.0 to 5.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/commits/v5.0.0) Updates `System.Security.Cryptography.Algorithms` from 4.3.0 to 4.3.1 Updates `System.ValueTuple` from 4.4.0 to 4.5.0 - [Release notes](https://github.com/dotnet/corefx/releases) - [Commits](https://github.com/dotnet/corefx/commits) --- updated-dependencies: - dependency-name: MimeKit dependency-type: direct:production dependency-group: nuget - dependency-name: System.Runtime.CompilerServices.Unsafe dependency-type: direct:production dependency-group: nuget - dependency-name: System.Buffers dependency-type: direct:production dependency-group: nuget - dependency-name: Microsoft.NETCore.Platforms dependency-type: direct:production dependency-group: nuget - dependency-name: System.Security.Cryptography.Algorithms dependency-type: direct:production dependency-group: nuget - dependency-name: System.ValueTuple dependency-type: direct:production dependency-group: nuget ... Signed-off-by: dependabot[bot] --- Core/Resgrid.Model/Resgrid.Model.csproj | 51 +++++++++++++++++++++---- 1 file changed, 43 insertions(+), 8 deletions(-) diff --git a/Core/Resgrid.Model/Resgrid.Model.csproj b/Core/Resgrid.Model/Resgrid.Model.csproj index 9ebde956..e1319ddf 100644 --- a/Core/Resgrid.Model/Resgrid.Model.csproj +++ b/Core/Resgrid.Model/Resgrid.Model.csproj @@ -1,10 +1,8 @@  - netstandard2.1 Debug;Release;Docker - @@ -30,15 +28,12 @@ - - - @@ -50,10 +45,50 @@ - - - + + + ..\packages\BouncyCastle.Cryptography.2.4.0\lib\netstandard2.0\BouncyCastle.Cryptography.dll + True + + + ..\packages\MimeKit.4.7.1\lib\netstandard2.1\MimeKit.dll + True + + + ..\packages\System.Buffers.4.5.1\lib\netstandard2.0\System.Buffers.dll + True + + + ..\packages\System.Formats.Asn1.8.0.1\lib\netstandard2.0\System.Formats.Asn1.dll + True + + + ..\packages\System.Memory.4.5.5\lib\netstandard2.0\System.Memory.dll + True + + + ..\packages\System.Numerics.Vectors.4.5.0\lib\netstandard2.0\System.Numerics.Vectors.dll + True + + + ..\packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll + True + + + ..\packages\System.Security.Cryptography.Cng.5.0.0\lib\netstandard2.1\System.Security.Cryptography.Cng.dll + True + + + ..\packages\System.Security.Cryptography.Pkcs.8.0.0\lib\netstandard2.1\System.Security.Cryptography.Pkcs.dll + True + + + ..\packages\System.Text.Encoding.CodePages.8.0.0\lib\netstandard2.0\System.Text.Encoding.CodePages.dll + True + + + \ No newline at end of file