Updating to new CLI

This commit is contained in:
John Luo 2016-02-01 19:11:00 -08:00
parent 94593de0c1
commit 8e94d40688
8 changed files with 41 additions and 30 deletions

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="AspNetVNext" value="https://www.myget.org/F/aspnetcidev/api/v3/index.json" />
<add key="AspNetVNext" value="https://www.myget.org/F/aspnetvolatiledev/api/v3/index.json" />
<add key="NuGet" value="https://api.nuget.org/v3/index.json" />
</packageSources>
</configuration>
</configuration>

View File

@ -1,10 +1,13 @@
{
"version": "1.0.0-*",
"dependencies": {
"Microsoft.AspNetCore.Hosting": "1.0.0-*"
"Microsoft.AspNetCore.Hosting": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*"
},
"frameworks": {
"dnx451": { },
"dnxcore50": { }
"dnx451": {},
"dnxcore50": {
"imports": "portable-net451+win8"
}
}
}

View File

@ -1,22 +1,22 @@
{
"version": "1.0.0-*",
"description": "ASP.NET 5 core hosting infrastructure and startup logic for web applications running within a Windows service.",
"repository": {
"type": "git",
"url": "git://github.com/aspnet/hosting"
},
"compilationOptions": {
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk"
},
"dependencies": {
"Microsoft.AspNetCore.Hosting": "1.0.0-*"
},
"frameworks": {
"net451": {
"frameworkAssemblies": {
"System.ServiceProcess": ""
}
}
"version": "1.0.0-*",
"description": "ASP.NET 5 core hosting infrastructure and startup logic for web applications running within a Windows service.",
"repository": {
"type": "git",
"url": "git://github.com/aspnet/hosting"
},
"compilationOptions": {
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk"
},
"dependencies": {
"Microsoft.AspNetCore.Hosting": "1.0.0-*"
},
"frameworks": {
"net451": {
"frameworkAssemblies": {
"System.ServiceProcess": ""
}
}
}
}

View File

@ -40,7 +40,8 @@
"System.Console": "4.0.0-*",
"System.Diagnostics.StackTrace": "4.0.1-*",
"System.Reflection.Extensions": "4.0.1-*"
}
},
"imports": "portable-net45+win8"
}
}
}

View File

@ -12,7 +12,8 @@
"dependencies": {
"Microsoft.AspNetCore.Testing": "1.0.0-*",
"Microsoft.Extensions.Logging.Abstractions": "1.0.0-*",
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-*"
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*"
},
"frameworks": {
"dnx451": {
@ -34,7 +35,8 @@
"System.Text.RegularExpressions": "4.0.11-*",
"System.Threading": "4.0.11-*",
"System.Threading.Thread": "4.0.0-*"
}
},
"imports": "portable-net45+win8"
}
}
}

View File

@ -22,7 +22,8 @@
"dependencies": {
"System.Diagnostics.Contracts": "4.0.1-*",
"System.Net.Http": "4.0.1-*"
}
},
"imports": "portable-net45+win8"
}
}
}

View File

@ -12,6 +12,7 @@
"Microsoft.AspNetCore.Testing": "1.0.0-*",
"Microsoft.Extensions.Options": "1.0.0-*",
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*",
"xunit": "2.1.0"
},
"frameworks": {
@ -23,7 +24,8 @@
"dnxcore50": {
"dependencies": {
"xunit.runner.aspnet": "2.0.0-aspnet-*"
}
},
"imports": "portable-net451+win8"
}
},
"testRunner": "xunit",

View File

@ -7,6 +7,7 @@
"Microsoft.AspNetCore.Testing": "1.0.0-*",
"Microsoft.AspNetCore.TestHost": "1.0.0-*",
"Microsoft.Extensions.DiagnosticAdapter": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*",
"xunit": "2.1.0"
},
"frameworks": {
@ -18,7 +19,8 @@
"dnxcore50": {
"dependencies": {
"xunit.runner.aspnet": "2.0.0-aspnet-*"
}
},
"imports": "portable-net451+win8"
}
},
"testRunner": "xunit",