[修复]1. 修复代码生成器的引用报错

This commit is contained in:
Blank 2024-09-04 18:12:40 +08:00
parent 9c8d4431da
commit 1421abacc2
1 changed files with 1 additions and 2 deletions

View File

@ -24,8 +24,7 @@
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.1.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\GameFrameX.Core.Abstractions\GameFrameX.Core.Abstractions.csproj" />
<ProjectReference Include="..\GameFrameX.Setting\GameFrameX.Setting.csproj" />
<PackageReference Include="GameFrameX.Core.Abstractions" Version="1.2.0-beta1" />
</ItemGroup>
</Project>