Skip to content

Commit 14b2ace

Browse files
author
Bart Koelman
committed
Add dependency from JsonApiDotNetCore to SourceGenerators, so it gets pulled in via NuGet
1 parent 554df4b commit 14b2ace

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/JsonApiDotNetCore/JsonApiDotNetCore.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@
2626
</None>
2727
</ItemGroup>
2828

29+
<ItemGroup>
30+
<ProjectReference Include="..\JsonApiDotNetCore.SourceGenerators\JsonApiDotNetCore.SourceGenerators.csproj" IncludeAssets="analyzers" />
31+
</ItemGroup>
32+
2933
<ItemGroup>
3034
<FrameworkReference Include="Microsoft.AspNetCore.App" />
3135
</ItemGroup>

0 commit comments

Comments
 (0)