microsoft / Intune-Resource-Access

Sample code and scripts for interfacing with the Intune Resource Access APIs.
MIT License
54 stars 58 forks source link

Errors during build process #146

Closed JLambEJG closed 11 months ago

JLambEJG commented 11 months ago

Full disclosure, I have never used Visual Studio. My skills lie with PowerShell with coding from VSCode. I am using the community edition of Visual Studio 17.7.3. .NET Framework version is 4.8.09032. Following the directions step-by-step, I am getting these errors during the build process. I could use some help resolving them so that I can get to importing certs into Intune:

Project build errors

JLambEJG commented 11 months ago

I may have solved my own issue. I changed the target .NET version in the project properties to 4.8. It now builds without errors.