chore(solution): 删除解决方案中的Dockerfile引用

- 从解决方案文件中移除对Dockerfile的引用
- 保持.gitea工作流文件docker.yml的引用不变
- 优化解决方案结构,避免无用文件引用
This commit is contained in:
movingsam 2026-02-28 18:04:53 +08:00
parent c50615d8d1
commit 4d3fb84663

View File

@ -1,7 +1,6 @@
<Solution>
<Folder Name="/items/">
<File Path=".gitea\workflows\docker.yml" />
<File Path="Dockerfile" />
</Folder>
<Folder Name="/src/">
<Project Path="src/Fengling.Console.csproj" />