Skip to content

Commit

Permalink
Set roll-forward policy to Major for nunit3-console
Browse files Browse the repository at this point in the history
Fixes #1012
  • Loading branch information
k15tfu committed Jan 15, 2022
1 parent cb32a9c commit ed66240
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/NUnitConsole/nunit3-console/nunit3-console.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<RootNamespace>NUnit.ConsoleRunner</RootNamespace>
<AssemblyName>nunit3-console</AssemblyName>
<TargetFrameworks>net20;netcoreapp3.1</TargetFrameworks>
<RollForward>Major</RollForward>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>..\..\..\nunit.ico</ApplicationIcon>
Expand Down

0 comments on commit ed66240

Please sign in to comment.