ms-identity-docs-code-dotnet icon indicating copy to clipboard operation
ms-identity-docs-code-dotnet copied to clipboard

Projects are using old .net version.

Open RdebSono opened this issue 1 year ago • 1 comments

Some projects are using .net 6, can we have a version with .net 8?

A sample of blazor 8 with both server and webassembly calling an API (fast API ;)) would be nice.

RdebSono avatar May 28 '24 14:05 RdebSono

TargetFramework: net8.0 You can place this in your .csproj files, upgrade your nuget packages and use the best practices whatever you need in that. And check the functionality. Tell me more about your problem which you are facing?

AbdulGafoor-inmar avatar Jun 12 '24 10:06 AbdulGafoor-inmar

Thanks for the feedback @RdebSono & @AbdulGafoor-inmar - these samples have now been updated to the latest versions of .NET.

OwenRichards1 avatar Oct 10 '24 14:10 OwenRichards1