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 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >net8.0</TargetFramework >
5- <LangVersion >12.0</LangVersion >
4+ <TargetFramework >net10.0</TargetFramework >
5+ <LangVersion >preview</LangVersion >
6+ <ImplicitUsings >enable</ImplicitUsings >
67 </PropertyGroup >
78
89 <ItemGroup >
9- <PackageReference Include =" NServiceBus" Version =" 9.* " />
10+ <PackageReference Include =" NServiceBus" Version =" 10.0.0-alpha.1 " />
1011 </ItemGroup >
1112
1213</Project >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >net8 .0</TargetFramework >
4+ <TargetFramework >net10 .0</TargetFramework >
55 <OutputType >Exe</OutputType >
6- <LangVersion >12.0</LangVersion >
6+ <LangVersion >preview</LangVersion >
7+ <ImplicitUsings >enable</ImplicitUsings >
78 </PropertyGroup >
89
910 <ItemGroup >
1011 <ProjectReference Include =" ..\Messages\Messages.csproj" />
1112 </ItemGroup >
1213
1314 <ItemGroup >
14- <PackageReference Include =" NServiceBus.AmazonSQS" Version =" 7.* " />
15+ <PackageReference Include =" NServiceBus.AmazonSQS" Version =" 9.0.0-alpha.1 " />
1516 </ItemGroup >
1617
1718</Project >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >net8 .0</TargetFramework >
4+ <TargetFramework >net10 .0</TargetFramework >
55 <GenerateRuntimeConfigurationFiles >true</GenerateRuntimeConfigurationFiles >
66 <AWSProjectType >Lambda</AWSProjectType >
7- <LangVersion >12.0</LangVersion >
7+ <LangVersion >preview</LangVersion >
8+ <ImplicitUsings >enable</ImplicitUsings >
89 </PropertyGroup >
910
1011 <ItemGroup >
1718 <PackageReference Include =" Amazon.Lambda.Core" Version =" 2.*" />
1819 <PackageReference Include =" Amazon.Lambda.Serialization.SystemTextJson" Version =" 2.*" />
1920 <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 " />
2223 </ItemGroup >
2324
2425</Project >
You can’t perform that action at this time.
0 commit comments