Skip to content

Commit

Permalink
Update System.Web.Services.Description.csproj
Browse files Browse the repository at this point in the history
feedback from #5222
  • Loading branch information
ViktorHofer authored Aug 4, 2023
1 parent 58493fb commit 646c506
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<IsHarvesting>false</IsHarvesting>
<IsShipping>$(Ship_WcfPackages)</IsShipping>
<TargetFrameworks>netstandard2.0;net461</TargetFrameworks>
<IsPartialFacadeAssembly Condition="'$(TargetFramework)' == 'net461'">true</IsPartialFacadeAssembly>
<IsPartialFacadeAssembly Condition="'$(TargetFramework)' == 'net461'">true</IsPartialFacadeAssembly>
<PackageDescription>Contains classes that enable you to publicly describe an XML Web service by using the Web Services Description Language (WSDL).</PackageDescription>
</PropertyGroup>

Expand Down

0 comments on commit 646c506

Please sign in to comment.