From 3b67decf4107e6c37e75d94308e2e82c47ee64ee Mon Sep 17 00:00:00 2001 From: Krzysztof Pajak Date: Fri, 13 Dec 2024 17:10:05 +0100 Subject: [PATCH] Update package versions and adjust MongoDB OData path (#543) Updated the `Directory.Packages.props` file to change the versions of several package dependencies: - `MailKit` from `4.8.0` to `4.9.0` - `AWSSDK.Core` from `3.7.400.59` to `3.7.400.63` - `AWSSDK.S3` from `3.7.410.1` to `3.7.410.5` - `MongoDB.AspNetCore.OData` from `1.0.1` to `1.1.0` - `Swashbuckle.AspNetCore` from `7.1.0` to `7.2.0` - `Swashbuckle.AspNetCore.Annotations` from `7.1.0` to `7.2.0` Updated the `Grand.Module.Api.csproj` file to reflect the new path for `MongoDB.AspNetCore.OData.dll` version `1.1.0`. Fix: Could not load type: 'MongoDB.Driver.Linq.IMongoQueryable' from assembly: 'MongoDB.Driver, Version=3.0.0.0, Culture=neutral, PublicKeyToken=94992a53043e321'. #537 --- Directory.Packages.props | 12 ++++++------ src/Modules/Grand.Module.Api/Grand.Module.Api.csproj | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index 5e296bef6..4d3e994ac 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -9,9 +9,9 @@ - - - + + + @@ -39,9 +39,9 @@ - - - + + + diff --git a/src/Modules/Grand.Module.Api/Grand.Module.Api.csproj b/src/Modules/Grand.Module.Api/Grand.Module.Api.csproj index 76b4a09a1..768dca30b 100644 --- a/src/Modules/Grand.Module.Api/Grand.Module.Api.csproj +++ b/src/Modules/Grand.Module.Api/Grand.Module.Api.csproj @@ -49,7 +49,7 @@ - +