Skip to content

Commit df4fdac

Browse files
committed
copilot suggestion
1 parent b9b26c7 commit df4fdac

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/Caliburn.Micro.Avalonia/Caliburn.Micro.Avalonia.csproj

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,6 @@
2727
<PackageReadmeFile>README.md</PackageReadmeFile>
2828
</PropertyGroup>
2929

30-
<Target DependsOnTargets="ResolveReferences" Name="CopyProjectReferencesToPackage">
31-
<ItemGroup>
32-
<BuildOutputInPackage Include="@(ReferenceCopyLocalPaths-&gt;WithMetadataValue('ReferenceSourceTarget', 'ProjectReference')-&gt;WithMetadataValue('PrivateAssets', 'all'))" />
33-
</ItemGroup>
34-
</Target>
3530

3631
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net8.0|AnyCPU'" />
3732

@@ -104,6 +99,7 @@
10499
</ItemGroup>
105100
</Target>
106101

102+
107103
<Target Name="IncludeReferenceAssemblies">
108104
<ItemGroup>
109105
<TfmSpecificPackageFile Include="$(TargetRefPath)" PackagePath="ref/$(TargetFramework)" />

0 commit comments

Comments
 (0)