Skip to content

Commit

Permalink
Workaround for WPF error in .NET 6.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
openbullet committed Feb 14, 2022
1 parent e66cfd7 commit 047eb7f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions OpenBullet2.Native/OpenBullet2.Native.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,12 @@
<PackageReference Include="WpfAnimatedGif" Version="2.0.2" />
</ItemGroup>

<ItemGroup>
<FrameworkReference
Update="Microsoft.WindowsDesktop.App;Microsoft.WindowsDesktop.App.WPF;Microsoft.WindowsDesktop.App.WindowsForms"
TargetingPackVersion="6.0.0" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\OpenBullet2.Core\OpenBullet2.Core.csproj" />
</ItemGroup>
Expand Down

0 comments on commit 047eb7f

Please sign in to comment.