Skip to content

Commit f2df445

Browse files
committed
chore: Update the version of Amazon.CDK.Lib that is referenced by the recipe CDK projects.
1 parent e439af7 commit f2df445

File tree

9 files changed

+11
-11
lines changed

9 files changed

+11
-11
lines changed

THIRD_PARTY_LICENSES

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
** AWSSDK.ElasticLoadBalancingV2; version 3.7.302.33 -- https://www.nuget.org/packages/AWSSDK.ElasticLoadBalancingV2/
2222
** AWSSDK.Core; version 3.7.303.20 -- https://www.nuget.org/packages/AWSSDK.Core
2323
** AWSSDK.CloudWatchLogs; version 3.7.305.18 -- https://www.nuget.org/packages/AWSSDK.CloudWatchLogs
24-
** Amazon.CDK.Lib; version 2.194.0 -- https://www.nuget.org/packages/Amazon.CDK.Lib/
24+
** Amazon.CDK.Lib; version 2.214.0 -- https://www.nuget.org/packages/Amazon.CDK.Lib/
2525

2626
Apache License
2727
Version 2.0, January 2004

src/AWS.Deploy.Recipes.CDK.Common/AWS.Deploy.Recipes.CDK.Common.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
</PropertyGroup>
1818

1919
<ItemGroup>
20-
<PackageReference Include="Amazon.CDK.Lib" Version="2.194.0" />
20+
<PackageReference Include="Amazon.CDK.Lib" Version="2.214.0" />
2121
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="8.0.1" />
2222
</ItemGroup>
2323

src/AWS.Deploy.Recipes/CdkTemplates/AspNetAppAppRunner/AspNetAppAppRunner.csproj

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

2727
<ItemGroup>
2828
<!-- CDK Construct Library dependencies -->
29-
<PackageReference Include="Amazon.CDK.Lib" Version="2.194.0" />
29+
<PackageReference Include="Amazon.CDK.Lib" Version="2.214.0" />
3030
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="8.0.1" />
3131

3232
<!-- jsii Roslyn analyzers (un-comment to obtain compile-time checks for missing required props

src/AWS.Deploy.Recipes/CdkTemplates/AspNetAppEcsFargate/AspNetAppEcsFargate.csproj

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

2727
<ItemGroup>
2828
<!-- CDK Construct Library dependencies -->
29-
<PackageReference Include="Amazon.CDK.Lib" Version="2.194.0" />
29+
<PackageReference Include="Amazon.CDK.Lib" Version="2.214.0" />
3030
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="8.0.1" />
3131

3232
<!-- jsii Roslyn analyzers (un-comment to obtain compile-time checks for missing required props

src/AWS.Deploy.Recipes/CdkTemplates/AspNetAppElasticBeanstalkLinux/AspNetAppElasticBeanstalkLinux.csproj

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

2727
<ItemGroup>
2828
<!-- CDK Construct Library dependencies -->
29-
<PackageReference Include="Amazon.CDK.Lib" Version="2.194.0" />
29+
<PackageReference Include="Amazon.CDK.Lib" Version="2.214.0" />
3030
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="8.0.1" />
3131

3232
<!-- jsii Roslyn analyzers (un-comment to obtain compile-time checks for missing required props

src/AWS.Deploy.Recipes/CdkTemplates/AspNetAppElasticBeanstalkWindows/AspNetAppElasticBeanstalkWindows.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
@@ -26,7 +26,7 @@
2626

2727
<ItemGroup>
2828
<!-- CDK Construct Library dependencies -->
29-
<PackageReference Include="Amazon.CDK.Lib" Version="2.194.0" />
29+
<PackageReference Include="Amazon.CDK.Lib" Version="2.214.0" />
3030
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="8.0.1" />
3131

3232
<!-- jsii Roslyn analyzers (un-comment to obtain compile-time checks for missing required props

src/AWS.Deploy.Recipes/CdkTemplates/BlazorWasm/BlazorWasm.csproj

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

2727
<ItemGroup>
2828
<!-- CDK Construct Library dependencies -->
29-
<PackageReference Include="Amazon.CDK.Lib" Version="2.194.0" />
29+
<PackageReference Include="Amazon.CDK.Lib" Version="2.214.0" />
3030
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="8.0.1" />
3131

3232
<!-- jsii Roslyn analyzers (un-comment to obtain compile-time checks for missing required props

src/AWS.Deploy.Recipes/CdkTemplates/ConsoleAppECSFargateScheduleTask/ConsoleAppECSFargateScheduleTask.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
@@ -26,7 +26,7 @@
2626

2727
<ItemGroup>
2828
<!-- CDK Construct Library dependencies -->
29-
<PackageReference Include="Amazon.CDK.Lib" Version="2.194.0" />
29+
<PackageReference Include="Amazon.CDK.Lib" Version="2.214.0" />
3030
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="8.0.1" />
3131

3232
<!-- jsii Roslyn analyzers (un-comment to obtain compile-time checks for missing required props

src/AWS.Deploy.Recipes/CdkTemplates/ConsoleAppECSFargateService/ConsoleAppEcsFargateService.csproj

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

2727
<ItemGroup>
2828
<!-- CDK Construct Library dependencies -->
29-
<PackageReference Include="Amazon.CDK.Lib" Version="2.194.0" />
29+
<PackageReference Include="Amazon.CDK.Lib" Version="2.214.0" />
3030
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="8.0.1" />
3131

3232
<!-- jsii Roslyn analyzers (un-comment to obtain compile-time checks for missing required props

0 commit comments

Comments
 (0)