-
Notifications
You must be signed in to change notification settings - Fork 141
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 target framework for .Net Core 3.1 #79
Conversation
Hey @pedrolamas and @DVaughan, any idea why the build hasn't reported back? We can't merge until that process has been reported completed. |
No idea, I was thinking the same myself... |
It appears that the pipeline was not triggered. I don't know why not. Perhaps make an update and see if it is triggered. |
@punker76 can you please force-push (or make any other change) to your branch so we can check if the build pipeline starts as expected? Thank you! |
/azp run |
No pipelines are associated with this pull request. |
@pedrolamas @DVaughan @brianlagunas I pushed a minor change, but it seems like the build pipeline doesn't like this PR. I can close this and try to create a new branch and PR... |
@DVaughan @pedrolamas Looks like we have an issue with the build server. Who can look into that? |
Currently looking into it. |
@punker76 would you please try that again. I've switched to a GitHub action and it's waiting for status. But, I'm hoping it will trigger the action with another commit. |
I've verified the build locally for this PR. I think the PR might need to be recreated for the action to trigger, so I'm merging without the status. |
Description of Change
This PR adds the target framework for .Net Core 3.1.
Bugs Fixed
Closes #78
API Changes
Added:
Behavioral Changes
-/-
PR Checklist