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

Commit 9ab6c5b

Browse files
adalonkzu
authored andcommitted
Targeting Nuget 4.0.0.2300 for the NuGet.Client fix
1 parent 78b90f6 commit 9ab6c5b

3 files changed

Lines changed: 5 additions & 1 deletion

File tree

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
[submodule "external/ApiIntersect"]
22
path = external/ApiIntersect
33
url = https://github.com/xamarin/ApiInteresect.git
4+
[submodule "external/NuGetizerWorkaroundForVS2017RTW"]
5+
path = external/NuGetizerWorkaroundForVS2017RTW
6+
url = https://github.com/xamarin/NuGetizerWorkaroundForVS2017RTW.git

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<AssemblyName>NuGet.Client.Fix</AssemblyName>
1212
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
1313
<FileAlignment>512</FileAlignment>
14-
<NuGetExtensionPath>$(VsInstallRoot)\Common7\IDE\CommonExtensions\Microsoft\NuGet</NuGetExtensionPath>
14+
<NuGetExtensionPath>..\..\..\external\NuGetizerWorkaroundForVS2017RTW\lib</NuGetExtensionPath>
1515
</PropertyGroup>
1616
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1717
<DebugSymbols>true</DebugSymbols>

0 commit comments

Comments
 (0)