From c5ce1dcc49d8431d1e4dffc944ee75c7dcf7966d Mon Sep 17 00:00:00 2001 From: Jason Taylor Date: Fri, 8 Mar 2019 06:52:33 +1000 Subject: [PATCH] Update first-mongo-app.md (#11307) Within **Create the ASP.NET Core web API project**, change from **ASP.NET Core 2.1** to **ASP.NET Core 2.2**. --- aspnetcore/tutorials/first-mongo-app.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/tutorials/first-mongo-app.md b/aspnetcore/tutorials/first-mongo-app.md index bd24c05be8..3fb78e275f 100644 --- a/aspnetcore/tutorials/first-mongo-app.md +++ b/aspnetcore/tutorials/first-mongo-app.md @@ -138,7 +138,7 @@ The database is ready. You can start creating the ASP.NET Core web API. 1. Go to **File** > **New** > **Project**. 1. Select **ASP.NET Core Web Application**, name the project *BooksApi*, and click **OK**. -1. Select the **.NET Core** target framework and **ASP.NET Core 2.1**. Select the **API** project template, and click **OK**: +1. Select the **.NET Core** target framework and **ASP.NET Core 2.2**. Select the **API** project template, and click **OK**: 1. Visit the [NuGet Gallery: MongoDB.Driver](https://www.nuget.org/packages/MongoDB.Driver/) to determine the latest stable version of the .NET driver for MongoDB. In the **Package Manager Console** window, navigate to the project root. Run the following command to install the .NET driver for MongoDB: ```powershell