-
Notifications
You must be signed in to change notification settings - Fork 3k
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 UseDotNet5 task #15372
Add UseDotNet5 task #15372
Conversation
.net 5.0 is end of life and out of support. Is there a requirement to still target that? Curious as I was going to remove support for it from the ORT C# csproj. |
We needed to fix the build and this was blocking a patch release. |
.NET5 is not installed by default on build machines. Add the UseDotNet@2 task to install .NET5.
.NET5 is not installed by default on build machines. Add the UseDotNet@2 task to install .NET5.
.NET5 is not installed by default on build machines.
Add the UseDotNet@2 task to install .NET5.