|
|
@@ -9,7 +9,7 @@
|
|
|
<Copyright>懒得勤快</Copyright>
|
|
|
<PackageProjectUrl>https://github.com/ldqk/Masuit.LuceneEFCore.SearchEngine</PackageProjectUrl>
|
|
|
<PackageId>Masuit.LuceneEFCore.SearchEngine_int</PackageId>
|
|
|
- <Version>1.1.3</Version>
|
|
|
+ <Version>1.1.4</Version>
|
|
|
<Configurations>Debug;Release;String版本;Guid版本;Long版本</Configurations>
|
|
|
<RunAnalyzersDuringBuild>false</RunAnalyzersDuringBuild>
|
|
|
<RunAnalyzersDuringLiveAnalysis>false</RunAnalyzersDuringLiveAnalysis>
|
|
|
@@ -19,8 +19,8 @@
|
|
|
<IncludeSymbols>true</IncludeSymbols>
|
|
|
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
|
|
|
<LangVersion>9</LangVersion>
|
|
|
- <FileVersion>1.1.3</FileVersion>
|
|
|
- <AssemblyVersion>1.1.3</AssemblyVersion>
|
|
|
+ <FileVersion>1.1.4</FileVersion>
|
|
|
+ <AssemblyVersion>1.1.4</AssemblyVersion>
|
|
|
<EmbedUntrackedSources>true</EmbedUntrackedSources>
|
|
|
<IncludeSymbols>true</IncludeSymbols>
|
|
|
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
|
|
|
@@ -32,6 +32,15 @@
|
|
|
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
|
|
|
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
|
|
|
</ItemGroup>
|
|
|
+ <ItemGroup Condition=" '$(TargetFramework)' == 'net5'">
|
|
|
+ <PackageReference Include="Microsoft.EntityFrameworkCore" Version="5.0.8" />
|
|
|
+ </ItemGroup>
|
|
|
+ <ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.1'">
|
|
|
+ <PackageReference Include="Microsoft.EntityFrameworkCore" Version="3.1.9" />
|
|
|
+ </ItemGroup>
|
|
|
+ <ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0'">
|
|
|
+ <PackageReference Include="Microsoft.EntityFrameworkCore" Version="2.2.6" />
|
|
|
+ </ItemGroup>
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
|
|
<DefineConstants>TRACE;Int</DefineConstants>
|
|
|
@@ -61,15 +70,6 @@
|
|
|
<Optimize>true</Optimize>
|
|
|
<DocumentationFile>.\Masuit.LuceneEFCore.SearchEngine.xml</DocumentationFile>
|
|
|
</PropertyGroup>
|
|
|
- <ItemGroup Condition=" '$(TargetFramework)' == 'net5'">
|
|
|
- <PackageReference Include="Microsoft.EntityFrameworkCore" Version="5.0.7" />
|
|
|
- </ItemGroup>
|
|
|
- <ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.1'">
|
|
|
- <PackageReference Include="Microsoft.EntityFrameworkCore" Version="3.1.9" />
|
|
|
- </ItemGroup>
|
|
|
- <ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0'">
|
|
|
- <PackageReference Include="Microsoft.EntityFrameworkCore" Version="2.2.6" />
|
|
|
- </ItemGroup>
|
|
|
<ItemGroup>
|
|
|
<None Update="Masuit.LuceneEFCore.SearchEngine.xml">
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|