Browse Source
Merge pull request #295 from colinin/4.4
upgrade dapr.net from 1.1.0 to 1.3.0
pull/364/head
yx lin
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with
107 additions and
108 deletions
-
aspnet-core/modules/dapr/LINGYUN.Abp.Dapr.Actors.AspNetCore/LINGYUN.Abp.Dapr.Actors.AspNetCore.csproj
-
aspnet-core/modules/dapr/LINGYUN.Abp.Dapr.Actors/LINGYUN.Abp.Dapr.Actors.csproj
-
aspnet-core/modules/dapr/LINGYUN.Abp.Dapr.Client/LINGYUN.Abp.Dapr.Client.csproj
-
aspnet-core/modules/identity/LINGYUN.Abp.Identity.Application/LINGYUN/Abp/Identity/MyProfileAppService.cs
|
|
|
@ -8,7 +8,7 @@ |
|
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
<PackageReference Include="Dapr.Actors.AspNetCore" Version="1.1.0" /> |
|
|
|
<PackageReference Include="Dapr.Actors.AspNetCore" Version="1.3.0" /> |
|
|
|
<PackageReference Include="Volo.Abp.AspNetCore" Version="4.4.0" /> |
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
|
|
|
|
@ -8,7 +8,7 @@ |
|
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
<PackageReference Include="Dapr.Actors" Version="1.1.0" /> |
|
|
|
<PackageReference Include="Dapr.Actors" Version="1.3.0" /> |
|
|
|
<PackageReference Include="Volo.Abp.Http.Client" Version="4.4.0" /> |
|
|
|
</ItemGroup> |
|
|
|
</Project> |
|
|
|
|
|
|
|
@ -1,4 +1,4 @@ |
|
|
|
<Project Sdk="Microsoft.NET.Sdk"> |
|
|
|
<Project Sdk="Microsoft.NET.Sdk"> |
|
|
|
|
|
|
|
<PropertyGroup> |
|
|
|
<TargetFramework>net5.0</TargetFramework> |
|
|
|
@ -6,7 +6,7 @@ |
|
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
<PackageReference Include="Dapr.Client" Version="1.1.0" /> |
|
|
|
<PackageReference Include="Dapr.Client" Version="1.3.0" /> |
|
|
|
<PackageReference Include="Volo.Abp.Http.Client" Version="4.4.0" /> |
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
|
|
|
|
@ -7,7 +7,6 @@ using System.Threading.Tasks; |
|
|
|
using Volo.Abp; |
|
|
|
using Volo.Abp.Caching; |
|
|
|
using Volo.Abp.Identity; |
|
|
|
using Volo.Abp.Identity.Settings; |
|
|
|
using Volo.Abp.Settings; |
|
|
|
using Volo.Abp.Users; |
|
|
|
|
|
|
|
|