We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
This guide: https://github.com/nsacyber/HIRS/blob/main/docs/HIRS.NET_Provisioner_User_Guide_3.0.pdf
Page 8 shows the command to build an MSI
It needs to be updated to use net8.0 instead of 6.
dotnet msbuild HIRS_Provisioner.NET.csproj /t:Msi /P:TargetFramework=net8.0 /p:RuntimeIdentifier=win-x64 /p:Configuration=Release
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This guide: https://github.com/nsacyber/HIRS/blob/main/docs/HIRS.NET_Provisioner_User_Guide_3.0.pdf
Page 8 shows the command to build an MSI
It needs to be updated to use net8.0 instead of 6.
dotnet msbuild HIRS_Provisioner.NET.csproj /t:Msi /P:TargetFramework=net8.0 /p:RuntimeIdentifier=win-x64 /p:Configuration=Release
The text was updated successfully, but these errors were encountered: