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

Updated build and integration test scripts to include .NET 9 #1404

Open
wants to merge 22 commits into
base: master
Choose a base branch
from

Conversation

WhitWaldo
Copy link
Contributor

Description

I've updated the build and integration test scripts to include support for the latest patch release of .NET 9 (which I believe will capture RC builds, but I couldn't find much information on it outside of the actions/setup-dotnet GitHub action. Works for that one at least.

Issue reference

We strive to have all PR being opened based on an issue, where the problem or feature have been discussed prior to implementation.

Please reference the issue this PR will close: #1400

Checklist

Please make sure you've completed the relevant tasks for this PR, out of the following list:

  • Code compiles correctly
  • Created/updated tests
  • Extended the documentation

@WhitWaldo WhitWaldo added this to the v1.15 milestone Nov 10, 2024
@WhitWaldo WhitWaldo self-assigned this Nov 10, 2024
@WhitWaldo WhitWaldo requested review from a team as code owners November 10, 2024 01:01
Copy link
Member

@mikeee mikeee left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks like there is a missing targetframework for .NET 9 for the E2E tests

@mikeee
Copy link
Member

mikeee commented Nov 10, 2024

https://github.com/search?q=repo%3Adapr%2Fdotnet-sdk%20net7&type=code

Some of the locations where the target frameworks where version 9 needs to be added to

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.

Update SDK to target .NET 9
2 participants