Skip to content

Commit b911e1f

Browse files
committed
Update deps
1 parent 603641b commit b911e1f

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

src/Foundatio.Storage.SshNet/Foundatio.Storage.SshNet.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
</ItemGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="SSH.NET" Version="2024.0.0" />
12+
<PackageReference Include="SSH.NET" Version="2024.1.0" />
1313

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

tests/Directory.Build.props

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
<NoWarn>$(NoWarn);CS1591;NU1701</NoWarn>
77
</PropertyGroup>
88
<ItemGroup>
9-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
10-
<PackageReference Include="xunit" Version="2.7.0" />
11-
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.7" />
9+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
10+
<PackageReference Include="xunit" Version="2.9.0" />
11+
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2" />
1212

13-
<PackageReference Include="GitHubActionsTestLogger" Version="2.3.3" PrivateAssets="All" />
13+
<PackageReference Include="GitHubActionsTestLogger" Version="2.4.1" PrivateAssets="All" />
1414

15-
<PackageReference Include="Foundatio.TestHarness" Version="10.7.2-alpha.0.18" Condition="'$(ReferenceFoundatioSource)' == '' OR '$(ReferenceFoundatioSource)' == 'false'" />
15+
<PackageReference Include="Foundatio.TestHarness" Version="11.0.0" Condition="'$(ReferenceFoundatioSource)' == '' OR '$(ReferenceFoundatioSource)' == 'false'" />
1616
<ProjectReference Include="..\..\..\Foundatio\src\Foundatio.TestHarness\Foundatio.TestHarness.csproj" Condition="'$(ReferenceFoundatioSource)' == 'true'" />
1717
</ItemGroup>
1818
</Project>

0 commit comments

Comments
 (0)