📦 Enables Central Package Management

This commit is contained in:
2023-01-15 03:48:14 +02:00
parent 1904910aed
commit c312e20e2c

13
Directory.Packages.props Normal file
View File

@ -0,0 +1,13 @@
<Project>
<ImportGroup
Condition="Exists($([MSBuild]::GetPathOfFileAbove('Directory.Packages.props', '$(MSBuildThisFileDirectory)../'))) == 'true'">
<Import
Project="$([MSBuild]::GetPathOfFileAbove('Directory.Packages.props', '$(MSBuildThisFileDirectory)../'))" />
</ImportGroup>
<PropertyGroup>
<ManagePackageVersionsCentrally>
true</ManagePackageVersionsCentrally>
</PropertyGroup>
</Project>