package.json 769 Bytes
Newer Older
jang dong hyeok's avatar
.    
jang dong hyeok committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "name": "com.unity.ide.visualstudio",
  "displayName": "Visual Studio Editor",
  "description": "Code editor integration for supporting Visual Studio as code editor for unity. Adds support for generating csproj files for intellisense purposes, auto discovery of installations, etc.",
  "version": "2.0.8",
  "unity": "2019.4",
  "unityRelease": "21f1",
  "dependencies": {
    "com.unity.test-framework": "1.1.9"
  },
  "relatedPackages": {
    "com.unity.ide.visualstudio.tests": "2.0.8"
  },
  "upmCi": {
    "footprint": "c51cc3db630d4f769464e8f12c2154af3ca5242c"
  },
  "repository": {
    "url": "https://github.cds.internal.unity3d.com/unity/com.unity.ide.visualstudio.git",
    "type": "git",
    "revision": "5cdf5d932e6ecbbd83bbe6a40eec2a94b4979501"
  }
}