Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating valid .NET SDK targets for Quickstart docs #4447

Open
wants to merge 8 commits into
base: v1.15
Choose a base branch
from
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,18 @@ As a quick overview of the .NET actors quickstart:
For this example, you will need:

- [Dapr CLI and initialized environment](https://docs.dapr.io/getting-started).
- [.NET SDK or .NET 6 SDK installed](https://dotnet.microsoft.com/download).
<!-- IGNORE_LINKS -->
- [Docker Desktop](https://www.docker.com/products/docker-desktop)
<!-- END_IGNORE -->
- [.NET 6](https://dotnet.microsoft.com/download), [.NET 8](https://dotnet.microsoft.com/download) or [.NET 9](https://dotnet.microsoft.com/download) installed

{{% alert title="Note" color="primary" %}}
Copy link
Collaborator

@hhunter-ms hhunter-ms Dec 4, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@WhitWaldo {{% alert ... %}} shortcode typically doesn't render when put between {{% codetab %}} shortcode... could you build the site locally and see if it renders for you?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops - you caught me. Didn't test this one out locally. I'll see what I can get working on this.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@WhitWaldo so far, we've used > **Note:** for notes within codetab shortcode. It does a soft block quote.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I haven't had the time to circle back on this, but I'll try to get to it before the holidays!


Note that while .NET 6 is generally supported as the minimum .NET requirement across the Dapr .NET SDK packages
WhitWaldo marked this conversation as resolved.
Show resolved Hide resolved
and .NET 7 is the minimally supported version of .NET by Dapr.Workflows in Dapr v1.15, only .NET 8 and .NET 9 wil
continue to be supported by Dapr in v1.16 and later.

{{% /alert %}}

### Step 1: Set up the environment

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -443,10 +443,18 @@ In the YAML file:
For this example, you will need:

- [Dapr CLI and initialized environment](https://docs.dapr.io/getting-started).
- [.NET SDK or .NET 6 SDK installed](https://dotnet.microsoft.com/download).
<!-- IGNORE_LINKS -->
- [Docker Desktop](https://www.docker.com/products/docker-desktop)
<!-- END_IGNORE -->
- [.NET 6](https://dotnet.microsoft.com/download), [.NET 8](https://dotnet.microsoft.com/download) or [.NET 9](https://dotnet.microsoft.com/download) installed

{{% alert title="Note" color="primary" %}}

Note that while .NET 6 is generally supported as the minimum .NET requirement across the Dapr .NET SDK packages
WhitWaldo marked this conversation as resolved.
Show resolved Hide resolved
and .NET 7 is the minimally supported version of .NET by Dapr.Workflows in Dapr v1.15, only .NET 8 and .NET 9 wil
continue to be supported by Dapr in v1.16 and later.

{{% /alert %}}

### Step 1: Set up the environment

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -272,10 +272,18 @@ setTimeout(() => {
For this example, you will need:

- [Dapr CLI and initialized environment](https://docs.dapr.io/getting-started).
- [.NET SDK or .NET 6 SDK installed](https://dotnet.microsoft.com/download).
<!-- IGNORE_LINKS -->
- [Docker Desktop](https://www.docker.com/products/docker-desktop)
<!-- END_IGNORE -->
- [.NET 6](https://dotnet.microsoft.com/download), [.NET 8](https://dotnet.microsoft.com/download) or [.NET 9](https://dotnet.microsoft.com/download) installed

{{% alert title="Note" color="primary" %}}

Note that while .NET 6 is generally supported as the minimum .NET requirement across the Dapr .NET SDK packages
and .NET 7 is the minimally supported version of .NET by Dapr.Workflows in Dapr v1.15, only .NET 8 and .NET 9 wil
continue to be supported by Dapr in v1.16 and later.

WhitWaldo marked this conversation as resolved.
Show resolved Hide resolved
{{% /alert %}}

### Step 1: Set up the environment

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -358,10 +358,18 @@ console.log("Published data: " + JSON.stringify(order));
For this example, you will need:

- [Dapr CLI and initialized environment](https://docs.dapr.io/getting-started).
- [.NET SDK or .NET 6 SDK installed](https://dotnet.microsoft.com/download).
<!-- IGNORE_LINKS -->
- [Docker Desktop](https://www.docker.com/products/docker-desktop)
<!-- END_IGNORE -->
- [.NET 6](https://dotnet.microsoft.com/download), [.NET 8](https://dotnet.microsoft.com/download) or [.NET 9](https://dotnet.microsoft.com/download) installed

{{% alert title="Note" color="primary" %}}

Note that while .NET 6 is generally supported as the minimum .NET requirement across the Dapr .NET SDK packages
and .NET 7 is the minimally supported version of .NET by Dapr.Workflows in Dapr v1.15, only .NET 8 and .NET 9 wil
continue to be supported by Dapr in v1.16 and later.

{{% /alert %}}

### Step 2: Set up the environment

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -247,10 +247,18 @@ Order-processor output:
For this example, you will need:

- [Dapr CLI and initialized environment](https://docs.dapr.io/getting-started).
- [.NET SDK or .NET 6 SDK installed](https://dotnet.microsoft.com/download).
<!-- IGNORE_LINKS -->
- [Docker Desktop](https://www.docker.com/products/docker-desktop)
<!-- END_IGNORE -->
- [.NET 6](https://dotnet.microsoft.com/download), [.NET 8](https://dotnet.microsoft.com/download) or [.NET 9](https://dotnet.microsoft.com/download) installed

{{% alert title="Note" color="primary" %}}

Note that while .NET 6 is generally supported as the minimum .NET requirement across the Dapr .NET SDK packages
and .NET 7 is the minimally supported version of .NET by Dapr.Workflows in Dapr v1.15, only .NET 8 and .NET 9 wil
continue to be supported by Dapr in v1.16 and later.

{{% /alert %}}

### Step 1: Set up the environment

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -315,10 +315,18 @@ console.log("Order passed: " + res.config.data);
For this example, you will need:

- [Dapr CLI and initialized environment](https://docs.dapr.io/getting-started).
- [.NET SDK or .NET 7 SDK installed](https://dotnet.microsoft.com/download).
<!-- IGNORE_LINKS -->
- [Docker Desktop](https://www.docker.com/products/docker-desktop)
<!-- END_IGNORE -->
- [.NET 6](https://dotnet.microsoft.com/download), [.NET 8](https://dotnet.microsoft.com/download) or [.NET 9](https://dotnet.microsoft.com/download) installed

{{% alert title="Note" color="primary" %}}

Note that while .NET 6 is generally supported as the minimum .NET requirement across the Dapr .NET SDK packages
and .NET 7 is the minimally supported version of .NET by Dapr.Workflows in Dapr v1.15, only .NET 8 and .NET 9 wil
continue to be supported by Dapr in v1.16 and later.

{{% /alert %}}

### Step 2: Set up the environment

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -288,10 +288,18 @@ In the YAML file:
For this example, you will need:

- [Dapr CLI and initialized environment](https://docs.dapr.io/getting-started).
- [.NET SDK or .NET 6 SDK installed](https://dotnet.microsoft.com/download).
<!-- IGNORE_LINKS -->
- [Docker Desktop](https://www.docker.com/products/docker-desktop)
<!-- END_IGNORE -->
- [.NET 6](https://dotnet.microsoft.com/download), [.NET 8](https://dotnet.microsoft.com/download) or [.NET 9](https://dotnet.microsoft.com/download) installed

{{% alert title="Note" color="primary" %}}

Note that while .NET 6 is generally supported as the minimum .NET requirement across the Dapr .NET SDK packages
and .NET 7 is the minimally supported version of .NET by Dapr.Workflows in Dapr v1.15, only .NET 8 and .NET 9 wil
continue to be supported by Dapr in v1.16 and later.

{{% /alert %}}

### Step 1: Set up the environment

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -511,10 +511,18 @@ The `order-processor` console app starts and manages the lifecycle of an order p
For this example, you will need:

- [Dapr CLI and initialized environment](https://docs.dapr.io/getting-started).
- [.NET SDK or .NET 6 SDK installed](https://dotnet.microsoft.com/download).
<!-- IGNORE_LINKS -->
- [Docker Desktop](https://www.docker.com/products/docker-desktop)
<!-- END_IGNORE -->
- [.NET 6](https://dotnet.microsoft.com/download), [.NET 8](https://dotnet.microsoft.com/download) or [.NET 9](https://dotnet.microsoft.com/download) installed

{{% alert title="Note" color="primary" %}}

Note that while .NET 6 is generally supported as the minimum .NET requirement across the Dapr .NET SDK packages
WhitWaldo marked this conversation as resolved.
Show resolved Hide resolved
and .NET 7 is the minimally supported version of .NET by Dapr.Workflows in Dapr v1.15, only .NET 8 and .NET 9 wil
continue to be supported by Dapr in v1.16 and later.

{{% /alert %}}

### Step 2: Set up the environment

Expand Down
Loading