Reputation: 14166
I am experimenting with my very first (personal) NuGet Server and packages etc. I'm using the NuGet Package Explorer on CodePlex.
In the "Framework Assemblies" area of the package form you can define framework-dependencies from a list of "Assembly Names". The field next to it is called "Supported Framework".
Everything I put in the "Supported Framework" textbox fails.
So my question(s) are...
...things like that.
FOR EXAMPLE:
If I put 'system' in Assembly Name...what do I put in Supported Framework?
Upvotes: 3
Views: 394
Reputation: 47937
The Supported Framework field should be filled in with one of the short NuGet target framework names. Some examples are below:
Upvotes: 1