Skip to content

Commit 74a0f33

Browse files
committed
Fixed packaging issue with AppServices
1 parent 1963a4a commit 74a0f33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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)