Skip to content

Commit

Permalink
OSX-specific bug fix for search engine
Browse files Browse the repository at this point in the history
  • Loading branch information
rmcrackan committed Jul 31, 2022
1 parent 7c4575c commit 7cf4c63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Source/AppScaffolding/AppScaffolding.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -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" />
Expand Down
2 changes: 1 addition & 1 deletion Source/LibationSearchEngine/LibationSearchEngine.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="LuceneNet303r2" Version="3.0.3.3" />
<PackageReference Include="LuceneNet303r2" Version="3.0.3.4" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 7cf4c63

Please sign in to comment.