Skip to content

Commit e4a97cb

Browse files
authored
Merge pull request #641 from aspnetboilerplate/pr/6479
Update nuget packages
2 parents 584175d + 6b1bd73 commit e4a97cb

File tree

12 files changed

+2110
-84
lines changed

12 files changed

+2110
-84
lines changed

aspnet-core/src/AbpCompanyName.AbpProjectName.Core/AbpCompanyName.AbpProjectName.Core.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
</ItemGroup>
1919

2020
<ItemGroup>
21-
<PackageReference Include="Abp.AutoMapper" Version="7.1.0" />
22-
<PackageReference Include="Abp.ZeroCore.EntityFrameworkCore" Version="7.1.0" />
21+
<PackageReference Include="Abp.AutoMapper" Version="7.3.0" />
22+
<PackageReference Include="Abp.ZeroCore.EntityFrameworkCore" Version="7.3.0" />
2323
<PackageReference Include="Castle.Windsor.MsDependencyInjection" Version="3.4.0" />
2424
</ItemGroup>
2525

aspnet-core/src/AbpCompanyName.AbpProjectName.Core/AppVersionHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public class AppVersionHelper
1313
/// Gets current version of the application.
1414
/// It's also shown in the web page.
1515
/// </summary>
16-
public const string Version = "7.1.0.0";
16+
public const string Version = "7.3.0.0";
1717

1818
/// <summary>
1919
/// Gets release (last build) date of the application.

0 commit comments

Comments
 (0)