-
Notifications
You must be signed in to change notification settings - Fork 227
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #498 from MVKozlov/DataContractJsonSerializer
use DataContractJsonSerializer instead of Newtonsoft.Json
- Loading branch information
Showing
9 changed files
with
126 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -163,3 +163,6 @@ pip-log.txt | |
# Mac crap | ||
.DS_Store | ||
Posh-SSH.zip | ||
|
||
Source/**/bin/** | ||
Source/**/obj/** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file removed
BIN
-677 KB
Source/PoshSSH/PoshSSH.Core/bin/Debug/netstandard2.0/Newtonsoft.Json.dll
Binary file not shown.
98 changes: 98 additions & 0 deletions
98
Source/PoshSSH/PoshSSH.Core/bin/Debug/netstandard2.0/PoshSSH.deps.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,98 @@ | ||
{ | ||
"runtimeTarget": { | ||
"name": ".NETStandard,Version=v2.0/", | ||
"signature": "1c29894f4e98a18a46b4ef3d88fe6ab552e3c6d5" | ||
}, | ||
"compilationOptions": {}, | ||
"targets": { | ||
".NETStandard,Version=v2.0": {}, | ||
".NETStandard,Version=v2.0/": { | ||
"PoshSSH/1.0.0": { | ||
"dependencies": { | ||
"NETStandard.Library": "2.0.3", | ||
"PowerShellStandard.Library": "5.1.1", | ||
"SSH.NET": "2020.0.2", | ||
"SshNet.Security.Cryptography": "1.3.0" | ||
}, | ||
"runtime": { | ||
"PoshSSH.dll": {} | ||
} | ||
}, | ||
"Microsoft.NETCore.Platforms/1.1.0": {}, | ||
"NETStandard.Library/2.0.3": { | ||
"dependencies": { | ||
"Microsoft.NETCore.Platforms": "1.1.0" | ||
} | ||
}, | ||
"PowerShellStandard.Library/5.1.1": { | ||
"runtime": { | ||
"lib/netstandard2.0/System.Management.Automation.dll": { | ||
"assemblyVersion": "3.0.0.0", | ||
"fileVersion": "5.1.1.0" | ||
} | ||
} | ||
}, | ||
"SSH.NET/2020.0.2": { | ||
"dependencies": { | ||
"SshNet.Security.Cryptography": "1.3.0" | ||
}, | ||
"runtime": { | ||
"lib/netstandard2.0/Renci.SshNet.dll": { | ||
"assemblyVersion": "2020.0.2.0", | ||
"fileVersion": "2020.0.2.0" | ||
} | ||
} | ||
}, | ||
"SshNet.Security.Cryptography/1.3.0": { | ||
"runtime": { | ||
"lib/netstandard2.0/SshNet.Security.Cryptography.dll": { | ||
"assemblyVersion": "1.3.0.0", | ||
"fileVersion": "1.3.0.0" | ||
} | ||
} | ||
} | ||
} | ||
}, | ||
"libraries": { | ||
"PoshSSH/1.0.0": { | ||
"type": "project", | ||
"serviceable": false, | ||
"sha512": "" | ||
}, | ||
"Microsoft.NETCore.Platforms/1.1.0": { | ||
"type": "package", | ||
"serviceable": true, | ||
"sha512": "sha512-kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A==", | ||
"path": "microsoft.netcore.platforms/1.1.0", | ||
"hashPath": "microsoft.netcore.platforms.1.1.0.nupkg.sha512" | ||
}, | ||
"NETStandard.Library/2.0.3": { | ||
"type": "package", | ||
"serviceable": true, | ||
"sha512": "sha512-st47PosZSHrjECdjeIzZQbzivYBJFv6P2nv4cj2ypdI204DO+vZ7l5raGMiX4eXMJ53RfOIg+/s4DHVZ54Nu2A==", | ||
"path": "netstandard.library/2.0.3", | ||
"hashPath": "netstandard.library.2.0.3.nupkg.sha512" | ||
}, | ||
"PowerShellStandard.Library/5.1.1": { | ||
"type": "package", | ||
"serviceable": true, | ||
"sha512": "sha512-e31xJjG+Kjbv6YF3Yq6D4Dl3or8v7LrNF41k3CXrWozW6hR1zcOe5KYuZJaGSiAgLnwP8wcW+I3+IWEzMPZKXQ==", | ||
"path": "powershellstandard.library/5.1.1", | ||
"hashPath": "powershellstandard.library.5.1.1.nupkg.sha512" | ||
}, | ||
"SSH.NET/2020.0.2": { | ||
"type": "package", | ||
"serviceable": true, | ||
"sha512": "sha512-G0dNlTBAM00KZXv1wWVwgg26d9/METcM6qWBpNQwllzQmmbu+Zu+FS1L1X4fFgGdPu3e8k9mmTBu6SwtQ0614g==", | ||
"path": "ssh.net/2020.0.2", | ||
"hashPath": "ssh.net.2020.0.2.nupkg.sha512" | ||
}, | ||
"SshNet.Security.Cryptography/1.3.0": { | ||
"type": "package", | ||
"serviceable": true, | ||
"sha512": "sha512-5pBIXRjcSO/amY8WztpmNOhaaCNHY/B6CcYDI7FSTgqSyo/ZUojlLiKcsl+YGbxQuLX439qIkMfP0PHqxqJi/Q==", | ||
"path": "sshnet.security.cryptography/1.3.0", | ||
"hashPath": "sshnet.security.cryptography.1.3.0.nupkg.sha512" | ||
} | ||
} | ||
} |
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-783 KB
Source/PoshSSH/PoshSSH.Core/bin/Debug/netstandard2.0/Renci.SshNet.dll
Binary file not shown.
Binary file removed
BIN
-34 KB
Source/PoshSSH/PoshSSH.Core/bin/Debug/netstandard2.0/SshNet.Security.Cryptography.dll
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters