Skip to content

Commit f54a1c2

Browse files
adding System.Configuration.ConfigurationManager nuget and telling paket we are interested in netstandard as well
1 parent 09319f3 commit f54a1c2

File tree

2 files changed

+471
-56
lines changed

2 files changed

+471
-56
lines changed

paket.dependencies

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source "C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\"
22
source https://www.myget.org/F/eto/
33
source https://api.nuget.org/v3/index.json
4-
framework: >= net45
4+
framework: >= net45, >= netstandard20
55
nuget FParsec 1.0.2
66
nuget FParsec-Pipes 0.4.0
77
nuget FSharp.Core 4.2.1
@@ -14,3 +14,4 @@ nuget Rezoom 0.4.2
1414
nuget System.Data.SQLite.Core 1.0.104.0
1515
nuget System.Threading.Tasks.Extensions 4.3.0
1616
nuget System.ValueTuple 4.3.1
17+
nuget System.Configuration.ConfigurationManager # will be needed for netstandard support (https://apisof.net/catalog/System.Configuration.ConnectionStringSettings)

0 commit comments

Comments
 (0)