File tree Expand file tree Collapse file tree 4 files changed +1
-4
lines changed
src/ProjectTemplates/BlazorWasm.ProjectTemplates Expand file tree Collapse file tree 4 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -157,7 +157,6 @@ and are generated based on the last package release.
157
157
<LatestPackageReference Include =" Microsoft.AspNetCore.ApiAuthorization.IdentityServer" Version =" $(MicrosoftAspNetCoreApiAuthorizationIdentityServerPackageVersion)" />
158
158
<LatestPackageReference Include =" Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version =" $(MicrosoftAspNetCoreIdentityEntityFrameworkCorePackageVersion)" />
159
159
<LatestPackageReference Include =" Microsoft.AspNetCore.Identity.UI" Version =" $(MicrosoftAspNetCoreIdentityUIPackageVersion)" />
160
- <!-- <LatestPackageReference Include="Blazor.Msal" Version="$(BlazorMsalPackageVersion)" /> -->
161
160
<LatestPackageReference Include =" Microsoft.AspNetCore.Authentication.AzureADB2C.UI" Version =" $(MicrosoftAspNetCoreAuthenticationAzureADB2CUIPackageVersion)" />
162
161
<LatestPackageReference Include =" Microsoft.AspNetCore.Authentication.AzureAD.UI" Version =" $(MicrosoftAspNetCoreAuthenticationAzureADUIPackageVersion)" />
163
162
<LatestPackageReference Include =" Microsoft.AspNetCore.Server.IntegrationTesting" Version =" $(MicrosoftAspNetCoreServerIntegrationTestingPackageVersion)" />
Original file line number Diff line number Diff line change 11
11
<ProjectReferenceProvider Include =" Microsoft.AspNetCore.Blazor.Server" ProjectPath =" $(RepoRoot)src\Components\Blazor\Server\src\Microsoft.AspNetCore.Blazor.Server.csproj" />
12
12
<ProjectReferenceProvider Include =" Microsoft.AspNetCore.Blazor.DataAnnotations.Validation" ProjectPath =" $(RepoRoot)src\Components\Blazor\Validation\src\Microsoft.AspNetCore.Blazor.DataAnnotations.Validation.csproj" />
13
13
<ProjectReferenceProvider Include =" Microsoft.AspNetCore.Components.WebAssembly.Authentication" ProjectPath =" $(RepoRoot)src\Components\Blazor\WebAssembly.Authentication\src\Microsoft.AspNetCore.Components.WebAssembly.Authentication.csproj" />
14
- <!-- <ProjectReferenceProvider Include="Blazor.Msal" ProjectPath="$(RepoRoot)src\Components\Blazor\Blazor.Msal\src\Blazor.Msal.csproj" /> -->
15
14
<ProjectReferenceProvider Include =" BlazorServerApp" ProjectPath =" $(RepoRoot)src\Components\Samples\BlazorServerApp\BlazorServerApp.csproj" />
16
15
<ProjectReferenceProvider Include =" Microsoft.AspNetCore.Blazor" ProjectPath =" $(RepoRoot)src\Components\Blazor\Blazor\src\Microsoft.AspNetCore.Blazor.csproj" RefProjectPath =" $(RepoRoot)src\Components\Blazor\Blazor\ref\Microsoft.AspNetCore.Blazor.csproj" />
17
16
</ItemGroup >
Original file line number Diff line number Diff line change 11
11
<PackageReference Include="Microsoft.AspNetCore.Blazor.DevServer" Version="${MicrosoftAspNetCoreBlazorDevServerPackageVersion}" PrivateAssets="all" />
12
12
<PackageReference Include="Microsoft.AspNetCore.Blazor.HttpClient" Version="${MicrosoftAspNetCoreBlazorHttpClientPackageVersion}" />
13
13
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Authentication" Version="${MicrosoftAspNetCoreComponentsWebAssemblyAuthenticationPackageVersion}" Condition="'$(IndividualLocalAuth)' == 'true'" />
14
- <!-- <PackageReference Include="Blazor.Msal " Version="${BlazorMsalPackageVersion }" Condition="'$(OrganizationalAuth)' == 'true' OR '$(IndividualB2CAuth)' == 'true'" /> -- >
14
+ <PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Authentication " Version="${MicrosoftAspNetCoreComponentsWebAssemblyAuthenticationPackageVersion }" Condition="'$(OrganizationalAuth)' == 'true' OR '$(IndividualB2CAuth)' == 'true'" />
15
15
</ItemGroup>
16
16
<!--#if Hosted -->
17
17
<ItemGroup>
Original file line number Diff line number Diff line change 45
45
<PackageVersionVariableReference Include =" $(BlazorProjectsRoot)Mono.WebAssembly.Interop\src\Mono.WebAssembly.Interop.csproj" />
46
46
<PackageVersionVariableReference Include =" $(BlazorProjectsRoot)Server\src\Microsoft.AspNetCore.Blazor.Server.csproj" />
47
47
<PackageVersionVariableReference Include =" $(BlazorProjectsRoot)WebAssembly.Authentication\src\Microsoft.AspNetCore.Components.WebAssembly.Authentication.csproj" />
48
- <!-- <PackageVersionVariableReference Include="$(BlazorProjectsRoot)WebAssembly.Authentication\src\Blazor.Msal.csproj" /> -->
49
48
</ItemGroup >
50
49
51
50
<ItemGroup >
You can’t perform that action at this time.
0 commit comments