Skip to content

Commit

Permalink
升级nuget包
Browse files Browse the repository at this point in the history
更新readme
  • Loading branch information
zhontai committed Dec 22, 2024
1 parent a2e6de1 commit e31e72f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions src/modules/admin/ZhonTai.Admin/ZhonTai.Admin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@

<ItemGroup>
<PackageReference Include="AngleSharp" Version="1.1.2" />
<PackageReference Include="AspNetCore.HealthChecks.UI.Client" Version="8.0.1" />
<PackageReference Include="AspNetCore.HealthChecks.UI.Client" Version="9.0.0" />
<PackageReference Include="AspNetCoreRateLimit" Version="5.0.0" />
<PackageReference Include="Autofac.Extensions.DependencyInjection" Version="10.0.0" />
<PackageReference Include="Autofac.Extras.DynamicProxy" Version="7.1.0" />
<PackageReference Include="Castle.Core.AsyncInterceptor" Version="2.1.0" />
<PackageReference Include="Cronos" Version="0.9.0" />
<PackageReference Include="DotNetCore.CAP" Version="8.3.2" />
<PackageReference Include="FluentValidation.AspNetCore" Version="11.3.0" />
<PackageReference Include="FreeRedis" Version="1.3.5" />
<PackageReference Include="FreeRedis.DistributedCache" Version="1.3.5" />
<PackageReference Include="FreeRedis" Version="1.3.6" />
<PackageReference Include="FreeRedis.DistributedCache" Version="1.3.6" />
<PackageReference Include="FreeSql" Version="3.5.102" />
<PackageReference Include="FreeSql.Cloud" Version="1.9.1" />
<PackageReference Include="FreeSql.Repository" Version="3.5.102" />
Expand Down
2 changes: 1 addition & 1 deletion src/modules/admin/ZhonTai.Tests/ZhonTai.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="xunit" Version="2.9.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down
2 changes: 1 addition & 1 deletion ui/zhontai.ui.admin.vue3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

- vue3.x 版本 <a href="https://github.com/zhontai/Admin.Core/tree/master/ui/zhontai.ui.admin.vue3" target="_blank">zhontai.ui.admin.vue3</a>

#### 🚧 安装 cnpm、yarn
#### 🚧 安装 pnpm

- 复制代码(桌面 cmd 运行) `npm install -g pnpm --registry=https://registry.npmmirror.com`

Expand Down

0 comments on commit e31e72f

Please sign in to comment.