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

Commit fa4288d

Browse files
committed
Update dependencies and code for 15.1
1 parent 7daa692 commit fa4288d

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

src/VisualStudio/NuGet.Client.Fix/NuGet.Client.Fix.csproj

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@
3131
<WarningLevel>4</WarningLevel>
3232
</PropertyGroup>
3333
<ItemGroup>
34+
<Reference Include="NuGet.ProjectManagement">
35+
<HintPath>$(NuGetExtensionPath)\NuGet.ProjectManagement.dll</HintPath>
36+
<Private>False</Private>
37+
</Reference>
3438
<Reference Include="NuGet.PackageManagement.VisualStudio">
3539
<HintPath>$(NuGetExtensionPath)\NuGet.PackageManagement.VisualStudio.dll</HintPath>
3640
<Private>False</Private>
@@ -56,9 +60,6 @@
5660
<PackageReference Include="Microsoft.VisualStudio.ProjectSystem.SDK">
5761
<Version>15.*</Version>
5862
</PackageReference>
59-
<PackageReference Include="NuGet.PackageManagement">
60-
<Version>4.0.*</Version>
61-
</PackageReference>
6263
<PackageReference Include="VSSDK.DTE.8">
6364
<Version>8.*</Version>
6465
</PackageReference>

src/VisualStudio/NuGet.Packaging.VisualStudio.15/NuGetVSProject.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
using VSLangProj140;
1111
using VSLangProj80;
1212
using Merq;
13-
using NuGet.Protocol.Core.Types;
1413

1514
namespace NuGet.Packaging.VisualStudio
1615
{

0 commit comments

Comments
 (0)