What framework and compiler directive to use for portable class library in ASP.NET5?
For framwwork, that "pcl" ?
"pcl": {
"frameworkAssemblies": {
// ...
},
"dependencies": {
// ...
}
}
And as compiler directive, is that "PORTABLE" ?
#if PORTABLE
//
#else
//
#endif