AssetManager.API/AssetManager.Infrastructure/bin/Debug/net8.0/AssetManager.Infrastructure.deps.json
fanfpy cd5c3aedbe feat: 初始化项目结构并添加基础功能
- 创建解决方案及各项目层
- 添加API基础控制器和DTO定义
- 实现JWT认证服务和微信登录服务
- 添加Swagger文档支持
- 配置项目依赖和构建文件
2026-02-18 20:36:09 +08:00

39 lines
848 B
JSON

{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v8.0",
"signature": ""
},
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v8.0": {
"AssetManager.Infrastructure/1.0.0": {
"dependencies": {
"AssetManager.Models": "1.0.0"
},
"runtime": {
"AssetManager.Infrastructure.dll": {}
}
},
"AssetManager.Models/1.0.0": {
"runtime": {
"AssetManager.Models.dll": {
"assemblyVersion": "1.0.0",
"fileVersion": "1.0.0.0"
}
}
}
}
},
"libraries": {
"AssetManager.Infrastructure/1.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"AssetManager.Models/1.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
}
}
}