mirror of
https://github.com/ZuneDev/MicrosoftIris.git
synced 2026-07-27 13:13:29 -07:00
Remove OwlCore.Remoting
This commit is contained in:
@@ -23,12 +23,7 @@ namespace Microsoft.Iris.Debug
|
||||
|
||||
public List<string> Breakpoints { get; } = new List<string>();
|
||||
|
||||
public Bridge Bridge { get; } =
|
||||
#if OPENZUNE
|
||||
new(OwlCore.Remoting.RemotingMode.None);
|
||||
#else
|
||||
new();
|
||||
#endif
|
||||
public Bridge Bridge { get; } = new();
|
||||
}
|
||||
|
||||
public class DecompilationResult
|
||||
|
||||
Reference in New Issue
Block a user