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

Add .NET 8 target framework for building the agent #4943

Merged
merged 57 commits into from
Sep 9, 2024

Conversation

DenisNikulin5
Copy link
Contributor

@DenisNikulin5 DenisNikulin5 commented Aug 16, 2024

In this PR I added .NET 8 target framework for building of the agent.

How to use:
When building the agent, you can specify the target framework as the first parameter (other parameters are moved right)
Example
dev.cmd layout net6.0
dev.sh l0 net8.0 Debug

Available options:

  • net6.0
  • net8.0

Default is net6.0 i.e. this command dev.cmd layout will build the agent based on the .NET 6.

Testing: manual testing as well as using the build ci and the release pipelines.

Related WI: AB#2047136

@DenisNikulin5 DenisNikulin5 changed the title Users/v dennikulin/net8 migration Add .NET 8 target framework for building of the agent Sep 4, 2024
@DenisNikulin5 DenisNikulin5 marked this pull request as ready for review September 4, 2024 09:17
@DenisNikulin5 DenisNikulin5 requested review from a team as code owners September 4, 2024 09:17
@DenisNikulin5 DenisNikulin5 changed the title Add .NET 8 target framework for building of the agent Add .NET 8 target framework for building the agent Sep 6, 2024
@DenisNikulin5 DenisNikulin5 merged commit 5f97177 into master Sep 9, 2024
20 checks passed
@DenisNikulin5 DenisNikulin5 deleted the users/v-dennikulin/net8-migration branch September 9, 2024 13:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants