You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
171 B

  1. {
  2. "version": "1.0.0-*",
  3. "dependencies": {
  4. "NETStandard.Library": "1.6.0"
  5. },
  6. "frameworks": {
  7. "netstandard1.6": {
  8. "imports": "dnxcore50"
  9. }
  10. }
  11. }