From a2a70117a0ccc9d26a6ef0718e4b941e8866d44f Mon Sep 17 00:00:00 2001 From: David van Erkelens Date: Wed, 19 Apr 2023 11:47:17 +0200 Subject: [PATCH] Update `template.yml` in `blank-csharp` to .NET 6 --- sample-apps/blank-csharp/template.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sample-apps/blank-csharp/template.yml b/sample-apps/blank-csharp/template.yml index 17836497..b176fab1 100644 --- a/sample-apps/blank-csharp/template.yml +++ b/sample-apps/blank-csharp/template.yml @@ -6,8 +6,8 @@ Resources: Type: AWS::Serverless::Function Properties: Handler: blank-csharp::blankCsharp.Function::FunctionHandler - Runtime: dotnetcore3.1 - CodeUri: src/blank-csharp/bin/Release/netcoreapp3.1/blank-csharp.zip + Runtime: dotnet6 + CodeUri: src/blank-csharp/bin/Release/net6.0/blank-csharp.zip Description: Call the AWS Lambda API MemorySize: 256 Timeout: 9