Skip to content

Commit

Permalink
Merge pull request #1093 from k15tfu/fix-issue-1012
Browse files Browse the repository at this point in the history
Set roll-forward policy to Major for nunit3-console
  • Loading branch information
CharliePoole authored Jan 15, 2022
2 parents cb32a9c + ed66240 commit 7472346
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 7472346

Please sign in to comment.