-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDirectory.Packages.props
More file actions
26 lines (19 loc) · 1.07 KB
/
Directory.Packages.props
File metadata and controls
26 lines (19 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<Project>
<ItemGroup>
<PackageVersion Include="Adaptify.Core" Version="1.3.4" />
<PackageVersion Include="Fable.Elmish" Version="4.2.0" />
<PackageVersion Include="Expecto" Version="10.2.3" />
<PackageVersion Include="Fable.Browser.Dom" Version="2.10.1" />
<PackageVersion Include="Fable.Core" Version="4.5.0" />
<PackageVersion Include="Fable.Mocha" Version="2.17.0" />
<PackageVersion Include="FSharp.Core" Version="7.0.200" />
<PackageVersion Include="FSharp.Data.Adaptive" Version="1.2.26" />
<!-- Pinned to 0.13.0 because Hedgehog 2.0.x has a Fable packaging bug.
The Hedgehog.fsproj in /fable/ references Autogen/* and Linq/* files with
conditional compilation, but these files don't exist in the fable package.
This causes Fable compilation to fail. Waiting for Hedgehog 2.0.4+ fix. -->
<PackageVersion Include="Hedgehog" Version="0.13.0" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.4.1" />
<PackageVersion Include="YoloDev.Expecto.TestSdk" Version="0.13.3" />
</ItemGroup>
</Project>