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 66 </PropertyGroup >
77
88 <ItemGroup >
9- <PackageReference Include =" Newtonsoft.Json" Version =" 9 .0.1" />
9+ <PackageReference Include =" Newtonsoft.Json" Version =" 13 .0.1" />
1010 </ItemGroup >
1111
1212</Project >
Original file line number Diff line number Diff line change 66 <TargetFrameworks >netstandard2.0;netcoreapp3.1</TargetFrameworks >
77 <Description >Amazon Lambda .NET Core support - API Gateway package.</Description >
88 <AssemblyTitle >Amazon.Lambda.APIGatewayEvents</AssemblyTitle >
9- <VersionPrefix >2.4.1 </VersionPrefix >
9+ <VersionPrefix >2.5.0 </VersionPrefix >
1010 <AssemblyName >Amazon.Lambda.APIGatewayEvents</AssemblyName >
1111 <PackageId >Amazon.Lambda.APIGatewayEvents</PackageId >
1212 <PackageTags >AWS;Amazon;Lambda</PackageTags >
2525 </ItemGroup >
2626
2727 <ItemGroup Condition =" '$(TargetFramework)' == 'netstandard2.0'" >
28- <PackageReference Include =" Newtonsoft.Json" Version =" 9 .0.1" />
28+ <PackageReference Include =" Newtonsoft.Json" Version =" 13 .0.1" />
2929 </ItemGroup >
3030
3131</Project >
Original file line number Diff line number Diff line change 2424 <PackageReference Include =" AWSSDK.Lambda" Version =" 3.7.4.9" />
2525 <PackageReference Include =" AWSSDK.S3" Version =" 3.7.0" />
2626 <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 " />
2828 <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.1" >
2929 <PrivateAssets >all</PrivateAssets >
3030 <IncludeAssets >runtime; build; native; contentfiles; analyzers</IncludeAssets >
You can’t perform that action at this time.
0 commit comments