Skip to content

Commit

Permalink
Change RollForward from LatestMajor to Major for tools.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrp committed Feb 17, 2024
1 parent 2021bed commit 07e18bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<IsPublishable>true</IsPublishable>
<OutputType>Exe</OutputType>
<PackAsTool>true</PackAsTool>
<RollForward>LatestMajor</RollForward>
<RollForward>Major</RollForward>
<RootNamespace>Vezel.Novadrop</RootNamespace>
<SatelliteResourceLanguages>en</SatelliteResourceLanguages>
<SelfContained>false</SelfContained>
Expand Down

0 comments on commit 07e18bd

Please sign in to comment.