mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-04-21 13:37:54 +00:00
Fix binding issue by using an older .NET SDK to build
This commit is contained in:
@@ -29,11 +29,4 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user