Skip to content
This repository was archived by the owner on Apr 29, 2024. It is now read-only.

Commit 4cfbf90

Browse files
authored
Merge pull request #582 from xamarin/signalr-logging-3.1
Update Microsoft.Extensions.Logging.Console version in SignalR
2 parents 2cb9a3f + 470501c commit 4cfbf90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WebServices/AzureSignalR/ChatClient/ChatClient.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<ItemGroup>
1313
<PackageReference Include="Microsoft.AspNetCore.SignalR.Client" Version="3.1.0" />
1414
<PackageReference Include="Microsoft.AspNetCore.SignalR.Protocols.NewtonsoftJson" Version="3.1.0" />
15-
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="2.2.0" />
15+
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="3.1.0" />
1616
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
1717
<PackageReference Include="Xamarin.Forms" Version="4.4.0.991265" />
1818
</ItemGroup>

0 commit comments

Comments
 (0)