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

Commit 3eaf82b

Browse files
adalonkzu
authored andcommitted
Disabled CopyLocal for referenced nuget assemblies
1 parent ef299c2 commit 3eaf82b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,11 @@
3333
<ItemGroup>
3434
<Reference Include="NuGet.PackageManagement.VisualStudio">
3535
<HintPath>$(NuGetExtensionPath)\NuGet.PackageManagement.VisualStudio.dll</HintPath>
36+
<Private>False</Private>
3637
</Reference>
3738
<Reference Include="NuGet.VisualStudio.Facade">
3839
<HintPath>$(NuGetExtensionPath)\NuGet.VisualStudio.Facade.dll</HintPath>
40+
<Private>False</Private>
3941
</Reference>
4042
<Reference Include="System" />
4143
<Reference Include="System.Core" />

0 commit comments

Comments
 (0)