aboutsummaryrefslogtreecommitdiff
path: root/ServiceStack/project.json
blob: fbbe9eaf32d944c9e2a1c4960e684005f4b4bb18 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    "frameworks":{
        "netstandard1.6":{
           "dependencies":{
                "NETStandard.Library":"1.6.0",
            }
        },
        ".NETPortable,Version=v4.5,Profile=Profile7":{
            "buildOptions": {
                "define": [  ]
            },
            "frameworkAssemblies":{
                
            }
        }
    }
}