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.

project.json 324B

1234567891011121314151617
  1. {
  2. "version": "0.1.0",
  3. "buildOptions": {
  4. "debugType": "portable"
  5. },
  6. "dependencies": {
  7. "Luticate2.Utils": "0.5.*"
  8. },
  9. "frameworks": {
  10. "netcoreapp1.0": {
  11. "imports": [
  12. "dotnet5.6",
  13. "portable-net45+win8"
  14. ]
  15. }
  16. }
  17. }