-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpaket.dependencies
53 lines (47 loc) · 1.38 KB
/
paket.dependencies
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
group Main
source https://api.nuget.org/v3/index.json
framework:netstandard2
redirects: on
nuget SourceLink.Fake
nuget FAKE ~> 4
nuget FSharp.Formatting ~> 2
nuget Xamarin.Forms ~> 4
nuget FSharp.Core 4.3.4
nuget Gjallarhorn >= 1.2.3
nuget Microsoft.Build.Utilities.Core >= 15.5
github fsharp/FAKE modules/Octokit/Octokit.fsx
group Test
source https://api.nuget.org/v3/index.json
framework: netcoreapp3.1
nuget Microsoft.NET.Test.Sdk 15.5.0
nuget NUnit 3.9.0
nuget NUnit3TestAdapter 3.9.0
nuget NUnit.ConsoleRunner ~> 3
nuget FSharp.Core 4.3.4
nuget Gjallarhorn >= 1.2.3
group UiTest
source https://api.nuget.org/v3/index.json
framework: net472
storage:none
nuget Gu.Wpf.UiAutomation
nuget Microsoft.NET.Test.Sdk 15.5.0
nuget NUnit 3.9.0
nuget NUnit3TestAdapter 3.9.0
nuget NUnit.ConsoleRunner ~> 3
nuget FSharp.Core 4.3.4
nuget Gjallarhorn >= 1.2.3
group AvaloniaSamples
source https://api.nuget.org/v3/index.json
storage:none
framework: netcoreapp3.1
nuget Avalonia.Desktop >= 0.10 prerelease
nuget Avalonia.Diagnostics >= 0.10 prerelease
nuget FSharp.Core 4.3.4
nuget Gjallarhorn >= 1.2.3
nuget Microsoft.Windows.CsWinRT 0.1.0-prerelease.200512.7
group WpfSamples
source https://api.nuget.org/v3/index.json
framework: net472
nuget FsXaml.Wpf
nuget FSharp.Core 4.3.4
nuget Gjallarhorn >= 1.2.3