Skip to content

Commit 5c71e36

Browse files
authored
Merge pull request #438 from commandlineparser/fix-test
fix test build of net40-net45 for fsharp
2 parents d59d6fc + 0eafab4 commit 5c71e36

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/CommandLine.Tests/Unit/Text/HelpTextTests.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
using System;
44
using System.Collections.Generic;
5+
using System.Globalization;
6+
using CommandLine.Core;
57
using System.Linq;
68
using System.Reflection;
79
using CommandLine.Infrastructure;

0 commit comments

Comments
 (0)