Skip to content

Commit d41cd63

Browse files
committed
Use "proper" namespace since it's public
1 parent c12d3fb commit d41cd63

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

BinaryObjectScanner/IProgress.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// Licensed to the .NET Foundation under one or more agreements.
44
// The .NET Foundation licenses this file to you under the MIT license.
55

6-
namespace BinaryObjectScanner
6+
namespace System
77
{
88
/// <summary>Defines a provider for progress updates.</summary>
99
/// <typeparam name="T">The type of progress update value.</typeparam>

ProtectionScan/Progress.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
using System;
77
using System.Threading;
88
using System.Diagnostics;
9-
using BinaryObjectScanner;
109

1110
namespace ProtectionScan
1211
{

0 commit comments

Comments
 (0)