Skip to content

Commit d69f8ac

Browse files
committed
Update to .NET 6.0.201
1 parent f996732 commit d69f8ac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This provides an AWS Lambda Layer containing .NET 5. This does not do everything
44

55
[Available on the Serverless Application Repository](https://console.aws.amazon.com/lambda/home?region=us-east-1#/create/app?applicationId=arn:aws:serverlessrepo:us-east-1:918601311641:applications/dotnet-lambda-layer)
66

7-
**Current .NET Version**: 6.0.200
7+
**Current .NET Version**: 6.0.201
88

99
## News
1010

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"sdk": {
3-
"version": "6.0.200"
3+
"version": "6.0.201"
44
}
55
}

0 commit comments

Comments
 (0)