Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.
/ corefx Public archive

Commit

Permalink
Remove the line that will copy the generated serializer to the pack. (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
huanwu authored Sep 22, 2017
1 parent 7f1a79e commit 93cd36b
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@
<ItemGroup>
<DotNetCliToolReference Include="$(Id)" Version="$(PackageVersion)" />
</ItemGroup>
<ItemGroup>
<None Condition="Exists('%24(OutputPath)\%24(AssemblyName).XmlSerializers.dll')=='true'" Include="%24(OutputPath)\%24(AssemblyName).XmlSerializers.dll" Pack="true" PackagePath="lib\netstandard2.0" />
</ItemGroup>
</Project>
</PropsFileContents>
</PropertyGroup>
Expand Down

0 comments on commit 93cd36b

Please sign in to comment.