project.json 1.1 KB
Newer Older
1
{
2
  "dependencies": {
3 4 5
    "xunit": "2.2.0-beta4-build3444",
    "xunit.runner.console": "2.2.0-beta4-build3444",
    "xunit.runner.visualstudio": "2.2.0-beta4-build1194",
J
Jared Parsons 已提交
6
    "Moq": "4.2.1402.2112",
H
Heejae Chang 已提交
7
    "Newtonsoft.Json": "8.0.3",
H
Heejae Chang 已提交
8
    "Nerdbank.FullDuplexStream": "1.0.1",
9
    "BasicUndo": "0.9.3",
J
Jared Parsons 已提交
10
    "Microsoft.ServiceHub.Client": "1.0.177-rc-g56d40a8a02",
J
Jared Parsons 已提交
11 12
    "Microsoft.VisualStudio.Platform.VSEditor": "15.0.26201-alpha",
    "Microsoft.VisualStudio.Platform.VSEditor.Interop": "15.0.26201-alpha",
J
Jared Parsons 已提交
13
    "Microsoft.VisualStudio.Composition": "15.0.66-rc",
J
Jared Parsons 已提交
14 15 16 17 18 19 20
    "Microsoft.VisualStudio.Text.Internal": "15.0.26201-alpha",
    "Microsoft.VisualStudio.Language.StandardClassification": "15.0.26201-alpha",
    "Microsoft.VisualStudio.Language.Intellisense": "15.0.26201-alpha",
    "Microsoft.VisualStudio.Language.CallHierarchy": "15.0.26201-alpha",
    "Microsoft.VisualStudio.Language.NavigateTo.Interfaces": "15.0.26201-alpha",
    "Microsoft.VisualStudio.Text.UI": "15.0.26201-alpha",
    "Microsoft.VisualStudio.Text.UI.Wpf": "15.0.26201-alpha"
21 22
  },
  "frameworks": {
23
    "net46": {}
24
  }
25
}