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

Support .NetStandard 1.5 or lower #186

Open
BennieCopeland opened this issue Apr 13, 2017 · 1 comment
Open

Support .NetStandard 1.5 or lower #186

BennieCopeland opened this issue Apr 13, 2017 · 1 comment

Comments

@BennieCopeland
Copy link
Contributor

Is there anything currently being used that prevents NSpec from targeting a lower .NetStandard? I have a test project per real project, but I have a Test.Runner project that references the other projects to run them all together. I've found it useful to have a single executable to run all the test projects, especially for code coverage generation. The problem is, the runner project is targeting .Net 4.6.2 (because not everything is .Net core yet), but I can't pull in those dotnet core test libraries, because .Net 4.6.2 can't include libs that target .NetStandard 1.6, only 1.5 or earlier. Since you are also targeting .Net 4.5.1, you could probably drop it down to .NetStandard 1.2.

@BrainCrumbz
Copy link
Collaborator

I do remember we tried to downgrade netstandard, when we first ported the framework from classic .NET to .NET Core. But I don't remember what blocked or prevented us from completing that. Would you give it a spin trying to build and see what happens?

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

No branches or pull requests

2 participants