Skip to content

Commit 883285f

Browse files
authored
Merge pull request CommunityToolkit#626 from CommunityToolkit/fix/packaging/appservices
Fix packaging for AppServices
2 parents 1963a4a + 81849a1 commit 883285f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/AppServices/src/CommunityToolkit.AppServices.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
<None Include="CommunityToolkit.Labs.AppServices.targets" PackagePath="build" Pack="true" />
5454

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

5959
<!-- Remove imported global usings -->

0 commit comments

Comments
 (0)