Justin Kotalik
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with
3 additions and
3 deletions
-
samples/dapr/pub-sub/orders/orders.csproj
-
samples/dapr/pub-sub/products/products.csproj
-
samples/dapr/pub-sub/store/store.csproj
|
|
|
@ -5,7 +5,7 @@ |
|
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
<PackageReference Include="Dapr.AspNetCore" Version="0.11.0-preview02" /> |
|
|
|
<PackageReference Include="Dapr.AspNetCore" Version="1.0.0-rc02" /> |
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
</Project> |
|
|
|
|
|
|
|
@ -5,7 +5,7 @@ |
|
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
<PackageReference Include="Dapr.AspNetCore" Version="0.11.0-preview02" /> |
|
|
|
<PackageReference Include="Dapr.AspNetCore" Version="1.0.0-rc02" /> |
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
</Project> |
|
|
|
|
|
|
|
@ -5,7 +5,7 @@ |
|
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
<PackageReference Include="Dapr.AspNetCore" Version="0.11.0-preview02" /> |
|
|
|
<PackageReference Include="Dapr.AspNetCore" Version="1.0.0-rc02" /> |
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
</Project> |
|
|
|
|