Fix build warnings

This commit is contained in:
Pranav K 2016-05-02 11:27:30 -07:00
parent 3615cfd28e
commit 95b6a0a999
6 changed files with 29 additions and 19 deletions

View File

@ -1,14 +1,18 @@
{ {
"version": "0.1.0-*", "version": "0.1.0-*",
"description": "Client for communicating over web sockets.", "description": "Client for communicating over web sockets.",
"repository": { "packOptions": {
"type": "git", "repository": {
"url": "git://github.com/aspnet/websockets" "type": "git",
"url": "git://github.com/aspnet/websockets"
}
}, },
"compilationOptions": { "buildOptions": {
"warningsAsErrors": true, "warningsAsErrors": true,
"keyFile": "../../tools/Key.snk", "keyFile": "../../tools/Key.snk",
"nowarn": [ "CS1591" ], "nowarn": [
"CS1591"
],
"xmlDoc": true "xmlDoc": true
}, },
"dependencies": { "dependencies": {

View File

@ -1,11 +1,13 @@
{ {
"version": "0.1.0-*", "version": "0.1.0-*",
"description": "Managed web socket protocol parser.", "description": "Managed web socket protocol parser.",
"repository": { "packOptions": {
"type": "git", "repository": {
"url": "git://github.com/aspnet/websockets" "type": "git",
"url": "git://github.com/aspnet/websockets"
}
}, },
"compilationOptions": { "buildOptions": {
"warningsAsErrors": true, "warningsAsErrors": true,
"keyFile": "../../tools/Key.snk", "keyFile": "../../tools/Key.snk",
"nowarn": [ "nowarn": [

View File

@ -1,6 +1,6 @@
{ {
"version": "0.1.0-*", "version": "0.1.0-*",
"compilationOptions": { "buildOptions": {
"warningsAsErrors": true, "warningsAsErrors": true,
"keyFile": "../../tools/Key.snk", "keyFile": "../../tools/Key.snk",
"nowarn": [ "nowarn": [
@ -9,9 +9,11 @@
"xmlDoc": true "xmlDoc": true
}, },
"description": "ASP.NET 5 web socket middleware for use on top of opaque servers.", "description": "ASP.NET 5 web socket middleware for use on top of opaque servers.",
"repository": { "packOptions": {
"type": "git", "repository": {
"url": "git://github.com/aspnet/websockets" "type": "git",
"url": "git://github.com/aspnet/websockets"
}
}, },
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Http.Extensions": "1.0.0-*", "Microsoft.AspNetCore.Http.Extensions": "1.0.0-*",

View File

@ -1,5 +1,5 @@
{ {
"compilationOptions": { "buildOptions": {
"emitEntryPoint": true "emitEntryPoint": true
}, },
"dependencies": { "dependencies": {

View File

@ -5,7 +5,7 @@
"Microsoft.AspNetCore.WebSockets.Server": "0.1.0-*", "Microsoft.AspNetCore.WebSockets.Server": "0.1.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*" "Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*"
}, },
"compilationOptions": { "buildOptions": {
"emitEntryPoint": true "emitEntryPoint": true
}, },
"frameworks": { "frameworks": {
@ -25,7 +25,9 @@
}, },
"net451": {} "net451": {}
}, },
"content": [ "publishOptions": {
"hosting.json" "include": [
] "hosting.json"
]
}
} }

View File

@ -1,5 +1,6 @@
{ {
"dependencies": { "dependencies": {
"dotnet-test-xunit": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*", "Microsoft.NETCore.Platforms": "1.0.1-*",
"Microsoft.AspNetCore.WebSockets.Protocol": "0.1.0-*", "Microsoft.AspNetCore.WebSockets.Protocol": "0.1.0-*",
"xunit": "2.1.0" "xunit": "2.1.0"
@ -12,7 +13,6 @@
"version": "1.0.0-*", "version": "1.0.0-*",
"type": "platform" "type": "platform"
}, },
"dotnet-test-xunit": "1.0.0-*",
"System.Diagnostics.Process": "4.1.0-*" "System.Diagnostics.Process": "4.1.0-*"
}, },
"imports": [ "imports": [