Skip to content

Commit

Permalink
Suppress Microsoft.WindowsDesktop.App FrameworkReference
Browse files Browse the repository at this point in the history
Fixes #35
  • Loading branch information
AArnott committed May 3, 2020
1 parent f9cce14 commit 16d44db
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Xunit.StaFact/Xunit.StaFact.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,9 @@
<ItemGroup>
<PackageReference Include="xunit.extensibility.execution" Version="2.4.1" />
</ItemGroup>
<ItemGroup>
<!-- Suppress the FrameworkReference in our nuspec file so that our package can still restore on Linux+Mac machines.
See https://github.com/AArnott/Xunit.StaFact/issues/35 for more info. -->
<FrameworkReference Update="Microsoft.WindowsDesktop.App" PrivateAssets="all" />
</ItemGroup>
</Project>

0 comments on commit 16d44db

Please sign in to comment.