Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 403 Bytes

File metadata and controls

5 lines (3 loc) · 403 Bytes

CheckNetVersions

Scans the current folder and all subfolders for .dll and .exe files. For each file found that uses the .NET Framework (not .NET Core or .NET 5.0 and above), it generates a line containing the full path and the required version. The collected entries are saved into the file FrameworkReport.csv.

I added a deployment profile to publish a self-contained executable for Windows x64.