From 137681a32acb80222110c8b3e375dd531831c3ff Mon Sep 17 00:00:00 2001 From: Mark Fussell Date: Thu, 11 Feb 2021 17:57:07 -0800 Subject: [PATCH] Update _index.md --- .../content/en/developing-applications/sdks/_index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/daprdocs/content/en/developing-applications/sdks/_index.md b/daprdocs/content/en/developing-applications/sdks/_index.md index dcd2ae5e7..390641d6a 100644 --- a/daprdocs/content/en/developing-applications/sdks/_index.md +++ b/daprdocs/content/en/developing-applications/sdks/_index.md @@ -31,9 +31,9 @@ The Dapr SDKs are the easiest way for you to get Dapr into your application. Cho | Language | State | Client SDK | Service Extensions | Actor SDK | |----------|:-----:|:----------:|:-----------:|:---------:| -| [.NET](https://github.com/dapr/dotnet-sdk) | In Development | ✔ | ASP.NET Core | ✔ | -| [Python]({{< ref python >}}) | In Development | ✔ | [gRPC]({{< ref python-grpc.md >}}) | [FastAPI]({{< ref python-fastapi.md >}})
[Flask]({{< ref python-flask.md >}}) | -| [Java](https://github.com/dapr/java-sdk) | In Development | ✔ | Spring Boot | ✔ | +| [.NET](https://github.com/dapr/dotnet-sdk) | In Development | ✔ | ✔
ASP.NET Core | ✔ | +| [Python]({{< ref python >}}) | In Development | ✔ | ✔
[gRPC]({{< ref python-grpc.md >}}) | ✔
[FastAPI]({{< ref python-fastapi.md >}})
[Flask]({{< ref python-flask.md >}}) | +| [Java](https://github.com/dapr/java-sdk) | In Development | ✔ | ✔
Spring Boot | ✔ | | [Go](https://github.com/dapr/go-sdk) | In Development | ✔ | ✔ | | | [PHP](https://github.com/dapr/php-sdk) | In Development | ✔ | ✔ | ✔ | | [C++](https://github.com/dapr/cpp-sdk) | Backlog | ✔ | | @@ -42,4 +42,4 @@ The Dapr SDKs are the easiest way for you to get Dapr into your application. Cho ## Further reading -- [Serialization in the Dapr SDKs]({{< ref sdk-serialization.md >}}) \ No newline at end of file +- [Serialization in the Dapr SDKs]({{< ref sdk-serialization.md >}})