Skip to content

Commit

Permalink
[#88] updated nuget dependencies for Visual Studio
Browse files Browse the repository at this point in the history
  • Loading branch information
nickwesselman committed Jun 4, 2019
1 parent a009a5a commit e825ede
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -916,28 +916,28 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="EnvDTE80">
<Version>8.0.1</Version>
<Version>8.0.3</Version>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.CoreUtility">
<Version>15.0.26201</Version>
<Version>16.0.467</Version>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Imaging">
<Version>15.0.26201</Version>
<Version>16.0.28729</Version>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Shell.14.0">
<Version>14.3.25407</Version>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Shell.Interop.12.0">
<Version>12.0.30110</Version>
<Version>12.0.30111</Version>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.TextTemplating.Interfaces.11.0">
<Version>11.0.50727</Version>
<Version>11.0.50728</Version>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.TextTemplating.Interfaces.14.0">
<Version>14.3.25407</Version>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Threading">
<Version>15.0.240</Version>
<Version>16.0.102</Version>
</PackageReference>
<PackageReference Include="ResharperCodeContractNullability">
<Version>1.0.5</Version>
Expand Down

0 comments on commit e825ede

Please sign in to comment.