|
10 | 10 | Supported Platforms: |
11 | 11 | .NET 4.5+ (net45) |
12 | 12 | netstandard1.6 (netstandard1.6) |
| 13 | + netstandard2.0 (netstandard2.0) |
13 | 14 | </description> |
14 | 15 | <language>en-US</language> |
15 | 16 | <version>$version$</version> |
|
44 | 45 | <dependencyid="System.Threading.ThreadPool"version="4.0.10" /> |
45 | 46 | <dependencyid="System.Threading.Timer"version="4.0.1" /> |
46 | 47 | </group> |
| 48 | + <grouptargetFramework=".NETStandard2.0"> |
| 49 | + </group> |
47 | 50 | <grouptargetFramework="net45"> |
48 | 51 | </group> |
49 | 52 | </dependencies> |
|
54 | 57 | <filesrc="coreclr/bin/FSharp.Core.optdata"target="lib/netstandard1.6/" /> |
55 | 58 | <filesrc="coreclr/bin/FSharp.Core.xml"target="lib/netstandard1.6/" /> |
56 | 59 |
|
| 60 | + <filesrc="coreclr2/bin/FSharp.Core.dll"target="lib/netstandard2.0/" /> |
| 61 | + <filesrc="coreclr2/bin/FSharp.Core.sigdata"target="lib/netstandard2.0/" /> |
| 62 | + <filesrc="coreclr2/bin/FSharp.Core.optdata"target="lib/netstandard2.0/" /> |
| 63 | + <filesrc="coreclr2/bin/FSharp.Core.xml"target="lib/netstandard2.0/" /> |
| 64 | + |
57 | 65 | <filesrc="net40/bin/FSharp.Core.dll"target="lib/net45/" /> |
58 | 66 | <filesrc="net40/bin/FSharp.Core.sigdata"target="lib/net45/" /> |
59 | 67 | <filesrc="net40/bin/FSharp.Core.optdata"target="lib/net45/" /> |
|