移除BarTender依赖并更新数据库配置
移除了对BarTender的COM引用及相关代码逻辑,更新了 `appsettings.Development.json`中的数据库连接配置,替换为 新的远程服务器信息。新增`global.json`文件以指定.NET SDK 版本为8.0.416,确保项目运行环境一致性。保留了对NPOI和 QuestPDF的依赖支持。 切换数据库连接并移除BarTender依赖,锁定SDK版本 本次提交主要内容: - 数据库连接切换至 115.190.214.62,并同步更新代码生成连接字符串。 - 移除 BarTender 相关 COM 组件依赖及打印实现,PrintTicketsByTemplate 方法暂时返回 null。 - 新增 global.json,锁定 .NET SDK 版本为 8.0.416,确保开发环境一致性。
This commit is contained in:
6
global.json
Normal file
6
global.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"sdk": {
|
||||
"version": "8.0.416",
|
||||
"rollForward": "patch"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user