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

Unnecessary dependency in Common.Logging.Core.nuspec #164

Open
mrcopperbeard opened this issue Dec 21, 2017 · 0 comments
Open

Unnecessary dependency in Common.Logging.Core.nuspec #164

mrcopperbeard opened this issue Dec 21, 2017 · 0 comments

Comments

@mrcopperbeard
Copy link

Hi,
I've kinda problem with using Common.Logging.Core under .Net Framework 4.6.2. This package has
a dependency on Microsoft.CSharp package for .NetStandard1.0, package manager installs that for .NetStandard and all compatible frameworks. However, it looks unnecessary under .Net Framework 4.6.2 beyond that I have some problems with supporting that dependency using CI.

I've made some tests with Common.Logging.Core.nuspec, and adding
<group targetFramework="net462"/> resolves my problem, but specifying empty group for each version of .NET Framework does not sound good.

Maybe there is a better solution?

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

1 participant