forked from dotnet-websharper/core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
paket.dependencies
50 lines (42 loc) · 1.5 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
references: strict
redirects: on
framework: net46, net461, netstandard2.0, netcoreapp3.1
source https://api.nuget.org/v3/index.json
strategy: min
storage: none
nuget Microsoft.CSharp ~> 4.4.0
nuget Microsoft.Extensions.DependencyModel ~> 2.0.0
nuget Mono.Cecil ~> 0.11.0
nuget Microsoft.Build.Utilities.Core ~> 15.3.0
nuget System.Configuration.ConfigurationManager ~> 4.4.0
nuget Microsoft.CodeAnalysis.CSharp ~> 2.8.0
nuget System.CodeDom ~> 4.4.0
nuget System.Reflection.Emit.Lightweight ~> 4.3.0
nuget System.Net.Http ~> 4.3.0
nuget System.ValueTuple ~> 4.4.0
nuget FSharp.Core 4.2.3
nuget Microsoft.NETCore.Platforms ~> 2.0.0
nuget NETStandard.Library ~> 2.0.0
nuget System.Text.RegularExpressions ~> 4.3.0
nuget System.Security.Cryptography.Csp ~> 4.3.0
// fixed for analyzer to work
nuget System.Collections.Immutable 1.3.1
nuget System.Reflection.Metadata 1.4.2
group wsbuild
git https://github.com/dotnet-websharper/build-script dotnettool
group includes
references: strict
framework: net46, net461, netstandard2.0, netcoreapp3.1
source https://api.nuget.org/v3/index.json
nuget NETStandard.Library 2.0.3
nuget FSharp.Core ~> 4.7.0
group fcs
framework: net46, net461, netstandard2.0, netcoreapp3.1
source https://api.nuget.org/v3/index.json
strategy: min
storage: none
nuget FSharp.Compiler.Service ~> 37.0
nuget FSharp.Core ~> 4.7.0
group test
source https://api.nuget.org/v3/index.json
nuget Chutzpah ~> 4.4.11