Skip to content

Commit c55a3a2

Browse files
committed
Update deps
1 parent 2ab31f4 commit c55a3a2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

samples/Foundatio.SampleJobClient/Foundatio.SampleJobClient.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="Foundatio.Xunit" Version="10.3.2-alpha.0.9" />
11+
<PackageReference Include="Foundatio.Xunit" Version="10.4.0" />
1212
</ItemGroup>
1313

1414
<ItemGroup>

src/Foundatio.Redis/Foundatio.Redis.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<Import Project="..\..\build\common.props" />
33
<ItemGroup>
4-
<PackageReference Include="Foundatio" Version="10.3.2-alpha.0.9" Condition="'$(ReferenceFoundatioSource)' == '' OR '$(ReferenceFoundatioSource)' == 'false'" />
4+
<PackageReference Include="Foundatio" Version="10.4.0" Condition="'$(ReferenceFoundatioSource)' == '' OR '$(ReferenceFoundatioSource)' == 'false'" />
55
<ProjectReference Include="..\..\..\Foundatio\src\Foundatio\Foundatio.csproj" Condition="'$(ReferenceFoundatioSource)' == 'true'" />
66
<PackageReference Include="StackExchange.Redis" Version="2.5.43" />
77
</ItemGroup>

tests/Directory.Build.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.1.0" />
1010
<PackageReference Include="xunit" Version="2.4.1" />
1111
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3" />
12-
<PackageReference Include="Foundatio.TestHarness" Version="10.3.2-alpha.0.9" Condition="'$(ReferenceFoundatioSource)' == '' OR '$(ReferenceFoundatioSource)' == 'false'" />
12+
<PackageReference Include="Foundatio.TestHarness" Version="10.4.0" Condition="'$(ReferenceFoundatioSource)' == '' OR '$(ReferenceFoundatioSource)' == 'false'" />
1313

1414
<ProjectReference Include="..\..\..\Foundatio\src\Foundatio.TestHarness\Foundatio.TestHarness.csproj" Condition="'$(ReferenceFoundatioSource)' == 'true'" />
1515
</ItemGroup>

0 commit comments

Comments
 (0)