Skip to content

Commit

Permalink
Merge pull request #6458 from davkean/Workaround
Browse files Browse the repository at this point in the history
Force import WinFX targets
  • Loading branch information
davkean committed Aug 3, 2020
2 parents 5d237c7 + 279f09f commit 6e7823a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,8 @@
<PropertyGroup>
<!-- Prevent vsix manifests from being copied to the shared output directory, makes build more deterministic -->
<CopyVsixManifestToOutput>false</CopyVsixManifestToOutput>

<!-- Workaround: https://github.com/dotnet/sdk/issues/12739 -->
<ImportFrameworkWinFXTargets>true</ImportFrameworkWinFXTargets>
</PropertyGroup>
</Project>

0 comments on commit 6e7823a

Please sign in to comment.