Update MessagePack and fix build warning (#9464)
This commit is contained in:
parent
8b536b08ca
commit
11842e75e2
|
|
@ -82,6 +82,7 @@ namespace Microsoft.AspNetCore.Components.Server.Circuits
|
|||
uriHelper.TriggerOnLocationChanged();
|
||||
}
|
||||
|
||||
/// <inheritdoc />
|
||||
protected override void NavigateToCore(string uri, bool forceLoad)
|
||||
{
|
||||
_logger.LogDebug($"Log debug {uri} force load {forceLoad}.");
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 635d32bc530331cbea65b0a4dfcdbb3213b43df4
|
||||
Subproject commit 1917b8018fca93805573663d5baf067e6ac2b137
|
||||
Loading…
Reference in New Issue