From 30ebf5efb27e8f24178175c8eebd8a8cd870bb58 Mon Sep 17 00:00:00 2001 From: Huangli Wu Date: Mon, 4 Jun 2018 16:49:29 -0700 Subject: [PATCH] Update dotnet-svcutil.xmlserializer-instructions.md --- samples/dotnet-svcutil.xmlserializer-instructions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/dotnet-svcutil.xmlserializer-instructions.md b/samples/dotnet-svcutil.xmlserializer-instructions.md index 648e16ee6..93d535194 100644 --- a/samples/dotnet-svcutil.xmlserializer-instructions.md +++ b/samples/dotnet-svcutil.xmlserializer-instructions.md @@ -66,12 +66,12 @@ Here are the step by step instructions on how to use dotnet-svcutil.xmlserialize ``` 5. Edit the .csproj and add a reference to the dotnet-svcutil.xmlserializer package. For example, - i. Run command: `dotnet add package dotnet-svcutil.xmlserializer -v 1.0.0-preview1-26515-1` + i. Run command: `dotnet add package dotnet-svcutil.xmlserializer -v 1.0.0-preview1` ii. Add the following lines in MyWCFClient.csproj, ```xml - + ```