Skip to content

Commit

Permalink
Update packages, renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
damienbod committed Apr 11, 2024
1 parent 9deb282 commit f9a7455
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.1" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="8.0.1" PrivateAssets="all" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.4" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="8.0.4" PrivateAssets="all" />
<PackageReference Include="Microsoft.Extensions.Http" Version="8.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Authentication" Version="8.0.1" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Authentication" Version="8.0.4" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion BlazorBff/BlazorAzureAdBff/Client/Pages/Index.razor
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
@page "/"

<h1>Azure AD using cookies</h1>
<h1>Microsoft entra ID using cookies</h1>
6 changes: 3 additions & 3 deletions BlazorBff/BlazorAzureAdBff/Client/Shared/NavMenu.razor
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="top-row pl-4 navbar navbar-dark">
<a class="navbar-brand" href="">Blazor AAD BFF Cookies</a>
<a class="navbar-brand" href="">Blazor ME-ID BFF Cookies</a>
<button class="navbar-toggler" @onclick="ToggleNavMenu">
<span class="navbar-toggler-icon"></span>
</button>
Expand All @@ -11,7 +11,7 @@
<Authorized>
<li class="nav-item px-3">
<NavLink class="nav-link" href="demoadmin">
<span class="oi oi-list-rich" aria-hidden="true"></span> DemoAdmin
<span class="oi oi-list-rich" aria-hidden="true"></span> Demo-Admin
</NavLink>
</li>
</Authorized>
Expand All @@ -21,7 +21,7 @@
<Authorized>
<li class="nav-item px-3">
<NavLink class="nav-link" href="demouser">
<span class="oi oi-list-rich" aria-hidden="true"></span> DemoUser
<span class="oi oi-list-rich" aria-hidden="true"></span> Demo-User
</NavLink>
</li>
</Authorized>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Server" Version="8.0.1" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Server" Version="8.0.4" />
<PackageReference Include="NetEscapades.AspNetCore.SecurityHeaders.TagHelpers" Version="0.21.0" />
</ItemGroup>

Expand All @@ -18,11 +18,11 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="8.0.1" NoWarn="NU1605" />
<PackageReference Include="Microsoft.Identity.Web.GraphServiceClient" Version="2.16.1" />
<PackageReference Include="Magick.NET-Q16-AnyCPU" Version="13.5.0" />
<PackageReference Include="Microsoft.Identity.Web" Version="2.16.1" />
<PackageReference Include="Microsoft.Identity.Web.UI" Version="2.16.1" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="8.0.4" NoWarn="NU1605" />
<PackageReference Include="Microsoft.Identity.Web.GraphServiceClient" Version="2.17.4" />
<PackageReference Include="Magick.NET-Q16-AnyCPU" Version="13.6.0" />
<PackageReference Include="Microsoft.Identity.Web" Version="2.17.4" />
<PackageReference Include="Microsoft.Identity.Web.UI" Version="2.17.4" />
<PackageReference Include="NetEscapades.AspNetCore.SecurityHeaders" Version="0.21.0" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion BlazorBff/BlazorAzureAdBff/Server/Pages/_Host.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<title>Blazor AAD Cookie</title>
<title>Blazor ME-ID Cookie</title>
<base href="~/" />
<link rel="stylesheet" href="css/bootstrap/bootstrap.min.css" />
<link href="css/app.css" rel="stylesheet" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Authorization" Version="8.0.1" />
<PackageReference Include="Microsoft.AspNetCore.Authorization" Version="8.0.4" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit f9a7455

Please sign in to comment.