# OpenHarmony.NET.Runtime
**Repository Path**: WayneHalak/OpenHarmony.NET.Runtime
## Basic Information
- **Project Name**: OpenHarmony.NET.Runtime
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: main
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2026-04-02
- **Last Updated**: 2026-04-02
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
### 介绍
这里是[适配OpenHarmony的.NET仓库](https://github.com/OpenHarmony-NET/runtime)编译出的NativeAOT运行时
### 使用方式
1. 确保你的项目类型是"类库", 并且.NET版本为9.0
2. 将仓库clone到你的项目目录,并在你的项目种引入本仓库的runtime.targets文件
```xml
```
3. 通过NativeAOT发布, Rid为`linux-musl-arm64`或者`linux-musl-x64`
4. .NET不支持跨平台发布NativeAOT,建议引入[https://github.com/OpenHarmony-NET/PublishAotCross](https://github.com/OpenHarmony-NET/PublishAotCross)仓库
```xml
```