Skip to content

Commit 446e918

Browse files
committed
Upgrade to ABP 8.2.0
1 parent 9234ce7 commit 446e918

File tree

30 files changed

+5202
-7142
lines changed

30 files changed

+5202
-7142
lines changed

Directory.Build.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22
<PropertyGroup>
33

4-
<AbpVersion>8.1.0</AbpVersion>
4+
<AbpVersion>8.2.0</AbpVersion>
55

66
</PropertyGroup>
77
</Project>

common.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22
<PropertyGroup>
33
<LangVersion>latest</LangVersion>
4-
<Version>0.18.0</Version>
4+
<Version>0.19.0</Version>
55
<NoWarn>$(NoWarn);CS1591</NoWarn>
66
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
77
<Authors>EasyAbp Team</Authors>

host/EasyAbp.SharedResources.Host.Shared/EasyAbp.SharedResources.Host.Shared.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<Import Project="..\..\common.props" />
44

55
<PropertyGroup>
6-
<TargetFramework>netstandard2.0</TargetFramework>
6+
<TargetFramework>net8.0</TargetFramework>
77
<RootNamespace>EasyAbp.SharedResources</RootNamespace>
88
</PropertyGroup>
99

host/EasyAbp.SharedResources.HttpApi.Host/EasyAbp.SharedResources.HttpApi.Host.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
<PackageReference Include="IdentityModel" Version="6.2.0" />
1616
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.0" />
1717
<PackageReference Include="Microsoft.Extensions.Caching.StackExchangeRedis" Version="8.0.0" />
18-
<PackageReference Include="Microsoft.AspNetCore.DataProtection.StackExchangeRedis" Version="8.0.0" />
19-
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="8.0.0" />
18+
<PackageReference Include="Microsoft.AspNetCore.DataProtection.StackExchangeRedis" Version="8.0.4" />
19+
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="8.0.4" />
2020
<PackageReference Include="Volo.Abp.Autofac" Version="$(AbpVersion)" />
2121
<PackageReference Include="Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy" Version="$(AbpVersion)" />
2222
<PackageReference Include="Volo.Abp.EntityFrameworkCore.SqlServer" Version="$(AbpVersion)" />

host/EasyAbp.SharedResources.IdentityServer/EasyAbp.SharedResources.IdentityServer.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
<PackageReference Include="Serilog.AspNetCore" Version="8.0.0" />
1212
<PackageReference Include="Serilog.Sinks.File" Version="5.0.0" />
1313
<PackageReference Include="Microsoft.Extensions.Caching.StackExchangeRedis" Version="8.0.0" />
14-
<PackageReference Include="Microsoft.AspNetCore.DataProtection.StackExchangeRedis" Version="8.0.0" />
15-
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="8.0.0" />
14+
<PackageReference Include="Microsoft.AspNetCore.DataProtection.StackExchangeRedis" Version="8.0.4" />
15+
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="8.0.4" />
1616
<PackageReference Include="Volo.Abp.AspNetCore.Authentication.JwtBearer" Version="$(AbpVersion)" />
1717
<PackageReference Include="Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic" Version="$(AbpVersion)" />
1818
<PackageReference Include="Volo.Abp.AspNetCore.Mvc" Version="$(AbpVersion)" />

0 commit comments

Comments
 (0)