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 22
33 <PropertyGroup >
44 <OutputType >Exe</OutputType >
5- <TargetFramework >netcoreapp3.0 </TargetFramework >
5+ <TargetFramework >netcoreapp3.1 </TargetFramework >
66 <LangVersion >preview</LangVersion >
77 </PropertyGroup >
88
99 <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 " />
1111 </ItemGroup >
1212
1313</Project >
Original file line number Diff line number Diff line change 22// Licensed under the MIT license. See LICENSE file in the project root for full license information.
33
44using System ;
5- using System . CommandLine ;
5+ using System . CommandLine . Parsing ;
66using System . IO ;
77using System . Linq ;
88using System . Reflection ;
Original file line number Diff line number Diff line change 33
44using System ;
55using System . CommandLine ;
6+ using System . CommandLine . Parsing ;
67using static Binding . Formatter ;
78
89namespace Binding
Original file line number Diff line number Diff line change 44using System ;
55using System . Collections . Generic ;
66using System . CommandLine ;
7- using System . CommandLine . Builder ;
87using System . CommandLine . Invocation ;
8+ using System . CommandLine . IO ;
9+ using System . CommandLine . Parsing ;
910using System . IO ;
1011using System . Threading . Tasks ;
1112using static Binding . Formatter ;
You can’t perform that action at this time.
0 commit comments