42 lines
1.1 KiB
JSON
42 lines
1.1 KiB
JSON
{
|
|
"buildOptions": {
|
|
"warningsAsErrors": true,
|
|
"keyFile": "../../tools/Key.snk",
|
|
"compile": {
|
|
"include": "../Shared/*.cs"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"NuGet.Frameworks": "3.5.0-rc1-final",
|
|
"Microsoft.DotNet.Cli.Utils": "1.0.0-preview2-003121",
|
|
"Microsoft.DotNet.ProjectModel": "1.0.0-rc3-003121",
|
|
"Microsoft.Build.Runtime": "15.1.298-preview5",
|
|
"Microsoft.Extensions.FileProviders.Physical": "1.1.0-*",
|
|
"Microsoft.Extensions.ProjectModel.Abstractions.Sources": {
|
|
"type": "build",
|
|
"version": "1.0.0-*"
|
|
},
|
|
"Microsoft.Extensions.ProjectModel.DotNet.Sources": {
|
|
"type": "build",
|
|
"version": "1.0.0-*"
|
|
},
|
|
"Microsoft.Extensions.ProjectModel.MsBuild.Sources": {
|
|
"type": "build",
|
|
"version": "1.0.0-*"
|
|
},
|
|
"dotnet-test-xunit": "2.2.0-*",
|
|
"xunit": "2.2.0-*"
|
|
},
|
|
"frameworks": {
|
|
"netcoreapp1.1": {
|
|
"dependencies": {
|
|
"Microsoft.NETCore.App": {
|
|
"version": "1.0.0",
|
|
"type": "platform"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"testRunner": "xunit"
|
|
}
|