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

Doesn't support .net core 8 #19

Closed XUTProf closed 4 months ago

XUTProf commented 5 months ago

I'm on OSX using brew to install/maintain dotnet. i.e. brew install dotnet.
However, brew only has 8.0.1 and this code is still on version 7.0.0, which will be out of support by this May. Since brew doesn't support version 7 (brew install dotnet@7.0.0), I had to remove net8 and "hard" install net7. Can this sample be upgraded to version 8 soon? thanks, Stuart Ngai.

ivorb commented 4 months ago

Feedback is noted, however these labs are built to run on our hosted environment that uses 7. Updates to 8 will have to coincide with updates to that environment. We will update these as appropriate