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

Doesn't support .NET Core 4.5.1 (can't install) #100

Closed
seriema opened this issue Feb 21, 2014 · 1 comment
Closed

Doesn't support .NET Core 4.5.1 (can't install) #100

seriema opened this issue Feb 21, 2014 · 1 comment

Comments

@seriema
Copy link

seriema commented Feb 21, 2014

Can't install Moq from NuGet to my project. This is what it says:

Installing 'Moq 4.2.1312.1622'.
Successfully installed 'Moq 4.2.1312.1622'.
Adding 'Moq 4.2.1312.1622' to MyProj.Library.Tests.
Uninstalling 'Moq 4.2.1312.1622'.
Successfully uninstalled 'Moq 4.2.1312.1622'.
Install failed. Rolling back...
Could not install package 'Moq 4.2.1312.1622'. You are trying to install this package
into a project that targets '.NETCore,Version=v4.5.1', but the package does not 
contain any assembly references or content files that are compatible with that
framework. For more information, contact the package author.
@kzu
Copy link
Contributor

kzu commented Feb 21, 2014

Not supported indeed. Netcore does not support dynamic code emit

@kzu kzu closed this as completed Feb 21, 2014
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