-
Notifications
You must be signed in to change notification settings - Fork 124
packages.lock.json incorrectly updated for .NET 5 #1086
Comments
Hi @Bouke Would it be possible to include log files with verbosity detailed? |
I'm trying to get those logs, but apparently I was running an old version (0.26.0) due to this bug: NuKeeperDotNet/NuKeeper-AzureDevops-extension#62. Since upgrading my custom package sources aren't being used anymore, running into this bug: #1035 (comment). |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
I’d like to keep this issue open. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
I’d like to keep this issue open. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
🐛 Bug Report
I have some projects that multi-target .NET Framework 4.8 and .NET 5:
I have enabled (
packages.lock.json
):When NuKeeper tries to update dependencies in such a library, the lock file is incorrectly modified to refer to ".NET Framework v5":
Expected behavior
It shouldn't modify the reference to .NET 5.
Reproduction steps
See above.
Configuration
Version: 0.4.43
Platform if applicable:
The text was updated successfully, but these errors were encountered: