We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3458593 commit 1aa7f23Copy full SHA for 1aa7f23
1 file changed
hosts/dotnet/Hako.SourceGenerator/Hako.SourceGenerator.csproj
@@ -3,6 +3,8 @@
3
<PropertyGroup>
4
<TargetFramework>netstandard2.0</TargetFramework>
5
<IsPackable>true</IsPackable>
6
+ <IncludeBuildOutput>false</IncludeBuildOutput>
7
+ <DevelopmentDependency>true</DevelopmentDependency>
8
<Nullable>enable</Nullable>
9
<LangVersion>latest</LangVersion>
10
0 commit comments