Skip to content

Commit 31c3bd1

Browse files
Angel-foxxokristiker
authored andcommitted
this should make it work in nuget?
1 parent dc638f2 commit 31c3bd1

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

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)