Skip to content

Commit 17efd29

Browse files
committed
Update blank-csharp aws-lambda-tools-defaults.json to use net6.0 framework and dotnet6 runtime
1 parent 966f49d commit 17efd29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sample-apps/blank-csharp/src/blank-csharp/aws-lambda-tools-defaults.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"profile":"default",
1212
"region" : "us-east-2",
1313
"configuration" : "Release",
14-
"framework" : "netcoreapp3.1",
15-
"function-runtime":"dotnetcore3.1",
14+
"framework" : "net6.0",
15+
"function-runtime":"dotnet6",
1616
"function-memory-size" : 512,
1717
"function-timeout" : 30,
1818
"function-handler" : "blank-csharp::blankCsharp.Function::FunctionHandler"

0 commit comments

Comments
 (0)