Browse Source

Fixing some small things in DAPR samples (#888)

pull/897/head
Justin Kotalik 6 years ago
committed by GitHub
parent
commit
f2c946f504
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      samples/dapr/pub-sub/orders/orders.csproj
  2. 2
      samples/dapr/pub-sub/products/products.csproj
  3. 2
      samples/dapr/pub-sub/store/store.csproj

2
samples/dapr/pub-sub/orders/orders.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>

2
samples/dapr/pub-sub/products/products.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>

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

Loading…
Cancel
Save