I currently have a ASP.NET Core Application running on ASP.NET Core 3.1.2.
While looking for package updates, i realized, that a lot of Microsoft packages (e.g. Microsoft.Extensions.Caching.Memory, Microsoft.Extensions.Configuration.Abstractions, ...) have been updated from 3.1.2 (the latest version available when i built the application) to 3.1.5. Also the latest .NET Core SDK and Runtime has been updated to 3.1.5.
Is this a coincidence or is there any connection between .NET Core SDK / Runtime and NuGet package versions?
Also can i update my NuGet packages to 3.1.5 without updating the .NET Core Runtime on my server?
Thanks, Jens