Skip to content

Commit

Permalink
升级 Admin.Core v8.2.0
Browse files Browse the repository at this point in the history
更新 初始化数据文件
更新 npm包
  • Loading branch information
zhontai committed May 28, 2024
1 parent 48bbf6b commit 70fe255
Show file tree
Hide file tree
Showing 11 changed files with 1,390 additions and 192 deletions.
4 changes: 2 additions & 2 deletions templates/admin/content/src/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<PackageZhonTaiVersion>8.1.0</PackageZhonTaiVersion>
<PackageFreeSqlVersion>3.2.820</PackageFreeSqlVersion>
<PackageZhonTaiVersion>8.2.0</PackageZhonTaiVersion>
<PackageFreeSqlVersion>3.2.825</PackageFreeSqlVersion>
</PropertyGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,15 @@
{
"name": "MyApp",
"code": "app",
"version": "v8.1.0",
"version": "v8.2.0",
"description": "MyApp"
}
////#if (!MicroService)
,
{
"name": "中台Admin",
"code": "admin",
"version": "v8.1.0",
"version": "v8.2.0",
"description": "权限管理"
}
////#endif
Expand Down
Loading

0 comments on commit 70fe255

Please sign in to comment.