File tree Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1
- using Grpc . Core ;
1
+ using System . Threading . Tasks ;
2
+ using Grpc . Core ;
2
3
3
4
namespace Devlooped
4
5
{
Original file line number Diff line number Diff line change 1
- using System . CommandLine ;
1
+ using System ;
2
+ using System . CommandLine ;
2
3
using System . CommandLine . Invocation ;
4
+ using System . IO ;
5
+ using System . Linq ;
3
6
using System . Runtime . InteropServices ;
4
7
using System . Security . Cryptography ;
5
8
using System . Security . Cryptography . X509Certificates ;
9
+ using System . Threading ;
10
+ using System . Threading . Tasks ;
6
11
using Devlooped ;
7
12
using DotNetConfig ;
8
13
using Humanizer ;
12
17
using NuGet . Configuration ;
13
18
using NuGet . Protocol . Core . Types ;
14
19
using NuGet . Versioning ;
20
+ using Spectre . Console ;
15
21
16
22
#if ! CI
17
23
AnsiConsole . MarkupLine ( $ "[lime]dotnet echo [/]{ string . Join ( ' ' , args ) } ") ;
Original file line number Diff line number Diff line change 1
1
using System . Buffers ;
2
2
using System . IO . Pipelines ;
3
+ using System . Threading . Tasks ;
3
4
using Microsoft . AspNetCore . Builder ;
4
5
using Microsoft . AspNetCore . Hosting ;
5
6
using Microsoft . AspNetCore . Http ;
6
7
using Microsoft . Extensions . DependencyInjection ;
8
+ using Spectre . Console ;
7
9
8
10
namespace Devlooped
9
11
{
Original file line number Diff line number Diff line change 3
3
<PropertyGroup >
4
4
<AssemblyName >echo</AssemblyName >
5
5
<OutputType >Exe</OutputType >
6
- <TargetFrameworks >net6.0; net5.0;netcoreapp3.1</TargetFrameworks >
6
+ <TargetFrameworks >net5.0;netcoreapp3.1</TargetFrameworks >
7
7
<RootNamespace >Devlooped</RootNamespace >
8
8
<LangVersion >preview</LangVersion >
9
9
<PackageId >dotnet-echo</PackageId >
32
32
<None Include =" ..\..\readme.md" PackagePath =" readme.md" Pack =" true" />
33
33
</ItemGroup >
34
34
35
- <ItemGroup >
36
- <Import Include =" Spectre.Console" />
37
- <Import Include =" System" />
38
- <Import Include =" System.IO" />
39
- <Import Include =" System.Linq" />
40
- <Import Include =" System.Threading" />
41
- <Import Include =" System.Threading.Tasks" />
42
- </ItemGroup >
43
-
44
35
</Project >
You can’t perform that action at this time.
0 commit comments