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

.NET 5 Support #77

Closed
NatElkins opened this issue Nov 18, 2020 · 2 comments
Closed

.NET 5 Support #77

NatElkins opened this issue Nov 18, 2020 · 2 comments

Comments

@NatElkins
Copy link
Contributor

Is your feature request related to a problem? Please describe.
Not specifically.

Describe the solution you'd like
.NET 5 support, and the ability to reference Nuget packages from script files. I also think this is one way to handle themes (just package it up as a Nuget package).

Describe alternatives you've considered

Additional context

I'm mostly just creating this issue to track. I'll try and find some time to take a crack at some point.

@baronfel
Copy link
Contributor

Brief punch list to update to .net 5 and reference nuget packages would be:

  • Update to FCS 38
  • Add a required reference to Microsoft.Build.Utilities.Core (IIRC, might need to check FSAC for this but it's a nuget dep that's not in the FCS nuspec right now)
  • Add a package reference to FSharp.DependencyManager.Nuget to get the nuget #r support implicitly, since the dll for that will be co-located with the FCS dll when you run fornax.

@laenas laenas mentioned this issue Jan 23, 2021
@baronfel
Copy link
Contributor

done in #78

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

No branches or pull requests

2 participants