mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2025-05-31 23:08:23 -04:00
Fix GUI not launching due to .NET bug
This commit is contained in:
parent
168d7c8ec9
commit
3186ce90c8
1 changed files with 7 additions and 0 deletions
|
@ -29,4 +29,11 @@
|
||||||
<ProjectReference Include="..\DiscordChatExporter.Core\DiscordChatExporter.Core.csproj" />
|
<ProjectReference Include="..\DiscordChatExporter.Core\DiscordChatExporter.Core.csproj" />
|
||||||
</ItemGroup>
|
</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>
|
</Project>
|
Loading…
Add table
Add a link
Reference in a new issue