Skip to content
Open
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ This documentation uses source code from the [StandaloneActivity](https://github

Prerequisites:

- **[.NET](https://dotnet.microsoft.com/download)** 8.0+ for the sample project
- **[.NET](https://dotnet.microsoft.com/download)** 10.0+ for the sample project
(the Temporal .NET SDK requires .NET Core 3.1+, Framework 4.6.2+, or Standard 2.0+)

- **Temporal .NET SDK** (v1.19.0 or higher). See the [.NET Quickstart](/develop/dotnet/set-up-your-local-dotnet) for install instructions.
Expand Down
2 changes: 1 addition & 1 deletion docs/develop/dotnet/activities/standalone-activities.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ This documentation uses source code from the [StandaloneActivity](https://github

Standalone Activities require:

- **.NET** 8.0+ for the sample project (the Temporal .NET SDK requires .NET Core 3.1+, Framework 4.6.2+, or Standard 2.0+)
- **.NET** 10.0+ for the sample project (the Temporal .NET SDK requires .NET Core 3.1+, Framework 4.6.2+, or Standard 2.0+)
- **Temporal .NET SDK** v1.19.0 or higher
- **[Temporal CLI](/cli/setup-cli)** v1.9.1 or higher

Expand Down