Skip to content

Commit 2be9849

Browse files
committed
Fixed: missing CsvHelper.dll in output plugins directory
1 parent c7a45cc commit 2be9849

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/CsvColumnizer/CsvColumnizer.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<ImportWindowsDesktopTargets>true</ImportWindowsDesktopTargets>
88
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
99
<OutputPath>$(SolutionDir)..\bin\$(Configuration)\plugins</OutputPath>
10+
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
1011
<NoWarn>CA1416;</NoWarn>
1112
</PropertyGroup>
1213
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">

0 commit comments

Comments
 (0)