Blazor Server Sample #2520
-
Hi, Just wondering if I've done something wrong in. Downloaded the ProjectTracker sample. Like explained set up the 2 start projects AppServerCore & Blazor.Server. If hit the login button: If I exclude the login & logout page from the UI.Blazor project. Then everything works fine. Thanks for clarifying, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Blazor changed the way some of the authn/authz types work from .NET 3.1 to .NET 5 and 6. The ProjectTracker sample (I think) is still built to target the .NET 3.1 types. |
Beta Was this translation helpful? Give feedback.
Blazor changed the way some of the authn/authz types work from .NET 3.1 to .NET 5 and 6. The ProjectTracker sample (I think) is still built to target the .NET 3.1 types.