-
Notifications
You must be signed in to change notification settings - Fork 95
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
Move to use dotnet CLI 2.0 #132
Conversation
Having trouble getting this through Travis, but they are not directly related to the PR, but rather to the state of using new-style .NET project files on travis. Have contacted @enricosada and @nosami about this |
I'll check travis failure. btw if you need it, nunit works already with .net core.
and usual |
@enricosada Thanks. I've learned a sudden dislike for XUnit after I discovered it doesn't record console output. |
We can't test the TPSDK using .NET CoreApp 2.0 (or host it in the F# compiler running on .NET Core) because of dotnet/fsharp#3658 (comment)