-
Notifications
You must be signed in to change notification settings - Fork 11
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
Incompatible with netstandard #5
Comments
@Strilanc, is there something that cannot cope with netstandard? |
When I switch the target to netstandard, I get a calvacade of build errors. netstandard doesn't include System.Diagnostics? And for some reason even |
#6 is what i did to get it working. How did you convince VS to use unix linefeeds for the solution files? And i don't know whether its ok that the project uses a project.json or not, as i think MS wanted to remove them in favour of .csproject. Be careful that you don't run into nuget issues while packaging. |
@Trolldemorted It's not a VS setting, it's a git setting. I think it's actually the default, since it scrubs a common source of diff-noise you'd see when two people are developing the same thing on different OSes. |
When trying to install on a project with netstandard1.5 i get the following error:
Not sure if there is something in the package that makes it incompatible. But if it is possible i would love to be able to install it in my netstandard1.5 project. :)
The text was updated successfully, but these errors were encountered: