-
-
Notifications
You must be signed in to change notification settings - Fork 84
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
Can't use nuget packages with no framework versions specified #448
Comments
I made it work with this diff, far from perfect though:
|
I'l take a look, pretty sure that I just lack handling where there are not TFMs declared in the |
Actually, I'm not sure if we want to support this after reading the NuGet folder structure conventions:
If I'm reading this correctly then this package will probably also fail when using |
I would also be vary of this DLL, the repo for it looks very strange: sta/websocket-sharp#542 (comment). There are forks off it that have been published AFAIK? |
Closing this since this behaviour reflects the MSBuild behaviour. |
Example:
WebSocketSharp
: https://nuget.info/packages/WebSocketSharp/1.0.3-rc11The generated BUILD file is missing
websocket-sharp.dll
As a consequence depending on
@paket.main//websocketsharp
has no effect:The text was updated successfully, but these errors were encountered: