File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Let's take a look at the Dapr [Actors building block](https://docs.dapr.io/devel
1313For this example, you will need:
1414
1515- [ Dapr CLI and initialized environment] ( https://docs.dapr.io/getting-started ) .
16- - [ .NET 7 SDK] ( https://dotnet.microsoft.com/download ) .
16+ - [ .NET 8 SDK] ( https://dotnet.microsoft.com/download ) .
1717- Docker Desktop
1818
1919### Step 2: Set up the environment
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments