project.json 151 B

12345678910
  1. {
  2. "frameworks": {
  3. "netstandard1.1": {
  4. "dependencies": {
  5. "NETStandard.Library": "1.6.1-*"
  6. }
  7. }
  8. },
  9. "shared": "**/*.cs"
  10. }