@Woodson Baldwin, Thanks for posting in Q&A. Based on my researching, I find the sdk file has silent install command. But it will install three different .NET runtimes which mentioned in the following link:
dotnet-sdk-8.0.100-win-x64.exe /install /quiet /norestart
https://learn.microsoft.com/en-us/dotnet/core/install/windows?tabs=net80
We can warp the sdk to .intunewin and deploy via Win32 app.
https://learn.microsoft.com/en-us/mem/intune/apps/apps-win32-add
And for the .NET runtimes simple app, after testing, I find the silent install command as below.
dotnet-runtime-8.0.5-win-x64.exe /install /quiet
We can wrap this app to. intunewin and deploy it via Win32 as well. The detection rule can detect C:\Program Files\dotnet\dotnet.exe or if it has registry key set, you can also choose registry key to detect.
https://learn.microsoft.com/en-us/dotnet/core/install/windows?tabs=net80
Hope the above information can help.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.