mirror of
https://github.com/wwiinnddyy/LanMountainDesktop.git
synced 2026-06-20 23:54:26 +08:00
7 lines
215 B
C#
7 lines
215 B
C#
|
|
using System.Text.Json.Serialization;
|
||
|
|
|
||
|
|
namespace LanDesktopPLONDS.Installer.Services;
|
||
|
|
|
||
|
|
[JsonSerializable(typeof(InstallerPlondsManifest))]
|
||
|
|
internal sealed partial class InstallerJsonContext : JsonSerializerContext;
|