Update dotnet-svcutil.xmlserializer-instructions.md

This commit is contained in:
Huangli Wu 2018-05-23 11:30:51 -07:00 committed by GitHub
parent 28046413e2
commit 38900ffa21
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,6 +36,7 @@ Here are the step by step instructions on how to use dotnet-svcutil.xmlserialize
<TargetFramework>netcoreapp2.1</TargetFramework>
```
3. Add package reference for servicemodel
Run command: `dotnet add packages System.ServiceModel.Http -v 4.4.2`
4. Add WCF Client code