From e56b3bb670888d2a02780f58b88a135bf3ec8b6c Mon Sep 17 00:00:00 2001 From: Huangli Wu Date: Wed, 21 Feb 2018 12:04:17 -0800 Subject: [PATCH] Update description and remove unused line in pkgproj. --- pkg/descriptions.json | 2 +- src/svcutilcore/pkg/svcutilcore.pkgproj | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/pkg/descriptions.json b/pkg/descriptions.json index dc27fafcaf..0191a2009c 100644 --- a/pkg/descriptions.json +++ b/pkg/descriptions.json @@ -74,7 +74,7 @@ }, { "Name": "svcutilcore", - "Description": "Generates data types that use the XmlSerializer for serialization and deserialization", + "Description": "Generates Serialization code for all data types used in service contracts in the compiled assembly that can be serialized using the XmlSerializer", "CommonTypes": [] } ] diff --git a/src/svcutilcore/pkg/svcutilcore.pkgproj b/src/svcutilcore/pkg/svcutilcore.pkgproj index 457a6c1cd0..4b83128a01 100644 --- a/src/svcutilcore/pkg/svcutilcore.pkgproj +++ b/src/svcutilcore/pkg/svcutilcore.pkgproj @@ -2,7 +2,6 @@ - $(BaseIntermediateOutputPath)shims/netcoreapp/facades/System.ServiceModel.dll true @@ -12,7 +11,7 @@ - true + true false true