As per the previous PR, this state will allow for the installation of dotnet-sdk-6.0 on SIFT to support Zimmerman tools, however this state will now download each zip independently instead of as one group. The previous PR pulled a single zip file which no longer exists at its previous path, thus the update to this state.
It will also install dotnet based on the OS version at time of install. On Focal, the dotnet-sdk-6.0 does not exist without the support of the Microsoft repo, but it does exist on Jammy without the repo. If installing on Jammy with the repo, the installation completes but does not function as intended (see error identified here).
As per the previous PR, this state will allow for the installation of dotnet-sdk-6.0 on SIFT to support Zimmerman tools, however this state will now download each zip independently instead of as one group. The previous PR pulled a single zip file which no longer exists at its previous path, thus the update to this state.
It will also install dotnet based on the OS version at time of install. On Focal, the dotnet-sdk-6.0 does not exist without the support of the Microsoft repo, but it does exist on Jammy without the repo. If installing on Jammy with the repo, the installation completes but does not function as intended (see error identified here).