Skip to content

Commit

Permalink
1.5 极速版
Browse files Browse the repository at this point in the history
  • Loading branch information
NolanHzy committed Nov 26, 2021
1 parent f66fa73 commit 2b9d292
Show file tree
Hide file tree
Showing 14 changed files with 127 additions and 9 deletions.
Binary file modified IServer.dll
Binary file not shown.
Binary file modified IServer.pdb
Binary file not shown.
136 changes: 127 additions & 9 deletions NETJDC.deps.json
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@
"Microsoft.VisualBasic.Core": "10.0.6.0",
"Microsoft.VisualBasic": "10.0.0.0",
"Microsoft.Win32.Primitives.Reference": "5.0.0.0",
"Microsoft.Win32.Registry": "5.0.0.0",
"Microsoft.Win32.Registry.Reference": "5.0.0.0",
"mscorlib": "4.0.0.0",
"netstandard": "2.1.0.0",
"System.AppContext.Reference": "5.0.0.0",
Expand Down Expand Up @@ -271,7 +271,7 @@
"System.Runtime.Serialization.Json": "5.0.0.0",
"System.Runtime.Serialization.Primitives.Reference": "5.0.0.0",
"System.Runtime.Serialization.Xml": "5.0.0.0",
"System.Security.AccessControl": "5.0.0.0",
"System.Security.AccessControl.Reference": "5.0.0.0",
"System.Security.Claims": "5.0.0.0",
"System.Security.Cryptography.Algorithms.Reference": "5.0.0.0",
"System.Security.Cryptography.Cng.Reference": "5.0.0.0",
Expand All @@ -283,7 +283,7 @@
"System.Security": "4.0.0.0",
"System.Security.Permissions": "5.0.0.0",
"System.Security.Principal": "5.0.0.0",
"System.Security.Principal.Windows": "5.0.0.0",
"System.Security.Principal.Windows.Reference": "5.0.0.0",
"System.Security.SecureString": "5.0.0.0",
"System.ServiceModel.Web": "4.0.0.0",
"System.ServiceProcess": "4.0.0.0",
Expand Down Expand Up @@ -415,6 +415,12 @@
"System.Runtime": "4.3.0"
}
},
"Microsoft.Win32.Registry/5.0.0": {
"dependencies": {
"System.Security.AccessControl": "5.0.0",
"System.Security.Principal.Windows": "5.0.0"
}
},
"Microsoft.Win32.SystemEvents/5.0.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "5.0.0"
Expand Down Expand Up @@ -573,6 +579,17 @@
"lib/netstandard2.0/PuppeteerSharp.dll": {}
}
},
"RestSharp/106.13.0": {
"runtime": {
"lib/netstandard2.0/RestSharp.dll": {
"assemblyVersion": "106.13.0.0",
"fileVersion": "106.13.0.0"
}
},
"compile": {
"lib/netstandard2.0/RestSharp.dll": {}
}
},
"runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {},
"runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {},
"runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {},
Expand Down Expand Up @@ -638,6 +655,17 @@
}
},
"System.Buffers/4.4.0": {},
"System.CodeDom/6.0.0": {
"runtime": {
"lib/netstandard2.0/System.CodeDom.dll": {
"assemblyVersion": "6.0.0.0",
"fileVersion": "6.0.21.52210"
}
},
"compile": {
"lib/netstandard2.0/System.CodeDom.dll": {}
}
},
"System.Collections/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "5.0.0",
Expand Down Expand Up @@ -909,6 +937,29 @@
"System.Threading": "4.3.0"
}
},
"System.Management/6.0.0": {
"dependencies": {
"Microsoft.Win32.Registry": "5.0.0",
"System.CodeDom": "6.0.0"
},
"runtime": {
"lib/netcoreapp3.1/System.Management.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "6.0.21.52210"
}
},
"runtimeTargets": {
"runtimes/win/lib/netcoreapp3.1/System.Management.dll": {
"rid": "win",
"assetType": "runtime",
"assemblyVersion": "4.0.0.0",
"fileVersion": "6.0.21.52210"
}
},
"compile": {
"lib/netcoreapp3.1/System.Management.dll": {}
}
},
"System.Memory/4.5.4": {},
"System.Net.Http/4.3.4": {
"dependencies": {
Expand Down Expand Up @@ -1099,6 +1150,12 @@
"System.Runtime": "4.3.0"
}
},
"System.Security.AccessControl/5.0.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "5.0.0",
"System.Security.Principal.Windows": "5.0.0"
}
},
"System.Security.Cryptography.Algorithms/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "5.0.0",
Expand Down Expand Up @@ -1222,6 +1279,7 @@
"runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2"
}
},
"System.Security.Principal.Windows/5.0.0": {},
"System.Text.Encoding/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "5.0.0",
Expand Down Expand Up @@ -1324,12 +1382,21 @@
"IServer.dll": {}
}
},
"PageMove/1.0.0": {
"runtime": {
"PageMove.dll": {}
},
"compile": {
"PageMove.dll": {}
}
},
"Server/1.0.0": {
"dependencies": {
"IServer": "1.0.0",
"OpenCvSharp4": "4.5.3.20210817",
"OpenCvSharp4.Windows": "4.5.3.20210817",
"OpenCvSharp4.runtime.win": "4.5.3.20210817",
"PageMove": "1.0.0",
"PuppeteerSharp": "5.1.0"
},
"runtime": {
Expand All @@ -1340,6 +1407,10 @@
}
},
"Systems/1.0.0": {
"dependencies": {
"RestSharp": "106.13.0",
"System.Management": "6.0.0"
},
"runtime": {
"Systems.dll": {}
},
Expand Down Expand Up @@ -2097,7 +2168,7 @@
},
"compileOnly": true
},
"Microsoft.Win32.Registry/5.0.0.0": {
"Microsoft.Win32.Registry.Reference/5.0.0.0": {
"compile": {
"Microsoft.Win32.Registry.dll": {}
},
Expand Down Expand Up @@ -2745,7 +2816,7 @@
},
"compileOnly": true
},
"System.Security.AccessControl/5.0.0.0": {
"System.Security.AccessControl.Reference/5.0.0.0": {
"compile": {
"System.Security.AccessControl.dll": {}
},
Expand Down Expand Up @@ -2817,7 +2888,7 @@
},
"compileOnly": true
},
"System.Security.Principal.Windows/5.0.0.0": {
"System.Security.Principal.Windows.Reference/5.0.0.0": {
"compile": {
"System.Security.Principal.Windows.dll": {}
},
Expand Down Expand Up @@ -3145,6 +3216,13 @@
"path": "microsoft.win32.primitives/4.3.0",
"hashPath": "microsoft.win32.primitives.4.3.0.nupkg.sha512"
},
"Microsoft.Win32.Registry/5.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-dDoKi0PnDz31yAyETfRntsLArTlVAVzUzCIvvEDsDsucrl33Dl8pIJG06ePTJTI3tGpeyHS9Cq7Foc/s4EeKcg==",
"path": "microsoft.win32.registry/5.0.0",
"hashPath": "microsoft.win32.registry.5.0.0.nupkg.sha512"
},
"Microsoft.Win32.SystemEvents/5.0.0": {
"type": "package",
"serviceable": true,
Expand Down Expand Up @@ -3201,6 +3279,13 @@
"path": "puppeteersharp/5.1.0",
"hashPath": "puppeteersharp.5.1.0.nupkg.sha512"
},
"RestSharp/106.13.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-vwUdmmtC5vtePeNfBWnFcixBF2KjUeVv3ss4ZFzCIkOf7NB7W/9qX8JNZD9DOrz2yGk4AJW8k9znwgPZhnoiNg==",
"path": "restsharp/106.13.0",
"hashPath": "restsharp.106.13.0.nupkg.sha512"
},
"runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {
"type": "package",
"serviceable": true,
Expand Down Expand Up @@ -3334,6 +3419,13 @@
"path": "system.buffers/4.4.0",
"hashPath": "system.buffers.4.4.0.nupkg.sha512"
},
"System.CodeDom/6.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-CPc6tWO1LAer3IzfZufDBRL+UZQcj5uS207NHALQzP84Vp/z6wF0Aa0YZImOQY8iStY0A2zI/e3ihKNPfUm8XA==",
"path": "system.codedom/6.0.0",
"hashPath": "system.codedom.6.0.0.nupkg.sha512"
},
"System.Collections/4.3.0": {
"type": "package",
"serviceable": true,
Expand Down Expand Up @@ -3502,6 +3594,13 @@
"path": "system.linq.expressions/4.3.0",
"hashPath": "system.linq.expressions.4.3.0.nupkg.sha512"
},
"System.Management/6.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-sHsESYMmPDhQuOC66h6AEOs/XowzKsbT9srMbX71TCXP58hkpn1BqBjdmKj1+DCA/WlBETX1K5WjQHwmV0Txrg==",
"path": "system.management/6.0.0",
"hashPath": "system.management.6.0.0.nupkg.sha512"
},
"System.Memory/4.5.4": {
"type": "package",
"serviceable": true,
Expand Down Expand Up @@ -3656,6 +3755,13 @@
"path": "system.runtime.serialization.primitives/4.3.0",
"hashPath": "system.runtime.serialization.primitives.4.3.0.nupkg.sha512"
},
"System.Security.AccessControl/5.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-dagJ1mHZO3Ani8GH0PHpPEe/oYO+rVdbQjvjJkBRNQkX4t0r1iaeGn8+/ybkSLEan3/slM0t59SVdHzuHf2jmw==",
"path": "system.security.accesscontrol/5.0.0",
"hashPath": "system.security.accesscontrol.5.0.0.nupkg.sha512"
},
"System.Security.Cryptography.Algorithms/4.3.0": {
"type": "package",
"serviceable": true,
Expand Down Expand Up @@ -3705,6 +3811,13 @@
"path": "system.security.cryptography.x509certificates/4.3.0",
"hashPath": "system.security.cryptography.x509certificates.4.3.0.nupkg.sha512"
},
"System.Security.Principal.Windows/5.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-t0MGLukB5WAVU9bO3MGzvlGnyJPgUlcwerXn1kzBRjwLKixT96XV0Uza41W49gVd8zEMFu9vQEFlv0IOrytICA==",
"path": "system.security.principal.windows/5.0.0",
"hashPath": "system.security.principal.windows.5.0.0.nupkg.sha512"
},
"System.Text.Encoding/4.3.0": {
"type": "package",
"serviceable": true,
Expand Down Expand Up @@ -3787,6 +3900,11 @@
"serviceable": false,
"sha512": ""
},
"PageMove/1.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"Server/1.0.0": {
"type": "project",
"serviceable": false,
Expand Down Expand Up @@ -4422,7 +4540,7 @@
"serviceable": false,
"sha512": ""
},
"Microsoft.Win32.Registry/5.0.0.0": {
"Microsoft.Win32.Registry.Reference/5.0.0.0": {
"type": "referenceassembly",
"serviceable": false,
"sha512": ""
Expand Down Expand Up @@ -4962,7 +5080,7 @@
"serviceable": false,
"sha512": ""
},
"System.Security.AccessControl/5.0.0.0": {
"System.Security.AccessControl.Reference/5.0.0.0": {
"type": "referenceassembly",
"serviceable": false,
"sha512": ""
Expand Down Expand Up @@ -5022,7 +5140,7 @@
"serviceable": false,
"sha512": ""
},
"System.Security.Principal.Windows/5.0.0.0": {
"System.Security.Principal.Windows.Reference/5.0.0.0": {
"type": "referenceassembly",
"serviceable": false,
"sha512": ""
Expand Down
Binary file modified NETJDC.dll
Binary file not shown.
Binary file modified NETJDC.pdb
Binary file not shown.
Binary file added PageMove.dll
Binary file not shown.
Binary file added PageMove.pdb
Binary file not shown.
Binary file added RestSharp.dll
Binary file not shown.
Binary file modified Server.dll
Binary file not shown.
Binary file modified Server.pdb
Binary file not shown.
Binary file added System.CodeDom.dll
Binary file not shown.
Binary file added System.Management.dll
Binary file not shown.
Binary file modified Systems.dll
Binary file not shown.
Binary file modified Systems.pdb
Binary file not shown.

0 comments on commit 2b9d292

Please sign in to comment.