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

Commit 946c0db

Browse files
authored
Merge pull request #2068 from github/fixes/2062-package-ValueTuple
Package System.ValueTuple, v4.0.3.0 with VSIX
2 parents 3729292 + 858470c commit 946c0db

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
@@ -414,6 +414,11 @@
414414
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
415415
<IncludeInVSIX>true</IncludeInVSIX>
416416
</Content>
417+
<Content Include="..\..\packages\System.ValueTuple.4.5.0\lib\net461\System.ValueTuple.dll">
418+
<Link>System.ValueTuple.dll</Link>
419+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
420+
<IncludeInVSIX>true</IncludeInVSIX>
421+
</Content>
417422
<None Include="packages.config">
418423
<SubType>Designer</SubType>
419424
</None>

src/GitHub.VisualStudio/source.extension.vsixmanifest

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
<Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="GitHub.VisualStudio.UI" Path="|GitHub.VisualStudio.UI|" />
4141
<Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="File" Path="Rothko.dll" />
4242
<Asset Type="Microsoft.VisualStudio.Assembly" d:Source="File" Path="Newtonsoft.Json.dll" AssemblyName="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed" />
43+
<Asset Type="Microsoft.VisualStudio.Assembly" d:Source="File" Path="System.ValueTuple.dll" AssemblyName="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51" />
4344
</Assets>
4445
<Prerequisites>
4546
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0.25824.0,)" DisplayName="Visual Studio core editor" />

0 commit comments

Comments
 (0)