Skip to content

Commit

Permalink
build(deps): bump NHibernate in /src/NHibernate.Search
Browse files Browse the repository at this point in the history
Bumps NHibernate from 5.3.13 to 5.4.9.

---
updated-dependencies:
- dependency-name: NHibernate
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 8, 2024
1 parent 6d6dda0 commit dfd9ef5
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions src/NHibernate.Search/NHibernate.Search.Lucene.csproj
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net461;netstandard2.0</TargetFrameworks>
<CLSCompliant>false</CLSCompliant>
<Description>NHibernate Search - Integration with Lucene.NET</Description>
<PackageDescription>NHibernate Search brings the power of full text search engines to the persistence domain model by combining NHibernate with the capabilities of the Lucene.Net search engine.</PackageDescription>
<RootNamespace>NHibernate.Search</RootNamespace>
</PropertyGroup>
<ItemGroup>
<None Remove="**/*.xsd" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="**/*.xsd" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Lucene.Net.QueryParser" Version="4.8.0-beta00016" NoWarn="NU5104" />
<PackageReference Include="NHibernate" Version="5.3.13" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'net461'">
<Reference Include="System.Configuration" />
</ItemGroup>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net461;netstandard2.0</TargetFrameworks>
<CLSCompliant>false</CLSCompliant>
<Description>NHibernate Search - Integration with Lucene.NET</Description>
<PackageDescription>NHibernate Search brings the power of full text search engines to the persistence domain model by combining NHibernate with the capabilities of the Lucene.Net search engine.</PackageDescription>
<RootNamespace>NHibernate.Search</RootNamespace>
</PropertyGroup>
<ItemGroup>
<None Remove="**/*.xsd" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="**/*.xsd" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Lucene.Net.QueryParser" Version="4.8.0-beta00016" NoWarn="NU5104" />
<PackageReference Include="NHibernate" Version="5.4.9" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'net461'">
<Reference Include="System.Configuration" />
</ItemGroup>
</Project>

0 comments on commit dfd9ef5

Please sign in to comment.