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 dotnet-6 METAPACKAGE #811

Closed
wants to merge 4 commits into from
Closed

Add dotnet-6 METAPACKAGE #811

wants to merge 4 commits into from

Conversation

naacbin
Copy link
Collaborator

@naacbin naacbin commented Dec 24, 2023

I have created this metapackage to address #778 request.
I tried to add the dotnet-6.0-sdk for sfextract. However, when I install this package it doesn't really install the SDK on my system I had to use dotnet-6.0-sdk-4xx. Even, with this package in place when trying to install sfextract I have the following error message :

C:\Users\User\AppData\Local\ChocoCache\6eac32f8-677f-4cec-9471-67015f93f927\restore.csproj : error NU1100: Unable to resolve 'sfextract (>= 2.1.0)' for 'net6.0'.
C:\Users\User\AppData\Local\ChocoCache\6eac32f8-677f-4cec-9471-67015f93f927\restore.csproj : error NU1100: Unable to resolve 'sfextract (>= 2.1.0)' for 'net6.0/any'.

@naacbin
Copy link
Collaborator Author

naacbin commented Dec 24, 2023

Close as I don't know how to stash the commits because of the merge

@naacbin naacbin closed this Dec 24, 2023
@Ana06
Copy link
Member

Ana06 commented Jan 10, 2024

@naacbin

Close as I don't know how to stash the commits because of the merge

I recommend setting upstream as remote with (if you use ssh, otherwise adapt the url):

After that, you can fetch upstream locally:

  • git fetch upstream

And rebase using the current upstream main branch that should get rid of the merge commit:

  • git rebase upstream/main

Just in case it is helpful for next time 😉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants