Prisoner ZERO
Prisoner ZERO

Reputation: 14166

What is the proper use of the "Supported Framework" field in the NuGet Package Explorer?

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

Answers (1)

Matt Ward
Matt Ward

Reputation: 47937

The Supported Framework field should be filled in with one of the short NuGet target framework names. Some examples are below:

  • net35
  • net40
  • sl5
  • wp7
  • wpa

Upvotes: 1

Related Questions