|
|
@@ -1,15 +1,15 @@
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
<PropertyGroup>
|
|
|
- <TargetFrameworks>netstandard2.1;net6;net7;net8;net9</TargetFrameworks>
|
|
|
+ <TargetFrameworks>netstandard2.1;net6;net7;net8;net9;net10.0</TargetFrameworks>
|
|
|
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
|
|
|
<Authors>懒得勤快</Authors>
|
|
|
<Company>懒得勤快</Company>
|
|
|
- <Product>基于EntityFrameworkCore和Lucene.NET实现的全文检索搜索引擎,主键int版本</Product>
|
|
|
+ <Product>基于EntityFrameworkCore和Lucene.NET实现的全文检索搜索引擎,主键guid版本</Product>
|
|
|
<Description>基于EntityFrameworkCore和Lucene.NET实现的全文检索搜索引擎</Description>
|
|
|
<Copyright>懒得勤快</Copyright>
|
|
|
<PackageProjectUrl>https://github.com/ldqk/Masuit.LuceneEFCore.SearchEngine</PackageProjectUrl>
|
|
|
- <PackageId>Masuit.LuceneEFCore.SearchEngine_int</PackageId>
|
|
|
- <Version>24.3</Version>
|
|
|
+ <PackageId>Masuit.LuceneEFCore.SearchEngine_guid</PackageId>
|
|
|
+ <Version>25.1</Version>
|
|
|
<Configurations>Debug;Release;String版本;Guid版本;Long版本</Configurations>
|
|
|
<RunAnalyzersDuringBuild>false</RunAnalyzersDuringBuild>
|
|
|
<RunAnalyzersDuringLiveAnalysis>false</RunAnalyzersDuringLiveAnalysis>
|
|
|
@@ -44,7 +44,7 @@
|
|
|
<PackageReference Include="Lucene.JIEba.Segment.NetCore" Version="1.0" />
|
|
|
<PackageReference Include="Lucene.Net.QueryParser" Version="4.8.0-beta00017" />
|
|
|
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
|
|
|
- <PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
|
|
|
+ <PackageReference Include="Newtonsoft.Json" Version="13.0.4" />
|
|
|
<PackageReference Include="TinyPinyin.Net" Version="1.0.2" />
|
|
|
</ItemGroup>
|
|
|
<ItemGroup Condition=" '$(TargetFramework)' == 'net8'">
|
|
|
@@ -59,6 +59,9 @@
|
|
|
<ItemGroup Condition=" '$(TargetFramework)' == 'net9'">
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.10" />
|
|
|
</ItemGroup>
|
|
|
+ <ItemGroup Condition=" '$(TargetFramework)' == 'net10.0'">
|
|
|
+ <PackageReference Include="Microsoft.EntityFrameworkCore" Version="10" />
|
|
|
+ </ItemGroup>
|
|
|
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.1'">
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="3.1.32" />
|
|
|
</ItemGroup>
|