Skip to content

Commit da6612c

Browse files
committed
💁
1 parent 4dfeee6 commit da6612c

File tree

8 files changed

+24
-23
lines changed

8 files changed

+24
-23
lines changed

samples/CommandQuery.Sample.AWSLambda/CommandQuery.Sample.AWSLambda.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<PackageReference Include="Amazon.Lambda.Core" Version="2.2.0" />
1616
<PackageReference Include="Amazon.Lambda.Serialization.SystemTextJson" Version="2.4.3" />
1717
<PackageReference Include="Amazon.Lambda.APIGatewayEvents" Version="2.7.0" />
18-
<PackageReference Include="CommandQuery.AWSLambda" Version="3.0.0" />
18+
<PackageReference Include="CommandQuery.AWSLambda" Version="4.0.0" />
1919
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" />
2020
</ItemGroup>
2121

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
1+
12
{
2-
"Information": [
3-
"This file provides default values for the deployment wizard inside Visual Studio and the AWS Lambda commands added to the .NET Core CLI.",
4-
"To learn more about the Lambda commands with the .NET Core CLI execute the following command at the command line in the project root directory.",
5-
"dotnet lambda help",
6-
"All the command line options for the Lambda command can be specified in this file."
7-
],
8-
"profile": "Henrik Lau Eriksson",
9-
"region": "eu-central-1",
10-
"configuration": "Release",
11-
"framework": "net8.0",
12-
"s3-prefix": "CommandQuery.Sample.AWSLambda/",
13-
"template": "serverless.template",
14-
"template-parameters": "",
15-
"s3-bucket": "commandquery",
16-
"stack-name": "CommandQuery"
17-
}
3+
"Information" : [
4+
"This file provides default values for the deployment wizard inside Visual Studio and the AWS Lambda commands added to the .NET Core CLI.",
5+
"To learn more about the Lambda commands with the .NET Core CLI execute the following command at the command line in the project root directory.",
6+
"dotnet lambda help",
7+
"All the command line options for the Lambda command can be specified in this file."
8+
],
9+
"profile" : "Henrik Lau Eriksson",
10+
"region" : "eu-central-1",
11+
"configuration" : "Release",
12+
"framework" : "net8.0",
13+
"s3-prefix" : "CommandQuery.Sample.AWSLambda/",
14+
"template" : "serverless.template",
15+
"template-parameters" : "",
16+
"s3-bucket" : "commandquery",
17+
"stack-name" : "CommandQuery"
18+
}

samples/CommandQuery.Sample.AspNetCore/CommandQuery.Sample.AspNetCore.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</PropertyGroup>
66

77
<ItemGroup>
8-
<PackageReference Include="CommandQuery.AspNetCore" Version="3.0.0" />
8+
<PackageReference Include="CommandQuery.AspNetCore" Version="4.0.0" />
99
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.6.2" />
1010
</ItemGroup>
1111

samples/CommandQuery.Sample.AzureFunctions/CommandQuery.Sample.AzureFunctions.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<ItemGroup>
1010
<FrameworkReference Include="Microsoft.AspNetCore.App" />
11-
<PackageReference Include="CommandQuery.AzureFunctions" Version="3.0.0" />
11+
<PackageReference Include="CommandQuery.AzureFunctions" Version="4.0.0" />
1212
<PackageReference Include="Microsoft.Azure.Functions.Worker" Version="1.22.0" />
1313
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Http" Version="3.2.0" />
1414
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Http.AspNetCore" Version="1.3.2" />

samples/CommandQuery.Sample.Client/CommandQuery.Sample.Client.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="CommandQuery.Client" Version="3.0.0" />
9+
<PackageReference Include="CommandQuery.Client" Version="4.0.0" />
1010
<PackageReference Include="Microsoft.Extensions.Http.Polly" Version="8.0.7" />
1111
</ItemGroup>
1212

samples/CommandQuery.Sample.Contracts/CommandQuery.Sample.Contracts.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</PropertyGroup>
66

77
<ItemGroup>
8-
<PackageReference Include="CommandQuery.Abstractions" Version="3.0.0" />
8+
<PackageReference Include="CommandQuery.Abstractions" Version="4.0.0" />
99
</ItemGroup>
1010

1111
</Project>

samples/CommandQuery.Sample.GoogleCloudFunctions/CommandQuery.Sample.GoogleCloudFunctions.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="CommandQuery.GoogleCloudFunctions" Version="3.0.0" />
9+
<PackageReference Include="CommandQuery.GoogleCloudFunctions" Version="4.0.0" />
1010
<PackageReference Include="Google.Cloud.Functions.Hosting" Version="2.2.1" />
1111
<None Include="appsettings*.json" CopyToOutputDirectory="PreserveNewest" />
1212
</ItemGroup>

samples/CommandQuery.Sample.Handlers/CommandQuery.Sample.Handlers.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</PropertyGroup>
66

77
<ItemGroup>
8-
<PackageReference Include="CommandQuery" Version="3.0.0" />
8+
<PackageReference Include="CommandQuery" Version="4.0.0" />
99
</ItemGroup>
1010

1111
<ItemGroup>

0 commit comments

Comments
 (0)