Skip to content

Commit f6e3dce

Browse files
committed
Open temp files according to OS (thanks @zyzhu)
1 parent 3e76aa9 commit f6e3dce

File tree

4 files changed

+258
-431
lines changed

4 files changed

+258
-431
lines changed

paket.dependencies

+4-3
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,14 @@ strategy: max
33

44
source https://nuget.org/api/v2
55

6-
nuget FSharp.Core
7-
nuget Newtonsoft.Json
8-
nuget Argu
6+
nuget FSharp.Core >= 4.7
7+
nuget Newtonsoft.Json >= 12.0.3
8+
nuget Argu
99

1010
nuget Expecto
1111
nuget Expecto.BenchmarkDotNet
1212
nuget Expecto.FsCheck
13+
nuget System.Runtime.InteropServices.RuntimeInformation >= 4.3.0
1314

1415
group Formatting
1516
source https://nuget.org/api/v2

0 commit comments

Comments
 (0)