Skip to content
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 2 commits into from
Sep 28, 2023

Conversation

lahma
Copy link
Collaborator

@lahma lahma commented May 10, 2022

Removing old targets that are hard to compile with stock Visual Studio & .NET SDK.

  • upgrade from net461 to net462
  • drop support for net40, net45
  • drop support for < netstandard2.0
  • drop EOL'ed netcoreapp2.1, netcoreapp3.1 and net5.0
  • switch back to using windows-latest GH Actions image which now has NET 6 support

@lahma lahma force-pushed the change-compilation-targets branch 2 times, most recently from 6b6730a to 50aaa4a Compare May 10, 2022 16:26
@lahma lahma marked this pull request as ready for review May 10, 2022 17:11
@lahma lahma force-pushed the change-compilation-targets branch 4 times, most recently from fc872f8 to 7e5a30d Compare May 10, 2022 18:02
@lahma lahma marked this pull request as draft May 18, 2022 17:21
@lahma lahma force-pushed the change-compilation-targets branch from 7e5a30d to bcc9935 Compare June 22, 2022 05:48
@lahma lahma force-pushed the change-compilation-targets branch 7 times, most recently from 942f57c to c6ffb68 Compare November 26, 2022 14:31
@lahma lahma mentioned this pull request Nov 28, 2022
@lahma lahma force-pushed the change-compilation-targets branch 2 times, most recently from 414209f to 025d834 Compare May 29, 2023 06:24
@RicoSuter
Copy link
Owner

Most of the things are done.
Please create a new PR with the changes which are still pending.

@lahma lahma force-pushed the change-compilation-targets branch 3 times, most recently from 8d08ff7 to 9563608 Compare September 27, 2023 14:56
* 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 lahma marked this pull request as ready for review September 27, 2023 15:25
@lahma
Copy link
Collaborator Author

lahma commented Sep 27, 2023

@RicoSuter should now be ready for review, contains additional cleanup

@RicoSuter RicoSuter merged commit e078e67 into RicoSuter:master Sep 28, 2023
1 check passed
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants