Skip to content

Commit

Permalink
Upgrade to ABP 8.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gdlcf88 committed Apr 13, 2024
1 parent faf4442 commit 2c1ffa3
Show file tree
Hide file tree
Showing 49 changed files with 16,711 additions and 26,274 deletions.
6 changes: 3 additions & 3 deletions Directory.Build.props
@@ -1,9 +1,9 @@
<Project>
<PropertyGroup>

<AbpVersion>8.0.0</AbpVersion>
<GraphQLDotnetVersion>7.7.2</GraphQLDotnetVersion>
<GraphQLDotnetServerUiVersion>7.6.0</GraphQLDotnetServerUiVersion>
<AbpVersion>8.1.0</AbpVersion>
<GraphQLDotnetVersion>7.8.0</GraphQLDotnetVersion>
<GraphQLDotnetServerUiVersion>7.7.1</GraphQLDotnetServerUiVersion>

</PropertyGroup>
</Project>
2 changes: 1 addition & 1 deletion common.props
@@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<LangVersion>latest</LangVersion>
<Version>1.6.0</Version>
<Version>1.7.0</Version>
<NoWarn>$(NoWarn);CS1591</NoWarn>
<AbpProjectType>module</AbpProjectType>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
Expand Down
2 changes: 1 addition & 1 deletion host/EasyAbp.Abp.GraphQL.HttpApi.Host/package.json
Expand Up @@ -3,6 +3,6 @@
"name": "my-app",
"private": true,
"dependencies": {
"@abp/aspnetcore.mvc.ui.theme.leptonxlite": "~3.0.0"
"@abp/aspnetcore.mvc.ui.theme.leptonxlite": "~3.1.0"
}
}

0 comments on commit 2c1ffa3

Please sign in to comment.