Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ejsmith committed Aug 8, 2024
1 parent 5320099 commit fd65c14
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Foundatio.AWS/Foundatio.AWS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<PackageTags>$(PackageTags);Amazon;AWS;S3</PackageTags>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="AWSSDK.CloudWatch" Version="3.7.301.14" />
<PackageReference Include="AWSSDK.S3" Version="3.7.307.3" />
<PackageReference Include="AWSSDK.SQS" Version="3.7.300.62" />
<PackageReference Include="AWSSDK.CloudWatch" Version="3.7.401.1" />
<PackageReference Include="AWSSDK.S3" Version="3.7.400.3" />
<PackageReference Include="AWSSDK.SQS" Version="3.7.400.3" />

<PackageReference Include="Foundatio" Version="10.7.1" Condition="'$(ReferenceFoundatioSource)' == '' OR '$(ReferenceFoundatioSource)' == 'false'" />
<PackageReference Include="Foundatio" Version="10.7.2-alpha.0.18" Condition="'$(ReferenceFoundatioSource)' == '' OR '$(ReferenceFoundatioSource)' == 'false'" />
<ProjectReference Include="..\..\..\Foundatio\src\Foundatio\Foundatio.csproj" Condition="'$(ReferenceFoundatioSource)' == 'true'" />
</ItemGroup>
</Project>

0 comments on commit fd65c14

Please sign in to comment.