1
+ {
2
+ "solution": {
3
+ "path": "Libraries.sln",
4
+ "projects": [
5
+ "src\\Amazon.Lambda.APIGatewayEvents\\Amazon.Lambda.APIGatewayEvents.csproj",
6
+ "src\\Amazon.Lambda.ApplicationLoadBalancerEvents\\Amazon.Lambda.ApplicationLoadBalancerEvents.csproj",
7
+ "src\\Amazon.Lambda.AspNetCoreServer.Hosting\\Amazon.Lambda.AspNetCoreServer.Hosting.csproj",
8
+ "src\\Amazon.Lambda.AspNetCoreServer\\Amazon.Lambda.AspNetCoreServer.csproj",
9
+ "src\\Amazon.Lambda.Core\\Amazon.Lambda.Core.csproj",
10
+ "src\\Amazon.Lambda.Logging.AspNetCore\\Amazon.Lambda.Logging.AspNetCore.csproj",
11
+ "src\\Amazon.Lambda.RuntimeSupport\\Amazon.Lambda.RuntimeSupport.csproj",
12
+ "src\\Amazon.Lambda.Serialization.Json\\Amazon.Lambda.Serialization.Json.csproj",
13
+ "src\\Amazon.Lambda.Serialization.SystemTextJson\\Amazon.Lambda.Serialization.SystemTextJson.csproj",
14
+ "test\\Amazon.Lambda.RuntimeSupport.Tests\\Amazon.Lambda.RuntimeSupport.IntegrationTests\\Amazon.Lambda.RuntimeSupport.IntegrationTests.csproj",
15
+ "test\\Amazon.Lambda.RuntimeSupport.Tests\\Amazon.Lambda.RuntimeSupport.UnitTests\\Amazon.Lambda.RuntimeSupport.UnitTests.csproj",
16
+ "test\\Amazon.Lambda.RuntimeSupport.Tests\\CustomRuntimeAspNetCoreMinimalApiCustomSerializerTest\\CustomRuntimeAspNetCoreMinimalApiCustomSerializerTest.csproj",
17
+ "test\\Amazon.Lambda.RuntimeSupport.Tests\\CustomRuntimeAspNetCoreMinimalApiTest\\CustomRuntimeAspNetCoreMinimalApiTest.csproj",
18
+ "test\\Amazon.Lambda.RuntimeSupport.Tests\\CustomRuntimeFunctionTest\\CustomRuntimeFunctionTest.csproj",
19
+ "test\\HandlerTestNoSerializer\\HandlerTestNoSerializer.csproj",
20
+ "test\\HandlerTest\\HandlerTest.csproj"
21
+ ]
22
+ }
23
+ }
0 commit comments