Fix build warnings

This commit is contained in:
Pranav K 2016-05-02 11:27:09 -07:00
parent d22a638e55
commit 63a9d64394
8 changed files with 18 additions and 20 deletions

View File

@ -1,9 +1,11 @@
{
"version": "1.0.0-*",
"compilationOptions": {
"buildOptions": {
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk",
"nowarn": [ "CS1591" ],
"nowarn": [
"CS1591"
],
"xmlDoc": true
},
"dependencies": {
@ -27,4 +29,4 @@
]
}
}
}
}

View File

@ -1,11 +1,13 @@
{
"version": "1.0.0-*",
"compilationOptions": {
"buildOptions": {
"outputName": "dotnet-watch",
"warningsAsErrors": true,
"emitEntryPoint": true,
"keyFile": "../../tools/Key.snk",
"nowarn": [ "CS1591" ],
"nowarn": [
"CS1591"
],
"xmlDoc": true
},
"dependencies": {
@ -28,4 +30,4 @@
}
}
}
}
}

View File

@ -1,5 +1,5 @@
{
"compilationOptions": {
"buildOptions": {
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk"
},

View File

@ -1,5 +1,5 @@
{
"compilationOptions": {
"buildOptions": {
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk"
},

View File

@ -1,13 +1,11 @@
{
"version": "1.0.0-*",
"compilationOptions": {
"buildOptions": {
"emitEntryPoint": true
},
"dependencies": {
"Dependency": "1.0.0"
},
"frameworks": {
"netcoreapp1.0": {
"dependencies": {

View File

@ -1,10 +1,8 @@
{
"version": "1.0.0-*",
"dependencies": {
"NETStandard.Library": "1.5.0-*"
},
"frameworks": {
"netstandard1.5": {
"imports": [
@ -13,4 +11,4 @@
]
}
}
}
}

View File

@ -1,6 +1,6 @@
{
"version": "1.0.0-*",
"compilationOptions": {
"buildOptions": {
"emitEntryPoint": true
},
"compile": [
@ -10,7 +10,6 @@
"exclude": [
"exclude/*"
],
"frameworks": {
"netcoreapp1.0": {
"dependencies": {
@ -25,4 +24,4 @@
]
}
}
}
}

View File

@ -1,9 +1,8 @@
{
"version": "1.0.0-*",
"compilationOptions": {
"buildOptions": {
"emitEntryPoint": true
},
"frameworks": {
"netcoreapp1.0": {
"dependencies": {
@ -18,4 +17,4 @@
]
}
}
}
}