{
"version": "3.0.0-alpha-*",
"authors": [
"Francisco Figueiredo Jr.",
"Josh Cooley",
"Dave Page",
"Jon Asher",
"Brar Piening",
"Chris Morgan",
"Hiroshi Saito",
"Jon Hanna",
"Federico Di Gregorio",
"Glen Parker",
"Shay Rojansky"
],
"description" : "Npgsql is a .NET data provider for PostgreSQL, 100% implemented in C# code. PostgreSQL 9.x and above is officially supported, other versions may work.",
"compilationOptions": {
"define": [ "KPROJ", "__MonoCS__" ]
},
"scripts": {
"prebuild": "msbuild.exe Npgsql.csproj /t:RewriteAsync",
},
"frameworks": {
"net45": {
"frameworkAssemblies": {
"System.Diagnostics.Contracts": "4.0.0.0",
"System.Transactions": "4.0.0.0",
"System.DirectoryServices": "4.0.0.0",
"System.Data": "4.0.0.0",
"System.Numerics": "4.0.0.0",
"System.Xml": "4.0.0.0"
}
},
"dnxcore50_commented": {
"dependencies": {
"System.Collections.Concurrent": "4.0.10-beta-*",
"System.ComponentModel": "4.0.0-beta-*",
"System.ComponentModel.TypeConverter": "4.0.0-beta-*",
"System.Data.Common": "4.0.0-beta-*",
"System.Diagnostics.Contracts": "4.0.0-beta-*",
"System.Diagnostics.Tools": "4.0.0-beta-*",
"System.Globalization": "4.0.10-beta-*",
"System.Linq": "4.0.0-beta-*",
"System.Net.NameResolution": "4.0.0-beta-*",
"System.Net.Primitives": "4.0.10-beta-*",
"System.Net.Sockets": "4.0.0-beta-*",
"System.Net.Security": "4.0.0-beta-*",
"System.Net.NetworkInformation": "4.0.10-beta-*",
"System.Runtime": "4.0.20-beta-*",
"System.Runtime.Extensions": "4.0.10-beta-*",
"System.Runtime.InteropServices": "4.0.10-beta-*",
"System.Runtime.Numerics": "4.0.0-beta-*",
"System.Reflection": "4.0.10-beta-*",
"System.Reflection.TypeExtensions": "4.0.0-beta-*",
"System.Security.Cryptography.Encryption": "4.0.0-beta-*",
"System.Security.Cryptography.Hashing": "4.0.0-beta-*",
"System.Security.Cryptography.RandomNumberGenerator": "4.0.0-beta-*",
"System.Security.Principal": "4.0.0-beta-*",
"System.Text.Encoding.Extensions": "4.0.10-beta-*",
"System.Text.RegularExpressions": "4.0.10-beta-*",
"System.Threading": "4.0.10-beta-*",
"System.Threading.Thread": "4.0.0-beta-*",
}
}
}
}