github.com/joey-fossa/fossa-cli@v0.7.34-0.20190708193710-569f1e8679f0/buildtools/dotnet/testdata/project.json (about)

     1  {
     2        "version": "1",
     3        "compilationOptions": {
     4              "test": true
     5        },
     6        "dependencies": {
     7              "one": "1.0.0",
     8              "two": "2.0.0",
     9              "three": {
    10                    "version": "3.0.0",
    11                    "type": "test"
    12              }
    13        },
    14        "code": [
    15              "**/*.cs"
    16        ],
    17        "frameworks": {
    18              "dummy": {
    19                    "frameworkAssemblies": {
    20                          "fake": ""
    21                    }
    22              }
    23        }
    24  }