Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This option uses the "dotnet add package" command line to add a package reference to a project file. The command starts with a compatibility check to ensure the package is compatible with the frameworks in the project. If the check passes, a <PackageReference> element is added to the project file and dotnet restore is run.

Image Added

The following fields are shown when this option is selected.

...

This option uses the "dotnet add reference" command line to add project references to a project file. The command adds one or more <ProjectReference> elements to the project file.

Image Added

The following fields are shown when this option is selected.

...

This option uses the "dotnet sln .. add" command line to add project references to a solution file. 

Image Added

The following fields are shown when this option is selected.

...