remove xml comment generation in cli proj (not needed)

This commit is contained in:
Robert Muehsig
2017-10-25 22:06:32 +02:00
parent ee9754e2b7
commit 910d0e59ea

View File

@@ -29,7 +29,7 @@ This package contains the dotnet tooling to electronize your application.</Descr
</ItemGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DocumentationFile>bin\Debug\netcoreapp2.0\ElectronNET.CLI.xml</DocumentationFile>
<DocumentationFile></DocumentationFile>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">