mono / mono.posix

POSIX/Unix interface for Mono, .NET and .NET Core. Provides functionality for managed code to access POSIX/Unix features not accessible via the BCL. This repository supersedes the older code in https://github.com/mono/mono
MIT License
40 stars 9 forks source link

Mono.Remoting.Channels.Unix does not exist #41

Open MakiWolf opened 7 months ago

MakiWolf commented 7 months ago

Mono.Remoting.Channels.Unix

The type or namespace name 'Remoting' does not exist in the namespace 'Mono'

What is the replacement when switching from mono.posix to this nuget package?