Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
WIP [Do not merge]: .NET Core 3.x updates #266
Conversation
- also added paket and fake as local CLI tools - removed fsc.props (and will eventually remove netfx.props when I get to the TP project)
- moved "common" group to Main as there didn't seem to be a difference in usage - updated FSharp.Core and FParsec to latest stable - let paket auto-detect frameworks - retarget all 4 projects to .NET Core 3.1 targets (netcoreapp3.1/netstandard2.1)
|
I added a new solution file just to make it a little bit nicer for me as I make changes incrementally. Eventually everything will be updated and I'll remove |
- also dropped library targets to netstandard2.0 for better compatibility.
No description provided.