Skip to content
This repository was archived by the owner on Jan 12, 2024. It is now read-only.

Commit 46736e2

Browse files
committed
Bump problematic NuGet packages
On my machine, the old versions caused strange errors, complaining of non-overridden abstract methods (I think). Works now, though.
1 parent abbff50 commit 46736e2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/VisualStudio/NuGet.Packaging.VisualStudio.15/NuGet.Packaging.VisualStudio.15.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@
5858
<PackageReference Include="MSBuilder.DumpItems" Version="0.2.1" />
5959
<PackageReference Include="MSBuilder.Introspect" Version="0.1.5" />
6060
<PackageReference Include="MSBuilder.ThisAssembly.Project" Version="0.3.3" />
61-
<PackageReference Include="MSBuilder.VsixDependency" Version="0.2.13" />
62-
<PackageReference Include="MSBuilder.VsixInstaller" Version="0.2.18" />
61+
<PackageReference Include="MSBuilder.VsixDependency" Version="0.2.16" />
62+
<PackageReference Include="MSBuilder.VsixInstaller" Version="1.0.7" />
6363
<PackageReference Include="VSLangProj150" Version="1.0.0" />
6464
<PackageReference Include="VSSDK.ComponentModelHost.11" Version="11.0.4" />
6565
</ItemGroup>

0 commit comments

Comments
 (0)