1
0
Fork 0
mirror of https://github.com/VSadov/Satori.git synced 2025-06-07 19:17:05 +09:00

Fix solution restore in libraries (#38294)

Fixes https://github.com/dotnet/runtime/issues/37358
This commit is contained in:
Viktor Hofer 2020-06-23 22:35:40 +02:00 committed by GitHub
parent 178176b5bf
commit 69fca9234b
Signed by: github
GPG key ID: 4AEE18F83AFDEB23

6
Directory.Solution.props Normal file
View 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>