We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 966f49d commit 17efd29Copy full SHA for 17efd29
sample-apps/blank-csharp/src/blank-csharp/aws-lambda-tools-defaults.json
@@ -11,8 +11,8 @@
11
"profile":"default",
12
"region" : "us-east-2",
13
"configuration" : "Release",
14
- "framework" : "netcoreapp3.1",
15
- "function-runtime":"dotnetcore3.1",
+ "framework" : "net6.0",
+ "function-runtime":"dotnet6",
16
"function-memory-size" : 512,
17
"function-timeout" : 30,
18
"function-handler" : "blank-csharp::blankCsharp.Function::FunctionHandler"
0 commit comments