Skip to content

Commit

Permalink
Remove the line that will copy the generated serializer to the pack. (d…
Browse files Browse the repository at this point in the history
  • Loading branch information
huanwu authored and shmao committed Dec 6, 2017
1 parent eee2fa7 commit 8d0e576
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 8d0e576

Please sign in to comment.