2

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
M4N
  • 94,805
  • 45
  • 217
  • 260
Stef Heyenrath
  • 9,335
  • 12
  • 66
  • 121

1 Answers1

0

Sorry, there is no support for PCL.

Victor Hurdugaci
  • 28,177
  • 5
  • 87
  • 103