Skip to content

Commit 0281e36

Browse files
committed
Pack code fixers into NuGet package
1 parent 2389d33 commit 0281e36

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

components/DependencyPropertyGenerator/src/CommunityToolkit.WinUI.DependencyPropertyGenerator.csproj

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,10 @@
2525
</PolySharpIncludeGeneratedTypes>
2626
</PropertyGroup>
2727

28-
<!-- Source generator project reference for packing -->
28+
<!-- Source generator project references for packing -->
2929
<ItemGroup>
3030
<ProjectReference Include="..\CommunityToolkit.DependencyPropertyGenerator.SourceGenerators\CommunityToolkit.DependencyPropertyGenerator.SourceGenerators.csproj" ReferenceOutputAssembly="false" />
31+
<ProjectReference Include="..\CommunityToolkit.DependencyPropertyGenerator.CodeFixers\CommunityToolkit.DependencyPropertyGenerator.CodeFixers.csproj" ReferenceOutputAssembly="false" />
3132
</ItemGroup>
3233

3334
<!-- Pack the source generator and the .targets file -->
@@ -39,7 +40,8 @@
3940
<None Include="CommunityToolkit.WinUI.DependencyPropertyGenerator.targets" PackagePath="build\net8.0-windows10.0.17763.0" Pack="true" />
4041
<None Include="CommunityToolkit.WinUI.DependencyPropertyGenerator.targets" PackagePath="build\uap10.0" Pack="true" />
4142

42-
<!-- Pack the source generator to the right package folder -->
43+
<!-- Pack the source generators to the right package folder -->
4344
<None Include="..\CommunityToolkit.DependencyPropertyGenerator.SourceGenerators\bin\$(Configuration)\netstandard2.0\CommunityToolkit.DependencyPropertyGenerator.SourceGenerators.dll" PackagePath="analyzers\dotnet\roslyn4.12\cs" Pack="true" Visible="false" />
45+
<None Include="..\CommunityToolkit.DependencyPropertyGenerator.CodeFixers\bin\$(Configuration)\netstandard2.0\CommunityToolkit.DependencyPropertyGenerator.CodeFixers.dll" PackagePath="analyzers\dotnet\roslyn4.12\cs" Pack="true" Visible="false" />
4446
</ItemGroup>
4547
</Project>

0 commit comments

Comments
 (0)