Skip to content

Commit

Permalink
Merge pull request #307 from FoundatioFx/systemclock
Browse files Browse the repository at this point in the history
Adapt to SystemClock removal
  • Loading branch information
ejsmith authored Aug 24, 2024
2 parents 0391c5d + 561e9b6 commit f74bd57
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 652 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>
284 changes: 0 additions & 284 deletions src/Foundatio.AWS/Metrics/CloudWatchMetricsClient.cs

This file was deleted.

Loading

0 comments on commit f74bd57

Please sign in to comment.