update to .net framework 4.7.2

This commit is contained in:
Perfare
2020-03-27 21:42:40 +08:00
parent 286edfe72c
commit de95b02285
17 changed files with 359 additions and 387 deletions

View File

@ -1,6 +1,7 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace AssetStudioGUI
@ -8,7 +9,7 @@ namespace AssetStudioGUI
static class Program
{
/// <summary>
/// The main entry point for the application.
/// 应用程序的主入口点。
/// </summary>
[STAThread]
static void Main()