Skip to content

Commit 85ddb8d

Browse files
committed
Upgrade to ABP 9.3.3
1 parent 6d6e844 commit 85ddb8d

26 files changed

Lines changed: 4919 additions & 384 deletions

File tree

Directory.Build.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22
<PropertyGroup>
3-
<AbpVersion>9.2.1</AbpVersion>
4-
<EasyAbpPrivateMessagingModuleVersion>3.0.0</EasyAbpPrivateMessagingModuleVersion>
5-
<EasyAbpAbpWeChatModuleVersion>3.6.0</EasyAbpAbpWeChatModuleVersion>
3+
<AbpVersion>9.3.3</AbpVersion>
4+
<EasyAbpPrivateMessagingModuleVersion>3.1.0</EasyAbpPrivateMessagingModuleVersion>
5+
<EasyAbpAbpWeChatModuleVersion>3.7.0</EasyAbpAbpWeChatModuleVersion>
66
</PropertyGroup>
77
</Project>

common.props

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22
<PropertyGroup>
33
<LangVersion>latest</LangVersion>
4-
<Version>3.5.0-preview.1</Version>
4+
<Version>3.5.0</Version>
55
<NoWarn>$(NoWarn);CS1591</NoWarn>
66
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
77
<Authors>EasyAbp Team</Authors>
@@ -29,3 +29,4 @@
2929
</Project>
3030

3131

32+

host/EasyAbp.NotificationService.HttpApi.Host/EasyAbp.NotificationService.HttpApi.Host.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
<PackageReference Include="Serilog.AspNetCore" Version="9.0.0" />
1414
<PackageReference Include="Serilog.Sinks.Async" Version="2.1.0" />
1515
<PackageReference Include="IdentityModel" Version="7.0.0" />
16-
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="9.0.4" />
17-
<PackageReference Include="Microsoft.AspNetCore.DataProtection.StackExchangeRedis" Version="9.0.4" />
18-
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="9.0.4" />
16+
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="9.0.5" />
17+
<PackageReference Include="Microsoft.AspNetCore.DataProtection.StackExchangeRedis" Version="9.0.5" />
18+
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="9.0.5" />
1919
<PackageReference Include="Volo.Abp.Autofac" Version="$(AbpVersion)" />
2020
<PackageReference Include="Volo.Abp.Caching.StackExchangeRedis" Version="$(AbpVersion)" />
2121
<PackageReference Include="Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy" Version="$(AbpVersion)" />

host/EasyAbp.NotificationService.IdentityServer/EasyAbp.NotificationService.IdentityServer.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
<ItemGroup>
1111
<PackageReference Include="Serilog.AspNetCore" Version="9.0.0" />
1212
<PackageReference Include="Serilog.Sinks.Async" Version="2.1.0" />
13-
<PackageReference Include="Microsoft.AspNetCore.DataProtection.StackExchangeRedis" Version="9.0.4" />
14-
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="9.0.4" />
13+
<PackageReference Include="Microsoft.AspNetCore.DataProtection.StackExchangeRedis" Version="9.0.5" />
14+
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="9.0.5" />
1515
<PackageReference Include="Volo.Abp.AspNetCore.Authentication.JwtBearer" Version="$(AbpVersion)" />
1616
<PackageReference Include="Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic" Version="$(AbpVersion)" />
1717
<PackageReference Include="Volo.Abp.AspNetCore.Mvc" Version="$(AbpVersion)" />

0 commit comments

Comments
 (0)