123456789101112131415161718192021 |
- {
- "version": "1.0.0-*",
- "testRunner": "xunit",
- "dependencies": {
- "Jint": "*",
- "xunit": "2.2.0-*",
- "dotnet-test-xunit": "2.2.0-preview2-build1029"
- },
- "buildOptions": { "embed": [ "Runtime/Scripts/*.*", "Parser/Scripts/*.*" ] },
- "frameworks": {
- "netcoreapp1.0": {
- "dependencies": {
- "Microsoft.NETCore.App": {
- "version": "1.0.0",
- "type": "platform"
- }
- }
- },
- "net451": {}
- }
- }
|