Skip to content

Commit

Permalink
Updated .NET 8.0 for AWS cloud storage Word Getting started sample
Browse files Browse the repository at this point in the history
  • Loading branch information
DharanitharanA committed Sep 12, 2024
1 parent ef1a41c commit d6a7720
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<GenerateRuntimeConfigurationFiles>true</GenerateRuntimeConfigurationFiles>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"Mock Lambda Test Tool": {
"commandName": "Executable",
"commandLineArgs": "--port 5050",
"workingDirectory": ".\\bin\\$(Configuration)\\net6.0",
"executablePath": "%USERPROFILE%\\.dotnet\\tools\\dotnet-lambda-test-tool-6.0.exe"
"workingDirectory": ".\\bin\\$(Configuration)\\net8.0",
"executablePath": "%USERPROFILE%\\.dotnet\\tools\\dotnet-lambda-test-tool-8.0.exe"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
"region" : "us-east-1",
"configuration" : "Release",
"function-architecture" : "x86_64",
"function-runtime" : "dotnet6",
"function-runtime" : "dotnet8",
"function-memory-size" : 256,
"function-timeout" : 30,
"function-handler" : "Create-Word-Document::Create_Word_Document.Function::FunctionHandler",
"framework" : "net6.0",
"framework" : "net8.0",
"function-name" : "Create-Word",
"package-type" : "Zip",
"function-role" : "arn:aws:iam::1428877144330098:role/LambdaRole",
Expand Down

0 comments on commit d6a7720

Please sign in to comment.