Skip to content

Commit 27d3cdf

Browse files
committed
Bump Foundatio package references to 13.0.0-beta4
1 parent 672ca20 commit 27d3cdf

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

samples/Foundatio.SampleJobClient/Foundatio.SampleJobClient.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="Foundatio.Xunit.v3" Version="13.0.0-beta3.45" />
11+
<PackageReference Include="Foundatio.Xunit.v3" Version="13.0.0-beta4" />
1212
</ItemGroup>
1313

1414
<ItemGroup>

src/Foundatio.Redis/Foundatio.Redis.csproj

Lines changed: 1 addition & 1 deletion
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="13.0.0-beta3.45" Condition="'$(ReferenceFoundatioSource)' == '' OR '$(ReferenceFoundatioSource)' == 'false'" />
4+
<PackageReference Include="Foundatio" Version="13.0.0-beta4" Condition="'$(ReferenceFoundatioSource)' == '' OR '$(ReferenceFoundatioSource)' == 'false'" />
55
<ProjectReference Include="..\..\..\Foundatio\src\Foundatio\Foundatio.csproj" Condition="'$(ReferenceFoundatioSource)' == 'true'" />
66

77
<PackageReference Include="StackExchange.Redis" Version="2.12.14" />

tests/Foundatio.Redis.Tests/Foundatio.Redis.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.5" />
99
<PackageReference Include="GitHubActionsTestLogger" Version="3.0.3" PrivateAssets="All" />
1010

11-
<PackageReference Include="Foundatio.TestHarness" Version="13.0.0-beta3.45" Condition="'$(ReferenceFoundatioSource)' == '' OR '$(ReferenceFoundatioSource)' == 'false'" />
11+
<PackageReference Include="Foundatio.TestHarness" Version="13.0.0-beta4" Condition="'$(ReferenceFoundatioSource)' == '' OR '$(ReferenceFoundatioSource)' == 'false'" />
1212
<ProjectReference Include="..\..\..\Foundatio\src\Foundatio.TestHarness\Foundatio.TestHarness.csproj" Condition="'$(ReferenceFoundatioSource)' == 'true'" />
1313
</ItemGroup>
1414
<ItemGroup>

0 commit comments

Comments
 (0)