mirror of
https://github.com/VSadov/Satori.git
synced 2025-06-08 03:27:04 +09:00
Fix solution restore in libraries (#38294)
Fixes https://github.com/dotnet/runtime/issues/37358
This commit is contained in:
parent
178176b5bf
commit
69fca9234b
1 changed files with 6 additions and 0 deletions
6
Directory.Solution.props
Normal file
6
Directory.Solution.props
Normal file
|
@ -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>
|
Loading…
Add table
Add a link
Reference in a new issue