AddPackageReference(String, String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the AddPackageReference class.
[Newtonsoft.Json.JsonConstructor]
public AddPackageReference (string packageIdentity, string version);
[<Newtonsoft.Json.JsonConstructor>]
new Microsoft.VisualStudio.ProjectSystem.Query.Framework.Actions.AddPackageReference : string * string -> Microsoft.VisualStudio.ProjectSystem.Query.Framework.Actions.AddPackageReference
Public Sub New (packageIdentity As String, version As String)
Parameters
- packageIdentity
- String
- version
- String
- Attributes
-
Newtonsoft.Json.JsonConstructorAttribute