MicrosoftLearning / mslearn-ai-services

Lab files for Azure AI Services modules
https://microsoftlearning.github.io/mslearn-ai-services/
MIT License
98 stars 185 forks source link

The information about requirement of .NET Core 7.0 SDK and runtime is not valid anymore #26

Closed eriawan closed 3 weeks ago

eriawan commented 1 month ago

In the page of this: https://microsoftlearning.github.io/mslearn-ai-services/Instructions/setup.html

It says about needs .NET 7.0 SDK installed:

image

This is problematic because as of today, 28th May 2024, .NET 7.0 is out of support: (source: https://dotnet.microsoft.com/en-us/download/dotnet)

image

Could the setup.md and the actual lab instruction be updated to at least use .NET 8.0, the STS version?

ivorb commented 3 weeks ago

The hosted labs are tested and verified against that environment, which is still on 7.0. Updating this is a bigger ask than just changing the setup file - I'll add notes in there about it for clarity, and have it on the backlog to update the .NET version on the VMs and test the code.