Skip to content

Commit 8907b5e

Browse files
committed
Lucene.Net.Tests.Analysis.OpenNLP.csproj: Removed unnecessary condition on TargetFramework
1 parent 340b285 commit 8907b5e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Lucene.Net.Tests.Analysis.OpenNLP/Lucene.Net.Tests.Analysis.OpenNLP.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<IsPublishable>false</IsPublishable>
4040
<IsTestProject>false</IsTestProject>
4141
<!-- For the IDE, the above doesn't work. Redirect to a supported test framework instead. -->
42-
<TargetFramework Condition=" '$(TargetFramework)' == 'net472' ">net48</TargetFramework>
42+
<TargetFramework>net48</TargetFramework>
4343
</PropertyGroup>
4444

4545
<ItemGroup>

0 commit comments

Comments
 (0)