mirror of
https://github.com/VSadov/Satori.git
synced 2025-06-08 03:27:04 +09:00
6 lines
234 B
XML
6 lines
234 B
XML
<Project>
|
|
<PropertyGroup>
|
|
<!-- For solution restore, msbuild doesn't honor the property set in Directory.Build.props. -->
|
|
<RestoreUseStaticGraphEvaluation>true</RestoreUseStaticGraphEvaluation>
|
|
</PropertyGroup>
|
|
</Project>
|