diff --git a/.gitignore b/.gitignore index 1cf7bbe649..835a807bf8 100644 --- a/.gitignore +++ b/.gitignore @@ -30,6 +30,7 @@ public/scripts/config.js .eslintcache Session.vim scripts/*.js +!scripts/createBackendLicenses.js !scripts/printVersion.js !scripts/setRelease.js @@ -58,6 +59,7 @@ mongo_database # User Guide docs/user_guide/site +backend_licenses.json # Python .tox diff --git a/README.md b/README.md index d5fbc1b585..6eb218802f 100644 --- a/README.md +++ b/README.md @@ -124,12 +124,10 @@ A rapid word collection tool. See the [User Guide](https://sillsdev.github.io/Th - If using [homebrew](https://formulae.brew.sh/formula/ffmpeg): `brew install ffmpeg` - If manually installing from the FFmpeg website, install both `ffmpeg` and `ffprobe` -9. [dotnet-format](https://github.com/dotnet/format): `dotnet tool update --global dotnet-format --version 5.1.250801` -10. [dotnet-reportgenerator](https://github.com/danielpalme/ReportGenerator) - `dotnet tool update --global dotnet-reportgenerator-globaltool --version 5.0.4` -11. [dotnet-project-licenses](https://github.com/tomchavakis/nuget-license) - `dotnet tool update --global dotnet-project-licenses` -12. Tools for generating the self installer (Linux only): +9. [dotnet-reportgenerator](https://github.com/danielpalme/ReportGenerator) + `dotnet tool update --global dotnet-reportgenerator-globaltool --version 5.0.4` +10. [nuget-license](https://github.com/sensslen/nuget-license) `dotnet tool update --global nuget-project-license` +11. Tools for generating the self installer (Linux only): - [makeself](https://makeself.io/) - a tool to make self-extracting archives in Unix - [pandoc](https://pandoc.org/installing.html#linux) - a tool to convert Markdown documents to PDF. diff --git a/docs/user_guide/assets/licenses/backend_licenses.txt b/docs/user_guide/assets/licenses/backend_licenses.txt index f70c90b52b..3219857553 100644 --- a/docs/user_guide/assets/licenses/backend_licenses.txt +++ b/docs/user_guide/assets/licenses/backend_licenses.txt @@ -1,3546 +1,830 @@ -#################################################################################################### -Package:AWSSDK.SecurityToken -Version:3.7.100.14 -project URL:https://github.com/aws/aws-sdk-net/ -Description:The AWS Security Token Service (AWS STS) enables you to provide trusted users with temporary credentials that provide controlled access to your AWS resources. -licenseUrl:http://aws.amazon.com/apache2.0/ -license Type:Apache-2.0 - -#################################################################################################### -Package:BouncyCastle.Cryptography -Version:2.4.0 -project URL:https://www.bouncycastle.org/stable/nuget/csharp/website -Description:BouncyCastle.NET is a popular cryptography library for .NET -licenseUrl:https://licenses.nuget.org/MIT -license Type:MIT - -#################################################################################################### -Package:DnsClient -Version:1.6.1 -project URL:http://dnsclient.michaco.net/ -Description:DnsClient.NET is a simple yet very powerful and high performance open source library for the .NET Framework to do DNS lookups -licenseUrl:https://licenses.nuget.org/Apache-2.0 -license Type:Apache-2.0 - -#################################################################################################### -Package:icu.net -Version:2.10.1-beta.5 -project URL:https://github.com/sillsdev/icu-dotnet -Description:icu.net is a C# Wrapper around ICU4C -licenseUrl:https://licenses.nuget.org/MIT -license Type:MIT - -#################################################################################################### -Package:icu.net -Version:2.8.1 -project URL:https://github.com/sillsdev/icu-dotnet -Description:icu.net is a C# Wrapper around ICU4C - -This version of icu.net works with (more or less) any version of ICU4C. - -NOTE: this package contains the managed wrapper part of icu.net. You'll also have to have the unmanaged binaries of ICU installed. On Linux it is recommended to install the official ICU package that comes with the system. On Windows you can install one of the binary nuget packages, e.g. Icu4c.Win. -licenseUrl:https://licenses.nuget.org/MIT -license Type:MIT - -#################################################################################################### -Package:Icu4c.Win.Full.Lib -Version:62.2.3-beta -project URL:https://github.com/sillsdev/icu -Description:ICU - International Components for Unicode - -This package contains the libraries of a full build of ICU4C for Windows (32- and 64-bit). - -The major version number of the nuget package corresponds to the ICU release. - -For Linux it is recommended to install the official ICU package that comes with the system. -licenseUrl:https://www.nuget.org/packages/Icu4c.Win.Full.Lib/62.2.3-beta/License -license Type:LICENSE.md - -#################################################################################################### -Package:MailKit -Version:4.7.1.1 -project URL:http://www.mimekit.net/ -Description:MailKit is an Open Source cross-platform .NET mail-client library that is based on MimeKit and optimized for mobile devices. - -Features include: -* HTTP, Socks4, Socks4a and Socks5 proxy support. -* SASL Authentication via ANONYMOUS, CRAM-MD5, DIGEST-MD5, LOGIN, NTLM, OAUTHBEARER, PLAIN, SCRAM-SHA-1, SCRAM-SHA-256, SCRAM-SHA-512 and XOAUTH2. -* A fully-cancellable SmtpClient with support for STARTTLS, 8BITMIME, BINARYMIME, ENHANCEDSTATUSCODES, SIZE, DSN, PIPELINING and SMTPUTF8. -* A fully-cancellable Pop3Client with support for STLS, UIDL, APOP, PIPELINING, UTF8, and LANG. -* A fully-cancellable ImapClient with support for ACL, QUOTA, LITERAL+, IDLE, NAMESPACE, ID, CHILDREN, LOGINDISABLED, STARTTLS, MULTIAPPEND, UNSELECT, UIDPLUS, CONDSTORE, ESEARCH, SASL-IR, COMPRESS, WITHIN, ENABLE, QRESYNC, SORT, THREAD, ANNOTATE, LIST-EXTENDED, ESORT, METADATA / METADATA-SERVER, NOTIFY, FILTERS, LIST-STATUS, SORT=DISPLAY, SPECIAL-USE / CREATE-SPECIAL-USE, SEARCH=FUZZY, MOVE, UTF8=ACCEPT / UTF8=ONLY, LITERAL-, APPENDLIMIT, STATUS=SIZE, OBJECTID, REPLACE, SAVEDATE, XLIST, and X-GM-EXT1. -* Client-side sorting and threading of messages (the Ordinal Subject and the Jamie Zawinski threading algorithms are supported). -* Asynchronous versions of all methods that hit the network. -* S/MIME, OpenPGP, DKIM and ARC support via MimeKit. -* Microsoft TNEF support via MimeKit. -licenseUrl:https://licenses.nuget.org/MIT -license Type:MIT - -#################################################################################################### -Package:Microsoft.AspNetCore.Authentication.Abstractions -Version:2.1.0 -project URL:https://asp.net/ -Description:ASP.NET Core common types used by the various authentication components. -licenseUrl:https://raw.githubusercontent.com/aspnet/Home/2.0.0/LICENSE.txt -license Type:Apache-2.0 - -#################################################################################################### -Package:Microsoft.AspNetCore.Authentication.Core -Version:2.1.0 -project URL:https://asp.net/ -Description:ASP.NET Core common types used by the various authentication middleware components. -licenseUrl:https://raw.githubusercontent.com/aspnet/Home/2.0.0/LICENSE.txt -license Type:Apache-2.0 - -#################################################################################################### -Package:Microsoft.AspNetCore.Authentication.JwtBearer -Version:8.0.3 -project URL:https://asp.net/ -Description:ASP.NET Core middleware that enables an application to receive an OpenID Connect bearer token. - -This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/88ec3bc3f37e76fbcc932a25f9f0c1c29fe2b343 -licenseUrl:https://licenses.nuget.org/MIT -license Type:MIT - -#################################################################################################### -Package:Microsoft.AspNetCore.Authorization -Version:2.1.0 -project URL:https://asp.net/ -Description:ASP.NET Core authorization classes. -Commonly used types: -Microsoft.AspNetCore.Authorization.AllowAnonymousAttribute -Microsoft.AspNetCore.Authorization.AuthorizeAttribute -licenseUrl:https://raw.githubusercontent.com/aspnet/Home/2.0.0/LICENSE.txt -license Type:Apache-2.0 - -#################################################################################################### -Package:Microsoft.AspNetCore.Authorization.Policy -Version:2.1.0 -project URL:https://asp.net/ -Description:ASP.NET Core authorization policy helper classes. -licenseUrl:https://raw.githubusercontent.com/aspnet/Home/2.0.0/LICENSE.txt -license Type:Apache-2.0 - -#################################################################################################### -Package:Microsoft.AspNetCore.Hosting.Abstractions -Version:2.1.0 -project URL:https://asp.net/ -Description:ASP.NET Core hosting and startup abstractions for web applications. -licenseUrl:https://raw.githubusercontent.com/aspnet/Home/2.0.0/LICENSE.txt -license Type:Apache-2.0 - -#################################################################################################### -Package:Microsoft.AspNetCore.Hosting.Server.Abstractions -Version:2.1.0 -project URL:https://asp.net/ -Description:ASP.NET Core hosting server abstractions for web applications. -licenseUrl:https://raw.githubusercontent.com/aspnet/Home/2.0.0/LICENSE.txt -license Type:Apache-2.0 - -#################################################################################################### -Package:Microsoft.AspNetCore.Http -Version:2.1.0 -project URL:https://asp.net/ -Description:ASP.NET Core default HTTP feature implementations. -licenseUrl:https://raw.githubusercontent.com/aspnet/Home/2.0.0/LICENSE.txt -license Type:Apache-2.0 - -#################################################################################################### -Package:Microsoft.AspNetCore.Http.Abstractions -Version:2.1.0 -project URL:https://asp.net/ -Description:ASP.NET Core HTTP object model for HTTP requests and responses and also common extension methods for registering middleware in an IApplicationBuilder. -Commonly used types: -Microsoft.AspNetCore.Builder.IApplicationBuilder -Microsoft.AspNetCore.Http.HttpContext -Microsoft.AspNetCore.Http.HttpRequest -Microsoft.AspNetCore.Http.HttpResponse -licenseUrl:https://raw.githubusercontent.com/aspnet/Home/2.0.0/LICENSE.txt -license Type:Apache-2.0 - -#################################################################################################### -Package:Microsoft.AspNetCore.Http.Extensions -Version:2.1.0 -project URL:https://asp.net/ -Description:ASP.NET Core common extension methods for HTTP abstractions, HTTP headers, HTTP request/response, and session state. -licenseUrl:https://raw.githubusercontent.com/aspnet/Home/2.0.0/LICENSE.txt -license Type:Apache-2.0 - -#################################################################################################### -Package:Microsoft.AspNetCore.Http.Features -Version:2.1.0 -project URL:https://asp.net/ -Description:ASP.NET Core HTTP feature interface definitions. -licenseUrl:https://raw.githubusercontent.com/aspnet/Home/2.0.0/LICENSE.txt -license Type:Apache-2.0 - -#################################################################################################### -Package:Microsoft.AspNetCore.Mvc.Abstractions -Version:2.1.0 -project URL:https://asp.net/ -Description:ASP.NET Core MVC abstractions and interfaces for action invocation and dispatching, authorization, action filters, formatters, model binding, routing, validation, and more. -Commonly used types: -Microsoft.AspNetCore.Mvc.IActionResult -licenseUrl:https://raw.githubusercontent.com/aspnet/Home/2.0.0/LICENSE.txt -license Type:Apache-2.0 - -#################################################################################################### -Package:Microsoft.AspNetCore.Mvc.ApiExplorer -Version:2.1.0 -project URL:https://asp.net/ -Description:ASP.NET Core MVC API explorer functionality for discovering metadata such as the list of controllers and actions, and their URLs and allowed HTTP methods. -licenseUrl:https://raw.githubusercontent.com/aspnet/Home/2.0.0/LICENSE.txt -license Type:Apache-2.0 - -#################################################################################################### -Package:Microsoft.AspNetCore.Mvc.Core -Version:2.1.0 -project URL:https://asp.net/ -Description:ASP.NET Core MVC core components. Contains common action result types, attribute routing, application model conventions, API explorer, application parts, filters, formatters, model binding, and more. -Commonly used types: -Microsoft.AspNetCore.Mvc.AreaAttribute -Microsoft.AspNetCore.Mvc.BindAttribute -Microsoft.AspNetCore.Mvc.ControllerBase -Microsoft.AspNetCore.Mvc.FromBodyAttribute -Microsoft.AspNetCore.Mvc.FromFormAttribute -Microsoft.AspNetCore.Mvc.RequireHttpsAttribute -Microsoft.AspNetCore.Mvc.RouteAttribute -licenseUrl:https://raw.githubusercontent.com/aspnet/Home/2.0.0/LICENSE.txt -license Type:Apache-2.0 - -#################################################################################################### -Package:Microsoft.AspNetCore.Mvc.DataAnnotations -Version:2.1.0 -project URL:https://asp.net/ -Description:ASP.NET Core MVC metadata and validation system using System.ComponentModel.DataAnnotations. -licenseUrl:https://raw.githubusercontent.com/aspnet/Home/2.0.0/LICENSE.txt -license Type:Apache-2.0 - -#################################################################################################### -Package:Microsoft.AspNetCore.ResponseCaching.Abstractions -Version:2.1.0 -project URL:https://asp.net/ -Description:ASP.NET Core response caching middleware abstractions and feature interface definitions. -licenseUrl:https://raw.githubusercontent.com/aspnet/Home/2.0.0/LICENSE.txt -license Type:Apache-2.0 - -#################################################################################################### -Package:Microsoft.AspNetCore.Routing -Version:2.1.0 -project URL:https://asp.net/ -Description:ASP.NET Core middleware for routing requests to application logic and for generating links. -Commonly used types: -Microsoft.AspNetCore.Routing.Route -Microsoft.AspNetCore.Routing.RouteCollection -licenseUrl:https://raw.githubusercontent.com/aspnet/Home/2.0.0/LICENSE.txt -license Type:Apache-2.0 - -#################################################################################################### -Package:Microsoft.AspNetCore.Routing.Abstractions -Version:2.1.0 -project URL:https://asp.net/ -Description:ASP.NET Core abstractions for routing requests to application logic and for generating links. -Commonly used types: -Microsoft.AspNetCore.Routing.IRouter -Microsoft.AspNetCore.Routing.RouteData -licenseUrl:https://raw.githubusercontent.com/aspnet/Home/2.0.0/LICENSE.txt -license Type:Apache-2.0 - -#################################################################################################### -Package:Microsoft.AspNetCore.StaticFiles -Version:2.1.0 -project URL:https://asp.net/ -Description:ASP.NET Core static files middleware. Includes middleware for serving static files, directory browsing, and default files. -licenseUrl:https://raw.githubusercontent.com/aspnet/Home/2.0.0/LICENSE.txt -license Type:Apache-2.0 - -#################################################################################################### -Package:Microsoft.AspNetCore.WebUtilities -Version:2.1.0 -project URL:https://asp.net/ -Description:ASP.NET Core utilities, such as for working with forms, multipart messages, and query strings. -licenseUrl:https://raw.githubusercontent.com/aspnet/Home/2.0.0/LICENSE.txt -license Type:Apache-2.0 - -#################################################################################################### -Package:Microsoft.Bcl.AsyncInterfaces -Version:1.1.0 -project URL:https://github.com/dotnet/corefx -Description:Provides the IAsyncEnumerable and IAsyncDisposable interfaces and helper types for .NET Standard 2.0. This package is not required starting with .NET Standard 2.1 and .NET Core 3.0. - -Commonly Used Types: -System.IAsyncDisposable -System.Collections.Generic.IAsyncEnumerable -System.Collections.Generic.IAsyncEnumerator - -When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:https://licenses.nuget.org/MIT -license Type:MIT - -#################################################################################################### -Package:Microsoft.Bcl.AsyncInterfaces -Version:5.0.0 -project URL:https://github.com/dotnet/runtime -Description:Provides the IAsyncEnumerable and IAsyncDisposable interfaces and helper types for .NET Standard 2.0. This package is not required starting with .NET Standard 2.1 and .NET Core 3.0. - -Commonly Used Types: -System.IAsyncDisposable -System.Collections.Generic.IAsyncEnumerable -System.Collections.Generic.IAsyncEnumerator - -When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:https://licenses.nuget.org/MIT -license Type:MIT - -#################################################################################################### -Package:Microsoft.Bcl.AsyncInterfaces -Version:1.0.0 -project URL:https://github.com/dotnet/corefx -Description:Provides the IAsyncEnumerable and IAsyncDisposable interfaces and helper types for .NET Standard 2.0. This package is not required starting with .NET Standard 2.1 and .NET Core 3.0. - -Commonly Used Types: -System.IAsyncDisposable -System.Collections.Generic.IAsyncEnumerable -System.Collections.Generic.IAsyncEnumerator - -When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:https://github.com/dotnet/corefx/blob/master/LICENSE.TXT -license Type:MIT - -#################################################################################################### -Package:Microsoft.CSharp -Version:4.7.0 -project URL:https://github.com/dotnet/corefx -Description:Provides support for compilation and code generation, including dynamic, using the C# language. - -Commonly Used Types: -Microsoft.CSharp.RuntimeBinder.Binder -Microsoft.CSharp.RuntimeBinder.RuntimeBinderException -Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo -Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags -Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags - -When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:https://licenses.nuget.org/MIT -license Type:MIT - -#################################################################################################### -Package:Microsoft.CSharp -Version:4.0.1 -project URL:https://dot.net/ -Description:Provides support for compilation and code generation, including dynamic, using the C# language. - -Commonly Used Types: -Microsoft.CSharp.RuntimeBinder.Binder -Microsoft.CSharp.RuntimeBinder.RuntimeBinderException -Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo -Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags -Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags - -When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:http://go.microsoft.com/fwlink/?LinkId=329770 -license Type:MS-EULA - -#################################################################################################### -Package:Microsoft.DotNet.PlatformAbstractions -Version:2.1.0 -project URL:https://dot.net/ -Description:Abstractions for making code that uses file system and environment testable. -licenseUrl:https://github.com/dotnet/core-setup/blob/master/LICENSE.TXT -license Type: - -#################################################################################################### -Package:Microsoft.DotNet.PlatformAbstractions -Version:2.0.4 -project URL:https://dot.net/ -Description:Abstractions for making code that uses file system and environment testable. -licenseUrl:https://github.com/dotnet/core-setup/blob/master/LICENSE.TXT -license Type: - -#################################################################################################### -Package:Microsoft.Extensions.ApiDescription.Server -Version:6.0.5 -project URL:https://asp.net/ -Description:MSBuild tasks and targets for build-time Swagger and OpenApi document generation - -This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/e5f183b656a0e8bc087108130a5a9b54ae94494e -licenseUrl:https://licenses.nuget.org/MIT -license Type:MIT - -#################################################################################################### -Package:Microsoft.Extensions.Configuration.Abstractions -Version:2.1.0 -project URL:https://asp.net/ -Description:Abstractions of key-value pair based configuration. -Commonly used types: -Microsoft.Extensions.Configuration.IConfiguration -Microsoft.Extensions.Configuration.IConfigurationBuilder -Microsoft.Extensions.Configuration.IConfigurationProvider -Microsoft.Extensions.Configuration.IConfigurationRoot -Microsoft.Extensions.Configuration.IConfigurationSection -licenseUrl:https://raw.githubusercontent.com/aspnet/Home/2.0.0/LICENSE.txt -license Type:Apache-2.0 - -#################################################################################################### -Package:Microsoft.Extensions.DependencyInjection -Version:2.1.0 -project URL:https://asp.net/ -Description:Default implementation of dependency injection for Microsoft.Extensions.DependencyInjection. -licenseUrl:https://raw.githubusercontent.com/aspnet/Home/2.0.0/LICENSE.txt -license Type:Apache-2.0 - -#################################################################################################### -Package:Microsoft.Extensions.DependencyInjection.Abstractions -Version:2.1.0 -project URL:https://asp.net/ -Description:Abstractions for dependency injection. -Commonly used types: -Microsoft.Extensions.DependencyInjection.IServiceCollection -licenseUrl:https://raw.githubusercontent.com/aspnet/Home/2.0.0/LICENSE.txt -license Type:Apache-2.0 - -#################################################################################################### -Package:Microsoft.Extensions.DependencyModel -Version:2.1.0 -project URL:https://dot.net/ -Description:Abstractions for reading `.deps` files. -licenseUrl:https://github.com/dotnet/core-setup/blob/master/LICENSE.TXT -license Type: - -#################################################################################################### -Package:Microsoft.Extensions.DependencyModel -Version:2.0.4 -project URL:https://dot.net/ -Description:Abstractions for reading `.deps` files. -licenseUrl:https://github.com/dotnet/core-setup/blob/master/LICENSE.TXT -license Type: - -#################################################################################################### -Package:Microsoft.Extensions.FileProviders.Abstractions -Version:2.1.0 -project URL:https://asp.net/ -Description:Abstractions of files and directories. -Commonly used types: -Microsoft.Extensions.FileProviders.IDirectoryContents -Microsoft.Extensions.FileProviders.IFileInfo -Microsoft.Extensions.FileProviders.IFileProvider -licenseUrl:https://raw.githubusercontent.com/aspnet/Home/2.0.0/LICENSE.txt -license Type:Apache-2.0 - -#################################################################################################### -Package:Microsoft.Extensions.FileProviders.Embedded -Version:2.1.0 -project URL:https://asp.net/ -Description:File provider for files in embedded resources for Microsoft.Extensions.FileProviders. -licenseUrl:https://raw.githubusercontent.com/aspnet/Home/2.0.0/LICENSE.txt -license Type:Apache-2.0 - -#################################################################################################### -Package:Microsoft.Extensions.Hosting.Abstractions -Version:2.1.0 -project URL:https://asp.net/ -Description:.NET Core hosting and startup abstractions for applications. -licenseUrl:https://raw.githubusercontent.com/aspnet/Home/2.0.0/LICENSE.txt -license Type:Apache-2.0 - -#################################################################################################### -Package:Microsoft.Extensions.Localization -Version:2.1.0 -project URL:https://asp.net/ -Description:Application localization services and default implementation based on ResourceManager to load localized assembly resources. -licenseUrl:https://raw.githubusercontent.com/aspnet/Home/2.0.0/LICENSE.txt -license Type:Apache-2.0 - -#################################################################################################### -Package:Microsoft.Extensions.Localization.Abstractions -Version:2.1.0 -project URL:https://asp.net/ -Description:Abstractions of application localization services. -Commonly used types: -Microsoft.Extensions.Localization.IStringLocalizer -Microsoft.Extensions.Localization.IStringLocalizer -licenseUrl:https://raw.githubusercontent.com/aspnet/Home/2.0.0/LICENSE.txt -license Type:Apache-2.0 - -#################################################################################################### -Package:Microsoft.Extensions.Logging.Abstractions -Version:2.0.0 -project URL:https://asp.net/ -Description:Logging abstractions for Microsoft.Extensions.Logging. -Commonly used types: -Microsoft.Extensions.Logging.ILogger -Microsoft.Extensions.Logging.ILoggerFactory -Microsoft.Extensions.Logging.ILogger -Microsoft.Extensions.Logging.LogLevel -Microsoft.Extensions.Logging.Logger -Microsoft.Extensions.Logging.LoggerMessage -Microsoft.Extensions.Logging.Abstractions.NullLogger -licenseUrl:https://raw.githubusercontent.com/aspnet/Home/2.0.0/LICENSE.txt -license Type:Apache-2.0 - -#################################################################################################### -Package:Microsoft.Extensions.Logging.Abstractions -Version:2.1.0 -project URL:https://asp.net/ -Description:Logging abstractions for Microsoft.Extensions.Logging. -Commonly used types: -Microsoft.Extensions.Logging.ILogger -Microsoft.Extensions.Logging.ILoggerFactory -Microsoft.Extensions.Logging.ILogger -Microsoft.Extensions.Logging.LogLevel -Microsoft.Extensions.Logging.Logger -Microsoft.Extensions.Logging.LoggerMessage -Microsoft.Extensions.Logging.Abstractions.NullLogger -licenseUrl:https://raw.githubusercontent.com/aspnet/Home/2.0.0/LICENSE.txt -license Type:Apache-2.0 - -#################################################################################################### -Package:Microsoft.Extensions.ObjectPool -Version:2.1.0 -project URL:https://asp.net/ -Description:A simple object pool implementation. -licenseUrl:https://raw.githubusercontent.com/aspnet/Home/2.0.0/LICENSE.txt -license Type:Apache-2.0 - -#################################################################################################### -Package:Microsoft.Extensions.Options -Version:2.1.0 -project URL:https://asp.net/ -Description:Provides a strongly typed way of specifying and accessing settings using dependency injection. -licenseUrl:https://raw.githubusercontent.com/aspnet/Home/2.0.0/LICENSE.txt -license Type:Apache-2.0 - -#################################################################################################### -Package:Microsoft.Extensions.Primitives -Version:2.1.0 -project URL:https://asp.net/ -Description:Primitives shared by framework extensions. Commonly used types include: -Microsoft.Extensions.Primitives.IChangeToken -Microsoft.Extensions.Primitives.StringValues -Microsoft.Extensions.Primitives.StringSegment -licenseUrl:https://raw.githubusercontent.com/aspnet/Home/2.0.0/LICENSE.txt -license Type:Apache-2.0 - -#################################################################################################### -Package:Microsoft.Extensions.WebEncoders -Version:2.1.0 -project URL:https://asp.net/ -Description:Contains registration and configuration APIs to add the core framework encoders to a dependency injection container. -licenseUrl:https://raw.githubusercontent.com/aspnet/Home/2.0.0/LICENSE.txt -license Type:Apache-2.0 - -#################################################################################################### -Package:Microsoft.IdentityModel.Abstractions -Version:7.1.2 -project URL:https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet -Description:A package containing thin abstractions for Microsoft.IdentityModel. -licenseUrl:https://licenses.nuget.org/MIT -license Type:MIT - -#################################################################################################### -Package:Microsoft.IdentityModel.Abstractions -Version:7.5.1 -project URL:https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet -Description:A package containing thin abstractions for Microsoft.IdentityModel. -licenseUrl:https://licenses.nuget.org/MIT -license Type:MIT - -#################################################################################################### -Package:Microsoft.IdentityModel.JsonWebTokens -Version:7.5.1 -project URL:https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet -Description:Includes types that provide support for creating, serializing and validating JSON Web Tokens. This is a newer, faster version of System.IdentityModel.Tokens.Jwt that has additional functionality. -licenseUrl:https://licenses.nuget.org/MIT -license Type:MIT - -#################################################################################################### -Package:Microsoft.IdentityModel.Logging -Version:7.1.2 -project URL:https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet -Description:Includes Event Source based logging support. -licenseUrl:https://licenses.nuget.org/MIT -license Type:MIT - -#################################################################################################### -Package:Microsoft.IdentityModel.Logging -Version:7.5.1 -project URL:https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet -Description:Includes Event Source based logging support. -licenseUrl:https://licenses.nuget.org/MIT -license Type:MIT - -#################################################################################################### -Package:Microsoft.IdentityModel.Protocols -Version:7.1.2 -project URL:https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet -Description:Provides base protocol support for OpenIdConnect and WsFederation. -licenseUrl:https://licenses.nuget.org/MIT -license Type:MIT - -#################################################################################################### -Package:Microsoft.IdentityModel.Protocols.OpenIdConnect -Version:7.1.2 -project URL:https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet -Description:Includes types that provide support for OpenIdConnect protocol. -licenseUrl:https://licenses.nuget.org/MIT -license Type:MIT - -#################################################################################################### -Package:Microsoft.IdentityModel.Tokens -Version:7.5.1 -project URL:https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet -Description:Includes types that provide support for SecurityTokens, Cryptographic operations: Signing, Verifying Signatures, Encryption. -licenseUrl:https://licenses.nuget.org/MIT -license Type:MIT - -#################################################################################################### -Package:Microsoft.Net.Http.Headers -Version:2.1.0 -project URL:https://asp.net/ -Description:HTTP header parser implementations. -licenseUrl:https://raw.githubusercontent.com/aspnet/Home/2.0.0/LICENSE.txt -license Type:Apache-2.0 - -#################################################################################################### -Package:Microsoft.NETCore.Platforms -Version:1.1.1 -project URL:https://dot.net/ -Description:Provides runtime information required to resolve target framework, platform, and runtime specific implementations of .NETCore packages. -When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:http://go.microsoft.com/fwlink/?LinkId=329770 -license Type:MS-EULA - -#################################################################################################### -Package:Microsoft.NETCore.Platforms -Version:5.0.0 -project URL:https://github.com/dotnet/runtime -Description:Provides runtime information required to resolve target framework, platform, and runtime specific implementations of .NETCore packages. -When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:https://licenses.nuget.org/MIT -license Type:MIT - -#################################################################################################### -Package:Microsoft.NETCore.Platforms -Version:1.0.1 -project URL:https://dot.net/ -Description:Provides runtime information required to resolve target framework, platform, and runtime specific implementations of .NETCore packages. -When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:http://go.microsoft.com/fwlink/?LinkId=329770 -license Type:MS-EULA - -#################################################################################################### -Package:Microsoft.NETCore.Targets -Version:1.1.0 -project URL:https://dot.net/ -Description:Provides supporting infrastructure for portable projects: support identifiers that define framework and runtime for support targets and packages that reference the minimum supported package versions when targeting these. -When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:http://go.microsoft.com/fwlink/?LinkId=329770 -license Type:MS-EULA - -#################################################################################################### -Package:Microsoft.NETCore.Targets -Version:1.0.1 -project URL:https://dot.net/ -Description:Provides supporting infrastructure for portable projects: support identifiers that define framework and runtime for support targets and packages that reference the minimum supported package versions when targeting these. -When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:http://go.microsoft.com/fwlink/?LinkId=329770 -license Type:MS-EULA - -#################################################################################################### -Package:Microsoft.OpenApi -Version:1.6.14 -project URL:https://github.com/Microsoft/OpenAPI.NET -Description:.NET models with JSON and YAML writers for OpenAPI specification -licenseUrl:https://licenses.nuget.org/MIT -license Type:MIT - -#################################################################################################### -Package:Microsoft.Win32.Primitives -Version:4.3.0 -project URL:https://dot.net/ -Description:Provides common types for Win32-based libraries. - -Commonly Used Types: -System.ComponentModel.Win32Exception - -When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:http://go.microsoft.com/fwlink/?LinkId=329770 -license Type:MS-EULA - -#################################################################################################### -Package:Microsoft.Win32.Registry -Version:5.0.0 -project URL:https://github.com/dotnet/runtime -Description:Provides support for accessing and modifying the Windows Registry. - -Commonly Used Types: -Microsoft.Win32.RegistryKey -Microsoft.Win32.Registry -Microsoft.Win32.RegistryValueKind -Microsoft.Win32.RegistryHive -Microsoft.Win32.RegistryView - -When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:https://licenses.nuget.org/MIT -license Type:MIT - -#################################################################################################### -Package:Microsoft.Win32.SystemEvents -Version:6.0.0 -project URL:https://dot.net/ -Description:Provides access to Windows system event notifications. - -Commonly Used Types: -Microsoft.Win32.SystemEvents -licenseUrl:https://licenses.nuget.org/MIT -license Type:MIT - -#################################################################################################### -Package:MimeKit -Version:4.7.1 -project URL:https://www.mimekit.net/ -Description:MimeKit is an Open Source library for creating and parsing MIME, S/MIME and PGP messages on desktop and mobile platforms. It also supports parsing of Unix mbox files. - - Unlike any other .NET MIME parser, MimeKit's parser does not need to parse string input nor does it use a TextReader. Instead, it parses raw byte streams, thus allowing it to better support undeclared 8bit text in headers as well as message bodies. It also means that MimeKit's parser is significantly faster than other .NET MIME parsers. - - MimeKit's parser also uses a real tokenizer when parsing the headers rather than regex or string.Split() like most other .NET MIME parsers. This means that MimeKit is much more RFC-compliant than any other .NET MIME parser out there, including the commercial implementations. - - In addition to having a far superior parser implementation, MimeKit's object tree is not a derivative of System.Net.Mail objects and thus does not suffer from System.Net.Mail's limitations. - - API documentation can be found on the web at http://www.mimekit.net/docs - - For those that need SMTP, POP3 or IMAP support, check out https://github.com/jstedfast/MailKit -licenseUrl:https://licenses.nuget.org/MIT -license Type:MIT - -#################################################################################################### -Package:MongoDB.Bson -Version:2.28.0 -project URL:https://www.mongodb.com/docs/drivers/csharp/ -Description:MongoDB's Official Bson Library. -licenseUrl:https://licenses.nuget.org/Apache-2.0 -license Type:Apache-2.0 - -#################################################################################################### -Package:MongoDB.Driver -Version:2.28.0 -project URL:https://www.mongodb.com/docs/drivers/csharp/ -Description:Official .NET driver for MongoDB. -licenseUrl:https://licenses.nuget.org/Apache-2.0 -license Type:Apache-2.0 - -#################################################################################################### -Package:MongoDB.Driver.Core -Version:2.28.0 -project URL:https://www.mongodb.com/docs/drivers/csharp/ -Description:Core Component of the Official MongoDB .NET Driver. -licenseUrl:https://licenses.nuget.org/Apache-2.0 -license Type:Apache-2.0 - -#################################################################################################### -Package:MongoDB.Libmongocrypt -Version:1.11.0 -project URL:http://www.mongodb.org/display/DOCS/CSharp+Language+Center -Description:Libmongocrypt wrapper for the .NET driver. -licenseUrl:https://www.nuget.org/packages/MongoDB.Libmongocrypt/1.11.0/License -license Type:License.txt - -#################################################################################################### -Package:Mono.Unix -Version:7.1.0-final.1.21458.1 -project URL:https://github.com/mono/mono.posix -Description:Provides functionality for managed code to access Posix/Unix features not accessible via BCL -licenseUrl:https://licenses.nuget.org/MIT -license Type:MIT - -#################################################################################################### -Package:NDesk.DBus -Version:0.15.0 -project URL:https://bitbucket.org/hindlemail/dbus-sharp -Description:D-Bus IPC protocol library and CLR binding (also known as dbus-sharp) -licenseUrl:https://bitbucket.org/hindlemail/dbus-sharp/src/tip/COPYING -license Type: - -#################################################################################################### -Package:NETStandard.Library -Version:1.6.1 -project URL:https://dot.net/ -Description:A set of standard .NET APIs that are prescribed to be used and supported together. This includes all of the APIs in the NETStandard.Platform package plus additional libraries that are core to .NET but built on top of NETStandard.Platform. -When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:http://go.microsoft.com/fwlink/?LinkId=329770 -license Type:MS-EULA - -#################################################################################################### -Package:Newtonsoft.Json -Version:9.0.1 -project URL:http://www.newtonsoft.com/json -Description:Json.NET is a popular high-performance JSON framework for .NET -licenseUrl:https://raw.github.com/JamesNK/Newtonsoft.Json/master/LICENSE.md -license Type:MIT - -#################################################################################################### -Package:Newtonsoft.Json -Version:13.0.2 -project URL:https://www.newtonsoft.com/json -Description:Json.NET is a popular high-performance JSON framework for .NET -licenseUrl:https://licenses.nuget.org/MIT -license Type:MIT - -#################################################################################################### -Package:RelaxNG -Version:3.2.3 -project URL:https://github.com/mono/mono/tree/master/mcs/class/Commons.Xml.Relaxng -Description:RelaxngValidatingReader is an implementation to validate XML with RELAX NG - grammar. You can use full standard grammar components with it. - - Currently it supports both xml syntax and compact syntax. -licenseUrl:http://www.mono-project.com/FAQ:_Licensing -license Type: - -#################################################################################################### -Package:relaxngDatatype -Version:1.0.0.39 -project URL:https://github.com/josephmyers/relaxng-tenuto -Description:RELAX NG datatypes for .NET -licenseUrl: -license Type: - -#################################################################################################### -Package:runtime.native.System -Version:4.3.0 -project URL:https://dot.net/ -Description:Internal implementation package not meant for direct consumption. Please do not reference directly. -When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:http://go.microsoft.com/fwlink/?LinkId=329770 -license Type:MS-EULA - -#################################################################################################### -Package:runtime.native.System -Version:4.0.0 -project URL:https://dot.net/ -Description:Internal implementation package not meant for direct consumption. Please do not reference directly. -When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:http://go.microsoft.com/fwlink/?LinkId=329770 -license Type:MS-EULA - -#################################################################################################### -Package:runtime.native.System.IO.Compression -Version:4.3.0 -project URL:https://dot.net/ -Description:Internal implementation package not meant for direct consumption. Please do not reference directly. -When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:http://go.microsoft.com/fwlink/?LinkId=329770 -license Type:MS-EULA - -#################################################################################################### -Package:runtime.native.System.Net.Http -Version:4.3.0 -project URL:https://dot.net/ -Description:Internal implementation package not meant for direct consumption. Please do not reference directly. -When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:http://go.microsoft.com/fwlink/?LinkId=329770 -license Type:MS-EULA - -#################################################################################################### -Package:runtime.native.System.Security.Cryptography.Apple -Version:4.3.0 -project URL:https://dot.net/ -Description:Internal implementation package not meant for direct consumption. Please do not reference directly. -When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:http://go.microsoft.com/fwlink/?LinkId=329770 -license Type:MS-EULA - -#################################################################################################### -Package:runtime.native.System.Security.Cryptography.Apple -Version:4.3.1 -project URL:https://dot.net/ -Description:Internal implementation package not meant for direct consumption. Please do not reference directly. -When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:http://go.microsoft.com/fwlink/?LinkId=329770 -license Type:MS-EULA - -#################################################################################################### -Package:runtime.native.System.Security.Cryptography.OpenSsl -Version:4.3.2 -project URL:https://dot.net/ -Description:Internal implementation package not meant for direct consumption. Please do not reference directly. -When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:http://go.microsoft.com/fwlink/?LinkId=329770 -license Type:MS-EULA - -#################################################################################################### -Package:SharpCompress -Version:0.30.1 -project URL:https://github.com/adamhathcock/sharpcompress -Description:SharpCompress is a compression library for NET Standard 2.0/2.1/NET 5.0 that can unrar, decompress 7zip, decompress xz, zip/unzip, tar/untar lzip/unlzip, bzip2/unbzip2 and gzip/ungzip with forward-only reading and file random access APIs. Write support for zip/tar/bzip2/gzip is implemented. -licenseUrl: -license Type: - -#################################################################################################### -Package:SIL.Core -Version:14.1.1 -project URL:https://github.com/sillsdev/libpalaso -Description:SIL.Core provides general utilities for language software. It is the base library for all Palaso libraries. -licenseUrl:https://licenses.nuget.org/MIT -license Type:MIT - -#################################################################################################### -Package:SIL.Core.Desktop -Version:14.1.1 -project URL:https://github.com/sillsdev/libpalaso -Description:SIL.Core.Desktop provides general UI related utilities for language software. -licenseUrl:https://licenses.nuget.org/MIT -license Type:MIT - -#################################################################################################### -Package:SIL.DictionaryServices -Version:14.1.1 -project URL:https://github.com/sillsdev/libpalaso -Description:SIL.DictionaryServices contains classes for defining a simple lexical model that can be used across applications. -licenseUrl:https://licenses.nuget.org/MIT -license Type:MIT - -#################################################################################################### -Package:SIL.Lift -Version:14.1.1 -project URL:https://github.com/sillsdev/libpalaso -Description:SIL.Lift contains classes for reading and writing Lexicon Interchange FormaT (LIFT) data. This assembly currently supports LIFT 0.13. -licenseUrl:https://licenses.nuget.org/MIT -license Type:MIT - -#################################################################################################### -Package:SIL.WritingSystems -Version:14.1.1 -project URL:https://github.com/sillsdev/libpalaso -Description:SIL.WritingSystems contains classes for managing and persisting writing systems using the Locale Data Markup Language (LDML) format. This library also contains classes for processing IETF (BCP-47) language tags and accessing the SIL Locale Data Repository (SLDR). -licenseUrl:https://licenses.nuget.org/MIT -license Type:MIT - -#################################################################################################### -Package:Snappier -Version:1.0.0 -project URL: -Description:A near-C++ performance implementation of the Snappy compression algorithm for .NET. Snappier is ported to C# directly - from the official C++ implementation, with the addition of support for the framed stream format. - - By avoiding P/Invoke, Snappier is fully cross-platform and works on both Linux and Windows and against any CPU supported - by .NET Core. However, Snappier performs best in .NET Core 3.0 and later on little-endian x86/64 processors with the - help of System.Runtime.Instrinsics. -licenseUrl:https://www.nuget.org/packages/Snappier/1.0.0/License -license Type:COPYING.txt - -#################################################################################################### -Package:Spart -Version:1.0.0 -project URL:https://github.com/sillsdev/spart -Description:The Spart library is an object oriented recursive descent parser generator framework implemented in C#. -licenseUrl:https://opensource.org/licenses/Zlib -license Type: - -#################################################################################################### -Package:Swashbuckle.AspNetCore -Version:6.7.3 -project URL:https://github.com/domaindrivendev/Swashbuckle.AspNetCore -Description:Swagger tools for documenting APIs built on ASP.NET Core -licenseUrl:https://licenses.nuget.org/MIT -license Type:MIT - -#################################################################################################### -Package:Swashbuckle.AspNetCore.Swagger -Version:6.7.3 -project URL:https://github.com/domaindrivendev/Swashbuckle.AspNetCore -Description:Middleware to expose Swagger JSON endpoints from APIs built on ASP.NET Core -licenseUrl:https://licenses.nuget.org/MIT -license Type:MIT - -#################################################################################################### -Package:Swashbuckle.AspNetCore.SwaggerGen -Version:6.7.3 -project URL:https://github.com/domaindrivendev/Swashbuckle.AspNetCore -Description:Swagger Generator for APIs built on ASP.NET Core -licenseUrl:https://licenses.nuget.org/MIT -license Type:MIT - -#################################################################################################### -Package:Swashbuckle.AspNetCore.SwaggerUI -Version:6.7.3 -project URL:https://github.com/domaindrivendev/Swashbuckle.AspNetCore -Description:Middleware to expose an embedded version of the swagger-ui from an ASP.NET Core application -licenseUrl:https://licenses.nuget.org/MIT -license Type:MIT - -#################################################################################################### -Package:System.AppContext -Version:4.3.0 -project URL:https://dot.net/ -Description:Provides the System.AppContext class, which allows access to the BaseDirectory property and other application specific data. - -Commonly Used Types: -System.AppContext - -When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:http://go.microsoft.com/fwlink/?LinkId=329770 -license Type:MS-EULA - -#################################################################################################### -Package:System.AppContext -Version:4.1.0 -project URL:https://dot.net/ -Description:Provides the System.AppContext class, which allows access to the BaseDirectory property and other application specific data. - -Commonly Used Types: -System.AppContext - -When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:http://go.microsoft.com/fwlink/?LinkId=329770 -license Type:MS-EULA - -#################################################################################################### -Package:System.Buffers -Version:4.5.1 -project URL:https://dot.net/ -Description:Provides resource pooling of any type for performance-critical applications that allocate and deallocate objects frequently. - -Commonly Used Types: -System.Buffers.ArrayPool - -7601f4f6225089ffb291dc7d58293c7bbf5c5d4f -When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:https://github.com/dotnet/corefx/blob/master/LICENSE.TXT -license Type:MIT - -#################################################################################################### -Package:System.Collections -Version:4.3.0 -project URL:https://dot.net/ -Description:Provides classes that define generic collections, which allow developers to create strongly typed collections that provide better type safety and performance than non-generic strongly typed collections. - -Commonly Used Types: -System.Collections.Generic.List -System.Collections.Generic.Dictionary -System.Collections.Generic.Queue -System.Collections.Generic.Stack -System.Collections.Generic.HashSet -System.Collections.Generic.LinkedList -System.Collections.Generic.EqualityComparer -System.Collections.Generic.Comparer -System.Collections.Generic.SortedDictionary - -When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:http://go.microsoft.com/fwlink/?LinkId=329770 -license Type:MS-EULA - -#################################################################################################### -Package:System.Collections -Version:4.0.11 -project URL:https://dot.net/ -Description:Provides classes that define generic collections, which allow developers to create strongly typed collections that provide better type safety and performance than non-generic strongly typed collections. - -Commonly Used Types: -System.Collections.Generic.List -System.Collections.Generic.Dictionary -System.Collections.Generic.Queue -System.Collections.Generic.Stack -System.Collections.Generic.HashSet -System.Collections.Generic.LinkedList -System.Collections.Generic.EqualityComparer -System.Collections.Generic.Comparer -System.Collections.Generic.SortedDictionary - -When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:http://go.microsoft.com/fwlink/?LinkId=329770 -license Type:MS-EULA - -#################################################################################################### -Package:System.Collections.Concurrent -Version:4.3.0 -project URL:https://dot.net/ -Description:Provides several thread-safe collection classes that should be used in place of the corresponding types in the System.Collections.NonGeneric and System.Collections packages whenever multiple threads are accessing the collection concurrently. - -Commonly Used Types: -System.Collections.Concurrent.ConcurrentDictionary -System.Collections.Concurrent.ConcurrentQueue -System.Collections.Concurrent.ConcurrentBag -System.Collections.Concurrent.BlockingCollection -System.Collections.Concurrent.ConcurrentStack - -When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:http://go.microsoft.com/fwlink/?LinkId=329770 -license Type:MS-EULA - -#################################################################################################### -Package:System.Collections.NonGeneric -Version:4.3.0 -project URL:https://dot.net/ -Description:Provides classes that define older non-generic collections of objects, such as lists, queues, hash tables and dictionaries. Developers should prefer the generic collections in the System.Collections package. - -Commonly Used Types: -System.Collections.ArrayList -System.Collections.Hashtable -System.Collections.CollectionBase -System.Collections.ReadOnlyCollectionBase -System.Collections.Stack -System.Collections.SortedList -System.Collections.DictionaryBase -System.Collections.Queue -System.Collections.Comparer -System.Collections.CaseInsensitiveComparer - -When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:http://go.microsoft.com/fwlink/?LinkId=329770 -license Type:MS-EULA - -#################################################################################################### -Package:System.Collections.Specialized -Version:4.3.0 -project URL:https://dot.net/ -Description:Provides older specialized non-generic collections; for example, a linked list dictionary, a bit vector, and collections that contain only strings. - -Commonly Used Types: -System.Collections.Specialized.NameValueCollection -System.Collections.Specialized.NameObjectCollectionBase -System.Collections.Specialized.StringCollection -System.Collections.Specialized.IOrderedDictionary -System.Collections.Specialized.HybridDictionary -System.Collections.Specialized.OrderedDictionary -System.Collections.Specialized.ListDictionary -System.Collections.Specialized.StringDictionary -System.Collections.Specialized.BitVector32 - -When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:http://go.microsoft.com/fwlink/?LinkId=329770 -license Type:MS-EULA - -#################################################################################################### -Package:System.ComponentModel -Version:4.3.0 -project URL:https://dot.net/ -Description:Provides interfaces for the editing and change tracking of objects used as data sources. - -Commonly Used Types: -System.ComponentModel.CancelEventArgs -System.IServiceProvider -System.ComponentModel.IEditableObject -System.ComponentModel.IChangeTracking -System.ComponentModel.IRevertibleChangeTracking - -When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:http://go.microsoft.com/fwlink/?LinkId=329770 -license Type:MS-EULA - -#################################################################################################### -Package:System.ComponentModel.Annotations -Version:4.5.0 -project URL:https://dot.net/ -Description:Provides attributes that are used to define metadata for objects used as data sources. - -Commonly Used Types: -System.ComponentModel.DataAnnotations.ValidationResult -System.ComponentModel.DataAnnotations.IValidatableObject -System.ComponentModel.DataAnnotations.ValidationAttribute -System.ComponentModel.DataAnnotations.RequiredAttribute -System.ComponentModel.DataAnnotations.StringLengthAttribute -System.ComponentModel.DataAnnotations.DisplayAttribute -System.ComponentModel.DataAnnotations.RegularExpressionAttribute -System.ComponentModel.DataAnnotations.DataTypeAttribute -System.ComponentModel.DataAnnotations.RangeAttribute -System.ComponentModel.DataAnnotations.KeyAttribute - -30ab651fcb4354552bd4891619a0bdd81e0ebdbf -When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:https://github.com/dotnet/corefx/blob/master/LICENSE.TXT -license Type:MIT - -#################################################################################################### -Package:System.ComponentModel.Primitives -Version:4.3.0 -project URL:https://dot.net/ -Description:Provides interfaces that are used to implement the run-time and design-time behavior of components. - -Commonly Used Types: -System.ComponentModel.IComponent -System.ComponentModel.IContainer -System.ComponentModel.ISite -System.ComponentModel.ComponentCollection - -When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:http://go.microsoft.com/fwlink/?LinkId=329770 -license Type:MS-EULA - -#################################################################################################### -Package:System.ComponentModel.TypeConverter -Version:4.3.0 -project URL:https://dot.net/ -Description:Provides the System.ComponentModel.TypeConverter class, which represents a unified way of converting types of values to other types. - -Commonly Used Types: -System.ComponentModel.TypeConverter -System.ComponentModel.TypeConverterAttribute -System.ComponentModel.PropertyDescriptor -System.ComponentModel.StringConverter -System.ComponentModel.ITypeDescriptorContext -System.ComponentModel.EnumConverter -System.ComponentModel.TypeDescriptor -System.ComponentModel.Int32Converter -System.ComponentModel.BooleanConverter -System.ComponentModel.DoubleConverter - -When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:http://go.microsoft.com/fwlink/?LinkId=329770 -license Type:MS-EULA - -#################################################################################################### -Package:System.Configuration.ConfigurationManager -Version:6.0.0 -project URL:https://dot.net/ -Description:Provides types that support using configuration files. - -Commonly Used Types: -System.Configuration.Configuration -System.Configuration.ConfigurationManager -licenseUrl:https://licenses.nuget.org/MIT -license Type:MIT - -#################################################################################################### -Package:System.Console -Version:4.3.0 -project URL:https://dot.net/ -Description:Provides the System.Console class, which represents the standard input, output and error streams for console applications. - -Commonly Used Types: -System.Console -System.ConsoleColor - -When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:http://go.microsoft.com/fwlink/?LinkId=329770 -license Type:MS-EULA - -#################################################################################################### -Package:System.Data.DataSetExtensions -Version:4.5.0 -project URL:https://dot.net/ -Description:Provides extensions to form LINQ expressions and method queries against DataTable objects. - -Commonly Used Types: -System.Data.DataRowComparer -System.Data.DataRowExtensions -System.Data.DataTableExtensions -System.Data.EnumerableRowCollection -System.Data.EnumerableRowCollectionExtensions -System.Data.OrderedEnumerableRowCollection -System.Data.TypedTableBase -System.Data.TypedTableBaseExtensions - -30ab651fcb4354552bd4891619a0bdd81e0ebdbf -When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:https://github.com/dotnet/corefx/blob/master/LICENSE.TXT -license Type:MIT - -#################################################################################################### -Package:System.Diagnostics.Contracts -Version:4.3.0 -project URL:https://dot.net/ -Description:Provides static classes for representing program contracts such as preconditions, postconditions, and invariants. - -Commonly Used Types: -System.Diagnostics.Contracts.Contract -System.Diagnostics.Contracts.ContractClassAttribute -System.Diagnostics.Contracts.ContractClassForAttribute -System.Diagnostics.Contracts.ContractFailureKind -System.Runtime.CompilerServices.ContractHelper -System.Diagnostics.Contracts.ContractInvariantMethodAttribute -System.Diagnostics.Contracts.PureAttribute -System.Diagnostics.Contracts.ContractArgumentValidatorAttribute -System.Diagnostics.Contracts.ContractVerificationAttribute -System.Diagnostics.Contracts.ContractOptionAttribute - -When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:http://go.microsoft.com/fwlink/?LinkId=329770 -license Type:MS-EULA - -#################################################################################################### -Package:System.Diagnostics.Contracts -Version:4.0.1 -project URL:https://dot.net/ -Description:Provides static classes for representing program contracts such as preconditions, postconditions, and invariants. - -Commonly Used Types: -System.Diagnostics.Contracts.Contract -System.Diagnostics.Contracts.ContractClassAttribute -System.Diagnostics.Contracts.ContractClassForAttribute -System.Diagnostics.Contracts.ContractFailureKind -System.Runtime.CompilerServices.ContractHelper -System.Diagnostics.Contracts.ContractInvariantMethodAttribute -System.Diagnostics.Contracts.PureAttribute -System.Diagnostics.Contracts.ContractArgumentValidatorAttribute -System.Diagnostics.Contracts.ContractVerificationAttribute -System.Diagnostics.Contracts.ContractOptionAttribute - -When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:http://go.microsoft.com/fwlink/?LinkId=329770 -license Type:MS-EULA - -#################################################################################################### -Package:System.Diagnostics.Debug -Version:4.3.0 -project URL:https://dot.net/ -Description:Provides classes and attributes that allows basic interaction with a debugger. - -Commonly Used Types: -System.Diagnostics.Debug -System.Diagnostics.DebuggerStepThroughAttribute -System.Diagnostics.Debugger -System.Diagnostics.DebuggerDisplayAttribute -System.Diagnostics.DebuggerBrowsableAttribute -System.Diagnostics.DebuggerBrowsableState -System.Diagnostics.DebuggerHiddenAttribute -System.Diagnostics.DebuggerNonUserCodeAttribute -System.Diagnostics.DebuggerTypeProxyAttribute - -When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:http://go.microsoft.com/fwlink/?LinkId=329770 -license Type:MS-EULA - -#################################################################################################### -Package:System.Diagnostics.Debug -Version:4.0.11 -project URL:https://dot.net/ -Description:Provides classes and attributes that allows basic interaction with a debugger. - -Commonly Used Types: -System.Diagnostics.Debug -System.Diagnostics.DebuggerStepThroughAttribute -System.Diagnostics.Debugger -System.Diagnostics.DebuggerDisplayAttribute -System.Diagnostics.DebuggerBrowsableAttribute -System.Diagnostics.DebuggerBrowsableState -System.Diagnostics.DebuggerHiddenAttribute -System.Diagnostics.DebuggerNonUserCodeAttribute -System.Diagnostics.DebuggerTypeProxyAttribute - -When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:http://go.microsoft.com/fwlink/?LinkId=329770 -license Type:MS-EULA - -#################################################################################################### -Package:System.Diagnostics.DiagnosticSource -Version:4.3.0 -project URL:https://dot.net/ -Description:Provides Classes that allow you to decouple code logging rich (unserializable) diagnostics/telemetry (e.g. framework) from code that consumes it (e.g. tools) - -Commonly Used Types: -System.Diagnostics.DiagnosticListener -System.Diagnostics.DiagnosticSource -licenseUrl:http://go.microsoft.com/fwlink/?LinkId=329770 -license Type:MS-EULA - -#################################################################################################### -Package:System.Diagnostics.DiagnosticSource -Version:4.5.0 -project URL:https://dot.net/ -Description:Provides Classes that allow you to decouple code logging rich (unserializable) diagnostics/telemetry (e.g. framework) from code that consumes it (e.g. tools) - -Commonly Used Types: -System.Diagnostics.DiagnosticListener -System.Diagnostics.DiagnosticSource - -30ab651fcb4354552bd4891619a0bdd81e0ebdbf -When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:https://github.com/dotnet/corefx/blob/master/LICENSE.TXT -license Type:MIT - -#################################################################################################### -Package:System.Diagnostics.Tools -Version:4.3.0 -project URL:https://dot.net/ -Description:Provides attributes, such as GeneratedCodeAttribute and SuppresMessageAttribute, that are emitted or consumed by analysis tools. - -Commonly Used Types: -System.CodeDom.Compiler.GeneratedCodeAttribute -System.Diagnostics.CodeAnalysis.SuppressMessageAttribute - -When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:http://go.microsoft.com/fwlink/?LinkId=329770 -license Type:MS-EULA - -#################################################################################################### -Package:System.Diagnostics.Tools -Version:4.0.1 -project URL:https://dot.net/ -Description:Provides attributes, such as GeneratedCodeAttribute and SuppresMessageAttribute, that are emitted or consumed by analysis tools. - -Commonly Used Types: -System.CodeDom.Compiler.GeneratedCodeAttribute -System.Diagnostics.CodeAnalysis.SuppressMessageAttribute - -When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:http://go.microsoft.com/fwlink/?LinkId=329770 -license Type:MS-EULA - -#################################################################################################### -Package:System.Diagnostics.TraceSource -Version:4.3.0 -project URL:https://dot.net/ -Description:Provides classes that help you trace the execution of your code. Developers should prefer the classes in the ETW-based System.Diagnostics.Tracing package. - -Commonly Used Types: -System.Diagnostics.TraceListener -System.Diagnostics.TraceLevel -System.Diagnostics.TraceSource -System.Diagnostics.TraceEventType -System.Diagnostics.DefaultTraceListener -System.Diagnostics.Trace - -When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:http://go.microsoft.com/fwlink/?LinkId=329770 -license Type:MS-EULA - -#################################################################################################### -Package:System.Diagnostics.Tracing -Version:4.3.0 -project URL:https://dot.net/ -Description:Provides class that enable you to create high performance tracing events to be captured by event tracing for Windows (ETW). - -Commonly Used Types: -System.Diagnostics.Tracing.EventSource -System.Diagnostics.Tracing.EventListener -System.Diagnostics.Tracing.EventLevel -System.Diagnostics.Tracing.EventKeywords -System.Diagnostics.Tracing.EventWrittenEventArgs -System.Diagnostics.Tracing.EventAttribute -System.Diagnostics.Tracing.EventSourceAttribute -System.Diagnostics.Tracing.NonEventAttribute - -When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:http://go.microsoft.com/fwlink/?LinkId=329770 -license Type:MS-EULA - -#################################################################################################### -Package:System.Drawing.Common -Version:6.0.0 -project URL:https://dot.net/ -Description:Provides access to GDI+ graphics functionality. - -Commonly Used Types: -System.Drawing.Bitmap -System.Drawing.BitmapData -System.Drawing.Brush -System.Drawing.Font -System.Drawing.Graphics -System.Drawing.Icon - -Unix support is disabled by default. See https://aka.ms/systemdrawingnonwindows for more information. -licenseUrl:https://licenses.nuget.org/MIT -license Type:MIT - -#################################################################################################### -Package:System.Dynamic.Runtime -Version:4.3.0 -project URL:https://dot.net/ -Description:Provides classes and interfaces that support the Dynamic Language Runtime (DLR). - -Commonly Used Types: -System.Runtime.CompilerServices.CallSite -System.Runtime.CompilerServices.CallSite -System.Dynamic.IDynamicMetaObjectProvider -System.Dynamic.DynamicMetaObject -System.Dynamic.SetMemberBinder -System.Dynamic.GetMemberBinder -System.Dynamic.ExpandoObject -System.Dynamic.DynamicObject -System.Runtime.CompilerServices.CallSiteBinder -System.Runtime.CompilerServices.ConditionalWeakTable - -When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:http://go.microsoft.com/fwlink/?LinkId=329770 -license Type:MS-EULA - -#################################################################################################### -Package:System.Dynamic.Runtime -Version:4.0.11 -project URL:https://dot.net/ -Description:Provides classes and interfaces that support the Dynamic Language Runtime (DLR). - -Commonly Used Types: -System.Runtime.CompilerServices.CallSite -System.Runtime.CompilerServices.CallSite -System.Dynamic.IDynamicMetaObjectProvider -System.Dynamic.DynamicMetaObject -System.Dynamic.SetMemberBinder -System.Dynamic.GetMemberBinder -System.Dynamic.ExpandoObject -System.Dynamic.DynamicObject -System.Runtime.CompilerServices.CallSiteBinder -System.Runtime.CompilerServices.ConditionalWeakTable - -When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:http://go.microsoft.com/fwlink/?LinkId=329770 -license Type:MS-EULA - -#################################################################################################### -Package:System.Formats.Asn1 -Version:8.0.1 -project URL:https://dot.net/ -Description:Provides classes that can read and write the ASN.1 BER, CER, and DER data formats. - -Commonly Used Types: -System.Formats.Asn1.AsnReader -System.Formats.Asn1.AsnWriter -licenseUrl:https://licenses.nuget.org/MIT -license Type:MIT - -#################################################################################################### -Package:System.Globalization -Version:4.3.0 -project URL:https://dot.net/ -Description:Provides classes that define culture-related information, including language, country/region, calendars in use, format patterns for dates, currency, and numbers, and sort order for strings. - -Commonly Used Types: -System.Globalization.DateTimeFormatInfo -System.Globalization.CultureInfo -System.Globalization.NumberFormatInfo -System.Globalization.CalendarWeekRule -System.Globalization.TextInfo -System.Globalization.Calendar -System.Globalization.CompareInfo -System.Globalization.CompareOptions -System.Globalization.UnicodeCategory - -When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:http://go.microsoft.com/fwlink/?LinkId=329770 -license Type:MS-EULA - -#################################################################################################### -Package:System.Globalization -Version:4.0.11 -project URL:https://dot.net/ -Description:Provides classes that define culture-related information, including language, country/region, calendars in use, format patterns for dates, currency, and numbers, and sort order for strings. - -Commonly Used Types: -System.Globalization.DateTimeFormatInfo -System.Globalization.CultureInfo -System.Globalization.NumberFormatInfo -System.Globalization.CalendarWeekRule -System.Globalization.TextInfo -System.Globalization.Calendar -System.Globalization.CompareInfo -System.Globalization.CompareOptions -System.Globalization.UnicodeCategory - -When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:http://go.microsoft.com/fwlink/?LinkId=329770 -license Type:MS-EULA - -#################################################################################################### -Package:System.Globalization.Calendars -Version:4.3.0 -project URL:https://dot.net/ -Description:Provides classes for performing date calculations using specific calendars, including the Gregorian, Julian, Hijri and Korean calendars. - -Commonly Used Types: -System.Globalization.HijriCalendar -System.Globalization.GregorianCalendar -System.Globalization.HebrewCalendar -System.Globalization.KoreanCalendar -System.Globalization.ThaiBuddhistCalendar -System.Globalization.TaiwanCalendar -System.Globalization.JapaneseCalendar -System.Globalization.GregorianCalendarTypes -System.Globalization.PersianCalendar -System.Globalization.UmAlQuraCalendar - -When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:http://go.microsoft.com/fwlink/?LinkId=329770 -license Type:MS-EULA - -#################################################################################################### -Package:System.Globalization.Extensions -Version:4.3.0 -project URL:https://dot.net/ -Description:Provides classes for performing Unicode string normalization, culture-specific string comparisons and support the use of non-ASCII characters for Internet domain names. - -Commonly Used Types: -System.StringNormalizationExtensions -System.Text.NormalizationForm -System.Globalization.IdnMapping - -When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:http://go.microsoft.com/fwlink/?LinkId=329770 -license Type:MS-EULA - -#################################################################################################### -Package:System.IdentityModel.Tokens.Jwt -Version:7.5.1 -project URL:https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet -Description:Includes types that provide support for creating, serializing and validating JSON Web Tokens. As of IdentityModel 7x, this is a legacy tool that should be replaced with Microsoft.IdentityModel.JsonWebTokens. -licenseUrl:https://licenses.nuget.org/MIT -license Type:MIT - -#################################################################################################### -Package:System.IO -Version:4.3.0 -project URL:https://dot.net/ -Description:Provides base input and output (I/O) types, including System.IO.Stream, System.IO.StreamReader and System.IO.StreamWriter, that allow reading and writing to data streams - -Commonly Used Types: -System.IO.Stream -System.IO.EndOfStreamException -System.IO.MemoryStream -System.IO.StreamReader -System.IO.StreamWriter -System.IO.StringWriter -System.IO.TextWriter -System.IO.TextReader - -When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:http://go.microsoft.com/fwlink/?LinkId=329770 -license Type:MS-EULA - -#################################################################################################### -Package:System.IO -Version:4.1.0 -project URL:https://dot.net/ -Description:Provides base input and output (I/O) types, including System.IO.Stream, System.IO.StreamReader and System.IO.StreamWriter, that allow reading and writing to data streams - -Commonly Used Types: -System.IO.Stream -System.IO.EndOfStreamException -System.IO.MemoryStream -System.IO.StreamReader -System.IO.StreamWriter -System.IO.StringWriter -System.IO.TextWriter -System.IO.TextReader - -When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:http://go.microsoft.com/fwlink/?LinkId=329770 -license Type:MS-EULA - -#################################################################################################### -Package:System.IO.Compression -Version:4.3.0 -project URL:https://dot.net/ -Description:Provides classes that support the compression and decompression of streams. - -Commonly Used Types: -System.IO.Compression.DeflateStream -System.IO.Compression.GZipStream -System.IO.Compression.CompressionMode -System.IO.Compression.CompressionLevel -System.IO.Compression.ZipArchiveEntry -System.IO.Compression.ZipArchive -System.IO.Compression.ZipArchiveMode - -When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:http://go.microsoft.com/fwlink/?LinkId=329770 -license Type:MS-EULA - -#################################################################################################### -Package:System.IO.Compression.ZipFile -Version:4.3.0 -project URL:https://dot.net/ -Description:Provides classes that support the compression and decompression of streams using file system paths. - -Commonly Used Types: -System.IO.Compression.ZipFile - -When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:http://go.microsoft.com/fwlink/?LinkId=329770 -license Type:MS-EULA - -#################################################################################################### -Package:System.IO.FileSystem -Version:4.3.0 -project URL:https://dot.net/ -Description:Provides types that allow reading and writing to files and types that provide basic file and directory support. - -Commonly Used Types: -System.IO.FileStream -System.IO.FileInfo -System.IO.DirectoryInfo -System.IO.FileSystemInfo -System.IO.File -System.IO.Directory -System.IO.SearchOption -System.IO.FileOptions - -When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:http://go.microsoft.com/fwlink/?LinkId=329770 -license Type:MS-EULA - -#################################################################################################### -Package:System.IO.FileSystem -Version:4.0.1 -project URL:https://dot.net/ -Description:Provides types that allow reading and writing to files and types that provide basic file and directory support. - -Commonly Used Types: -System.IO.FileStream -System.IO.FileInfo -System.IO.DirectoryInfo -System.IO.FileSystemInfo -System.IO.File -System.IO.Directory -System.IO.SearchOption -System.IO.FileOptions - -When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:http://go.microsoft.com/fwlink/?LinkId=329770 -license Type:MS-EULA - -#################################################################################################### -Package:System.IO.FileSystem.AccessControl -Version:5.0.0 -project URL:https://github.com/dotnet/runtime -Description:Provides types for managing access and audit control lists for files and directories. - -Commonly Used Types: -System.Security.AccessControl.DirectoryObjectSecurity -System.Security.AccessControl.DirectorySecurity -System.Security.AccessControl.FileSecurity -System.Security.AccessControl.FileSystemAccessRule -System.Security.AccessControl.FileSystemAuditRule -System.Security.AccessControl.FileSystemRights -System.Security.AccessControl.FileSystemSecurity - -When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:https://licenses.nuget.org/MIT -license Type:MIT - -#################################################################################################### -Package:System.IO.FileSystem.Primitives -Version:4.3.0 -project URL:https://dot.net/ -Description:Provides common enumerations and exceptions for path-based I/O libraries. - -Commonly Used Types: -System.IO.DirectoryNotFoundException -System.IO.FileAccess -System.IO.FileLoadException -System.IO.PathTooLongException -System.IO.FileMode -System.IO.FileShare -System.IO.FileAttributes - -When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:http://go.microsoft.com/fwlink/?LinkId=329770 -license Type:MS-EULA - -#################################################################################################### -Package:System.IO.FileSystem.Primitives -Version:4.0.1 -project URL:https://dot.net/ -Description:Provides common enumerations and exceptions for path-based I/O libraries. - -Commonly Used Types: -System.IO.DirectoryNotFoundException -System.IO.FileAccess -System.IO.FileLoadException -System.IO.PathTooLongException -System.IO.FileMode -System.IO.FileShare -System.IO.FileAttributes - -When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:http://go.microsoft.com/fwlink/?LinkId=329770 -license Type:MS-EULA - -#################################################################################################### -Package:System.Linq -Version:4.3.0 -project URL:https://dot.net/ -Description:Provides classes and interfaces that supports queries that use Language-Integrated Query (LINQ). - -Commonly Used Types: -System.Linq.Enumerable -System.Linq.IGrouping -System.Linq.IOrderedEnumerable -System.Linq.ILookup -System.Linq.Lookup - -When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:http://go.microsoft.com/fwlink/?LinkId=329770 -license Type:MS-EULA - -#################################################################################################### -Package:System.Linq -Version:4.1.0 -project URL:https://dot.net/ -Description:Provides classes and interfaces that supports queries that use Language-Integrated Query (LINQ). - -Commonly Used Types: -System.Linq.Enumerable -System.Linq.IGrouping -System.Linq.IOrderedEnumerable -System.Linq.ILookup -System.Linq.Lookup - -When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:http://go.microsoft.com/fwlink/?LinkId=329770 -license Type:MS-EULA - -#################################################################################################### -Package:System.Linq.Expressions -Version:4.3.0 -project URL:https://dot.net/ -Description:Provides classes, interfaces and enumerations that enable language-level code expressions to be represented as objects in the form of expression trees. - -Commonly Used Types: -System.Linq.IQueryable -System.Linq.IQueryable -System.Linq.Expressions.Expression -System.Linq.Expressions.Expression -System.Linq.Expressions.ExpressionVisitor - -When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:http://go.microsoft.com/fwlink/?LinkId=329770 -license Type:MS-EULA - -#################################################################################################### -Package:System.Linq.Expressions -Version:4.1.0 -project URL:https://dot.net/ -Description:Provides classes, interfaces and enumerations that enable language-level code expressions to be represented as objects in the form of expression trees. - -Commonly Used Types: -System.Linq.Expressions.Expression -System.Linq.Expressions.Expression -System.Linq.Expressions.MemberExpression -System.Linq.Expressions.ExpressionVisitor -System.Linq.Expressions.MethodCallExpression -System.Linq.IQueryable -System.Linq.IQueryable -System.Linq.Expressions.NewExpression -System.Linq.Expressions.ParameterExpression -System.Linq.Expressions.ConstantExpression - -When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:http://go.microsoft.com/fwlink/?LinkId=329770 -license Type:MS-EULA - -#################################################################################################### -Package:System.Memory -Version:4.5.5 -project URL:https://dot.net/ -Description:Provides types for efficient representation and pooling of managed, stack, and native memory segments and sequences of such segments, along with primitives to parse and format UTF-8 encoded text stored in those memory segments. - -Commonly Used Types: -System.Span -System.ReadOnlySpan -System.Memory -System.ReadOnlyMemory -System.Buffers.MemoryPool -System.Buffers.ReadOnlySequence -System.Buffers.Text.Utf8Parser -System.Buffers.Text.Utf8Formatter - -32b491939fbd125f304031c35038b1e14b4e3958 -When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:https://github.com/dotnet/corefx/blob/master/LICENSE.TXT -license Type:MIT - -#################################################################################################### -Package:System.Net.Http -Version:4.3.4 -project URL:https://dot.net/ -Description:Provides a programming interface for modern HTTP applications, including HTTP client components that allow applications to consume web services over HTTP and HTTP components that can be used by both clients and servers for parsing HTTP headers. - -Commonly Used Types: -System.Net.Http.HttpResponseMessage -System.Net.Http.DelegatingHandler -System.Net.Http.HttpRequestException -System.Net.Http.HttpClient -System.Net.Http.MultipartContent -System.Net.Http.Headers.HttpContentHeaders -System.Net.Http.HttpClientHandler -System.Net.Http.StreamContent -System.Net.Http.FormUrlEncodedContent -System.Net.Http.HttpMessageHandler - -When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:http://go.microsoft.com/fwlink/?LinkId=329770 -license Type:MS-EULA - -#################################################################################################### -Package:System.Net.NameResolution -Version:4.3.0 -project URL:https://dot.net/ -Description:Provides the System.Net.Dns class, which enables developers to perform simple domain name resolution. - -Commonly Used Types: -System.Net.Dns -System.Net.IPHostEntry - -When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:http://go.microsoft.com/fwlink/?LinkId=329770 -license Type:MS-EULA - -#################################################################################################### -Package:System.Net.NetworkInformation -Version:4.3.0 -project URL:https://dot.net/ -Description:Provides access to network traffic data, network address information, and notification of address changes for the local computer. - -Commonly Used Types: -System.Net.NetworkInformation.NetworkInterface -System.Net.NetworkInformation.NetworkInformationException -System.Net.NetworkInformation.NetworkAddressChangedEventHandler -System.Net.NetworkInformation.NetworkInterfaceType -System.Net.NetworkInformation.OperationalStatus -System.Net.NetworkInformation.IPGlobalProperties -System.Net.NetworkInformation.UnicastIPAddressInformation -System.Net.NetworkInformation.UnicastIPAddressInformationCollection -System.Net.NetworkInformation.PhysicalAddress -System.Net.NetworkInformation.TcpConnectionInformation - -When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:http://go.microsoft.com/fwlink/?LinkId=329770 -license Type:MS-EULA - -#################################################################################################### -Package:System.Net.Primitives -Version:4.3.0 -project URL:https://dot.net/ -Description:Provides common types for network-based libraries, including System.Net.IPAddress, System.Net.IPEndPoint, and System.Net.CookieContainer. - -Commonly Used Types: -System.Net.HttpStatusCode -System.Net.Sockets.SocketError -System.Net.Cookie -System.Net.Sockets.SocketException -System.Net.IPEndPoint -System.Net.ICredentials -System.Net.NetworkCredential -System.Net.IPAddress -System.Net.CookieCollection -System.Net.CookieContainer - -When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:http://go.microsoft.com/fwlink/?LinkId=329770 -license Type:MS-EULA - -#################################################################################################### -Package:System.Net.Sockets -Version:4.3.0 -project URL:https://dot.net/ -Description:Provides classes such as Socket, TcpClient and UdpClient, which enable developers to send and receive data over the network. - -Commonly Used Types: -System.Net.Sockets.Socket -System.Net.Sockets.SocketAsyncEventArgs -System.Net.Sockets.LingerOption -System.Net.Sockets.SocketAsyncOperation -System.Net.Sockets.ProtocolType -System.Net.Sockets.NetworkStream -System.Net.Sockets.TcpClient -System.Net.Sockets.SocketType -System.Net.Sockets.UdpClient -System.Net.Sockets.SocketShutdown - -When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:http://go.microsoft.com/fwlink/?LinkId=329770 -license Type:MS-EULA - -#################################################################################################### -Package:System.Numerics.Vectors -Version:4.5.0 -project URL:https://dot.net/ -Description:Provides hardware-accelerated numeric types, suitable for high-performance processing and graphics applications. - -Commonly Used Types: -System.Numerics.Matrix3x2 -System.Numerics.Matrix4x4 -System.Numerics.Plane -System.Numerics.Quaternion -System.Numerics.Vector2 -System.Numerics.Vector3 -System.Numerics.Vector4 -System.Numerics.Vector -System.Numerics.Vector - -30ab651fcb4354552bd4891619a0bdd81e0ebdbf -licenseUrl:https://github.com/dotnet/corefx/blob/master/LICENSE.TXT -license Type:MIT - -#################################################################################################### -Package:System.Numerics.Vectors -Version:4.4.0 -project URL:https://dot.net/ -Description:Provides hardware-accelerated numeric types, suitable for high-performance processing and graphics applications. - -Commonly Used Types: -System.Numerics.Matrix3x2 -System.Numerics.Matrix4x4 -System.Numerics.Plane -System.Numerics.Quaternion -System.Numerics.Vector2 -System.Numerics.Vector3 -System.Numerics.Vector4 -System.Numerics.Vector -System.Numerics.Vector - -8321c729934c0f8be754953439b88e6e1c120c24 -licenseUrl:https://github.com/dotnet/corefx/blob/master/LICENSE.TXT -license Type:MIT - -#################################################################################################### -Package:System.ObjectModel -Version:4.3.0 -project URL:https://dot.net/ -Description:Provides types and interfaces that allow the creation of observable types that provide notifications to clients when changes are made to it. - -Commonly Used Types: -System.ComponentModel.INotifyPropertyChanged -System.Collections.ObjectModel.ObservableCollection -System.ComponentModel.PropertyChangedEventHandler -System.Windows.Input.ICommand -System.Collections.Specialized.INotifyCollectionChanged -System.Collections.Specialized.NotifyCollectionChangedEventArgs -System.Collections.Specialized.NotifyCollectionChangedEventHandler -System.Collections.ObjectModel.KeyedCollection -System.ComponentModel.PropertyChangedEventArgs -System.Collections.ObjectModel.ReadOnlyDictionary - -When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:http://go.microsoft.com/fwlink/?LinkId=329770 -license Type:MS-EULA - -#################################################################################################### -Package:System.ObjectModel -Version:4.0.12 -project URL:https://dot.net/ -Description:Provides types and interfaces that allow the creation of observable types that provide notifications to clients when changes are made to it. - -Commonly Used Types: -System.ComponentModel.INotifyPropertyChanged -System.Collections.ObjectModel.ObservableCollection -System.ComponentModel.PropertyChangedEventHandler -System.Windows.Input.ICommand -System.Collections.Specialized.INotifyCollectionChanged -System.Collections.Specialized.NotifyCollectionChangedEventArgs -System.Collections.Specialized.NotifyCollectionChangedEventHandler -System.Collections.ObjectModel.KeyedCollection -System.ComponentModel.PropertyChangedEventArgs -System.Collections.ObjectModel.ReadOnlyDictionary - -When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:http://go.microsoft.com/fwlink/?LinkId=329770 -license Type:MS-EULA - -#################################################################################################### -Package:System.Reflection -Version:4.3.0 -project URL:https://dot.net/ -Description:Provides types that retrieve information about assemblies, modules, members, parameters, and other entities in managed code by examining their metadata. These types also can be used to manipulate instances of loaded types, for example to hook up events or to invoke methods. - -Commonly Used Types: -System.Reflection.MethodInfo -System.Reflection.PropertyInfo -System.Reflection.ParameterInfo -System.Reflection.FieldInfo -System.Reflection.ConstructorInfo -System.Reflection.Assembly -System.Reflection.MemberInfo -System.Reflection.EventInfo -System.Reflection.Module - -When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:http://go.microsoft.com/fwlink/?LinkId=329770 -license Type:MS-EULA - -#################################################################################################### -Package:System.Reflection -Version:4.1.0 -project URL:https://dot.net/ -Description:Provides types that retrieve information about assemblies, modules, members, parameters, and other entities in managed code by examining their metadata. These types also can be used to manipulate instances of loaded types, for example to hook up events or to invoke methods. - -Commonly Used Types: -System.Reflection.MethodInfo -System.Reflection.PropertyInfo -System.Reflection.ParameterInfo -System.Reflection.FieldInfo -System.Reflection.ConstructorInfo -System.Reflection.Assembly -System.Reflection.MemberInfo -System.Reflection.EventInfo -System.Reflection.Module - -When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:http://go.microsoft.com/fwlink/?LinkId=329770 -license Type:MS-EULA - -#################################################################################################### -Package:System.Reflection.Emit -Version:4.3.0 -project URL:https://dot.net/ -Description:Provides classes that allow a compiler or tool to emit metadata and optionally generate a PE file on disk. The primary clients of these classes are script engines and compilers. - -Commonly Used Types: -System.Reflection.Emit.AssemblyBuilder -System.Reflection.Emit.FieldBuilder -System.Reflection.Emit.TypeBuilder -System.Reflection.Emit.MethodBuilder -System.Reflection.Emit.ConstructorBuilder -System.Reflection.Emit.GenericTypeParameterBuilder -System.Reflection.Emit.ModuleBuilder -System.Reflection.Emit.PropertyBuilder -System.Reflection.Emit.AssemblyBuilderAccess -System.Reflection.Emit.EventBuilder - -When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:http://go.microsoft.com/fwlink/?LinkId=329770 -license Type:MS-EULA - -#################################################################################################### -Package:System.Reflection.Emit -Version:4.0.1 -project URL:https://dot.net/ -Description:Provides classes that allow a compiler or tool to emit metadata and optionally generate a PE file on disk. The primary clients of these classes are script engines and compilers. - -Commonly Used Types: -System.Reflection.Emit.AssemblyBuilder -System.Reflection.Emit.FieldBuilder -System.Reflection.Emit.TypeBuilder -System.Reflection.Emit.MethodBuilder -System.Reflection.Emit.ConstructorBuilder -System.Reflection.Emit.GenericTypeParameterBuilder -System.Reflection.Emit.ModuleBuilder -System.Reflection.Emit.PropertyBuilder -System.Reflection.Emit.AssemblyBuilderAccess -System.Reflection.Emit.EventBuilder - -When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:http://go.microsoft.com/fwlink/?LinkId=329770 -license Type:MS-EULA - -#################################################################################################### -Package:System.Reflection.Emit.ILGeneration -Version:4.3.0 -project URL:https://dot.net/ -Description:Provides classes that allow a compiler or tool to emit Microsoft intermediate language (MSIL). The primary clients of these classes are script engines and compilers. - -Commonly Used Types: -System.Reflection.Emit.ILGenerator -System.Reflection.Emit.Label -System.Reflection.Emit.CustomAttributeBuilder -System.Reflection.Emit.LocalBuilder -System.Reflection.Emit.ParameterBuilder -System.Reflection.Emit.SignatureHelper - -When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:http://go.microsoft.com/fwlink/?LinkId=329770 -license Type:MS-EULA - -#################################################################################################### -Package:System.Reflection.Emit.ILGeneration -Version:4.0.1 -project URL:https://dot.net/ -Description:Provides classes that allow a compiler or tool to emit Microsoft intermediate language (MSIL). The primary clients of these classes are script engines and compilers. - -Commonly Used Types: -System.Reflection.Emit.ILGenerator -System.Reflection.Emit.Label -System.Reflection.Emit.CustomAttributeBuilder -System.Reflection.Emit.LocalBuilder -System.Reflection.Emit.ParameterBuilder -System.Reflection.Emit.SignatureHelper - -When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:http://go.microsoft.com/fwlink/?LinkId=329770 -license Type:MS-EULA - -#################################################################################################### -Package:System.Reflection.Emit.Lightweight -Version:4.3.0 -project URL:https://dot.net/ -Description:Provides the System.Reflection.Emit.DynamicMethod class, which represents a dynamic method that can be compiled, executed, and discarded. Discarded methods are available for garbage collection. - -Commonly Used Types: -System.Reflection.Emit.DynamicMethod - -When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:http://go.microsoft.com/fwlink/?LinkId=329770 -license Type:MS-EULA - -#################################################################################################### -Package:System.Reflection.Emit.Lightweight -Version:4.0.1 -project URL:https://dot.net/ -Description:Provides the System.Reflection.Emit.DynamicMethod class, which represents a dynamic method that can be compiled, executed, and discarded. Discarded methods are available for garbage collection. - -Commonly Used Types: -System.Reflection.Emit.DynamicMethod - -When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:http://go.microsoft.com/fwlink/?LinkId=329770 -license Type:MS-EULA - -#################################################################################################### -Package:System.Reflection.Extensions -Version:4.3.0 -project URL:https://dot.net/ -Description:Provides custom attribute extension methods for System.Reflection types. - -Commonly Used Types: -System.Reflection.InterfaceMapping -System.Reflection.CustomAttributeExtensions -System.Reflection.RuntimeReflectionExtensions - -When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:http://go.microsoft.com/fwlink/?LinkId=329770 -license Type:MS-EULA - -#################################################################################################### -Package:System.Reflection.Extensions -Version:4.0.1 -project URL:https://dot.net/ -Description:Provides custom attribute extension methods for System.Reflection types. - -Commonly Used Types: -System.Reflection.InterfaceMapping -System.Reflection.CustomAttributeExtensions -System.Reflection.RuntimeReflectionExtensions - -When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:http://go.microsoft.com/fwlink/?LinkId=329770 -license Type:MS-EULA - -#################################################################################################### -Package:System.Reflection.Primitives -Version:4.3.0 -project URL:https://dot.net/ -Description:Provides common enumerations for reflection-based libraries. - -Commonly Used Types: -System.Reflection.FieldAttributes -System.Reflection.Emit.OpCode -System.Reflection.TypeAttributes -System.Reflection.MethodAttributes -System.Reflection.CallingConventions -System.Reflection.PropertyAttributes -System.Reflection.EventAttributes -System.Reflection.ParameterAttributes -System.Reflection.GenericParameterAttributes -System.Reflection.MethodImplAttributes - -When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:http://go.microsoft.com/fwlink/?LinkId=329770 -license Type:MS-EULA - -#################################################################################################### -Package:System.Reflection.Primitives -Version:4.0.1 -project URL:https://dot.net/ -Description:Provides common enumerations for reflection-based libraries. - -Commonly Used Types: -System.Reflection.FieldAttributes -System.Reflection.Emit.OpCode -System.Reflection.TypeAttributes -System.Reflection.MethodAttributes -System.Reflection.CallingConventions -System.Reflection.PropertyAttributes -System.Reflection.EventAttributes -System.Reflection.ParameterAttributes -System.Reflection.GenericParameterAttributes -System.Reflection.MethodImplAttributes - -When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:http://go.microsoft.com/fwlink/?LinkId=329770 -license Type:MS-EULA - -#################################################################################################### -Package:System.Reflection.TypeExtensions -Version:4.3.0 -project URL:https://dot.net/ -Description:Provides extensions methods for System.Type that are designed to be source-compatible with older framework reflection-based APIs. - -Commonly Used Types: -System.Reflection.TypeExtensions -System.Reflection.BindingFlags - -When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:http://go.microsoft.com/fwlink/?LinkId=329770 -license Type:MS-EULA - -#################################################################################################### -Package:System.Reflection.TypeExtensions -Version:4.7.0 -project URL:https://github.com/dotnet/corefx -Description:Provides extensions methods for System.Type that are designed to be source-compatible with older framework reflection-based APIs. - -Commonly Used Types: -System.Reflection.TypeExtensions -System.Reflection.BindingFlags - -When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:https://licenses.nuget.org/MIT -license Type:MIT - -#################################################################################################### -Package:System.Reflection.TypeExtensions -Version:4.1.0 -project URL:https://dot.net/ -Description:Provides extensions methods for System.Type that are designed to be source-compatible with older framework reflection-based APIs. - -Commonly Used Types: -System.Reflection.TypeExtensions -System.Reflection.BindingFlags - -When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:http://go.microsoft.com/fwlink/?LinkId=329770 -license Type:MS-EULA - -#################################################################################################### -Package:System.Resources.ResourceManager -Version:4.3.0 -project URL:https://dot.net/ -Description:Provides classes and attributes that allow developers to create, store, and manage various culture-specific resources used in an application. - -Commonly Used Types: -System.Resources.ResourceManager -System.Resources.NeutralResourcesLanguageAttribute -System.Resources.SatelliteContractVersionAttribute -System.Resources.MissingManifestResourceException - -When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:http://go.microsoft.com/fwlink/?LinkId=329770 -license Type:MS-EULA - -#################################################################################################### -Package:System.Resources.ResourceManager -Version:4.0.1 -project URL:https://dot.net/ -Description:Provides classes and attributes that allow developers to create, store, and manage various culture-specific resources used in an application. - -Commonly Used Types: -System.Resources.ResourceManager -System.Resources.NeutralResourcesLanguageAttribute -System.Resources.SatelliteContractVersionAttribute -System.Resources.MissingManifestResourceException - -When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:http://go.microsoft.com/fwlink/?LinkId=329770 -license Type:MS-EULA - -#################################################################################################### -Package:System.Runtime -Version:4.3.0 -project URL:https://dot.net/ -Description:Provides the fundamental primitives, classes and base classes that define commonly-used value and reference data types, events and event handlers, interfaces, attributes, and exceptions. This packages represents the core package, and provides the minimal set of types required to build a managed application. - -Commonly Used Types: -System.Object -System.Exception -System.Int16 -System.Int32 -System.Int64 -System.Enum -System.String -System.Char -System.Boolean -System.SByte -System.Byte -System.DateTime -System.DateTimeOffset -System.Single -System.Double -System.UInt16 -System.UInt32 -System.UInt64 -System.IDisposable -System.Uri - -When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:http://go.microsoft.com/fwlink/?LinkId=329770 -license Type:MS-EULA - -#################################################################################################### -Package:System.Runtime -Version:4.1.0 -project URL:https://dot.net/ -Description:Provides the fundamental primitives, classes and base classes that define commonly-used value and reference data types, events and event handlers, interfaces, attributes, and exceptions. This packages represents the core package, and provides the minimal set of types required to build a managed application. - -Commonly Used Types: -System.Object -System.Exception -System.Int16 -System.Int32 -System.Int64 -System.Enum -System.String -System.Char -System.Boolean -System.SByte -System.Byte -System.DateTime -System.DateTimeOffset -System.Single -System.Double -System.UInt16 -System.UInt32 -System.UInt64 -System.IDisposable -System.Uri - -When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:http://go.microsoft.com/fwlink/?LinkId=329770 -license Type:MS-EULA - -#################################################################################################### -Package:System.Runtime.CompilerServices.Unsafe -Version:5.0.0 -project URL:https://github.com/dotnet/runtime -Description:Provides the System.Runtime.CompilerServices.Unsafe class, which provides generic, low-level functionality for manipulating pointers. - -Commonly Used Types: -System.Runtime.CompilerServices.Unsafe - -When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:https://licenses.nuget.org/MIT -license Type:MIT - -#################################################################################################### -Package:System.Runtime.CompilerServices.Unsafe -Version:6.0.0 -project URL:https://dot.net/ -Description:Provides the System.Runtime.CompilerServices.Unsafe class, which provides generic, low-level functionality for manipulating pointers. - -Commonly Used Types: -System.Runtime.CompilerServices.Unsafe -licenseUrl:https://licenses.nuget.org/MIT -license Type:MIT - -#################################################################################################### -Package:System.Runtime.Extensions -Version:4.3.0 -project URL:https://dot.net/ -Description:Provides commonly-used classes for performing mathematical functions, conversions, string comparisons and querying environment information. - -Commonly Used Types: -System.Math -System.Environment -System.Random -System.Progress -System.Convert -System.Diagnostics.Stopwatch -System.Runtime.Versioning.FrameworkName -System.StringComparer -System.IO.Path - -When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:http://go.microsoft.com/fwlink/?LinkId=329770 -license Type:MS-EULA - -#################################################################################################### -Package:System.Runtime.Extensions -Version:4.1.0 -project URL:https://dot.net/ -Description:Provides commonly-used classes for performing mathematical functions, conversions, string comparisons and querying environment information. - -Commonly Used Types: -System.Math -System.Environment -System.Random -System.Progress -System.Convert -System.Diagnostics.Stopwatch -System.Runtime.Versioning.FrameworkName -System.StringComparer -System.IO.Path - -When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:http://go.microsoft.com/fwlink/?LinkId=329770 -license Type:MS-EULA - -#################################################################################################### -Package:System.Runtime.Handles -Version:4.3.0 -project URL:https://dot.net/ -Description:Provides base classes, including System.Runtime.InteropServices.CriticalHandle and System.Runtime.InteropServices.SafeHandle, for types that represent operating system handles. - -Commonly Used Types: -System.Runtime.InteropServices.SafeHandle -Microsoft.Win32.SafeHandles.SafeWaitHandle -System.Runtime.InteropServices.CriticalHandle -System.Threading.WaitHandleExtensions -System.IO.HandleInheritability - -When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:http://go.microsoft.com/fwlink/?LinkId=329770 -license Type:MS-EULA - -#################################################################################################### -Package:System.Runtime.Handles -Version:4.0.1 -project URL:https://dot.net/ -Description:Provides base classes, including System.Runtime.InteropServices.CriticalHandle and System.Runtime.InteropServices.SafeHandle, for types that represent operating system handles. - -Commonly Used Types: -System.Runtime.InteropServices.SafeHandle -Microsoft.Win32.SafeHandles.SafeWaitHandle -System.Runtime.InteropServices.CriticalHandle -System.Threading.WaitHandleExtensions -System.IO.HandleInheritability - -When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:http://go.microsoft.com/fwlink/?LinkId=329770 -license Type:MS-EULA - -#################################################################################################### -Package:System.Runtime.InteropServices -Version:4.3.0 -project URL:https://dot.net/ -Description:Provides types that support COM interop and platform invoke services. - -Commonly Used Types: -System.Runtime.InteropServices.GCHandle -System.Runtime.InteropServices.GuidAttribute -System.Runtime.InteropServices.COMException -System.DllNotFoundException -System.Runtime.InteropServices.DllImportAttribute - -When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:http://go.microsoft.com/fwlink/?LinkId=329770 -license Type:MS-EULA - -#################################################################################################### -Package:System.Runtime.InteropServices -Version:4.1.0 -project URL:https://dot.net/ -Description:Provides types that support COM interop and platform invoke services. - -Commonly Used Types: -System.Runtime.InteropServices.GCHandle -System.Runtime.InteropServices.GuidAttribute -System.Runtime.InteropServices.COMException -System.DllNotFoundException -System.Runtime.InteropServices.DllImportAttribute - -When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:http://go.microsoft.com/fwlink/?LinkId=329770 -license Type:MS-EULA - -#################################################################################################### -Package:System.Runtime.InteropServices.RuntimeInformation -Version:4.3.0 -project URL:https://dot.net/ -Description:Provides APIs to query about runtime and OS information. - -Commonly Used Types: -System.Runtime.InteropServices.RuntimeInformation -System.Runtime.InteropServices.OSPlatform - -When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:http://go.microsoft.com/fwlink/?LinkId=329770 -license Type:MS-EULA - -#################################################################################################### -Package:System.Runtime.InteropServices.RuntimeInformation -Version:4.0.0 -project URL:https://dot.net/ -Description:Provides APIs to query about runtime and OS information. - -Commonly Used Types: -System.Runtime.InteropServices.RuntimeInformation -System.Runtime.InteropServices.OSPlatform - -When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:http://go.microsoft.com/fwlink/?LinkId=329770 -license Type:MS-EULA - -#################################################################################################### -Package:System.Runtime.InteropServices.WindowsRuntime -Version:4.3.0 -project URL:https://dot.net/ -Description:Provides classes that support interoperation between managed code and the Windows Runtime, and that enable the creation of Windows Runtime types with managed code. - -Commonly Used Types: -System.Runtime.InteropServices.WindowsRuntime.WindowsRuntimeMarshal -System.Runtime.InteropServices.WindowsRuntime.ReadOnlyArrayAttribute -System.Runtime.InteropServices.WindowsRuntime.WriteOnlyArrayAttribute -System.Runtime.InteropServices.WindowsRuntime.ReturnValueNameAttribute - -When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:http://go.microsoft.com/fwlink/?LinkId=329770 -license Type:MS-EULA - -#################################################################################################### -Package:System.Runtime.Numerics -Version:4.3.0 -project URL:https://dot.net/ -Description:Provides the numeric types System.Numerics.BigInteger and System.Numerics.Complex, which complement the numeric primitives, such as System.Byte, System.Double and System.Int32. - -Commonly Used Types: -System.Numerics.BigInteger -System.Numerics.Complex - -When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:http://go.microsoft.com/fwlink/?LinkId=329770 -license Type:MS-EULA - -#################################################################################################### -Package:System.Runtime.Serialization.Formatters -Version:4.3.0 -project URL:https://dot.net/ -Description:Provides common types for libraries that support runtime serialization. - -Commonly Used Types: -System.SerializableAttribute -System.Runtime.Serialization.ISerializable - -When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:http://go.microsoft.com/fwlink/?LinkId=329770 -license Type:MS-EULA - -#################################################################################################### -Package:System.Runtime.Serialization.Primitives -Version:4.1.1 -project URL:https://dot.net/ -Description:Provides common types, including System.Runtime.Serialization.DataContractAttribute, for libraries that support data contract serialization. - -Commonly Used Types: -System.Runtime.Serialization.StreamingContext -System.Runtime.Serialization.OnDeserializingAttribute -System.Runtime.Serialization.OnDeserializedAttribute -System.Runtime.Serialization.OnSerializingAttribute -System.Runtime.Serialization.OnSerializedAttribute -System.Runtime.Serialization.EnumMemberAttribute -System.Runtime.Serialization.DataMemberAttribute -System.Runtime.Serialization.DataContractAttribute -System.Runtime.Serialization.IgnoreDataMemberAttribute -System.Runtime.Serialization.SerializationException - -When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:http://go.microsoft.com/fwlink/?LinkId=329770 -license Type:MS-EULA - -#################################################################################################### -Package:System.Runtime.Serialization.Primitives -Version:4.3.0 -project URL:https://dot.net/ -Description:Provides common types, including System.Runtime.Serialization.DataContractAttribute, for libraries that support data contract serialization. - -Commonly Used Types: -System.Runtime.Serialization.StreamingContext -System.Runtime.Serialization.OnDeserializingAttribute -System.Runtime.Serialization.OnDeserializedAttribute -System.Runtime.Serialization.OnSerializingAttribute -System.Runtime.Serialization.OnSerializedAttribute -System.Runtime.Serialization.EnumMemberAttribute -System.Runtime.Serialization.DataMemberAttribute -System.Runtime.Serialization.DataContractAttribute -System.Runtime.Serialization.IgnoreDataMemberAttribute -System.Runtime.Serialization.SerializationException - -When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:http://go.microsoft.com/fwlink/?LinkId=329770 -license Type:MS-EULA - -#################################################################################################### -Package:System.Runtime.WindowsRuntime -Version:4.3.0 -project URL:https://dot.net/ -Description:Provides extensions methods that improve interoperation between managed code and the Windows Runtime. - -Commonly Used Types: -System.WindowsRuntimeSystemExtensions -System.IO.WindowsRuntimeStorageExtensions -System.IO.WindowsRuntimeStreamExtensions -System.Runtime.InteropServices.WindowsRuntime.AsyncInfo -System.Runtime.InteropServices.WindowsRuntime.WindowsRuntimeBuffer - -When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:http://go.microsoft.com/fwlink/?LinkId=329770 -license Type:MS-EULA - -#################################################################################################### -Package:System.Security.AccessControl -Version:5.0.0 -project URL:https://github.com/dotnet/runtime -Description:Provides base classes that enable managing access and audit control lists on securable objects. - -Commonly Used Types: -System.Security.AccessControl.AccessRule -System.Security.AccessControl.AuditRule -System.Security.AccessControl.ObjectAccessRule -System.Security.AccessControl.ObjectAuditRule -System.Security.AccessControl.ObjectSecurity - -When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:https://licenses.nuget.org/MIT -license Type:MIT - -#################################################################################################### -Package:System.Security.AccessControl -Version:6.0.0 -project URL:https://dot.net/ -Description:Provides base classes that enable managing access and audit control lists on securable objects. - -Commonly Used Types: -System.Security.AccessControl.AccessRule -System.Security.AccessControl.AuditRule -System.Security.AccessControl.ObjectAccessRule -System.Security.AccessControl.ObjectAuditRule -System.Security.AccessControl.ObjectSecurity -licenseUrl:https://licenses.nuget.org/MIT -license Type:MIT - -#################################################################################################### -Package:System.Security.Claims -Version:4.3.0 -project URL:https://dot.net/ -Description:Provides classes that implement claims-based identity in the .NET Framework, including classes that represent claims, claims-based identities, and claims-based principals. - -Commonly Used Types: -System.Security.Principal.GenericIdentity -System.Security.Claims.Claim -System.Security.Claims.ClaimsIdentity -System.Security.Claims.ClaimsPrincipal -System.Security.Principal.GenericPrincipal - -When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:http://go.microsoft.com/fwlink/?LinkId=329770 -license Type:MS-EULA - -#################################################################################################### -Package:System.Security.Cryptography.Algorithms -Version:4.3.0 -project URL:https://dot.net/ -Description:Provides base types for cryptographic algorithms, including hashing, encryption, and signing operations. - -Commonly Used Types: -System.Security.Cryptography.Aes -System.Security.Cryptography.RSA -System.Security.Cryptography.RSAParameters -System.Security.Cryptography.HMACSHA1 -System.Security.Cryptography.SHA256 -System.Security.Cryptography.SHA1 -System.Security.Cryptography.SHA512 -System.Security.Cryptography.SHA384 -System.Security.Cryptography.HMACSHA256 -System.Security.Cryptography.MD5 -System.Security.Cryptography.HMACSHA384 -System.Security.Cryptography.HMACSHA512 - -When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:http://go.microsoft.com/fwlink/?LinkId=329770 -license Type:MS-EULA - -#################################################################################################### -Package:System.Security.Cryptography.Algorithms -Version:4.3.1 -project URL:https://dot.net/ -Description:Provides base types for cryptographic algorithms, including hashing, encryption, and signing operations. - -Commonly Used Types: -System.Security.Cryptography.Aes -System.Security.Cryptography.RSA -System.Security.Cryptography.RSAParameters -System.Security.Cryptography.HMACSHA1 -System.Security.Cryptography.SHA256 -System.Security.Cryptography.SHA1 -System.Security.Cryptography.SHA512 -System.Security.Cryptography.SHA384 -System.Security.Cryptography.HMACSHA256 -System.Security.Cryptography.MD5 -System.Security.Cryptography.HMACSHA384 -System.Security.Cryptography.HMACSHA512 - -When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:http://go.microsoft.com/fwlink/?LinkId=329770 -license Type:MS-EULA - -#################################################################################################### -Package:System.Security.Cryptography.Cng -Version:4.3.0 -project URL:https://dot.net/ -Description:Provides cryptographic algorithm implementations and key management with Windows Cryptographic Next Generation API (CNG). - -Commonly Used Types: -System.Security.Cryptography.RSACng -System.Security.Cryptography.ECDsaCng -System.Security.Cryptography.CngKey - -When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:http://go.microsoft.com/fwlink/?LinkId=329770 -license Type:MS-EULA - -#################################################################################################### -Package:System.Security.Cryptography.Cng -Version:4.5.0 -project URL:https://dot.net/ -Description:Provides cryptographic algorithm implementations and key management with Windows Cryptographic Next Generation API (CNG). - -Commonly Used Types: -System.Security.Cryptography.RSACng -System.Security.Cryptography.ECDsaCng -System.Security.Cryptography.CngKey - -30ab651fcb4354552bd4891619a0bdd81e0ebdbf -When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:https://github.com/dotnet/corefx/blob/master/LICENSE.TXT -license Type:MIT - -#################################################################################################### -Package:System.Security.Cryptography.Cng -Version:5.0.0 -project URL:https://github.com/dotnet/runtime -Description:Provides cryptographic algorithm implementations and key management with Windows Cryptographic Next Generation API (CNG). - -Commonly Used Types: -System.Security.Cryptography.RSACng -System.Security.Cryptography.ECDsaCng -System.Security.Cryptography.CngKey - -When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:https://licenses.nuget.org/MIT -license Type:MIT - -#################################################################################################### -Package:System.Security.Cryptography.Csp -Version:4.3.0 -project URL:https://dot.net/ -Description:Provides cryptographic algorithm implementations and key management with Windows Cryptographic API (CryptoAPI). - -Commonly Used Types: -System.Security.Cryptography.RSACryptoServiceProvider -System.Security.Cryptography.CspParameters - -When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:http://go.microsoft.com/fwlink/?LinkId=329770 -license Type:MS-EULA - -#################################################################################################### -Package:System.Security.Cryptography.Encoding -Version:4.3.0 -project URL:https://dot.net/ -Description:Provides types for representing Abstract Syntax Notation One (ASN.1)-encoded data. - -Commonly Used Types: -System.Security.Cryptography.AsnEncodedData -System.Security.Cryptography.Oid -System.Security.Cryptography.OidCollection - -When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:http://go.microsoft.com/fwlink/?LinkId=329770 -license Type:MS-EULA - -#################################################################################################### -Package:System.Security.Cryptography.OpenSsl -Version:4.3.0 -project URL:https://dot.net/ -Description:Provides cryptographic algorithm implementations and key management for non-Windows systems with OpenSSL. - -Commonly Used Types: -System.Security.Cryptography.RSAOpenSsl - -When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:http://go.microsoft.com/fwlink/?LinkId=329770 -license Type:MS-EULA - -#################################################################################################### -Package:System.Security.Cryptography.Pkcs -Version:8.0.0 -project URL:https://dot.net/ -Description:Provides support for PKCS and CMS algorithms. - -Commonly Used Types: -System.Security.Cryptography.Pkcs.EnvelopedCms -licenseUrl:https://licenses.nuget.org/MIT -license Type:MIT - -#################################################################################################### -Package:System.Security.Cryptography.Primitives -Version:4.3.0 -project URL:https://dot.net/ -Description:Provides common types for the cryptographic libraries. - -Commonly Used Types: -System.Security.Cryptography.ICryptoTransform -System.Security.Cryptography.AsymmetricAlgorithm -System.Security.Cryptography.SymmetricAlgorithm -System.Security.Cryptography.HashAlgorithm -System.Security.Cryptography.KeyedHashAlgorithm -System.Security.Cryptography.HMAC -System.Security.Cryptography.KeySizes -System.Security.Cryptography.CryptographicException -System.Security.Cryptography.CipherMode -System.Security.Cryptography.PaddingMode -System.Security.Cryptography.CryptoStream -System.Security.Cryptography.CryptoStreamMode - -When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:http://go.microsoft.com/fwlink/?LinkId=329770 -license Type:MS-EULA - -#################################################################################################### -Package:System.Security.Cryptography.ProtectedData -Version:6.0.0 -project URL:https://dot.net/ -Description:Provides access to Windows Data Protection Api. - -Commonly Used Types: -System.Security.Cryptography.DataProtectionScope -System.Security.Cryptography.ProtectedData -licenseUrl:https://licenses.nuget.org/MIT -license Type:MIT - -#################################################################################################### -Package:System.Security.Cryptography.X509Certificates -Version:4.3.0 -project URL:https://dot.net/ -Description:Provides types for reading, exporting and verifying Authenticode X.509 v3 certificates. These certificates are signed with a private key that uniquely and positively identifies the holder of the certificate. - -Commonly Used Types: -System.Security.Cryptography.X509Certificates.X509Certificate2 -System.Security.Cryptography.X509Certificates.X509Certificate -System.Security.Cryptography.X509Certificates.X509ContentType -System.Security.Cryptography.X509Certificates.StoreLocation -System.Security.Cryptography.X509Certificates.StoreName -System.Security.Cryptography.X509Certificates.X509FindType -System.Security.Cryptography.X509Certificates.X509ChainStatus -System.Security.Cryptography.X509Certificates.X509Certificate2Collection -System.Security.Cryptography.X509Certificates.X509EnhancedKeyUsageExtension -System.Security.Cryptography.X509Certificates.X509Chain - -When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:http://go.microsoft.com/fwlink/?LinkId=329770 -license Type:MS-EULA - -#################################################################################################### -Package:System.Security.Permissions -Version:6.0.0 -project URL:https://dot.net/ -Description:Provides types supporting Code Access Security (CAS). -licenseUrl:https://licenses.nuget.org/MIT -license Type:MIT - -#################################################################################################### -Package:System.Security.Principal -Version:4.3.0 -project URL:https://dot.net/ -Description:Provides the base interfaces for principal and identity objects that represents the security context under which code is running. - -Commonly Used Types: -System.Security.Principal.IPrincipal -System.Security.Principal.IIdentity -System.Security.Principal.TokenImpersonationLevel - -When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:http://go.microsoft.com/fwlink/?LinkId=329770 -license Type:MS-EULA - -#################################################################################################### -Package:System.Security.Principal.Windows -Version:5.0.0 -project URL:https://github.com/dotnet/runtime -Description:Provides classes for retrieving the current Windows user and for interacting with Windows users and groups. - -Commonly Used Types: -System.Security.Principal.WindowsIdentity -System.Security.Principal.SecurityIdentifier -System.Security.Principal.NTAccount -System.Security.Principal.WindowsPrincipal -System.Security.Principal.IdentityReference -System.Security.Principal.IdentityNotMappedException -System.Security.Principal.WindowsBuiltInRole -System.Security.Principal.WellKnownSidType - -When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:https://licenses.nuget.org/MIT -license Type:MIT - -#################################################################################################### -Package:System.Text.Encoding -Version:4.3.0 -project URL:https://dot.net/ -Description:Provides base abstract encoding classes for converting blocks of characters to and from blocks of bytes. - -Commonly Used Types: -System.Text.Encoding -System.Text.DecoderFallbackException -System.Text.Decoder -System.Text.EncoderFallbackException -System.Text.Encoder -System.Text.EncoderFallback -System.Text.EncoderFallbackBuffer -System.Text.DecoderFallback -System.Text.DecoderFallbackBuffer -System.Text.DecoderExceptionFallback - -When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:http://go.microsoft.com/fwlink/?LinkId=329770 -license Type:MS-EULA - -#################################################################################################### -Package:System.Text.Encoding -Version:4.0.11 -project URL:https://dot.net/ -Description:Provides base abstract encoding classes for converting blocks of characters to and from blocks of bytes. - -Commonly Used Types: -System.Text.Encoding -System.Text.DecoderFallbackException -System.Text.Decoder -System.Text.EncoderFallbackException -System.Text.Encoder -System.Text.EncoderFallback -System.Text.EncoderFallbackBuffer -System.Text.DecoderFallback -System.Text.DecoderFallbackBuffer -System.Text.DecoderExceptionFallback - -When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:http://go.microsoft.com/fwlink/?LinkId=329770 -license Type:MS-EULA - -#################################################################################################### -Package:System.Text.Encoding.CodePages -Version:8.0.0 -project URL:https://dot.net/ -Description:Provides support for code-page based encodings, including Windows-1252, Shift-JIS, and GB2312. - -Commonly Used Types: -System.Text.CodePagesEncodingProvider -licenseUrl:https://licenses.nuget.org/MIT -license Type:MIT - -#################################################################################################### -Package:System.Text.Encoding.CodePages -Version:5.0.0 -project URL:https://github.com/dotnet/runtime -Description:Provides support for code-page based encodings, including Windows-1252, Shift-JIS, and GB2312. - -Commonly Used Types: -System.Text.CodePagesEncodingProvider - -When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:https://licenses.nuget.org/MIT -license Type:MIT - -#################################################################################################### -Package:System.Text.Encoding.Extensions -Version:4.3.0 -project URL:https://dot.net/ -Description:Provides support for specific encodings, including ASCII, UTF-7, UTF-8, UTF-16, and UTF-32. - -Commonly Used Types: -System.Text.UTF8Encoding -System.Text.UnicodeEncoding -System.Text.ASCIIEncoding -System.Text.UTF7Encoding -System.Text.UTF32Encoding - -When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:http://go.microsoft.com/fwlink/?LinkId=329770 -license Type:MS-EULA - -#################################################################################################### -Package:System.Text.Encoding.Extensions -Version:4.0.11 -project URL:https://dot.net/ -Description:Provides support for specific encodings, including ASCII, UTF-7, UTF-8, UTF-16, and UTF-32. - -Commonly Used Types: -System.Text.UTF8Encoding -System.Text.UnicodeEncoding -System.Text.ASCIIEncoding -System.Text.UTF7Encoding -System.Text.UTF32Encoding - -When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:http://go.microsoft.com/fwlink/?LinkId=329770 -license Type:MS-EULA - -#################################################################################################### -Package:System.Text.Encodings.Web -Version:4.7.2 -project URL:https://github.com/dotnet/corefx -Description:Provides types for encoding and escaping strings for use in JavaScript, HyperText Markup Language (HTML), and uniform resource locators (URL). - -Commonly Used Types: -System.Text.Encodings.Web.HtmlEncoder -System.Text.Encodings.Web.UrlEncoder -System.Text.Encodings.Web.JavaScriptEncoder - -When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:https://licenses.nuget.org/MIT -license Type:MIT - -#################################################################################################### -Package:System.Text.Encodings.Web -Version:4.7.1 -project URL:https://github.com/dotnet/corefx -Description:Provides types for encoding and escaping strings for use in JavaScript, HyperText Markup Language (HTML), and uniform resource locators (URL). - -Commonly Used Types: -System.Text.Encodings.Web.HtmlEncoder -System.Text.Encodings.Web.UrlEncoder -System.Text.Encodings.Web.JavaScriptEncoder - -When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:https://licenses.nuget.org/MIT -license Type:MIT - -#################################################################################################### -Package:System.Text.Encodings.Web -Version:4.5.0 -project URL:https://dot.net/ -Description:Provides types for encoding and escaping strings for use in JavaScript, HyperText Markup Language (HTML), and uniform resource locators (URL). - -Commonly Used Types: -System.Text.Encodings.Web.HtmlEncoder -System.Text.Encodings.Web.UrlEncoder -System.Text.Encodings.Web.JavaScriptEncoder - -30ab651fcb4354552bd4891619a0bdd81e0ebdbf -When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:https://github.com/dotnet/corefx/blob/master/LICENSE.TXT -license Type:MIT - -#################################################################################################### -Package:System.Text.Encodings.Web -Version:4.6.0 -project URL:https://github.com/dotnet/corefx -Description:Provides types for encoding and escaping strings for use in JavaScript, HyperText Markup Language (HTML), and uniform resource locators (URL). - -Commonly Used Types: -System.Text.Encodings.Web.HtmlEncoder -System.Text.Encodings.Web.UrlEncoder -System.Text.Encodings.Web.JavaScriptEncoder - -When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:https://github.com/dotnet/corefx/blob/master/LICENSE.TXT -license Type:MIT - -#################################################################################################### -Package:System.Text.Json -Version:4.7.2 -project URL:https://github.com/dotnet/corefx -Description:Provides high-performance and low-allocating types that serialize objects to JavaScript Object Notation (JSON) text and deserialize JSON text to objects, with UTF-8 support built-in. Also provides types to read and write JSON text encoded as UTF-8, and to create an in-memory document object model (DOM), that is read-only, for random access of the JSON elements within a structured view of the data. - -Commonly Used Types: -System.Text.Json.JsonSerializer -System.Text.Json.JsonDocument -System.Text.Json.JsonElement -System.Text.Json.Utf8JsonWriter -System.Text.Json.Utf8JsonReader - -When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:https://licenses.nuget.org/MIT -license Type:MIT - -#################################################################################################### -Package:System.Text.Json -Version:4.6.0 -project URL:https://github.com/dotnet/corefx -Description:Provides high-performance and low-allocating types that serialize objects to JavaScript Object Notation (JSON) text and deserialize JSON text to objects, with UTF-8 support built-in. Also provides types to read and write JSON text encoded as UTF-8, and to create an in-memory document object model (DOM), that is read-only, for random access of the JSON elements within a structured view of the data. - -Commonly Used Types: -System.Text.Json.JsonSerializer -System.Text.Json.JsonDocument -System.Text.Json.JsonElement -System.Text.Json.Utf8JsonWriter -System.Text.Json.Utf8JsonReader - -When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:https://github.com/dotnet/corefx/blob/master/LICENSE.TXT -license Type:MIT - -#################################################################################################### -Package:System.Text.RegularExpressions -Version:4.3.0 -project URL:https://dot.net/ -Description:Provides the System.Text.RegularExpressions.Regex class, an implementation of a regular expression engine. - -Commonly Used Types: -System.Text.RegularExpressions.Regex -System.Text.RegularExpressions.RegexOptions -System.Text.RegularExpressions.Match -System.Text.RegularExpressions.Group -System.Text.RegularExpressions.Capture -System.Text.RegularExpressions.MatchEvaluator - -When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:http://go.microsoft.com/fwlink/?LinkId=329770 -license Type:MS-EULA - -#################################################################################################### -Package:System.Text.RegularExpressions -Version:4.1.0 -project URL:https://dot.net/ -Description:Provides the System.Text.RegularExpressions.Regex class, an implementation of a regular expression engine. - -Commonly Used Types: -System.Text.RegularExpressions.Regex -System.Text.RegularExpressions.RegexOptions -System.Text.RegularExpressions.Match -System.Text.RegularExpressions.Group -System.Text.RegularExpressions.Capture -System.Text.RegularExpressions.MatchEvaluator - -When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:http://go.microsoft.com/fwlink/?LinkId=329770 -license Type:MS-EULA - -#################################################################################################### -Package:System.Threading -Version:4.3.0 -project URL:https://dot.net/ -Description:Provides the fundamental synchronization primitives, including System.Threading.Monitor and System.Threading.Mutex, that are required when writing asynchronous code. - -Commonly Used Types: -System.Threading.Monitor -System.Threading.SynchronizationContext -System.Threading.ManualResetEvent -System.Threading.AutoResetEvent -System.Threading.ThreadLocal -System.Threading.EventWaitHandle -System.Threading.SemaphoreSlim -System.Threading.Mutex - -When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:http://go.microsoft.com/fwlink/?LinkId=329770 -license Type:MS-EULA - -#################################################################################################### -Package:System.Threading -Version:4.0.11 -project URL:https://dot.net/ -Description:Provides the fundamental synchronization primitives, including System.Threading.Monitor and System.Threading.Mutex, that are required when writing asynchronous code. - -Commonly Used Types: -System.Threading.Monitor -System.Threading.SynchronizationContext -System.Threading.ManualResetEvent -System.Threading.AutoResetEvent -System.Threading.ThreadLocal -System.Threading.EventWaitHandle -System.Threading.SemaphoreSlim -System.Threading.Mutex - -When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:http://go.microsoft.com/fwlink/?LinkId=329770 -license Type:MS-EULA - -#################################################################################################### -Package:System.Threading.Overlapped -Version:4.3.0 -project URL:https://dot.net/ -Description:Provides common types for interacting with asynchronous (or overlapped) input and output (I/O). - -Commonly Used Types: -System.Threading.NativeOverlapped -System.Threading.Overlapped -System.Threading.IOCompletionCallback - -When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:http://go.microsoft.com/fwlink/?LinkId=329770 -license Type:MS-EULA - -#################################################################################################### -Package:System.Threading.Tasks -Version:4.3.0 -project URL:https://dot.net/ -Description:Provides types that simplify the work of writing concurrent and asynchronous code. - -Commonly Used Types: -System.Threading.Tasks.Task -System.Runtime.CompilerServices.TaskAwaiter -System.Threading.Tasks.TaskCompletionSource -System.Threading.Tasks.Task -System.OperationCanceledException -System.AggregateException - -When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:http://go.microsoft.com/fwlink/?LinkId=329770 -license Type:MS-EULA - -#################################################################################################### -Package:System.Threading.Tasks -Version:4.0.11 -project URL:https://dot.net/ -Description:Provides types that simplify the work of writing concurrent and asynchronous code. - -Commonly Used Types: -System.Threading.Tasks.Task -System.Runtime.CompilerServices.TaskAwaiter -System.Threading.Tasks.TaskCompletionSource -System.Threading.Tasks.Task -System.OperationCanceledException -System.AggregateException - -When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:http://go.microsoft.com/fwlink/?LinkId=329770 -license Type:MS-EULA - -#################################################################################################### -Package:System.Threading.Tasks.Extensions -Version:4.3.0 -project URL:https://dot.net/ -Description:Provides additional types that simplify the work of writing concurrent and asynchronous code. - -Commonly Used Types: -System.Threading.Tasks.ValueTask -licenseUrl:http://go.microsoft.com/fwlink/?LinkId=329770 -license Type:MS-EULA - -#################################################################################################### -Package:System.Threading.Tasks.Extensions -Version:4.5.2 -project URL:https://dot.net/ -Description:Provides additional types that simplify the work of writing concurrent and asynchronous code. - -Commonly Used Types: -System.Threading.Tasks.ValueTask - -99ce22c306b07f99ddae60f443d23a983ae78f7b -licenseUrl:https://github.com/dotnet/corefx/blob/master/LICENSE.TXT -license Type:MIT - -#################################################################################################### -Package:System.Threading.Tasks.Extensions -Version:4.5.4 -project URL:https://dot.net/ -Description:Provides additional types that simplify the work of writing concurrent and asynchronous code. - -Commonly Used Types: -System.Threading.Tasks.ValueTask - -7601f4f6225089ffb291dc7d58293c7bbf5c5d4f -licenseUrl:https://github.com/dotnet/corefx/blob/master/LICENSE.TXT -license Type:MIT - -#################################################################################################### -Package:System.Threading.Tasks.Extensions -Version:4.0.0 -project URL:https://dot.net/ -Description:Provides additional types that simplify the work of writing concurrent and asynchronous code. - -Commonly Used Types: -System.Threading.Tasks.ValueTask -licenseUrl:http://go.microsoft.com/fwlink/?LinkId=329770 -license Type:MS-EULA - -#################################################################################################### -Package:System.Threading.Tasks.Extensions -Version:4.5.0 -project URL:https://dot.net/ -Description:Provides additional types that simplify the work of writing concurrent and asynchronous code. - -Commonly Used Types: -System.Threading.Tasks.ValueTask - -30ab651fcb4354552bd4891619a0bdd81e0ebdbf -licenseUrl:https://github.com/dotnet/corefx/blob/master/LICENSE.TXT -license Type:MIT - -#################################################################################################### -Package:System.Threading.Thread -Version:4.3.0 -project URL:https://dot.net/ -Description:Provides the System.Threading.Thread class, which allows developers to create and control a thread, set its priority, and get its state. - -Commonly Used Types: -System.Threading.Thread -System.Threading.ThreadStart -System.Threading.ParameterizedThreadStart - -When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:http://go.microsoft.com/fwlink/?LinkId=329770 -license Type:MS-EULA - -#################################################################################################### -Package:System.Threading.ThreadPool -Version:4.3.0 -project URL:https://dot.net/ -Description:Provides the System.Threading.ThreadPool class, which contains a pool of threads that can be used to execute tasks, post work items, wait on behalf of other threads, and process timers. - -Commonly Used Types: -System.Threading.ThreadPool -System.Threading.WaitOrTimerCallback - -When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:http://go.microsoft.com/fwlink/?LinkId=329770 -license Type:MS-EULA - -#################################################################################################### -Package:System.Threading.Timer -Version:4.3.0 -project URL:https://dot.net/ -Description:Provides the System.Threading.Timer class, which is a mechanism for executing a method at specified intervals. - -Commonly Used Types: -System.Threading.Timer -System.Threading.TimerCallback - -When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:http://go.microsoft.com/fwlink/?LinkId=329770 -license Type:MS-EULA - -#################################################################################################### -Package:System.ValueTuple -Version:4.5.0 -project URL:https://dot.net/ -Description:Provides the System.ValueTuple structs, which implement the underlying types for tuples in C# and Visual Basic. - -Commonly Used Types: -System.ValueTuple -System.ValueTuple -System.ValueTuple -System.ValueTuple -System.ValueTuple -System.ValueTuple -System.ValueTuple -System.ValueTuple -System.ValueTuple - -30ab651fcb4354552bd4891619a0bdd81e0ebdbf -When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:https://github.com/dotnet/corefx/blob/master/LICENSE.TXT -license Type:MIT - -#################################################################################################### -Package:System.Windows.Extensions -Version:6.0.0 -project URL:https://dot.net/ -Description:Provides miscellaneous Windows-specific types - -Commonly Used Types: -System.Security.Cryptography.X509Certificates.X509Certificate2UI -System.Security.Cryptography.X509Certificates.X509SelectionFlag -licenseUrl:https://licenses.nuget.org/MIT -license Type:MIT - -#################################################################################################### -Package:System.Xml.ReaderWriter -Version:4.3.0 -project URL:https://dot.net/ -Description:Provides provides a fast, non-cached, forward-only way to read and write Extensible Markup Language (XML) data. - -Commonly Used Types: -System.Xml.XmlNodeType -System.Xml.XmlException -System.Xml.XmlReader -System.Xml.XmlWriter -System.Xml.IXmlLineInfo -System.Xml.XmlNameTable -System.Xml.IXmlNamespaceResolver -System.Xml.XmlNamespaceManager -System.Xml.XmlQualifiedName - -When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:http://go.microsoft.com/fwlink/?LinkId=329770 -license Type:MS-EULA - -#################################################################################################### -Package:System.Xml.ReaderWriter -Version:4.0.11 -project URL:https://dot.net/ -Description:Provides provides a fast, non-cached, forward-only way to read and write Extensible Markup Language (XML) data. - -Commonly Used Types: -System.Xml.XmlNodeType -System.Xml.XmlException -System.Xml.XmlReader -System.Xml.XmlWriter -System.Xml.IXmlLineInfo -System.Xml.XmlNameTable -System.Xml.IXmlNamespaceResolver -System.Xml.XmlNamespaceManager -System.Xml.XmlQualifiedName - -When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:http://go.microsoft.com/fwlink/?LinkId=329770 -license Type:MS-EULA - -#################################################################################################### -Package:System.Xml.XDocument -Version:4.3.0 -project URL:https://dot.net/ -Description:Provides the classes for Language-Integrated Query (LINQ) to Extensible Markup Language (XML). LINQ to XML is an in-memory XML programming interface that enables you to modify XML documents efficiently and easily. - -Commonly Used Types: -System.Xml.Linq.XElement -System.Xml.Linq.XAttribute -System.Xml.Linq.XDocument -System.Xml.Linq.XText -System.Xml.Linq.XNode -System.Xml.Linq.XContainer -System.Xml.Linq.XComment -System.Xml.Linq.XObject -System.Xml.Linq.XProcessingInstruction -System.Xml.Linq.XDocumentType - -When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:http://go.microsoft.com/fwlink/?LinkId=329770 -license Type:MS-EULA - -#################################################################################################### -Package:System.Xml.XDocument -Version:4.0.11 -project URL:https://dot.net/ -Description:Provides the classes for Language-Integrated Query (LINQ) to Extensible Markup Language (XML). LINQ to XML is an in-memory XML programming interface that enables you to modify XML documents efficiently and easily. - -Commonly Used Types: -System.Xml.Linq.XElement -System.Xml.Linq.XAttribute -System.Xml.Linq.XDocument -System.Xml.Linq.XText -System.Xml.Linq.XNode -System.Xml.Linq.XContainer -System.Xml.Linq.XComment -System.Xml.Linq.XObject -System.Xml.Linq.XProcessingInstruction -System.Xml.Linq.XDocumentType - -When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:http://go.microsoft.com/fwlink/?LinkId=329770 -license Type:MS-EULA - -#################################################################################################### -Package:System.Xml.XmlDocument -Version:4.3.0 -project URL:https://dot.net/ -Description:Provides an older in-memory Extensible Markup Language (XML) programming interface that enables you to modify XML documents. Developers should prefer the classes in the System.Xml.XDocument package. - -Commonly Used Types: -System.Xml.XmlNode -System.Xml.XmlElement -System.Xml.XmlAttribute -System.Xml.XmlDocument -System.Xml.XmlDeclaration -System.Xml.XmlText -System.Xml.XmlComment -System.Xml.XmlNodeList -System.Xml.XmlWhitespace -System.Xml.XmlCDataSection - -When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:http://go.microsoft.com/fwlink/?LinkId=329770 -license Type:MS-EULA - -#################################################################################################### -Package:Tenuto -Version:1.0.0.39 -project URL:https://github.com/josephmyers/relaxng-tenuto -Description:RELAX NG validator for .NET -licenseUrl: -license Type: - -#################################################################################################### -Package:Xabe.FFmpeg -Version:5.2.6 -project URL:https://ffmpeg.xabe.net/index.html -Description:Cross-platform wrapper for FFmpeg. -licenseUrl:https://ffmpeg.xabe.net/license.html -license Type: - -#################################################################################################### -Package:ZstdSharp.Port -Version:0.7.3 -project URL:https://github.com/oleg-st/ZstdSharp -Description:Port of zstd compression library to c# -licenseUrl:https://licenses.nuget.org/MIT -license Type:MIT - +############################################################### +PackageId: AWSSDK.Core +PackageVersion: 3.7.100.14 +PackageProjectUrl: https://github.com/aws/aws-sdk-net/ +Authors: Amazon Web Services +License: Apache-2.0 +LicenseUrl: http://aws.amazon.com/apache2.0/ +############################################################### +PackageId: AWSSDK.SecurityToken +PackageVersion: 3.7.100.14 +PackageProjectUrl: https://github.com/aws/aws-sdk-net/ +Authors: Amazon Web Services +License: Apache-2.0 +LicenseUrl: http://aws.amazon.com/apache2.0/ +############################################################### +PackageId: BouncyCastle.Cryptography +PackageVersion: 2.4.0 +PackageProjectUrl: https://www.bouncycastle.org/stable/nuget/csharp/website +Authors: Legion of the Bouncy Castle Inc. +License: MIT +LicenseUrl: https://licenses.nuget.org/MIT +############################################################### +PackageId: DnsClient +PackageVersion: 1.6.1 +PackageProjectUrl: http://dnsclient.michaco.net/ +Authors: MichaCo +License: Apache-2.0 +LicenseUrl: https://licenses.nuget.org/Apache-2.0 +############################################################### +PackageId: icu.net +PackageVersion: 2.10.1-beta.5 +PackageProjectUrl: https://github.com/sillsdev/icu-dotnet +Authors: SIL International +License: MIT +LicenseUrl: https://licenses.nuget.org/MIT +############################################################### +PackageId: Icu4c.Win.Full.Lib +PackageVersion: 62.2.3-beta +PackageProjectUrl: https://github.com/sillsdev/icu +Authors: SIL International +LicenseUrl: https://aka.ms/deprecateLicenseUrl +############################################################### +PackageId: MailKit +PackageVersion: 4.8.0 +PackageProjectUrl: http://www.mimekit.net/ +Authors: Jeffrey Stedfast +License: MIT +LicenseUrl: https://licenses.nuget.org/MIT +############################################################### +PackageId: Microsoft.AspNetCore.Authentication.JwtBearer +PackageVersion: 8.0.3 +PackageProjectUrl: https://asp.net/ +Authors: Microsoft +License: MIT +LicenseUrl: https://licenses.nuget.org/MIT +############################################################### +PackageId: Microsoft.CSharp +PackageVersion: 4.7.0 +PackageProjectUrl: https://github.com/dotnet/corefx +Authors: Microsoft +License: MIT +LicenseUrl: https://licenses.nuget.org/MIT +############################################################### +PackageId: Microsoft.DotNet.PlatformAbstractions +PackageVersion: 2.0.4 +PackageProjectUrl: https://dot.net/ +Authors: Microsoft.DotNet.PlatformAbstractions +License: https://github.com/dotnet/core-setup/blob/master/LICENSE.TXT +LicenseUrl: https://github.com/dotnet/core-setup/blob/master/LICENSE.TXT +############################################################### +PackageId: Microsoft.Extensions.ApiDescription.Server +PackageVersion: 6.0.5 +PackageProjectUrl: https://asp.net/ +Authors: Microsoft +License: MIT +LicenseUrl: https://licenses.nuget.org/MIT +############################################################### +PackageId: Microsoft.Extensions.DependencyModel +PackageVersion: 2.0.4 +PackageProjectUrl: https://dot.net/ +Authors: Microsoft.Extensions.DependencyModel +License: https://github.com/dotnet/core-setup/blob/master/LICENSE.TXT +LicenseUrl: https://github.com/dotnet/core-setup/blob/master/LICENSE.TXT +############################################################### +PackageId: Microsoft.Extensions.Logging.Abstractions +PackageVersion: 2.0.0 +PackageProjectUrl: https://asp.net/ +Authors: Microsoft +License: Apache-2.0 +LicenseUrl: https://raw.githubusercontent.com/aspnet/Home/2.0.0/LICENSE.txt +############################################################### +PackageId: Microsoft.IdentityModel.Abstractions +PackageVersion: 7.5.1 +PackageProjectUrl: https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet +Authors: Microsoft +License: MIT +LicenseUrl: https://licenses.nuget.org/MIT +############################################################### +PackageId: Microsoft.IdentityModel.JsonWebTokens +PackageVersion: 7.5.1 +PackageProjectUrl: https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet +Authors: Microsoft +License: MIT +LicenseUrl: https://licenses.nuget.org/MIT +############################################################### +PackageId: Microsoft.IdentityModel.Logging +PackageVersion: 7.5.1 +PackageProjectUrl: https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet +Authors: Microsoft +License: MIT +LicenseUrl: https://licenses.nuget.org/MIT +############################################################### +PackageId: Microsoft.IdentityModel.Protocols +PackageVersion: 7.1.2 +PackageProjectUrl: https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet +Authors: Microsoft +License: MIT +LicenseUrl: https://licenses.nuget.org/MIT +############################################################### +PackageId: Microsoft.IdentityModel.Protocols.OpenIdConnect +PackageVersion: 7.1.2 +PackageProjectUrl: https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet +Authors: Microsoft +License: MIT +LicenseUrl: https://licenses.nuget.org/MIT +############################################################### +PackageId: Microsoft.IdentityModel.Tokens +PackageVersion: 7.5.1 +PackageProjectUrl: https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet +Authors: Microsoft +License: MIT +LicenseUrl: https://licenses.nuget.org/MIT +############################################################### +PackageId: Microsoft.NETCore.Platforms +PackageVersion: 1.1.1 +PackageProjectUrl: https://dot.net/ +Authors: Microsoft +License: http://go.microsoft.com/fwlink/?LinkId=329770 +LicenseUrl: http://go.microsoft.com/fwlink/?LinkId=329770 +############################################################### +PackageId: Microsoft.NETCore.Targets +PackageVersion: 1.1.0 +PackageProjectUrl: https://dot.net/ +Authors: Microsoft +License: http://go.microsoft.com/fwlink/?LinkId=329770 +LicenseUrl: http://go.microsoft.com/fwlink/?LinkId=329770 +############################################################### +PackageId: Microsoft.OpenApi +PackageVersion: 1.6.14 +PackageProjectUrl: https://github.com/Microsoft/OpenAPI.NET +Authors: Microsoft +License: MIT +LicenseUrl: https://licenses.nuget.org/MIT +############################################################### +PackageId: Microsoft.Win32.Registry +PackageVersion: 5.0.0 +PackageProjectUrl: https://github.com/dotnet/runtime +Authors: Microsoft +License: MIT +LicenseUrl: https://licenses.nuget.org/MIT +############################################################### +PackageId: Microsoft.Win32.SystemEvents +PackageVersion: 6.0.0 +PackageProjectUrl: https://dot.net/ +Authors: Microsoft +License: MIT +LicenseUrl: https://licenses.nuget.org/MIT +############################################################### +PackageId: MimeKit +PackageVersion: 4.8.0 +PackageProjectUrl: https://www.mimekit.net/ +Authors: Jeffrey Stedfast +License: MIT +LicenseUrl: https://licenses.nuget.org/MIT +############################################################### +PackageId: MongoDB.Bson +PackageVersion: 2.29.0 +PackageProjectUrl: https://www.mongodb.com/docs/drivers/csharp/ +Authors: MongoDB Inc. +License: Apache-2.0 +LicenseUrl: https://licenses.nuget.org/Apache-2.0 +############################################################### +PackageId: MongoDB.Driver +PackageVersion: 2.29.0 +PackageProjectUrl: https://www.mongodb.com/docs/drivers/csharp/ +Authors: MongoDB Inc. +License: Apache-2.0 +LicenseUrl: https://licenses.nuget.org/Apache-2.0 +############################################################### +PackageId: MongoDB.Driver.Core +PackageVersion: 2.29.0 +PackageProjectUrl: https://www.mongodb.com/docs/drivers/csharp/ +Authors: MongoDB Inc. +License: Apache-2.0 +LicenseUrl: https://licenses.nuget.org/Apache-2.0 +############################################################### +PackageId: MongoDB.Libmongocrypt +PackageVersion: 1.12.0 +PackageProjectUrl: http://www.mongodb.org/display/DOCS/CSharp+Language+Center +Authors: MongoDB Inc. +LicenseUrl: https://aka.ms/deprecateLicenseUrl +############################################################### +PackageId: Mono.Unix +PackageVersion: 7.1.0-final.1.21458.1 +PackageProjectUrl: https://github.com/mono/mono.posix +Authors: Microsoft +License: MIT +LicenseUrl: https://licenses.nuget.org/MIT +############################################################### +PackageId: Newtonsoft.Json +PackageVersion: 13.0.2 +PackageProjectUrl: https://www.newtonsoft.com/json +Authors: James Newton-King +License: MIT +LicenseUrl: https://licenses.nuget.org/MIT +############################################################### +PackageId: RelaxNG +PackageVersion: 3.2.3 +PackageProjectUrl: https://github.com/mono/mono/tree/master/mcs/class/Commons.Xml.Relaxng +Authors: Atsushi Enomoto,Alexandre Alapetite,the Mono team +License: http://www.mono-project.com/FAQ:_Licensing +LicenseUrl: http://www.mono-project.com/FAQ:_Licensing +############################################################### +PackageId: relaxngDatatype +PackageVersion: 1.0.0.39 +PackageProjectUrl: https://github.com/josephmyers/relaxng-tenuto +Authors: relaxngDatatype +############################################################### +PackageId: runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl +PackageVersion: 4.3.2 +PackageProjectUrl: https://dot.net/ +Authors: Microsoft +License: http://go.microsoft.com/fwlink/?LinkId=329770 +LicenseUrl: http://go.microsoft.com/fwlink/?LinkId=329770 +############################################################### +PackageId: runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl +PackageVersion: 4.3.2 +PackageProjectUrl: https://dot.net/ +Authors: Microsoft +License: http://go.microsoft.com/fwlink/?LinkId=329770 +LicenseUrl: http://go.microsoft.com/fwlink/?LinkId=329770 +############################################################### +PackageId: runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl +PackageVersion: 4.3.2 +PackageProjectUrl: https://dot.net/ +Authors: Microsoft +License: http://go.microsoft.com/fwlink/?LinkId=329770 +LicenseUrl: http://go.microsoft.com/fwlink/?LinkId=329770 +############################################################### +PackageId: runtime.native.System +PackageVersion: 4.3.0 +PackageProjectUrl: https://dot.net/ +Authors: Microsoft +License: http://go.microsoft.com/fwlink/?LinkId=329770 +LicenseUrl: http://go.microsoft.com/fwlink/?LinkId=329770 +############################################################### +PackageId: runtime.native.System.Net.Http +PackageVersion: 4.3.0 +PackageProjectUrl: https://dot.net/ +Authors: Microsoft +License: http://go.microsoft.com/fwlink/?LinkId=329770 +LicenseUrl: http://go.microsoft.com/fwlink/?LinkId=329770 +############################################################### +PackageId: runtime.native.System.Security.Cryptography.Apple +PackageVersion: 4.3.0 +PackageProjectUrl: https://dot.net/ +Authors: Microsoft +License: http://go.microsoft.com/fwlink/?LinkId=329770 +LicenseUrl: http://go.microsoft.com/fwlink/?LinkId=329770 +############################################################### +PackageId: runtime.native.System.Security.Cryptography.OpenSsl +PackageVersion: 4.3.2 +PackageProjectUrl: https://dot.net/ +Authors: Microsoft +License: http://go.microsoft.com/fwlink/?LinkId=329770 +LicenseUrl: http://go.microsoft.com/fwlink/?LinkId=329770 +############################################################### +PackageId: runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl +PackageVersion: 4.3.2 +PackageProjectUrl: https://dot.net/ +Authors: Microsoft +License: http://go.microsoft.com/fwlink/?LinkId=329770 +LicenseUrl: http://go.microsoft.com/fwlink/?LinkId=329770 +############################################################### +PackageId: runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl +PackageVersion: 4.3.2 +PackageProjectUrl: https://dot.net/ +Authors: Microsoft +License: http://go.microsoft.com/fwlink/?LinkId=329770 +LicenseUrl: http://go.microsoft.com/fwlink/?LinkId=329770 +############################################################### +PackageId: runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple +PackageVersion: 4.3.0 +PackageProjectUrl: https://dot.net/ +Authors: Microsoft +License: http://go.microsoft.com/fwlink/?LinkId=329770 +LicenseUrl: http://go.microsoft.com/fwlink/?LinkId=329770 +############################################################### +PackageId: runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl +PackageVersion: 4.3.2 +PackageProjectUrl: https://dot.net/ +Authors: Microsoft +License: http://go.microsoft.com/fwlink/?LinkId=329770 +LicenseUrl: http://go.microsoft.com/fwlink/?LinkId=329770 +############################################################### +PackageId: runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl +PackageVersion: 4.3.2 +PackageProjectUrl: https://dot.net/ +Authors: Microsoft +License: http://go.microsoft.com/fwlink/?LinkId=329770 +LicenseUrl: http://go.microsoft.com/fwlink/?LinkId=329770 +############################################################### +PackageId: runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl +PackageVersion: 4.3.2 +PackageProjectUrl: https://dot.net/ +Authors: Microsoft +License: http://go.microsoft.com/fwlink/?LinkId=329770 +LicenseUrl: http://go.microsoft.com/fwlink/?LinkId=329770 +############################################################### +PackageId: runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl +PackageVersion: 4.3.2 +PackageProjectUrl: https://dot.net/ +Authors: Microsoft +License: http://go.microsoft.com/fwlink/?LinkId=329770 +LicenseUrl: http://go.microsoft.com/fwlink/?LinkId=329770 +############################################################### +PackageId: runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl +PackageVersion: 4.3.2 +PackageProjectUrl: https://dot.net/ +Authors: Microsoft +License: http://go.microsoft.com/fwlink/?LinkId=329770 +LicenseUrl: http://go.microsoft.com/fwlink/?LinkId=329770 +############################################################### +PackageId: SharpCompress +PackageVersion: 0.30.1 +PackageProjectUrl: https://github.com/adamhathcock/sharpcompress +Authors: Adam Hathcock +############################################################### +PackageId: SIL.Core +PackageVersion: 14.1.1 +PackageProjectUrl: https://github.com/sillsdev/libpalaso +Authors: SIL International +License: MIT +LicenseUrl: https://licenses.nuget.org/MIT +############################################################### +PackageId: SIL.Core.Desktop +PackageVersion: 14.1.1 +PackageProjectUrl: https://github.com/sillsdev/libpalaso +Authors: SIL International +License: MIT +LicenseUrl: https://licenses.nuget.org/MIT +############################################################### +PackageId: SIL.DictionaryServices +PackageVersion: 14.1.1 +PackageProjectUrl: https://github.com/sillsdev/libpalaso +Authors: SIL International +License: MIT +LicenseUrl: https://licenses.nuget.org/MIT +############################################################### +PackageId: SIL.Lift +PackageVersion: 14.1.1 +PackageProjectUrl: https://github.com/sillsdev/libpalaso +Authors: SIL International +License: MIT +LicenseUrl: https://licenses.nuget.org/MIT +############################################################### +PackageId: SIL.WritingSystems +PackageVersion: 14.1.1 +PackageProjectUrl: https://github.com/sillsdev/libpalaso +Authors: SIL International +License: MIT +LicenseUrl: https://licenses.nuget.org/MIT +############################################################### +PackageId: Snappier +PackageVersion: 1.0.0 +Authors: btburnett3 +LicenseUrl: https://aka.ms/deprecateLicenseUrl +############################################################### +PackageId: Spart +PackageVersion: 1.0.0 +PackageProjectUrl: https://github.com/sillsdev/spart +Authors: Jonathan de Halleux, SIL +License: https://opensource.org/licenses/Zlib +LicenseUrl: https://opensource.org/licenses/Zlib +############################################################### +PackageId: Swashbuckle.AspNetCore +PackageVersion: 6.8.1 +PackageProjectUrl: https://github.com/domaindrivendev/Swashbuckle.AspNetCore +Authors: domaindrivendev +License: MIT +LicenseUrl: https://licenses.nuget.org/MIT +############################################################### +PackageId: Swashbuckle.AspNetCore.Swagger +PackageVersion: 6.8.1 +PackageProjectUrl: https://github.com/domaindrivendev/Swashbuckle.AspNetCore +Authors: domaindrivendev +License: MIT +LicenseUrl: https://licenses.nuget.org/MIT +############################################################### +PackageId: Swashbuckle.AspNetCore.SwaggerGen +PackageVersion: 6.8.1 +PackageProjectUrl: https://github.com/domaindrivendev/Swashbuckle.AspNetCore +Authors: domaindrivendev +License: MIT +LicenseUrl: https://licenses.nuget.org/MIT +############################################################### +PackageId: Swashbuckle.AspNetCore.SwaggerUI +PackageVersion: 6.8.1 +PackageProjectUrl: https://github.com/domaindrivendev/Swashbuckle.AspNetCore +Authors: domaindrivendev +License: MIT +LicenseUrl: https://licenses.nuget.org/MIT +############################################################### +PackageId: System.AppContext +PackageVersion: 4.1.0 +PackageProjectUrl: https://dot.net/ +Authors: Microsoft +License: http://go.microsoft.com/fwlink/?LinkId=329770 +LicenseUrl: http://go.microsoft.com/fwlink/?LinkId=329770 +############################################################### +PackageId: System.Buffers +PackageVersion: 4.5.1 +PackageProjectUrl: https://dot.net/ +Authors: Microsoft +License: MIT +LicenseUrl: https://github.com/dotnet/corefx/blob/master/LICENSE.TXT +############################################################### +PackageId: System.Collections +PackageVersion: 4.3.0 +PackageProjectUrl: https://dot.net/ +Authors: Microsoft +License: http://go.microsoft.com/fwlink/?LinkId=329770 +LicenseUrl: http://go.microsoft.com/fwlink/?LinkId=329770 +############################################################### +PackageId: System.Collections.Concurrent +PackageVersion: 4.3.0 +PackageProjectUrl: https://dot.net/ +Authors: Microsoft +License: http://go.microsoft.com/fwlink/?LinkId=329770 +LicenseUrl: http://go.microsoft.com/fwlink/?LinkId=329770 +############################################################### +PackageId: System.Configuration.ConfigurationManager +PackageVersion: 6.0.0 +PackageProjectUrl: https://dot.net/ +Authors: Microsoft +License: MIT +LicenseUrl: https://licenses.nuget.org/MIT +############################################################### +PackageId: System.Diagnostics.Debug +PackageVersion: 4.3.0 +PackageProjectUrl: https://dot.net/ +Authors: Microsoft +License: http://go.microsoft.com/fwlink/?LinkId=329770 +LicenseUrl: http://go.microsoft.com/fwlink/?LinkId=329770 +############################################################### +PackageId: System.Diagnostics.DiagnosticSource +PackageVersion: 4.3.0 +PackageProjectUrl: https://dot.net/ +Authors: Microsoft +License: http://go.microsoft.com/fwlink/?LinkId=329770 +LicenseUrl: http://go.microsoft.com/fwlink/?LinkId=329770 +############################################################### +PackageId: System.Diagnostics.Tracing +PackageVersion: 4.3.0 +PackageProjectUrl: https://dot.net/ +Authors: Microsoft +License: http://go.microsoft.com/fwlink/?LinkId=329770 +LicenseUrl: http://go.microsoft.com/fwlink/?LinkId=329770 +############################################################### +PackageId: System.Drawing.Common +PackageVersion: 6.0.0 +PackageProjectUrl: https://dot.net/ +Authors: Microsoft +License: MIT +LicenseUrl: https://licenses.nuget.org/MIT +############################################################### +PackageId: System.Dynamic.Runtime +PackageVersion: 4.0.11 +PackageProjectUrl: https://dot.net/ +Authors: Microsoft +License: http://go.microsoft.com/fwlink/?LinkId=329770 +LicenseUrl: http://go.microsoft.com/fwlink/?LinkId=329770 +############################################################### +PackageId: System.Formats.Asn1 +PackageVersion: 8.0.1 +PackageProjectUrl: https://dot.net/ +Authors: Microsoft +License: MIT +LicenseUrl: https://licenses.nuget.org/MIT +############################################################### +PackageId: System.Globalization +PackageVersion: 4.3.0 +PackageProjectUrl: https://dot.net/ +Authors: Microsoft +License: http://go.microsoft.com/fwlink/?LinkId=329770 +LicenseUrl: http://go.microsoft.com/fwlink/?LinkId=329770 +############################################################### +PackageId: System.Globalization.Calendars +PackageVersion: 4.3.0 +PackageProjectUrl: https://dot.net/ +Authors: Microsoft +License: http://go.microsoft.com/fwlink/?LinkId=329770 +LicenseUrl: http://go.microsoft.com/fwlink/?LinkId=329770 +############################################################### +PackageId: System.Globalization.Extensions +PackageVersion: 4.3.0 +PackageProjectUrl: https://dot.net/ +Authors: Microsoft +License: http://go.microsoft.com/fwlink/?LinkId=329770 +LicenseUrl: http://go.microsoft.com/fwlink/?LinkId=329770 +############################################################### +PackageId: System.IdentityModel.Tokens.Jwt +PackageVersion: 7.5.1 +PackageProjectUrl: https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet +Authors: Microsoft +License: MIT +LicenseUrl: https://licenses.nuget.org/MIT +############################################################### +PackageId: System.IO +PackageVersion: 4.3.0 +PackageProjectUrl: https://dot.net/ +Authors: Microsoft +License: http://go.microsoft.com/fwlink/?LinkId=329770 +LicenseUrl: http://go.microsoft.com/fwlink/?LinkId=329770 +############################################################### +PackageId: System.IO.FileSystem +PackageVersion: 4.3.0 +PackageProjectUrl: https://dot.net/ +Authors: Microsoft +License: http://go.microsoft.com/fwlink/?LinkId=329770 +LicenseUrl: http://go.microsoft.com/fwlink/?LinkId=329770 +############################################################### +PackageId: System.IO.FileSystem.AccessControl +PackageVersion: 5.0.0 +PackageProjectUrl: https://github.com/dotnet/runtime +Authors: Microsoft +License: MIT +LicenseUrl: https://licenses.nuget.org/MIT +############################################################### +PackageId: System.IO.FileSystem.Primitives +PackageVersion: 4.3.0 +PackageProjectUrl: https://dot.net/ +Authors: Microsoft +License: http://go.microsoft.com/fwlink/?LinkId=329770 +LicenseUrl: http://go.microsoft.com/fwlink/?LinkId=329770 +############################################################### +PackageId: System.Linq +PackageVersion: 4.3.0 +PackageProjectUrl: https://dot.net/ +Authors: Microsoft +License: http://go.microsoft.com/fwlink/?LinkId=329770 +LicenseUrl: http://go.microsoft.com/fwlink/?LinkId=329770 +############################################################### +PackageId: System.Linq.Expressions +PackageVersion: 4.1.0 +PackageProjectUrl: https://dot.net/ +Authors: Microsoft +License: http://go.microsoft.com/fwlink/?LinkId=329770 +LicenseUrl: http://go.microsoft.com/fwlink/?LinkId=329770 +############################################################### +PackageId: System.Memory +PackageVersion: 4.5.5 +PackageProjectUrl: https://dot.net/ +Authors: Microsoft +License: MIT +LicenseUrl: https://github.com/dotnet/corefx/blob/master/LICENSE.TXT +############################################################### +PackageId: System.Net.Http +PackageVersion: 4.3.4 +PackageProjectUrl: https://dot.net/ +Authors: Microsoft +License: http://go.microsoft.com/fwlink/?LinkId=329770 +LicenseUrl: http://go.microsoft.com/fwlink/?LinkId=329770 +############################################################### +PackageId: System.Net.Primitives +PackageVersion: 4.3.0 +PackageProjectUrl: https://dot.net/ +Authors: Microsoft +License: http://go.microsoft.com/fwlink/?LinkId=329770 +LicenseUrl: http://go.microsoft.com/fwlink/?LinkId=329770 +############################################################### +PackageId: System.ObjectModel +PackageVersion: 4.0.12 +PackageProjectUrl: https://dot.net/ +Authors: Microsoft +License: http://go.microsoft.com/fwlink/?LinkId=329770 +LicenseUrl: http://go.microsoft.com/fwlink/?LinkId=329770 +############################################################### +PackageId: System.Reflection +PackageVersion: 4.3.0 +PackageProjectUrl: https://dot.net/ +Authors: Microsoft +License: http://go.microsoft.com/fwlink/?LinkId=329770 +LicenseUrl: http://go.microsoft.com/fwlink/?LinkId=329770 +############################################################### +PackageId: System.Reflection.Emit +PackageVersion: 4.0.1 +PackageProjectUrl: https://dot.net/ +Authors: Microsoft +License: http://go.microsoft.com/fwlink/?LinkId=329770 +LicenseUrl: http://go.microsoft.com/fwlink/?LinkId=329770 +############################################################### +PackageId: System.Reflection.Emit.ILGeneration +PackageVersion: 4.0.1 +PackageProjectUrl: https://dot.net/ +Authors: Microsoft +License: http://go.microsoft.com/fwlink/?LinkId=329770 +LicenseUrl: http://go.microsoft.com/fwlink/?LinkId=329770 +############################################################### +PackageId: System.Reflection.Emit.Lightweight +PackageVersion: 4.0.1 +PackageProjectUrl: https://dot.net/ +Authors: Microsoft +License: http://go.microsoft.com/fwlink/?LinkId=329770 +LicenseUrl: http://go.microsoft.com/fwlink/?LinkId=329770 +############################################################### +PackageId: System.Reflection.Extensions +PackageVersion: 4.0.1 +PackageProjectUrl: https://dot.net/ +Authors: Microsoft +License: http://go.microsoft.com/fwlink/?LinkId=329770 +LicenseUrl: http://go.microsoft.com/fwlink/?LinkId=329770 +############################################################### +PackageId: System.Reflection.Primitives +PackageVersion: 4.3.0 +PackageProjectUrl: https://dot.net/ +Authors: Microsoft +License: http://go.microsoft.com/fwlink/?LinkId=329770 +LicenseUrl: http://go.microsoft.com/fwlink/?LinkId=329770 +############################################################### +PackageId: System.Reflection.TypeExtensions +PackageVersion: 4.1.0 +PackageProjectUrl: https://dot.net/ +Authors: Microsoft +License: http://go.microsoft.com/fwlink/?LinkId=329770 +LicenseUrl: http://go.microsoft.com/fwlink/?LinkId=329770 +############################################################### +PackageId: System.Resources.ResourceManager +PackageVersion: 4.3.0 +PackageProjectUrl: https://dot.net/ +Authors: Microsoft +License: http://go.microsoft.com/fwlink/?LinkId=329770 +LicenseUrl: http://go.microsoft.com/fwlink/?LinkId=329770 +############################################################### +PackageId: System.Runtime +PackageVersion: 4.3.0 +PackageProjectUrl: https://dot.net/ +Authors: Microsoft +License: http://go.microsoft.com/fwlink/?LinkId=329770 +LicenseUrl: http://go.microsoft.com/fwlink/?LinkId=329770 +############################################################### +PackageId: System.Runtime.CompilerServices.Unsafe +PackageVersion: 5.0.0 +PackageProjectUrl: https://github.com/dotnet/runtime +Authors: Microsoft +License: MIT +LicenseUrl: https://licenses.nuget.org/MIT +############################################################### +PackageId: System.Runtime.Extensions +PackageVersion: 4.3.0 +PackageProjectUrl: https://dot.net/ +Authors: Microsoft +License: http://go.microsoft.com/fwlink/?LinkId=329770 +LicenseUrl: http://go.microsoft.com/fwlink/?LinkId=329770 +############################################################### +PackageId: System.Runtime.Handles +PackageVersion: 4.3.0 +PackageProjectUrl: https://dot.net/ +Authors: Microsoft +License: http://go.microsoft.com/fwlink/?LinkId=329770 +LicenseUrl: http://go.microsoft.com/fwlink/?LinkId=329770 +############################################################### +PackageId: System.Runtime.InteropServices +PackageVersion: 4.3.0 +PackageProjectUrl: https://dot.net/ +Authors: Microsoft +License: http://go.microsoft.com/fwlink/?LinkId=329770 +LicenseUrl: http://go.microsoft.com/fwlink/?LinkId=329770 +############################################################### +PackageId: System.Runtime.InteropServices.RuntimeInformation +PackageVersion: 4.0.0 +PackageProjectUrl: https://dot.net/ +Authors: Microsoft +License: http://go.microsoft.com/fwlink/?LinkId=329770 +LicenseUrl: http://go.microsoft.com/fwlink/?LinkId=329770 +############################################################### +PackageId: System.Runtime.Numerics +PackageVersion: 4.3.0 +PackageProjectUrl: https://dot.net/ +Authors: Microsoft +License: http://go.microsoft.com/fwlink/?LinkId=329770 +LicenseUrl: http://go.microsoft.com/fwlink/?LinkId=329770 +############################################################### +PackageId: System.Security.AccessControl +PackageVersion: 6.0.0 +PackageProjectUrl: https://dot.net/ +Authors: Microsoft +License: MIT +LicenseUrl: https://licenses.nuget.org/MIT +############################################################### +PackageId: System.Security.Cryptography.Algorithms +PackageVersion: 4.3.0 +PackageProjectUrl: https://dot.net/ +Authors: Microsoft +License: http://go.microsoft.com/fwlink/?LinkId=329770 +LicenseUrl: http://go.microsoft.com/fwlink/?LinkId=329770 +############################################################### +PackageId: System.Security.Cryptography.Cng +PackageVersion: 4.3.0 +PackageProjectUrl: https://dot.net/ +Authors: Microsoft +License: http://go.microsoft.com/fwlink/?LinkId=329770 +LicenseUrl: http://go.microsoft.com/fwlink/?LinkId=329770 +############################################################### +PackageId: System.Security.Cryptography.Csp +PackageVersion: 4.3.0 +PackageProjectUrl: https://dot.net/ +Authors: Microsoft +License: http://go.microsoft.com/fwlink/?LinkId=329770 +LicenseUrl: http://go.microsoft.com/fwlink/?LinkId=329770 +############################################################### +PackageId: System.Security.Cryptography.Encoding +PackageVersion: 4.3.0 +PackageProjectUrl: https://dot.net/ +Authors: Microsoft +License: http://go.microsoft.com/fwlink/?LinkId=329770 +LicenseUrl: http://go.microsoft.com/fwlink/?LinkId=329770 +############################################################### +PackageId: System.Security.Cryptography.OpenSsl +PackageVersion: 4.3.0 +PackageProjectUrl: https://dot.net/ +Authors: Microsoft +License: http://go.microsoft.com/fwlink/?LinkId=329770 +LicenseUrl: http://go.microsoft.com/fwlink/?LinkId=329770 +############################################################### +PackageId: System.Security.Cryptography.Pkcs +PackageVersion: 8.0.0 +PackageProjectUrl: https://dot.net/ +Authors: Microsoft +License: MIT +LicenseUrl: https://licenses.nuget.org/MIT +############################################################### +PackageId: System.Security.Cryptography.Primitives +PackageVersion: 4.3.0 +PackageProjectUrl: https://dot.net/ +Authors: Microsoft +License: http://go.microsoft.com/fwlink/?LinkId=329770 +LicenseUrl: http://go.microsoft.com/fwlink/?LinkId=329770 +############################################################### +PackageId: System.Security.Cryptography.ProtectedData +PackageVersion: 6.0.0 +PackageProjectUrl: https://dot.net/ +Authors: Microsoft +License: MIT +LicenseUrl: https://licenses.nuget.org/MIT +############################################################### +PackageId: System.Security.Cryptography.X509Certificates +PackageVersion: 4.3.0 +PackageProjectUrl: https://dot.net/ +Authors: Microsoft +License: http://go.microsoft.com/fwlink/?LinkId=329770 +LicenseUrl: http://go.microsoft.com/fwlink/?LinkId=329770 +############################################################### +PackageId: System.Security.Permissions +PackageVersion: 6.0.0 +PackageProjectUrl: https://dot.net/ +Authors: Microsoft +License: MIT +LicenseUrl: https://licenses.nuget.org/MIT +############################################################### +PackageId: System.Security.Principal.Windows +PackageVersion: 5.0.0 +PackageProjectUrl: https://github.com/dotnet/runtime +Authors: Microsoft +License: MIT +LicenseUrl: https://licenses.nuget.org/MIT +############################################################### +PackageId: System.Text.Encoding +PackageVersion: 4.3.0 +PackageProjectUrl: https://dot.net/ +Authors: Microsoft +License: http://go.microsoft.com/fwlink/?LinkId=329770 +LicenseUrl: http://go.microsoft.com/fwlink/?LinkId=329770 +############################################################### +PackageId: System.Threading +PackageVersion: 4.3.0 +PackageProjectUrl: https://dot.net/ +Authors: Microsoft +License: http://go.microsoft.com/fwlink/?LinkId=329770 +LicenseUrl: http://go.microsoft.com/fwlink/?LinkId=329770 +############################################################### +PackageId: System.Threading.Tasks +PackageVersion: 4.3.0 +PackageProjectUrl: https://dot.net/ +Authors: Microsoft +License: http://go.microsoft.com/fwlink/?LinkId=329770 +LicenseUrl: http://go.microsoft.com/fwlink/?LinkId=329770 +############################################################### +PackageId: System.ValueTuple +PackageVersion: 4.5.0 +PackageProjectUrl: https://dot.net/ +Authors: Microsoft +License: MIT +LicenseUrl: https://github.com/dotnet/corefx/blob/master/LICENSE.TXT +############################################################### +PackageId: System.Windows.Extensions +PackageVersion: 6.0.0 +PackageProjectUrl: https://dot.net/ +Authors: Microsoft +License: MIT +LicenseUrl: https://licenses.nuget.org/MIT +############################################################### +PackageId: Tenuto +PackageVersion: 1.0.0.39 +PackageProjectUrl: https://github.com/josephmyers/relaxng-tenuto +Authors: Tenuto +############################################################### +PackageId: Xabe.FFmpeg +PackageVersion: 5.2.6 +PackageProjectUrl: https://ffmpeg.xabe.net/index.html +Authors: Xabe +License: https://ffmpeg.xabe.net/license.html +LicenseUrl: https://ffmpeg.xabe.net/license.html +############################################################### +PackageId: ZstdSharp.Port +PackageVersion: 0.7.3 +PackageProjectUrl: https://github.com/oleg-st/ZstdSharp +Authors: Oleg Stepanischev +License: MIT +LicenseUrl: https://licenses.nuget.org/MIT diff --git a/package.json b/package.json index 11950785ef..8936b2d427 100644 --- a/package.json +++ b/package.json @@ -11,14 +11,14 @@ "drop-database": "tsc scripts/dropDB.ts && node scripts/dropDB.js", "eject": "react-scripts eject", "find-circular-deps": "npx -y madge -c src/index.tsx", - "fmt-backend": " dotnet-format && dotnet-format Backend.Tests", - "fmt-backend-check": "dotnet-format --check && dotnet-format --check Backend.Tests", + "fmt-backend": " dotnet format && dotnet format Backend.Tests", + "fmt-backend-check": "dotnet format --verify-no-changes && dotnet format --verify-no-changes Backend.Tests", "fmt-frontend": " prettier --write \"./{.github,.vscode,certmgr,deploy,docs,public,scripts,src}/**/*.{js,jsx,ts,tsx,json,md,yml,yaml}\"", "fmt-frontend-check": "prettier --check \"./{.github,.vscode,certmgr,deploy,docs,public,scripts,src}/**/*.{js,jsx,ts,tsx,json,md,yml,yaml}\"", "frontend": "npm run set-release && react-scripts start", "gen-backend-coverage-report": "tsc scripts/genBackendCoverageReport.ts && node scripts/genBackendCoverageReport.js", - "license-report-backend": " dotnet-project-licenses --include-transitive --input ./Backend/BackendFramework.csproj --output --outfile docs/user_guide/assets/licenses/backend_licenses.txt", - "license-summary-backend": "dotnet-project-licenses --include-transitive --input ./Backend/BackendFramework.csproj", + "license-report-backend": " nuget-license --include-transitive --input ./Backend/BackendFramework.csproj --output JsonPretty > docs/user_guide/assets/licenses/backend_licenses.json | exit 0 && node scripts/createBackendLicenses.js", + "license-summary-backend": "nuget-license --include-transitive --input ./Backend/BackendFramework.csproj", "license-report-frontend": " npm install && license-checker-rseidelsohn --production --excludePrivatePackages --plainVertical --out docs/user_guide/assets/licenses/frontend_licenses.txt", "license-summary-frontend": "npm install && license-checker-rseidelsohn --production --excludePrivatePackages --summary", "lint": " eslint --max-warnings=0 --ext js,ts,tsx,jsx src", diff --git a/scripts/createBackendLicenses.js b/scripts/createBackendLicenses.js new file mode 100644 index 0000000000..3c9c667809 --- /dev/null +++ b/scripts/createBackendLicenses.js @@ -0,0 +1,36 @@ +// To be run after generating a JSON license file with nuget-license + +const fs = require("fs"); + +const fileNameNoExt = "docs/user_guide/assets/licenses/backend_licenses"; +const fileNameIn = `${fileNameNoExt}.json`; +const fileNameOut = `${fileNameNoExt}.txt`; + +console.log(`Reading JSON data from ${fileNameIn}`); +const licenseData = JSON.parse(fs.readFileSync(fileNameIn)); + +// Ignore "LicenseInformationOrigin", "ValidationErrors" +const infoKeys = [ + "PackageId", + "PackageVersion", + "PackageProjectUrl", + "Authors", + "License", + "LicenseUrl", +]; + +const sep = "###############################################################\n"; +let licensesString = ""; + +for (const data of licenseData) { + licensesString += sep; + for (const key of infoKeys) { + const datum = data[key]; + if (datum) { + licensesString += `${key}: ${datum}\n`; + } + } +} + +console.log(`Writing license data to ${fileNameOut}`); +fs.writeFileSync(fileNameOut, licensesString);