Skip to content
This repository was archived by the owner on Dec 12, 2020. It is now read-only.

Commit f69346b

Browse files
committed
fix: Use OutputItemType in Sample
1 parent 2e55052 commit f69346b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

samples/GeneratorInConsumerSolution/Sample.Consumer/Sample.Consumer.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@
2020
SkipGetTargetFrameworkProperties="true"
2121
UndefineProperties=";TargetFramework;RuntimeIdentifier"
2222
PrivateAssets="all" />-->
23-
<ProjectReference Include="..\Sample.Generator\Sample.Generator.csproj" PrivateAssets="all" />
23+
<ProjectReference Include="..\Sample.Generator\Sample.Generator.csproj"
24+
OutputItemType="CodeGenerationRoslynPlugin"
25+
PrivateAssets="all" />
2426
</ItemGroup>
2527

2628
</Project>

0 commit comments

Comments
 (0)