clean up project.jsons and NuGet.config (#9)

* clean up project.jsons and NuGet.config
* clean up netstandard references
* clean up netstandard tfm
* change WebSockets descriptions
This commit is contained in:
Andrew Stanton-Nurse 2016-11-07 14:00:41 -08:00 committed by GitHub
parent d299cc9186
commit dfa9c927b7
11 changed files with 141 additions and 39 deletions

View File

@ -1,8 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="NuGet" value="https://api.nuget.org/v3/index.json" />
<add key="Channels" value="https://www.myget.org/F/channels/api/v3/index.json" />
<add key="dotnet-corefxlab" value="https://dotnet.myget.org/F/dotnet-corefxlab/api/v3/index.json" />
<add key="AspNetCore" value="https://dotnet.myget.org/F/aspnetcore-ci-dev/api/v3/index.json" />
</packageSources>
</configuration>
</configuration>

View File

@ -1,10 +1,31 @@
{
"version": "1.0.0-*",
"description": "Redis for ASP.NET Core SignalR.",
"packOptions": {
"repository": {
"type": "git",
"url": "git://github.com/aspnet/signalr"
},
"tags": [
"aspnetcore",
"signalr"
]
},
"buildOptions": {
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk",
"nowarn": [
"CS1591"
],
"xmlDoc": true
},
"dependencies": {
"Microsoft.AspNetCore.SignalR": {
"target": "project"
},
"NETStandard.Library": "1.6.1-*",
"StackExchange.Redis": "1.1.*"
},

View File

@ -1,11 +1,32 @@
{
"version": "1.0.0-*",
"description": "Real-time communication framework for ASP.NET Core.",
"packOptions": {
"repository": {
"type": "git",
"url": "git://github.com/aspnet/signalr"
},
"tags": [
"aspnetcore",
"signalr"
]
},
"buildOptions": {
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk",
"nowarn": [
"CS1591"
],
"xmlDoc": true
},
"dependencies": {
"Newtonsoft.Json": "9.0.1",
"Microsoft.AspNetCore.Sockets": {
"target": "project"
}
},
"NETStandard.Library": "1.6.1-*",
"Newtonsoft.Json": "9.0.1"
},
"frameworks": {

View File

@ -1,5 +1,26 @@
{
"version": "0.1.0-*",
"description": "Components for providing real-time bi-directional communication across the Web.",
"packOptions": {
"repository": {
"type": "git",
"url": "git://github.com/aspnet/signalr"
},
"tags": [
"aspnetcore",
"signalr"
]
},
"buildOptions": {
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk",
"nowarn": [
"CS1591"
],
"xmlDoc": true
},
"dependencies": {
"Channels": "0.2.0-beta-*",
"Microsoft.AspNetCore.Hosting.Abstractions": "1.1.0-*",

View File

@ -1,19 +1,35 @@
{
"version": "0.1.0-*",
"buildOptions": {
"warningsAsErrors": true
},
"description": "Low-allocation Push-oriented WebSockets Middleware based on Channels",
"dependencies": {
"Microsoft.AspNetCore.Http.Abstractions": "1.1.0-*",
"Microsoft.Extensions.Logging.Abstractions": "1.1.0-*",
"Microsoft.Extensions.WebSockets.Internal": "0.1.0-*",
"NETStandard.Library": "1.6.1-*"
},
"version": "0.1.0-*",
"description": "WebSockets support for ASP.NET Core.",
"frameworks": {
"net46": {},
"netstandard1.3": {
}
}
"packOptions": {
"repository": {
"type": "git",
"url": "git://github.com/aspnet/signalr"
},
"tags": [
"aspnetcore",
"signalr"
]
},
"buildOptions": {
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk",
"nowarn": [
"CS1591"
],
"xmlDoc": true
},
"dependencies": {
"Microsoft.AspNetCore.Http.Abstractions": "1.1.0-*",
"Microsoft.Extensions.Logging.Abstractions": "1.1.0-*",
"Microsoft.Extensions.WebSockets.Internal": "0.1.0-*",
"NETStandard.Library": "1.6.1-*"
},
"frameworks": {
"net46": {},
"netstandard1.3": {}
}
}

View File

@ -1,18 +1,34 @@
{
"version": "0.1.0-*",
"buildOptions": {
"warningsAsErrors": true,
"allowUnsafe": true
},
"description": "Low-allocation Push-oriented WebSockets based on Channels",
"dependencies": {
"Channels": "0.2.0-beta-*",
"Channels.Text.Primitives": "0.2.0-beta-*",
"NETStandard.Library": "1.6.0"
},
"version": "0.1.0-*",
"description": "WebSockets client and server components.",
"frameworks": {
"net46": {},
"netstandard1.3": {}
}
"packOptions": {
"repository": {
"type": "git",
"url": "git://github.com/aspnet/signalr"
},
"tags": [
"aspnetcore",
"signalr"
]
},
"buildOptions": {
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk",
"nowarn": [
"CS1591"
],
"xmlDoc": true
},
"description": "Low-allocation Push-oriented WebSockets based on Channels",
"dependencies": {
"Channels": "0.2.0-beta-*",
"Channels.Text.Primitives": "0.2.0-beta-*",
"NETStandard.Library": "1.6.1-*"
},
"frameworks": {
"netstandard1.3": {}
}
}

View File

@ -2,6 +2,7 @@
"buildOptions": {
"warningsAsErrors": true
},
"dependencies": {
"dotnet-test-xunit": "2.2.0-*",
"Microsoft.AspNetCore.Http": "1.1.0-*",
@ -22,4 +23,4 @@
"net46": {}
},
"testRunner": "xunit"
}
}

View File

@ -1,4 +1,8 @@
{
"buildOptions": {
"warningsAsErrors": true
},
"dependencies": {
"dotnet-test-xunit": "2.2.0-*",
"Microsoft.AspNetCore.Server.IntegrationTesting": "0.2.0-*",
@ -20,4 +24,4 @@
}
}
}
}
}

View File

@ -2,6 +2,7 @@
"buildOptions": {
"warningsAsErrors": true
},
"dependencies": {
"dotnet-test-xunit": "2.2.0-*",
"Microsoft.Extensions.WebSockets.Internal": "0.1.0-*",

View File

@ -25,9 +25,9 @@
}
},
"buildOptions": {
"emitEntryPoint": true,
"preserveCompilationContext": true
"warningsAsErrors": true
},
"runtimeOptions": {
"configProperties": {
"System.GC.Server": true
@ -44,4 +44,4 @@
"dotnet publish-iis --publish-folder %publish:OutputPath% --framework %publish:FullTargetFramework%"
]
}
}
}

BIN
tools/Key.snk Normal file

Binary file not shown.