Browse Source
Merge pull request #306 from colinin/4.4
upgrade dapr from 1.3.0 to 1.4.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
5 changed files with
298 additions and
298 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/dapr/LINGYUN.Abp.Dapr.Client/README.md
-
aspnet-core/modules/dapr/README.md
|
|
@ -8,7 +8,7 @@ |
|
|
</PropertyGroup> |
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
|
<ItemGroup> |
|
|
<ItemGroup> |
|
|
<PackageReference Include="Dapr.Actors.AspNetCore" Version="1.3.0" /> |
|
|
<PackageReference Include="Dapr.Actors.AspNetCore" Version="1.4.0" /> |
|
|
<PackageReference Include="Volo.Abp.AspNetCore" Version="4.4.0" /> |
|
|
<PackageReference Include="Volo.Abp.AspNetCore" Version="4.4.0" /> |
|
|
</ItemGroup> |
|
|
</ItemGroup> |
|
|
|
|
|
|
|
|
|
|
|
@ -8,7 +8,7 @@ |
|
|
</PropertyGroup> |
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
|
<ItemGroup> |
|
|
<ItemGroup> |
|
|
<PackageReference Include="Dapr.Actors" Version="1.3.0" /> |
|
|
<PackageReference Include="Dapr.Actors" Version="1.4.0" /> |
|
|
<PackageReference Include="Volo.Abp.Http.Client" Version="4.4.0" /> |
|
|
<PackageReference Include="Volo.Abp.Http.Client" Version="4.4.0" /> |
|
|
</ItemGroup> |
|
|
</ItemGroup> |
|
|
</Project> |
|
|
</Project> |
|
|
|
|
|
@ -6,7 +6,7 @@ |
|
|
</PropertyGroup> |
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
|
<ItemGroup> |
|
|
<ItemGroup> |
|
|
<PackageReference Include="Dapr.Client" Version="1.3.0" /> |
|
|
<PackageReference Include="Dapr.Client" Version="1.4.0" /> |
|
|
<PackageReference Include="Volo.Abp.Http.Client" Version="4.4.0" /> |
|
|
<PackageReference Include="Volo.Abp.Http.Client" Version="4.4.0" /> |
|
|
</ItemGroup> |
|
|
</ItemGroup> |
|
|
|
|
|
|
|
|
|
|
|
@ -1,4 +1,4 @@ |
|
|
[Actors](../README.md) | Dapr.Actors 文档 |
|
|
[Actors](../README.md) | Dapr.Client 文档 |
|
|
|
|
|
|
|
|
# LINGYUN.Abp.Dapr.Client |
|
|
# LINGYUN.Abp.Dapr.Client |
|
|
|
|
|
|
|
|
@ -160,7 +160,7 @@ public class InvokeClass |
|
|
"RemoteServices": { |
|
|
"RemoteServices": { |
|
|
"System": { |
|
|
"System": { |
|
|
"AppId": "myapp", |
|
|
"AppId": "myapp", |
|
|
"BaserUrl": ""http://127.0.0.1:50000"" |
|
|
"BaserUrl": "http://127.0.0.1:50000" |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
@ -1,4 +1,4 @@ |
|
|
[Client](./LINGYUN.Abp.Dapr.Client/README.md) | Dapr.Client 文档 |
|
|
[Client](./LINGYUN.Abp.Dapr.Client/README.md) | Dapr.Actors 文档 |
|
|
|
|
|
|
|
|
# Dapr.Actors 集成 |
|
|
# Dapr.Actors 集成 |
|
|
|
|
|
|
|
|
|