mirror of
https://github.com/wwiinnddyy/LanMountainDesktop.git
synced 2026-06-20 23:54:26 +08:00
17 lines
377 B
Markdown
17 lines
377 B
Markdown
|
|
# LanMountainDesktop.Shared.Contracts
|
||
|
|
|
||
|
|
Shared contracts package for LanMountainDesktop host and plugin ecosystems.
|
||
|
|
|
||
|
|
## Includes
|
||
|
|
|
||
|
|
- cross-boundary records used by host/runtime and plugins
|
||
|
|
- contract types intended for stable shared communication
|
||
|
|
|
||
|
|
## Usage
|
||
|
|
|
||
|
|
```xml
|
||
|
|
<ItemGroup>
|
||
|
|
<PackageReference Include="LanMountainDesktop.Shared.Contracts" Version="1.0.0" />
|
||
|
|
</ItemGroup>
|
||
|
|
```
|