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 support for old core frameworks versions from .net6 #290

Closed
yadanilov19 opened this issue Jan 15, 2024 · 5 comments · Fixed by #292
Closed

Add support for old core frameworks versions from .net6 #290

yadanilov19 opened this issue Jan 15, 2024 · 5 comments · Fixed by #292
Assignees
Labels
enhancement New feature, bug fix, or request

Comments

@yadanilov19
Copy link

yadanilov19 commented Jan 15, 2024

Is your feature request related to a problem? Please describe.
I have problems on CI because I still using .net6 for my projects

Describe the solution you'd like
just update (if we could) target frameworks field in csprojs of refitter

Describe alternatives you've considered

Additional context

@yadanilov19 yadanilov19 added the enhancement New feature, bug fix, or request label Jan 15, 2024
@christianhelle
Copy link
Owner

@yadanilov19 I have mixed feelings about supporting .NET 6.0 since it's no longer the recommended LTS version, and it's going out of support in November 2024

I never tried publishing .NET tool with multiple target frameworks before, but it's worth a shot. Let me see what I can do

@christianhelle
Copy link
Owner

@yadanilov19 I published a preview build to nuget.org that supports multiple target frameworks

image

I have pretty much all versions of .NET installed on my machine so it works out-of-the-box. Can you try?

@christianhelle
Copy link
Owner

christianhelle commented Jan 15, 2024

@yadanilov19 if it works on your end then I'll merge it in and build a real release

@yadanilov19
Copy link
Author

thx a lot!
I will test it immediately!

@yadanilov19
Copy link
Author

Everything works fine with preview version!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature, bug fix, or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants