Skip to content

Commit

Permalink
Add note about WPF projects
Browse files Browse the repository at this point in the history
Fixes #1
  • Loading branch information
canton7 committed Oct 27, 2021
1 parent 24011b9 commit 4027e19
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,15 @@ You'll need to be running Visual Studio 2019 16.9 or higher, or be building usin

These dependencies may change in future minor versions, see [Versioning](#versioning).

If you're using WPF, you may need to add this to your csproj, see [dotnet/wpf#3404](https://github.com/dotnet/wpf/issues/3404).

```xml
<PropertyGroup>
<IncludePackageReferencesDuringMarkupCompilation>true</IncludePackageReferencesDuringMarkupCompilation>
</PropertyGroup>
```



Quick Start
-----------
Expand Down

0 comments on commit 4027e19

Please sign in to comment.