mirror of https://github.com/dapr/quickstarts.git
Updated nuget versions to work with prereleases
Signed-off-by: Chris Gillum <cgillum@microsoft.com>
This commit is contained in:
parent
9742c51e6a
commit
94e5d97fc7
|
@ -9,8 +9,8 @@
|
|||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Dapr.AspNetCore" Version="1.11.*" />
|
||||
<PackageReference Include="Dapr.Workflow" Version="1.11.*" />
|
||||
<PackageReference Include="Dapr.AspNetCore" Version="1.11.*-*" />
|
||||
<PackageReference Include="Dapr.Workflow" Version="1.11.*-*" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
|
Loading…
Reference in New Issue