File tree Expand file tree Collapse file tree 1 file changed +8
-9
lines changed
sample-apps/blank-csharp/src/blank-csharp Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
- <TargetFramework >netcoreapp3.1 </TargetFramework >
3
+ <TargetFramework >net6.0 </TargetFramework >
4
4
<GenerateRuntimeConfigurationFiles >true</GenerateRuntimeConfigurationFiles >
5
5
<AWSProjectType >Lambda</AWSProjectType >
6
6
</PropertyGroup >
7
7
<ItemGroup >
8
- <PackageReference Include =" Newtonsoft.Json" Version =" 13.0.1" />
9
- <PackageReference Include =" Amazon.Lambda.Core" Version =" 1.1.0" />
10
- <PackageReference Include =" Amazon.Lambda.SQSEvents" Version =" 1.1.0" />
11
- <PackageReference Include =" Amazon.Lambda.Serialization.Json" Version =" 1.7.0" />
12
- <PackageReference Include =" AWSSDK.Core" Version =" 3.3.104.38" />
13
- <PackageReference Include =" AWSSDK.Lambda" Version =" 3.3.108.11" />
14
- <PackageReference Include =" AWSXRayRecorder.Core" Version =" 2.6.2" />
15
- <PackageReference Include =" AWSXRayRecorder.Handlers.AwsSdk" Version =" 2.7.2" />
8
+ <PackageReference Include =" Amazon.Lambda.Core" Version =" 2.1.0" />
9
+ <PackageReference Include =" Amazon.Lambda.SQSEvents" Version =" 2.1.0" />
10
+ <PackageReference Include =" Amazon.Lambda.Serialization.Json" Version =" 2.1.0" />
11
+ <PackageReference Include =" AWSSDK.Core" Version =" 3.7.103.24" />
12
+ <PackageReference Include =" AWSSDK.Lambda" Version =" 3.7.104.3" />
13
+ <PackageReference Include =" AWSXRayRecorder.Core" Version =" 2.13.0" />
14
+ <PackageReference Include =" AWSXRayRecorder.Handlers.AwsSdk" Version =" 2.11.0" />
16
15
</ItemGroup >
17
16
</Project >
You can’t perform that action at this time.
0 commit comments