Navigation Menu

Skip to content

Commit

Permalink
Reference System.ValueTuple from VSIX
Browse files Browse the repository at this point in the history
Fixes #2230
  • Loading branch information
roji committed Nov 18, 2018
1 parent 05b0bef commit 3a43c49
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/VSIX/VSIX.csproj
Expand Up @@ -225,6 +225,9 @@
<Reference Include="System.Threading.Tasks.Extensions">
<HintPath>..\Npgsql\bin\$(Configuration)\net452\System.Threading.Tasks.Extensions.dll</HintPath>
</Reference>
<Reference Include="System.ValueTuple">
<HintPath>..\Npgsql\bin\$(Configuration)\net452\System.ValueTuple.dll</HintPath>
</Reference>
<Reference Include="stdole, Version=7.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<EmbedInteropTypes>False</EmbedInteropTypes>
</Reference>
Expand Down

0 comments on commit 3a43c49

Please sign in to comment.