Update ASP.NET 5 versions for ASP.NET Core.

See https://github.com/aspnet/Announcements/issues/144 for more information.
This commit is contained in:
N. Taylor Mullen 2016-01-22 12:28:34 -08:00
parent f5c5816a05
commit a837854f4b
10 changed files with 50 additions and 47 deletions

View File

@ -1,9 +1,9 @@
{ {
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore": "7.0.0-*", "Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore": "1.0.0-*",
"Microsoft.AspNetCore.IISPlatformHandler": "1.0.0-*", "Microsoft.AspNetCore.IISPlatformHandler": "1.0.0-*",
"Microsoft.EntityFrameworkCore.SqlServer": "7.0.0-*", "Microsoft.EntityFrameworkCore.SqlServer": "1.0.0-*",
"Microsoft.EntityFrameworkCore.Commands": "7.0.0-*", "Microsoft.EntityFrameworkCore.Commands": "1.0.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*" "Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*"
}, },
"compilationOptions": { "compilationOptions": {
@ -12,8 +12,8 @@
"commands": { "commands": {
"web": "DatabaseErrorPageSample" "web": "DatabaseErrorPageSample"
}, },
"frameworks": { "frameworks": {
"dnx451": { }, "dnx451": {},
"dnxcore50": { } "dnxcore50": {}
}
} }
}

View File

@ -1,7 +1,7 @@
{ {
"exclude": "wwwroot/**/*.*", "exclude": "wwwroot/**/*.*",
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Diagnostics.Elm": "1.0.0-*", "Microsoft.AspNetCore.Diagnostics.Elm": "0.1.0-*",
"Microsoft.AspNetCore.IISPlatformHandler": "1.0.0-*", "Microsoft.AspNetCore.IISPlatformHandler": "1.0.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*" "Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*"
}, },
@ -12,7 +12,7 @@
"web": "ElmPageSample" "web": "ElmPageSample"
}, },
"frameworks": { "frameworks": {
"dnx451": { }, "dnx451": {},
"dnxcore50": { } "dnxcore50": {}
} }
} }

View File

@ -1,7 +1,7 @@
{ {
"exclude": "wwwroot/**/*.*", "exclude": "wwwroot/**/*.*",
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Diagnostics": "", "Microsoft.AspNetCore.Diagnostics": "1.0.0-*",
"Microsoft.AspNetCore.IISPlatformHandler": "1.0.0-*", "Microsoft.AspNetCore.IISPlatformHandler": "1.0.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*" "Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*"
}, },
@ -12,7 +12,7 @@
"web": "RuntimeInfoPageSample" "web": "RuntimeInfoPageSample"
}, },
"frameworks": { "frameworks": {
"dnx451": { }, "dnx451": {},
"dnxcore50": { } "dnxcore50": {}
} }
} }

View File

@ -1,15 +1,17 @@
{ {
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Diagnostics": "", "Microsoft.AspNetCore.Diagnostics": "1.0.0-*",
"Microsoft.AspNetCore.IISPlatformHandler": "1.0.0-*", "Microsoft.AspNetCore.IISPlatformHandler": "1.0.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*" "Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*"
}, },
"compilationOptions": { "compilationOptions": {
"emitEntryPoint": true "emitEntryPoint": true
}, },
"commands": { "web": "WelcomePageSample" }, "commands": {
"web": "WelcomePageSample"
},
"frameworks": { "frameworks": {
"dnx451": { }, "dnx451": {},
"dnxcore50": { } "dnxcore50": {}
} }
} }

View File

@ -1,5 +1,5 @@
{ {
"version": "1.0.0-*", "version": "0.1.0-*",
"description": "ASP.NET 5 Middleware to capture and display the request logs.", "description": "ASP.NET 5 Middleware to capture and display the request logs.",
"compilationOptions": { "compilationOptions": {
"warningsAsErrors": true, "warningsAsErrors": true,
@ -24,4 +24,4 @@
"compileExclude": [ "compileExclude": [
"Views/*.cshtml" "Views/*.cshtml"
] ]
} }

View File

@ -1,5 +1,5 @@
{ {
"version": "7.0.0-*", "version": "1.0.0-*",
"description": "ASP.NET 5 Middleware for Entity Framework error pages.", "description": "ASP.NET 5 Middleware for Entity Framework error pages.",
"repository": { "repository": {
"type": "git", "type": "git",
@ -11,7 +11,7 @@
}, },
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Diagnostics": "1.0.0-*", "Microsoft.AspNetCore.Diagnostics": "1.0.0-*",
"Microsoft.EntityFrameworkCore.Relational": "7.0.0-*" "Microsoft.EntityFrameworkCore.Relational": "1.0.0-*"
}, },
"compile": [ "compile": [
"..\\Shared\\*.cs" "..\\Shared\\*.cs"
@ -29,4 +29,4 @@
} }
} }
} }
} }

View File

@ -10,12 +10,10 @@
"url": "git://github.com/aspnet/diagnostics" "url": "git://github.com/aspnet/diagnostics"
}, },
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Razor": "4.0.0-*" "Microsoft.AspNetCore.Razor": "1.0.0-*"
}, },
"frameworks": { "frameworks": {
"dnx451": { "dnx451": {},
},
"dnxcore50": { "dnxcore50": {
"dependencies": { "dependencies": {
"System.Console": "4.0.0-*", "System.Console": "4.0.0-*",
@ -23,8 +21,7 @@
} }
} }
}, },
"commands": { "commands": {
"run" : "PageGenerator" "run": "PageGenerator"
} }
} }

View File

@ -1,7 +1,7 @@
{ {
"dependencies": { "dependencies": {
"Microsoft.EntityFrameworkCore.SqlServer": "7.0.0-*", "Microsoft.EntityFrameworkCore.SqlServer": "1.0.0-*",
"Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore": "7.0.0-*", "Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore": "1.0.0-*",
"Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore.Tests": "1.0.0", "Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore.Tests": "1.0.0",
"Microsoft.AspNetCore.TestHost": "1.0.0-*", "Microsoft.AspNetCore.TestHost": "1.0.0-*",
"Microsoft.AspNetCore.Testing": "1.0.0-*", "Microsoft.AspNetCore.Testing": "1.0.0-*",
@ -13,7 +13,7 @@
}, },
"frameworks": { "frameworks": {
"dnx451": { "dnx451": {
"frameworkAssemblies": { "frameworkAssemblies": {
"System.Runtime": "", "System.Runtime": "",
"System.Threading.Tasks": "" "System.Threading.Tasks": ""
}, },
@ -21,7 +21,7 @@
"xunit.runner.console": "2.1.0" "xunit.runner.console": "2.1.0"
} }
}, },
"dnxcore50": { "dnxcore50": {
"dependencies": { "dependencies": {
"xunit.runner.aspnet": "2.0.0-aspnet-*" "xunit.runner.aspnet": "2.0.0-aspnet-*"
} }
@ -30,4 +30,4 @@
"compilationOptions": { "compilationOptions": {
"warningsAsErrors": true "warningsAsErrors": true
} }
} }

View File

@ -3,12 +3,15 @@
"warningsAsErrors": true "warningsAsErrors": true
}, },
"dependencies": { "dependencies": {
"Microsoft.EntityFrameworkCore.InMemory": "7.0.0-*", "Microsoft.EntityFrameworkCore.InMemory": "1.0.0-*",
"Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore": "7.0.0-*", "Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore": "1.0.0-*",
"Microsoft.AspNetCore.Testing": "1.0.0-*", "Microsoft.AspNetCore.Testing": "1.0.0-*",
"xunit": "2.1.0" "xunit": "2.1.0"
}, },
"compile": [ "../Shared/ApiConsistencyTestBase.cs", "../Shared/TestHelpers.cs" ], "compile": [
"../Shared/ApiConsistencyTestBase.cs",
"../Shared/TestHelpers.cs"
],
"testRunner": "xunit", "testRunner": "xunit",
"commands": { "commands": {
"test": "xunit.runner.aspnet" "test": "xunit.runner.aspnet"
@ -31,4 +34,4 @@
} }
} }
} }
} }

View File

@ -4,7 +4,7 @@
"keyFile": "../../tools/Key.snk" "keyFile": "../../tools/Key.snk"
}, },
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Diagnostics.Elm": "1.0.0-*", "Microsoft.AspNetCore.Diagnostics.Elm": "0.1.0-*",
"Microsoft.AspNetCore.TestHost": "1.0.0-*", "Microsoft.AspNetCore.TestHost": "1.0.0-*",
"Microsoft.AspNetCore.Testing": "1.0.0-*", "Microsoft.AspNetCore.Testing": "1.0.0-*",
"Microsoft.Extensions.DependencyInjection": "1.0.0-*", "Microsoft.Extensions.DependencyInjection": "1.0.0-*",
@ -12,7 +12,6 @@
"Microsoft.Extensions.FileProviders.Embedded": "1.0.0-*", "Microsoft.Extensions.FileProviders.Embedded": "1.0.0-*",
"xunit": "2.1.0" "xunit": "2.1.0"
}, },
"frameworks": { "frameworks": {
"dnx451": { "dnx451": {
"frameworkAssemblies": { "frameworkAssemblies": {
@ -31,12 +30,14 @@
} }
} }
}, },
"testRunner": "xunit", "testRunner": "xunit",
"commands": { "commands": {
"test": "xunit.runner.aspnet" "test": "xunit.runner.aspnet"
}, },
"content": [ "content": [
"TestFiles/**/*" "TestFiles/**/*"
], ],
"resource": [ "Resources/**" ] "resource": [
} "Resources/**"
]
}