-
Notifications
You must be signed in to change notification settings - Fork 157
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
[WIP] add .NET Core support #212
Conversation
…ad of GAC assembly
I'm just wondering with all the recent churn around .NET core if this PR is still the way forward? (I plan to take some time to look into this in more detail shortly, just wondering if this is still a reasonable place to look). Thanks. |
yes, it is. I'll update it for .net core sdk preview2 and .net core rtm ( |
Great, just checking. Don't let me rush you! |
closing in favor of #293 |
ref #199
netstandard1.5
support using .NET CLIdotnet mergenupkg
to addnetstandard1.5
to currentFsCheck
nupkgbuild.fsx
using fake targetsTo create the package:
this pr it's used in tutorial https://github.com/enricosada/fsharp-dotnet-cli-samples/wiki/Migrate-fsproj-To-.NET-CLI
The added test project is not needed, but is nice to check .net core.
It can be removed when xunit tests works