From a993df7f2f80b94873986663a8e74bc1070dd82d Mon Sep 17 00:00:00 2001
From: ChsBuffer <33744752+chsbuffer@users.noreply.github.com>
Date: Sat, 17 Oct 2020 17:52:39 +0800
Subject: [PATCH] fix: upgrade package and upgrade Test.csproj to new format
---
Netch/Netch.csproj | 8 +--
Test/Properties/AssemblyInfo.cs | 35 --------------
Test/Test.csproj | 86 +++++++++------------------------
Test/Tests.cs | 1 -
Test/packages.config | 4 --
5 files changed, 28 insertions(+), 106 deletions(-)
delete mode 100644 Test/Properties/AssemblyInfo.cs
delete mode 100644 Test/packages.config
diff --git a/Netch/Netch.csproj b/Netch/Netch.csproj
index 9d88188d..0c79bea2 100644
--- a/Netch/Netch.csproj
+++ b/Netch/Netch.csproj
@@ -66,11 +66,11 @@
-
-
+
+
-
-
+
+
diff --git a/Test/Properties/AssemblyInfo.cs b/Test/Properties/AssemblyInfo.cs
deleted file mode 100644
index 44b1409d..00000000
--- a/Test/Properties/AssemblyInfo.cs
+++ /dev/null
@@ -1,35 +0,0 @@
-using System.Reflection;
-using System.Runtime.InteropServices;
-
-// General Information about an assembly is controlled through the following
-// set of attributes. Change these attribute values to modify the information
-// associated with an assembly.
-[assembly: AssemblyTitle("Test")]
-[assembly: AssemblyDescription("")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("")]
-[assembly: AssemblyProduct("Test")]
-[assembly: AssemblyCopyright("Copyright © 2020")]
-[assembly: AssemblyTrademark("")]
-[assembly: AssemblyCulture("")]
-
-// Setting ComVisible to false makes the types in this assembly not visible
-// to COM components. If you need to access a type in this assembly from
-// COM, set the ComVisible attribute to true on that type.
-[assembly: ComVisible(false)]
-
-// The following GUID is for the ID of the typelib if this project is exposed to COM
-[assembly: Guid("53397641-35CA-4336-8E22-2CE12EF476AC")]
-
-// Version information for an assembly consists of the following four values:
-//
-// Major Version
-// Minor Version
-// Build Number
-// Revision
-//
-// You can specify all the values or you can default the Build and Revision Numbers
-// by using the '*' as shown below:
-// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("1.0.0.0")]
-[assembly: AssemblyFileVersion("1.0.0.0")]
\ No newline at end of file
diff --git a/Test/Test.csproj b/Test/Test.csproj
index ef1168c3..0d69a82b 100644
--- a/Test/Test.csproj
+++ b/Test/Test.csproj
@@ -1,64 +1,26 @@
-
-
-
-
- Debug
- AnyCPU
- {53397641-35CA-4336-8E22-2CE12EF476AC}
- {FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}
- Library
- Properties
- Test
- Test
- v4.8
- 512
-
-
- AnyCPU
- true
- full
- false
- bin\Debug\
- DEBUG;TRACE
- prompt
- 4
-
-
- AnyCPU
- pdbonly
- true
- bin\Release\
- TRACE
- prompt
- 4
-
-
-
-
-
-
-
-
- ..\packages\NUnit.3.5.0\lib\net45\nunit.framework.dll
-
-
-
-
-
-
-
-
- {4b041b91-5790-4571-8c58-c63ffe4bc9f8}
- Netch
-
-
-
-
+
+
+
+ net48
+ x64
+ latest
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Test/Tests.cs b/Test/Tests.cs
index de036dfe..4ca7b16f 100644
--- a/Test/Tests.cs
+++ b/Test/Tests.cs
@@ -1,6 +1,5 @@
using System.Linq;
using System.Windows.Forms;
-using Netch.Servers.ShadowsocksR.Form;
using Netch.Servers.ShadowsocksR;
using Netch.Servers.VMess;
using Netch.Servers.VMess.Form;
diff --git a/Test/packages.config b/Test/packages.config
deleted file mode 100644
index c108d442..00000000
--- a/Test/packages.config
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
-
-
\ No newline at end of file