Updating to 4.4 CoreFx packages

This commit is contained in:
Pranav K 2016-12-05 09:03:58 -08:00
parent 23c0522db9
commit 1492b41af0
15 changed files with 56 additions and 95 deletions

View File

@ -4,6 +4,6 @@
"test" "test"
], ],
"sdk": { "sdk": {
"version": "1.0.0-preview2-1-003177" "version": "1.0.0-preview2-1-003180"
} }
} }

View File

@ -1,9 +1,8 @@
{ {
"userSecretsId": "aspnet-ChatSample-f11cf018-e0a8-49fa-b749-4c0eb5c9150b", "userSecretsId": "aspnet-ChatSample-f11cf018-e0a8-49fa-b749-4c0eb5c9150b",
"dependencies": { "dependencies": {
"Microsoft.NETCore.App": { "Microsoft.NETCore.App": {
"version": "1.1.0-*", "version": "1.2.0-*",
"type": "platform" "type": "platform"
}, },
"Microsoft.AspNetCore.Authentication.Cookies": "1.2.0-*", "Microsoft.AspNetCore.Authentication.Cookies": "1.2.0-*",
@ -32,7 +31,7 @@
"Microsoft.Extensions.Configuration.UserSecrets": "1.2.0-*", "Microsoft.Extensions.Configuration.UserSecrets": "1.2.0-*",
"Microsoft.EntityFrameworkCore.Tools": { "Microsoft.EntityFrameworkCore.Tools": {
"version": "1.2.0-*", "version": "1.2.0-*",
"type": "build" "type": "build"
}, },
"Microsoft.Extensions.Logging": "1.2.0-*", "Microsoft.Extensions.Logging": "1.2.0-*",
"Microsoft.Extensions.Logging.Console": "1.2.0-*", "Microsoft.Extensions.Logging.Console": "1.2.0-*",
@ -48,7 +47,6 @@
}, },
"Microsoft.AspNetCore.SignalR": "1.0.0-*" "Microsoft.AspNetCore.SignalR": "1.0.0-*"
}, },
"tools": { "tools": {
"BundlerMinifier.Core": "2.0.238", "BundlerMinifier.Core": "2.0.238",
"Microsoft.AspNetCore.Razor.Tools": "1.2.0-*", "Microsoft.AspNetCore.Razor.Tools": "1.2.0-*",
@ -62,24 +60,20 @@
] ]
} }
}, },
"frameworks": { "frameworks": {
"netcoreapp1.1": { "netcoreapp1.1": {
"imports": "portable-net45+win8" "imports": "portable-net45+win8"
} }
}, },
"buildOptions": { "buildOptions": {
"emitEntryPoint": true, "emitEntryPoint": true,
"preserveCompilationContext": true "preserveCompilationContext": true
}, },
"runtimeOptions": { "runtimeOptions": {
"configProperties": { "configProperties": {
"System.GC.Server": true "System.GC.Server": true
} }
}, },
"publishOptions": { "publishOptions": {
"include": [ "include": [
"wwwroot", "wwwroot",
@ -89,7 +83,6 @@
"web.config" "web.config"
] ]
}, },
"scripts": { "scripts": {
"precompile": [ "dotnet bundle", "precompile": [ "dotnet bundle",
"npm install", "npm install",
@ -97,4 +90,4 @@
"prepublish": [ "bower install" ], "prepublish": [ "bower install" ],
"postpublish": [ "dotnet publish-iis --publish-folder %publish:OutputPath% --framework %publish:FullTargetFramework%" ] "postpublish": [ "dotnet publish-iis --publish-folder %publish:OutputPath% --framework %publish:FullTargetFramework%" ]
} }
} }

View File

@ -1,19 +1,18 @@
{ {
"buildOptions": { "buildOptions": {
"emitEntryPoint": true "emitEntryPoint": true
}, },
"dependencies": { "dependencies": {
"Microsoft.NETCore.App": { "Microsoft.NETCore.App": {
"version": "1.1.0-*", "version": "1.2.0-*",
"type": "platform" "type": "platform"
}, },
"System.Net.WebSockets.Client": "4.4.0-*",
"Microsoft.Extensions.Logging.Console": "1.2.0-*", "Microsoft.Extensions.Logging.Console": "1.2.0-*",
"Microsoft.Extensions.Logging": "1.2.0-*", "Microsoft.Extensions.Logging": "1.2.0-*",
"Microsoft.AspNetCore.SignalR.Client": "1.0.0-*" "Microsoft.AspNetCore.SignalR.Client": "1.0.0-*"
}, },
"frameworks": { "frameworks": {
"netcoreapp1.1": {} "netcoreapp1.1": {}
} }
} }

View File

@ -1,7 +1,7 @@
{ {
"dependencies": { "dependencies": {
"Microsoft.NETCore.App": { "Microsoft.NETCore.App": {
"version": "1.1.0-preview1-001100-00", "version": "1.2.0-*",
"type": "platform" "type": "platform"
}, },
"Microsoft.AspNetCore.Diagnostics": "1.1.0-*", "Microsoft.AspNetCore.Diagnostics": "1.1.0-*",
@ -13,35 +13,30 @@
"Microsoft.AspNetCore.StaticFiles": "1.1.0-*", "Microsoft.AspNetCore.StaticFiles": "1.1.0-*",
"Google.Protobuf": "3.1.0" "Google.Protobuf": "3.1.0"
}, },
"tools": { "tools": {
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.0.0-preview2-final" "Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.0.0-preview2-final"
}, },
"frameworks": { "frameworks": {
"netcoreapp1.1": { "netcoreapp1.1": {}
}
}, },
"buildOptions": { "buildOptions": {
"emitEntryPoint": true, "emitEntryPoint": true,
"preserveCompilationContext": true "preserveCompilationContext": true
}, },
"runtimeOptions": { "runtimeOptions": {
"configProperties": { "configProperties": {
"System.GC.Server": true "System.GC.Server": true
} }
}, },
"publishOptions": { "publishOptions": {
"include": [ "include": [
"wwwroot", "wwwroot",
"web.config" "web.config"
] ]
}, },
"scripts": { "scripts": {
"postpublish": [ "dotnet publish-iis --publish-folder %publish:OutputPath% --framework %publish:FullTargetFramework%" ] "postpublish": [
"dotnet publish-iis --publish-folder %publish:OutputPath% --framework %publish:FullTargetFramework%"
]
} }
} }

View File

@ -1,8 +1,8 @@
{ {
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.SignalR.Redis": "1.0.0-*", "Microsoft.AspNetCore.SignalR.Redis": "1.0.0-*",
"Microsoft.NETCore.App": { "Microsoft.NETCore.App": {
"version": "1.1.0-*", "version": "1.2.0-*",
"type": "platform" "type": "platform"
}, },
"Newtonsoft.Json": "9.0.1", "Newtonsoft.Json": "9.0.1",
@ -14,39 +14,36 @@
"Microsoft.Extensions.Logging.Console": "1.2.0-*", "Microsoft.Extensions.Logging.Console": "1.2.0-*",
"Google.Protobuf": "3.1.0" "Google.Protobuf": "3.1.0"
}, },
"tools": { "tools": {
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.0.0-*" "Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.0.0-*"
}, },
"frameworks": { "frameworks": {
"netcoreapp1.1": { "netcoreapp1.1": {
"imports": "portable-net45+win8+wp8+wpa81" "imports": "portable-net45+win8+wp8+wpa81"
} }
}, },
"buildOptions": { "buildOptions": {
"emitEntryPoint": true, "emitEntryPoint": true,
"preserveCompilationContext": true "preserveCompilationContext": true
}, },
"runtimeOptions": { "runtimeOptions": {
"configProperties": { "configProperties": {
"System.GC.Server": true "System.GC.Server": true
} }
}, },
"publishOptions": { "publishOptions": {
"include": [ "include": [
"wwwroot", "wwwroot",
"web.config" "web.config"
] ]
}, },
"scripts": { "scripts": {
"precompile": [ "precompile": [
"npm install", "npm install",
"npm run gulp -- --gulpfile %project:Directory%/../../src/Microsoft.AspNetCore.SignalR.Client.TS/gulpfile.js bundle-client --bundleOutDir %project:Directory%/wwwroot/lib/signalr-client/" ], "npm run gulp -- --gulpfile %project:Directory%/../../src/Microsoft.AspNetCore.SignalR.Client.TS/gulpfile.js bundle-client --bundleOutDir %project:Directory%/wwwroot/lib/signalr-client/"
"postpublish": [ "dotnet publish-iis --publish-folder %publish:OutputPath% --framework %publish:FullTargetFramework%" ] ],
"postpublish": [
"dotnet publish-iis --publish-folder %publish:OutputPath% --framework %publish:FullTargetFramework%"
]
} }
} }

View File

@ -1,7 +1,6 @@
{ {
"version": "1.0.0-*", "version": "1.0.0-*",
"description": "Redis for ASP.NET Core SignalR.", "description": "Redis for ASP.NET Core SignalR.",
"packOptions": { "packOptions": {
"repository": { "repository": {
"type": "git", "type": "git",
@ -20,7 +19,6 @@
], ],
"xmlDoc": true "xmlDoc": true
}, },
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.SignalR": { "Microsoft.AspNetCore.SignalR": {
"target": "project" "target": "project"
@ -29,12 +27,11 @@
"version": "1.2.0-*", "version": "1.2.0-*",
"type": "build" "type": "build"
}, },
"NETStandard.Library": "1.6.1-*", "NETStandard.Library": "1.6.2-*",
"StackExchange.Redis.StrongName": "1.1.605" "StackExchange.Redis.StrongName": "1.1.605"
}, },
"frameworks": { "frameworks": {
"netstandard1.6": {}, "netstandard1.6": {},
"net451": {} "net451": {}
} }
} }

View File

@ -1,7 +1,6 @@
{ {
"version": "1.0.0-*", "version": "1.0.0-*",
"description": "Real-time communication framework for ASP.NET Core.", "description": "Real-time communication framework for ASP.NET Core.",
"packOptions": { "packOptions": {
"repository": { "repository": {
"type": "git", "type": "git",
@ -20,7 +19,6 @@
], ],
"xmlDoc": true "xmlDoc": true
}, },
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Sockets": { "Microsoft.AspNetCore.Sockets": {
"target": "project" "target": "project"
@ -30,11 +28,11 @@
"version": "1.2.0-*", "version": "1.2.0-*",
"type": "build" "type": "build"
}, },
"NETStandard.Library": "1.6.1-*" "NETStandard.Library": "1.6.2-*",
"Newtonsoft.Json": "9.0.1"
}, },
"frameworks": { "frameworks": {
"netstandard1.3": {}, "netstandard1.3": {},
"net451": {} "net451": {}
} }
} }

View File

@ -1,7 +1,6 @@
{ {
"version": "0.1.0-*", "version": "0.1.0-*",
"description": "Components for providing real-time bi-directional communication across the Web.", "description": "Components for providing real-time bi-directional communication across the Web.",
"packOptions": { "packOptions": {
"repository": { "repository": {
"type": "git", "type": "git",
@ -20,7 +19,6 @@
], ],
"xmlDoc": true "xmlDoc": true
}, },
"dependencies": { "dependencies": {
"System.IO.Pipelines": "0.1.0-*", "System.IO.Pipelines": "0.1.0-*",
"Microsoft.AspNetCore.Hosting.Abstractions": "1.2.0-*", "Microsoft.AspNetCore.Hosting.Abstractions": "1.2.0-*",
@ -30,10 +28,10 @@
"version": "1.2.0-*", "version": "1.2.0-*",
"type": "build" "type": "build"
}, },
"NETStandard.Library": "1.6.1-*" "NETStandard.Library": "1.6.2-*"
}, },
"frameworks": { "frameworks": {
"netstandard1.3": {}, "netstandard1.3": {},
"net451": {} "net451": {}
} }
} }

View File

@ -1,7 +1,6 @@
{ {
"version": "0.1.0-*", "version": "0.1.0-*",
"description": "WebSockets support for ASP.NET Core.", "description": "WebSockets support for ASP.NET Core.",
"packOptions": { "packOptions": {
"repository": { "repository": {
"type": "git", "type": "git",
@ -20,18 +19,16 @@
], ],
"xmlDoc": true "xmlDoc": true
}, },
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Http.Abstractions": "1.2.0-*", "Microsoft.AspNetCore.Http.Abstractions": "1.2.0-*",
"Microsoft.Extensions.Logging.Abstractions": "1.2.0-*", "Microsoft.Extensions.Logging.Abstractions": "1.2.0-*",
"Microsoft.Extensions.WebSockets.Internal": { "Microsoft.Extensions.WebSockets.Internal": {
"target": "project" "target": "project"
}, },
"NETStandard.Library": "1.6.1-*" "NETStandard.Library": "1.6.2-*"
}, },
"frameworks": { "frameworks": {
"net451": {}, "net451": {},
"netstandard1.3": {} "netstandard1.3": {}
} }
} }

View File

@ -1,7 +1,6 @@
{ {
"version": "0.1.0-*", "version": "0.1.0-*",
"description": "Low-allocation Push-oriented WebSockets based on Channels", "description": "Low-allocation Push-oriented WebSockets based on Channels",
"packOptions": { "packOptions": {
"repository": { "repository": {
"type": "git", "type": "git",
@ -21,7 +20,6 @@
"xmlDoc": true, "xmlDoc": true,
"allowUnsafe": true "allowUnsafe": true
}, },
"dependencies": { "dependencies": {
"System.IO.Pipelines": "0.1.0-*", "System.IO.Pipelines": "0.1.0-*",
"System.IO.Pipelines.Text.Primitives": "0.1.0-*", "System.IO.Pipelines.Text.Primitives": "0.1.0-*",
@ -29,11 +27,10 @@
"version": "1.2.0-*", "version": "1.2.0-*",
"type": "build" "type": "build"
}, },
"NETStandard.Library": "1.6.1-*" "NETStandard.Library": "1.6.2-*"
}, },
"frameworks": { "frameworks": {
"netstandard1.3": {}, "netstandard1.3": {},
"net451": {} "net451": {}
} }
} }

View File

@ -1,7 +1,7 @@
{ {
"dependencies": { "dependencies": {
"Microsoft.NETCore.App": { "Microsoft.NETCore.App": {
"version": "1.1.0-*", "version": "1.2.0-*",
"type": "platform" "type": "platform"
}, },
"Microsoft.AspNetCore.Diagnostics": "1.2.0-*", "Microsoft.AspNetCore.Diagnostics": "1.2.0-*",
@ -11,37 +11,31 @@
"Microsoft.AspNetCore.SignalR": "1.0.0-*", "Microsoft.AspNetCore.SignalR": "1.0.0-*",
"Microsoft.AspNetCore.StaticFiles": "1.2.0-*" "Microsoft.AspNetCore.StaticFiles": "1.2.0-*"
}, },
"tools": { "tools": {
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.0.0-preview2-final" "Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.0.0-preview2-final"
}, },
"frameworks": { "frameworks": {
"netcoreapp1.1": { } "netcoreapp1.1": {}
}, },
"buildOptions": { "buildOptions": {
"emitEntryPoint": true, "emitEntryPoint": true,
"preserveCompilationContext": true "preserveCompilationContext": true
}, },
"runtimeOptions": { "runtimeOptions": {
"configProperties": { "configProperties": {
"System.GC.Server": true "System.GC.Server": true
} }
}, },
"publishOptions": { "publishOptions": {
"include": [ "include": [
"wwwroot", "wwwroot",
"web.config" "web.config"
] ]
}, },
"scripts": { "scripts": {
"precompile": [ "npm install", "precompile": [ "npm install",
"npm run gulp -- --gulpfile %project:Directory%/gulpfile.js copy-jasmine", "npm run gulp -- --gulpfile %project:Directory%/gulpfile.js copy-jasmine",
"npm run gulp -- --gulpfile %project:Directory%/../../src/Microsoft.AspNetCore.SignalR.Client.TS/gulpfile.js bundle-client --bundleOutDir %project:Directory%/wwwroot/lib/signalr-client/" ], "npm run gulp -- --gulpfile %project:Directory%/../../src/Microsoft.AspNetCore.SignalR.Client.TS/gulpfile.js bundle-client --bundleOutDir %project:Directory%/wwwroot/lib/signalr-client/" ],
"postpublish": [ "dotnet publish-iis --publish-folder %publish:OutputPath% --framework %publish:FullTargetFramework%" ] "postpublish": [ "dotnet publish-iis --publish-folder %publish:OutputPath% --framework %publish:FullTargetFramework%" ]
} }
} }

View File

@ -7,7 +7,6 @@
"../Microsoft.Extensions.WebSockets.Internal.Tests/WebSocketPair.cs" "../Microsoft.Extensions.WebSockets.Internal.Tests/WebSocketPair.cs"
] ]
}, },
"dependencies": { "dependencies": {
"dotnet-test-xunit": "2.2.0-*", "dotnet-test-xunit": "2.2.0-*",
"Microsoft.AspNetCore.Http": "1.2.0-*", "Microsoft.AspNetCore.Http": "1.2.0-*",
@ -20,7 +19,7 @@
"netcoreapp1.1": { "netcoreapp1.1": {
"dependencies": { "dependencies": {
"Microsoft.NETCore.App": { "Microsoft.NETCore.App": {
"version": "1.1.0-*", "version": "1.2.0-*",
"type": "platform" "type": "platform"
} }
} }
@ -28,4 +27,4 @@
"net451": {} "net451": {}
}, },
"testRunner": "xunit" "testRunner": "xunit"
} }

View File

@ -2,7 +2,6 @@
"buildOptions": { "buildOptions": {
"warningsAsErrors": true "warningsAsErrors": true
}, },
"dependencies": { "dependencies": {
"dotnet-test-xunit": "2.2.0-*", "dotnet-test-xunit": "2.2.0-*",
"Microsoft.AspNetCore.Server.IntegrationTesting": "0.2.0-*", "Microsoft.AspNetCore.Server.IntegrationTesting": "0.2.0-*",
@ -16,13 +15,13 @@
"frameworks": { "frameworks": {
"netcoreapp1.1": { "netcoreapp1.1": {
"dependencies": { "dependencies": {
"System.Diagnostics.FileVersionInfo": "4.3.0-*", "System.Diagnostics.FileVersionInfo": "4.4.0-*",
"Microsoft.NETCore.App": { "Microsoft.NETCore.App": {
"version": "1.1.0-*", "version": "1.2.0-*",
"type": "platform" "type": "platform"
} }
} }
}, },
"net451": { } "net451": {}
} }
} }

View File

@ -1,8 +1,7 @@
{ {
"buildOptions": { "buildOptions": {
"warningsAsErrors": true "warningsAsErrors": true
}, },
"dependencies": { "dependencies": {
"dotnet-test-xunit": "2.2.0-*", "dotnet-test-xunit": "2.2.0-*",
"Microsoft.Extensions.TaskCache.Sources": { "Microsoft.Extensions.TaskCache.Sources": {
@ -17,11 +16,11 @@
"netcoreapp1.1": { "netcoreapp1.1": {
"dependencies": { "dependencies": {
"Microsoft.NETCore.App": { "Microsoft.NETCore.App": {
"version": "1.1.0-*", "version": "1.2.0-*",
"type": "platform" "type": "platform"
} }
} }
}, },
"net451": {} "net451": {}
} }
} }

View File

@ -1,4 +1,4 @@
{ {
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Diagnostics": "1.2.0-*", "Microsoft.AspNetCore.Diagnostics": "1.2.0-*",
"Microsoft.AspNetCore.Server.IISIntegration": "1.2.0-*", "Microsoft.AspNetCore.Server.IISIntegration": "1.2.0-*",
@ -9,8 +9,8 @@
"Microsoft.Extensions.Configuration.CommandLine": "1.2.0-*", "Microsoft.Extensions.Configuration.CommandLine": "1.2.0-*",
"Microsoft.Extensions.Logging.Console": "1.2.0-*", "Microsoft.Extensions.Logging.Console": "1.2.0-*",
"Microsoft.NETCore.App": { "Microsoft.NETCore.App": {
"version": "1.1.0-*", "version": "1.2.0-*",
"type": "platform" "type": "platform"
} }
}, },
"tools": { "tools": {
@ -22,7 +22,6 @@
"buildOptions": { "buildOptions": {
"warningsAsErrors": true "warningsAsErrors": true
}, },
"runtimeOptions": { "runtimeOptions": {
"configProperties": { "configProperties": {
"System.GC.Server": true "System.GC.Server": true
@ -39,4 +38,4 @@
"dotnet publish-iis --publish-folder %publish:OutputPath% --framework %publish:FullTargetFramework%" "dotnet publish-iis --publish-folder %publish:OutputPath% --framework %publish:FullTargetFramework%"
] ]
} }
} }