We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a2674b commit 0c62f84Copy full SHA for 0c62f84
src/SourceBuild/content/Directory.Packages.props
@@ -1,6 +1,7 @@
1
<Project>
2
3
<PropertyGroup>
4
+ <ManagePackageVersionsCentrally Condition="'$(ManagePackageVersionsCentrally)' == ''">true</ManagePackageVersionsCentrally>
5
<CentralPackageTransitivePinningEnabled>true</CentralPackageTransitivePinningEnabled>
6
<!-- Using multiple feeds isn't supported by Maestro: https://github.com/dotnet/arcade/issues/14155. -->
7
<NoWarn>$(NoWarn);NU1507</NoWarn>
0 commit comments