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
I had some problems getting my blog up and running (stack overflow exception) and decided to clone and build dasblog myself to investigate the cause.
I noticed when building with Visual Studio 2022 v17.11 I got some NU190x warnings about severity vulnerabilities in NuGet packages. These vulnerabilities have probably no impact (didn't check), but the warnings are annoying.
If you are interested I can prepare PRs to update these packages. My proposal would be to add a Directory.Packages.props file to enable central NuGet package versioning and then to update the packages version numbers.