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

Update to netstandard2.0/net8.0 #7

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

Conversation

maxim-zhao
Copy link

This change

  • Updates all three projects to SDK style, using Microsoft's Upgrade Assistant extension to VS
  • Changes the main lib to .net standard 2.0, an the test projects to .net 8.0. This allows the main lib to be consumed by apps using .net Framework 4.6.1+ and .net 2.0+
  • Updates dependencies (nunit, etc) to latest versions. This meant moving all tests to nunit's "contraint model" - Assert.That(value, Is.Something) style. I added nunit's analysers to partially help with the migration.

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.

1 participant