mirror of https://github.com/dapr/quickstarts.git
Upgrade to 1.10
This commit is contained in:
parent
48d8fb3e77
commit
e24a945ba5
|
|
@ -8,7 +8,7 @@
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="Dapr.Actors" Version="1.9.0" />
|
<PackageReference Include="Dapr.Actors" Version="1.10.0" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="Dapr.Actors" Version="1.9.0" />
|
<PackageReference Include="Dapr.Actors" Version="1.10.0" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
</Project>
|
</Project>
|
||||||
|
|
|
||||||
|
|
@ -7,8 +7,8 @@
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="Dapr.Actors" Version="1.9.0" />
|
<PackageReference Include="Dapr.Actors" Version="1.10.0" />
|
||||||
<PackageReference Include="Dapr.Actors.AspNetCore" Version="1.9.0" />
|
<PackageReference Include="Dapr.Actors.AspNetCore" Version="1.10.0" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue