-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add .NET 6 for macOS virtual environments #5193
Comments
Hello @AlexSrizhevskiy , have you considered using actions/setup-dotnet task? It is recommended approach to get specific .NET Core version |
Hi @AlexSrizhevskiy, please use the setup-dotnet task for the time being as recommended by @maxim-lobanov .Net 6 will be available later this year with the VS 2022 for macOS. |
I don't understand this decision. If .NET 6 SDK is kept updated for Ubuntu (see @Steve-Glass 's comment on the related issue here: #4424 (comment)), then why would you not do the same for macOS? We don't need Visual Studio for Mac to use .NET on macOS. In particular, we need .NET SDK version 6.0.300 on the macOS environments, to build .NET MAUI applications for Sure, I can use setup-dotnet to put 6.0.300 on the image, but I shouldn't have to. |
Kludge until actions/runner-images#5193 is addressed.
Tool name
.NET 6
Tool license
free
Add or update?
Desired version
.NET 6
Approximate size
No response
Brief description of tool
No response
URL for tool's homepage
No response
Provide a basic test case to validate the tool's functionality.
No response
Virtual environments affected
Can this tool be installed during the build?
No response
Tool installation time in runtime
No response
Are you willing to submit a PR?
No response
The text was updated successfully, but these errors were encountered: