Skip to content

Commit 69fca92

Browse files
authored
Fix solution restore in libraries (dotnet#38294)
Fixes dotnet#37358
1 parent 178176b commit 69fca92

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Directory.Solution.props

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<Project>
2+
<PropertyGroup>
3+
<!-- For solution restore, msbuild doesn't honor the property set in Directory.Build.props. -->
4+
<RestoreUseStaticGraphEvaluation>true</RestoreUseStaticGraphEvaluation>
5+
</PropertyGroup>
6+
</Project>

0 commit comments

Comments
 (0)