Skip to content

Commit c049fb5

Browse files
committed
this should make it work in nuget?
1 parent 06c45d8 commit c049fb5

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

Datamodel.NET/Datamodel.NET.csproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,9 @@
5555
<ItemGroup>
5656
<ProjectReference Include="..\ElementFactoryGenerator\ElementFactoryGenerator.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" />
5757
</ItemGroup>
58+
59+
<ItemGroup>
60+
<Analyzer Include="@(Analyzer)" Pack="true" />
61+
</ItemGroup>
62+
5863
</Project>

ElementFactoryGenerator/ElementFactoryGenerator.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<LangVersion>latest</LangVersion>
66
<Nullable>enable</Nullable>
7-
<EmitCompilerGeneratedFiles>true</EmitCompilerGeneratedFiles>
8-
<CompilerGeneratedFilesOutputPath>Generated</CompilerGeneratedFilesOutputPath>
7+
<IncludeBuildOutput>false</IncludeBuildOutput>
98
<IsRoslynComponent>true</IsRoslynComponent>
109
</PropertyGroup>
1110

0 commit comments

Comments
 (0)