dotnet-installer/TestAssets/TestProjects/LibraryWithOutputAssemblyName/project.json
Bryan Thornbury 83d78129db t Convert Test Assets to Microsoft.NETCore.App
fix dotnet-compile-fsc failures

fix test failures
2016-04-19 11:08:27 -07:00

11 lines
183 B
JSON

{
"compilationOptions": {
"outputName": "MyLibrary"
},
"dependencies": {
"NETStandard.Library": "1.5.0-rc2-24018"
},
"frameworks": {
"netstandard1.5": { }
}
}