Update Cef to .NET 10

This commit is contained in:
Natsumi
2025-11-16 17:11:18 +11:00
parent b4321d5e86
commit 191bf08a12
7 changed files with 16 additions and 16 deletions

View File

@@ -8,7 +8,6 @@ using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using Microsoft.Win32;
using System.Threading;
using System.Windows.Forms;
using System.Threading.Tasks;
namespace VRCX

View File

@@ -3,7 +3,6 @@ using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Threading;
using System.Windows.Forms;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using Newtonsoft.Json.Serialization;