.NET 7 isn't a supported target for Actors, migrated to .NET 8

Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
This commit is contained in:
Whit Waldo 2025-01-21 11:24:32 -06:00
parent 42a99c20a4
commit 0864b05de9
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ Let's take a look at the Dapr [Actors building block](https://docs.dapr.io/devel
For this example, you will need:
- [Dapr CLI and initialized environment](https://docs.dapr.io/getting-started).
- [.NET 7 SDK](https://dotnet.microsoft.com/download).
- [.NET 8 SDK](https://dotnet.microsoft.com/download).
- Docker Desktop
### Step 2: Set up the environment