Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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>