Update dotnet-svcutil.xmlserializer-instructions.md

This commit is contained in:
Huangli Wu 2018-06-04 10:43:44 -07:00 committed by GitHub
parent 5a44733712
commit 2727676925
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,8 +8,8 @@ You can start using the tool today following the instructions below.
The following is required for svcutil.xmlserializer to work.
* [.NET Core SDK 2.1.300-preview2 or later](https://www.microsoft.com/net/download/dotnet-core/sdk-2.1.300-preview2)
* [.NET Core runtime 2.1.0-preview1 or later](https://www.microsoft.com/net/download/dotnet-core/runtime-2.1.0-preview1)
* [.NET Core SDK 2.1 or later](https://www.microsoft.com/net/download/dotnet-core/sdk-2.1.300)
* [.NET Core runtime 2.1 or later](https://www.microsoft.com/net/download/dotnet-core/runtime-2.1.0)
You can use the command `dotnet --info` to check which versions of .NET Core SDK and runtime you already have installed.