Skip to content

Commit 68e4c9d

Browse files
committed
Updated foundatio
1 parent dba2841 commit 68e4c9d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/Foundatio.AzureServiceBus/Foundatio.AzureServiceBus.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<ItemGroup>
44
<PackageReference Include="Microsoft.Azure.Management.ServiceBus" Version="5.0.0" />
55
<PackageReference Include="Microsoft.Azure.ServiceBus" Version="5.2.0" />
6-
7-
<PackageReference Include="Foundatio" Version="10.6.2-alpha.0.13" Condition="'$(ReferenceFoundatioSource)' == '' OR '$(ReferenceFoundatioSource)' == 'false'" />
6+
7+
<PackageReference Include="Foundatio" Version="10.7.0" Condition="'$(ReferenceFoundatioSource)' == '' OR '$(ReferenceFoundatioSource)' == 'false'" />
88
<ProjectReference Include="..\..\..\Foundatio\src\Foundatio\Foundatio.csproj" Condition="'$(ReferenceFoundatioSource)' == 'true'" />
99
</ItemGroup>
1010
</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)