Skip to content

Commit

Permalink
Update TargetFrameworkDefaults.props
Browse files Browse the repository at this point in the history
  • Loading branch information
ViktorHofer authored Jan 8, 2024
1 parent 748bc42 commit 4932b64
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@
<NetToolCurrent Condition="'$(DotNetBuildFromSource)' != 'true'">net9.0</NetToolCurrent>
<NetToolCurrent Condition="'$(DotNetBuildFromSource)' == 'true'">$(NetCurrent)</NetToolCurrent>

<!-- Lowest version of .NET at the time of the release of NetCurrent that is supported by tooling.
Undefined when NetToolCurrent and NetToolMinimum are identical. -->
<NetToolMinimum>net8.0</NetToolMinimum>

<!-- The version of .NET Framework that tools (i.e. msbuild tasks) should target. -->
<NetFrameworkToolCurrent>net472</NetFrameworkToolCurrent>
</PropertyGroup>
Expand Down

0 comments on commit 4932b64

Please sign in to comment.