We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 178176b commit 69fca92Copy full SHA for 69fca92
Directory.Solution.props
@@ -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