We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1eeaf44 commit 0716199Copy full SHA for 0716199
tests/Directory.Build.props
@@ -11,7 +11,7 @@
11
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.0" />
12
<PackageReference Include="GitHubActionsTestLogger" Version="2.4.1" PrivateAssets="All" />
13
14
- <PackageReference Include="Foundatio.TestHarness" Version="11.0.8" Condition="'$(ReferenceFoundatioSource)' == '' OR '$(ReferenceFoundatioSource)' == 'false'" />
+ <PackageReference Include="Foundatio.TestHarness" Version="11.1.0" Condition="'$(ReferenceFoundatioSource)' == '' OR '$(ReferenceFoundatioSource)' == 'false'" />
15
<ProjectReference Include="..\..\..\Foundatio\src\Foundatio.TestHarness\Foundatio.TestHarness.csproj" Condition="'$(ReferenceFoundatioSource)' == 'true'" />
16
</ItemGroup>
17
</Project>
0 commit comments