retrigger to pass validation

Signed-off-by: MregXN <mregxn@gmail.com>
This commit is contained in:
MregXN 2023-11-21 14:51:29 +08:00
parent cb2075f470
commit 5097d9a42e
1 changed files with 4 additions and 4 deletions

View File

@ -7,9 +7,9 @@
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Dapr.Client" Version="1.12.0" />
<PackageReference Include="Microsoft.AspNet.WebApi.Client" Version="6.0.0" />
<ItemGroup>
<PackageReference Include="Dapr.Client" Version="1.12.0" />
<PackageReference Include="Microsoft.AspNet.WebApi.Client" Version="6.0.0" />
</ItemGroup>
</Project>
</Project>