Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f87a9f7

Browse files
committed
On mono we don't create pdbs - so we can't add these
1 parent 0ac89b9 commit f87a9f7

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

nuget/paket.template

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description
88
authors
99
Microsoft Corporation, Dave Thomas, Anh-Dung Phan, Tomas Petricek
1010
summary
11-
F# compiler services for creating IDE tools, language extensions and for F# embedding
11+
F# compiler services for creating IDE tools, language extensions and for F# embedding.
1212
licenseurl https://github.com/fsharp/FSharp.Compiler.Service/blob/master/LICENSE
1313
projecturl https://github.com/fsharp/FSharp.Compiler.Service
1414
iconurl https://raw.github.com/fsharp/FSharp.Compiler.Service/master/misc/logo.png
@@ -17,7 +17,9 @@ tags
1717
files
1818
../bin/v4.0/FSharp.Compiler.Service.dll ==> lib/net40
1919
../bin/v4.0/FSharp.Compiler.Service.XML ==> lib/net40
20-
../bin/v4.0/FSharp.Compiler.Service.pdb ==> lib/net40
20+
../bin/v4.0/FSharp.Compiler.Service.?db ==> lib/net40
21+
../bin/v4.0/FSharp.Compiler.Service.dll.?db ==> lib/net40
2122
../bin/v4.5/FSharp.Compiler.Service.dll ==> lib/net45
2223
../bin/v4.5/FSharp.Compiler.Service.XML ==> lib/net45
23-
../bin/v4.5/FSharp.Compiler.Service.pdb ==> lib/net45
24+
../bin/v4.5/FSharp.Compiler.Service.?db ==> lib/net45
25+
../bin/v4.5/FSharp.Compiler.Service.dll.?db ==> lib/net45

0 commit comments

Comments
 (0)