Skip to content

Commit

Permalink
don't move ns
Browse files Browse the repository at this point in the history
  • Loading branch information
AnakinRaW committed May 10, 2023
1 parent 04c52fa commit ea4ec29
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
8 changes: 4 additions & 4 deletions src/CommonUtilities/src/Process/CurrentProcessInfo.cs
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
using System.Diagnostics;
using System.Runtime.InteropServices;
#if NET6_0
#if NET6_0
using System;
#else
using Vanara.PInvoke;
#endif
using System.Diagnostics;
using System.Runtime.InteropServices;

namespace AnakinRaW.CommonUtilities.Process;
namespace AnakinRaW.CommonUtilities;

/// <summary>
/// Provides information about the current process.
Expand Down
3 changes: 1 addition & 2 deletions src/CommonUtilities/test/CurrentProcessInfoTest.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using AnakinRaW.CommonUtilities.Process;
using Xunit;
using Xunit;

namespace AnakinRaW.CommonUtilities.Test;

Expand Down

0 comments on commit ea4ec29

Please sign in to comment.