File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -449,7 +449,7 @@ let ``Test OtherOptions order for GetProjectOptionsFromScript`` () =
449
449
projOpts.OtherOptions
450
450
|> Array.map Path.GetFileNameWithoutExtension
451
451
|> shouldEqual expected2
452
- let otherArgs = [| " --noframework" ; " 3" ; " System.Numerics" ; " mscorlib" ; " System" ; " System.Xml" ; " System.Runtime.Remoting" ; " System.Runtime.Serialization.Formatters.Soap" ; " System.Data" ; " System.Drawing" ; " System.Core" ; " System.Runtime" ; " System.Linq" ; " System.Reflection" ; " System.Linq.Expressions" ; " System.Threading.Tasks" ; " System.IO" ; " System.Net.Requests" ; " System.Collections" ; " System.Runtime.Numerics" ; " System.Threading" ; " System.Web" ; " System.Web.Services" ; " System.Windows.Forms" ; " FSharp.Compiler.Interactive.Settings" |]
452
+ let otherArgs = [| " --noframework" ; " 3" ; " System.Numerics" ; " mscorlib" ; " FSharp.Core " ; " System" ; " System.Xml" ; " System.Runtime.Remoting" ; " System.Runtime.Serialization.Formatters.Soap" ; " System.Data" ; " System.Drawing" ; " System.Core" ; " System.Runtime" ; " System.Linq" ; " System.Reflection" ; " System.Linq.Expressions" ; " System.Threading.Tasks" ; " System.IO" ; " System.Net.Requests" ; " System.Collections" ; " System.Runtime.Numerics" ; " System.Threading" ; " System.Web" ; " System.Web.Services" ; " System.Windows.Forms" ; " FSharp.Compiler.Interactive.Settings" |]
453
453
test " Main1" otherArgs
454
454
test " Main2" otherArgs
455
455
test " Main3" otherArgs
You can’t perform that action at this time.
0 commit comments