actions / setup-dotnet

Set up your GitHub Actions workflow with a specific version of the .NET core sdk
MIT License
942 stars 458 forks source link

Add support for .net 8 #457

Closed kaypee90 closed 1 year ago

kaypee90 commented 1 year ago

Description: Add support for .net 8. Currently getting this error Error: Could not find dotnet core version. Please ensure that specified version 8.0.x is valid.

IvanZosimov commented 1 year ago

Hi, @kaypee90 👋 Unfortunately, I couldn't reproduce the problem. The action has already supported .NET 8. You can see it in my test runs. Could you provide me with an additional information about your failed run?

kaypee90 commented 1 year ago

@IvanZosimov I was experiencing this issue because I was referencing actions/setup-dotnet@v2 instead of actions/setup-dotnet@v3 and I found out from the sample you shared thanks.