See https://aka.ms/dotnet-discord in the #monovm channel for our primary community location.
heyimponyo
tku
heyimponyo
egtfkudx
heyimponyo
tregkuw
./configure --disable-boehm --disable-llvm --disable-nls --disable-btls --disable-btls-lib --host=aarch64-apple-darwin20.0.0 --target=aarch64-apple-darwin20.0.0
Microsoft.NET.Sdk.Worker
which actually requires the aspnet runtime?
I embed a cut down copy of Mono into our app, the Windows version of which targets 4.7.2. I am upgrading to Mono 6.12.0. Previoulsy I had always loaded mscorlib
from lib/mono/4.5
and all was good.
So I thought it might be better to load from lib/mono/4.7.2-api
but the mscorlib
there is invalid - maybe its just a reference assembly. Also Mono seems to insist on trying to load from the 4.5 path and fails if it is not present.
So I am a bit confused as to what the purpose of the lib/mono/4.x.x-api
folders is. I need to load netstandard.dll
from the Facades
folder and presumed I needed to load it from the 4.7.2-api
path but I am beginning to think that I should stick with the 4.5
path.
I just want to ensure that I have compatability with 4.7.2.
4.5
folder and Facades
subfolder is the correct one to load from in your case as it contains the "latest" binaries (we couldn't rename the folder for various reasons)