Skip to content

Commit f009b8e

Browse files
committed
Fix unit tests
1 parent 8fb1950 commit f009b8e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

testapps/SingeFileLambdaFunctions/ToUpperFunctionImplicitAOT.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#:package Amazon.Lambda.Core@2.8.0
22
#:package Amazon.Lambda.RuntimeSupport@1.14.1
33
#:package Amazon.Lambda.Serialization.SystemTextJson@2.4.4
4+
#:property TargetFramework=net10.0
45

56
using Amazon.Lambda.Core;
67
using Amazon.Lambda.RuntimeSupport;

testapps/SingeFileLambdaFunctions/ToUpperFunctionNoAOT.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#:package Amazon.Lambda.Core@2.8.0
22
#:package Amazon.Lambda.RuntimeSupport@1.14.1
33
#:package Amazon.Lambda.Serialization.SystemTextJson@2.4.4
4+
#:property TargetFramework=net10.0
45
#:property PublishAot=false
56

67
using Amazon.Lambda.Core;

0 commit comments

Comments
 (0)