Skip to content

Commit b65e899

Browse files
committed
Add .targets to .NET 9 folders too
1 parent fc423c5 commit b65e899

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,10 @@
3636

3737
<!-- Include the custom .targets file to check the source generator -->
3838
<None Include="CommunityToolkit.WinUI.DependencyPropertyGenerator.targets" PackagePath="buildTransitive\net8.0-windows10.0.17763.0" Pack="true" />
39+
<None Include="CommunityToolkit.WinUI.DependencyPropertyGenerator.targets" PackagePath="buildTransitive\net9.0-windows10.0.17763.0" Pack="true" />
3940
<None Include="CommunityToolkit.WinUI.DependencyPropertyGenerator.targets" PackagePath="buildTransitive\uap10.0" Pack="true" />
4041
<None Include="CommunityToolkit.WinUI.DependencyPropertyGenerator.targets" PackagePath="build\net8.0-windows10.0.17763.0" Pack="true" />
42+
<None Include="CommunityToolkit.WinUI.DependencyPropertyGenerator.targets" PackagePath="build\net9.0-windows10.0.17763.0" Pack="true" />
4143
<None Include="CommunityToolkit.WinUI.DependencyPropertyGenerator.targets" PackagePath="build\uap10.0" Pack="true" />
4244

4345
<!-- Pack the source generators to the right package folder -->

0 commit comments

Comments
 (0)