Skip to content

Commit

Permalink
Update Lucene.Net.Tests.CodeAnalysis.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
stesee committed Aug 14, 2024
1 parent d7e4fb0 commit 9f149ab
Showing 1 changed file with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,13 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<RootNamespace>Lucene.Net.CodeAnalysis</RootNamespace>

<IsPublishable>false</IsPublishable>
<IsPublishable Condition=" '$(TargetFramework)' == 'net5.0' ">true</IsPublishable>
<IsPublishable Condition=" '$(TargetFramework)' == 'net8.0' ">true</IsPublishable>
<IsTestProject>true</IsTestProject>

<!-- We purposely test on EoL frameworks for testing netstandard2.1, but we want to keep this warning in production code. -->
<CheckEolTargetFramework>false</CheckEolTargetFramework>
</PropertyGroup>


<Import Project="$(SolutionDir).build/TestReferences.Common.targets" />

Expand Down

0 comments on commit 9f149ab

Please sign in to comment.