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 8fb1950 commit f009b8eCopy full SHA for f009b8e
testapps/SingeFileLambdaFunctions/ToUpperFunctionImplicitAOT.cs
@@ -1,6 +1,7 @@
1
#:package Amazon.Lambda.Core@2.8.0
2
#:package Amazon.Lambda.RuntimeSupport@1.14.1
3
#:package Amazon.Lambda.Serialization.SystemTextJson@2.4.4
4
+#:property TargetFramework=net10.0
5
6
using Amazon.Lambda.Core;
7
using Amazon.Lambda.RuntimeSupport;
testapps/SingeFileLambdaFunctions/ToUpperFunctionNoAOT.cs
#:property PublishAot=false
0 commit comments