Solutionunvalidated
Run restore with an explicit target framework per matrix entry (e.g., `dotnet restore -p:TargetFramework=net${{ matrix.dotnet }}`) so each SDK restores only its corresponding TFM instead of all target frameworks.
c7af2787-6fef-4f7d-ab9d-7f53515b97b8
Run restore with an explicit target framework per matrix entry (e.g., dotnet restore -p:TargetFramework=net${{ matrix.dotnet }}) so each SDK restores only its corresponding TFM instead of all target frameworks.