-
Notifications
You must be signed in to change notification settings - Fork 525
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 packages with FrameworkAssembly nodes not working #1306
Comments
Do you have a concrete repro case?
|
Well, We have third party dependencies which we packaged "in" nuget packages. I'll see If i can come up with an isolated sample. |
Here it is. I have the following package in a private repository:
When I add it to a project using |
Verified. My test project works now. Now only have to test it in my actual project.. :) |
I have nuget packages which (only) contain frameworkAssemblies references. paket seems to process the assemblies fine, but doesn't add references to the projects.
The text was updated successfully, but these errors were encountered: