AWS cdk documentation change
Summary
Updated .NET requirement from Core 3.1 to .NET 8.0 and added deprecation notice for third-party language versions
Security assessment
Version updates and deprecation notices are maintenance changes. No specific security vulnerabilities or mitigations are mentioned in the change.
Diff
diff --git a/cdk/v2/guide/work-with-cdk-csharp.md b/cdk/v2/guide/work-with-cdk-csharp.md index 71b6c1ab5..0029f7037 100644 --- a//cdk/v2/guide/work-with-cdk-csharp.md +++ b//cdk/v2/guide/work-with-cdk-csharp.md @@ -21 +21,5 @@ To work with the AWS CDK, you must have an AWS account and credentials and have -C# AWS CDK applications require .NET Core v3.1 or later, available [here](https://dotnet.microsoft.com/download/dotnet-core/3.1). +C# AWS CDK applications require .NET 8.0 or later, available [here](https://dotnet.microsoft.com/en-us/download/dotnet). + +###### Note + +Third-party language deprecation: language version is only supported until its EOL (End Of Life) shared by the vendor or community and is subject to change with prior notice.