Fixed packages

This commit is contained in:
David Fowler 2016-03-25 12:27:43 -07:00
parent e8d0cc1668
commit 5ddb17d2fe
36 changed files with 158 additions and 103 deletions

View File

@ -5,8 +5,7 @@
},
"dependencies": {
"Microsoft.AspNetCore.Mvc": "1.0.0-*",
"Microsoft.AspNetCore.Testing": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*"
"Microsoft.AspNetCore.Testing": "1.0.0-*"
},
"testRunner": "xunit",
"frameworks": {
@ -17,7 +16,9 @@
],
"dependencies": {
"moq.netcore": "4.4.0-beta8",
"dotnet-test-xunit": "1.0.0-dev-*"
"dotnet-test-xunit": "1.0.0-dev-*",
"NETStandard.Library": "1.5.0-*",
"System.Diagnostics.Process": "4.1.0-*"
}
},
"net451": {

View File

@ -10,8 +10,7 @@
"type": "build"
},
"Microsoft.AspNetCore.Testing": "1.0.0-*",
"Microsoft.Extensions.Logging.Testing": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*"
"Microsoft.Extensions.Logging.Testing": "1.0.0-*"
},
"testRunner": "xunit",
"frameworks": {
@ -22,7 +21,9 @@
],
"dependencies": {
"moq.netcore": "4.4.0-beta8",
"dotnet-test-xunit": "1.0.0-dev-*"
"dotnet-test-xunit": "1.0.0-dev-*",
"NETStandard.Library": "1.5.0-*",
"System.Diagnostics.Process": "4.1.0-*"
}
},
"net451": {

View File

@ -20,8 +20,7 @@
"Microsoft.Extensions.DependencyInjection": "1.0.0-*",
"Microsoft.Extensions.DiagnosticAdapter": "1.0.0-*",
"Microsoft.Extensions.Logging.Testing": "1.0.0-*",
"Microsoft.Extensions.Logging": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*"
"Microsoft.Extensions.Logging": "1.0.0-*"
},
"testRunner": "xunit",
"frameworks": {
@ -32,7 +31,9 @@
],
"dependencies": {
"moq.netcore": "4.4.0-beta8",
"dotnet-test-xunit": "1.0.0-dev-*"
"dotnet-test-xunit": "1.0.0-dev-*",
"NETStandard.Library": "1.5.0-*",
"System.Diagnostics.Process": "4.1.0-*"
}
},
"net451": {

View File

@ -24,7 +24,9 @@
],
"dependencies": {
"moq.netcore": "4.4.0-beta8",
"dotnet-test-xunit": "1.0.0-dev-*"
"dotnet-test-xunit": "1.0.0-dev-*",
"NETStandard.Library": "1.5.0-*",
"System.Diagnostics.Process": "4.1.0-*"
}
},
"net451": {

View File

@ -12,8 +12,7 @@
},
"Microsoft.AspNetCore.Testing": "1.0.0-*",
"Microsoft.Extensions.DependencyInjection": "1.0.0-*",
"Microsoft.Extensions.Logging.Testing": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*"
"Microsoft.Extensions.Logging.Testing": "1.0.0-*"
},
"testRunner": "xunit",
"frameworks": {
@ -24,7 +23,9 @@
],
"dependencies": {
"moq.netcore": "4.4.0-beta8",
"dotnet-test-xunit": "1.0.0-dev-*"
"dotnet-test-xunit": "1.0.0-dev-*",
"NETStandard.Library": "1.5.0-*",
"System.Diagnostics.Process": "4.1.0-*"
}
},
"net451": {

View File

@ -12,8 +12,7 @@
},
"Microsoft.AspNetCore.Testing": "1.0.0-*",
"Microsoft.Extensions.DependencyInjection": "1.0.0-*",
"Microsoft.Extensions.Logging.Testing": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*"
"Microsoft.Extensions.Logging.Testing": "1.0.0-*"
},
"testRunner": "xunit",
"frameworks": {
@ -24,7 +23,9 @@
],
"dependencies": {
"moq.netcore": "4.4.0-beta8",
"dotnet-test-xunit": "1.0.0-dev-*"
"dotnet-test-xunit": "1.0.0-dev-*",
"NETStandard.Library": "1.5.0-*",
"System.Diagnostics.Process": "4.1.0-*"
}
},
"net451": {

View File

@ -11,8 +11,7 @@
"type": "build",
"version": "1.0.0-*"
},
"Microsoft.AspNetCore.Testing": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*"
"Microsoft.AspNetCore.Testing": "1.0.0-*"
},
"testRunner": "xunit",
"frameworks": {
@ -23,7 +22,9 @@
],
"dependencies": {
"moq.netcore": "4.4.0-beta8",
"dotnet-test-xunit": "1.0.0-dev-*"
"dotnet-test-xunit": "1.0.0-dev-*",
"NETStandard.Library": "1.5.0-*",
"System.Diagnostics.Process": "4.1.0-*"
}
},
"net451": {

View File

@ -38,7 +38,6 @@
"Microsoft.AspNetCore.WebUtilities": "1.0.0-*",
"Microsoft.Extensions.Configuration.Json": "1.0.0-*",
"Microsoft.Extensions.Logging.Testing": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*",
"MvcSandbox": "1.0.0",
"MvcSubAreaSample.Web": "1.0.0",
"RazorPageExecutionInstrumentationWebSite": "1.0.0",
@ -58,7 +57,9 @@
"dependencies": {
"Microsoft.Dnx.Compilation.CSharp.Common": "1.0.0-*",
"Microsoft.Dnx.Compilation.CSharp.Abstractions": "1.0.0-*",
"dotnet-test-xunit": "1.0.0-dev-*"
"dotnet-test-xunit": "1.0.0-dev-*",
"NETStandard.Library": "1.5.0-*",
"System.Diagnostics.Process": "4.1.0-*"
},
"imports": [
"dnxcore50",

View File

@ -11,8 +11,7 @@
"type": "build"
},
"Microsoft.AspNetCore.Testing": "1.0.0-*",
"Microsoft.Extensions.Logging": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*"
"Microsoft.Extensions.Logging": "1.0.0-*"
},
"testRunner": "xunit",
"frameworks": {
@ -23,7 +22,9 @@
],
"dependencies": {
"moq.netcore": "4.4.0-beta8",
"dotnet-test-xunit": "1.0.0-dev-*"
"dotnet-test-xunit": "1.0.0-dev-*",
"NETStandard.Library": "1.5.0-*",
"System.Diagnostics.Process": "4.1.0-*"
}
},
"net451": {

View File

@ -10,8 +10,7 @@
"version": "1.0.0-*",
"type": "build"
},
"Microsoft.AspNetCore.Testing": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*"
"Microsoft.AspNetCore.Testing": "1.0.0-*"
},
"testRunner": "xunit",
"frameworks": {
@ -22,7 +21,9 @@
],
"dependencies": {
"moq.netcore": "4.4.0-beta8",
"dotnet-test-xunit": "1.0.0-dev-*"
"dotnet-test-xunit": "1.0.0-dev-*",
"NETStandard.Library": "1.5.0-*",
"System.Diagnostics.Process": "4.1.0-*"
}
},
"net451": {

View File

@ -11,8 +11,7 @@
"type": "build"
},
"Microsoft.AspNetCore.Mvc.ViewFeatures": "1.0.0-*",
"Microsoft.AspNetCore.Testing": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*"
"Microsoft.AspNetCore.Testing": "1.0.0-*"
},
"testRunner": "xunit",
"compilationOptions": {
@ -29,7 +28,9 @@
],
"dependencies": {
"moq.netcore": "4.4.0-beta8",
"dotnet-test-xunit": "1.0.0-dev-*"
"dotnet-test-xunit": "1.0.0-dev-*",
"NETStandard.Library": "1.5.0-*",
"System.Diagnostics.Process": "4.1.0-*"
}
},
"net451": {

View File

@ -26,8 +26,7 @@
"Microsoft.AspNetCore.Testing": "1.0.0-*",
"Microsoft.Extensions.DependencyInjection": "1.0.0-*",
"Microsoft.Extensions.DiagnosticAdapter": "1.0.0-*",
"Microsoft.Extensions.Logging.Testing": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*"
"Microsoft.Extensions.Logging.Testing": "1.0.0-*"
},
"testRunner": "xunit",
"frameworks": {
@ -38,7 +37,9 @@
],
"dependencies": {
"moq.netcore": "4.4.0-beta8",
"dotnet-test-xunit": "1.0.0-dev-*"
"dotnet-test-xunit": "1.0.0-dev-*",
"NETStandard.Library": "1.5.0-*",
"System.Diagnostics.Process": "4.1.0-*"
}
},
"net451": {

View File

@ -13,8 +13,7 @@
"type": "build"
},
"Microsoft.AspNetCore.Testing": "1.0.0-*",
"Microsoft.Extensions.Logging.Abstractions": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*"
"Microsoft.Extensions.Logging.Abstractions": "1.0.0-*"
},
"testRunner": "xunit",
"frameworks": {
@ -25,7 +24,9 @@
],
"dependencies": {
"moq.netcore": "4.4.0-beta8",
"dotnet-test-xunit": "1.0.0-dev-*"
"dotnet-test-xunit": "1.0.0-dev-*",
"NETStandard.Library": "1.5.0-*",
"System.Diagnostics.Process": "4.1.0-*"
}
},
"net451": {

View File

@ -7,7 +7,6 @@
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.0-*",
"Microsoft.Extensions.DependencyInjection": "1.0.0-*",
"Microsoft.Extensions.Logging": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*",
"xunit": "2.1.0"
},
"testRunner": "xunit",
@ -19,7 +18,9 @@
],
"dependencies": {
"moq.netcore": "4.4.0-beta8",
"dotnet-test-xunit": "1.0.0-dev-*"
"dotnet-test-xunit": "1.0.0-dev-*",
"NETStandard.Library": "1.5.0-*",
"System.Diagnostics.Process": "4.1.0-*"
}
},
"net451": {

View File

@ -18,8 +18,7 @@
"Microsoft.AspNetCore.Testing": "1.0.0-*",
"Microsoft.Extensions.DependencyInjection": "1.0.0-*",
"Microsoft.Extensions.DiagnosticAdapter": "1.0.0-*",
"Microsoft.Extensions.Logging.Testing": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*"
"Microsoft.Extensions.Logging.Testing": "1.0.0-*"
},
"testRunner": "xunit",
"frameworks": {
@ -30,7 +29,9 @@
],
"dependencies": {
"moq.netcore": "4.4.0-beta8",
"dotnet-test-xunit": "1.0.0-dev-*"
"dotnet-test-xunit": "1.0.0-dev-*",
"NETStandard.Library": "1.5.0-*",
"System.Diagnostics.Process": "4.1.0-*"
}
},
"net451": {

View File

@ -8,7 +8,6 @@
"Microsoft.AspNetCore.Testing": "1.0.0-*",
"Microsoft.Extensions.Logging.Testing": "1.0.0-*",
"Microsoft.Extensions.DependencyInjection": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*",
"xunit": "2.1.0"
},
"testRunner": "xunit",
@ -23,7 +22,9 @@
],
"dependencies": {
"moq.netcore": "4.4.0-beta8",
"dotnet-test-xunit": "1.0.0-dev-*"
"dotnet-test-xunit": "1.0.0-dev-*",
"NETStandard.Library": "1.5.0-*",
"System.Diagnostics.Process": "4.1.0-*"
}
},
"net451": {

View File

@ -11,8 +11,7 @@
"Microsoft.AspNetCore.Mvc": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.0",
"Microsoft.AspNetCore.StaticFiles": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*"
"Microsoft.AspNetCore.StaticFiles": "1.0.0-*"
},
"frameworks": {
"net451": {},
@ -20,7 +19,10 @@
"imports": [
"dnxcore50",
"portable-net451+win8"
]
],
"dependencies": {
"NETStandard.Library": "1.5.0-*"
}
}
}
}

View File

@ -10,8 +10,7 @@
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
"Microsoft.AspNetCore.Mvc": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.0",
"Microsoft.AspNetCore.StaticFiles": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*"
"Microsoft.AspNetCore.StaticFiles": "1.0.0-*"
},
"frameworks": {
"net451": {},
@ -19,7 +18,10 @@
"imports": [
"dnxcore50",
"portable-net451+win8"
]
],
"dependencies": {
"NETStandard.Library": "1.5.0-*"
}
}
}
}

View File

@ -12,8 +12,7 @@
"Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.0",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
"Microsoft.AspNetCore.Session": "1.0.0-*",
"Microsoft.AspNetCore.StaticFiles": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*"
"Microsoft.AspNetCore.StaticFiles": "1.0.0-*"
},
"frameworks": {
"net451": {},
@ -21,7 +20,10 @@
"imports": [
"dnxcore50",
"portable-net451+win8"
]
],
"dependencies": {
"NETStandard.Library": "1.5.0-*"
}
}
},
"exclude": [

View File

@ -1,7 +1,6 @@
{
"dependencies": {
"Microsoft.AspNetCore.Mvc": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*"
"Microsoft.AspNetCore.Mvc": "1.0.0-*"
},
"frameworks": {
"net451": {},
@ -9,7 +8,10 @@
"imports": [
"dnxcore50",
"portable-net451+win8"
]
],
"dependencies": {
"NETStandard.Library": "1.5.0-*"
}
}
}
}

View File

@ -11,8 +11,7 @@
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
"Microsoft.AspNetCore.Mvc": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.0",
"Microsoft.AspNetCore.StaticFiles": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*"
"Microsoft.AspNetCore.StaticFiles": "1.0.0-*"
},
"frameworks": {
"net451": {},
@ -20,7 +19,10 @@
"imports": [
"dnxcore50",
"portable-net451+win8"
]
],
"dependencies": {
"NETStandard.Library": "1.5.0-*"
}
}
}
}

View File

@ -12,8 +12,7 @@
"Microsoft.AspNetCore.Mvc": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.0",
"Microsoft.AspNetCore.StaticFiles": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*"
"Microsoft.AspNetCore.StaticFiles": "1.0.0-*"
},
"frameworks": {
"net451": {},
@ -21,7 +20,10 @@
"imports": [
"dnxcore50",
"portable-net451+win8"
]
],
"dependencies": {
"NETStandard.Library": "1.5.0-*"
}
}
}
}

View File

@ -11,8 +11,7 @@
"Microsoft.AspNetCore.Diagnostics": "1.0.0-*",
"Microsoft.AspNetCore.Mvc": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.0",
"Microsoft.AspNetCore.StaticFiles": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*"
"Microsoft.AspNetCore.StaticFiles": "1.0.0-*"
},
"frameworks": {
"net451": {},
@ -20,7 +19,10 @@
"imports": [
"dnxcore50",
"portable-net451+win8"
]
],
"dependencies": {
"NETStandard.Library": "1.5.0-*"
}
}
}
}

View File

@ -12,8 +12,7 @@
"Microsoft.AspNetCore.Mvc": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.0",
"Microsoft.AspNetCore.StaticFiles": "1.0.0-*",
"Microsoft.Extensions.FileProviders.Embedded": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*"
"Microsoft.Extensions.FileProviders.Embedded": "1.0.0-*"
},
"frameworks": {
"net451": {},
@ -21,7 +20,10 @@
"imports": [
"dnxcore50",
"portable-net451+win8"
]
],
"dependencies": {
"NETStandard.Library": "1.5.0-*"
}
}
}
}

View File

@ -12,8 +12,7 @@
"Microsoft.AspNetCore.Mvc": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.0",
"Microsoft.AspNetCore.StaticFiles": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*"
"Microsoft.AspNetCore.StaticFiles": "1.0.0-*"
},
"frameworks": {
"net451": {},
@ -21,7 +20,10 @@
"imports": [
"dnxcore50",
"portable-net451+win8"
]
],
"dependencies": {
"NETStandard.Library": "1.5.0-*"
}
}
}
}

View File

@ -11,8 +11,7 @@
"Microsoft.AspNetCore.Mvc": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.0",
"Microsoft.AspNetCore.StaticFiles": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*"
"Microsoft.AspNetCore.StaticFiles": "1.0.0-*"
},
"frameworks": {
"net451": {},
@ -20,7 +19,10 @@
"imports": [
"dnxcore50",
"portable-net451+win8"
]
],
"dependencies": {
"NETStandard.Library": "1.5.0-*"
}
}
}
}

View File

@ -10,8 +10,7 @@
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
"Microsoft.AspNetCore.Mvc": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.TagHelpers": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.0",
"Microsoft.NETCore.Platforms": "1.0.1-*"
"Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.0"
},
"frameworks": {
"net451": {},
@ -19,7 +18,10 @@
"imports": [
"dnxcore50",
"portable-net451+win8"
]
],
"dependencies": {
"NETStandard.Library": "1.5.0-*"
}
}
}
}

View File

@ -4,8 +4,7 @@
"Microsoft.AspNetCore.Http.Extensions": "1.0.0-*",
"Microsoft.AspNetCore.Testing": "1.0.0-*",
"Microsoft.Extensions.Configuration": "1.0.0-*",
"Microsoft.Extensions.DependencyInjection": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*"
"Microsoft.Extensions.DependencyInjection": "1.0.0-*"
},
"frameworks": {
"net451": {},
@ -13,7 +12,10 @@
"imports": [
"dotnet4.5",
"portable-net451+win8"
]
],
"dependencies": {
"NETStandard.Library": "1.5.0-*"
}
}
}
}

View File

@ -11,8 +11,7 @@
"Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.0",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
"Microsoft.AspNetCore.StaticFiles": "1.0.0-*",
"Microsoft.Extensions.DiagnosticAdapter": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*"
"Microsoft.Extensions.DiagnosticAdapter": "1.0.0-*"
},
"frameworks": {
"net451": {},
@ -20,7 +19,10 @@
"imports": [
"dnxcore50",
"portable-net451+win8"
]
],
"dependencies": {
"NETStandard.Library": "1.5.0-*"
}
}
}
}

View File

@ -12,8 +12,7 @@
"Microsoft.AspNetCore.Mvc.Localization": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.0",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
"Microsoft.AspNetCore.StaticFiles": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*"
"Microsoft.AspNetCore.StaticFiles": "1.0.0-*"
},
"frameworks": {
"net451": {
@ -32,7 +31,10 @@
"imports": [
"dnxcore50",
"portable-net451+win8"
]
],
"dependencies": {
"NETStandard.Library": "1.5.0-*"
}
}
}
}

View File

@ -10,8 +10,7 @@
"Microsoft.AspNetCore.Mvc": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.0",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
"Microsoft.AspNetCore.StaticFiles": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*"
"Microsoft.AspNetCore.StaticFiles": "1.0.0-*"
},
"frameworks": {
"net451": {},
@ -19,7 +18,10 @@
"imports": [
"dnxcore50",
"portable-net451+win8"
]
],
"dependencies": {
"NETStandard.Library": "1.5.0-*"
}
}
}
}

View File

@ -8,8 +8,7 @@
},
"dependencies": {
"Microsoft.AspNetCore.Mvc": "1.0.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*"
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*"
},
"frameworks": {
"net451": {},
@ -17,7 +16,10 @@
"imports": [
"dnxcore50",
"portable-net451+win8"
]
],
"dependencies": {
"NETStandard.Library": "1.5.0-*"
}
}
}
}

View File

@ -13,8 +13,7 @@
"Microsoft.AspNetCore.Mvc.TagHelpers": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.0",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
"Microsoft.AspNetCore.StaticFiles": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*"
"Microsoft.AspNetCore.StaticFiles": "1.0.0-*"
},
"frameworks": {
"net451": {},
@ -22,7 +21,10 @@
"imports": [
"dnxcore50",
"portable-net451+win8"
]
],
"dependencies": {
"NETStandard.Library": "1.5.0-*"
}
}
}
}

View File

@ -10,8 +10,7 @@
"Microsoft.AspNetCore.Mvc": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.0",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
"Microsoft.AspNetCore.StaticFiles": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*"
"Microsoft.AspNetCore.StaticFiles": "1.0.0-*"
},
"frameworks": {
"net451": {},
@ -19,7 +18,10 @@
"imports": [
"dnxcore50",
"portable-net451+win8"
]
],
"dependencies": {
"NETStandard.Library": "1.5.0-*"
}
}
}
}

View File

@ -11,8 +11,7 @@
"Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.0",
"Microsoft.AspNetCore.Mvc.WebApiCompatShim": "1.0.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
"Microsoft.AspNetCore.StaticFiles": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*"
"Microsoft.AspNetCore.StaticFiles": "1.0.0-*"
},
"frameworks": {
"net451": {},
@ -20,7 +19,10 @@
"imports": [
"dnxcore50",
"portable-net451+win8"
]
],
"dependencies": {
"NETStandard.Library": "1.5.0-*"
}
}
}
}

View File

@ -11,8 +11,7 @@
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.0",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
"Microsoft.AspNetCore.StaticFiles": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*"
"Microsoft.AspNetCore.StaticFiles": "1.0.0-*"
},
"frameworks": {
"net451": {},
@ -22,7 +21,8 @@
"portable-net451+win8"
],
"dependencies": {
"System.Linq.Queryable": "4.0.1-*"
"NETStandard.Library": "1.5.0-*",
"System.Linq.Queryable": "4.0.1-*"
}
}
}