copy crash_reporter.cfg to bin (#135)

This commit is contained in:
0x0309
2021-08-10 17:39:50 +12:00
committed by GitHub
parent c5a8b3275f
commit e51a71afd7
3 changed files with 18 additions and 0 deletions

View File

@@ -49,6 +49,12 @@
<ItemGroup>
<PackageReference Include="CefSharp.OffScreen.NetCore" Version="91.1.210" />
</ItemGroup>
<ItemGroup>
<None Update="crash_reporter.cfg">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
<Import Project="Sdk.targets" Sdk="Microsoft.NET.Sdk" />
</Project>