Skip to content

Commit 71fd27a

Browse files
brettfobaronfel
authored andcommitted
hard-code FSharp.Core that ships with legacy project templates (#6611)
1 parent 6173743 commit 71fd27a

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

eng/targets/NuGet.targets

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,4 @@
55
<NuspecProperty Include="Owners=$(Authors)" />
66
</ItemGroup>
77

8-
<Target Name="_GeneratePackGroupOutput"
9-
DependsOnTargets="_GetOutputItemsFromPack;Pack">
10-
<ItemGroup>
11-
<PackGroupOutput Include="@(_OutputPackItems->'%(FullPath)')" Condition="'%(_OutputPackItems.Extension)' == '.nupkg'" />
12-
</ItemGroup>
13-
</Target>
14-
15-
<Target Name="PackOutputGroup"
16-
Outputs="@(PackGroupOutput)"
17-
DependsOnTargets="_GeneratePackGroupOutput">
18-
</Target>
19-
208
</Project>

0 commit comments

Comments
 (0)