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

feat: change target framework to netstandard2.0 #165

Merged
merged 1 commit into from
Sep 20, 2022

Conversation

malandis
Copy link
Contributor

@malandis malandis commented Sep 20, 2022

Targeting netstandard2.0 opens backwards compatibiltiy to .NET Framework versions 4.6.1+. This supports users with much older codebases without API sacrifice on our part.

Closes #164

The target framework netstandard2.0 opens backwards compatibiltiy to
.NET Framework versions 4.6.1+. This supports users with older
codebases.
@malandis malandis marked this pull request as ready for review September 20, 2022 18:00
Copy link
Contributor

@bruuuuuuuce bruuuuuuuce left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@malandis malandis merged commit 10c543f into main Sep 20, 2022
@malandis malandis deleted the feat/target-framework-netstandard20 branch September 20, 2022 18:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

dotnet target framework netstandard2.0
2 participants