Updated Home (markdown)

Tom Laird-McConnell 2018-04-15 11:58:28 -07:00
Родитель e8381d551c
Коммит 58c0def9b2
1 изменённых файлов: 1 добавлений и 1 удалений

@ -20,7 +20,7 @@ In Visual Studio, create a new ASP.NET Core Web Application:
**Note**: The locally built packages and the ones published to NuGet are sometimes out of sync. This "Hello World" bot uses the NuGet packages.
Add a [reference](https://docs.microsoft.com/en-us/nuget/tools/package-manager-ui) to the `Microsoft.Bot.Builder.Integration.AspNet.Core` package, version `4.0.0-alpha2018041201`. This is a prerelease package and includes references to other Botbuilder packages that you will need.
Add a [reference](https://docs.microsoft.com/en-us/nuget/tools/package-manager-ui) to the `Microsoft.Bot.Builder.Integration.AspNet.Core` package, version `4.0.0-alpha-m3.1`. This is a prerelease package and includes references to other Botbuilder packages that you will need.
Add a `default.html` file under the `wwwroot` folder.