From 3f0c2b31a0ba802b3f60b284538e037d7e9da687 Mon Sep 17 00:00:00 2001 From: chassq Date: Sat, 7 Apr 2018 08:56:43 -0400 Subject: [PATCH] Update README.md Wanted to make sure people knew to get the latest preview of VS 2017... --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f160679f26..1f1c815080 100644 --- a/README.md +++ b/README.md @@ -65,9 +65,9 @@ Run `build.cmd /t:Test /p:BlazorAllTests=true` or `build.sh /t:Test /p:BlazorAll ## Opening in Visual Studio Prerequisites: -- Visual Studio 2017 15.7 preview 1 (or newer) - [download](https://www.visualstudio.com/thank-you-downloading-visual-studio/?ch=pre&sku=Enterprise&rel=15) +- Visual Studio 2017 15.7 latest preview - [download](https://www.visualstudio.com/thank-you-downloading-visual-studio/?ch=pre&sku=Enterprise&rel=15) -We recommend getting the preview version of Visual Studio and updating it frequently. The Blazor +We recommend getting the latest preview version of Visual Studio and updating it frequently. The Blazor editing experience in Visual Studio depends on new features of the Razor language tooling and will be updated frequently.