Skip to content

Commit

Permalink
Merge pull request #44 from Siphonophora/Add-missing-using
Browse files Browse the repository at this point in the history
Fix: Add missing globalization using
  • Loading branch information
Siphonophora authored May 25, 2021
2 parents 2b21a9f + e9596d6 commit dd402f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/JUnit.Xml.TestLogger/JunitXmlSerializer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ namespace Microsoft.VisualStudio.TestPlatform.Extension.Junit.Xml.TestLogger
{
using System;
using System.Collections.Generic;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Text;
Expand Down

0 comments on commit dd402f1

Please sign in to comment.