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

Provisioner will use .NET 8 #838

Merged
merged 2 commits into from
Sep 11, 2024
Merged

Provisioner will use .NET 8 #838

merged 2 commits into from
Sep 11, 2024

Conversation

iadgovuser29
Copy link
Collaborator

@iadgovuser29 iadgovuser29 commented Sep 6, 2024

Closes #791 #837

To build:

  1. Install the .NET 8 SDK as described by Microsoft for your platform.
  2. Check out the repository
    2.a. Ex: git clone https://github.com/nsacyber/HIRS.git
  3. cd HIRS_Provisioner.NET
    3.a. Set up build dotnet restore
    3.b. Build & Test dotnet test
  4. cd HIRS_Provisioner.NET/hirs
  5. If interested in building an RPM or DEB file for linux, install dotnet
    5.a. dotnet tool install --global dotnet-deb
    5.b. dotnet tool install --global dotnet-rpm
  6. Create desired installation package MSI building only works on Windows
    6.a. MSI dotnet msbuild hirs.csproj /t:Msi /P:TargetFramework=net8.0 /p:RuntimeIdentifier=win-x64 /p:Configuration=Release
    6.b. Linux RPM dotnet rpm -r linux-x64 -c Release
    6.c. Linux DEB dotnet deb -r linux-x64 -c Release

@iadgovuser26
Copy link
Contributor

Seems to fix the installation issue noted in issue #837

@iadgovuser29 iadgovuser29 merged commit f2575de into main Sep 11, 2024
7 checks passed
@iadgovuser29 iadgovuser29 deleted the v3_issue-791 branch September 11, 2024 18:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
client dotnet enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update .NET Provisioner to .NET 8
3 participants