🔧 Disables CentralPackageTransitivePinning in favor of explicit references
Keeping this enabled makes nuget updating a pain, with manual edits required to circumvent certain dependency graphs
This commit is contained in:
@@ -62,7 +62,7 @@
|
|||||||
<!-- Create Directory.Packages.props file next to solution to use -->
|
<!-- Create Directory.Packages.props file next to solution to use -->
|
||||||
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
|
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
|
||||||
<!-- Any transitive dependency defined below will be used explicitly on the version stated -->
|
<!-- Any transitive dependency defined below will be used explicitly on the version stated -->
|
||||||
<CentralPackageTransitivePinningEnabled>true</CentralPackageTransitivePinningEnabled>
|
<CentralPackageTransitivePinningEnabled>false</CentralPackageTransitivePinningEnabled>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<PropertyGroup Label="Project Assets">
|
<PropertyGroup Label="Project Assets">
|
||||||
|
|||||||
Reference in New Issue
Block a user