-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpaket.dependencies
56 lines (50 loc) · 1.84 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
54
55
56
source https://api.nuget.org/v3/index.json
framework: auto-detect
group common
source https://api.nuget.org/v3/index.json
nuget Microsoft.VisualStudio.SDK ~> 17.0
nuget Microsoft.VSSDK.BuildTools ~> 17.0
nuget StructureMap 4.6.1
nuget Newtonsoft.Json ~> 13.0 redirects: on
group tests
source https://api.nuget.org/v3/index.json
nuget AutoFixture.Xunit2 ~> 4.1
nuget AutoFixture.AutoNSubstitute ~> 4.2
nuget NSubstitute ~> 4.2
nuget Shouldly ~> 3.0
nuget xunit ~> 2.3.1
nuget xunit.runner.visualstudio ~> 2.3.1 version_in_path: true
nuget Xunit.StaFact ~> 0.2.9
nuget Microsoft.TeamFoundationServer.ExtendedClient 16.170.0 redirects: force, copy_local: false
nuget Newtonsoft.Json ~> 13.0 redirects: on
nuget Microsoft.VisualStudio.SDK ~> 17.0
nuget Microsoft.VSSDK.BuildTools ~> 17.0
nuget StructureMap 4.6.1
group vs16
framework: auto-detect
source https://api.nuget.org/v3/index.json
nuget Microsoft.TeamFoundationServer.ExtendedClient 16.147.0-preview redirects: force, copy_local: false
nuget Microsoft.VisualStudio.SDK ~> 17.0
nuget Microsoft.VSSDK.BuildTools ~> 17.0
nuget Newtonsoft.Json ~> 13.0 redirects: on
nuget StructureMap 4.6.1
group vs17
framework: auto-detect
source https://api.nuget.org/v3/index.json
nuget Microsoft.TeamFoundationServer.ExtendedClient 16.170.0 redirects: force, copy_local: false
nuget Microsoft.IdentityModel.Clients.ActiveDirectory == 5.2.7
nuget Microsoft.VisualStudio.SDK ~> 17.0
nuget Microsoft.VSSDK.BuildTools ~> 17.0
nuget Newtonsoft.Json ~> 13.0 redirects: on
nuget StructureMap 4.6.1
group build-script
framework: netstandard2.0
source https://api.nuget.org/v3/index.json
nuget Fake >= 5.0.0 rc
nuget canopy
nuget Fake.Api.GitHub
nuget Fake.Core prerelease
nuget Fake.Core.Target prerelease
nuget Fake.IO.FileSystem prerelease
nuget Selenium.Support
nuget Selenium.WebDriver.ChromeDriver