Skip to content

Commit b1d14c6

Browse files
authored
Enable floating versions for central packages by default
1 parent afca922 commit b1d14c6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Directory.Build.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838

3939
<!-- Use Directory.Packages.props if possible. NOTE: other MSBuild SDKs (i.e. NoTargets/Traversal) do not support central packages -->
4040
<ManagePackageVersionsCentrally Condition="Exists('$(MSBuildThisFileDirectory)Directory.Packages.props')">true</ManagePackageVersionsCentrally>
41+
<CentralPackageFloatingVersionsEnabled>true</CentralPackageFloatingVersionsEnabled>
4142

4243
<!-- Ensure MSBuild tooling can access package artifacts always via PKG_[PackageId] -->
4344
<GeneratePathProperty>true</GeneratePathProperty>

0 commit comments

Comments
 (0)