project.json 663 字节
Newer Older
J
Jared Parsons 已提交
1
{
2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
    "dependencies": {
        "System.Collections.Immutable": "1.2.0",
        "BasicUndo": "0.9.3",
        "RoslynDependencies.Microsoft.VisualStudio.Platform.VSEditor": "14.3.25407",
        "Moq": "4.2.1402.2112",
        "xunit": "2.1.0",
        "xunit.runner.console": "2.2.0-beta1-build3239",
        "Microsoft.VisualStudio.Text.UI": {
            "version": "14.3.25407",
            "suppressParent": "all"
        },
        "Microsoft.VisualStudio.Text.UI.Wpf": {
            "version": "14.3.25407",
            "suppressParent": "all"
        },
    },
    "frameworks": {
        "net46": { }
    },
    "runtimes": {
        "win7": { }
    }
J
Jared Parsons 已提交
24
}