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

NET6 #249

Closed
jkone27 opened this issue Feb 1, 2022 · 4 comments
Closed

NET6 #249

jkone27 opened this issue Feb 1, 2022 · 4 comments

Comments

@jkone27
Copy link

jkone27 commented Feb 1, 2022

how to configure for NET6 ?

i followed the intro from the SAFE template using latest template, but i have dotnet NET6 sdk installed (6.0.1)

what changes are required (i removed the global.json and moved all projects to net6 but i get errors..)

dotnet tool restore worked fine

dotnet run gives this errors..

dotnet run
/Users/admin/Repositories/safetest/Helpers.fs(3,6): error FS0039: The namespace or module 'Fake' is not defined. [/Users/admin/Repositories/safetest/Build.fsproj]
/Users/admin/Repositories/safetest/Helpers.fs(6,23): error FS0039: The value, namespace, type or module 'Context' is not defined. Maybe you want one of the following:   Control [/Users/admin/Repositories/safetest/Build.fsproj]

@jkone27
Copy link
Author

jkone27 commented Feb 1, 2022

i have issue in my nodejs installation..

@jkone27 jkone27 closed this as completed Feb 1, 2022
@isaacabraham
Copy link
Member

Probably you'll need to update your Paket dependencies file to target NET6 instead of NET5.

We're planning on upgrading the template but whilst there are issues with F# Task implementation we don't want to do it.

@theimowski
Copy link
Member

What are the issues with F# task implementation? Can you link a reference?

@isaacabraham
Copy link
Member

This is the one I'm thinking of.

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

No branches or pull requests

3 participants