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

Update Paket.Core to support .NET 7 #2708

Closed
mk185147 opened this issue Oct 26, 2022 · 2 comments · Fixed by #2714
Closed

Update Paket.Core to support .NET 7 #2708

mk185147 opened this issue Oct 26, 2022 · 2 comments · Fixed by #2714

Comments

@mk185147
Copy link

Description

Today Fake uses Paket.Core 6.2.1 that doesn't support .NET 7. There already exists a stable package of Paket.Core 7.1.5 that works fine with .NET 7.

Repro steps

If you have paket.lock file that was created for .NET 7 running dotnet fake build can fail with error:

here was a problem while setting up the environment:
-> Error during parsing of 'C:\Users\mk185147\source\repos\ncr-swt-cfr\site-trust\paket.lock'.
-> invalid parameter 'net7.0' after >= or < in '== net7.0'
@yazeedobaid
Copy link
Collaborator

Released in 6.0.0-alpha003. Thanks!

@Thorium
Copy link
Member

Thorium commented May 25, 2024

I have the same error with .NET 8:

There was a problem while setting up the environment:
-> Error during parsing of 'C:\git\MyProject\paket.lock'.
-> invalid parameter 'net8.0' after >= or < in '== net8.0) (== netstandard2.1)'

xperiandri pushed a commit that referenced this issue Jul 14, 2024
* Update Paket.Core to support .NET 8.0, fixes new instance of #2708
* Test to revert the sdk to .net6
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 a pull request may close this issue.

3 participants