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
parent
commit
b2b94bea1c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      aspnet-core/modules/dapr/LINGYUN.Abp.Dapr.Actors.AspNetCore/LINGYUN.Abp.Dapr.Actors.AspNetCore.csproj
  2. 2
      aspnet-core/modules/dapr/LINGYUN.Abp.Dapr.Actors/LINGYUN.Abp.Dapr.Actors.csproj
  3. 2
      aspnet-core/modules/dapr/LINGYUN.Abp.Dapr.Client/LINGYUN.Abp.Dapr.Client.csproj
  4. 4
      aspnet-core/modules/dapr/LINGYUN.Abp.Dapr.Client/README.md
  5. 2
      aspnet-core/modules/dapr/README.md

2
aspnet-core/modules/dapr/LINGYUN.Abp.Dapr.Actors.AspNetCore/LINGYUN.Abp.Dapr.Actors.AspNetCore.csproj

@ -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>

2
aspnet-core/modules/dapr/LINGYUN.Abp.Dapr.Actors/LINGYUN.Abp.Dapr.Actors.csproj

@ -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>

2
aspnet-core/modules/dapr/LINGYUN.Abp.Dapr.Client/LINGYUN.Abp.Dapr.Client.csproj

@ -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>

4
aspnet-core/modules/dapr/LINGYUN.Abp.Dapr.Client/README.md

@ -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"
} }
} }
} }

2
aspnet-core/modules/dapr/README.md

@ -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 集成

Loading…
Cancel
Save