Skip to content

Commit

Permalink
Merge pull request #1220 from nohwnd/add-self-registered-net4
Browse files Browse the repository at this point in the history
Set generate self-registered extensions property to default value
  • Loading branch information
OsirisTerje authored Oct 31, 2024
2 parents c79bb93 + f9a641d commit 648ffaf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nuget/net462/NUnit3TestAdapter.targets
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<!-- Handle the coexistance between Microsoft.Testing.Platform and Microsoft.NET.Test.Sdk -->
<PropertyGroup>
<GenerateTestingPlatformEntryPoint Condition=" '$(GenerateTestingPlatformEntryPoint)' == '' ">$(EnableNUnitRunner)</GenerateTestingPlatformEntryPoint>
<GenerateSelfRegisteredExtensions Condition=" '$(GenerateSelfRegisteredExtensions)' == '' ">$(EnableNUnitRunner)</GenerateSelfRegisteredExtensions>
<GenerateProgramFile Condition=" '$(EnableNUnitRunner)' == 'true' ">false</GenerateProgramFile>
</PropertyGroup>

Expand Down

0 comments on commit 648ffaf

Please sign in to comment.