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

[C#] Move to net8.0 for running tests in workflows #41375

Closed
CurtHagenlocher opened this issue Apr 25, 2024 · 1 comment · Fixed by #41376
Closed

[C#] Move to net8.0 for running tests in workflows #41375

CurtHagenlocher opened this issue Apr 25, 2024 · 1 comment · Fixed by #41376

Comments

@CurtHagenlocher
Copy link
Contributor

Describe the enhancement requested

Workflows currently target .NET 7.0, which will reach end of support on May 14, 2024 (three weeks from time of issue creation. .NET 8.0 is a "long term support" version -- apparently three years is "long term" -- so we should move to that.

Component(s)

C#

@CurtHagenlocher CurtHagenlocher self-assigned this Apr 25, 2024
CurtHagenlocher added a commit that referenced this issue Apr 26, 2024
### What changes are included in this PR?

Changes to workflow infrastructure and projects to install and target net8.0 instead of net7.0.

### Are these changes tested?

Yes

### Are there any user-facing changes?

Users will need to install .NET 8 to run tests and examples. No impact on product code.

Closes #41375
* GitHub Issue: #41375

Lead-authored-by: Curt Hagenlocher <curt@hagenlocher.org>
Co-authored-by: Sutou Kouhei <kou@clear-code.com>
Signed-off-by: Curt Hagenlocher <curt@hagenlocher.org>
@CurtHagenlocher
Copy link
Contributor Author

Issue resolved by pull request 41376
#41376

@CurtHagenlocher CurtHagenlocher added this to the 17.0.0 milestone Apr 26, 2024
tolleybot pushed a commit to tmct/arrow that referenced this issue May 2, 2024
### What changes are included in this PR?

Changes to workflow infrastructure and projects to install and target net8.0 instead of net7.0.

### Are these changes tested?

Yes

### Are there any user-facing changes?

Users will need to install .NET 8 to run tests and examples. No impact on product code.

Closes apache#41375
* GitHub Issue: apache#41375

Lead-authored-by: Curt Hagenlocher <curt@hagenlocher.org>
Co-authored-by: Sutou Kouhei <kou@clear-code.com>
Signed-off-by: Curt Hagenlocher <curt@hagenlocher.org>
vibhatha pushed a commit to vibhatha/arrow that referenced this issue May 25, 2024
### What changes are included in this PR?

Changes to workflow infrastructure and projects to install and target net8.0 instead of net7.0.

### Are these changes tested?

Yes

### Are there any user-facing changes?

Users will need to install .NET 8 to run tests and examples. No impact on product code.

Closes apache#41375
* GitHub Issue: apache#41375

Lead-authored-by: Curt Hagenlocher <curt@hagenlocher.org>
Co-authored-by: Sutou Kouhei <kou@clear-code.com>
Signed-off-by: Curt Hagenlocher <curt@hagenlocher.org>
CurtHagenlocher added a commit to CurtHagenlocher/arrow that referenced this issue Jun 14, 2024
### What changes are included in this PR?

Changes to workflow infrastructure and projects to install and target net8.0 instead of net7.0.

### Are these changes tested?

Yes

### Are there any user-facing changes?

Users will need to install .NET 8 to run tests and examples. No impact on product code.

Closes apache#41375
* GitHub Issue: apache#41375

Lead-authored-by: Curt Hagenlocher <curt@hagenlocher.org>
Co-authored-by: Sutou Kouhei <kou@clear-code.com>
Signed-off-by: Curt Hagenlocher <curt@hagenlocher.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant