|
@@ -1,31 +1,25 @@
|
|
<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
-
|
|
|
|
<PropertyGroup>
|
|
<PropertyGroup>
|
|
- <TargetFramework>net7.0</TargetFramework>
|
|
|
|
|
|
+ <TargetFramework>net8.0</TargetFramework>
|
|
<AspNetCoreHostingModel>InProcess</AspNetCoreHostingModel>
|
|
<AspNetCoreHostingModel>InProcess</AspNetCoreHostingModel>
|
|
<Configurations>Debug;Release;String版本;Guid版本;Long版本</Configurations>
|
|
<Configurations>Debug;Release;String版本;Guid版本;Long版本</Configurations>
|
|
<RunAnalyzersDuringBuild>false</RunAnalyzersDuringBuild>
|
|
<RunAnalyzersDuringBuild>false</RunAnalyzersDuringBuild>
|
|
<RunAnalyzersDuringLiveAnalysis>false</RunAnalyzersDuringLiveAnalysis>
|
|
<RunAnalyzersDuringLiveAnalysis>false</RunAnalyzersDuringLiveAnalysis>
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
-
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
|
<DocumentationFile>D:\Private\Masuit.LuceneEFCore.SearchEngine\WebSearchDemo\WebSearchDemo.xml</DocumentationFile>
|
|
<DocumentationFile>D:\Private\Masuit.LuceneEFCore.SearchEngine\WebSearchDemo\WebSearchDemo.xml</DocumentationFile>
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
-
|
|
|
|
<ItemGroup>
|
|
<ItemGroup>
|
|
- <PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="7.0.13" />
|
|
|
|
- <PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="7.0.13" />
|
|
|
|
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.5.0" />
|
|
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.5.0" />
|
|
|
|
+ <PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="8.0.0" />
|
|
|
|
+ <PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="8.0.0" />
|
|
</ItemGroup>
|
|
</ItemGroup>
|
|
-
|
|
|
|
<ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Masuit.LuceneEFCore.SearchEngine\Masuit.LuceneEFCore.SearchEngine.csproj" />
|
|
<ProjectReference Include="..\Masuit.LuceneEFCore.SearchEngine\Masuit.LuceneEFCore.SearchEngine.csproj" />
|
|
</ItemGroup>
|
|
</ItemGroup>
|
|
-
|
|
|
|
<ItemGroup>
|
|
<ItemGroup>
|
|
<Content Update="Posts.json">
|
|
<Content Update="Posts.json">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
</Content>
|
|
</ItemGroup>
|
|
</ItemGroup>
|
|
-
|
|
|
|
-</Project>
|
|
|
|
|
|
+</Project>
|