Skip to content

Commit e152150

Browse files
committed
Fix incorrect package being added
1 parent ef829b2 commit e152150

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ProjectTemplates/Web.ProjectTemplates/BlazorWeb-CSharp.Client.csproj.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212

1313
<ItemGroup>
1414
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="${MicrosoftAspNetCoreComponentsWebAssemblyVersion}" />
15-
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Authentication" Version="${MicrosoftAspNetCoreComponentsWebAssemblyAuthenticationVersion}" Condition="'$(IndividualLocalAuth)' == 'True'" />
1615
</ItemGroup>
1716

1817
</Project>

0 commit comments

Comments
 (0)