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 14, 2024
1 parent 8b7617a commit 7107ab7
Show file tree
Hide file tree
Showing 206 changed files with 71,755 additions and 105,859 deletions.
4 changes: 2 additions & 2 deletions Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<Project>
<PropertyGroup>

<AbpVersion>8.0.0</AbpVersion>
<EasyAbpAbpTreesModuleVersion>2.15.0</EasyAbpAbpTreesModuleVersion>
<AbpVersion>8.1.0</AbpVersion>
<EasyAbpAbpTreesModuleVersion>2.16.0</EasyAbpAbpTreesModuleVersion>
<OrleansVersion>3.7.1</OrleansVersion>

</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion common.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<LangVersion>latest</LangVersion>
<Version>0.9.0</Version>
<Version>0.10.0</Version>
<NoWarn>$(NoWarn);CS1591</NoWarn>
<AbpProjectType>module</AbpProjectType>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
Expand Down
1,084 changes: 718 additions & 366 deletions modules/BookingService.Orleans/angular/yarn.lock

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Blazorise.Bootstrap5" Version="1.3.2" />
<PackageReference Include="Blazorise.Icons.FontAwesome" Version="1.3.2" />
<PackageReference Include="Blazorise.Bootstrap5" Version="1.5.0" />
<PackageReference Include="Blazorise.Icons.FontAwesome" Version="1.5.0" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="8.0.0" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Blazorise.Bootstrap5" Version="1.3.2" />
<PackageReference Include="Blazorise.Icons.FontAwesome" Version="1.3.2" />
<PackageReference Include="Blazorise.Bootstrap5" Version="1.5.0" />
<PackageReference Include="Blazorise.Icons.FontAwesome" Version="1.5.0" />
<PackageReference Include="Serilog.AspNetCore" Version="8.0.0" />
<PackageReference Include="Serilog.Sinks.Async" Version="1.5.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="8.0.0" />
Expand Down
Loading

0 comments on commit 7107ab7

Please sign in to comment.