Have the Build package include all its own dependencies (otherwise the DotNetCliTool won't work)

This commit is contained in:
Steve Sanderson 2018-02-26 16:34:57 +00:00
parent 2f9515785e
commit 44a2603720
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@
<TargetFramework>netcoreapp2.0</TargetFramework>
<OutputType>Exe</OutputType>
<OutDir>tools</OutDir>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
</PropertyGroup>
<Target Name="SetPackageProperties" BeforeTargets="_IntermediatePack">