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 65b3163 commit b323452Copy full SHA for b323452
SecureHttpClient.TestRunner.Maui/SecureHttpClient.TestRunner.Maui.csproj
@@ -56,6 +56,7 @@
56
<ItemGroup>
57
<PackageReference Include="Microsoft.Maui.Controls" Version="$(MauiVersion)" />
58
<PackageReference Include="Shiny.Xunit.Runners.Maui" Version="1.0.0" />
59
+ <PackageReference Include="xunit.runner.utility" Version="2.9.2" />
60
</ItemGroup>
61
62
<ItemGroup Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'android'">
0 commit comments