Fix typo in version number example (#1955)

This commit is contained in:
Ryan Taite 2018-10-02 22:37:04 +00:00 committed by Karel Zikmund
parent e07bc98045
commit 1f771e2249

View file

@ -8,7 +8,7 @@
* [ASP.NET Core](https://blogs.msdn.microsoft.com/webdev/2018/09/12/asp-net-core-2-2-0-preview2-now-available/)
The .NET Core SDK 2.2.100 Preview 2 includes .NET Core 2.2 Runtime Preview so downloading the runtime packages separately is not needed when installing the SDK. After installing the .NET Core SDK 2.2.100 Preview, the following command will show that you're running version `2.2.100-preview1-009404` of the tools.
The .NET Core SDK 2.2.100 Preview 2 includes .NET Core 2.2 Runtime Preview so downloading the runtime packages separately is not needed when installing the SDK. After installing the .NET Core SDK 2.2.100 Preview, the following command will show that you're running version `2.2.100-preview2-009404` of the tools.
`dotnet --version`