Skip to content

Commit 1b5a790

Browse files
committed
Removed orphan dependency.
1 parent d7782c8 commit 1b5a790

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

Hexa.NET.ImGui.Widgets/Dialogs/FileSystemHelper.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
namespace Hexa.NET.ImGui.Widgets.Dialogs
22
{
33
using Hexa.NET.ImGui.Widgets.Extensions;
4-
using Microsoft.CodeAnalysis;
54
using System;
65
using System.Collections.Generic;
76
using System.IO;
87
using System.Linq;
98
using System.Runtime.InteropServices;
109
using System.Text.Json.Serialization;
11-
using System.Xml.Linq;
1210

1311
[JsonSourceGenerationOptions(GenerationMode = JsonSourceGenerationMode.Serialization)]
1412
[JsonSerializable(typeof(Dictionary<string, string>))]
@@ -253,7 +251,7 @@ public static IEnumerable<FileSystemItem> Refresh(string folder, RefreshFlags re
253251
}
254252
}
255253

256-
private static readonly Dictionary<string, List<FileSystemItem>> cache = new();
254+
private static readonly Dictionary<string, List<FileSystemItem>> cache = [];
257255

258256
public static List<FileSystemItem> GetFileSystemEntries(string folder, RefreshFlags refreshFlags, List<string>? allowedExtensions)
259257
{

Hexa.NET.ImGui.Widgets/Hexa.NET.ImGui.Widgets.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@
4949
<ItemGroup>
5050
<PackageReference Include="Hexa.NET.ImGui" Version="2.1.10" />
5151
<PackageReference Include="Hexa.NET.Utilities" Version="2.1.10" />
52-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Scripting" Version="4.10.0" />
5352
</ItemGroup>
5453

5554

0 commit comments

Comments
 (0)