-
-
Notifications
You must be signed in to change notification settings - Fork 1.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
Change supported target frameworks #4001
Merged
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
lahma
force-pushed
the
change-compilation-targets
branch
2 times, most recently
from
May 10, 2022 16:26
6b6730a
to
50aaa4a
Compare
lahma
force-pushed
the
change-compilation-targets
branch
4 times, most recently
from
May 10, 2022 18:02
fc872f8
to
7e5a30d
Compare
lahma
force-pushed
the
change-compilation-targets
branch
from
June 22, 2022 05:48
7e5a30d
to
bcc9935
Compare
lahma
force-pushed
the
change-compilation-targets
branch
7 times, most recently
from
November 26, 2022 14:31
942f57c
to
c6ffb68
Compare
Closed
lahma
force-pushed
the
change-compilation-targets
branch
2 times, most recently
from
May 29, 2023 06:24
414209f
to
025d834
Compare
Most of the things are done. |
lahma
force-pushed
the
change-compilation-targets
branch
3 times, most recently
from
September 27, 2023 14:56
8d08ff7
to
9563608
Compare
* upgrade from net461 to net462 * drop support for net40, net45 * drop support for < netstandard2.0 * drop netcoreapp2.1, netcoreapp3.1 and net5.0 * upgrade NUKE * switch back to using windows-latest GH Actions image which now has NET 6 support
lahma
force-pushed
the
change-compilation-targets
branch
from
September 27, 2023 15:09
9563608
to
c32dfed
Compare
@RicoSuter should now be ready for review, contains additional cleanup |
RicoSuter
reviewed
Sep 28, 2023
lahma
added a commit
to lahma/NSwag
that referenced
this pull request
Jan 20, 2024
* Change supported target frameworks * upgrade from net461 to net462 * drop support for net40, net45 * drop support for < netstandard2.0 * drop netcoreapp2.1, netcoreapp3.1 and net5.0 * upgrade NUKE * switch back to using windows-latest GH Actions image which now has NET 6 support * Add Net70 to NSwag.Npm/README.md
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.
Removing old targets that are hard to compile with stock Visual Studio & .NET SDK.