mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-08-07 12:28:39 +00:00
Bump Redis.OM from 0.4.2 to 0.5.0 (#743)
Bumps [Redis.OM](https://github.com/redis/redis-om-dotnet) from 0.4.2 to 0.5.0. - [Release notes](https://github.com/redis/redis-om-dotnet/releases) - [Commits](https://github.com/redis/redis-om-dotnet/compare/v0.4.2...v0.5.0) --- updated-dependencies: - dependency-name: Redis.OM dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
ddee367586
commit
1d34d64fb2
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk.Web">
|
||||
<Project Sdk="Microsoft.NET.Sdk.Web">
|
||||
<PropertyGroup>
|
||||
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
|
||||
<TargetFramework>net7.0</TargetFramework>
|
||||
|
@ -21,7 +21,7 @@
|
|||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
||||
</PackageReference>
|
||||
<PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="7.0.0" />
|
||||
<PackageReference Include="Redis.OM" Version="0.4.2" />
|
||||
<PackageReference Include="Redis.OM" Version="0.5.0" />
|
||||
<PackageReference Include="SharpZipLib" Version="1.4.2" />
|
||||
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.5.0" />
|
||||
<PackageReference Include="YamlDotNet" Version="13.0.2" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue