-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Closed
Labels
area-blazorIncludes: Blazor, Razor ComponentsIncludes: Blazor, Razor ComponentsenhancementThis issue represents an ask for new feature or an enhancement to an existing oneThis issue represents an ask for new feature or an enhancement to an existing one
Milestone
Description
When creating a new Blazor Webassembly application with authentication. The nuget package for Microsoft.Identity.Web and Microsoft.Identify.Web.UI added with version 1.16.0 when the current version stands at 2.7.0.
Any reasons for being that far behind?
To replicate the issue:
dotnet new blazorwasm -au SingleOrg -ho --pwa -o testapp
Check the testapp.Server.csproj file, following references added.
<PackageReference Include="Microsoft.Identity.Web" Version="1.16.0" /> <PackageReference Include="Microsoft.Identity.Web.UI" Version="1.16.0" />
Metadata
Metadata
Assignees
Labels
area-blazorIncludes: Blazor, Razor ComponentsIncludes: Blazor, Razor ComponentsenhancementThis issue represents an ask for new feature or an enhancement to an existing oneThis issue represents an ask for new feature or an enhancement to an existing one