Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ejsmith committed Jan 1, 2023
1 parent 8b680bc commit 5a8c55c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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,10 +4,10 @@
<PackageTags>$(PackageTags);Amazon;AWS;S3</PackageTags>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="AWSSDK.CloudWatch" Version="3.7.101.3" />
<PackageReference Include="AWSSDK.S3" Version="3.7.101.26" />
<PackageReference Include="AWSSDK.SQS" Version="3.7.100.26" />
<PackageReference Include="Foundatio" Version="10.5.1-alpha.0.31" Condition="'$(ReferenceFoundatioSource)' == '' OR '$(ReferenceFoundatioSource)' == 'false'" />
<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="Foundatio" Version="10.6.0" Condition="'$(ReferenceFoundatioSource)' == '' OR '$(ReferenceFoundatioSource)' == 'false'" />
<ProjectReference Include="..\..\..\Foundatio\src\Foundatio\Foundatio.csproj" Condition="'$(ReferenceFoundatioSource)' == 'true'" />
</ItemGroup>
</Project>
4 changes: 2 additions & 2 deletions tests/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<NoWarn>$(NoWarn);CS1591;NU1701</NoWarn>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.1" />
<PackageReference Include="xunit" Version="2.4.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5" />
<PackageReference Include="GitHubActionsTestLogger" Version="2.0.1" PrivateAssets="All" />

<PackageReference Include="Foundatio.TestHarness" Version="10.5.1-alpha.0.31" Condition="'$(ReferenceFoundatioSource)' == '' OR '$(ReferenceFoundatioSource)' == 'false'" />
<PackageReference Include="Foundatio.TestHarness" Version="10.6.0" Condition="'$(ReferenceFoundatioSource)' == '' OR '$(ReferenceFoundatioSource)' == 'false'" />
<ProjectReference Include="..\..\..\Foundatio\src\Foundatio.TestHarness\Foundatio.TestHarness.csproj" Condition="'$(ReferenceFoundatioSource)' == 'true'" />
</ItemGroup>
</Project>

0 comments on commit 5a8c55c

Please sign in to comment.