|
|
@@ -1,7 +1,7 @@
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
<PropertyGroup>
|
|
|
- <TargetFrameworks>net8.0;net9.0</TargetFrameworks>
|
|
|
+ <TargetFrameworks>net8.0;net10.0</TargetFrameworks>
|
|
|
<NoWarn>1701;1702;1591;8632</NoWarn>
|
|
|
<DocumentationFile></DocumentationFile>
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
@@ -19,9 +19,9 @@
|
|
|
<PackageReference Include="AspectCore.Extensions.Reflection" Version="2.4.0" />
|
|
|
<PackageReference Include="AspNetCoreRateLimit" Version="5.0.0" />
|
|
|
<PackageReference Include="Elastic.Clients.Elasticsearch" Version="9.2.1" />
|
|
|
- <PackageReference Include="Furion.Extras.Authentication.JwtBearer" Version="4.9.7.137" />
|
|
|
- <PackageReference Include="Furion.Extras.ObjectMapper.Mapster" Version="4.9.7.137" />
|
|
|
- <PackageReference Include="Furion.Pure" Version="4.9.7.137" />
|
|
|
+ <PackageReference Include="Furion.Extras.Authentication.JwtBearer" Version="4.9.7.200" />
|
|
|
+ <PackageReference Include="Furion.Extras.ObjectMapper.Mapster" Version="4.9.7.200" />
|
|
|
+ <PackageReference Include="Furion.Pure" Version="4.9.7.200" />
|
|
|
<PackageReference Include="Hardware.Info" Version="101.1.0.1" />
|
|
|
<PackageReference Include="Hashids.net" Version="1.7.0" />
|
|
|
<PackageReference Include="IPTools.China" Version="1.6.0" />
|
|
|
@@ -62,15 +62,15 @@
|
|
|
<PackageReference Include="Microsoft.AspNetCore.SignalR.StackExchangeRedis" Version="8.0.21" />
|
|
|
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.4.12" />
|
|
|
</ItemGroup>
|
|
|
-
|
|
|
- <ItemGroup Condition=" '$(TargetFramework)' == 'net9.0' ">
|
|
|
- <PackageReference Include="AspNet.Security.OAuth.Gitee" Version="9.4.1" />
|
|
|
- <PackageReference Include="AspNet.Security.OAuth.Weixin" Version="9.4.1" />
|
|
|
- <PackageReference Include="Microsoft.AspNetCore.DataProtection.StackExchangeRedis" Version="9.0.10" />
|
|
|
- <PackageReference Include="Microsoft.AspNetCore.SignalR.Protocols.NewtonsoftJson" Version="9.0.10" />
|
|
|
- <PackageReference Include="Microsoft.AspNetCore.SignalR.StackExchangeRedis" Version="9.0.10" />
|
|
|
+
|
|
|
+ <ItemGroup Condition=" '$(TargetFramework)' == 'net10.0' ">
|
|
|
+ <PackageReference Include="AspNet.Security.OAuth.Gitee" Version="10.0.0" />
|
|
|
+ <PackageReference Include="AspNet.Security.OAuth.Weixin" Version="10.0.0" />
|
|
|
+ <PackageReference Include="Microsoft.AspNetCore.DataProtection.StackExchangeRedis" Version="10.0.0" />
|
|
|
+ <PackageReference Include="Microsoft.AspNetCore.SignalR.Protocols.NewtonsoftJson" Version="10.0.0" />
|
|
|
+ <PackageReference Include="Microsoft.AspNetCore.SignalR.StackExchangeRedis" Version="10.0.0" />
|
|
|
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.5.4" />
|
|
|
<PackageReference Include="XiHan.Framework.Utils" Version="1.4.3" />
|
|
|
- </ItemGroup>
|
|
|
+ </ItemGroup>
|
|
|
|
|
|
</Project>
|