Skip to content

Commit 6fa860d

Browse files
committed
Update project dependencies and disable testing platform entry point generation
1 parent 6c707ae commit 6fa860d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Spectre.Docs.Cli.Examples/Spectre.Docs.Cli.Examples.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,15 @@
66
<ImplicitUsings>enable</ImplicitUsings>
77
<Nullable>enable</Nullable>
88
<AssemblyName>example</AssemblyName>
9+
<GenerateTestingPlatformEntryPoint>false</GenerateTestingPlatformEntryPoint>
910
</PropertyGroup>
1011

1112
<ItemGroup>
1213
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="10.0.0" />
1314
<PackageReference Include="Spectre.Console.Cli" Version="1.0.0-alpha.0.11" />
1415
<PackageReference Include="Spectre.Console.Cli.Testing" Version="1.0.0-alpha.0.11" />
1516
<PackageReference Include="xunit.v3.assert" Version="3.2.1" />
16-
<PackageReference Include="xunit.v3.core" Version="3.2.1" />
17+
<PackageReference Include="xunit.v3.extensibility.core" Version="3.2.1" />
1718
</ItemGroup>
1819

1920
</Project>

0 commit comments

Comments
 (0)