Skip to content

Commit 1e7f49d

Browse files
committed
·
1 parent 5585d02 commit 1e7f49d

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

NuggetMod/NuggetMod.csproj

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,10 @@
4141
</None>
4242
</ItemGroup>
4343

44-
<!-- 元包依赖 -->
44+
<!-- 元包依赖:通过 NuGet 引用 Core 和 SourceGenerator -->
4545
<ItemGroup>
46-
<ProjectReference Include="..\NuggetMod.Core\NuggetMod.Core.csproj" />
47-
<ProjectReference Include="..\NuggetMod.SourceGenerator\NuggetMod.SourceGenerator.csproj"
48-
OutputItemType="Analyzer"
49-
ReferenceOutputAssembly="false" />
46+
<PackageReference Include="DrAbc.NuggetMod.Core" Version="*" />
47+
<PackageReference Include="DrAbc.NuggetMod.SourceGenerator" Version="*" PrivateAssets="all" />
5048
</ItemGroup>
5149

5250
</Project>

0 commit comments

Comments
 (0)