diff --git a/Home.md b/Home.md index 968c774..724c36f 100644 --- a/Home.md +++ b/Home.md @@ -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.