Don't extend BCL namespaces
This commit is contained in:
parent
8849134d50
commit
69d65009a0
|
@ -5,10 +5,9 @@
|
|||
|
||||
using System;
|
||||
using System.Diagnostics;
|
||||
using System.Text;
|
||||
using BizHawk.Common;
|
||||
using System.IO;
|
||||
|
||||
namespace System.IO
|
||||
namespace BizHawk.Common.PathExtensions
|
||||
{
|
||||
/// <summary>Contains internal path helpers that are shared between many projects.</summary>
|
||||
internal static partial class PathInternal
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
|
||||
#pragma warning disable
|
||||
|
||||
using System;
|
||||
using System.Diagnostics.CodeAnalysis;
|
||||
using System.Runtime.CompilerServices;
|
||||
|
||||
namespace System.IO
|
||||
namespace BizHawk.Common.PathExtensions
|
||||
{
|
||||
/// <summary>Contains internal path helpers that are shared between many projects.</summary>
|
||||
internal static partial class PathInternal
|
||||
|
|
Loading…
Reference in New Issue