mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-02-11 10:45:05 +00:00
Fixing bad namespace
This commit is contained in:
@@ -1,11 +1,9 @@
|
||||
#if STANDARD
|
||||
using ICD.Common.Properties;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using ICD.Common.Properties;
|
||||
|
||||
namespace ICD.NetStandard.Common.Utils.Extensions
|
||||
namespace ICD.Common.Utils.Extensions
|
||||
{
|
||||
public static class HashSetExtensions
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user