|
|
@@ -69,13 +69,8 @@
|
|
|
<PackageReference Include="Microsoft.AspNetCore.DataProtection.StackExchangeRedis" Version="9.0.5" />
|
|
|
<PackageReference Include="Microsoft.AspNetCore.SignalR.Protocols.NewtonsoftJson" Version="9.0.5" />
|
|
|
<PackageReference Include="Microsoft.AspNetCore.SignalR.StackExchangeRedis" Version="9.0.5" />
|
|
|
+ <PackageReference Include="XiHan.Framework.Utils" Version="0.9.5" />
|
|
|
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.5.1" />
|
|
|
</ItemGroup>
|
|
|
|
|
|
- <ItemGroup Condition="'$(TargetFramework)' == 'net9.0'">
|
|
|
- <PackageReference Include="XiHan.Framework.Utils">
|
|
|
- <Version>0.9.3</Version>
|
|
|
- </PackageReference>
|
|
|
- </ItemGroup>
|
|
|
-
|
|
|
</Project>
|