This repository was archived by the owner on Dec 18, 2017. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 224
Mono's net45 is really net451 #374
Comments
Nice. I will try things on Mono. |
This fix seems to work. I can see the entire music store sample working fine on mono without any hacks. Except for this bug aspnet/Mvc#916 I can see the sample pretty much working on mono. |
Shouldn't 4.5.2 and 4.5.3 also run against the 4.5 folder in mono? |
Who knows, we'll fix it when something breaks. There's no consistent way to do this on mono proper anyways. |
Looks like with beta bits, EF Sql server package is running into this issue again. Reopening the bug @suhasj We used KRE# beta1-10491 and tested against both 3.6.1 and 3.8.0 of mono. |
Opened a different bug #690 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Regarding the code in https://github.com/aspnet/KRuntime/blob/dev/src/Microsoft.Framework.Runtime/FrameworkReferenceResolver.cs#L90 , mono support is hard coded to net40 and net45 only. According to Marek Safar from the Mono team, their .net 4.5 profile is approaching .net 4.5.1 compatibility and for them the two framework profiles are equal. i.e. for mono while resolving whether net451 is available is the same as checking for net45.
The text was updated successfully, but these errors were encountered: