Skip to content

Commit

Permalink
Update Deps
Browse files Browse the repository at this point in the history
  • Loading branch information
niemyjski committed Jan 4, 2023
1 parent 5a8c55c commit 704bc1b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build/common.props
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<MinVerTagPrefix>v</MinVerTagPrefix>
<ReferenceFoundatioSource Condition="$(SolutionName.Contains('All')) Or !$(SolutionName.Contains('Foundatio'))">true</ReferenceFoundatioSource>

<Copyright>Copyright (c) 2022 Foundatio. All rights reserved.</Copyright>
<Copyright>Copyright (c) 2023 Foundatio. All rights reserved.</Copyright>
<Authors>FoundatioFx</Authors>
<NoWarn>$(NoWarn);CS1591</NoWarn>
<WarningsAsErrors>true</WarningsAsErrors>
Expand Down
6 changes: 3 additions & 3 deletions src/Foundatio.AWS/Foundatio.AWS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<PackageTags>$(PackageTags);Amazon;AWS;S3</PackageTags>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="AWSSDK.CloudWatch" Version="3.7.102.10" />
<PackageReference Include="AWSSDK.S3" Version="3.7.101.46" />
<PackageReference Include="AWSSDK.SQS" Version="3.7.100.46" />
<PackageReference Include="AWSSDK.CloudWatch" Version="3.7.102.12" />
<PackageReference Include="AWSSDK.S3" Version="3.7.101.48" />
<PackageReference Include="AWSSDK.SQS" Version="3.7.100.48" />
<PackageReference Include="Foundatio" Version="10.6.0" Condition="'$(ReferenceFoundatioSource)' == '' OR '$(ReferenceFoundatioSource)' == 'false'" />
<ProjectReference Include="..\..\..\Foundatio\src\Foundatio\Foundatio.csproj" Condition="'$(ReferenceFoundatioSource)' == 'true'" />
</ItemGroup>
Expand Down

0 comments on commit 704bc1b

Please sign in to comment.