File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed
AWS-Lambda/MyLamdaProject/MyLamdaProject Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
3- <TargetFramework >net8 .0</TargetFramework >
3+ <TargetFramework >net6 .0</TargetFramework >
44 <GenerateRuntimeConfigurationFiles >true</GenerateRuntimeConfigurationFiles >
55 <AWSProjectType >Lambda</AWSProjectType >
66 </PropertyGroup >
2727 <ItemGroup >
2828 <PackageReference Include =" Amazon.Lambda.Core" Version =" 1.1.0" />
2929 <PackageReference Include =" Amazon.Lambda.Serialization.Json" Version =" 1.7.0" />
30- <PackageReference Include =" SkiaSharp.NativeAssets.Linux" Version =" 1.68.3" />
31- <PackageReference Include =" Syncfusion.DocIORenderer.Net.Core" Version =" 18.2.0.48" />
30+ <PackageReference Include =" HarfBuzzSharp.NativeAssets.Linux" Version =" 7.3.0" />
31+ <PackageReference Include =" SkiaSharp.NativeAssets.Linux" Version =" 2.88.6" />
32+ <PackageReference Include =" Syncfusion.DocIORenderer.Net.Core" Version =" *" />
3233 </ItemGroup >
3334</Project >
Original file line number Diff line number Diff line change 33 "Mock Lambda Test Tool" : {
44 "commandName" : " Executable" ,
55 "commandLineArgs" : " --port 5050" ,
6- "workingDirectory" : " .\\ bin\\ $(Configuration)\\ net8 .0" ,
6+ "workingDirectory" : " .\\ bin\\ $(Configuration)\\ net6 .0" ,
77 "executablePath" : " %USERPROFILE%\\ .dotnet\\ tools\\ dotnet-lambda-test-tool-8.0.exe"
88 }
99 }
Original file line number Diff line number Diff line change 99 "profile" : " AWSLAMBDA" ,
1010 "region" : " us-east-2" ,
1111 "configuration" : " Release" ,
12- "framework" : " net8 .0" ,
13- "function-runtime" : " dotnet8 " ,
12+ "framework" : " net6 .0" ,
13+ "function-runtime" : " dotnet6 " ,
1414 "function-memory-size" : 256 ,
1515 "function-timeout" : 30 ,
1616 "function-handler" : " MyLamdaProject::MyLamdaProject.Function::FunctionHandler" ,
You can’t perform that action at this time.
0 commit comments