We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d47cdf commit 7c92997Copy full SHA for 7c92997
src/Renci.SshNet.NETCore/project.json
@@ -1,8 +1,18 @@
1
{
2
"title": "SSH.NET",
3
"configurations": {
4
- "debug": { "buildOptions": { "define": [ "DEBUG", "TRACE" ] } },
5
- "release": { "buildOptions": { "define": [ "TRACE" ] } }
+ "debug": {
+ "buildOptions": {
6
+ "debugType": "full",
7
+ "define": [ "DEBUG", "TRACE" ]
8
+ }
9
+ },
10
+ "release": {
11
12
+ "debugType": "none",
13
+ "define": [ "TRACE" ]
14
15
16
},
17
"buildOptions": {
18
"outputName": "Renci.SshNet",
@@ -15,8 +25,9 @@
25
"../Renci.SshNet/Properties/AssemblyInfo.cs"
26
]
27
28
+ "optimize": true,
29
"xmlDoc": true,
19
- "optimize": true
30
+ "warningsAsErrors": true
20
31
21
32
"frameworks": {
22
33
"netstandard1.3": {
0 commit comments