We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c707ae commit 6fa860dCopy full SHA for 6fa860d
1 file changed
Spectre.Docs.Cli.Examples/Spectre.Docs.Cli.Examples.csproj
@@ -6,14 +6,15 @@
6
<ImplicitUsings>enable</ImplicitUsings>
7
<Nullable>enable</Nullable>
8
<AssemblyName>example</AssemblyName>
9
+ <GenerateTestingPlatformEntryPoint>false</GenerateTestingPlatformEntryPoint>
10
</PropertyGroup>
11
12
<ItemGroup>
13
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="10.0.0" />
14
<PackageReference Include="Spectre.Console.Cli" Version="1.0.0-alpha.0.11" />
15
<PackageReference Include="Spectre.Console.Cli.Testing" Version="1.0.0-alpha.0.11" />
16
<PackageReference Include="xunit.v3.assert" Version="3.2.1" />
- <PackageReference Include="xunit.v3.core" Version="3.2.1" />
17
+ <PackageReference Include="xunit.v3.extensibility.core" Version="3.2.1" />
18
</ItemGroup>
19
20
</Project>
0 commit comments