You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README-NUGET.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ This template can be used to create a Blazor WASM application hosted in an ASP.N
6
6
7
7
## Features
8
8
9
-
- WASM hosted in ASP.NET Core 7
9
+
- WASM hosted in ASP.NET Core 8
10
10
- BFF with Azure B2C using Microsoft.Identity.Web
11
11
- OAuth2 and OpenID Connect OIDC
12
12
- No tokens in the browser
@@ -217,7 +217,7 @@ Further details may be found here [Configure ASP.NET Core to work with proxy ser
217
217
218
218
Please note, adding the 'XForwardedFor' enum as shown in the Microsoft document above did not work and needed to be removed so only the XForwardedProto remains.
219
219
220
-
## Credits, Used NuGet packages + ASP.NET Core 7.0 standard packages
220
+
## Credits, Used NuGet packages + ASP.NET Core 8.0 standard packages
0 commit comments