Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update .NET Provisioner user guide with build command change #895

Open
iadgovuser29 opened this issue Jan 14, 2025 · 0 comments
Open

Update .NET Provisioner user guide with build command change #895

iadgovuser29 opened this issue Jan 14, 2025 · 0 comments
Labels
documentation New documentation request or improvement needed for existing documentation

Comments

@iadgovuser29
Copy link
Collaborator

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

@iadgovuser29 iadgovuser29 added the documentation New documentation request or improvement needed for existing documentation label Jan 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation New documentation request or improvement needed for existing documentation
Projects
None yet
Development

No branches or pull requests

1 participant