-
Notifications
You must be signed in to change notification settings - Fork 59
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
Remove netcoreapp2.1 artifacts and support #674
Remove netcoreapp2.1 artifacts and support #674
Conversation
cc @ViktorHofer - FYI |
This requires dotnet/runtime#84782 to be merged first. |
Isn't dotnet/runtime#84782 blocked on dotnet/runtime#86151? |
I don't think so. Because the tip of runtime doesn't have prebuilt detection enabled, there is no dependency. In the full product build, the SBRP version from installer is what gets used. |
Sorry but I still don't understand what I need to do in the PR to make it ready to be merged. Do I just need to add the SBRP package feed? |
Let's discuss in the PR instead of here. |
Just merged the runtime PR in. This should now be unblocked. |
Fixes dotnet/source-build#3445