File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed
samples/tutorial/src/Binding Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<OutputType >Exe</OutputType >
5
- <TargetFramework >netcoreapp3.0 </TargetFramework >
5
+ <TargetFramework >netcoreapp3.1 </TargetFramework >
6
6
<LangVersion >preview</LangVersion >
7
7
</PropertyGroup >
8
8
9
9
<ItemGroup >
10
- <PackageReference Include =" System.CommandLine.DragonFruit" Version =" 0.2 .0-alpha.19165.1 " />
10
+ <PackageReference Include =" System.CommandLine.DragonFruit" Version =" 0.3 .0-alpha.20070.2 " />
11
11
</ItemGroup >
12
12
13
13
</Project >
Original file line number Diff line number Diff line change 2
2
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
3
3
4
4
using System ;
5
- using System . CommandLine ;
5
+ using System . CommandLine . Parsing ;
6
6
using System . IO ;
7
7
using System . Linq ;
8
8
using System . Reflection ;
Original file line number Diff line number Diff line change 3
3
4
4
using System ;
5
5
using System . CommandLine ;
6
+ using System . CommandLine . Parsing ;
6
7
using static Binding . Formatter ;
7
8
8
9
namespace Binding
Original file line number Diff line number Diff line change 4
4
using System ;
5
5
using System . Collections . Generic ;
6
6
using System . CommandLine ;
7
- using System . CommandLine . Builder ;
8
7
using System . CommandLine . Invocation ;
8
+ using System . CommandLine . IO ;
9
+ using System . CommandLine . Parsing ;
9
10
using System . IO ;
10
11
using System . Threading . Tasks ;
11
12
using static Binding . Formatter ;
You can’t perform that action at this time.
0 commit comments