Skip to content

Commit

Permalink
Set RollForward=Major instead of LatestMajor.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrp authored Feb 17, 2024
1 parent ccfac4d commit 56ab3a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Example/Example.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<TargetFrameworks>net8.0;net7.0;net6.0</TargetFrameworks>
<PackAsTool>true</PackAsTool>
<PackageId>dotnet-example</PackageId>
<RollForward>LatestMajor</RollForward>
<RollForward>Major</RollForward>
<ToolCommandName>dotnet-example</ToolCommandName>
</PropertyGroup>

Expand Down

0 comments on commit 56ab3a9

Please sign in to comment.