File tree 3 files changed +3
-3
lines changed
samples/Foundatio.SampleJobClient
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 8
8
</PropertyGroup >
9
9
10
10
<ItemGroup >
11
- <PackageReference Include =" Foundatio.Xunit" Version =" 10.3.2-alpha.0.9 " />
11
+ <PackageReference Include =" Foundatio.Xunit" Version =" 10.4.0 " />
12
12
</ItemGroup >
13
13
14
14
<ItemGroup >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<Import Project =" ..\..\build\common.props" />
3
3
<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'" />
5
5
<ProjectReference Include =" ..\..\..\Foundatio\src\Foundatio\Foundatio.csproj" Condition =" '$(ReferenceFoundatioSource)' == 'true'" />
6
6
<PackageReference Include =" StackExchange.Redis" Version =" 2.5.43" />
7
7
</ItemGroup >
Original file line number Diff line number Diff line change 9
9
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.1.0" />
10
10
<PackageReference Include =" xunit" Version =" 2.4.1" />
11
11
<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'" />
13
13
14
14
<ProjectReference Include =" ..\..\..\Foundatio\src\Foundatio.TestHarness\Foundatio.TestHarness.csproj" Condition =" '$(ReferenceFoundatioSource)' == 'true'" />
15
15
</ItemGroup >
You can’t perform that action at this time.
0 commit comments