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": {
"Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore": "7.0.0-*",
"Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore": "1.0.0-*",
"Microsoft.AspNetCore.IISPlatformHandler": "1.0.0-*",
"Microsoft.EntityFrameworkCore.SqlServer": "7.0.0-*",
"Microsoft.EntityFrameworkCore.Commands": "7.0.0-*",
"Microsoft.EntityFrameworkCore.SqlServer": "1.0.0-*",
"Microsoft.EntityFrameworkCore.Commands": "1.0.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*"
},
"compilationOptions": {
@ -12,8 +12,8 @@
"commands": {
"web": "DatabaseErrorPageSample"
},
"frameworks": {
"dnx451": { },
"dnxcore50": { }
}
"frameworks": {
"dnx451": {},
"dnxcore50": {}
}
}

View File

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

View File

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

View File

@ -1,15 +1,17 @@
{
"dependencies": {
"Microsoft.AspNetCore.Diagnostics": "",
"Microsoft.AspNetCore.Diagnostics": "1.0.0-*",
"Microsoft.AspNetCore.IISPlatformHandler": "1.0.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*"
},
"compilationOptions": {
"emitEntryPoint": true
},
"commands": { "web": "WelcomePageSample" },
"commands": {
"web": "WelcomePageSample"
},
"frameworks": {
"dnx451": { },
"dnxcore50": { }
"dnx451": {},
"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.",
"compilationOptions": {
"warningsAsErrors": true,
@ -24,4 +24,4 @@
"compileExclude": [
"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.",
"repository": {
"type": "git",
@ -11,7 +11,7 @@
},
"dependencies": {
"Microsoft.AspNetCore.Diagnostics": "1.0.0-*",
"Microsoft.EntityFrameworkCore.Relational": "7.0.0-*"
"Microsoft.EntityFrameworkCore.Relational": "1.0.0-*"
},
"compile": [
"..\\Shared\\*.cs"
@ -29,4 +29,4 @@
}
}
}
}
}

View File

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

View File

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

View File

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

View File

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