Can I update to .Net 5 NuGet packages even if I'm using .Net Core 3.1?
问题 I was looking for some NuGet updates about my project libraries. I see that there are a lot of Microsoft libraries update to v5.0.0. Based on my knowledge I think these are new dependencies released with .Net 5.0 and I'm not sure that I can update these libraries to latest version using .Net Core 3.1 project. Can I update to v5.0.0 libraries even if I'm using/building a .Net Core 3.1 project? 回答1: Unfortunately, you cannot update many of these newest Nuget packages to 5.0. The reason being is