-
Notifications
You must be signed in to change notification settings - Fork 694
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
Move projects that target netcoreapp2.1 to netcoreapp3.1 #4402
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
erdembayar
approved these changes
Jan 12, 2022
nkolev92
changed the title
Move the test framework from netcoreapp2.1 to netcoreapp3.1
Move projects that target netcoreapp2.1 to netcoreapp3.1
Jan 12, 2022
nkolev92
force-pushed
the
dev-nkolev92-bumpTestFrameworks
branch
from
January 13, 2022 02:44
02d0603
to
eb27037
Compare
zivkan
approved these changes
Jan 13, 2022
test/NuGet.Core.FuncTests/NuGet.Protocol.FuncTest/HttpRetryHandlerTests.cs
Outdated
Show resolved
Hide resolved
dominoFire
reviewed
Jan 14, 2022
nkolev92
force-pushed
the
dev-nkolev92-bumpTestFrameworks
branch
from
January 19, 2022 01:55
f403657
to
4593cd4
Compare
jeffkl
approved these changes
Jan 19, 2022
Linux tests are timing out unfortunately. Unclear the problem is. I might need some tools about detetcting long running, but I won't have the bandwidth until QW so gonna pause on this until then. I don't expect a re-review to be necessary here. |
nkolev92
force-pushed
the
dev-nkolev92-bumpTestFrameworks
branch
from
January 22, 2022 00:17
67379fb
to
e6bdaea
Compare
This reverts commit dbd6c5a7e90c1ab6c1cee864c737056d392272c4.
This reverts commit 07f50c49291305a42f7bc39d9db94f63af95c447.
nkolev92
force-pushed
the
dev-nkolev92-bumpTestFrameworks
branch
from
January 27, 2022 19:02
e6bdaea
to
4b9f831
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bug
Fixes: NuGet/Home#11502
Regression? Last working version:
Description
netcoreapp2.1 is EOL, we can move to netcoreapp3.1 given that we're using this framework only in test projects and the runnables (meaning, not libraries).
There's an issue that has to do with minimizing the frameworks we're targetting: NuGet/Home#9886, which can lead to speeding up our build.
Here's the current state of the frameworks:
src projects:
PR Checklist
PR has a meaningful title
PR has a linked issue.
Described changes
Tests
Documentation