Fix GUI not launching due to .NET bug

pull/826/head
Oleksii Holub 3 years ago
parent 168d7c8ec9
commit 3186ce90c8

@ -29,4 +29,11 @@
<ProjectReference Include="..\DiscordChatExporter.Core\DiscordChatExporter.Core.csproj" />
</ItemGroup>
<!-- Workaround for https://github.com/dotnet/core/issues/7176 -->
<ItemGroup>
<FrameworkReference
Update="Microsoft.WindowsDesktop.App;Microsoft.WindowsDesktop.App.WPF;Microsoft.WindowsDesktop.App.WindowsForms"
TargetingPackVersion="6.0.0" />
</ItemGroup>
</Project>
Loading…
Cancel
Save