Skip to content

Commit

Permalink
Upgrade SignalR Function extension dependency versions (Azure#29391)
Browse files Browse the repository at this point in the history
* Upgrade SignalR Function extension dependency versions

* Fix
  • Loading branch information
Y-Sindo authored and sofiar-msft committed Dec 7, 2022
1 parent e9c2a12 commit a70ce8e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
## 1.9.0-beta.1 (Unreleased)

### Features Added

* Upgraded MessagePack for performance and security improvements.
* Upgraded `Microsoft.Azure.SignalR`, `Microsoft.Azure.SignalR.Management`, `Microsoft.Azure.SignalR.Protocols` from 1.16.1 to 1.18.0
### Breaking Changes

### Bugs Fixed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="MessagePack" />
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" />
<PackageReference Include="Microsoft.Extensions.Azure" />
<PackageReference Include="Microsoft.AspNetCore.Http.Connections" />
Expand Down

0 comments on commit a70ce8e

Please sign in to comment.