If a nuget Package is .Net Standard 2.0 supported then can we use that package in asp.net as well as asp.net core?
I am working on the migration of asp.net app to .net core , I have only list of packages(Not the code) used so need to know that if a package is .Net Standard 2.0 supported then the same package can be used in .net core 3.0?