mirror of https://github.com/dapr/quickstarts.git
.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:
parent
42a99c20a4
commit
0864b05de9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue