# csharp-sdk-upm **Repository Path**: Foldcc/csharp-sdk-upm ## Basic Information - **Project Name**: csharp-sdk-upm - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-01-06 - **Last Updated**: 2024-03-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: Tap ## README ## 安装 在 Packages/manifest.json 中添加依赖项: ```json "dependencies": { "com.leancloud.storage": "https://github.com/leancloud/csharp-sdk-upm.git#storage-${latest-version}", "com.leancloud.realtime": "https://github.com/leancloud/csharp-sdk-upm.git#realtime-${latest-version}" } ```