mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-04-12 12:07:05 +00:00
Fixing bad namespace
This commit is contained in:
parent
7d2e67ad34
commit
88f657b3a6
1 changed files with 2 additions and 4 deletions
|
|
@ -1,11 +1,9 @@
|
||||||
#if STANDARD
|
#if STANDARD
|
||||||
using ICD.Common.Properties;
|
|
||||||
using System;
|
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Linq;
|
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
|
public static class HashSetExtensions
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue