File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
UltraMapper.CommandLine.Example Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ class Program
4040{
4141 static void Main ( string [] args )
4242 {
43- // --add ("John Smith" 26 account=( number=AC2903X balance=3500.00 creditcards=[(CRD01 1000.00) (CRD02 2000.00)]))
43+ // --add ("John Smith" 26 ( number=AC2903X balance=3500.00 creditcards=[(CRD01 1000.00) (CRD02 2000.00)]))
4444 CommandLine .Instance .Parse <CustomerCommands >( args );
4545 }
4646
Original file line number Diff line number Diff line change 2222 <package id =" System.IO.FileSystem.Primitives" version =" 4.3.0" targetFramework =" net472" />
2323 <package id =" System.Linq" version =" 4.3.0" targetFramework =" net472" />
2424 <package id =" System.Linq.Expressions" version =" 4.3.0" targetFramework =" net472" />
25- <package id =" System.Net.Http" version =" 4.3.0 " targetFramework =" net472" />
25+ <package id =" System.Net.Http" version =" 4.3.4 " targetFramework =" net472" />
2626 <package id =" System.Net.Primitives" version =" 4.3.0" targetFramework =" net472" />
2727 <package id =" System.Net.Sockets" version =" 4.3.0" targetFramework =" net472" />
2828 <package id =" System.ObjectModel" version =" 4.3.0" targetFramework =" net472" />
You can’t perform that action at this time.
0 commit comments