Update Configuring-MSBuild-projects-to-use-NuGet.md

Daniel Rosenwasser 2016-03-02 13:23:04 -08:00
Родитель 5b9baac0ba
Коммит 1665ea509b
1 изменённых файлов: 8 добавлений и 8 удалений

@ -1,12 +1,12 @@
> **Note**: The install script will remove the default import to `Microsoft.TypeScript.targets` file; if you have manually edited the
import before, you will need to remove it yourself **before** proceeding. See [Removing default imports](#removing-default-imports) for
more details.
> **Note**: The install script will remove the default import to `Microsoft.TypeScript.targets` file;
if you have manually edited the import before, you will need to remove it yourself **before** proceeding.
See [Removing default imports](#removing-default-imports) for more details.
> **Note**: The Nuget package depends on the x86 version of the [Visual C++ Redistributable for Visual Studio 2015]
(https://www.microsoft.com/en-us/download/details.aspx?id=48145). This is generally already installed on your computer, but you can
verify that in "Programs and Features".
> **Note**: The Nuget package depends on the x86 version of [Visual C++ Redistributable for Visual Studio 2015]
(https://www.microsoft.com/en-us/download/details.aspx?id=48145).
This is generally already installed on your computer, but you can verify that within **Programs and Features**.
## For major releases (www.nuget.org)
## For major releases (https://www.nuget.org)
* Right-Click -> Manage NuGet Packages
* Search for `Microsoft.TypeScript.MSBuild`
@ -16,7 +16,7 @@ verify that in "Programs and Features".
* When install is complete, rebuild!
## For Nightly dorps (www.myget.org)
## For Nightly dorps (https://www.myget.org)
1. Add a new Package Source
* Go to `Tools` -> `Options` -> `NuGet Package Manager` -> `Package Sources`