Skip to content

Commit 72318b9

Browse files
authored
Merge pull request #816 from dsyme/ft1
fix travis
2 parents 4d0c14e + 29b905e commit 72318b9

File tree

3 files changed

+18
-11
lines changed

3 files changed

+18
-11
lines changed

fcs/nuget/FSharp.Compiler.Service.MSBuild.v12.nuspec

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,13 @@
1212
<iconUrl>https://raw.github.com/fsharp/FSharp.Compiler.Service/master/misc/logo.png</iconUrl>
1313
<tags>F#, fsharp, interactive, compiler, editor</tags>
1414
<summary>F# compiler services for creating IDE tools, language extensions and for F# embedding.</summary>
15+
<dependencies>
16+
<group targetFramework="net45">
17+
<dependency id="FSharp.Compiler.Service" version="16.0.1" />
18+
</group>
19+
</dependencies>
1520
</metadata>
1621
<files>
17-
<file src="..\..\Release\fcs\net45\FSharp.Compiler.Service.MSBuild.v12.dll" target="lib\net45" />
22+
<file src="../../Release/fcs/net45/FSharp.Compiler.Service.MSBuild.v12.dll" target="lib/net45" />
1823
</files>
1924
</package>

fcs/nuget/FSharp.Compiler.Service.ProjectCracker.nuspec

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,18 @@
1212
<iconUrl>https://raw.github.com/fsharp/FSharp.Compiler.Service/master/misc/logo.png</iconUrl>
1313
<tags>F#, fsharp, interactive, compiler, editor</tags>
1414
<summary>F# compiler services for creating IDE tools, language extensions and for F# embedding.</summary>
15+
<dependencies>
16+
<group targetFramework="net45">
17+
<dependency id="FSharp.Compiler.Service" version="16.0.1" />
18+
</group>
19+
</dependencies>
1520
</metadata>
1621
<files>
17-
<file src="..\FSharp.Compiler.Service.ProjectCrackerTool\FSharp.Compiler.Service.ProjectCracker.targets" target="build\net45" />
18-
<file src="..\..\Release\fcs\net45\FSharp.Compiler.Service.ProjectCrackerTool.exe" target="utilities\net45" />
19-
<file src="..\..\Release\fcs\net45\FSharp.Compiler.Service.ProjectCrackerTool.exe.config" target="utilities\net45" />
20-
<file src="..\..\Release\fcs\net45\FSharp.Compiler.Service.ProjectCrackerTool.pdb" target="utilities\net45" />
21-
<file src="..\..\Release\fcs\net45\FSharp.Compiler.Service.ProjectCracker.dll" target="lib\net45" />
22-
<file src="..\..\Release\fcs\net45\FSharp.Compiler.Service.ProjectCracker.pdb" target="lib\net45" />
23-
<file src="..\..\Release\fcs\net45\FSharp.Compiler.Service.ProjectCracker.xml" target="lib\net45" />
22+
<file src="../FSharp.Compiler.Service.ProjectCrackerTool/FSharp.Compiler.Service.ProjectCracker.targets" target="build/net45" />
23+
<file src="../../Release/fcs/net45/FSharp.Compiler.Service.ProjectCrackerTool.exe" target="utilities/net45" />
24+
<file src="../../Release/fcs/net45/FSharp.Compiler.Service.ProjectCrackerTool.exe.config" target="utilities/net45" />
25+
<file src="../../Release/fcs/net45/FSharp.Compiler.Service.ProjectCracker.dll" target="lib/net45" />
26+
<file src="../../Release/fcs/net45/FSharp.Compiler.Service.ProjectCracker.xml" target="lib/net45" />
2427
</files>
2528
</package>
2629

fcs/nuget/FSharp.Compiler.Service.nuspec

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@
2020
</dependencies>
2121
</metadata>
2222
<files>
23-
<file src="..\..\Release\fcs\net45\FSharp.Compiler.Service.dll" target="lib\net45" />
24-
<file src="..\..\Release\fcs\net45\FSharp.Compiler.Service.pdb" target="lib\net45" />
25-
<file src="..\..\Release\fcs\net45\FSharp.Compiler.Service.xml" target="lib\net45" />
23+
<file src="../../Release/fcs/net45/FSharp.Compiler.Service.dll" target="lib/net45" />
24+
<file src="../../Release/fcs/net45/FSharp.Compiler.Service.xml" target="lib/net45" />
2625
</files>
2726
</package>

0 commit comments

Comments
 (0)