Skip to content

Commit

Permalink
Update description and remove unused line in pkgproj.
Browse files Browse the repository at this point in the history
  • Loading branch information
huanwu committed Feb 21, 2018
1 parent a20da8e commit e56b3bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pkg/descriptions.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": []
}
]
3 changes: 1 addition & 2 deletions src/svcutilcore/pkg/svcutilcore.pkgproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
<PropertyGroup>
<ServiceModelFacade>$(BaseIntermediateOutputPath)shims/netcoreapp/facades/System.ServiceModel.dll</ServiceModelFacade>
<!-- Skip package validation since this package will now contain the shims and this is not allowed by validation -->
<SkipValidatePackage>true</SkipValidatePackage>
</PropertyGroup>
Expand All @@ -12,7 +11,7 @@
</ProjectReference>
</ItemGroup>
<PropertyGroup>
<SkipPackageFileCheck>true</SkipPackageFileCheck>
<SkipPackageFileCheck>true</SkipPackageFileCheck>
<HarvestStablePackage>false</HarvestStablePackage>
<EnsureCoreFxBaseLine>true</EnsureCoreFxBaseLine>
</PropertyGroup>
Expand Down

0 comments on commit e56b3bb

Please sign in to comment.