Skip to content

Commit c6499c0

Browse files
authored
Merge pull request #608 from eiriktsarpalis/fix-nuget-deps
Fix missing nuget dependencies
2 parents 7e5fac5 + 548c266 commit c6499c0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

nuget/paket.template

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,7 @@ files
1818
../bin/v4.5/FSharp.Compiler.Service.dll ==> lib/net45
1919
../bin/v4.5/FSharp.Compiler.Service.xml ==> lib/net45
2020
../bin/v4.5/FSharp.Compiler.Service.?db ==> lib/net45
21-
../bin/v4.5/FSharp.Compiler.Service.dll.?db ==> lib/net45
21+
../bin/v4.5/FSharp.Compiler.Service.dll.?db ==> lib/net45
22+
dependencies
23+
System.Collections.Immutable >= LOCKEDVERSION
24+
System.Reflection.Metadata >= LOCKEDVERSION

0 commit comments

Comments
 (0)