File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Blueprints/BlueprintPackager
src/Amazon.Lambda.APIGatewayEvents
test/Amazon.Lambda.RuntimeSupport.Tests/Amazon.Lambda.RuntimeSupport.IntegrationTests Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 6
6
</PropertyGroup >
7
7
8
8
<ItemGroup >
9
- <PackageReference Include =" Newtonsoft.Json" Version =" 9 .0.1" />
9
+ <PackageReference Include =" Newtonsoft.Json" Version =" 13 .0.1" />
10
10
</ItemGroup >
11
11
12
12
</Project >
Original file line number Diff line number Diff line change 6
6
<TargetFrameworks >netstandard2.0;netcoreapp3.1</TargetFrameworks >
7
7
<Description >Amazon Lambda .NET Core support - API Gateway package.</Description >
8
8
<AssemblyTitle >Amazon.Lambda.APIGatewayEvents</AssemblyTitle >
9
- <VersionPrefix >2.4.1 </VersionPrefix >
9
+ <VersionPrefix >2.5.0 </VersionPrefix >
10
10
<AssemblyName >Amazon.Lambda.APIGatewayEvents</AssemblyName >
11
11
<PackageId >Amazon.Lambda.APIGatewayEvents</PackageId >
12
12
<PackageTags >AWS;Amazon;Lambda</PackageTags >
25
25
</ItemGroup >
26
26
27
27
<ItemGroup Condition =" '$(TargetFramework)' == 'netstandard2.0'" >
28
- <PackageReference Include =" Newtonsoft.Json" Version =" 9 .0.1" />
28
+ <PackageReference Include =" Newtonsoft.Json" Version =" 13 .0.1" />
29
29
</ItemGroup >
30
30
31
31
</Project >
Original file line number Diff line number Diff line change 24
24
<PackageReference Include =" AWSSDK.Lambda" Version =" 3.7.4.9" />
25
25
<PackageReference Include =" AWSSDK.S3" Version =" 3.7.0" />
26
26
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 16.1.1" />
27
- <PackageReference Include =" Newtonsoft.Json" Version =" 12 .0.2 " />
27
+ <PackageReference Include =" Newtonsoft.Json" Version =" 13 .0.1 " />
28
28
<PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.1" >
29
29
<PrivateAssets >all</PrivateAssets >
30
30
<IncludeAssets >runtime; build; native; contentfiles; analyzers</IncludeAssets >
You can’t perform that action at this time.
0 commit comments