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

     1  {
     2        "version": 3,
     3        "targets": {
     4              ".NETFramework,Version=v4.0": {
     5                    "one/1.0.0": {
     6                          "type": "package",
     7                          "dependencies": {
     8                                "three": "3.0.0"
     9                          }
    10                    },
    11                    "two/2.0.0": {
    12                          "type": "package"
    13                    },
    14                    "three/3.0.0": {
    15                          "type": "package"
    16                    }
    17              }
    18        }
    19  }