Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 055ab43

Browse files
committed
Include Newtonsoft.Json.dll in .vsix
Add Newtonsoft.Json.9.0.1 as Asset to .vsixmanifest.
1 parent ac6c6a7 commit 055ab43

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

src/GitHub.VisualStudio/GitHub.VisualStudio.csproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -475,6 +475,11 @@
475475
</EmbeddedResource>
476476
</ItemGroup>
477477
<ItemGroup>
478+
<Content Include="..\..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll">
479+
<Link>Newtonsoft.Json.dll</Link>
480+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
481+
<IncludeInVSIX>true</IncludeInVSIX>
482+
</Content>
478483
<Content Include="Resources\preview_200x200.png">
479484
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
480485
<IncludeInVSIX>true</IncludeInVSIX>

src/GitHub.VisualStudio/source.extension.vsixmanifest

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="GitHub.StartPage" Path="|GitHub.StartPage;PkgdefProjectOutputGroup|" />
3838
<Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="GitHub.InlineReviews" Path="|GitHub.InlineReviews|" />
3939
<Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="File" Path="Rothko.dll" />
40+
<Asset Type="Microsoft.VisualStudio.Assembly" d:Source="File" Path="Newtonsoft.Json.dll" TargetVersion="[14.0,15.0)" AssemblyName="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed" />
4041
</Assets>
4142
<Prerequisites>
4243
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0.25824.0,)" DisplayName="Visual Studio core editor" />

0 commit comments

Comments
 (0)