Uh oh!
There was an error while loading. Please reload this page.
align netcore packages with netstandard1.6 - #2535
Conversation
cloudRoutine
commented
Mar 6, 2017
- fixed some project.json typos
- switched beta and preview packages to stable releases
- upgraded to netcoreapp1.1 as suggested
KevinRansom
commented
Mar 6, 2017
Yeah don't bother mate ... |
cloudRoutine
commented
Mar 6, 2017
did I do something wrong? |
dsyme
commented
Mar 7, 2017
@KevinRansom I'm curious too :) This may have been a preliminary step for @cloudRoutine to work on the .NET Standard 2.0 FSharp.Core - so am wondering what's up :) |
KevinRansom
commented
Mar 7, 2017
@cloudRoutine No you did nothing wrong ... @dsyme The next release of the compiler will support and be built against DotNet standard 2.0 so aligning with released netstandard 1.6 packages temporarily is just churn as opposed to a necessary step. That is all .. perhaps I should have been clearer at the time. For that I am sorry ... Kevin. |
dsyme
commented
Mar 7, 2017
@KevinRansom Ah ok, understood, thanks |
KevinRansom
commented
Mar 8, 2017
Apparently Ubuntu 16.04 needs : "Microsoft.NETCore.Platforms": "1.1.0". SO this turns out to be a timely piece of work ... thank you. Kevin |
enricosada
commented
Mar 17, 2017
@cloudRoutine you need to use sdk |
KevinRansom
commented
Mar 17, 2017
@enricosada It's on my ever lengthening list of things to look at ... :-) |
enricosada
commented
Mar 17, 2017
@KevinRansom dont worry about that, i finished work for VSCode/FSAC, now i have plenty of time 😄 useless waste time on preview2.1, (but the @cloudRoutine fix of deps is good, but targeting netcore1.0 is better atm ihmo) Next week i'll start to move |
Sounds good. |
cloudRoutine
commented
Mar 28, 2017
fixed in #2698 |
dsyme
commented
Apr 11, 2017
@KevinRansom Just to mention that I'm keen to start looking at getting type providers up and running on .NET Standard 2.0. But getting the build of FSharp.Core and the compiler is a pre-requisite for this. |