We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7ba95e commit dab0894Copy full SHA for dab0894
src/Foundatio.RabbitMQ/Foundatio.RabbitMQ.csproj
@@ -1,6 +1,6 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
<ItemGroup>
3
- <PackageReference Include="RabbitMQ.Client" Version="7.1.2" />
+ <PackageReference Include="RabbitMQ.Client" Version="7.2.0" />
4
5
<PackageReference Include="Foundatio" Version="12.0.0" Condition="'$(ReferenceFoundatioSource)' == '' OR '$(ReferenceFoundatioSource)' == 'false'" />
6
<ProjectReference Include="..\..\..\Foundatio\src\Foundatio\Foundatio.csproj" Condition="'$(ReferenceFoundatioSource)' == 'true'" />
0 commit comments