diff --git a/Directory.Packages.props b/Directory.Packages.props index 6e6068542..93edb2b72 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -1,9 +1,9 @@ - 8.0.1 - 9.0.9 8.0.20 @@ -38,13 +38,13 @@ that supports the target frameworks our products target (8, 9, 10) --> - - - - + + + + - - + + diff --git a/bff/test/Bff.Blazor.UnitTests/PublicApiVerificationTests.VerifyPublicApi_Bff_Blazor.verified.txt b/bff/test/Bff.Blazor.UnitTests/PublicApiVerificationTests.VerifyPublicApi_Bff_Blazor.verified.txt index d311bd394..9e42a9e0b 100644 --- a/bff/test/Bff.Blazor.UnitTests/PublicApiVerificationTests.VerifyPublicApi_Bff_Blazor.verified.txt +++ b/bff/test/Bff.Blazor.UnitTests/PublicApiVerificationTests.VerifyPublicApi_Bff_Blazor.verified.txt @@ -16,7 +16,7 @@ } public sealed class BffServerAuthenticationStateProvider : Microsoft.AspNetCore.Components.Server.RevalidatingServerAuthenticationStateProvider, System.IDisposable { - public BffServerAuthenticationStateProvider(Duende.Bff.IUserSessionStore sessionStore, Microsoft.AspNetCore.Components.PersistentComponentState persistentComponentState, Microsoft.AspNetCore.Components.NavigationManager navigation, Microsoft.Extensions.Options.IOptions blazorOptions, Microsoft.Extensions.Options.IOptions bffOptions, Microsoft.Extensions.Logging.ILoggerFactory loggerFactory) { } + public BffServerAuthenticationStateProvider(Microsoft.Extensions.DependencyInjection.IServiceScopeFactory serviceScopeFactory, Microsoft.AspNetCore.Components.PersistentComponentState persistentComponentState, Microsoft.AspNetCore.Components.NavigationManager navigation, Microsoft.Extensions.Options.IOptions blazorOptions, Microsoft.Extensions.Options.IOptions bffOptions, Microsoft.Extensions.Logging.ILoggerFactory loggerFactory) { } protected override System.TimeSpan RevalidationInterval { get; } public void Dispose() { } protected override System.Threading.Tasks.Task ValidateAuthenticationStateAsync(Microsoft.AspNetCore.Components.Authorization.AuthenticationState authenticationState, System.Threading.CancellationToken cancellationToken) { } @@ -29,4 +29,4 @@ public System.Threading.Tasks.Task StoreTokenAsync(System.Security.Claims.ClaimsPrincipal user, Duende.AccessTokenManagement.OpenIdConnect.UserToken token, Duende.AccessTokenManagement.OpenIdConnect.UserTokenRequestParameters? parameters = null) { } protected System.Threading.Tasks.Task UpdateTicket(System.Security.Claims.ClaimsPrincipal user, System.Action updateAction) { } } -} \ No newline at end of file +}