Corrected link for .NET SDK for DAPR

This commit is contained in:
Pranav Singh 2021-02-18 12:18:34 +05:30 committed by GitHub
parent 277249cf0d
commit 36dc94144e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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