升级框架到asp.net 9版本,打包项目v0.75版本,更新版本号。.net8版本切入到分支。

This commit is contained in:
jianweie code
2024-11-28 22:54:41 +08:00
parent a416bb4048
commit 648592ab0e
27 changed files with 98 additions and 88 deletions

View File

@@ -1,12 +1,13 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<TargetFramework>net9.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Hangfire" Version="1.8.15" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.2" />
<PackageReference Include="Hangfire" Version="1.8.16" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="9.0.0" />
<PackageReference Include="System.Data.SqlClient" Version="4.9.0" />
</ItemGroup>
<ItemGroup>