We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7a45cc commit 2be9849Copy full SHA for 2be9849
src/CsvColumnizer/CsvColumnizer.csproj
@@ -7,6 +7,7 @@
7
<ImportWindowsDesktopTargets>true</ImportWindowsDesktopTargets>
8
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
9
<OutputPath>$(SolutionDir)..\bin\$(Configuration)\plugins</OutputPath>
10
+ <CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
11
<NoWarn>CA1416;</NoWarn>
12
</PropertyGroup>
13
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
0 commit comments