We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06c45d8 commit c049fb5Copy full SHA for c049fb5
2 files changed
Datamodel.NET/Datamodel.NET.csproj
@@ -55,4 +55,9 @@
55
<ItemGroup>
56
<ProjectReference Include="..\ElementFactoryGenerator\ElementFactoryGenerator.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" />
57
</ItemGroup>
58
+
59
+ <ItemGroup>
60
+ <Analyzer Include="@(Analyzer)" Pack="true" />
61
+ </ItemGroup>
62
63
</Project>
ElementFactoryGenerator/ElementFactoryGenerator.csproj
@@ -4,8 +4,7 @@
4
<TargetFramework>netstandard2.0</TargetFramework>
5
<LangVersion>latest</LangVersion>
6
<Nullable>enable</Nullable>
7
- <EmitCompilerGeneratedFiles>true</EmitCompilerGeneratedFiles>
8
- <CompilerGeneratedFilesOutputPath>Generated</CompilerGeneratedFilesOutputPath>
+ <IncludeBuildOutput>false</IncludeBuildOutput>
9
<IsRoslynComponent>true</IsRoslynComponent>
10
</PropertyGroup>
11
0 commit comments