You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
use nuget CPM to enable strict package reference on direct dependencies only #2257
In Paket.Restore.targets based on ManagePackageVersionsCentrally property:
- add condition on Package reference to include direct only packages
- add condition on Version element to be used only when ManagePackageVersionsCentrally not is enabled
- add package version items for all the packages in ref file
In RestoreProcess.fs - the changes are similiar to those in Paket.Restore.targets
Copy file name to clipboardExpand all lines: RELEASE_NOTES.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,6 @@
1
+
#### 8.1.0-alpha005 - 2024-03-25
2
+
* Added support for central package managments to fix issue about [references: strict either does not work, or does not work as expected](https://github.com/fsprojects/Paket/issues/2257)
3
+
1
4
#### 8.1.0-alpha002 - 2024-03-14
2
5
* Preview support for .NET 9.0 - https://github.com/fsprojects/Paket/pull/4248
0 commit comments