Updating to dev versions
This commit is contained in:
parent
314d69796c
commit
c83fbdbf12
|
|
@ -3,7 +3,7 @@
|
||||||
"Microsoft"
|
"Microsoft"
|
||||||
],
|
],
|
||||||
"description": "Music store application on ASP.NET 5",
|
"description": "Music store application on ASP.NET 5",
|
||||||
"version": "1.0.0-*",
|
"version": "1.1.0-*",
|
||||||
"buildOptions": {
|
"buildOptions": {
|
||||||
"compile": {
|
"compile": {
|
||||||
"exclude": [
|
"exclude": [
|
||||||
|
|
@ -43,29 +43,29 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.AspNetCore.Authentication.Cookies": "1.0.0-*",
|
"Microsoft.AspNetCore.Authentication.Cookies": "1.1.0-*",
|
||||||
"Microsoft.AspNetCore.Authentication.Facebook": "1.0.0-*",
|
"Microsoft.AspNetCore.Authentication.Facebook": "1.1.0-*",
|
||||||
"Microsoft.AspNetCore.Authentication.Google": "1.0.0-*",
|
"Microsoft.AspNetCore.Authentication.Google": "1.1.0-*",
|
||||||
"Microsoft.AspNetCore.Authentication.MicrosoftAccount": "1.0.0-*",
|
"Microsoft.AspNetCore.Authentication.MicrosoftAccount": "1.1.0-*",
|
||||||
"Microsoft.AspNetCore.Authentication.OpenIdConnect": "1.0.0-*",
|
"Microsoft.AspNetCore.Authentication.OpenIdConnect": "1.1.0-*",
|
||||||
"Microsoft.AspNetCore.Authentication.Twitter": "1.0.0-*",
|
"Microsoft.AspNetCore.Authentication.Twitter": "1.1.0-*",
|
||||||
"Microsoft.AspNetCore.Diagnostics": "1.0.0-*",
|
"Microsoft.AspNetCore.Diagnostics": "1.1.0-*",
|
||||||
"Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore": "1.0.0-*",
|
"Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore": "1.1.0-*",
|
||||||
"Microsoft.AspNetCore.Identity.EntityFrameworkCore": "1.0.0-*",
|
"Microsoft.AspNetCore.Identity.EntityFrameworkCore": "1.1.0-*",
|
||||||
"Microsoft.AspNetCore.Mvc": "1.0.0-*",
|
"Microsoft.AspNetCore.Mvc": "1.1.0-*",
|
||||||
"Microsoft.AspNetCore.Mvc.TagHelpers": "1.0.0-*",
|
"Microsoft.AspNetCore.Mvc.TagHelpers": "1.1.0-*",
|
||||||
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-*",
|
"Microsoft.AspNetCore.Server.IISIntegration": "1.1.0-*",
|
||||||
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
|
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*",
|
||||||
"Microsoft.AspNetCore.Server.WebListener": "0.1.0-*",
|
"Microsoft.AspNetCore.Server.WebListener": "0.2.0-*",
|
||||||
"Microsoft.AspNetCore.Session": "1.0.0-*",
|
"Microsoft.AspNetCore.Session": "1.1.0-*",
|
||||||
"Microsoft.AspNetCore.StaticFiles": "1.0.0-*",
|
"Microsoft.AspNetCore.StaticFiles": "1.1.0-*",
|
||||||
"Microsoft.EntityFrameworkCore.InMemory": "1.0.0-*",
|
"Microsoft.EntityFrameworkCore.InMemory": "1.1.0-*",
|
||||||
"Microsoft.EntityFrameworkCore.SqlServer": "1.0.0-*",
|
"Microsoft.EntityFrameworkCore.SqlServer": "1.1.0-*",
|
||||||
"Microsoft.Extensions.Configuration.CommandLine": "1.0.0-*",
|
"Microsoft.Extensions.Configuration.CommandLine": "1.1.0-*",
|
||||||
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0-*",
|
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.1.0-*",
|
||||||
"Microsoft.Extensions.Configuration.Json": "1.0.0-*",
|
"Microsoft.Extensions.Configuration.Json": "1.1.0-*",
|
||||||
"Microsoft.Extensions.Logging.Console": "1.0.0-*",
|
"Microsoft.Extensions.Logging.Console": "1.1.0-*",
|
||||||
"Microsoft.Extensions.Options.ConfigurationExtensions": "1.0.0-*"
|
"Microsoft.Extensions.Options.ConfigurationExtensions": "1.1.0-*"
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"netcoreapp1.0": {
|
"netcoreapp1.0": {
|
||||||
|
|
@ -83,11 +83,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": {}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -3,11 +3,11 @@
|
||||||
"Microsoft"
|
"Microsoft"
|
||||||
],
|
],
|
||||||
"description": "Music store application on ASP.NET 5",
|
"description": "Music store application on ASP.NET 5",
|
||||||
"version": "1.0.0-*",
|
"version": "1.1.0-*",
|
||||||
"buildOptions": {
|
"buildOptions": {
|
||||||
"compile": {
|
"compile": {
|
||||||
"include": [
|
"include": [
|
||||||
"../../shared/**/*.cs"
|
"../../shared/**/*.cs"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"copyToOutput": {
|
"copyToOutput": {
|
||||||
|
|
@ -37,32 +37,32 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.AspNetCore.Authentication.Cookies": "1.0.0-*",
|
"Microsoft.AspNetCore.Authentication.Cookies": "1.1.0-*",
|
||||||
"Microsoft.AspNetCore.Authentication.Facebook": "1.0.0-*",
|
"Microsoft.AspNetCore.Authentication.Facebook": "1.1.0-*",
|
||||||
"Microsoft.AspNetCore.Authentication.Google": "1.0.0-*",
|
"Microsoft.AspNetCore.Authentication.Google": "1.1.0-*",
|
||||||
"Microsoft.AspNetCore.Authentication.MicrosoftAccount": "1.0.0-*",
|
"Microsoft.AspNetCore.Authentication.MicrosoftAccount": "1.1.0-*",
|
||||||
"Microsoft.AspNetCore.Authentication.OpenIdConnect": "1.0.0-*",
|
"Microsoft.AspNetCore.Authentication.OpenIdConnect": "1.1.0-*",
|
||||||
"Microsoft.AspNetCore.Authentication.Twitter": "1.0.0-*",
|
"Microsoft.AspNetCore.Authentication.Twitter": "1.1.0-*",
|
||||||
"Microsoft.AspNetCore.Diagnostics": "1.0.0-*",
|
"Microsoft.AspNetCore.Diagnostics": "1.1.0-*",
|
||||||
"Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore": "1.0.0-*",
|
"Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore": "1.1.0-*",
|
||||||
"Microsoft.AspNetCore.Identity.EntityFrameworkCore": "1.0.0-*",
|
"Microsoft.AspNetCore.Identity.EntityFrameworkCore": "1.1.0-*",
|
||||||
"Microsoft.AspNetCore.Mvc": "1.0.0-*",
|
"Microsoft.AspNetCore.Mvc": "1.1.0-*",
|
||||||
"Microsoft.AspNetCore.Mvc.TagHelpers": "1.0.0-*",
|
"Microsoft.AspNetCore.Mvc.TagHelpers": "1.1.0-*",
|
||||||
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-*",
|
"Microsoft.AspNetCore.Server.IISIntegration": "1.1.0-*",
|
||||||
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
|
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*",
|
||||||
"Microsoft.AspNetCore.Server.WebListener": "0.1.0-*",
|
"Microsoft.AspNetCore.Server.WebListener": "0.2.0-*",
|
||||||
"Microsoft.AspNetCore.Session": "1.0.0-*",
|
"Microsoft.AspNetCore.Session": "1.1.0-*",
|
||||||
"Microsoft.AspNetCore.StaticFiles": "1.0.0-*",
|
"Microsoft.AspNetCore.StaticFiles": "1.1.0-*",
|
||||||
"Microsoft.EntityFrameworkCore.InMemory": "1.0.0-*",
|
"Microsoft.EntityFrameworkCore.InMemory": "1.1.0-*",
|
||||||
"Microsoft.EntityFrameworkCore.SqlServer": "1.0.0-*",
|
"Microsoft.EntityFrameworkCore.SqlServer": "1.1.0-*",
|
||||||
"Microsoft.Extensions.Configuration.CommandLine": "1.0.0-*",
|
"Microsoft.Extensions.Configuration.CommandLine": "1.1.0-*",
|
||||||
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0-*",
|
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.1.0-*",
|
||||||
"Microsoft.Extensions.Configuration.Json": "1.0.0-*",
|
"Microsoft.Extensions.Configuration.Json": "1.1.0-*",
|
||||||
"Microsoft.Extensions.Logging.Console": "1.0.0-*",
|
"Microsoft.Extensions.Logging.Console": "1.1.0-*",
|
||||||
"Microsoft.Extensions.Options.ConfigurationExtensions": "1.0.0-*",
|
"Microsoft.Extensions.Options.ConfigurationExtensions": "1.1.0-*"
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"net451": { },
|
"net451": {},
|
||||||
"netcoreapp1.0": {
|
"netcoreapp1.0": {
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.NETCore.App": {
|
"Microsoft.NETCore.App": {
|
||||||
|
|
|
||||||
|
|
@ -9,17 +9,17 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"dotnet-test-xunit": "1.0.0-*",
|
"dotnet-test-xunit": "1.0.0-*",
|
||||||
"Microsoft.AspNetCore.Authentication.Cookies": "1.0.0-*",
|
"Microsoft.AspNetCore.Authentication.Cookies": "1.1.0-*",
|
||||||
"Microsoft.AspNetCore.Authentication.OpenIdConnect": "1.0.0-*",
|
"Microsoft.AspNetCore.Authentication.OpenIdConnect": "1.1.0-*",
|
||||||
"Microsoft.AspNetCore.Identity": "1.0.0-*",
|
"Microsoft.AspNetCore.Identity": "1.1.0-*",
|
||||||
"Microsoft.AspNetCore.Server.Testing": "0.1.0-*",
|
"Microsoft.AspNetCore.Server.Testing": "0.2.0-*",
|
||||||
"Microsoft.AspNetCore.WebUtilities": "1.0.0-*",
|
"Microsoft.AspNetCore.WebUtilities": "1.1.0-*",
|
||||||
"Microsoft.Extensions.Configuration.Binder": "1.0.0-*",
|
"Microsoft.Extensions.Configuration.Binder": "1.1.0-*",
|
||||||
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0-*",
|
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.1.0-*",
|
||||||
"Microsoft.Extensions.Configuration.Json": "1.0.0-*",
|
"Microsoft.Extensions.Configuration.Json": "1.1.0-*",
|
||||||
"Microsoft.Extensions.Configuration.UserSecrets": "1.0.0-*",
|
"Microsoft.Extensions.Configuration.UserSecrets": "1.1.0-*",
|
||||||
"Microsoft.Extensions.Logging": "1.0.0-*",
|
"Microsoft.Extensions.Logging": "1.1.0-*",
|
||||||
"Microsoft.Extensions.Logging.Console": "1.0.0-*",
|
"Microsoft.Extensions.Logging.Console": "1.1.0-*",
|
||||||
"xunit": "2.1.0"
|
"xunit": "2.1.0"
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
|
|
|
||||||
|
|
@ -4,8 +4,8 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"dotnet-test-xunit": "1.0.0-*",
|
"dotnet-test-xunit": "1.0.0-*",
|
||||||
"Microsoft.Extensions.Logging.Testing": "1.0.0-*",
|
"Microsoft.Extensions.Logging.Testing": "1.1.0-*",
|
||||||
"MusicStore": "1.0.0-*",
|
"MusicStore": "1.1.0-*",
|
||||||
"XUnit": "2.1.0"
|
"XUnit": "2.1.0"
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue