Skip to content

Commit 5253fd1

Browse files
AUTO: Sync ScalarDB docs in English to docs site repo (#617)
Co-authored-by: josh-wong <[email protected]>
1 parent c1556f6 commit 5253fd1

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/requirements.mdx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,12 @@ The following Java Development Kits (JDKs) are verified and supported.
2626

2727
### .NET
2828

29-
ScalarDB is provided as a gRPC server called ScalarDB Cluster, which also has a [.NET client SDK](https://scalardb.scalar-labs.com/docs/latest/scalardb-cluster-dotnet-client-sdk/overview/) that wraps the .NET client generated from the proto file. The SDK is a .NET Standard 2.0 library, so it should work with every implementation and its version that is supported by .NET Standard 2.0. However, the detailed supported implementations and their versions are to be decided.
29+
ScalarDB is provided as a gRPC server called ScalarDB Cluster, which also has a [.NET client SDK](scalardb-cluster-dotnet-client-sdk/overview.mdx) that wraps the .NET client generated from the proto file.
30+
31+
The following .NET versions are verified and supported:
32+
33+
- [.NET 8.0](https://dotnet.microsoft.com/en-us/download/dotnet/8.0)
34+
- [.NET 6.0](https://dotnet.microsoft.com/en-us/download/dotnet/6.0)
3035

3136
### Other languages
3237

0 commit comments

Comments
 (0)