7972586c31
- Fixed a bunch of dependencies that was causing dotnet restore to fail on the CLI - Added imports to `project.json` so that `dotnet-restore` works - Fixed a bunch of dependency issues in different projects - Ironically, running `dotnet restore` on the dotnet-restore project still fails (will fix in another commit). Looks like it might be a nuget issue
15 lines
360 B
JSON
15 lines
360 B
JSON
{
|
|
"dependencies": {
|
|
"Microsoft.NETCore.Platforms": "1.0.1-rc2-23704",
|
|
"Microsoft.DotNet.ProjectModel": "1.0.0-*",
|
|
"Microsoft.DotNet.ProjectModel.Server": "1.0.0-*",
|
|
"Newtonsoft.Json": "7.0.1",
|
|
"xunit.runner.aspnet": "2.0.0-aspnet-*"
|
|
},
|
|
"frameworks": {
|
|
"dnxcore50": { }
|
|
},
|
|
"commands": {
|
|
"test": "xunit.runner.aspnet"
|
|
}
|
|
}
|