JPDev@programming.dev to Programmer Humor@programming.dev · 10 months agodotnet developerprogramming.devimagemessage-square105fedilinkarrow-up11.53K
arrow-up11.52Kimagedotnet developerprogramming.devJPDev@programming.dev to Programmer Humor@programming.dev · 10 months agomessage-square105fedilink
minus-squareLmaydev@programming.devlinkfedilinkarrow-up1·edit-28 months agoActually they are different. .Net core, mono and xamarin used to be completely separate and slightly incompatible runtimes. They have all been unified under .Net so c# (and other .net languages) will run exactly the same on each. So the coreclr runtime still exists but you no longer need to target it specifically.
Actually they are different.
.Net core, mono and xamarin used to be completely separate and slightly incompatible runtimes.
They have all been unified under .Net so c# (and other .net languages) will run exactly the same on each.
So the coreclr runtime still exists but you no longer need to target it specifically.