diff --git a/docs/user_guide/assets/licenses/backend_licenses.txt b/docs/user_guide/assets/licenses/backend_licenses.txt index f70c90b52b..d1a5868aa3 100644 --- a/docs/user_guide/assets/licenses/backend_licenses.txt +++ b/docs/user_guide/assets/licenses/backend_licenses.txt @@ -32,13 +32,9 @@ license Type:MIT #################################################################################################### Package:icu.net -Version:2.8.1 +Version:2.9.0 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 @@ -58,7 +54,7 @@ license Type:LICENSE.md #################################################################################################### Package:MailKit -Version:4.7.1.1 +Version:4.8.0 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. @@ -293,23 +289,21 @@ license Type:MIT #################################################################################################### Package:Microsoft.Bcl.AsyncInterfaces -Version:1.0.0 -project URL:https://github.com/dotnet/corefx +Version:8.0.0 +project URL:https://dot.net/ 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 +licenseUrl:https://licenses.nuget.org/MIT license Type:MIT #################################################################################################### Package:Microsoft.CSharp -Version:4.7.0 -project URL:https://github.com/dotnet/corefx +Version:4.5.0 +project URL:https://dot.net/ Description:Provides support for compilation and code generation, including dynamic, using the C# language. Commonly Used Types: @@ -319,8 +313,9 @@ Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags +30ab651fcb4354552bd4891619a0bdd81e0ebdbf When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:https://licenses.nuget.org/MIT +licenseUrl:https://github.com/dotnet/corefx/blob/master/LICENSE.TXT license Type:MIT #################################################################################################### @@ -340,6 +335,23 @@ 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.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.DotNet.PlatformAbstractions Version:2.1.0 @@ -368,35 +380,30 @@ 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 +Version:8.0.0 +project URL:https://dot.net/ +Description:Provides abstractions of key-value pair based configuration. Interfaces defined in this package are implemented by classes in Microsoft.Extensions.Configuration and other configuration packages. +licenseUrl:https://licenses.nuget.org/MIT +license Type:MIT #################################################################################################### Package:Microsoft.Extensions.DependencyInjection -Version:2.1.0 -project URL:https://asp.net/ +Version:8.0.0 +project URL:https://dot.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 +licenseUrl:https://licenses.nuget.org/MIT +license Type:MIT #################################################################################################### Package:Microsoft.Extensions.DependencyInjection.Abstractions -Version:2.1.0 -project URL:https://asp.net/ +Version:8.0.0 +project URL:https://dot.net/ Description:Abstractions for dependency injection. -Commonly used types: + +Commonly Used Types: Microsoft.Extensions.DependencyInjection.IServiceCollection -licenseUrl:https://raw.githubusercontent.com/aspnet/Home/2.0.0/LICENSE.txt -license Type:Apache-2.0 +licenseUrl:https://licenses.nuget.org/MIT +license Type:MIT #################################################################################################### Package:Microsoft.Extensions.DependencyModel @@ -414,17 +421,34 @@ Description:Abstractions for reading `.deps` files. licenseUrl:https://github.com/dotnet/core-setup/blob/master/LICENSE.TXT license Type: +#################################################################################################### +Package:Microsoft.Extensions.Diagnostics.Abstractions +Version:8.0.0 +project URL:https://dot.net/ +Description:Diagnostic abstractions for Microsoft.Extensions.Diagnostics. + +Commonly Used Types: +Microsoft.Extensions.Diagnostics.Metrics.IMetricsBuilder +Microsoft.Extensions.Diagnostics.Metrics.IMetricsListener +Microsoft.Extensions.Diagnostics.Metrics.InstrumentRule +Microsoft.Extensions.Diagnostics.Metrics.MeterScope +Microsoft.Extensions.Diagnostics.Metrics.MetricsBuilderExtensions +Microsoft.Extensions.Diagnostics.Metrics.MetricsOptions +licenseUrl:https://licenses.nuget.org/MIT +license Type:MIT + #################################################################################################### Package:Microsoft.Extensions.FileProviders.Abstractions -Version:2.1.0 -project URL:https://asp.net/ +Version:8.0.0 +project URL:https://dot.net/ Description:Abstractions of files and directories. -Commonly used types: + +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 +licenseUrl:https://licenses.nuget.org/MIT +license Type:MIT #################################################################################################### Package:Microsoft.Extensions.FileProviders.Embedded @@ -436,11 +460,11 @@ 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 +Version:8.0.0 +project URL:https://dot.net/ +Description:Hosting and startup abstractions for applications. +licenseUrl:https://licenses.nuget.org/MIT +license Type:MIT #################################################################################################### Package:Microsoft.Extensions.Localization @@ -479,7 +503,7 @@ license Type:Apache-2.0 #################################################################################################### Package:Microsoft.Extensions.Logging.Abstractions -Version:2.1.0 +Version:3.0.3 project URL:https://asp.net/ Description:Logging abstractions for Microsoft.Extensions.Logging. Commonly used types: @@ -490,9 +514,26 @@ 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 +licenseUrl:https://licenses.nuget.org/Apache-2.0 license Type:Apache-2.0 +#################################################################################################### +Package:Microsoft.Extensions.Logging.Abstractions +Version:8.0.0 +project URL:https://dot.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://licenses.nuget.org/MIT +license Type:MIT + #################################################################################################### Package:Microsoft.Extensions.ObjectPool Version:2.1.0 @@ -503,22 +544,24 @@ license Type:Apache-2.0 #################################################################################################### Package:Microsoft.Extensions.Options -Version:2.1.0 -project URL:https://asp.net/ +Version:8.0.0 +project URL:https://dot.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 +licenseUrl:https://licenses.nuget.org/MIT +license Type:MIT #################################################################################################### Package:Microsoft.Extensions.Primitives -Version:2.1.0 -project URL:https://asp.net/ +Version:8.0.0 +project URL:https://dot.net/ Description:Primitives shared by framework extensions. Commonly used types include: + +Commonly Used Types: 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 +licenseUrl:https://licenses.nuget.org/MIT +license Type:MIT #################################################################################################### Package:Microsoft.Extensions.WebEncoders @@ -602,7 +645,7 @@ license Type:Apache-2.0 #################################################################################################### Package:Microsoft.NETCore.Platforms -Version:1.1.1 +Version:1.1.0 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. @@ -618,6 +661,15 @@ 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.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:1.0.1 @@ -696,7 +748,7 @@ license Type:MIT #################################################################################################### Package:MimeKit -Version:4.7.1 +Version:4.8.0 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. @@ -714,7 +766,7 @@ license Type:MIT #################################################################################################### Package:MongoDB.Bson -Version:2.28.0 +Version:2.29.0 project URL:https://www.mongodb.com/docs/drivers/csharp/ Description:MongoDB's Official Bson Library. licenseUrl:https://licenses.nuget.org/Apache-2.0 @@ -722,7 +774,7 @@ license Type:Apache-2.0 #################################################################################################### Package:MongoDB.Driver -Version:2.28.0 +Version:2.29.0 project URL:https://www.mongodb.com/docs/drivers/csharp/ Description:Official .NET driver for MongoDB. licenseUrl:https://licenses.nuget.org/Apache-2.0 @@ -730,7 +782,7 @@ license Type:Apache-2.0 #################################################################################################### Package:MongoDB.Driver.Core -Version:2.28.0 +Version:2.29.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 @@ -738,10 +790,10 @@ license Type:Apache-2.0 #################################################################################################### Package:MongoDB.Libmongocrypt -Version:1.11.0 +Version:1.12.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 +licenseUrl:https://www.nuget.org/packages/MongoDB.Libmongocrypt/1.12.0/License license Type:License.txt #################################################################################################### @@ -858,6 +910,15 @@ 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.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.OpenSsl Version:4.3.2 @@ -938,7 +999,7 @@ license Type: #################################################################################################### Package:Swashbuckle.AspNetCore -Version:6.7.3 +Version:6.8.1 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 @@ -946,7 +1007,7 @@ license Type:MIT #################################################################################################### Package:Swashbuckle.AspNetCore.Swagger -Version:6.7.3 +Version:6.8.1 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 @@ -954,7 +1015,7 @@ license Type:MIT #################################################################################################### Package:Swashbuckle.AspNetCore.SwaggerGen -Version:6.7.3 +Version:6.8.1 project URL:https://github.com/domaindrivendev/Swashbuckle.AspNetCore Description:Swagger Generator for APIs built on ASP.NET Core licenseUrl:https://licenses.nuget.org/MIT @@ -962,7 +1023,7 @@ license Type:MIT #################################################################################################### Package:Swashbuckle.AspNetCore.SwaggerUI -Version:6.7.3 +Version:6.8.1 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 @@ -1008,6 +1069,19 @@ 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.Buffers +Version:4.3.0 +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 + +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.3.0 @@ -1127,6 +1201,28 @@ 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:5.0.0 +project URL:https://github.com/dotnet/runtime +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 + +When using NuGet 3.x this package requires at least version 3.4. +licenseUrl:https://licenses.nuget.org/MIT +license Type:MIT + #################################################################################################### Package:System.ComponentModel.Annotations Version:4.5.0 @@ -1335,17 +1431,14 @@ license Type:MS-EULA #################################################################################################### Package:System.Diagnostics.DiagnosticSource -Version:4.5.0 +Version:8.0.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 +licenseUrl:https://licenses.nuget.org/MIT license Type:MIT #################################################################################################### @@ -1488,6 +1581,30 @@ System.Formats.Asn1.AsnWriter licenseUrl:https://licenses.nuget.org/MIT license Type:MIT +#################################################################################################### +Package:System.Formats.Asn1 +Version:8.0.0 +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.Formats.Asn1 +Version:6.0.0 +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 @@ -1838,6 +1955,28 @@ 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.0 +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.Http Version:4.3.4 @@ -2264,16 +2403,17 @@ license Type:MS-EULA #################################################################################################### Package:System.Reflection.TypeExtensions -Version:4.7.0 -project URL:https://github.com/dotnet/corefx +Version:4.4.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 +8321c729934c0f8be754953439b88e6e1c120c24 When using NuGet 3.x this package requires at least version 3.4. -licenseUrl:https://licenses.nuget.org/MIT +licenseUrl:https://github.com/dotnet/corefx/blob/master/LICENSE.TXT license Type:MIT #################################################################################################### @@ -2290,6 +2430,20 @@ 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.Resources.ResourceManager Version:4.3.0 @@ -3007,14 +3161,12 @@ license Type:MIT #################################################################################################### Package:System.Text.Encoding.CodePages -Version:5.0.0 -project URL:https://github.com/dotnet/runtime +Version:6.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 - -When using NuGet 3.x this package requires at least version 3.4. licenseUrl:https://licenses.nuget.org/MIT license Type:MIT @@ -3067,52 +3219,6 @@ 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 @@ -3130,23 +3236,6 @@ 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 @@ -3285,19 +3374,6 @@ 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 @@ -3322,19 +3398,6 @@ 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 @@ -3400,6 +3463,28 @@ 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.ValueTuple +Version:4.4.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 + +8321c729934c0f8be754953439b88e6e1c120c24 +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 diff --git a/docs/user_guide/assets/licenses/frontend_licenses.txt b/docs/user_guide/assets/licenses/frontend_licenses.txt index a89bfe3383..2782dbbba2 100644 --- a/docs/user_guide/assets/licenses/frontend_licenses.txt +++ b/docs/user_guide/assets/licenses/frontend_licenses.txt @@ -41476,7 +41476,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -dset 3.1.3 +dset 3.1.4 MIT The MIT License (MIT)