Skip to content

Commit

Permalink
Added CopyLocalLockFileAssemblies to make nuget dependencies copy to …
Browse files Browse the repository at this point in the history
…output
  • Loading branch information
Donkie committed Jun 21, 2020
1 parent fcd4ad7 commit 5a6b30b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion I3DShapesTool/I3DShapesTool.csproj
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.0</TargetFramework>
<RuntimeIdentifier>win10-x86</RuntimeIdentifier>
<PublishSingleFile>true</PublishSingleFile>
<PublishTrimmed>true</PublishTrimmed>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>

<Authors>Donkie</Authors>
</PropertyGroup>

Expand Down

0 comments on commit 5a6b30b

Please sign in to comment.