NU1902 NU1903 warnings
So I'm getting these warnings in my DotNet solution. I'm still learning Dotnet and don't know how to address problems. I've tried exploring the internet but can't figure out how to fix these. Could anyone please clarify what these warnings are for and how to resolve them?
4 Replies
Start by updating your depencencies
Although, depending on what the project is, you can just not care about them
If it's something that's supposed to go live and run in production, then yeah, it's bad
If it's, like, a school assignment, then ignore them
Thank you for responding; could you please tell me exactly how to go about it? I've had a number of issues with Nuget Packages, such as wrong version errors. Is there anything I'm skipping?
I searched stackoverflow and similar websites, and there are answers to this problem, but they are beyond my understanding. Skill issue?
Open the nuget packages UI, llok for any outdated dependencies, update the ones where an update is available
Oh okay, thank you.