Updated nuget versions to work with prereleases

Signed-off-by: Chris Gillum <cgillum@microsoft.com>
This commit is contained in:
Chris Gillum 2023-05-27 07:19:38 -07:00
parent 9742c51e6a
commit 94e5d97fc7
1 changed files with 2 additions and 2 deletions

View File

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