Fix binding issue by using an older .NET SDK to build

This commit is contained in:
Oleksii Holub
2022-03-07 03:33:54 +02:00
parent 67325b610a
commit 9221966171
3 changed files with 4 additions and 9 deletions

View File

@@ -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>