Skip to content

Commit

Permalink
Install MS ICU package
Browse files Browse the repository at this point in the history
  • Loading branch information
RobKraft committed Dec 12, 2024
1 parent b56ca73 commit 5ee0226
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Lambdas/GetCharityTypes/GetCharityTypes.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
Expand Down Expand Up @@ -31,7 +31,7 @@
<PackageReference Include="Amazon.Lambda.RuntimeSupport" Version="1.12.1" />
<PackageReference Include="Amazon.Lambda.Core" Version="2.5.0" />
<PackageReference Include="Amazon.Lambda.Serialization.SystemTextJson" Version="2.4.4" />
<PackageReference Include="Microsoft.ICU.ICU4C.Runtime" Version="68.2.0.9" />
<PackageReference Include="Microsoft.ICU.ICU4C.Runtime" Version="72.1.0.3" />
<PackageReference Include="MySqlConnector" Version="2.4.0" />
</ItemGroup>
</Project>
1 change: 1 addition & 0 deletions Lambdas/GetOrgItems/GetOrgItems.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
<PackageReference Include="Amazon.Lambda.RuntimeSupport" Version="1.12.1" />
<PackageReference Include="Amazon.Lambda.Serialization.SystemTextJson" Version="2.4.4" />
<PackageReference Include="AWSSDK.RDS" Version="3.7.409.1" />
<PackageReference Include="Microsoft.ICU.ICU4C.Runtime" Version="72.1.0.3" />
<PackageReference Include="MySqlConnector" Version="2.4.0" />
</ItemGroup>

Expand Down

0 comments on commit 5ee0226

Please sign in to comment.