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

NuGet Package Install Issue: package does not contain any assembly references #37

Open
chadbruels opened this issue Mar 30, 2018 · 2 comments

Comments

@chadbruels
Copy link

I am receiving an error when using the NuGet Package Manger: Could not install package...into a project that targets 'NETFramework,Version-v4.5.1', but the package does not contain any assembly references for content files that are compatible with that framework.

I've never seen this. Can you advise?

@ghost
Copy link

ghost commented Aug 16, 2018

See #36 as well.

4.5.1 doesn't support .NET Standard 2.0.

"Easiest" solution would be to bump your framework version, or install an older version of readline.

@Latency
Copy link

Latency commented Sep 1, 2018

4.5.2 is the replacement for 4.5-4.5.1
Otherwise, use 4.6.2 or 4.7.2.
See also here.

Standard 2.0 has been announced in July 2018 as deprecated and will be phased out 4th quarter of 2018 by M$ in replacement of STD 2.1 already out. This fixes issues of not being able to be patched/upgraded bug.

I could do the PR but, tonerdo knows how to do it with the new MSBuild configurations. Its a packaging issue at this point and should probably only support 4.5.2, 4.6.2, 4.7.2, Core 2.X, and STD 2.1.

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