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

upgrade library project to .netStandard #4

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

Commits on Nov 8, 2018

  1. Configuration menu
    Copy the full SHA
    fc74d2d View commit details
    Browse the repository at this point in the history
  2. change the library to .netstandard format

    support .net461 and .netStandard2.0
    .
    all unit test passed.
    andy840119 committed Nov 8, 2018
    Configuration menu
    Copy the full SHA
    828b3eb View commit details
    Browse the repository at this point in the history
  3. add support in .net40

    .
    summary :
    1. change library to .netstandard project format
    2. support .net40 .net 461 and .netstandard2.0 (not support .netStandard1.3 because ICloneable is not implemented in 1.3)
    3. all test passed
    andy840119 committed Nov 8, 2018
    Configuration menu
    Copy the full SHA
    6c3f4c5 View commit details
    Browse the repository at this point in the history