Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/docs/00100-intro/00200-quickstarts/00600-c-sharp.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ Get a SpacetimeDB C# app running in under 5 minutes.
- [.NET 10 SDK](https://dotnet.microsoft.com/download/dotnet/10.0) installed ([.NET 8](https://dotnet.microsoft.com/download/dotnet/8.0) is supported but will be deprecated soon). Please note that target .NET 10 is currently unsupported on Mac.
- [SpacetimeDB CLI](https://spacetimedb.com/install) installed.

::::note
If you are building C# modules on macOS and need to target .NET 10, run SpacetimeDB inside a Linux environment, such as a Linux VM or container, and build and publish your module from there.
::::

<InstallCardLink />

---
Expand Down
Loading