project.json 194 B

12345678910111213
  1. {
  2. "frameworks": {
  3. "netstandard1.1": {
  4. "dependencies": {
  5. "System.Runtime": "4.1.0-*"
  6. },
  7. "imports": [
  8. "dotnet5.2"
  9. ]
  10. }
  11. },
  12. "shared": "**/*.cs"
  13. }