You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SRD uses the target framework(s) defined in the csproj file. In case that multiple target frameworks are listed, the last one takes precedence (is resolved). This is a limitation from MSBuild:
For example, if you have: "net8.0;net9.0-windows", the assemblies from net9.0-windows are copied to srd and loaded and those from net8.0 are discarded.
If the resolved target framework of the build project is higher than the runtime used to run SRD, use rollforward latest major to load them
If this requirement is not met, there is a UI error