Skip to content

Commit

Permalink
Resolved startup error
Browse files Browse the repository at this point in the history
  • Loading branch information
chopin-fan committed Jul 23, 2024
1 parent e1a3880 commit 4422c8e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/AElf.WebApp.MessageQueue/AElf.WebApp.MessageQueue.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Volo.Abp.EventBus.RabbitMQ" Version="5.2.2" />
<PackageReference Include="Volo.Abp.Caching.StackExchangeRedis" Version="5.2.2" />
<PackageReference Include="Microsoft.AspNetCore.DataProtection.StackExchangeRedis" Version="6.0.*" />
<PackageReference Include="Volo.Abp.EventBus.RabbitMQ" Version="8.0.5" />
<PackageReference Include="Volo.Abp.Caching.StackExchangeRedis" Version="8.0.5" />
<PackageReference Include="Microsoft.AspNetCore.DataProtection.StackExchangeRedis" Version="8.0.5" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 4422c8e

Please sign in to comment.