-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): bump NHibernate in /src/NHibernate.Search
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
1 parent
6d6dda0
commit dfd9ef5
Showing
1 changed file
with
21 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |