Skip to content

Instantly share code, notes, and snippets.

@ctaggart
Created March 2, 2017 04:11
Show Gist options
  • Save ctaggart/da98ac6f10a65903805daebbc3809f55 to your computer and use it in GitHub Desktop.
Save ctaggart/da98ac6f10a65903805daebbc3809f55 to your computer and use it in GitHub Desktop.
Azure Functions, why no binding redirects?!
{
"frameworks": {
"net46": {
"dependencies": {
"Argu": "3.7",
"FSharp.Configuration": "0.6.4",
"FSharp.Data": "2.3.2",
"FSharp.Data.SqlClient": "1.8.2",
"Google.Cloud.Logging.Log4Net": "1.0.0-beta08",
"Microsoft.SqlServer.Types": "11.0.2",
"Newtonsoft.Json": "9.0.1"
}
}
}
}
{
"version": 2,
"targets": {
".NETFramework,Version=v4.6": {
"Argu/3.7.0": {
"type": "package",
"compile": {
"lib/net40/Argu.dll": {}
},
"runtime": {
"lib/net40/Argu.dll": {}
}
},
"FSharp.Configuration/0.6.4": {
"type": "package",
"compile": {
"lib/net40/FSharp.Configuration.dll": {},
"lib/net40/SharpYaml.dll": {}
},
"runtime": {
"lib/net40/FSharp.Configuration.dll": {},
"lib/net40/SharpYaml.dll": {}
}
},
"FSharp.Data/2.3.2": {
"type": "package",
"frameworkAssemblies": [
"System.Xml.Linq"
],
"compile": {
"lib/net40/FSharp.Data.dll": {}
},
"runtime": {
"lib/net40/FSharp.Data.dll": {}
}
},
"FSharp.Data.SqlClient/1.8.2": {
"type": "package",
"frameworkAssemblies": [
"System.Data",
"System.Xml"
],
"compile": {
"lib/net40/FSharp.Data.SqlClient.dll": {}
},
"runtime": {
"lib/net40/FSharp.Data.SqlClient.dll": {}
}
},
"Google.Api.CommonProtos/1.0.0-beta05": {
"type": "package",
"dependencies": {
"Google.Protobuf": "3.0.0"
},
"compile": {
"lib/net45/Google.Api.CommonProtos.dll": {}
},
"runtime": {
"lib/net45/Google.Api.CommonProtos.dll": {}
}
},
"Google.Api.Gax/1.0.0-beta11": {
"type": "package",
"dependencies": {
"Google.Apis.Auth": "1.20.0",
"System.Interactive.Async": "3.1.1",
"System.Net.Http": "4.3.0"
},
"compile": {
"lib/net45/Google.Api.Gax.dll": {}
},
"runtime": {
"lib/net45/Google.Api.Gax.dll": {}
}
},
"Google.Api.Gax.Grpc/1.0.0-beta11": {
"type": "package",
"dependencies": {
"Google.Api.CommonProtos": "1.0.0-beta05",
"Google.Api.Gax": "1.0.0-beta11",
"Google.Apis.Auth": "1.20.0",
"Google.Protobuf": "3.0.0",
"Grpc.Auth": "1.0.1",
"Grpc.Core": "1.0.1"
},
"compile": {
"lib/net45/Google.Api.Gax.Grpc.dll": {}
},
"runtime": {
"lib/net45/Google.Api.Gax.Grpc.dll": {}
}
},
"Google.Apis/1.20.0": {
"type": "package",
"dependencies": {
"Google.Apis.Core": "1.20.0",
"Zlib.Portable.Signed": "1.11.0",
"log4net": "2.0.3"
},
"compile": {
"lib/net45/Google.Apis.PlatformServices.dll": {},
"lib/net45/Google.Apis.dll": {}
},
"runtime": {
"lib/net45/Google.Apis.PlatformServices.dll": {},
"lib/net45/Google.Apis.dll": {}
}
},
"Google.Apis.Auth/1.20.0": {
"type": "package",
"dependencies": {
"Google.Apis": "1.20.0",
"Google.Apis.Core": "1.20.0"
},
"compile": {
"lib/net45/Google.Apis.Auth.PlatformServices.dll": {},
"lib/net45/Google.Apis.Auth.dll": {}
},
"runtime": {
"lib/net45/Google.Apis.Auth.PlatformServices.dll": {},
"lib/net45/Google.Apis.Auth.dll": {}
}
},
"Google.Apis.Core/1.20.0": {
"type": "package",
"dependencies": {
"Newtonsoft.Json": "7.0.1"
},
"compile": {
"lib/net45/Google.Apis.Core.dll": {}
},
"runtime": {
"lib/net45/Google.Apis.Core.dll": {}
}
},
"Google.Cloud.Logging.Log4Net/1.0.0-beta08": {
"type": "package",
"dependencies": {
"Google.Cloud.Logging.V2": "1.0.0-beta08",
"log4net": "2.0.5"
},
"compile": {
"lib/net45/Google.Cloud.Logging.Log4Net.dll": {}
},
"runtime": {
"lib/net45/Google.Cloud.Logging.Log4Net.dll": {}
}
},
"Google.Cloud.Logging.Type/1.0.0-beta08": {
"type": "package",
"dependencies": {
"Google.Api.CommonProtos": "1.0.0-beta05"
},
"compile": {
"lib/net45/Google.Cloud.Logging.Type.dll": {}
},
"runtime": {
"lib/net45/Google.Cloud.Logging.Type.dll": {}
}
},
"Google.Cloud.Logging.V2/1.0.0-beta08": {
"type": "package",
"dependencies": {
"Google.Api.Gax.Grpc": "1.0.0-beta11",
"Google.Cloud.Logging.Type": "1.0.0-beta08"
},
"compile": {
"lib/net45/Google.Cloud.Logging.V2.dll": {}
},
"runtime": {
"lib/net45/Google.Cloud.Logging.V2.dll": {}
}
},
"Google.Protobuf/3.0.0": {
"type": "package",
"compile": {
"lib/net45/Google.Protobuf.dll": {}
},
"runtime": {
"lib/net45/Google.Protobuf.dll": {}
}
},
"Grpc.Auth/1.0.1": {
"type": "package",
"dependencies": {
"Google.Apis.Auth": "1.16.0",
"Grpc.Core": "1.0.1"
},
"compile": {
"lib/net45/Grpc.Auth.dll": {}
},
"runtime": {
"lib/net45/Grpc.Auth.dll": {}
}
},
"Grpc.Core/1.0.1": {
"type": "package",
"dependencies": {
"System.Interactive.Async": "3.0.0"
},
"compile": {
"lib/net45/Grpc.Core.dll": {}
},
"runtime": {
"lib/net45/Grpc.Core.dll": {}
},
"runtimeTargets": {
"runtimes/linux/native/libgrpc_csharp_ext.x64.so": {
"assetType": "native",
"rid": "linux"
},
"runtimes/linux/native/libgrpc_csharp_ext.x86.so": {
"assetType": "native",
"rid": "linux"
},
"runtimes/osx/native/libgrpc_csharp_ext.x64.dylib": {
"assetType": "native",
"rid": "osx"
},
"runtimes/osx/native/libgrpc_csharp_ext.x86.dylib": {
"assetType": "native",
"rid": "osx"
},
"runtimes/win/native/grpc_csharp_ext.x64.dll": {
"assetType": "native",
"rid": "win"
},
"runtimes/win/native/grpc_csharp_ext.x86.dll": {
"assetType": "native",
"rid": "win"
}
}
},
"log4net/2.0.5": {
"type": "package",
"compile": {
"lib/net45-full/log4net.dll": {}
},
"runtime": {
"lib/net45-full/log4net.dll": {}
}
},
"Microsoft.SqlServer.Types/11.0.2": {
"type": "package",
"compile": {
"lib/net20/Microsoft.SqlServer.Types.dll": {}
},
"runtime": {
"lib/net20/Microsoft.SqlServer.Types.dll": {}
}
},
"Newtonsoft.Json/9.0.1": {
"type": "package",
"compile": {
"lib/net45/Newtonsoft.Json.dll": {}
},
"runtime": {
"lib/net45/Newtonsoft.Json.dll": {}
}
},
"System.Diagnostics.DiagnosticSource/4.3.0": {
"type": "package",
"compile": {
"lib/net46/_._": {}
},
"runtime": {
"lib/net46/System.Diagnostics.DiagnosticSource.dll": {}
}
},
"System.Interactive.Async/3.1.1": {
"type": "package",
"compile": {
"lib/net46/System.Interactive.Async.dll": {}
},
"runtime": {
"lib/net46/System.Interactive.Async.dll": {}
}
},
"System.Net.Http/4.3.0": {
"type": "package",
"dependencies": {
"System.Diagnostics.DiagnosticSource": "4.3.0",
"System.Security.Cryptography.X509Certificates": "4.3.0"
},
"frameworkAssemblies": [
"System",
"System.Core",
"mscorlib"
],
"compile": {
"ref/net46/System.Net.Http.dll": {}
},
"runtime": {
"lib/net46/System.Net.Http.dll": {}
},
"runtimeTargets": {
"runtimes/win/lib/net46/System.Net.Http.dll": {
"assetType": "runtime",
"rid": "win"
}
}
},
"System.Security.Cryptography.Algorithms/4.3.0": {
"type": "package",
"dependencies": {
"System.Security.Cryptography.Primitives": "4.3.0"
},
"frameworkAssemblies": [
"System.Core",
"mscorlib"
],
"compile": {
"ref/net46/System.Security.Cryptography.Algorithms.dll": {}
},
"runtime": {
"lib/net46/System.Security.Cryptography.Algorithms.dll": {}
},
"runtimeTargets": {
"runtimes/win/lib/net46/System.Security.Cryptography.Algorithms.dll": {
"assetType": "runtime",
"rid": "win"
}
}
},
"System.Security.Cryptography.Encoding/4.3.0": {
"type": "package",
"frameworkAssemblies": [
"System",
"mscorlib"
],
"compile": {
"ref/net46/System.Security.Cryptography.Encoding.dll": {}
},
"runtime": {
"lib/net46/System.Security.Cryptography.Encoding.dll": {}
},
"runtimeTargets": {
"runtimes/unix/lib/netstandard1.3/System.Security.Cryptography.Encoding.dll": {
"assetType": "runtime",
"rid": "unix"
},
"runtimes/win/lib/net46/System.Security.Cryptography.Encoding.dll": {
"assetType": "runtime",
"rid": "win"
}
}
},
"System.Security.Cryptography.Primitives/4.3.0": {
"type": "package",
"frameworkAssemblies": [
"mscorlib"
],
"compile": {
"ref/net46/System.Security.Cryptography.Primitives.dll": {}
},
"runtime": {
"lib/net46/System.Security.Cryptography.Primitives.dll": {}
}
},
"System.Security.Cryptography.X509Certificates/4.3.0": {
"type": "package",
"dependencies": {
"System.Security.Cryptography.Algorithms": "4.3.0",
"System.Security.Cryptography.Encoding": "4.3.0"
},
"frameworkAssemblies": [
"System",
"System.Core",
"mscorlib"
],
"compile": {
"ref/net46/System.Security.Cryptography.X509Certificates.dll": {}
},
"runtime": {
"lib/net46/System.Security.Cryptography.X509Certificates.dll": {}
},
"runtimeTargets": {
"runtimes/win/lib/net46/System.Security.Cryptography.X509Certificates.dll": {
"assetType": "runtime",
"rid": "win"
}
}
},
"Zlib.Portable.Signed/1.11.0": {
"type": "package",
"compile": {
"lib/portable-net4+sl5+wp8+win8+wpa81+MonoTouch+MonoAndroid/Zlib.Portable.dll": {}
},
"runtime": {
"lib/portable-net4+sl5+wp8+win8+wpa81+MonoTouch+MonoAndroid/Zlib.Portable.dll": {}
}
}
}
},
"libraries": {
"Argu/3.7.0": {
"sha512": "RseqWYBH65+hewOX9hyNv6xfHFji6/uv962y2OI7SIRwGac96JwDdvRMeEvvJ5faSL3PEL7lXR5mZCfi112qrA==",
"type": "package",
"path": "argu/3.7.0",
"files": [
"argu.3.7.0.nupkg.sha512",
"argu.nuspec",
"lib/net35/Argu.XML",
"lib/net35/Argu.dll",
"lib/net35/Argu.pdb",
"lib/net40/Argu.XML",
"lib/net40/Argu.dll",
"lib/net40/Argu.pdb",
"lib/netstandard1.6/Argu.dll"
]
},
"FSharp.Configuration/0.6.4": {
"sha512": "xpwtTagLXWWqqcUbAB+moAGC3KYmLRwmC3kyhOlJDBAQNTZdkzFSOSicTBJrSThsTaLcHVYqcrOpHJEP1BbSRw==",
"type": "package",
"path": "fsharp.configuration/0.6.4",
"files": [
"docs/AppSettingsProvider.html",
"docs/IniTypeProvider.html",
"docs/ResXProvider.html",
"docs/YamlConfigProvider.html",
"docs/content/img/github-blue.png",
"docs/content/img/github.png",
"docs/content/style.css",
"docs/content/style.css.bak",
"docs/content/style_light.css",
"docs/content/tips.js",
"docs/img/AppSettingsProvider.png",
"docs/img/ResXImages.png",
"docs/img/ResXProvider.png",
"docs/img/Resource1.png",
"docs/img/YamlConfigProvider.png",
"docs/img/logo.pdn",
"docs/img/logo.png",
"docs/index.html",
"docs/license.html",
"docs/reference/fsharp-configuration-appsettings.html",
"docs/reference/fsharp-configuration-appsettingstypeprovider.html",
"docs/reference/fsharp-configuration-configtypeprovider-fsharpconfigurationprovider.html",
"docs/reference/fsharp-configuration-configtypeprovider.html",
"docs/reference/fsharp-configuration-inifile.html",
"docs/reference/fsharp-configuration-inifileprovider-parser-key.html",
"docs/reference/fsharp-configuration-inifileprovider-parser-section.html",
"docs/reference/fsharp-configuration-inifileprovider-parser-sectionname.html",
"docs/reference/fsharp-configuration-inifileprovider-parser-setting.html",
"docs/reference/fsharp-configuration-inifileprovider-parser-stream.html",
"docs/reference/fsharp-configuration-inifileprovider-parser-value.html",
"docs/reference/fsharp-configuration-inifileprovider-parser.html",
"docs/reference/fsharp-configuration-inifileprovider.html",
"docs/reference/fsharp-configuration-resxprovider-0.html",
"docs/reference/fsharp-configuration-yamlconfig.html",
"docs/reference/fsharp-configuration-yamlconfigtypeprovider-helper.html",
"docs/reference/fsharp-configuration-yamlconfigtypeprovider-root.html",
"docs/reference/fsharp-configuration-yamlconfigtypeprovider.html",
"docs/reference/index.html",
"docs/reference/providerimplementation-providedtypes-providedassembly.html",
"docs/reference/providerimplementation-providedtypes-providedconstructor.html",
"docs/reference/providerimplementation-providedtypes-providedevent.html",
"docs/reference/providerimplementation-providedtypes-providedfield.html",
"docs/reference/providerimplementation-providedtypes-providedliteralfield.html",
"docs/reference/providerimplementation-providedtypes-providedmeasurebuilder.html",
"docs/reference/providerimplementation-providedtypes-providedmethod.html",
"docs/reference/providerimplementation-providedtypes-providedparameter.html",
"docs/reference/providerimplementation-providedtypes-providedproperty.html",
"docs/reference/providerimplementation-providedtypes-providedstaticparameter.html",
"docs/reference/providerimplementation-providedtypes-providedsymboltype.html",
"docs/reference/providerimplementation-providedtypes-providedtypebuilder.html",
"docs/reference/providerimplementation-providedtypes-providedtypedefinition.html",
"docs/reference/providerimplementation-providedtypes-symbolkind.html",
"docs/reference/providerimplementation-providedtypes-typeproviderfornamespaces.html",
"docs/release-notes.html",
"fsharp.configuration.0.6.4.nupkg.sha512",
"fsharp.configuration.nuspec",
"lib/net40/FSharp.Configuration.XML",
"lib/net40/FSharp.Configuration.dll",
"lib/net40/FSharp.Configuration.pdb",
"lib/net40/SharpYaml.dll",
"lib/net40/SharpYaml.xml"
]
},
"FSharp.Data/2.3.2": {
"sha512": "WfJwzvgyyGFydvxGy6NF4L7sl92uNKgZF8vZk+pMU4QouK8aFXqGhc9q82vli5g8US627N6/7gQI/tFkAdtymQ==",
"type": "package",
"path": "fsharp.data/2.3.2",
"files": [
"fsharp.data.2.3.2.nupkg.sha512",
"fsharp.data.nuspec",
"lib/net40/FSharp.Data.DesignTime.dll",
"lib/net40/FSharp.Data.DesignTime.pdb",
"lib/net40/FSharp.Data.DesignTime.xml",
"lib/net40/FSharp.Data.dll",
"lib/net40/FSharp.Data.pdb",
"lib/net40/FSharp.Data.xml",
"lib/portable-net45+netcore45+wpa81+wp8/FSharp.Data.DesignTime.dll",
"lib/portable-net45+netcore45+wpa81+wp8/FSharp.Data.DesignTime.pdb",
"lib/portable-net45+netcore45+wpa81+wp8/FSharp.Data.DesignTime.xml",
"lib/portable-net45+netcore45+wpa81+wp8/FSharp.Data.dll",
"lib/portable-net45+netcore45+wpa81+wp8/FSharp.Data.pdb",
"lib/portable-net45+netcore45+wpa81+wp8/FSharp.Data.xml",
"lib/portable-net45+netcore45/FSharp.Data.DesignTime.dll",
"lib/portable-net45+netcore45/FSharp.Data.DesignTime.pdb",
"lib/portable-net45+netcore45/FSharp.Data.DesignTime.xml",
"lib/portable-net45+netcore45/FSharp.Data.dll",
"lib/portable-net45+netcore45/FSharp.Data.pdb",
"lib/portable-net45+netcore45/FSharp.Data.xml",
"lib/portable-net45+sl50+netcore45/FSharp.Data.DesignTime.dll",
"lib/portable-net45+sl50+netcore45/FSharp.Data.DesignTime.pdb",
"lib/portable-net45+sl50+netcore45/FSharp.Data.DesignTime.xml",
"lib/portable-net45+sl50+netcore45/FSharp.Data.dll",
"lib/portable-net45+sl50+netcore45/FSharp.Data.pdb",
"lib/portable-net45+sl50+netcore45/FSharp.Data.xml",
"linqpad-samples/GitHub.linq",
"linqpad-samples/Jira.linq",
"linqpad-samples/TypeInference.linq"
]
},
"FSharp.Data.SqlClient/1.8.2": {
"sha512": "0V8x/+ElT4wqCNbfOD4cpI5I9V2O5BBnXiU5q69/e5FrUSIljWA45GtRb1B1XHVfPo2Hva55FfMqUiBsuKYN8g==",
"type": "package",
"path": "fsharp.data.sqlclient/1.8.2",
"files": [
"fsharp.data.sqlclient.1.8.2.nupkg.sha512",
"fsharp.data.sqlclient.nuspec",
"lib/net40/FSharp.Data.SqlClient.XML",
"lib/net40/FSharp.Data.SqlClient.dll",
"lib/net40/FSharp.Data.SqlClient.pdb",
"lib/net40/Microsoft.SqlServer.TransactSql.ScriptDom.dll"
]
},
"Google.Api.CommonProtos/1.0.0-beta05": {
"sha512": "AZtAl+Y+PhpBfBwg3XcSn3DcmIvtFqR1QbusyqvaVZJEWimLqU9hKqBcxPMvPo6IoNQ9T3Z1ysch3zoTiBloyA==",
"type": "package",
"path": "google.api.commonprotos/1.0.0-beta05",
"files": [
"google.api.commonprotos.1.0.0-beta05.nupkg.sha512",
"google.api.commonprotos.nuspec",
"lib/net45/Google.Api.CommonProtos.dll",
"lib/net45/Google.Api.CommonProtos.xml",
"lib/netstandard1.3/Google.Api.CommonProtos.dll",
"lib/netstandard1.3/Google.Api.CommonProtos.xml"
]
},
"Google.Api.Gax/1.0.0-beta11": {
"sha512": "ZshZcNDn1mXgYHBTSYGG5eelEqQfTDmWcsSOEN7cYoK4fHBvy/nrjiDZ48SfkLQ1usoYjkcG37kUfZ7F2lmmOg==",
"type": "package",
"path": "google.api.gax/1.0.0-beta11",
"files": [
"google.api.gax.1.0.0-beta11.nupkg.sha512",
"google.api.gax.nuspec",
"lib/net45/Google.Api.Gax.dll",
"lib/net45/Google.Api.Gax.xml",
"lib/netstandard1.3/Google.Api.Gax.dll",
"lib/netstandard1.3/Google.Api.Gax.xml"
]
},
"Google.Api.Gax.Grpc/1.0.0-beta11": {
"sha512": "TrQ4OEhCCJJfhBrWjrEroGxxsDmbfj9GS5R63TviuvwuGPJPffUiTItAhjIBKdK3UNGchgmWH7JwziZwlfdk0w==",
"type": "package",
"path": "google.api.gax.grpc/1.0.0-beta11",
"files": [
"google.api.gax.grpc.1.0.0-beta11.nupkg.sha512",
"google.api.gax.grpc.nuspec",
"lib/net45/Google.Api.Gax.Grpc.dll",
"lib/net45/Google.Api.Gax.Grpc.xml",
"lib/netstandard1.5/Google.Api.Gax.Grpc.dll",
"lib/netstandard1.5/Google.Api.Gax.Grpc.xml"
]
},
"Google.Apis/1.20.0": {
"sha512": "zoJM6/lIsnhtpTV7six6S67zQ2BNEKZlzP/bZLC0eOHygatNWzDRxRPW4xONG5a8yEh7pr/3Mj1GDUoDIX5VHw==",
"type": "package",
"path": "google.apis/1.20.0",
"files": [
"License.txt",
"google.apis.1.20.0.nupkg.sha512",
"google.apis.nuspec",
"lib/net45/Google.Apis.PlatformServices.dll",
"lib/net45/Google.Apis.PlatformServices.pdb",
"lib/net45/Google.Apis.PlatformServices.xml",
"lib/net45/Google.Apis.dll",
"lib/net45/Google.Apis.pdb",
"lib/net45/Google.Apis.xml",
"lib/netstandard1.3/Google.Apis.dll",
"lib/netstandard1.3/Google.Apis.pdb",
"lib/netstandard1.3/Google.Apis.xml",
"lib/portable-net45+sl50+netcore45+wpa81+wp8/Google.Apis.dll",
"lib/portable-net45+sl50+netcore45+wpa81+wp8/Google.Apis.pdb",
"lib/portable-net45+sl50+netcore45+wpa81+wp8/Google.Apis.xml",
"lib/win81/Google.Apis.PlatformServices.dll",
"lib/win81/Google.Apis.PlatformServices.pdb",
"lib/win81/Google.Apis.PlatformServices.xml",
"lib/win81/Google.Apis.dll",
"lib/win81/Google.Apis.pdb",
"lib/win81/Google.Apis.xml",
"lib/wp8/Google.Apis.PlatformServices.dll",
"lib/wp8/Google.Apis.PlatformServices.pdb",
"lib/wp8/Google.Apis.PlatformServices.xml",
"lib/wp8/Google.Apis.dll",
"lib/wp8/Google.Apis.pdb",
"lib/wp8/Google.Apis.xml",
"lib/wpa81/Google.Apis.PlatformServices.dll",
"lib/wpa81/Google.Apis.PlatformServices.pdb",
"lib/wpa81/Google.Apis.PlatformServices.xml",
"lib/wpa81/Google.Apis.dll",
"lib/wpa81/Google.Apis.pdb",
"lib/wpa81/Google.Apis.xml"
]
},
"Google.Apis.Auth/1.20.0": {
"sha512": "u2f9JwyZYqOI2KxtUUQFoIMweRtz9qfL8Lue/A0Bi187k1OOwx22zdHcYwjjIWphfJgkywqyV/2tAbPl6TzN3A==",
"type": "package",
"path": "google.apis.auth/1.20.0",
"files": [
"License.txt",
"google.apis.auth.1.20.0.nupkg.sha512",
"google.apis.auth.nuspec",
"lib/net45/Google.Apis.Auth.PlatformServices.dll",
"lib/net45/Google.Apis.Auth.PlatformServices.pdb",
"lib/net45/Google.Apis.Auth.PlatformServices.xml",
"lib/net45/Google.Apis.Auth.dll",
"lib/net45/Google.Apis.Auth.pdb",
"lib/net45/Google.Apis.Auth.xml",
"lib/netstandard1.3/Google.Apis.Auth.PlatformServices.dll",
"lib/netstandard1.3/Google.Apis.Auth.PlatformServices.pdb",
"lib/netstandard1.3/Google.Apis.Auth.PlatformServices.xml",
"lib/netstandard1.3/Google.Apis.Auth.dll",
"lib/netstandard1.3/Google.Apis.Auth.pdb",
"lib/netstandard1.3/Google.Apis.Auth.xml",
"lib/portable-net45+sl50+netcore45+wpa81+wp8/Google.Apis.Auth.dll",
"lib/portable-net45+sl50+netcore45+wpa81+wp8/Google.Apis.Auth.pdb",
"lib/portable-net45+sl50+netcore45+wpa81+wp8/Google.Apis.Auth.xml",
"lib/win81/Google.Apis.Auth.PlatformServices.dll",
"lib/win81/Google.Apis.Auth.PlatformServices.pdb",
"lib/win81/Google.Apis.Auth.PlatformServices.xml",
"lib/win81/Google.Apis.Auth.dll",
"lib/win81/Google.Apis.Auth.pdb",
"lib/win81/Google.Apis.Auth.xml",
"lib/wp8/Google.Apis.Auth.PlatformServices.dll",
"lib/wp8/Google.Apis.Auth.PlatformServices.pdb",
"lib/wp8/Google.Apis.Auth.PlatformServices.xml",
"lib/wp8/Google.Apis.Auth.dll",
"lib/wp8/Google.Apis.Auth.pdb",
"lib/wp8/Google.Apis.Auth.xml",
"lib/wpa81/Google.Apis.Auth.PlatformServices.dll",
"lib/wpa81/Google.Apis.Auth.PlatformServices.pdb",
"lib/wpa81/Google.Apis.Auth.PlatformServices.xml",
"lib/wpa81/Google.Apis.Auth.dll",
"lib/wpa81/Google.Apis.Auth.pdb",
"lib/wpa81/Google.Apis.Auth.xml"
]
},
"Google.Apis.Core/1.20.0": {
"sha512": "Xgo/3ghFvPzMXeqku4RQD+sZIzOOUFSucgWaJaKtTsM6YFmU80kTfmDNkGykbTYpfpqElixUQ/pN3oF3Rq2SjA==",
"type": "package",
"path": "google.apis.core/1.20.0",
"files": [
"License.txt",
"google.apis.core.1.20.0.nupkg.sha512",
"google.apis.core.nuspec",
"lib/net45/Google.Apis.Core.dll",
"lib/net45/Google.Apis.Core.pdb",
"lib/net45/Google.Apis.Core.xml",
"lib/netstandard1.3/Google.Apis.Core.dll",
"lib/netstandard1.3/Google.Apis.Core.pdb",
"lib/netstandard1.3/Google.Apis.Core.xml",
"lib/portable-net45+sl50+netcore45+wpa81+wp8/Google.Apis.Core.dll",
"lib/portable-net45+sl50+netcore45+wpa81+wp8/Google.Apis.Core.pdb",
"lib/portable-net45+sl50+netcore45+wpa81+wp8/Google.Apis.Core.xml"
]
},
"Google.Cloud.Logging.Log4Net/1.0.0-beta08": {
"sha512": "B/j2YCa31JkSnGJ333hLPCfuneUfZYOIx+WLENjvidCJym7vchvK6e81nUY430wdmiPA6ApWjW0277UjJflQRQ==",
"type": "package",
"path": "google.cloud.logging.log4net/1.0.0-beta08",
"files": [
"google.cloud.logging.log4net.1.0.0-beta08.nupkg.sha512",
"google.cloud.logging.log4net.nuspec",
"lib/net45/Google.Cloud.Logging.Log4Net.dll",
"lib/net45/Google.Cloud.Logging.Log4Net.xml"
]
},
"Google.Cloud.Logging.Type/1.0.0-beta08": {
"sha512": "hAeBzok4zw/lC0r43p3lQYh4IRZY47aQiyt6YNk2RDJZzEGQ0Bk2wWGYHaenSYrklwxkK0GoU8rZLIiYPEUumQ==",
"type": "package",
"path": "google.cloud.logging.type/1.0.0-beta08",
"files": [
"google.cloud.logging.type.1.0.0-beta08.nupkg.sha512",
"google.cloud.logging.type.nuspec",
"lib/net45/Google.Cloud.Logging.Type.dll",
"lib/net45/Google.Cloud.Logging.Type.xml",
"lib/netstandard1.5/Google.Cloud.Logging.Type.dll",
"lib/netstandard1.5/Google.Cloud.Logging.Type.xml"
]
},
"Google.Cloud.Logging.V2/1.0.0-beta08": {
"sha512": "RjewMdQyquSNfSW1dXMD2FNVwLtkIyVqSxoMKIA8oyUCZOkOXEfDS8Ryb7scOng7Unw5nWwLy+bO1UMh4kXtBw==",
"type": "package",
"path": "google.cloud.logging.v2/1.0.0-beta08",
"files": [
"google.cloud.logging.v2.1.0.0-beta08.nupkg.sha512",
"google.cloud.logging.v2.nuspec",
"lib/net45/Google.Cloud.Logging.V2.dll",
"lib/net45/Google.Cloud.Logging.V2.xml",
"lib/netstandard1.5/Google.Cloud.Logging.V2.dll",
"lib/netstandard1.5/Google.Cloud.Logging.V2.xml"
]
},
"Google.Protobuf/3.0.0": {
"sha512": "l5CH4IoWys8hIQR53F+nM3RpFOX12Jj9iXVOh30ejoz0TRHApzvAHc+5T5mGnMWa/vCVfYFZkhqStn+IuK8+5g==",
"type": "package",
"path": "google.protobuf/3.0.0",
"files": [
"google.protobuf.3.0.0.nupkg.sha512",
"google.protobuf.nuspec",
"lib/net45/Google.Protobuf.dll",
"lib/net45/Google.Protobuf.xml",
"lib/netstandard1.0/Google.Protobuf.dll",
"lib/netstandard1.0/Google.Protobuf.xml"
]
},
"Grpc.Auth/1.0.1": {
"sha512": "d1s15zuiLRw4O11G0pK6n5BtApSr3ZomZ9QWx6yuSHNnuftOeq7EZZpieLm5aUfFag0cksbr4+qHTsJCNNfFqg==",
"type": "package",
"path": "grpc.auth/1.0.1",
"files": [
"grpc.auth.1.0.1.nupkg.sha512",
"grpc.auth.nuspec",
"lib/net45/Grpc.Auth.dll",
"lib/net45/Grpc.Auth.xml",
"lib/netstandard1.5/Grpc.Auth.dll",
"lib/netstandard1.5/Grpc.Auth.xml"
]
},
"Grpc.Core/1.0.1": {
"sha512": "mkHT9Kph4Nt1uZwgff2gUjQzXJ8Nn7BhiHv4mz1FDaScmuqOEk9ACfoaiGa8yeTkuPGU0eCd4KkBJlUXbbfScg==",
"type": "package",
"path": "grpc.core/1.0.1",
"files": [
"build/net45/Grpc.Core.targets",
"grpc.core.1.0.1.nupkg.sha512",
"grpc.core.nuspec",
"lib/net45/Grpc.Core.dll",
"lib/net45/Grpc.Core.xml",
"lib/netstandard1.5/Grpc.Core.dll",
"lib/netstandard1.5/Grpc.Core.xml",
"runtimes/linux/native/libgrpc_csharp_ext.x64.so",
"runtimes/linux/native/libgrpc_csharp_ext.x86.so",
"runtimes/osx/native/libgrpc_csharp_ext.x64.dylib",
"runtimes/osx/native/libgrpc_csharp_ext.x86.dylib",
"runtimes/win/native/grpc_csharp_ext.x64.dll",
"runtimes/win/native/grpc_csharp_ext.x86.dll"
]
},
"log4net/2.0.5": {
"sha512": "AEqPZz+v+OikfnR2SqRVdQPnSaLq5y9Iz1CfRQZ9kTKPYCXHG6zYmDHb7wJotICpDLMr/JqokyjiqKAjUKp0ng==",
"type": "package",
"path": "log4net/2.0.5",
"files": [
"lib/net10-full/log4net.dll",
"lib/net10-full/log4net.xml",
"lib/net11-full/log4net.dll",
"lib/net11-full/log4net.xml",
"lib/net20-full/log4net.dll",
"lib/net20-full/log4net.xml",
"lib/net35-client/log4net.dll",
"lib/net35-client/log4net.xml",
"lib/net35-full/log4net.dll",
"lib/net35-full/log4net.xml",
"lib/net40-client/log4net.dll",
"lib/net40-client/log4net.xml",
"lib/net40-full/log4net.dll",
"lib/net40-full/log4net.xml",
"lib/net45-full/log4net.dll",
"lib/net45-full/log4net.xml",
"log4net.2.0.5.nupkg.sha512",
"log4net.nuspec"
]
},
"Microsoft.SqlServer.Types/11.0.2": {
"sha512": "tusOUD4s/zkjRs25wD2TrzClQeSgQvvz5YSsG3bEbiogXm7+H5I6PBUy1RixWyLzlZpn3kxrLGyoId5+no9g0w==",
"type": "package",
"path": "microsoft.sqlserver.types/11.0.2",
"files": [
"content/SqlServerTypes/Loader.cs",
"content/SqlServerTypes/readme.htm",
"lib/net20/Microsoft.SqlServer.Types.dll",
"microsoft.sqlserver.types.11.0.2.nupkg.sha512",
"microsoft.sqlserver.types.nuspec",
"nativeBinaries/x64/SqlServerSpatial110.dll",
"nativeBinaries/x64/msvcr100.dll",
"nativeBinaries/x86/SqlServerSpatial110.dll",
"nativeBinaries/x86/msvcr100.dll",
"tools/install.ps1",
"tools/uninstall.ps1"
]
},
"Newtonsoft.Json/9.0.1": {
"sha512": "U82mHQSKaIk+lpSVCbWYKNavmNH1i5xrExDEquU1i6I5pV6UMOqRnJRSlKO3cMPfcpp0RgDY+8jUXHdQ4IfXvw==",
"type": "package",
"path": "newtonsoft.json/9.0.1",
"files": [
"lib/net20/Newtonsoft.Json.dll",
"lib/net20/Newtonsoft.Json.xml",
"lib/net35/Newtonsoft.Json.dll",
"lib/net35/Newtonsoft.Json.xml",
"lib/net40/Newtonsoft.Json.dll",
"lib/net40/Newtonsoft.Json.xml",
"lib/net45/Newtonsoft.Json.dll",
"lib/net45/Newtonsoft.Json.xml",
"lib/netstandard1.0/Newtonsoft.Json.dll",
"lib/netstandard1.0/Newtonsoft.Json.xml",
"lib/portable-net40+sl5+wp80+win8+wpa81/Newtonsoft.Json.dll",
"lib/portable-net40+sl5+wp80+win8+wpa81/Newtonsoft.Json.xml",
"lib/portable-net45+wp80+win8+wpa81/Newtonsoft.Json.dll",
"lib/portable-net45+wp80+win8+wpa81/Newtonsoft.Json.xml",
"newtonsoft.json.9.0.1.nupkg.sha512",
"newtonsoft.json.nuspec",
"tools/install.ps1"
]
},
"System.Diagnostics.DiagnosticSource/4.3.0": {
"sha512": "tD6kosZnTAGdrEa0tZSuFyunMbt/5KYDnHdndJYGqZoNy00XVXyACd5d6KnE1YgYv3ne2CjtAfNXo/fwEhnKUA==",
"type": "package",
"path": "system.diagnostics.diagnosticsource/4.3.0",
"files": [
"ThirdPartyNotices.txt",
"dotnet_library_license.txt",
"lib/net46/System.Diagnostics.DiagnosticSource.dll",
"lib/net46/System.Diagnostics.DiagnosticSource.xml",
"lib/netstandard1.1/System.Diagnostics.DiagnosticSource.dll",
"lib/netstandard1.1/System.Diagnostics.DiagnosticSource.xml",
"lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll",
"lib/netstandard1.3/System.Diagnostics.DiagnosticSource.xml",
"lib/portable-net45+win8+wpa81/System.Diagnostics.DiagnosticSource.dll",
"lib/portable-net45+win8+wpa81/System.Diagnostics.DiagnosticSource.xml",
"system.diagnostics.diagnosticsource.4.3.0.nupkg.sha512",
"system.diagnostics.diagnosticsource.nuspec"
]
},
"System.Interactive.Async/3.1.1": {
"sha512": "hZccYiIE5RS1/J9Tb/BNtosAGVggdlsJm4Ojdu+gDV0p4AIi+LUfUogMKkRacljQEJd2AG6vYzvcjhQFkqoZmw==",
"type": "package",
"path": "system.interactive.async/3.1.1",
"files": [
"lib/net45/System.Interactive.Async.dll",
"lib/net45/System.Interactive.Async.xml",
"lib/net46/System.Interactive.Async.dll",
"lib/net46/System.Interactive.Async.xml",
"lib/netstandard1.0/System.Interactive.Async.dll",
"lib/netstandard1.0/System.Interactive.Async.xml",
"lib/netstandard1.3/System.Interactive.Async.dll",
"lib/netstandard1.3/System.Interactive.Async.xml",
"system.interactive.async.3.1.1.nupkg.sha512",
"system.interactive.async.nuspec"
]
},
"System.Net.Http/4.3.0": {
"sha512": "sYg+FtILtRQuYWSIAuNOELwVuVsxVyJGWQyOnlAzhV4xvhyFnON1bAzYYC+jjRW8JREM45R0R5Dgi8MTC5sEwA==",
"type": "package",
"path": "system.net.http/4.3.0",
"files": [
"ThirdPartyNotices.txt",
"dotnet_library_license.txt",
"lib/Xamarinmac20/_._",
"lib/monoandroid10/_._",
"lib/monotouch10/_._",
"lib/net45/_._",
"lib/net46/System.Net.Http.dll",
"lib/portable-net45+win8+wpa81/_._",
"lib/win8/_._",
"lib/wpa81/_._",
"lib/xamarinios10/_._",
"lib/xamarintvos10/_._",
"lib/xamarinwatchos10/_._",
"ref/Xamarinmac20/_._",
"ref/monoandroid10/_._",
"ref/monotouch10/_._",
"ref/net45/_._",
"ref/net46/System.Net.Http.dll",
"ref/net46/System.Net.Http.xml",
"ref/net46/de/System.Net.Http.xml",
"ref/net46/es/System.Net.Http.xml",
"ref/net46/fr/System.Net.Http.xml",
"ref/net46/it/System.Net.Http.xml",
"ref/net46/ja/System.Net.Http.xml",
"ref/net46/ko/System.Net.Http.xml",
"ref/net46/ru/System.Net.Http.xml",
"ref/net46/zh-hans/System.Net.Http.xml",
"ref/net46/zh-hant/System.Net.Http.xml",
"ref/netcore50/System.Net.Http.dll",
"ref/netcore50/System.Net.Http.xml",
"ref/netcore50/de/System.Net.Http.xml",
"ref/netcore50/es/System.Net.Http.xml",
"ref/netcore50/fr/System.Net.Http.xml",
"ref/netcore50/it/System.Net.Http.xml",
"ref/netcore50/ja/System.Net.Http.xml",
"ref/netcore50/ko/System.Net.Http.xml",
"ref/netcore50/ru/System.Net.Http.xml",
"ref/netcore50/zh-hans/System.Net.Http.xml",
"ref/netcore50/zh-hant/System.Net.Http.xml",
"ref/netstandard1.1/System.Net.Http.dll",
"ref/netstandard1.1/System.Net.Http.xml",
"ref/netstandard1.1/de/System.Net.Http.xml",
"ref/netstandard1.1/es/System.Net.Http.xml",
"ref/netstandard1.1/fr/System.Net.Http.xml",
"ref/netstandard1.1/it/System.Net.Http.xml",
"ref/netstandard1.1/ja/System.Net.Http.xml",
"ref/netstandard1.1/ko/System.Net.Http.xml",
"ref/netstandard1.1/ru/System.Net.Http.xml",
"ref/netstandard1.1/zh-hans/System.Net.Http.xml",
"ref/netstandard1.1/zh-hant/System.Net.Http.xml",
"ref/netstandard1.3/System.Net.Http.dll",
"ref/netstandard1.3/System.Net.Http.xml",
"ref/netstandard1.3/de/System.Net.Http.xml",
"ref/netstandard1.3/es/System.Net.Http.xml",
"ref/netstandard1.3/fr/System.Net.Http.xml",
"ref/netstandard1.3/it/System.Net.Http.xml",
"ref/netstandard1.3/ja/System.Net.Http.xml",
"ref/netstandard1.3/ko/System.Net.Http.xml",
"ref/netstandard1.3/ru/System.Net.Http.xml",
"ref/netstandard1.3/zh-hans/System.Net.Http.xml",
"ref/netstandard1.3/zh-hant/System.Net.Http.xml",
"ref/portable-net45+win8+wpa81/_._",
"ref/win8/_._",
"ref/wpa81/_._",
"ref/xamarinios10/_._",
"ref/xamarintvos10/_._",
"ref/xamarinwatchos10/_._",
"runtimes/unix/lib/netstandard1.6/System.Net.Http.dll",
"runtimes/win/lib/net46/System.Net.Http.dll",
"runtimes/win/lib/netcore50/System.Net.Http.dll",
"runtimes/win/lib/netstandard1.3/System.Net.Http.dll",
"system.net.http.4.3.0.nupkg.sha512",
"system.net.http.nuspec"
]
},
"System.Security.Cryptography.Algorithms/4.3.0": {
"sha512": "W1kd2Y8mYSCgc3ULTAZ0hOP2dSdG5YauTb1089T0/kRcN2MpSAW1izOFROrJgxSlMn3ArsgHXagigyi+ibhevg==",
"type": "package",
"path": "system.security.cryptography.algorithms/4.3.0",
"files": [
"ThirdPartyNotices.txt",
"dotnet_library_license.txt",
"lib/MonoAndroid10/_._",
"lib/MonoTouch10/_._",
"lib/net46/System.Security.Cryptography.Algorithms.dll",
"lib/net461/System.Security.Cryptography.Algorithms.dll",
"lib/net463/System.Security.Cryptography.Algorithms.dll",
"lib/xamarinios10/_._",
"lib/xamarinmac20/_._",
"lib/xamarintvos10/_._",
"lib/xamarinwatchos10/_._",
"ref/MonoAndroid10/_._",
"ref/MonoTouch10/_._",
"ref/net46/System.Security.Cryptography.Algorithms.dll",
"ref/net461/System.Security.Cryptography.Algorithms.dll",
"ref/net463/System.Security.Cryptography.Algorithms.dll",
"ref/netstandard1.3/System.Security.Cryptography.Algorithms.dll",
"ref/netstandard1.4/System.Security.Cryptography.Algorithms.dll",
"ref/netstandard1.6/System.Security.Cryptography.Algorithms.dll",
"ref/xamarinios10/_._",
"ref/xamarinmac20/_._",
"ref/xamarintvos10/_._",
"ref/xamarinwatchos10/_._",
"runtimes/osx/lib/netstandard1.6/System.Security.Cryptography.Algorithms.dll",
"runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.Algorithms.dll",
"runtimes/win/lib/net46/System.Security.Cryptography.Algorithms.dll",
"runtimes/win/lib/net461/System.Security.Cryptography.Algorithms.dll",
"runtimes/win/lib/net463/System.Security.Cryptography.Algorithms.dll",
"runtimes/win/lib/netcore50/System.Security.Cryptography.Algorithms.dll",
"runtimes/win/lib/netstandard1.6/System.Security.Cryptography.Algorithms.dll",
"system.security.cryptography.algorithms.4.3.0.nupkg.sha512",
"system.security.cryptography.algorithms.nuspec"
]
},
"System.Security.Cryptography.Encoding/4.3.0": {
"sha512": "1DEWjZZly9ae9C79vFwqaO5kaOlI5q+3/55ohmq/7dpDyDfc8lYe7YVxJUZ5MF/NtbkRjwFRo14yM4OEo9EmDw==",
"type": "package",
"path": "system.security.cryptography.encoding/4.3.0",
"files": [
"ThirdPartyNotices.txt",
"dotnet_library_license.txt",
"lib/MonoAndroid10/_._",
"lib/MonoTouch10/_._",
"lib/net46/System.Security.Cryptography.Encoding.dll",
"lib/xamarinios10/_._",
"lib/xamarinmac20/_._",
"lib/xamarintvos10/_._",
"lib/xamarinwatchos10/_._",
"ref/MonoAndroid10/_._",
"ref/MonoTouch10/_._",
"ref/net46/System.Security.Cryptography.Encoding.dll",
"ref/netstandard1.3/System.Security.Cryptography.Encoding.dll",
"ref/netstandard1.3/System.Security.Cryptography.Encoding.xml",
"ref/netstandard1.3/de/System.Security.Cryptography.Encoding.xml",
"ref/netstandard1.3/es/System.Security.Cryptography.Encoding.xml",
"ref/netstandard1.3/fr/System.Security.Cryptography.Encoding.xml",
"ref/netstandard1.3/it/System.Security.Cryptography.Encoding.xml",
"ref/netstandard1.3/ja/System.Security.Cryptography.Encoding.xml",
"ref/netstandard1.3/ko/System.Security.Cryptography.Encoding.xml",
"ref/netstandard1.3/ru/System.Security.Cryptography.Encoding.xml",
"ref/netstandard1.3/zh-hans/System.Security.Cryptography.Encoding.xml",
"ref/netstandard1.3/zh-hant/System.Security.Cryptography.Encoding.xml",
"ref/xamarinios10/_._",
"ref/xamarinmac20/_._",
"ref/xamarintvos10/_._",
"ref/xamarinwatchos10/_._",
"runtimes/unix/lib/netstandard1.3/System.Security.Cryptography.Encoding.dll",
"runtimes/win/lib/net46/System.Security.Cryptography.Encoding.dll",
"runtimes/win/lib/netstandard1.3/System.Security.Cryptography.Encoding.dll",
"system.security.cryptography.encoding.4.3.0.nupkg.sha512",
"system.security.cryptography.encoding.nuspec"
]
},
"System.Security.Cryptography.Primitives/4.3.0": {
"sha512": "7bDIyVFNL/xKeFHjhobUAQqSpJq9YTOpbEs6mR233Et01STBMXNAc/V+BM6dwYGc95gVh/Zf+iVXWzj3mE8DWg==",
"type": "package",
"path": "system.security.cryptography.primitives/4.3.0",
"files": [
"ThirdPartyNotices.txt",
"dotnet_library_license.txt",
"lib/MonoAndroid10/_._",
"lib/MonoTouch10/_._",
"lib/net46/System.Security.Cryptography.Primitives.dll",
"lib/netstandard1.3/System.Security.Cryptography.Primitives.dll",
"lib/xamarinios10/_._",
"lib/xamarinmac20/_._",
"lib/xamarintvos10/_._",
"lib/xamarinwatchos10/_._",
"ref/MonoAndroid10/_._",
"ref/MonoTouch10/_._",
"ref/net46/System.Security.Cryptography.Primitives.dll",
"ref/netstandard1.3/System.Security.Cryptography.Primitives.dll",
"ref/xamarinios10/_._",
"ref/xamarinmac20/_._",
"ref/xamarintvos10/_._",
"ref/xamarinwatchos10/_._",
"system.security.cryptography.primitives.4.3.0.nupkg.sha512",
"system.security.cryptography.primitives.nuspec"
]
},
"System.Security.Cryptography.X509Certificates/4.3.0": {
"sha512": "t2Tmu6Y2NtJ2um0RtcuhP7ZdNNxXEgUm2JeoA/0NvlMjAhKCnM1NX07TDl3244mVp3QU6LPEhT3HTtH1uF7IYw==",
"type": "package",
"path": "system.security.cryptography.x509certificates/4.3.0",
"files": [
"ThirdPartyNotices.txt",
"dotnet_library_license.txt",
"lib/MonoAndroid10/_._",
"lib/MonoTouch10/_._",
"lib/net46/System.Security.Cryptography.X509Certificates.dll",
"lib/net461/System.Security.Cryptography.X509Certificates.dll",
"lib/xamarinios10/_._",
"lib/xamarinmac20/_._",
"lib/xamarintvos10/_._",
"lib/xamarinwatchos10/_._",
"ref/MonoAndroid10/_._",
"ref/MonoTouch10/_._",
"ref/net46/System.Security.Cryptography.X509Certificates.dll",
"ref/net461/System.Security.Cryptography.X509Certificates.dll",
"ref/netstandard1.3/System.Security.Cryptography.X509Certificates.dll",
"ref/netstandard1.3/System.Security.Cryptography.X509Certificates.xml",
"ref/netstandard1.3/de/System.Security.Cryptography.X509Certificates.xml",
"ref/netstandard1.3/es/System.Security.Cryptography.X509Certificates.xml",
"ref/netstandard1.3/fr/System.Security.Cryptography.X509Certificates.xml",
"ref/netstandard1.3/it/System.Security.Cryptography.X509Certificates.xml",
"ref/netstandard1.3/ja/System.Security.Cryptography.X509Certificates.xml",
"ref/netstandard1.3/ko/System.Security.Cryptography.X509Certificates.xml",
"ref/netstandard1.3/ru/System.Security.Cryptography.X509Certificates.xml",
"ref/netstandard1.3/zh-hans/System.Security.Cryptography.X509Certificates.xml",
"ref/netstandard1.3/zh-hant/System.Security.Cryptography.X509Certificates.xml",
"ref/netstandard1.4/System.Security.Cryptography.X509Certificates.dll",
"ref/netstandard1.4/System.Security.Cryptography.X509Certificates.xml",
"ref/netstandard1.4/de/System.Security.Cryptography.X509Certificates.xml",
"ref/netstandard1.4/es/System.Security.Cryptography.X509Certificates.xml",
"ref/netstandard1.4/fr/System.Security.Cryptography.X509Certificates.xml",
"ref/netstandard1.4/it/System.Security.Cryptography.X509Certificates.xml",
"ref/netstandard1.4/ja/System.Security.Cryptography.X509Certificates.xml",
"ref/netstandard1.4/ko/System.Security.Cryptography.X509Certificates.xml",
"ref/netstandard1.4/ru/System.Security.Cryptography.X509Certificates.xml",
"ref/netstandard1.4/zh-hans/System.Security.Cryptography.X509Certificates.xml",
"ref/netstandard1.4/zh-hant/System.Security.Cryptography.X509Certificates.xml",
"ref/xamarinios10/_._",
"ref/xamarinmac20/_._",
"ref/xamarintvos10/_._",
"ref/xamarinwatchos10/_._",
"runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.X509Certificates.dll",
"runtimes/win/lib/net46/System.Security.Cryptography.X509Certificates.dll",
"runtimes/win/lib/net461/System.Security.Cryptography.X509Certificates.dll",
"runtimes/win/lib/netcore50/System.Security.Cryptography.X509Certificates.dll",
"runtimes/win/lib/netstandard1.6/System.Security.Cryptography.X509Certificates.dll",
"system.security.cryptography.x509certificates.4.3.0.nupkg.sha512",
"system.security.cryptography.x509certificates.nuspec"
]
},
"Zlib.Portable.Signed/1.11.0": {
"sha512": "1f4itCxlSBxU8kf85qUmx1+d0iHKLeZK8S7ilb4w0t+uV+/xtOUUVOEAnFMG5uHVBc7L+ycZjWQoA+a1GZKYjg==",
"type": "package",
"path": "zlib.portable.signed/1.11.0",
"files": [
"lib/portable-net4+sl5+wp8+win8+wpa81+MonoTouch+MonoAndroid/Zlib.Portable.dll",
"lib/portable-net4+sl5+wp8+win8+wpa81+MonoTouch+MonoAndroid/Zlib.Portable.xml",
"zlib.portable.signed.1.11.0.nupkg.sha512",
"zlib.portable.signed.nuspec"
]
}
},
"projectFileDependencyGroups": {
"": [],
".NETFramework,Version=v4.6": [
"Argu >= 3.7.0",
"FSharp.Configuration >= 0.6.4",
"FSharp.Data >= 2.3.2",
"FSharp.Data.SqlClient >= 1.8.2",
"Google.Cloud.Logging.Log4Net >= 1.0.0-beta08",
"Microsoft.SqlServer.Types >= 11.0.2",
"Newtonsoft.Json >= 9.0.1"
]
},
"tools": {},
"projectFileToolGroups": {},
"packageFolders": {
"D:\\home\\data\\Functions\\packages\\nuget": {}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment