Fix warnings in project.json

PR #2493 introduced the new project.json schema. The tree has 118 files
with the old schema, which added several hundred warnings.

This change can't go in until PR #2864 does - it relies on those bug
fixes.
This commit is contained in:
Bill Wert 2016-05-12 19:03:08 -07:00
parent 9af3edfeda
commit ed3bd312cf
122 changed files with 847 additions and 594 deletions

View file

@ -1,6 +1,6 @@
{
"version": "1.0.0-*",
"compilationOptions": {
"buildOptions": {
"emitEntryPoint": true
},
"dependencies": {

View file

@ -1,11 +1,13 @@
{
"version": "1.0.0-*",
"compilationOptions": {
"emitEntryPoint": true
},
"compile": [
"buildOptions": {
"emitEntryPoint": true,
"compile": {
"include": [
"../src/*.cs"
],
]
}
},
"dependencies": {
"Newtonsoft.Json": "8.0.3",
"Microsoft.AspNet.Mvc": "3.0.50813.1",

View file

@ -1,11 +1,13 @@
{
"version": "1.0.0-*",
"compilationOptions": {
"emitEntryPoint": true
},
"compile": [
"buildOptions": {
"emitEntryPoint": true,
"compile": {
"include": [
"../src/*.cs"
],
]
}
},
"dependencies": {
"Newtonsoft.Json": "8.0.3",
"Microsoft.AspNet.Mvc": "3.0.50813.1",

View file

@ -1,9 +1,11 @@
{
"version": "1.0.0-*",
"dependencies": {
"Microsoft.DotNet.Cli.Utils": { "target": "project" }
"Microsoft.DotNet.Cli.Utils": {
"target": "project"
}
},
"compilationOptions": {
"buildOptions": {
"emitEntryPoint": true
},
"frameworks": {

View file

@ -4,7 +4,7 @@
"PackageWithFakeNativeDep": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.0-rc2-24027"
},
"compilationOptions": {
"buildOptions": {
"emitEntryPoint": true
},
"frameworks": {

View file

@ -3,14 +3,13 @@
"dependencies": {
"Microsoft.NETCore.Windows.ApiSets": "1.0.1-rc2-*"
},
"compilationOptions": {
"buildOptions": {
"emitEntryPoint": true
},
"frameworks": {
"net451": {}
},
"runtimes":
{
"runtimes": {
"win7-x64": {}
}
}

View file

@ -6,12 +6,14 @@
"Microsoft.Extensions.Logging.Console": "1.0.0-rc2-20254",
"Microsoft.NETCore.Platforms": "1.0.0-rc2-24027"
},
"compilationOptions": {
"emitEntryPoint": true
},
"compile": [
"buildOptions": {
"emitEntryPoint": true,
"compile": {
"include": [
"../src/*.cs"
],
]
}
},
"frameworks": {
"net451": {}
}

View file

@ -6,13 +6,15 @@
"Microsoft.Extensions.Logging.Console": "1.0.0-rc2-20254",
"Microsoft.NETCore.Platforms": "1.0.0-rc2-24027"
},
"compilationOptions": {
"buildOptions": {
"platform": "anycpu32bitpreferred",
"emitEntryPoint": true
},
"compile": [
"emitEntryPoint": true,
"compile": {
"include": [
"../src/*.cs"
],
]
}
},
"frameworks": {
"net451": {}
}

View file

@ -6,12 +6,14 @@
"Microsoft.Extensions.Logging.Console": "1.0.0-rc2-20254",
"Microsoft.NETCore.Platforms": "1.0.0-rc2-24027"
},
"compilationOptions": {
"emitEntryPoint": true
},
"compile": [
"buildOptions": {
"emitEntryPoint": true,
"compile": {
"include": [
"../src/*.cs"
],
]
}
},
"frameworks": {
"net451": {}
},

View file

@ -1,6 +1,6 @@
{
"version": "1.0.0-*",
"compilationOptions": {
"buildOptions": {
"emitEntryPoint": false
},
"dependencies": {

View file

@ -1,9 +1,8 @@
{
{
"version": "1.0.0-*",
"compilationOptions": {
"buildOptions": {
"emitEntryPoint": true
},
"frameworks": {
"net46": {
"dependencies": {

View file

@ -1,9 +1,8 @@
{
{
"version": "1.0.0-*",
"compilationOptions": {
"buildOptions": {
"emitEntryPoint": true
},
"frameworks": {
"net46": {
"dependencies": {

View file

@ -1,9 +1,8 @@
{
{
"version": "1.0.0-*",
"compilationOptions": {
"buildOptions": {
"emitEntryPoint": true
},
"frameworks": {
"net46": {
"dependencies": {

View file

@ -1,9 +1,8 @@
{
{
"version": "1.0.0-*",
"compilationOptions": {
"buildOptions": {
"emitEntryPoint": true
},
"frameworks": {
"net46": {
"dependencies": {

View file

@ -1,9 +1,8 @@
{
{
"version": "1.0.0-*",
"compilationOptions": {
"buildOptions": {
"emitEntryPoint": true
},
"frameworks": {
"net46": {}
}

View file

@ -1,6 +1,6 @@
{
"version": "1.0.0-*",
"compilationOptions": {
"buildOptions": {
"emitEntryPoint": true
},
"dependencies": {
@ -8,7 +8,9 @@
"type": "platform",
"version": "1.0.0-rc2-*"
},
"ThisIsNotARealDependencyAndIfSomeoneGoesAndAddsAProjectWithThisNameIWillFindThemAndPunishThem": { "target": "project" }
"ThisIsNotARealDependencyAndIfSomeoneGoesAndAddsAProjectWithThisNameIWillFindThemAndPunishThem": {
"target": "project"
}
},
"frameworks": {
"netcoreapp1.0": {

View file

@ -1,6 +1,6 @@
{
"version": "1.0.0-*",
"compilationOptions": {
"buildOptions": {
"emitEntryPoint": true
},
"dependencies": {

View file

@ -1,6 +1,6 @@
{
"version": "1.0.0-*",
"compilationOptions": {
"buildOptions": {
"emitEntryPoint": true
},
"dependencies": {

View file

@ -1,9 +1,8 @@
{
{
"version": "1.0.0-*",
"compilationOptions": {
"buildOptions": {
"emitEntryPoint": true
},
"frameworks": {
"net46": {
"dependencies": {

View file

@ -1,9 +1,13 @@
{
"version": "1.0.0",
"packInclude": {
"runtimes/": "runtimes/"
},
"frameworks": {
"net45": {}
},
"packOptions": {
"files": {
"mappings": {
"runtimes/": "runtimes/"
}
}
}
}

View file

@ -1,6 +1,6 @@
{
"version": "1.0.0",
"compilationOptions": {
"buildOptions": {
"outputName": "dotnet-tool-with-output-name",
"emitEntryPoint": true
},

View file

@ -1,6 +1,6 @@
{
"version": "1.0.0-rc-*",
"compilationOptions": {
"buildOptions": {
"emitEntryPoint": true
},
"dependencies": {
@ -8,7 +8,9 @@
"type": "platform",
"version": "1.0.0-rc3-*"
},
"Microsoft.Extensions.DependencyModel": { "target": "project" }
"Microsoft.Extensions.DependencyModel": {
"target": "project"
}
},
"frameworks": {
"netcoreapp1.0": {

View file

@ -1,20 +1,28 @@
{
"version": "1.0.0-rc-*",
"compilationOptions": {
"emitEntryPoint": true
},
"compile": [
"buildOptions": {
"emitEntryPoint": true,
"compile": {
"include": [
"**/*.cs",
"../../../src/dotnet/CommandLine/*.cs"
],
]
}
},
"dependencies": {
"Microsoft.NETCore.App": {
"type": "platform",
"version": "1.0.0-rc3-*"
},
"Microsoft.DotNet.Cli.Utils": { "target": "project" },
"Microsoft.DotNet.ProjectModel": { "target": "project" },
"Microsoft.DotNet.Compiler.Common": { "target": "project" }
"Microsoft.DotNet.Cli.Utils": {
"target": "project"
},
"Microsoft.DotNet.ProjectModel": {
"target": "project"
},
"Microsoft.DotNet.Compiler.Common": {
"target": "project"
}
},
"frameworks": {
"netcoreapp1.0": {

View file

@ -1,6 +1,6 @@
{
"version": "1.0.0-rc-*",
"compilationOptions": {
"buildOptions": {
"emitEntryPoint": true
},
"frameworks": {

View file

@ -1,6 +1,6 @@
{
"version": "1.0.0-rc-*",
"compilationOptions": {
"buildOptions": {
"emitEntryPoint": true
},
"dependencies": {
@ -15,4 +15,3 @@
}
}
}

View file

@ -1,6 +1,6 @@
{
"version": "1.0.0",
"compilationOptions": {
"buildOptions": {
"emitEntryPoint": true
},
"dependencies": {

View file

@ -1,6 +1,6 @@
{
"version": "2.0.0",
"compilationOptions": {
"buildOptions": {
"emitEntryPoint": true
},
"dependencies": {

View file

@ -1,6 +1,6 @@
{
"version": "1.0.0",
"compilationOptions": {
"buildOptions": {
"emitEntryPoint": true
},
"frameworks": {

View file

@ -1,6 +1,6 @@
{
"version": "1.0.0-*",
"compilationOptions": {
"buildOptions": {
"emitEntryPoint": true
},
"dependencies": {

View file

@ -1,6 +1,6 @@
{
"version": "1.0.0-*",
"compilationOptions": {
"buildOptions": {
"emitEntryPoint": true
},
"dependencies": {
@ -12,7 +12,6 @@
"frameworks": {
"netcoreapp1.0": {}
},
"tools": {
"ToolWithOutputName": {
"version": "1.0.0",

View file

@ -1,6 +1,6 @@
{
"version": "1.0.0-*",
"compilationOptions": {
"buildOptions": {
"emitEntryPoint": true
},
"dependencies": {
@ -13,7 +13,6 @@
"frameworks": {
"netcoreapp1.0": {}
},
"tools": {
"dotnet-portable": {
"version": "1.0.0",

View file

@ -1,9 +1,8 @@
{
"version": "1.0.0-*",
"compilationOptions": {
"buildOptions": {
"emitEntryPoint": true
},
"dependencies": {
"Microsoft.NETCore.App": "1.0.0-rc3-*",
"dotnet-hello": {

View file

@ -1,9 +1,8 @@
{
"version": "1.0.0-*",
"compilationOptions": {
"buildOptions": {
"emitEntryPoint": true
},
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.0-rc3-*",
@ -17,7 +16,9 @@
},
"frameworks": {
"netcoreapp1.0": {
"imports": [ "portable-net451+win8" ]
"imports": [
"portable-net451+win8"
]
}
}
}

View file

@ -1,5 +1,5 @@
{
"compilationOptions": {
"buildOptions": {
"emitEntryPoint": true
},
"dependencies": {

View file

@ -1,5 +1,5 @@
{
"compilationOptions": {
"buildOptions": {
"outputName": "MyApp",
"emitEntryPoint": true
},

View file

@ -1,6 +1,6 @@
{
"version": "1.0.0-*",
"compilationOptions": {
"buildOptions": {
"emitEntryPoint": true
},
"dependencies": {

View file

@ -1,6 +1,6 @@
{
"version": "1.0.0-*",
"compilationOptions": {
"buildOptions": {
"emitEntryPoint": true
},
"dependencies": {

View file

@ -1,5 +1,5 @@
{
"compilationOptions": {
"buildOptions": {
"emitEntryPoint": true
},
"dependencies": {},
@ -14,4 +14,3 @@
}
}
}

View file

@ -1,5 +1,5 @@
{
"compilationOptions": {
"buildOptions": {
"emitEntryPoint": true
},
"dependencies": {},
@ -20,7 +20,9 @@
"tools": {
"dotnet-dependency-context-test": {
"version": "1.0.0-*",
"imports": [ "dnxcore50" ]
"imports": [
"dnxcore50"
]
}
}
}

View file

@ -1,6 +1,6 @@
{
"version": "1.0.0-*",
"compilationOptions": {
"buildOptions": {
"emitEntryPoint": true,
"preserveCompilationContext": true
},
@ -9,6 +9,11 @@
"DependencyContextValidator": "1.0.0-*"
},
"frameworks": {
"netcoreapp1.0": { "imports": ["dnxcore50", "portable-net45+win8"] }
"netcoreapp1.0": {
"imports": [
"dnxcore50",
"portable-net45+win8"
]
}
}
}

View file

@ -1,6 +1,6 @@
{
"version": "1.0.0-*",
"compilationOptions": {
"buildOptions": {
"emitEntryPoint": true
},
"dependencies": {
@ -8,6 +8,11 @@
"DependencyContextValidator": "1.0.0-*"
},
"frameworks": {
"netcoreapp1.0": { "imports": ["dnxcore50", "portable-net45+win8"] }
"netcoreapp1.0": {
"imports": [
"dnxcore50",
"portable-net45+win8"
]
}
}
}

View file

@ -1,6 +1,6 @@
{
"version": "1.0.0-*",
"compilationOptions": {
"buildOptions": {
"emitEntryPoint": true,
"preserveCompilationContext": true
},
@ -8,7 +8,6 @@
"DependencyContextValidator": "1.0.0-*"
},
"frameworks": {
"net451": {
}
"net451": {}
}
}

View file

@ -1,6 +1,6 @@
{
"version": "1.0.0-*",
"compilationOptions": {
"buildOptions": {
"emitEntryPoint": true,
"preserveCompilationContext": true
},
@ -12,6 +12,11 @@
"DependencyContextValidator": "1.0.0-*"
},
"frameworks": {
"netcoreapp1.0": { "imports": ["dnxcore50", "portable-net45+win8"] }
"netcoreapp1.0": {
"imports": [
"dnxcore50",
"portable-net45+win8"
]
}
}
}

View file

@ -1,6 +1,6 @@
{
"version": "1.0.0-*",
"compilationOptions": {
"buildOptions": {
"emitEntryPoint": true
},
"dependencies": {
@ -11,6 +11,11 @@
"DependencyContextValidator": "1.0.0-*"
},
"frameworks": {
"netcoreapp1.0": { "imports": ["dnxcore50", "portable-net45+win8"] }
"netcoreapp1.0": {
"imports": [
"dnxcore50",
"portable-net45+win8"
]
}
}
}

View file

@ -1,12 +1,14 @@
{
"version": "1.0.0-*",
"compilationOptions": {
"emitEntryPoint": true
},
"buildOptions": {
"emitEntryPoint": true,
"compilerName": "fsc",
"compileFiles": [
"compile": {
"includeFiles": [
"Program.fs"
],
]
}
},
"dependencies": {
"Microsoft.FSharp.Core.netcore": "1.0.0-alpha-151221",
"Microsoft.NETCore.App": "1.0.0-rc3-*"

View file

@ -1,12 +1,14 @@
{
"version": "1.0.0-*",
"compilationOptions": {
"emitEntryPoint": true
},
"buildOptions": {
"emitEntryPoint": true,
"compilerName": "fsc",
"compileFiles": [
"compile": {
"includeFiles": [
"Program.fs"
],
]
}
},
"dependencies": {
"TestLibrary": {
"version": "1.0.0-*",

View file

@ -1,12 +1,14 @@
{
"version": "1.0.0-*",
"compilationOptions": {
"emitEntryPoint": true
},
"buildOptions": {
"emitEntryPoint": true,
"compilerName": "fsc",
"compileFiles": [
"compile": {
"includeFiles": [
"Program.fs"
],
]
}
},
"dependencies": {
"Microsoft.FSharp.Core.netcore": "1.0.0-alpha-151221",
"Microsoft.NETCore.App": "1.0.0-rc3-*"

View file

@ -4,11 +4,6 @@
"Microsoft.FSharp.Core.netcore": "1.0.0-alpha-151221",
"NETStandard.Library": "1.5.0-rc2-24027"
},
"compilerName": "fsc",
"compileFiles": [
"Helper2.fs",
"Helper.fs"
],
"tools": {
"dotnet-compile-fsc": {
"version": "1.0.0-*",
@ -23,5 +18,14 @@
"netcoreapp1.0": {
"imports": "dnxcore50"
}
},
"buildOptions": {
"compilerName": "fsc",
"compile": {
"includeFiles": [
"Helper2.fs",
"Helper.fs"
]
}
}
}

View file

@ -5,12 +5,14 @@
"Microsoft.AspNetCore.Hosting": "1.0.0-rc2-20113",
"Microsoft.Extensions.Logging.Console": "1.0.0-rc2-20254"
},
"compilationOptions": {
"emitEntryPoint": true
},
"compile": [
"buildOptions": {
"emitEntryPoint": true,
"compile": {
"include": [
"../src/*.cs"
],
]
}
},
"frameworks": {
"netcoreapp1.0": {
"dependencies": {

View file

@ -5,12 +5,14 @@
"Microsoft.AspNetCore.Hosting": "1.0.0-rc2-20113",
"Microsoft.Extensions.Logging.Console": "1.0.0-rc2-20254"
},
"compilationOptions": {
"emitEntryPoint": true
},
"compile": [
"buildOptions": {
"emitEntryPoint": true,
"compile": {
"include": [
"../src/*.cs"
],
]
}
},
"frameworks": {
"netcoreapp1.0": {
"dependencies": {

View file

@ -1,5 +1,5 @@
{
"compilationOptions": {
"buildOptions": {
"outputName": "MyLibrary"
},
"dependencies": {

View file

@ -1,6 +1,6 @@
{
"version": "1.0.0-*",
"compilationOptions": {
"buildOptions": {
"emitEntryPoint": true
},
"dependencies": {

View file

@ -1,6 +1,6 @@
{
"version": "1.0.0-*",
"compilationOptions": {
"buildOptions": {
"emitEntryPoint": true
},
"dependencies": {

View file

@ -1,6 +1,6 @@
{
"version": "1.0.0-*",
"compilationOptions": {
"buildOptions": {
"emitEntryPoint": true
},
"dependencies": {

View file

@ -1,6 +1,6 @@
{
"version": "1.0.0-*",
"compilationOptions": {
"buildOptions": {
"emitEntryPoint": true
},
"dependencies": {

View file

@ -1,6 +1,6 @@
{
"version": "1.0.0-*",
"compilationOptions": {
"buildOptions": {
"emitEntryPoint": true
},
"dependencies": {

View file

@ -1,6 +1,6 @@
{
"version": "1.0.0-*",
"compilationOptions": {
"buildOptions": {
"emitEntryPoint": true
},
"dependencies": {

View file

@ -1,5 +1,5 @@
{
"compilationOptions": {
"buildOptions": {
"emitEntryPoint": true
},
"dependencies": {},

View file

@ -1,5 +1,5 @@
{
"compilationOptions": {
"buildOptions": {
"emitEntryPoint": true,
"preserveCompilationContext": true
},

View file

@ -1,5 +1,5 @@
{
"compilationOptions": {
"buildOptions": {
"emitEntryPoint": true
},
"dependencies": {},

View file

@ -1,5 +1,5 @@
{
"compilationOptions": {
"buildOptions": {
"emitEntryPoint": true
},
"frameworks": {

View file

@ -1,5 +1,5 @@
{
"compilationOptions": {
"buildOptions": {
"emitEntryPoint": true
},
"frameworks": {

View file

@ -1,6 +1,6 @@
{
"version": "1.0.0-*",
"compilationOptions": {
"buildOptions": {
"emitEntryPoint": true
},
"dependencies": {
@ -9,11 +9,15 @@
"type": "platform",
"version": "1.0.0-rc3-*"
},
"TestLibraryWithResources": { "target": "project" }
"TestLibraryWithResources": {
"target": "project"
}
},
"frameworks": {
"netcoreapp1.0": {
"imports": [ "portable-net45+win8" ]
"imports": [
"portable-net45+win8"
]
}
}
}

View file

@ -1,9 +1,8 @@
{
"version": "1.0.0-*",
"compilationOptions": {
"buildOptions": {
"emitEntryPoint": true
},
"frameworks": {
"net451": {}
}

View file

@ -1,6 +1,6 @@
{
"version": "1.0.0-*",
"compilationOptions": {
"buildOptions": {
"emitEntryPoint": true
},
"frameworks": {

View file

@ -1,9 +1,8 @@
{
"version": "1.0.0-*",
"compilationOptions": {
"buildOptions": {
"emitEntryPoint": true
},
"frameworks": {
"net451": {},
"net45": {}

View file

@ -1,6 +1,6 @@
{
"version": "1.0.0-*",
"compilationOptions": {
"buildOptions": {
"emitEntryPoint": true,
"preserveCompilationContext": true
},

View file

@ -1,6 +1,6 @@
{
"version": "1.0.0-*",
"compilationOptions": {
"buildOptions": {
"nowarn": [
"CS1591"
],

View file

@ -1,6 +1,6 @@
{
"version": "1.0.0-*",
"compilationOptions": {
"buildOptions": {
"emitEntryPoint": true
},
"dependencies": {

View file

@ -1,6 +1,6 @@
{
"version": "1.0.0-*",
"compilationOptions": {
"buildOptions": {
"emitEntryPoint": true
},
"dependencies": {

View file

@ -1,6 +1,6 @@
{
"version": "1.0.0-*",
"compilationOptions": {
"buildOptions": {
"emitEntryPoint": true
},
"dependencies": {
@ -8,7 +8,9 @@
"type": "platform",
"version": "1.0.0-rc3-*"
},
"LibraryWithBuildDependency": { "target": "project" }
"LibraryWithBuildDependency": {
"target": "project"
}
},
"frameworks": {
"netcoreapp1.0": {

View file

@ -1,6 +1,6 @@
{
"version": "1.0.0-*",
"compilationOptions": {
"buildOptions": {
"emitEntryPoint": true,
"outputName": "AppWithContentPackage"
},
@ -9,6 +9,11 @@
"SharedContentA": "1.0.0-*"
},
"frameworks": {
"netcoreapp1.0": { "imports": ["netstandardapp1.5", "dnxcore50"] }
"netcoreapp1.0": {
"imports": [
"netstandardapp1.5",
"dnxcore50"
]
}
}
}

View file

@ -1,13 +1,18 @@
{
"version": "1.0.0-*",
"compilationOptions": {
"emitEntryPoint": true
"buildOptions": {
"emitEntryPoint": true,
"copyToOutput": {
"include": "testcontentfile.txt"
}
},
"dependencies": {
"Microsoft.NETCore.App": "1.0.0-rc3-*"
},
"content": "testcontentfile.txt",
"frameworks": {
"netcoreapp1.0": {}
},
"publishOptions": {
"include": "testcontentfile.txt"
}
}

View file

@ -1,6 +1,6 @@
{
"version": "1.0.0-*",
"compilationOptions": {
"buildOptions": {
"emitEntryPoint": true,
"preserveCompilationContext": true
},

View file

@ -1,6 +1,6 @@
{
"version": "1.0.0-*",
"compilationOptions": {
"buildOptions": {
"nowarn": [
"CS1591"
],

View file

@ -1,6 +1,6 @@
{
"version": "1.0.0-*",
"compilationOptions": {
"buildOptions": {
"emitEntryPoint": true
},
"dependencies": {

View file

@ -1,6 +1,6 @@
{
"version": "1.0.0-*",
"compilationOptions": {
"buildOptions": {
"emitEntryPoint": true,
"preserveCompilationContext": true
},

View file

@ -1,6 +1,6 @@
{
"version": "1.0.0-*",
"compilationOptions": {
"buildOptions": {
"nowarn": [
"CS1591"
],

View file

@ -1,6 +1,6 @@
{
"version": "1.0.0-*",
"compilationOptions": {
"buildOptions": {
"emitEntryPoint": true
},
"dependencies": {

View file

@ -1,6 +1,6 @@
{
"version": "1.0.0-*",
"compilationOptions": {
"buildOptions": {
"emitEntryPoint": true
},
"dependencies": {

View file

@ -1,6 +1,6 @@
{
"version": "1.0.0-*",
"compilationOptions": {
"buildOptions": {
"emitEntryPoint": true,
"preserveCompilationContext": true
},

View file

@ -1,6 +1,6 @@
{
"version": "1.0.0-*",
"compilationOptions": {
"buildOptions": {
"nowarn": [
"CS1591"
],

View file

@ -1,6 +1,6 @@
{
"version": "1.0.0-*",
"compilationOptions": {
"buildOptions": {
"emitEntryPoint": false
},
"dependencies": {},

View file

@ -1,6 +1,6 @@
{
"version": "1.0.0-*",
"compilationOptions": {
"buildOptions": {
"xmlDoc": true
},
"dependencies": {

View file

@ -1,6 +1,6 @@
{
"version": "1.0.0-*",
"compilationOptions": {
"buildOptions": {
"emitEntryPoint": true
},
"dependencies": {

View file

@ -1,6 +1,6 @@
{
"version": "1.0.0-*",
"compilationOptions": {
"buildOptions": {
"emitEntryPoint": true
},
"dependencies": {

View file

@ -1,6 +1,6 @@
{
"version": "1.0.0-*",
"compilationOptions": {
"buildOptions": {
"emitEntryPoint": true
},
"dependencies": {

View file

@ -1,6 +1,6 @@
{
"version": "1.0.0-*",
"compilationOptions": {
"buildOptions": {
"emitEntryPoint": true,
"xmlDoc": true
},

View file

@ -1,11 +1,13 @@
{
"version": "1.0.0-preview2-*",
"compilationOptions": {
"buildOptions": {
"keyFile": "../../tools/Key.snk",
"warningsAsErrors": true
},
"dependencies": {
"Microsoft.DotNet.ProjectModel": { "target": "project" },
"Microsoft.DotNet.ProjectModel": {
"target": "project"
},
"NuGet.Versioning": "3.5.0-rc-1285",
"NuGet.Packaging": "3.5.0-rc-1285",
"NuGet.Frameworks": "3.5.0-rc-1285",

View file

@ -1,13 +1,19 @@
{
"version": "1.0.0-preview2-*",
"compilationOptions": {
"buildOptions": {
"keyFile": "../../tools/Key.snk"
},
"dependencies": {
"Microsoft.CodeAnalysis.CSharp": "1.3.0-beta1-20160429-01",
"Microsoft.DotNet.ProjectModel": { "target": "project" },
"Microsoft.DotNet.Cli.Utils": { "target": "project" },
"Microsoft.DotNet.Files": { "target": "project" }
"Microsoft.DotNet.ProjectModel": {
"target": "project"
},
"Microsoft.DotNet.Cli.Utils": {
"target": "project"
},
"Microsoft.DotNet.Files": {
"target": "project"
}
},
"frameworks": {
"net451": {

View file

@ -1,12 +1,16 @@
{
"version": "1.0.0-preview2-*",
"compilationOptions": {
"buildOptions": {
"keyFile": "../../tools/Key.snk"
},
"description": "Abstraction to interact with the file system and file paths.",
"dependencies": {
"Microsoft.DotNet.Cli.Utils": { "target": "project" },
"Microsoft.DotNet.ProjectModel": { "target": "project" },
"Microsoft.DotNet.Cli.Utils": {
"target": "project"
},
"Microsoft.DotNet.ProjectModel": {
"target": "project"
},
"System.Linq.Expressions": "4.0.11-rc2-24027"
},
"frameworks": {

View file

@ -1,11 +1,7 @@
{
"description": "Abstractions for making code that uses file system and environment testable.",
"version": "1.0.0-rc3-*",
"repository": {
"type": "git",
"url": "git://github.com/dotnet/cli"
},
"compilationOptions": {
"buildOptions": {
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk",
"allowUnsafe": true
@ -25,5 +21,11 @@
}
}
},
"scripts": { }
"scripts": {},
"packOptions": {
"repository": {
"type": "git",
"url": "git://github.com/dotnet/cli"
}
}
}

View file

@ -1,10 +1,12 @@
{
"version": "1.0.0-preview2-*",
"compilationOptions": {
"buildOptions": {
"keyFile": "../../tools/Key.snk"
},
"dependencies": {
"Microsoft.DotNet.ProjectModel": { "target": "project" },
"Microsoft.DotNet.ProjectModel": {
"target": "project"
},
"System.Runtime.Loader": "4.0.0-rc2-24027"
},
"frameworks": {

View file

@ -1,11 +1,15 @@
{
"version": "1.0.0-preview2-*",
"compilationOptions": {
"buildOptions": {
"keyFile": "../../tools/Key.snk"
},
"dependencies": {
"Microsoft.DotNet.ProjectModel": { "target": "project" },
"Microsoft.DotNet.Compiler.Common": { "target": "project" },
"Microsoft.DotNet.ProjectModel": {
"target": "project"
},
"Microsoft.DotNet.Compiler.Common": {
"target": "project"
},
"Microsoft.CodeAnalysis.CSharp.Workspaces": "1.3.0-beta1-20160429-01"
},
"frameworks": {

View file

@ -1,11 +1,13 @@
{
"version": "1.0.0-rc3-*",
"compilationOptions": {
"buildOptions": {
"keyFile": "../../tools/Key.snk"
},
"description": "Types to model a .NET Project",
"dependencies": {
"Microsoft.Extensions.DependencyModel": { "target": "project" },
"Microsoft.Extensions.DependencyModel": {
"target": "project"
},
"Newtonsoft.Json": "7.0.1",
"NuGet.Packaging": "3.5.0-rc-1285",
"NuGet.RuntimeModel": "3.5.0-rc-1285",

View file

@ -1,16 +1,13 @@
{
"version": "1.0.0-preview2-*",
"description": "Microsoft.DotNet.TestFramework Class Library",
"tags": [
""
],
"compilationOptions": {
"buildOptions": {
"keyFile": "../../tools/Key.snk"
},
"projectUrl": "",
"licenseUrl": "",
"dependencies": {
"Microsoft.DotNet.Cli.Utils": { "target": "project" }
"Microsoft.DotNet.Cli.Utils": {
"target": "project"
}
},
"frameworks": {
"netstandard1.5": {
@ -19,5 +16,12 @@
]
},
"net451": {}
},
"packOptions": {
"projectUrl": "",
"licenseUrl": "",
"tags": [
""
]
}
}

View file

@ -1,11 +1,7 @@
{
"description": "Abstractions for reading `.deps` files.",
"version": "1.0.0-rc3-*",
"repository": {
"type": "git",
"url": "git://github.com/dotnet/cli"
},
"compilationOptions": {
"buildOptions": {
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk"
},
@ -26,5 +22,11 @@
}
}
},
"scripts": {}
"scripts": {},
"packOptions": {
"repository": {
"type": "git",
"url": "git://github.com/dotnet/cli"
}
}
}

View file

@ -1,18 +1,16 @@
{
"description": "Abstractions for test runners to communicate to a tool, such as Visual Studio.",
"version": "1.0.0-preview2-*",
"repository": {
"type": "git",
"url": "git://github.com/dotnet/cli"
},
"compilationOptions": {
"buildOptions": {
"warningsAsErrors": true,
"allowUnsafe": true,
"keyFile": "../../tools/Key.snk"
},
"dependencies": {
"Newtonsoft.Json": "7.0.1",
"Microsoft.DotNet.ProjectModel": { "target": "project" },
"Microsoft.DotNet.ProjectModel": {
"target": "project"
},
"Microsoft.DiaSymReader": "1.0.6",
"Microsoft.DiaSymReader.Native": "1.3.3"
},
@ -29,5 +27,11 @@
}
}
},
"scripts": {}
"scripts": {},
"packOptions": {
"repository": {
"type": "git",
"url": "git://github.com/dotnet/cli"
}
}
}

View file

@ -1,6 +1,6 @@
{
"version": "1.0.0-*",
"compilationOptions": {
"buildOptions": {
"emitEntryPoint": true
},
"dependencies": {

View file

@ -1,19 +1,27 @@
{
"version": "1.0.0-preview2-*",
"compilationOptions": {
"emitEntryPoint": true
},
"compile": [
"buildOptions": {
"emitEntryPoint": true,
"compile": {
"include": [
"**/*.cs",
"../dotnet/CommandLine/*.cs",
"../dotnet/commands/dotnet-compile-csc/AssemblyInfoOptionsCommandLine.cs",
"../dotnet/commands/dotnet-compile-csc/CommonCompilerOptionsCommandLine.cs"
],
]
}
},
"dependencies": {
"Microsoft.FSharp.Compiler.netcore": "1.0.0-alpha-160318",
"Microsoft.DotNet.ProjectModel": { "target": "project" },
"Microsoft.DotNet.Compiler.Common": { "target": "project" },
"Microsoft.DotNet.Cli.Utils": { "target": "project" },
"Microsoft.DotNet.ProjectModel": {
"target": "project"
},
"Microsoft.DotNet.Compiler.Common": {
"target": "project"
},
"Microsoft.DotNet.Cli.Utils": {
"target": "project"
},
"Microsoft.NETCore.App": {
"type": "platform",
"version": "1.0.0-rc3-*"

Some files were not shown because too many files have changed in this diff Show more