Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Directory.Solution.props - github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ebd67c8bde0388166f272b39450d00a5e93a220b (plain)
1
2
3
4
5
6
<Project>
  <PropertyGroup>
    <!-- For solution restore, msbuild doesn't honor the property set in Directory.Build.props. -->
    <RestoreUseStaticGraphEvaluation>true</RestoreUseStaticGraphEvaluation>
  </PropertyGroup>
</Project>