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

I could not install LightMock with netcore #11

Closed
maobulang opened this issue Jan 20, 2017 · 3 comments
Closed

I could not install LightMock with netcore #11

maobulang opened this issue Jan 20, 2017 · 3 comments

Comments

@maobulang
Copy link

i have try to install the lightmock to my .netcore unit test project, but i get the following error, could you help to fix the issue?


Install-Package : Package LightMock.vNext 1.0.1 is not compatible with netcoreapp1.1 (.NETCoreApp,Version=v1.1).

Package LightMock.vNext 1.0.1 supports:

  • dnx451 (DNX,Version=v4.5.1)
  • dnxcore50 (DNXCore,Version=v5.0)
    At line:1 char:16
  • Install-Package <<<< LightMock.vNext
    • CategoryInfo : NotSpecified: (:) [Install-Package], Exception
    • FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PackageManagement.PowerShellCmdlets.InstallPackageCommand

Install-Package : One or more packages are incompatible with .NETCoreApp,Version=v1.1.
At line:1 char:16

  • Install-Package <<<< LightMock.vNext
    • CategoryInfo : NotSpecified: (:) [Install-Package], Exception
    • FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PackageManagement.PowerShellCmdlets.InstallPackageCommand

Install-Package : Package restore failed. Rolling back package changes for 'FunctionDemo'.
At line:1 char:16

  • Install-Package <<<< LightMock.vNext
    • CategoryInfo : NotSpecified: (:) [Install-Package], Exception
    • FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PackageManagement.PowerShellCmdlets.InstallPackageCommand
@seesharper
Copy link
Owner

LightMock.vNext is a fork that is not maintained here. I will however have a look at see if we can get .Net Core support in repo as well

@seesharper
Copy link
Owner

LightMock v1.0.1 has just been published to NuGet. It is now NetStandard 1.0

@maobulang
Copy link
Author

Thank you , let me try.

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