dotnet-installer/TestAssets/TestProjects/TestAppDependencyGraph/CsprojLibrary2/project.json
Eric Erhardt 33ec55aee3 Fix dotnet run3 --project to pass the project to msbuild.
Also update Microsoft.NET.Sdk to 1.0.0-alpha-20161026-2 since this has the corresponding fix needed for https://github.com/dotnet/sdk/issues/301.
2016-10-26 00:04:40 -05:00

11 lines
204 B
JSON

{
"dependencies": {},
"frameworks": {
"netstandard1.5": {
"dependencies": {
"Microsoft.NET.Sdk": "1.0.0-alpha-20161026-2",
"NETStandard.Library": "1.6.0"
}
}
}
}