Skip to content

Commit 1aa7f23

Browse files
committed
fix(cs): SourceGenerator config
1 parent 3458593 commit 1aa7f23

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

hosts/dotnet/Hako.SourceGenerator/Hako.SourceGenerator.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<IsPackable>true</IsPackable>
6+
<IncludeBuildOutput>false</IncludeBuildOutput>
7+
<DevelopmentDependency>true</DevelopmentDependency>
68
<Nullable>enable</Nullable>
79
<LangVersion>latest</LangVersion>
810

0 commit comments

Comments
 (0)