Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information