mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-06-19 21:38:16 +08:00
Move Spectre.Console.Cli to it's own package
This commit is contained in:

committed by
Patrik Svensson

parent
b600832e00
commit
36ca22ffac
17
test/Spectre.Console.Cli.Tests/Properties/Usings.cs
Normal file
17
test/Spectre.Console.Cli.Tests/Properties/Usings.cs
Normal file
@ -0,0 +1,17 @@
|
||||
global using System;
|
||||
global using System.Collections.Generic;
|
||||
global using System.ComponentModel;
|
||||
global using System.Diagnostics.CodeAnalysis;
|
||||
global using System.Globalization;
|
||||
global using System.Linq;
|
||||
global using System.Runtime.CompilerServices;
|
||||
global using System.Threading.Tasks;
|
||||
global using Shouldly;
|
||||
global using Spectre.Console.Cli;
|
||||
global using Spectre.Console.Cli.Unsafe;
|
||||
global using Spectre.Console.Testing;
|
||||
global using Spectre.Console.Tests.Data;
|
||||
global using Spectre.Verify.Extensions;
|
||||
global using VerifyTests;
|
||||
global using VerifyXunit;
|
||||
global using Xunit;
|
Reference in New Issue
Block a user