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

.NET 8 support with keeping compatibility with .NET 6 only environment #28

Merged
merged 2 commits into from
Oct 15, 2024

Conversation

anatawa12
Copy link
Contributor

@anatawa12 anatawa12 commented Sep 29, 2024

@@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<TargetFrameworks>net6.0;net8.0</TargetFrameworks>
Copy link
Contributor Author

@anatawa12 anatawa12 Sep 29, 2024

Choose a reason for hiding this comment

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

Simply replacing with <TargetFramework>net8.0</TargetFramework> will break comaptibility with self-hosted runners without .NET 8.

This repository doesn't have versioning so we cannot make breaking change so I added support for .net 8 instead of replading with .NET 8.

lereldarion added a commit to lereldarion/vpm-listing that referenced this pull request Oct 13, 2024
Use antawa12 PR branch for now, as the vrchat action is broken currently.
See vrchat-community/package-list-action#28
@Happyrobot33
Copy link

this needs to be merged, everyones runners have started breaking including mine which is forked from this repo

Happyrobot33 added a commit to Happyrobot33/package-list-action that referenced this pull request Oct 14, 2024
manually merge in this PR to fix my runners vrchat-community#28
@orels1 orels1 merged commit 68d8c9d into vrchat-community:main Oct 15, 2024
1 check passed
@orels1
Copy link
Contributor

orels1 commented Oct 15, 2024

I had to force the runner to be 24.04, as it still defaulted to 22.04 on ubuntu-latest to trigger the failure case, but it all works with the fix.

Thank you

@github-actions github-actions bot locked and limited conversation to collaborators Oct 15, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

.NET 8 support
3 participants