project.json 295 B

1234567891011121314
  1. {
  2. "frameworks": {
  3. "dnxcore50": {
  4. "dependencies": {
  5. "System.Runtime": "4.0.21-*",
  6. "dotnet-test-xunit": "1.0.0-dev-*",
  7. "Microsoft.NETCore.Platforms": "1.0.1-*"
  8. },
  9. "imports": "portable-net451+win8"
  10. },
  11. "dnx451": {}
  12. },
  13. "shared": "**/*.cs"
  14. }