Skip to content

Commit fc3b5f0

Browse files
authored
chore: update documentation for .NET requirement and scripts (#34489)
### Reason for this change Update the .NET requirements in documentation, previously only upgrading the templates. #32894 ### Description of changes * Update documentation regarding the minimum .NET version ### Describe any new or updated permissions being added N/A ### Description of how you validated changes N/A ### Checklist - [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md) ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent ef02724 commit fc3b5f0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ The following tools need to be installed on your system prior to installing the
218218
- [Node.js >= 20.x](https://nodejs.org/en/download)
219219
- We recommend using a version in [Active LTS](https://nodejs.org/en/about/releases/)
220220
- [Yarn >= 1.19.1, < 2](https://yarnpkg.com/lang/en/docs/install)
221-
- [.NET SDK >= 6.0.x](https://www.microsoft.com/net/download)
221+
- [.NET SDK >= 8.0.x](https://www.microsoft.com/net/download)
222222
- [Python >= 3.8.0, < 4.0](https://www.python.org/downloads/release/python-380/)
223223
- Either [Docker >= 19.03](https://docs.docker.com/get-docker/), [Finch >= 0.3.0](https://runfinch.com/), or another Docker replacement
224224
- If using a Docker replacement, the `CDK_DOCKER` environment variable must be set to the replacement command's name (e.g. `export CDK_DOCKER=finch`)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The CDK is available in the following languages:
2424
* We recommend using a version in [Active LTS](https://nodejs.org/en/about/previous-releases)
2525
* Python ([Python ≥ 3.8](https://www.python.org/downloads/))
2626
* Java ([Java ≥ 8](https://www.oracle.com/technetwork/java/javase/downloads/index.html) and [Maven ≥ 3.5.4](https://maven.apache.org/download.cgi))
27-
* .NET ([.NET ≥ 6.0](https://dotnet.microsoft.com/download))
27+
* .NET ([.NET ≥ 8.0](https://dotnet.microsoft.com/download))
2828
* Go ([Go ≥ 1.16.4](https://golang.org/))
2929

3030
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.

scripts/check-build-prerequisites.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ else
121121
fi
122122
fi
123123

124-
# [.NET == 6.0.x]
124+
# [.NET >= 6.0.x]
125125
app="dotnet"
126126
app_min="6.0.100"
127127
check_which $app $app_min

0 commit comments

Comments
 (0)