Fix build warnings

This commit is contained in:
Pranav K 2016-05-02 11:27:05 -07:00
parent d7e509ebec
commit 52869b03ec
6 changed files with 29 additions and 25 deletions

View File

@ -1,6 +1,6 @@
{
"version": "1.0.0-*",
"compilationOptions": {
"buildOptions": {
"emitEntryPoint": true
},
"dependencies": {

View File

@ -5,7 +5,7 @@
"Microsoft.AspNetCore.Buffering": "0.1.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*"
},
"compilationOptions": {
"buildOptions": {
"emitEntryPoint": true
},
"commands": {

View File

@ -1,6 +1,6 @@
{
"version": "0.1.0-*",
"compilationOptions": {
"buildOptions": {
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk",
"nowarn": [
@ -9,14 +9,16 @@
"xmlDoc": true
},
"description": "ASP.NET Core middleware for buffering response bodies.",
"tags": [
"aspnetcore",
"buffer",
"buffering"
],
"repository": {
"type": "git",
"url": "git://github.com/aspnet/basicmiddleware"
"packOptions": {
"repository": {
"type": "git",
"url": "git://github.com/aspnet/basicmiddleware"
},
"tags": [
"aspnetcore",
"buffer",
"buffering"
]
},
"dependencies": {
"Microsoft.AspNetCore.Http.Abstractions": "1.0.0-*"

View File

@ -1,6 +1,6 @@
{
"version": "1.0.0-*",
"compilationOptions": {
"buildOptions": {
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk",
"nowarn": [
@ -9,15 +9,17 @@
"xmlDoc": true
},
"description": "ASP.NET Core basic middleware for:\r\nX-Forwarded-* headers to forward headers from a proxy.\r\nHTTP method override header.",
"tags": [
"aspnetcore",
"proxy",
"headers",
"xforwarded"
],
"repository": {
"type": "git",
"url": "git://github.com/aspnet/basicmiddleware"
"packOptions": {
"repository": {
"type": "git",
"url": "git://github.com/aspnet/basicmiddleware"
},
"tags": [
"aspnetcore",
"proxy",
"headers",
"xforwarded"
]
},
"dependencies": {
"Microsoft.AspNetCore.Http.Extensions": "1.0.0-*",

View File

@ -1,9 +1,10 @@
{
"version": "1.0.0-*",
"compilationOptions": {
"buildOptions": {
"warningsAsErrors": true
},
"dependencies": {
"dotnet-test-xunit": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*",
"Microsoft.AspNetCore.Buffering": "0.1.0-*",
"Microsoft.AspNetCore.TestHost": "1.0.0-*",
@ -16,7 +17,6 @@
"version": "1.0.0-*",
"type": "platform"
},
"dotnet-test-xunit": "1.0.0-*",
"System.Diagnostics.Process": "4.1.0-*"
},
"imports": [

View File

@ -1,9 +1,10 @@
{
"version": "1.0.0-*",
"compilationOptions": {
"buildOptions": {
"warningsAsErrors": true
},
"dependencies": {
"dotnet-test-xunit": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*",
"Microsoft.AspNetCore.HttpOverrides": "1.0.0-*",
"Microsoft.AspNetCore.TestHost": "1.0.0-*",
@ -17,7 +18,6 @@
"version": "1.0.0-*",
"type": "platform"
},
"dotnet-test-xunit": "1.0.0-*",
"System.Diagnostics.Process": "4.1.0-*"
},
"imports": [