-
Notifications
You must be signed in to change notification settings - Fork 525
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
Support .net 6 #4012
Comments
Perhaps there is a different way to use .net 6 (preview 3), but this seemed the natural way and it didn't work. I couldn't find docs or issues pointing to another way to do it. |
@pbiggar I've seen it but haven't had chance to hack on it. There is probably adjustments to make to this file in the first place: As well as adding a test case: |
Thanks so much, and for the speedy update. I'll check it out this week. |
This seems to work, see darklang/dark#3044 Thanks! |
@pbiggar thanks for the update, could you close the issue (and we create another one if there is still something down the line)? |
Description
with paket 6.0.0-beta10, the "framework" tag cannot be set to net6.0
Repro steps
create paket file like so:
Then run
dotnet paket install
Expected behavior
It works.
Actual behavior
The text was updated successfully, but these errors were encountered: