Skip to content

Commit

Permalink
Update Examine.Lucene.csproj
Browse files Browse the repository at this point in the history
net 8
  • Loading branch information
nzdev authored Jun 18, 2024
1 parent 5ad4d1e commit f1d3930
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Examine.Lucene/Examine.Lucene.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<PackageTags>examine lucene lucene.net lucenenet search index</PackageTags>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<Nullable>enable</Nullable>
<LangVersion>10</LangVersion>
<TargetFrameworks>net6.0;</TargetFrameworks>
<LangVersion>12</LangVersion>
<TargetFrameworks>net8.0;</TargetFrameworks>
</PropertyGroup>
<ItemGroup>
<None Remove="AspExamineManager.cs.bak" />
Expand Down Expand Up @@ -39,7 +39,7 @@
<Version>4.3.0</Version>
</PackageReference>
<PackageReference Include="System.Threading.AccessControl">
<Version>6.0.0</Version>
<Version>8.0.0</Version>
</PackageReference>
</ItemGroup>
<ItemGroup>
Expand Down

0 comments on commit f1d3930

Please sign in to comment.