We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18634e7 commit ef4acd5Copy full SHA for ef4acd5
tests/Directory.Build.props
@@ -11,7 +11,7 @@
11
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2" />
12
<PackageReference Include="GitHubActionsTestLogger" Version="2.4.1" PrivateAssets="All" />
13
14
- <PackageReference Include="Foundatio.TestHarness" Version="10.7.2-alpha.0.19" Condition="'$(ReferenceFoundatioSource)' == '' OR '$(ReferenceFoundatioSource)' == 'false'" />
+ <PackageReference Include="Foundatio.TestHarness" Version="11.0.2" 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