- Notifications
You must be signed in to change notification settings - Fork748
Use .NET Core 3.1 LTS for tests (instead of 2.0)#1279
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
codecov-io commentedNov 12, 2020 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Codecov Report
@@ Coverage Diff @@## master #1279 +/- ##==========================================+ Coverage 86.25% 87.62% +1.37%========================================== Files 1 1 Lines 291 291 ==========================================+ Hits 251 255 +4+ Misses 40 36 -4
Flags with carried forward coverage won't be shown.Click here to find out more.
Continue to review full report at Codecov.
|
Travis actually passed, but for some reason was not recorded correctly:https://travis-ci.org/github/pythonnet/pythonnet/builds/743309873 Since there are no functional changes, and tests still pass, I am going to merge this. |
What does this implement/fix? Explain your changes.
.NET Core 2.0 is no longer supported. This moves tests to .NET Core 3.1 LTS, which should be supporteduntil Dec 2022.