Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit de33cbc

Browse files
authoredJul 7, 2022
Bump Microsoft.AspNetCore.SignalR.Protocols.MessagePack in /src/demo5
Bumps [Microsoft.AspNetCore.SignalR.Protocols.MessagePack](https://github.com/aspnet/AspNetCore) from 1.1.0 to 1.1.5. - [Release notes](https://github.com/aspnet/AspNetCore/releases) - [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md) - [Commits](dotnet/aspnetcore@1.1.0...1.1.5) --- updated-dependencies: - dependency-name: Microsoft.AspNetCore.SignalR.Protocols.MessagePack dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 66e5b5e commit de33cbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/demo5/demo5.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010

1111
<ItemGroup>
1212
<PackageReference Include="Microsoft.AspNetCore.App" />
13-
<PackageReference Include="Microsoft.AspNetCore.SignalR.Protocols.MessagePack" Version="1.1.0" />
13+
<PackageReference Include="Microsoft.AspNetCore.SignalR.Protocols.MessagePack" Version="1.1.5" />
1414
</ItemGroup>
1515
</Project>

0 commit comments

Comments
 (0)
Please sign in to comment.