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

.Net Core/5 support #35

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

RandallFlagg
Copy link

This PR comes to solve issue #34.

In this PR:

  • 2 new CSPROJ files with netstandard 2.1 support
  • Some minor style fixes created by VS Studio

@aarani
Copy link

aarani commented May 12, 2021

To be perfectly honest I don't see a reason for upgrade to .NET Standard 2.1 since it breaks the compatibility with .NET Framework when we don't actually need it, we do plan to target .NET Standard 2.0 so we can have best of both worlds at some point though so feel free to change it to .NET Standard 2.0 and remove the original project and update your PR. (or maybe a .NET 5 and .NET Standard 2.0 multi targeted package)
Also please make a separate PR for your formatting changes cause it's not related to this PR.

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.

None yet

3 participants