From 1de9ddc5828ee0331ed8bc6be4313c7390e819aa Mon Sep 17 00:00:00 2001 From: martincostello Date: Tue, 14 Nov 2023 21:07:51 +0000 Subject: [PATCH] Mark as AoT compatible Mark the assembly as AoT compatible. --- .../MartinCostello.Testing.AwsLambdaTestServer.csproj | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/AwsLambdaTestServer/MartinCostello.Testing.AwsLambdaTestServer.csproj b/src/AwsLambdaTestServer/MartinCostello.Testing.AwsLambdaTestServer.csproj index 971e83d9..d3c1fbd9 100644 --- a/src/AwsLambdaTestServer/MartinCostello.Testing.AwsLambdaTestServer.csproj +++ b/src/AwsLambdaTestServer/MartinCostello.Testing.AwsLambdaTestServer.csproj @@ -4,6 +4,7 @@ Provides an in-memory test server for testing AWS Lambda functions. true true + true Library MartinCostello.Testing.AwsLambdaTestServer 0.7.0 @@ -12,6 +13,13 @@ net6.0;net7.0;net8.0 AWS Lambda Test Server + + true + true + true + true + true +