How do I install a dotnet SDK/Targeting Pack for v4.7.2 in Github Actions?
I’m attempting to check that a C# project compiles as a pre-merge step in Github. This project integrates with a legacy system, and uses .NETFramework v4.7.2 as a target. My github action yaml is based on an example I found online, and looks like: