How to find projects not running on .Net Core

Viewed 37

I have a list of projects in my org.(More than 1000) and I want to find projects which dont have .NET Core installed. I can try to search on Azure DevOps (ADO) and see the csproj (or something) to see which projects dont have .Net Core but what to search. I tried searching netstandard2.1, but I read somewhere that it can also be a part of .Net Core.

Can someone help out in this ?

0 Answers
Related