Skip to content

Commit e15ecd6

Browse files
committed
Updated Dapr RC targets for latest 1.15 bits
Signed-off-by: Whit Waldo <[email protected]>
1 parent 0864b05 commit e15ecd6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

actors/csharp/sdk/client/SmartDevice.Client.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="Dapr.Actors" Version="1.14.*-*" />
11+
<PackageReference Include="Dapr.Actors" Version="1.15.0-rc02" />
1212
</ItemGroup>
1313

1414
<ItemGroup>

actors/csharp/sdk/service/SmartDevice.Service.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="Dapr.Actors" Version="1.14.*-*" />
11-
<PackageReference Include="Dapr.Actors.AspNetCore" Version="1.14.*-*" />
10+
<PackageReference Include="Dapr.Actors" Version="1.15.0-rc02" />
11+
<PackageReference Include="Dapr.Actors.AspNetCore" Version="1.15.0-rc02" />
1212
</ItemGroup>
1313

1414
<ItemGroup>

0 commit comments

Comments
 (0)