dotnet-installer/TestAssets/TestProjects/TestAppWithLibrary/TestLibrary/project.json

18 lines
355 B
JSON
Raw Normal View History

2016-01-22 18:40:01 +00:00
{
2015-11-02 00:21:10 +00:00
"version": "1.0.0-*",
"compilationOptions": {
"nowarn": [ "CS1591" ],
"xmlDoc": true,
"additionalArguments": [ "-highentropyva+" ]
},
2015-11-02 00:21:10 +00:00
"dependencies": {
"NETStandard.Library": "1.0.0-rc2-23811"
2015-11-02 00:21:10 +00:00
},
"frameworks": {
"netstandardapp1.5": {
"imports": "dnxcore50"
}
2015-11-02 00:21:10 +00:00
}
}