Skip to content

Commit

Permalink
Set roll-forward policy to LatestMajor for the global tool.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrp authored and jonsequitur committed Jan 18, 2024
1 parent 6bcc71a commit 03d81f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dotnet-repl/dotnet-repl.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<RollForward>LatestMajor</RollForward>
<Nullable>enable</Nullable>
</PropertyGroup>

Expand Down

0 comments on commit 03d81f6

Please sign in to comment.