File tree Expand file tree Collapse file tree 2 files changed +7
-17
lines changed
vsintegration/Vsix/VisualFSharpTemplates Expand file tree Collapse file tree 2 files changed +7
-17
lines changed Original file line number Diff line number Diff line change 5
5
<NuspecProperty Include =" Owners=$(Authors)" />
6
6
</ItemGroup >
7
7
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
-
20
8
</Project >
Original file line number Diff line number Diff line change 15
15
<Link >packages\System.ValueTuple.4.4.0.nupkg</Link >
16
16
<IncludeInVSIX >true</IncludeInVSIX >
17
17
</Content >
18
+ <Content Include =" $(NuGetPackageRoot)\FSharp.Core\4.6.2\FSharp.Core.4.6.2.nupkg" >
19
+ <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
20
+ <Link >packages\FSharp.Core.4.6.2.nupkg</Link >
21
+ <IncludeInVSIX >true</IncludeInVSIX >
22
+ </Content >
18
23
<None Include =" Source.extension.vsixmanifest" >
19
24
<SubType >Designer</SubType >
20
25
</None >
21
26
</ItemGroup >
22
27
23
28
<ItemGroup >
24
- <ProjectReference Include =" $(FSharpSourcesRoot)\fsharp\FSharp.Core.nuget\FSharp.Core.nuget.csproj" >
25
- <VSIXSubPath >packages</VSIXSubPath >
26
- <IncludeOutputGroupsInVSIX >PackOutputGroup%3b</IncludeOutputGroupsInVSIX >
27
- <ReferenceOutputAssembly >false</ReferenceOutputAssembly >
28
- </ProjectReference >
29
+ <!-- must include a shipped version in the VSIX, not what's currently in source -->
30
+ <PackageReference Include =" FSharp.Core" Version =" 4.6.2" ExcludeAssets =" all" PrivateAssets =" all" />
29
31
</ItemGroup >
30
32
31
33
<ItemGroup >
You can’t perform that action at this time.
0 commit comments