File tree Expand file tree Collapse file tree 3 files changed +13
-10
lines changed
samples/aws/lambda-sqs-annotations/SQSLambda_4 Expand file tree Collapse file tree 3 files changed +13
-10
lines changed Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >net8.0</TargetFramework >
5
- <LangVersion >12.0</LangVersion >
4
+ <TargetFramework >net10.0</TargetFramework >
5
+ <LangVersion >preview</LangVersion >
6
+ <ImplicitUsings >enable</ImplicitUsings >
6
7
</PropertyGroup >
7
8
8
9
<ItemGroup >
9
- <PackageReference Include =" NServiceBus" Version =" 9.* " />
10
+ <PackageReference Include =" NServiceBus" Version =" 10.0.0-alpha.1 " />
10
11
</ItemGroup >
11
12
12
13
</Project >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >net8 .0</TargetFramework >
4
+ <TargetFramework >net10 .0</TargetFramework >
5
5
<OutputType >Exe</OutputType >
6
- <LangVersion >12.0</LangVersion >
6
+ <LangVersion >preview</LangVersion >
7
+ <ImplicitUsings >enable</ImplicitUsings >
7
8
</PropertyGroup >
8
9
9
10
<ItemGroup >
10
11
<ProjectReference Include =" ..\Messages\Messages.csproj" />
11
12
</ItemGroup >
12
13
13
14
<ItemGroup >
14
- <PackageReference Include =" NServiceBus.AmazonSQS" Version =" 7.* " />
15
+ <PackageReference Include =" NServiceBus.AmazonSQS" Version =" 9.0.0-alpha.1 " />
15
16
</ItemGroup >
16
17
17
18
</Project >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >net8 .0</TargetFramework >
4
+ <TargetFramework >net10 .0</TargetFramework >
5
5
<GenerateRuntimeConfigurationFiles >true</GenerateRuntimeConfigurationFiles >
6
6
<AWSProjectType >Lambda</AWSProjectType >
7
- <LangVersion >12.0</LangVersion >
7
+ <LangVersion >preview</LangVersion >
8
+ <ImplicitUsings >enable</ImplicitUsings >
8
9
</PropertyGroup >
9
10
10
11
<ItemGroup >
17
18
<PackageReference Include =" Amazon.Lambda.Core" Version =" 2.*" />
18
19
<PackageReference Include =" Amazon.Lambda.Serialization.SystemTextJson" Version =" 2.*" />
19
20
<PackageReference Include =" Amazon.Lambda.SQSEvents" Version =" 2.*" />
20
- <PackageReference Include =" NServiceBus.AmazonSQS" Version =" 8.* " />
21
- <PackageReference Include =" NServiceBus.AwsLambda.SQS" Version =" 3.* " />
21
+ <PackageReference Include =" NServiceBus.AmazonSQS" Version =" 9.0.0-alpha.1 " />
22
+ <PackageReference Include =" NServiceBus.AwsLambda.SQS" Version =" 4.0.0-alpha.1 " />
22
23
</ItemGroup >
23
24
24
25
</Project >
You can’t perform that action at this time.
0 commit comments