OSX-specific bug fix for search engine

This commit is contained in:
Robert McRackan 2022-07-31 14:24:24 -04:00
parent 7c4575cf66
commit 7cf4c63d79
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Version>8.3.2.1</Version>
<Version>8.3.3.1</Version>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Octokit" Version="1.0.0" />

View File

@ -9,7 +9,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="LuceneNet303r2" Version="3.0.3.3" />
<PackageReference Include="LuceneNet303r2" Version="3.0.3.4" />
</ItemGroup>
<ItemGroup>