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

The nuget package Microsoft.Research.CNTK.CpuEval-mkl can not be added into project with PackageReference approach #2807

Open
Itfly opened this issue Dec 28, 2017 · 1 comment
Assignees

Comments

@Itfly
Copy link

Itfly commented Dec 28, 2017

When i upgrade our projects to latest csproj format with PackageReference, the package Microsoft.Research.CNTK.CpuEval-mkl can not be added to the project yet.

I guess you need to update the nuspec files with following docs:
https://blog.nuget.org/20160126/nuget-contentFiles-demystified.html
https://docs.microsoft.com/en-us/nuget/schema/nuspec#contentfiles-with-visual-studio-2015-update-1-and-later

@Itfly Itfly changed the title The package Microsoft.Research.CNTK.CpuEval-mkl can not be added to project with PackageReference The nuget package Microsoft.Research.CNTK.CpuEval-mkl can not be added to project with PackageReference Dec 28, 2017
@Itfly Itfly changed the title The nuget package Microsoft.Research.CNTK.CpuEval-mkl can not be added to project with PackageReference The nuget package Microsoft.Research.CNTK.CpuEval-mkl can not be added into project with PackageReference approach Dec 29, 2017
@Itfly
Copy link
Author

Itfly commented Jan 9, 2018

@liqunfu any update?

For my experience, you just need to modify the nuspec file by adding the files tag like belows:


  <files>
    <file src="bin\**\EvalWrapper.dll" target="lib" />
    <file src="Microsoft.Research.CNTK.CpuEval-mkl.targets" target="build" />
  </files>

You need to fix modify the path

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