Skip to content

Commit

Permalink
Fix solution restore in libraries (#38294)
Browse files Browse the repository at this point in the history
Fixes #37358
  • Loading branch information
ViktorHofer authored Jun 23, 2020
1 parent 178176b commit 69fca92
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Directory.Solution.props
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<Project>
<PropertyGroup>
<!-- For solution restore, msbuild doesn't honor the property set in Directory.Build.props. -->
<RestoreUseStaticGraphEvaluation>true</RestoreUseStaticGraphEvaluation>
</PropertyGroup>
</Project>

0 comments on commit 69fca92

Please sign in to comment.