From 0eafab4ad69bc36c58acbb1553a58585dea14148 Mon Sep 17 00:00:00 2001 From: "Moh.Hassan" Date: Sat, 27 Apr 2019 02:17:21 +0200 Subject: [PATCH] fix test build --- tests/CommandLine.Tests/Unit/Text/HelpTextTests.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/CommandLine.Tests/Unit/Text/HelpTextTests.cs b/tests/CommandLine.Tests/Unit/Text/HelpTextTests.cs index 6ef21ac0..7c4d7590 100644 --- a/tests/CommandLine.Tests/Unit/Text/HelpTextTests.cs +++ b/tests/CommandLine.Tests/Unit/Text/HelpTextTests.cs @@ -2,6 +2,8 @@ using System; using System.Collections.Generic; +using System.Globalization; +using CommandLine.Core; using System.Linq; using System.Reflection; using CommandLine.Infrastructure;