Skip to content

Commit

Permalink
Upgrade to ABP 8.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gdlcf88 committed Oct 27, 2024
1 parent 2bb17ce commit 9c6caba
Show file tree
Hide file tree
Showing 4 changed files with 195 additions and 185 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<PropertyGroup>

<AbpVersion>8.2.0</AbpVersion>
<AbpVersion>8.3.2</AbpVersion>
<ElsaVersion>2.14.1</ElsaVersion>

</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion sample/AbpElsaSample/AbpElsaSample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Volo.Abp.AspNetCore.Mvc.UI.Theme.LeptonXLite" Version="3.2.0" />
<PackageReference Include="Volo.Abp.AspNetCore.Mvc.UI.Theme.LeptonXLite" Version="3.3.2" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion sample/AbpElsaSample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"name": "my-app",
"private": true,
"dependencies": {
"@abp/aspnetcore.mvc.ui.theme.leptonxlite": "~3.2.0"
"@abp/aspnetcore.mvc.ui.theme.leptonxlite": "~3.3.2"
}
}
Loading

0 comments on commit 9c6caba

Please sign in to comment.