Skip to content

Commit

Permalink
Including NLog.config in the NuGet package
Browse files Browse the repository at this point in the history
  • Loading branch information
Piedone committed Jun 9, 2023
1 parent 45ef521 commit 3074ab7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/Hastlayer/Hast.Layer/Hast.Layer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@
<PackageTags>Lombiq;Hastlayer;FPGA;HardwareAcceleration;Performance</PackageTags>
<PackageProjectUrl>https://github.com/Lombiq/Hastlayer-SDK/tree/dev/src/Hastlayer/Hast.Layer</PackageProjectUrl>
</PropertyGroup>
<ItemGroup>
<Content Include="NLog.config">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<PackageCopyToOutput>true</PackageCopyToOutput>
</Content>
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Hast.Synthesis\Hast.Synthesis.csproj" />
Expand All @@ -28,10 +34,4 @@
<PackageReference Include="NLog" Version="4.7.15" />
<PackageReference Include="NLog.Extensions.Logging" Version="1.7.4" />
</ItemGroup>

<ItemGroup>
<None Update="NLog.config">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>

0 comments on commit 3074ab7

Please sign in to comment.