Azure-Samples / ms-identity-docs-code-dotnet

Source for the .NET code snippets in the Microsoft identity platform documentation found on https://docs.microsoft.com.
https://docs.microsoft.com/azure/active-directory/develop
MIT License
37 stars 32 forks source link

Projects are using old .net version. #90

Closed RdebSono closed 1 month ago

RdebSono commented 5 months ago

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.

AbdulGafoor-inmar commented 5 months ago

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?

OwenRichards1 commented 1 month ago

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