Skip to content

Commit 904a4ee

Browse files
committed
feat: Add ProjectReference for ExpressiveSharp.CodeFixers in BasicSample and EFCoreSample
1 parent 3f2875e commit 904a4ee

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

samples/BasicSample/BasicSample.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<ItemGroup>
99
<ProjectReference Include="..\..\src\ExpressiveSharp\ExpressiveSharp.csproj" />
1010
<ProjectReference Include="..\..\src\ExpressiveSharp.Generator\ExpressiveSharp.Generator.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" />
11+
<ProjectReference Include="..\..\src\ExpressiveSharp.CodeFixers\ExpressiveSharp.CodeFixers.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" />
1112
</ItemGroup>
1213

1314
</Project>

samples/EFCoreSample/EFCoreSample.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
<ProjectReference Include="..\..\src\ExpressiveSharp\ExpressiveSharp.csproj" />
1919
<ProjectReference Include="..\..\src\ExpressiveSharp.Generator\ExpressiveSharp.Generator.csproj"
2020
OutputItemType="Analyzer" ReferenceOutputAssembly="false" />
21+
<ProjectReference Include="..\..\src\ExpressiveSharp.CodeFixers\ExpressiveSharp.CodeFixers.csproj"
22+
OutputItemType="Analyzer" ReferenceOutputAssembly="false" />
2123
</ItemGroup>
2224

2325
</Project>

0 commit comments

Comments
 (0)