Skip to content

Older versions of nuget packages for Blazor Webassembly hosted project  #47823

@strada360-dev

Description

@strada360-dev

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 ComponentsenhancementThis issue represents an ask for new feature or an enhancement to an existing one

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions