Skip to content

Commit

Permalink
Force target .NET 6.0.0 to avoid dotnet/core#7176
Browse files Browse the repository at this point in the history
  • Loading branch information
dremin committed Jul 17, 2022
1 parent 57a764d commit fe3a01a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,9 @@
<PrivateAssets>all</PrivateAssets>
</PackageReference>
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'net6.0-windows'">
<FrameworkReference
Update="Microsoft.WindowsDesktop.App;Microsoft.WindowsDesktop.App.WPF;Microsoft.WindowsDesktop.App.WindowsForms"
TargetingPackVersion="6.0.0" />
</ItemGroup>
</Project>

0 comments on commit fe3a01a

Please sign in to comment.