Browse Source

Usings

pull/11204/head
Max Katz 3 years ago
parent
commit
b6c25d5f70
  1. 1
      src/Avalonia.Base/Platform/Internal/AssemblyDescriptor.cs
  2. 1
      src/Avalonia.Base/Platform/Internal/AssemblyDescriptorResolver.cs
  3. 1
      src/Avalonia.Base/Platform/Internal/AssetDescriptor.cs

1
src/Avalonia.Base/Platform/Internal/AssemblyDescriptor.cs

@ -3,7 +3,6 @@ using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Reflection;
using Avalonia.Metadata;
using Avalonia.Utilities;
namespace Avalonia.Platform.Internal;

1
src/Avalonia.Base/Platform/Internal/AssemblyDescriptorResolver.cs

@ -3,7 +3,6 @@ using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using System.Runtime.CompilerServices;
using Avalonia.Metadata;
namespace Avalonia.Platform.Internal;

1
src/Avalonia.Base/Platform/Internal/AssetDescriptor.cs

@ -1,7 +1,6 @@
using System;
using System.IO;
using System.Reflection;
using Avalonia.Metadata;
namespace Avalonia.Platform.Internal;

Loading…
Cancel
Save