Skip to content

Commit

Permalink
Revert removal of comparison values in default EnabledTargetFrameworks
Browse files Browse the repository at this point in the history
  • Loading branch information
Arlodotexe committed Dec 10, 2024
1 parent 9741fe7 commit 9517fee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MultiTarget/EnabledTargetFrameworks.props
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<WpfLibTargetFramework Condition="'$(WpfLibTargetFramework)' == ''">net9.0;</WpfLibTargetFramework>

<!-- Used for defining TargetFramework under platforms that need it -->


<DotnetStandardCommonTargetFramework Condition="'$(DotnetStandardCommonTargetFramework)' == ''">netstandard2.0</DotnetStandardCommonTargetFramework>
<DotnetCommonTargetFramework Condition="'$(DotnetCommonTargetFramework)' == ''">net9.0;</DotnetCommonTargetFramework>
</PropertyGroup>
</Project>

0 comments on commit 9517fee

Please sign in to comment.