|
12 | 12 | <VsixType>v3</VsixType> |
13 | 13 | <IsProductComponent>false</IsProductComponent> |
14 | 14 | <ExtensionInstallationFolder>GitHub\GitHub</ExtensionInstallationFolder> |
15 | | - <XlfLanguages>zh-CN</XlfLanguages> |
| 15 | + <XlfLanguages>zh-CN</XlfLanguages> |
16 | 16 | <NuGetPackageImportStamp> |
17 | 17 | </NuGetPackageImportStamp> |
18 | 18 | </PropertyGroup> |
|
240 | 240 | <HintPath>..\..\packages\Microsoft.VisualStudio.Validation.14.1.111\lib\net45\Microsoft.VisualStudio.Validation.dll</HintPath> |
241 | 241 | <Private>True</Private> |
242 | 242 | </Reference> |
243 | | - <Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
244 | | - <HintPath>..\..\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll</HintPath> |
245 | | - <Private>True</Private> |
| 243 | + <Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
| 244 | + <HintPath>..\..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath> |
246 | 245 | </Reference> |
247 | 246 | <Reference Include="Octokit.GraphQL, Version=0.1.1.0, Culture=neutral, PublicKeyToken=0be8860aee462442, processorArchitecture=MSIL"> |
248 | 247 | <HintPath>..\..\packages\Octokit.GraphQL.0.1.1-beta\lib\netstandard1.1\Octokit.GraphQL.dll</HintPath> |
|
384 | 383 | </EmbeddedResource> |
385 | 384 | </ItemGroup> |
386 | 385 | <ItemGroup> |
| 386 | + <Content Include="..\..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll"> |
| 387 | + <Link>Newtonsoft.Json.dll</Link> |
| 388 | + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| 389 | + <IncludeInVSIX>true</IncludeInVSIX> |
| 390 | + </Content> |
387 | 391 | <Content Include="Resources\preview_200x200.png"> |
388 | 392 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
389 | 393 | <IncludeInVSIX>true</IncludeInVSIX> |
|
0 commit comments