mirror of https://github.com/dapr/docs.git
Removed alert shortcode from within codetab block
Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
This commit is contained in:
parent
396dcd1111
commit
c6a8636fc3
|
@ -35,13 +35,9 @@ For this example, you will need:
|
|||
<!-- END_IGNORE -->
|
||||
- [.NET 6](https://dotnet.microsoft.com/en-us/download/dotnet/6.0), [.NET 8](https://dotnet.microsoft.com/en-us/download/dotnet/8.0) or [.NET 9](https://dotnet.microsoft.com/en-us/download/dotnet/9.0) installed
|
||||
|
||||
{{% alert title="Note" color="primary" %}}
|
||||
|
||||
.NET 6 is supported as the minimum required for the Dapr .NET SDK packages in this release. Only .NET 8 and .NET 9
|
||||
**NOTE:** .NET 6 is supported as the minimum required for the Dapr .NET SDK packages in this release. Only .NET 8 and .NET 9
|
||||
will be supported in Dapr v1.16 and later releases.
|
||||
|
||||
{{% /alert %}}
|
||||
|
||||
### Step 1: Set up the environment
|
||||
|
||||
Clone the [sample provided in the Quickstarts repo](https://github.com/dapr/quickstarts/tree/master/actors/csharp/sdk).
|
||||
|
|
Loading…
Reference in New Issue