1 parent 5585d02 commit 1e7f49dCopy full SHA for 1e7f49d
1 file changed
NuggetMod/NuggetMod.csproj
@@ -41,12 +41,10 @@
41
</None>
42
</ItemGroup>
43
44
- <!-- 元包依赖 -->
+ <!-- 元包依赖:通过 NuGet 引用 Core 和 SourceGenerator -->
45
<ItemGroup>
46
- <ProjectReference Include="..\NuggetMod.Core\NuggetMod.Core.csproj" />
47
- <ProjectReference Include="..\NuggetMod.SourceGenerator\NuggetMod.SourceGenerator.csproj"
48
- OutputItemType="Analyzer"
49
- ReferenceOutputAssembly="false" />
+ <PackageReference Include="DrAbc.NuggetMod.Core" Version="*" />
+ <PackageReference Include="DrAbc.NuggetMod.SourceGenerator" Version="*" PrivateAssets="all" />
50
51
52
</Project>
0 commit comments