Merge branch 'release' into dev

This commit is contained in:
Pranav K 2016-05-02 15:11:17 -07:00
Родитель 32d2b443b2 59d905ae3b
Коммит c81da904b2
4 изменённых файлов: 32 добавлений и 28 удалений

Просмотреть файл

@ -4,7 +4,7 @@
], ],
"description": "Music store application on ASP.NET 5", "description": "Music store application on ASP.NET 5",
"version": "1.0.0-*", "version": "1.0.0-*",
"compilationOptions": { "buildOptions": {
"emitEntryPoint": true, "emitEntryPoint": true,
"warningsAsErrors": true, "warningsAsErrors": true,
"define": [ "define": [
@ -22,13 +22,15 @@
"../MusicStore/bin", "../MusicStore/bin",
"../MusicStore/obj" "../MusicStore/obj"
], ],
"content": [ "publishOptions": {
"Areas", "include": [
"Views", "Areas",
"wwwroot", "Views",
"config.json", "wwwroot",
"web.config" "config.json",
], "web.config"
]
},
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Authentication.Cookies": "1.0.0-*", "Microsoft.AspNetCore.Authentication.Cookies": "1.0.0-*",
"Microsoft.AspNetCore.Authentication.Facebook": "1.0.0-*", "Microsoft.AspNetCore.Authentication.Facebook": "1.0.0-*",
@ -77,11 +79,11 @@
"postpublish": "dotnet publish-iis --publish-folder %publish:OutputPath% --framework %publish:FullTargetFramework%" "postpublish": "dotnet publish-iis --publish-folder %publish:OutputPath% --framework %publish:FullTargetFramework%"
}, },
"runtimes": { "runtimes": {
"win7-x64": { }, "win7-x64": {},
"win7-x86": { }, "win7-x86": {},
"osx.10.10-x64": { }, "osx.10.10-x64": {},
"osx.10.11-x64": { }, "osx.10.11-x64": {},
"ubuntu.14.04-x64": { }, "ubuntu.14.04-x64": {},
"ubuntu.15.04-x64": { } "ubuntu.15.04-x64": {}
} }
} }

Просмотреть файл

@ -4,7 +4,7 @@
], ],
"description": "Music store application on ASP.NET 5", "description": "Music store application on ASP.NET 5",
"version": "1.0.0-*", "version": "1.0.0-*",
"compilationOptions": { "buildOptions": {
"emitEntryPoint": true, "emitEntryPoint": true,
"warningsAsErrors": true, "warningsAsErrors": true,
"define": [ "define": [
@ -19,13 +19,15 @@
"compile": [ "compile": [
"../../shared/**/*.cs" "../../shared/**/*.cs"
], ],
"content": [ "publishOptions": {
"Areas", "include": [
"Views", "Areas",
"wwwroot", "Views",
"config.json", "wwwroot",
"web.config" "config.json",
], "web.config"
]
},
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Authentication.Cookies": "1.0.0-*", "Microsoft.AspNetCore.Authentication.Cookies": "1.0.0-*",
"Microsoft.AspNetCore.Authentication.Facebook": "1.0.0-*", "Microsoft.AspNetCore.Authentication.Facebook": "1.0.0-*",
@ -53,7 +55,7 @@
"Microsoft.NETCore.Platforms": "1.0.1-*" "Microsoft.NETCore.Platforms": "1.0.1-*"
}, },
"frameworks": { "frameworks": {
"net451": { }, "net451": {},
"netcoreapp1.0": { "netcoreapp1.0": {
"dependencies": { "dependencies": {
"Microsoft.NETCore.App": { "Microsoft.NETCore.App": {

Просмотреть файл

@ -1,11 +1,12 @@
{ {
"compilationOptions": { "buildOptions": {
"warningsAsErrors": true "warningsAsErrors": true
}, },
"compile": [ "compile": [
"../../shared/**/*.cs" "../../shared/**/*.cs"
], ],
"dependencies": { "dependencies": {
"dotnet-test-xunit": "1.0.0-*",
"Microsoft.AspNetCore.Authentication.Cookies": "1.0.0-*", "Microsoft.AspNetCore.Authentication.Cookies": "1.0.0-*",
"Microsoft.AspNetCore.Authentication.OpenIdConnect": "0.1.0-*", "Microsoft.AspNetCore.Authentication.OpenIdConnect": "0.1.0-*",
"Microsoft.AspNetCore.Identity": "1.0.0-*", "Microsoft.AspNetCore.Identity": "1.0.0-*",
@ -25,7 +26,6 @@
"version": "1.0.0-*", "version": "1.0.0-*",
"type": "platform" "type": "platform"
}, },
"dotnet-test-xunit": "1.0.0-*",
"System.Data.SqlClient": "4.1.0-*", "System.Data.SqlClient": "4.1.0-*",
"System.Xml.XmlDocument": "4.0.1-*" "System.Xml.XmlDocument": "4.0.1-*"
}, },

Просмотреть файл

@ -1,8 +1,9 @@
{ {
"compilationOptions": { "buildOptions": {
"warningsAsErrors": true "warningsAsErrors": true
}, },
"dependencies": { "dependencies": {
"dotnet-test-xunit": "1.0.0-*",
"Microsoft.Extensions.Logging.Testing": "1.0.0-*", "Microsoft.Extensions.Logging.Testing": "1.0.0-*",
"MusicStore": "1.0.0-*", "MusicStore": "1.0.0-*",
"XUnit": "2.1.0" "XUnit": "2.1.0"
@ -17,8 +18,7 @@
"Microsoft.NETCore.App": { "Microsoft.NETCore.App": {
"version": "1.0.0-*", "version": "1.0.0-*",
"type": "platform" "type": "platform"
}, }
"dotnet-test-xunit": "1.0.0-*"
} }
}, },
"net451": {} "net451": {}