Skip to content

Commit

Permalink
[Messaging Clients] Microsoft.Azure.Amqp Package Update (#15019)
Browse files Browse the repository at this point in the history
The focus of these changes is to update the version of the `Microsoft.Azure.Amqp`
package used by the messaging clients to v2.4.6, which was recently
released.  This new version contains a fix for a hard crash on .NET v5
and no other changes.
  • Loading branch information
jsquire authored Sep 9, 2020
1 parent ddb8cc1 commit 78100ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/Packages.Data.props
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<PackageReference Update="coverlet.msbuild" Version="2.9.0" />
<PackageReference Update="FluentAssertions" Version="5.10.3" />
<PackageReference Update="FsCheck.Xunit" Version="2.14.0" />
<PackageReference Update="Microsoft.Azure.Amqp" Version="2.4.5" />
<PackageReference Update="Microsoft.Azure.Amqp" Version="2.4.6" />
<PackageReference Update="Microsoft.Azure.Batch" Version="11.0.0" />
<PackageReference Update="Microsoft.Azure.Devices.Client" Version="1.23.2" />
<PackageReference Update="Microsoft.Azure.Devices" Version="1.19.0" />
Expand Down

0 comments on commit 78100ae

Please sign in to comment.