Skip to content

Commit 694177d

Browse files
committed
Include CommunityToolkit.AppServices.targets in nupkg for net8.0-windows10.0.22621
1 parent b7df046 commit 694177d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

components/AppServices/src/CommunityToolkit.AppServices.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,11 @@
5151
<!-- Include the custom .targets file to check the source generator -->
5252
<None Include="CommunityToolkit.AppServices.targets" PackagePath="buildTransitive\netstandard2.0" Pack="true" />
5353
<None Include="CommunityToolkit.AppServices.targets" PackagePath="buildTransitive\uap10.0" Pack="true" />
54+
<None Include="CommunityToolkit.AppServices.targets" PackagePath="buildTransitive\net8.0-windows10.0.22621" Pack="true" />
55+
5456
<None Include="CommunityToolkit.AppServices.targets" PackagePath="build\netstandard2.0" Pack="true" />
5557
<None Include="CommunityToolkit.AppServices.targets" PackagePath="build\uap10.0" Pack="true" />
58+
<None Include="CommunityToolkit.AppServices.targets" PackagePath="build\net8-windows10.0.22621" Pack="true" />
5659

5760
<!-- Pack the source generator to the right package folder -->
5861
<None Include="..\CommunityToolkit.AppServices.SourceGenerators\bin\$(Platform)\$(Configuration)\netstandard2.0\CommunityToolkit.AppServices.SourceGenerators.dll" PackagePath="analyzers\dotnet\cs" Pack="true" Visible="false" />

0 commit comments

Comments
 (0)