Skip to content

Commit 8ba13c7

Browse files
authored
Merge pull request #9726 from dotnet/dev-nkolev92-addPruning
Add _RestorePackagePruningDefault to nomination
2 parents 5173139 + d7ae961 commit 8ba13c7

File tree

1 file changed

+4
-0
lines changed
  • src/Microsoft.VisualStudio.ProjectSystem.Managed/ProjectSystem/Rules

1 file changed

+4
-0
lines changed

src/Microsoft.VisualStudio.ProjectSystem.Managed/ProjectSystem/Rules/NuGetRestore.xaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,10 @@
109109
ReadOnly="True"
110110
Visible="False" />
111111

112+
<StringProperty Name="_RestorePackagePruningDefault"
113+
ReadOnly="True"
114+
Visible="False" />
115+
112116
<StringProperty Name="RestoreFallbackFolders"
113117
ReadOnly="True"
114118
Visible="False" />

0 commit comments

Comments
 (0)