Skip to content
This repository was archived by the owner on Jan 12, 2024. It is now read-only.

Commit db2bfef

Browse files
committed
Packaging project output should not be framework specific by default
Fixes NuGet/Home#5306
1 parent e52452f commit db2bfef

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/Build/NuGet.Build.Packaging.Tasks/NuGet.Build.Packaging.Authoring.props

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,7 @@ Copyright (c) .NET Foundation. All rights reserved.
2222

2323
<!-- Packaging project doesn't need resolved nuget package dependencies -->
2424
<ResolveNuGetPackages>false</ResolveNuGetPackages>
25+
26+
<PrimaryOutputFrameworkSpecific>false</PrimaryOutputFrameworkSpecific>
2527
</PropertyGroup>
2628
</Project>

0 commit comments

Comments
 (0)