mirror of https://github.com/dapr/dotnet-sdk.git
Corrected link for .NET SDK for DAPR
This commit is contained in:
parent
277249cf0d
commit
36dc94144e
|
|
@ -7,7 +7,7 @@ The Actor example shows how to create a virtual actor (`DemoActor`) and invoke i
|
|||
- [.NET Core 3.1 or .NET 5+](https://dotnet.microsoft.com/download) installed
|
||||
- [Dapr CLI](https://docs.dapr.io/getting-started/install-dapr-cli/)
|
||||
- [Initialized Dapr environment](https://docs.dapr.io/getting-started/install-dapr-selfhost/)
|
||||
- [Dapr .NET SDK](https://docs.dapr.io/developing-applications/sdks/dotnet/)
|
||||
- [Dapr .NET SDK](https://github.com/dapr/dotnet-sdk/)
|
||||
|
||||
## Projects in sample
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue