Use "proper" namespace since it's public

This commit is contained in:
Matt Nadareski
2025-09-22 21:05:39 -04:00
parent c12d3fbe15
commit d41cd63ad7
2 changed files with 1 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
namespace BinaryObjectScanner
namespace System
{
/// <summary>Defines a provider for progress updates.</summary>
/// <typeparam name="T">The type of progress update value.</typeparam>

View File

@@ -6,7 +6,6 @@
using System;
using System.Threading;
using System.Diagnostics;
using BinaryObjectScanner;
namespace ProtectionScan
{