Skip to content

Commit 1a25efe

Browse files
committed
Updated foundatio
1 parent ef36362 commit 1a25efe

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/Foundatio.AWS/Foundatio.AWS.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<PackageReference Include="AWSSDK.S3" Version="3.7.305.5" />
99
<PackageReference Include="AWSSDK.SQS" Version="3.7.300.30" />
1010

11-
<PackageReference Include="Foundatio" Version="10.6.2-alpha.0.13" Condition="'$(ReferenceFoundatioSource)' == '' OR '$(ReferenceFoundatioSource)' == 'false'" />
11+
<PackageReference Include="Foundatio" Version="10.7.0" Condition="'$(ReferenceFoundatioSource)' == '' OR '$(ReferenceFoundatioSource)' == 'false'" />
1212
<ProjectReference Include="..\..\..\Foundatio\src\Foundatio\Foundatio.csproj" Condition="'$(ReferenceFoundatioSource)' == 'true'" />
1313
</ItemGroup>
1414
</Project>

tests/Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
</PropertyGroup>
88
<ItemGroup>
99
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
10-
<PackageReference Include="xunit" Version="2.6.4" />
10+
<PackageReference Include="xunit" Version="2.6.5" />
1111
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.6" />
1212
<PackageReference Include="GitHubActionsTestLogger" Version="2.3.3" PrivateAssets="All" />
1313

14-
<PackageReference Include="Foundatio.TestHarness" Version="10.6.2-alpha.0.13" Condition="'$(ReferenceFoundatioSource)' == '' OR '$(ReferenceFoundatioSource)' == 'false'" />
14+
<PackageReference Include="Foundatio.TestHarness" Version="10.7.0" Condition="'$(ReferenceFoundatioSource)' == '' OR '$(ReferenceFoundatioSource)' == 'false'" />
1515
<ProjectReference Include="..\..\..\Foundatio\src\Foundatio.TestHarness\Foundatio.TestHarness.csproj" Condition="'$(ReferenceFoundatioSource)' == 'true'" />
1616
</ItemGroup>
1717
</Project>

0 commit comments

Comments
 (0)