project.json 363 B

1234567891011121314151617
  1. {
  2. "frameworks":{
  3. "netstandard1.6":{
  4. "dependencies":{
  5. "NETStandard.Library":"1.6.0",
  6. }
  7. },
  8. ".NETPortable,Version=v4.5,Profile=Profile7":{
  9. "buildOptions": {
  10. "define": [ ]
  11. },
  12. "frameworkAssemblies":{
  13. }
  14. }
  15. }
  16. }