准备修改运行环境中类库的依赖结构

This commit is contained in:
fengjiayi
2024-11-03 18:28:16 +08:00
parent d646c4e820
commit a76091092d
15 changed files with 264 additions and 162 deletions

View File

@@ -33,9 +33,9 @@ namespace Serein.Library
public class LibraryMds
{
/// <summary>
/// 程序集FullName
/// 程序集名称
/// </summary>
public string LibraryName { get; set; }
public string AssemblyName { get; set; }
/// <summary>
/// 相关的方法详情
/// </summary>