Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Baulig <mabaul@microsoft.com>2018-06-28 02:47:15 +0300
committerMarek Safar <marek.safar@gmail.com>2018-06-28 10:36:05 +0300
commit084abcc9aa8ef699e6569fe1a5b344353ee427a7 (patch)
treee2eb6b6c8b3caf6bc6bf5f117d9d768d28613b64
parentb0f651425b28cc40d271738ef9890bb6779ed119 (diff)
System.Diagnostics.Private
-rw-r--r--src/System.Security.Cryptography.X509Certificates/src/Internal/Cryptography/Helpers.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/System.Security.Cryptography.X509Certificates/src/Internal/Cryptography/Helpers.cs b/src/System.Security.Cryptography.X509Certificates/src/Internal/Cryptography/Helpers.cs
index 50bdae57fa..833bd9bd46 100644
--- a/src/System.Security.Cryptography.X509Certificates/src/Internal/Cryptography/Helpers.cs
+++ b/src/System.Security.Cryptography.X509Certificates/src/Internal/Cryptography/Helpers.cs
@@ -5,6 +5,7 @@
using System;
using System.Collections.Generic;
using System.Diagnostics;
+using System.Diagnostics.Private;
using System.Globalization;
namespace Internal.Cryptography