升级net7

This commit is contained in:
毛财君
2023-07-07 11:23:30 +08:00
parent 197b38ca6f
commit 6083c9476c
10 changed files with 57 additions and 51 deletions

View File

@@ -1,16 +1,16 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<TargetFramework>net7.0</TargetFramework>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DocumentationFile>D:\temp_task\20220313\gitcode\number_zj\20220330_Vote\Vote.Services\Vote.Services.xml</DocumentationFile>
<DocumentationFile>Vote.Services.xml</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Aspose.Words" Version="23.1.0" />
<PackageReference Include="HtmlAgilityPack" Version="1.11.46" />
<PackageReference Include="Aspose.Words" Version="23.6.0" />
<PackageReference Include="HtmlAgilityPack" Version="1.11.49" />
<PackageReference Include="NPOI" Version="2.6.0" />
<PackageReference Include="OnceMi.AspNetCore.OSS" Version="1.1.9" />
<PackageReference Include="SharpZipLib" Version="1.4.2" />