
上QQ阅读APP看书,第一时间看更新
Time for action – installing NuGet Package Manager
The NuGet Package Manager
extension is the easiest way to add the RavenDB Client library to a Visual Studio project. If you do not have NuGet Package Manager already installed, you can install it as follows:
- Start Visual Studio.
- From the TOOLS menu, click on Extensions and Updates....
- In the Extensions and Updates... dialog, click on Online.
- If you don’t see NuGet Package Manager, type
nuget package manager
in the search box. - Select the NuGet Package Manager extension and click on Download.
- After the download completes, you will be prompted to install the package.
- After the installation completes, you might be prompted to restart Visual Studio.
What just happened?
We installed the NuGet Package Manager
extension to Visual Studio, which you will use to add RavenDB Client to your Visual Studio project.