V10: Update examine dependency (#12982)

* Update Examine.Lucene to newest version

* Update other projects
This commit is contained in:
Nikolaj Geisle
2022-09-12 18:48:30 +02:00
committed by GitHub
parent d5be2fb89c
commit 09e2b04f91
3 changed files with 3 additions and 3 deletions

View File

@@ -52,7 +52,7 @@
<PackageReference Include="System.Security.Cryptography.Pkcs" Version="6.0.1" />
<PackageReference Include="System.Text.Encodings.Web" Version="6.0.0" /> <!-- Explicit updated this nested dependency due to this https://github.com/dotnet/announcements/issues/178-->
<PackageReference Include="System.Threading.Tasks.Dataflow" Version="6.0.0" />
<PackageReference Include="Examine.Core" Version="3.0.0" />
<PackageReference Include="Examine.Core" Version="3.0.1" />
<PackageReference Include="Umbraco.Code" Version="2.0.0">
<PrivateAssets>all</PrivateAssets>
</PackageReference>