Fixed RabbitMQ.Client reference to 6.5
Removed obsolete dependency on System.Configuration.ConfigurationManager
This commit is contained in:
parent
0919bfee50
commit
0c2bbf396c
@ -820,7 +820,7 @@ namespace Tapeti.Connection
|
||||
}
|
||||
finally
|
||||
{
|
||||
capturedConnection?.Dispose();
|
||||
capturedConnection.Dispose();
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -25,8 +25,7 @@
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Newtonsoft.Json" Version="13.*" />
|
||||
<PackageReference Include="RabbitMQ.Client" Version="6.5" />
|
||||
<PackageReference Include="System.Configuration.ConfigurationManager" Version="7.0.0" />
|
||||
<PackageReference Include="RabbitMQ.Client" Version="[6.5]" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup Condition="'$(TargetFramework)'=='netstandard2.0'">
|
||||
|
Loading…
Reference in New Issue
Block a user