diff -Nru dotnet7-7.0.112/debian/build-dotnet-tarball.sh dotnet7-7.0.113/debian/build-dotnet-tarball.sh --- dotnet7-7.0.112/debian/build-dotnet-tarball.sh 2023-10-04 19:39:58.000000000 +0000 +++ dotnet7-7.0.113/debian/build-dotnet-tarball.sh 2023-10-24 07:53:19.000000000 +0000 @@ -7,7 +7,7 @@ IFS=$'\n\t' SECURITY_PARTNERS_REPOSITORY='git@ssh.dev.azure.com:v3/dotnet-security-partners/dotnet/dotnet' -MS_TARBALL_SHA512_HASH='6f24e716a0700a8c076faa05a76eac8afb6c27ce7df83cc16ad5b049c8c1f5d5729a2f634a8a7377221b6e6fa278c20781bac23e867f8482c815cafecfa2416b' +MS_TARBALL_SHA512_HASH='2bcb114e4dc53ce5e9c20b68adab1acb33c97eb498913fd3af79487f5d25fb4b4b0129f5eeef57d125ed95f9f3105f2df494d9e328a38b8e836a6ae3a9e8a295' INITIAL_DIRECTORY=$PWD diff -Nru dotnet7-7.0.112/debian/changelog dotnet7-7.0.113/debian/changelog --- dotnet7-7.0.112/debian/changelog 2023-10-04 20:02:30.000000000 +0000 +++ dotnet7-7.0.113/debian/changelog 2023-10-24 07:54:01.000000000 +0000 @@ -1,3 +1,12 @@ +dotnet7 (7.0.113-0ubuntu1~23.04.1) lunar-security; urgency=medium + + * New upstream release + * SECURITY REGRESSION: regression update (LP: #2040208) + - Addresses a regression previously introduced by the fix for + CVE-2023-36799. + + -- Ian Constantin Tue, 24 Oct 2023 10:54:01 +0300 + dotnet7 (7.0.112-0ubuntu1~23.04.1) lunar-security; urgency=medium * New upstream release. diff -Nru dotnet7-7.0.112/git-info/AllRepoVersions.props dotnet7-7.0.113/git-info/AllRepoVersions.props --- dotnet7-7.0.112/git-info/AllRepoVersions.props 2023-10-01 02:29:23.000000000 +0000 +++ dotnet7-7.0.113/git-info/AllRepoVersions.props 2023-10-20 21:29:51.000000000 +0000 @@ -9,14 +9,14 @@ 7.0.0-preview.5.22525.1 31373ce8529c3d2f6b91e61585872160b0d7d7cd 3.3.4-beta1.22559.1 - 5681a43b6962b36dc8c7fb1fd06f7e410a626310 - 7.0.112-servicing.23478.2 + 0fc1c18622a562d02b4768511981644c55b5d5a1 + 7.0.113-servicing.23518.33 9a1c3e1b7f0c8763d4c96e593961a61a72679a7b 7.0.0-preview.22423.2 3b8f3de4606c338f99e8ce85cfb6f960f6a428c8 7.0.0-beta.23408.3 - 57512b49997283599b00a6b67d0ccebaec171daf - 7.0.12-servicing.23479.22 + d634f2bd1ad6e319f26ff0f1d7ada5539158a19f + 7.0.13-servicing.23520.7 c3ad00ae84489071080a606f6a8e43c9a91a5cc2 1.0.0-preview5.1.22263.1 6a22157622e5da71ba0c43d23269352210bdb277 @@ -31,10 +31,10 @@ 6.4.2-rc.1 528676cdbf0bfcfdb9372dc57a047dd0edc6d4db 4.4.0-6.23101.13 - 4a824ef37caa51072221584c64cbf15455f406ca - 7.0.12 - 152e97ccf0f21e648f05b0c1f5e7b602bc1157c8 - 7.0.112-servicing.23480.37 + 3f73a2f186e08c905aba441ea5545295ca261730 + 7.0.13 + 5797090b9a6668c2aa48d4314a19f75f7571a7e0 + 7.0.113-servicing.23520.29 c47ba6c19d50081f90008da8bc61b3ac20348f20 7.0.0-alpha.1.22505.1 525b6c35cc5c5c9b80b47044be2e4e77858d505a @@ -49,7 +49,7 @@ 17.4.1-release-20230405-06 740189d758fb3bbdc118c5b6171ef1a7351a8c44 1.0.0-beta.22427.1 - c97215789531577c81c203f54f4b03ca92ab771a - 7.0.112 + e24ee34c8ea5d0c17c95868396b2529194ecec2f + 7.0.113 diff -Nru dotnet7-7.0.112/git-info/aspnetcore.props dotnet7-7.0.113/git-info/aspnetcore.props --- dotnet7-7.0.112/git-info/aspnetcore.props 2023-10-01 02:27:02.000000000 +0000 +++ dotnet7-7.0.113/git-info/aspnetcore.props 2023-10-20 21:27:26.000000000 +0000 @@ -1,9 +1,9 @@ - 57512b49997283599b00a6b67d0ccebaec171daf - 20230929.22 - 7.0.12-servicing.23479.22 + d634f2bd1ad6e319f26ff0f1d7ada5539158a19f + 20231020.7 + 7.0.13-servicing.23520.7 servicing diff -Nru dotnet7-7.0.112/git-info/command-line-api.props dotnet7-7.0.113/git-info/command-line-api.props --- dotnet7-7.0.112/git-info/command-line-api.props 2023-10-01 02:27:34.000000000 +0000 +++ dotnet7-7.0.113/git-info/command-line-api.props 2023-10-20 21:27:58.000000000 +0000 @@ -2,7 +2,7 @@ 605dd1d76ddfea34aa42b4337dfb3f7b467acb0d - 20231001.1 + 20231020.1 0.1.352601 diff -Nru dotnet7-7.0.112/git-info/format.props dotnet7-7.0.113/git-info/format.props --- dotnet7-7.0.112/git-info/format.props 2023-10-01 02:27:02.000000000 +0000 +++ dotnet7-7.0.113/git-info/format.props 2023-10-20 21:27:26.000000000 +0000 @@ -2,7 +2,7 @@ 6a22157622e5da71ba0c43d23269352210bdb277 - 20231001.1 + 20231020.1 7.0.352001 diff -Nru dotnet7-7.0.112/git-info/installer.props dotnet7-7.0.113/git-info/installer.props --- dotnet7-7.0.112/git-info/installer.props 2023-10-01 02:27:01.000000000 +0000 +++ dotnet7-7.0.113/git-info/installer.props 2023-10-20 21:27:26.000000000 +0000 @@ -1,10 +1,10 @@ - 27481 - c97215789531577c81c203f54f4b03ca92ab771a - 20231001.1 - 7.0.112 + 27596 + e24ee34c8ea5d0c17c95868396b2529194ecec2f + 20231020.1 + 7.0.113 diff -Nru dotnet7-7.0.112/git-info/msbuild.props dotnet7-7.0.113/git-info/msbuild.props --- dotnet7-7.0.112/git-info/msbuild.props 2023-10-01 02:27:02.000000000 +0000 +++ dotnet7-7.0.113/git-info/msbuild.props 2023-10-20 21:27:26.000000000 +0000 @@ -2,7 +2,7 @@ 6918b863aa37ad0699f98482fbab9f7a52e65a92 - 20231001.1 + 20231020.1 17.4.8 diff -Nru dotnet7-7.0.112/git-info/nuget-client.props dotnet7-7.0.113/git-info/nuget-client.props --- dotnet7-7.0.112/git-info/nuget-client.props 2023-10-01 02:27:02.000000000 +0000 +++ dotnet7-7.0.113/git-info/nuget-client.props 2023-10-20 21:27:26.000000000 +0000 @@ -2,7 +2,7 @@ 24f8150c97f9d26a7b5d77e983938e18d48e7d9f - 20231001.1 + 20231020.1 6.4.2-rc.1 rc diff -Nru dotnet7-7.0.112/git-info/runtime.props dotnet7-7.0.113/git-info/runtime.props --- dotnet7-7.0.112/git-info/runtime.props 2023-10-01 02:27:02.000000000 +0000 +++ dotnet7-7.0.113/git-info/runtime.props 2023-10-20 21:27:26.000000000 +0000 @@ -1,9 +1,9 @@ - 4a824ef37caa51072221584c64cbf15455f406ca - 20231001.1 - 7.0.12 + 3f73a2f186e08c905aba441ea5545295ca261730 + 20231020.1 + 7.0.13 diff -Nru dotnet7-7.0.112/git-info/sdk.props dotnet7-7.0.113/git-info/sdk.props --- dotnet7-7.0.112/git-info/sdk.props 2023-10-01 02:27:02.000000000 +0000 +++ dotnet7-7.0.113/git-info/sdk.props 2023-10-20 21:27:26.000000000 +0000 @@ -1,9 +1,9 @@ - 152e97ccf0f21e648f05b0c1f5e7b602bc1157c8 - 20230930.37 - 7.0.112-servicing.23480.37 + 5797090b9a6668c2aa48d4314a19f75f7571a7e0 + 20231020.29 + 7.0.113-servicing.23520.29 servicing diff -Nru dotnet7-7.0.112/git-info/templating.props dotnet7-7.0.113/git-info/templating.props --- dotnet7-7.0.112/git-info/templating.props 2023-10-01 02:27:34.000000000 +0000 +++ dotnet7-7.0.113/git-info/templating.props 2023-10-20 21:27:58.000000000 +0000 @@ -1,9 +1,9 @@ - 5681a43b6962b36dc8c7fb1fd06f7e410a626310 - 20230928.2 - 7.0.112-servicing.23478.2 + 0fc1c18622a562d02b4768511981644c55b5d5a1 + 20231018.33 + 7.0.113-servicing.23518.33 servicing diff -Nru dotnet7-7.0.112/global.json dotnet7-7.0.113/global.json --- dotnet7-7.0.112/global.json 2023-10-01 02:26:30.000000000 +0000 +++ dotnet7-7.0.113/global.json 2023-10-20 21:26:56.000000000 +0000 @@ -1,6 +1,6 @@ { "tools": { - "dotnet": "7.0.110" + "dotnet": "7.0.111" }, "msbuild-sdks": { "Microsoft.Build.CentralPackageVersions": "2.0.1", diff -Nru dotnet7-7.0.112/packages/archive/archiveArtifacts.txt dotnet7-7.0.113/packages/archive/archiveArtifacts.txt --- dotnet7-7.0.112/packages/archive/archiveArtifacts.txt 2023-10-01 02:29:29.000000000 +0000 +++ dotnet7-7.0.113/packages/archive/archiveArtifacts.txt 2023-10-20 21:29:57.000000000 +0000 @@ -1 +1 @@ -https://dotnetcli.azureedge.net/source-built-artifacts/assets/Private.SourceBuilt.Artifacts.7.0.110.centos.8-x64.tar.gz +https://dotnetcli.azureedge.net/source-built-artifacts/assets/Private.SourceBuilt.Artifacts.7.0.111.centos.8-x64.tar.gz diff -Nru dotnet7-7.0.112/packages/text-only/microsoft.net.workload.emscripten.net6.manifest-7.0.100/7.0.11/data/WorkloadManifest.json dotnet7-7.0.113/packages/text-only/microsoft.net.workload.emscripten.net6.manifest-7.0.100/7.0.11/data/WorkloadManifest.json --- dotnet7-7.0.112/packages/text-only/microsoft.net.workload.emscripten.net6.manifest-7.0.100/7.0.11/data/WorkloadManifest.json 2023-08-24 16:44:52.000000000 +0000 +++ dotnet7-7.0.113/packages/text-only/microsoft.net.workload.emscripten.net6.manifest-7.0.100/7.0.11/data/WorkloadManifest.json 1970-01-01 00:00:00.000000000 +0000 @@ -1,49 +0,0 @@ -{ - "version": "7.0.11", - "workloads": { - "microsoft-net-sdk-emscripten-net6": { - "abstract": true, - "description": "Emscripten SDK compiler tooling", - "packs": [ - "Microsoft.NET.Runtime.Emscripten.Node.net6", - "Microsoft.NET.Runtime.Emscripten.Python.net6", - "Microsoft.NET.Runtime.Emscripten.Sdk.net6" - ], - "platforms": [ "win-x64", "win-arm64", "linux-x64", "osx-x64", "osx-arm64" ] - } - }, - "packs": { - "Microsoft.NET.Runtime.Emscripten.Node.net6" : { - "kind": "Sdk", - "version": "6.0.22", - "alias-to": { - "win-x64": "Microsoft.NET.Runtime.Emscripten.2.0.23.Node.win-x64", - "win-arm64": "Microsoft.NET.Runtime.Emscripten.2.0.23.Node.win-x64", - "linux-x64": "Microsoft.NET.Runtime.Emscripten.2.0.23.Node.linux-x64", - "osx-x64": "Microsoft.NET.Runtime.Emscripten.2.0.23.Node.osx-x64", - "osx-arm64": "Microsoft.NET.Runtime.Emscripten.2.0.23.Node.osx-x64" - } - }, - "Microsoft.NET.Runtime.Emscripten.Python.net6" : { - "kind": "Sdk", - "version": "6.0.22", - "alias-to": { - "win-x64": "Microsoft.NET.Runtime.Emscripten.2.0.23.Python.win-x64", - "win-arm64": "Microsoft.NET.Runtime.Emscripten.2.0.23.Python.win-x64", - "osx-x64": "Microsoft.NET.Runtime.Emscripten.2.0.23.Python.osx-x64", - "osx-arm64": "Microsoft.NET.Runtime.Emscripten.2.0.23.Python.osx-x64" - } - }, - "Microsoft.NET.Runtime.Emscripten.Sdk.net6" : { - "kind": "Sdk", - "version": "6.0.22", - "alias-to": { - "win-x64": "Microsoft.NET.Runtime.Emscripten.2.0.23.Sdk.win-x64", - "win-arm64": "Microsoft.NET.Runtime.Emscripten.2.0.23.Sdk.win-x64", - "linux-x64": "Microsoft.NET.Runtime.Emscripten.2.0.23.Sdk.linux-x64", - "osx-x64": "Microsoft.NET.Runtime.Emscripten.2.0.23.Sdk.osx-x64", - "osx-arm64": "Microsoft.NET.Runtime.Emscripten.2.0.23.Sdk.osx-x64" - } - } - } -} diff -Nru dotnet7-7.0.112/packages/text-only/microsoft.net.workload.emscripten.net6.manifest-7.0.100/7.0.11/data/WorkloadManifest.targets dotnet7-7.0.113/packages/text-only/microsoft.net.workload.emscripten.net6.manifest-7.0.100/7.0.11/data/WorkloadManifest.targets --- dotnet7-7.0.112/packages/text-only/microsoft.net.workload.emscripten.net6.manifest-7.0.100/7.0.11/data/WorkloadManifest.targets 2023-08-24 16:42:24.000000000 +0000 +++ dotnet7-7.0.113/packages/text-only/microsoft.net.workload.emscripten.net6.manifest-7.0.100/7.0.11/data/WorkloadManifest.targets 1970-01-01 00:00:00.000000000 +0000 @@ -1,7 +0,0 @@ - - - - - - - Binary files /tmp/tmp55htk883/vTlrv2udn9/dotnet7-7.0.112/packages/text-only/microsoft.net.workload.emscripten.net6.manifest-7.0.100/7.0.11/Icon.png and /tmp/tmp55htk883/3qlnbtqn9D/dotnet7-7.0.113/packages/text-only/microsoft.net.workload.emscripten.net6.manifest-7.0.100/7.0.11/Icon.png differ diff -Nru dotnet7-7.0.112/packages/text-only/microsoft.net.workload.emscripten.net6.manifest-7.0.100/7.0.11/LICENSE dotnet7-7.0.113/packages/text-only/microsoft.net.workload.emscripten.net6.manifest-7.0.100/7.0.11/LICENSE --- dotnet7-7.0.112/packages/text-only/microsoft.net.workload.emscripten.net6.manifest-7.0.100/7.0.11/LICENSE 2023-08-24 16:42:24.000000000 +0000 +++ dotnet7-7.0.113/packages/text-only/microsoft.net.workload.emscripten.net6.manifest-7.0.100/7.0.11/LICENSE 1970-01-01 00:00:00.000000000 +0000 @@ -1,27 +0,0 @@ -Copyright (c) 2018 Emscripten authors (see AUTHORS in Emscripten) - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -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. - ----------------------------------------------------------------------------- - -This is the MIT/Expat Licence. For more information see: - -1. http://www.opensource.org/licenses/mit-license.php - -2. http://en.wikipedia.org/wiki/MIT_License diff -Nru dotnet7-7.0.112/packages/text-only/microsoft.net.workload.emscripten.net6.manifest-7.0.100/7.0.11/microsoft.net.workload.emscripten.net6.manifest-7.0.100.nuspec dotnet7-7.0.113/packages/text-only/microsoft.net.workload.emscripten.net6.manifest-7.0.100/7.0.11/microsoft.net.workload.emscripten.net6.manifest-7.0.100.nuspec --- dotnet7-7.0.112/packages/text-only/microsoft.net.workload.emscripten.net6.manifest-7.0.100/7.0.11/microsoft.net.workload.emscripten.net6.manifest-7.0.100.nuspec 2023-08-24 16:44:52.000000000 +0000 +++ dotnet7-7.0.113/packages/text-only/microsoft.net.workload.emscripten.net6.manifest-7.0.100/7.0.11/microsoft.net.workload.emscripten.net6.manifest-7.0.100.nuspec 1970-01-01 00:00:00.000000000 +0000 @@ -1,19 +0,0 @@ - - - - Microsoft.NET.Workload.Emscripten.net6.Manifest-7.0.100 - 7.0.11 - Microsoft.NET.Workload.Emscripten.net6.Manifest - Microsoft - microsoft,dotnetframework - false - https://github.com/dotnet/emsdk/blob/main/LICENSE - Icon.png - https://github.com/dotnet/emsdk - http://go.microsoft.com/fwlink/?LinkID=288859 - Internal toolchain package not meant for direct consumption. Please do not reference directly. - © Microsoft Corporation. All rights reserved. - true - - - \ No newline at end of file diff -Nru dotnet7-7.0.112/packages/text-only/microsoft.net.workload.emscripten.net6.manifest-7.0.100/7.0.13/data/WorkloadManifest.json dotnet7-7.0.113/packages/text-only/microsoft.net.workload.emscripten.net6.manifest-7.0.100/7.0.13/data/WorkloadManifest.json --- dotnet7-7.0.112/packages/text-only/microsoft.net.workload.emscripten.net6.manifest-7.0.100/7.0.13/data/WorkloadManifest.json 1970-01-01 00:00:00.000000000 +0000 +++ dotnet7-7.0.113/packages/text-only/microsoft.net.workload.emscripten.net6.manifest-7.0.100/7.0.13/data/WorkloadManifest.json 2023-10-04 07:15:54.000000000 +0000 @@ -0,0 +1,49 @@ +{ + "version": "7.0.13", + "workloads": { + "microsoft-net-sdk-emscripten-net6": { + "abstract": true, + "description": "Emscripten SDK compiler tooling", + "packs": [ + "Microsoft.NET.Runtime.Emscripten.Node.net6", + "Microsoft.NET.Runtime.Emscripten.Python.net6", + "Microsoft.NET.Runtime.Emscripten.Sdk.net6" + ], + "platforms": [ "win-x64", "win-arm64", "linux-x64", "osx-x64", "osx-arm64" ] + } + }, + "packs": { + "Microsoft.NET.Runtime.Emscripten.Node.net6" : { + "kind": "Sdk", + "version": "6.0.24", + "alias-to": { + "win-x64": "Microsoft.NET.Runtime.Emscripten.2.0.23.Node.win-x64", + "win-arm64": "Microsoft.NET.Runtime.Emscripten.2.0.23.Node.win-x64", + "linux-x64": "Microsoft.NET.Runtime.Emscripten.2.0.23.Node.linux-x64", + "osx-x64": "Microsoft.NET.Runtime.Emscripten.2.0.23.Node.osx-x64", + "osx-arm64": "Microsoft.NET.Runtime.Emscripten.2.0.23.Node.osx-x64" + } + }, + "Microsoft.NET.Runtime.Emscripten.Python.net6" : { + "kind": "Sdk", + "version": "6.0.24", + "alias-to": { + "win-x64": "Microsoft.NET.Runtime.Emscripten.2.0.23.Python.win-x64", + "win-arm64": "Microsoft.NET.Runtime.Emscripten.2.0.23.Python.win-x64", + "osx-x64": "Microsoft.NET.Runtime.Emscripten.2.0.23.Python.osx-x64", + "osx-arm64": "Microsoft.NET.Runtime.Emscripten.2.0.23.Python.osx-x64" + } + }, + "Microsoft.NET.Runtime.Emscripten.Sdk.net6" : { + "kind": "Sdk", + "version": "6.0.24", + "alias-to": { + "win-x64": "Microsoft.NET.Runtime.Emscripten.2.0.23.Sdk.win-x64", + "win-arm64": "Microsoft.NET.Runtime.Emscripten.2.0.23.Sdk.win-x64", + "linux-x64": "Microsoft.NET.Runtime.Emscripten.2.0.23.Sdk.linux-x64", + "osx-x64": "Microsoft.NET.Runtime.Emscripten.2.0.23.Sdk.osx-x64", + "osx-arm64": "Microsoft.NET.Runtime.Emscripten.2.0.23.Sdk.osx-x64" + } + } + } +} diff -Nru dotnet7-7.0.112/packages/text-only/microsoft.net.workload.emscripten.net6.manifest-7.0.100/7.0.13/data/WorkloadManifest.targets dotnet7-7.0.113/packages/text-only/microsoft.net.workload.emscripten.net6.manifest-7.0.100/7.0.13/data/WorkloadManifest.targets --- dotnet7-7.0.112/packages/text-only/microsoft.net.workload.emscripten.net6.manifest-7.0.100/7.0.13/data/WorkloadManifest.targets 1970-01-01 00:00:00.000000000 +0000 +++ dotnet7-7.0.113/packages/text-only/microsoft.net.workload.emscripten.net6.manifest-7.0.100/7.0.13/data/WorkloadManifest.targets 2023-10-04 07:13:26.000000000 +0000 @@ -0,0 +1,7 @@ + + + + + + + Binary files /tmp/tmp55htk883/vTlrv2udn9/dotnet7-7.0.112/packages/text-only/microsoft.net.workload.emscripten.net6.manifest-7.0.100/7.0.13/Icon.png and /tmp/tmp55htk883/3qlnbtqn9D/dotnet7-7.0.113/packages/text-only/microsoft.net.workload.emscripten.net6.manifest-7.0.100/7.0.13/Icon.png differ diff -Nru dotnet7-7.0.112/packages/text-only/microsoft.net.workload.emscripten.net6.manifest-7.0.100/7.0.13/LICENSE dotnet7-7.0.113/packages/text-only/microsoft.net.workload.emscripten.net6.manifest-7.0.100/7.0.13/LICENSE --- dotnet7-7.0.112/packages/text-only/microsoft.net.workload.emscripten.net6.manifest-7.0.100/7.0.13/LICENSE 1970-01-01 00:00:00.000000000 +0000 +++ dotnet7-7.0.113/packages/text-only/microsoft.net.workload.emscripten.net6.manifest-7.0.100/7.0.13/LICENSE 2023-10-04 07:13:26.000000000 +0000 @@ -0,0 +1,27 @@ +Copyright (c) 2018 Emscripten authors (see AUTHORS in Emscripten) + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +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. + +---------------------------------------------------------------------------- + +This is the MIT/Expat Licence. For more information see: + +1. http://www.opensource.org/licenses/mit-license.php + +2. http://en.wikipedia.org/wiki/MIT_License diff -Nru dotnet7-7.0.112/packages/text-only/microsoft.net.workload.emscripten.net6.manifest-7.0.100/7.0.13/microsoft.net.workload.emscripten.net6.manifest-7.0.100.nuspec dotnet7-7.0.113/packages/text-only/microsoft.net.workload.emscripten.net6.manifest-7.0.100/7.0.13/microsoft.net.workload.emscripten.net6.manifest-7.0.100.nuspec --- dotnet7-7.0.112/packages/text-only/microsoft.net.workload.emscripten.net6.manifest-7.0.100/7.0.13/microsoft.net.workload.emscripten.net6.manifest-7.0.100.nuspec 1970-01-01 00:00:00.000000000 +0000 +++ dotnet7-7.0.113/packages/text-only/microsoft.net.workload.emscripten.net6.manifest-7.0.100/7.0.13/microsoft.net.workload.emscripten.net6.manifest-7.0.100.nuspec 2023-10-04 07:15:54.000000000 +0000 @@ -0,0 +1,19 @@ + + + + Microsoft.NET.Workload.Emscripten.net6.Manifest-7.0.100 + 7.0.13 + Microsoft.NET.Workload.Emscripten.net6.Manifest + Microsoft + microsoft,dotnetframework + false + https://github.com/dotnet/emsdk/blob/main/LICENSE + Icon.png + https://github.com/dotnet/emsdk + http://go.microsoft.com/fwlink/?LinkID=288859 + Internal toolchain package not meant for direct consumption. Please do not reference directly. + © Microsoft Corporation. All rights reserved. + true + + + \ No newline at end of file diff -Nru dotnet7-7.0.112/packages/text-only/microsoft.net.workload.emscripten.net7.manifest-7.0.100/7.0.11/data/WorkloadManifest.json dotnet7-7.0.113/packages/text-only/microsoft.net.workload.emscripten.net7.manifest-7.0.100/7.0.11/data/WorkloadManifest.json --- dotnet7-7.0.112/packages/text-only/microsoft.net.workload.emscripten.net7.manifest-7.0.100/7.0.11/data/WorkloadManifest.json 2023-08-24 16:44:52.000000000 +0000 +++ dotnet7-7.0.113/packages/text-only/microsoft.net.workload.emscripten.net7.manifest-7.0.100/7.0.11/data/WorkloadManifest.json 1970-01-01 00:00:00.000000000 +0000 @@ -1,61 +0,0 @@ -{ - "version": "7.0.11", - "workloads": { - "microsoft-net-sdk-emscripten-net7": { - "abstract": true, - "description": "Emscripten SDK compiler tooling", - "packs": [ - "Microsoft.NET.Runtime.Emscripten.Node.net7", - "Microsoft.NET.Runtime.Emscripten.Python.net7", - "Microsoft.NET.Runtime.Emscripten.Cache.net7", - "Microsoft.NET.Runtime.Emscripten.Sdk.net7" - ], - "platforms": [ "win-x64", "win-arm64", "linux-x64", "osx-x64", "osx-arm64" ] - } - }, - "packs": { - "Microsoft.NET.Runtime.Emscripten.Node.net7" : { - "kind": "Sdk", - "version": "7.0.11", - "alias-to": { - "win-x64": "Microsoft.NET.Runtime.Emscripten.3.1.12.Node.win-x64", - "win-arm64": "Microsoft.NET.Runtime.Emscripten.3.1.12.Node.win-x64", - "linux-x64": "Microsoft.NET.Runtime.Emscripten.3.1.12.Node.linux-x64", - "osx-x64": "Microsoft.NET.Runtime.Emscripten.3.1.12.Node.osx-x64", - "osx-arm64": "Microsoft.NET.Runtime.Emscripten.3.1.12.Node.osx-x64" - } - }, - "Microsoft.NET.Runtime.Emscripten.Python.net7" : { - "kind": "Sdk", - "version": "7.0.11", - "alias-to": { - "win-x64": "Microsoft.NET.Runtime.Emscripten.3.1.12.Python.win-x64", - "win-arm64": "Microsoft.NET.Runtime.Emscripten.3.1.12.Python.win-x64", - "osx-x64": "Microsoft.NET.Runtime.Emscripten.3.1.12.Python.osx-x64", - "osx-arm64": "Microsoft.NET.Runtime.Emscripten.3.1.12.Python.osx-x64" - } - }, - "Microsoft.NET.Runtime.Emscripten.Cache.net7" : { - "kind": "Sdk", - "version": "7.0.11", - "alias-to": { - "win-x64": "Microsoft.NET.Runtime.Emscripten.3.1.12.Cache.win-x64", - "win-arm64": "Microsoft.NET.Runtime.Emscripten.3.1.12.Cache.win-x64", - "linux-x64": "Microsoft.NET.Runtime.Emscripten.3.1.12.Cache.linux-x64", - "osx-x64": "Microsoft.NET.Runtime.Emscripten.3.1.12.Cache.osx-x64", - "osx-arm64": "Microsoft.NET.Runtime.Emscripten.3.1.12.Cache.osx-x64" - } - }, - "Microsoft.NET.Runtime.Emscripten.Sdk.net7" : { - "kind": "Sdk", - "version": "7.0.11", - "alias-to": { - "win-x64": "Microsoft.NET.Runtime.Emscripten.3.1.12.Sdk.win-x64", - "win-arm64": "Microsoft.NET.Runtime.Emscripten.3.1.12.Sdk.win-x64", - "linux-x64": "Microsoft.NET.Runtime.Emscripten.3.1.12.Sdk.linux-x64", - "osx-x64": "Microsoft.NET.Runtime.Emscripten.3.1.12.Sdk.osx-x64", - "osx-arm64": "Microsoft.NET.Runtime.Emscripten.3.1.12.Sdk.osx-x64" - } - } - } -} diff -Nru dotnet7-7.0.112/packages/text-only/microsoft.net.workload.emscripten.net7.manifest-7.0.100/7.0.11/data/WorkloadManifest.targets dotnet7-7.0.113/packages/text-only/microsoft.net.workload.emscripten.net7.manifest-7.0.100/7.0.11/data/WorkloadManifest.targets --- dotnet7-7.0.112/packages/text-only/microsoft.net.workload.emscripten.net7.manifest-7.0.100/7.0.11/data/WorkloadManifest.targets 2023-08-24 16:42:24.000000000 +0000 +++ dotnet7-7.0.113/packages/text-only/microsoft.net.workload.emscripten.net7.manifest-7.0.100/7.0.11/data/WorkloadManifest.targets 1970-01-01 00:00:00.000000000 +0000 @@ -1,28 +0,0 @@ - - - true - - - - <_NativeBuildNeeded Condition="'$(RunAOTCompilation)' == 'true'">true - WebAssembly workloads (required for AOT) are only supported for projects targeting net6.0+ - - - - true - $(WasmNativeWorkload) - - - - false - false - - - - - - - - - - Binary files /tmp/tmp55htk883/vTlrv2udn9/dotnet7-7.0.112/packages/text-only/microsoft.net.workload.emscripten.net7.manifest-7.0.100/7.0.11/Icon.png and /tmp/tmp55htk883/3qlnbtqn9D/dotnet7-7.0.113/packages/text-only/microsoft.net.workload.emscripten.net7.manifest-7.0.100/7.0.11/Icon.png differ diff -Nru dotnet7-7.0.112/packages/text-only/microsoft.net.workload.emscripten.net7.manifest-7.0.100/7.0.11/LICENSE dotnet7-7.0.113/packages/text-only/microsoft.net.workload.emscripten.net7.manifest-7.0.100/7.0.11/LICENSE --- dotnet7-7.0.112/packages/text-only/microsoft.net.workload.emscripten.net7.manifest-7.0.100/7.0.11/LICENSE 2023-08-24 16:42:24.000000000 +0000 +++ dotnet7-7.0.113/packages/text-only/microsoft.net.workload.emscripten.net7.manifest-7.0.100/7.0.11/LICENSE 1970-01-01 00:00:00.000000000 +0000 @@ -1,27 +0,0 @@ -Copyright (c) 2018 Emscripten authors (see AUTHORS in Emscripten) - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -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. - ----------------------------------------------------------------------------- - -This is the MIT/Expat Licence. For more information see: - -1. http://www.opensource.org/licenses/mit-license.php - -2. http://en.wikipedia.org/wiki/MIT_License diff -Nru dotnet7-7.0.112/packages/text-only/microsoft.net.workload.emscripten.net7.manifest-7.0.100/7.0.11/microsoft.net.workload.emscripten.net7.manifest-7.0.100.nuspec dotnet7-7.0.113/packages/text-only/microsoft.net.workload.emscripten.net7.manifest-7.0.100/7.0.11/microsoft.net.workload.emscripten.net7.manifest-7.0.100.nuspec --- dotnet7-7.0.112/packages/text-only/microsoft.net.workload.emscripten.net7.manifest-7.0.100/7.0.11/microsoft.net.workload.emscripten.net7.manifest-7.0.100.nuspec 2023-08-24 16:44:52.000000000 +0000 +++ dotnet7-7.0.113/packages/text-only/microsoft.net.workload.emscripten.net7.manifest-7.0.100/7.0.11/microsoft.net.workload.emscripten.net7.manifest-7.0.100.nuspec 1970-01-01 00:00:00.000000000 +0000 @@ -1,19 +0,0 @@ - - - - Microsoft.NET.Workload.Emscripten.net7.Manifest-7.0.100 - 7.0.11 - Microsoft.NET.Workload.Emscripten.net7.Manifest - Microsoft - microsoft,dotnetframework - false - https://github.com/dotnet/emsdk/blob/main/LICENSE - Icon.png - https://github.com/dotnet/emsdk - http://go.microsoft.com/fwlink/?LinkID=288859 - Internal toolchain package not meant for direct consumption. Please do not reference directly. - © Microsoft Corporation. All rights reserved. - true - - - \ No newline at end of file diff -Nru dotnet7-7.0.112/packages/text-only/microsoft.net.workload.emscripten.net7.manifest-7.0.100/7.0.13/data/WorkloadManifest.json dotnet7-7.0.113/packages/text-only/microsoft.net.workload.emscripten.net7.manifest-7.0.100/7.0.13/data/WorkloadManifest.json --- dotnet7-7.0.112/packages/text-only/microsoft.net.workload.emscripten.net7.manifest-7.0.100/7.0.13/data/WorkloadManifest.json 1970-01-01 00:00:00.000000000 +0000 +++ dotnet7-7.0.113/packages/text-only/microsoft.net.workload.emscripten.net7.manifest-7.0.100/7.0.13/data/WorkloadManifest.json 2023-10-04 07:15:54.000000000 +0000 @@ -0,0 +1,61 @@ +{ + "version": "7.0.13", + "workloads": { + "microsoft-net-sdk-emscripten-net7": { + "abstract": true, + "description": "Emscripten SDK compiler tooling", + "packs": [ + "Microsoft.NET.Runtime.Emscripten.Node.net7", + "Microsoft.NET.Runtime.Emscripten.Python.net7", + "Microsoft.NET.Runtime.Emscripten.Cache.net7", + "Microsoft.NET.Runtime.Emscripten.Sdk.net7" + ], + "platforms": [ "win-x64", "win-arm64", "linux-x64", "osx-x64", "osx-arm64" ] + } + }, + "packs": { + "Microsoft.NET.Runtime.Emscripten.Node.net7" : { + "kind": "Sdk", + "version": "7.0.13", + "alias-to": { + "win-x64": "Microsoft.NET.Runtime.Emscripten.3.1.12.Node.win-x64", + "win-arm64": "Microsoft.NET.Runtime.Emscripten.3.1.12.Node.win-x64", + "linux-x64": "Microsoft.NET.Runtime.Emscripten.3.1.12.Node.linux-x64", + "osx-x64": "Microsoft.NET.Runtime.Emscripten.3.1.12.Node.osx-x64", + "osx-arm64": "Microsoft.NET.Runtime.Emscripten.3.1.12.Node.osx-x64" + } + }, + "Microsoft.NET.Runtime.Emscripten.Python.net7" : { + "kind": "Sdk", + "version": "7.0.13", + "alias-to": { + "win-x64": "Microsoft.NET.Runtime.Emscripten.3.1.12.Python.win-x64", + "win-arm64": "Microsoft.NET.Runtime.Emscripten.3.1.12.Python.win-x64", + "osx-x64": "Microsoft.NET.Runtime.Emscripten.3.1.12.Python.osx-x64", + "osx-arm64": "Microsoft.NET.Runtime.Emscripten.3.1.12.Python.osx-x64" + } + }, + "Microsoft.NET.Runtime.Emscripten.Cache.net7" : { + "kind": "Sdk", + "version": "7.0.13", + "alias-to": { + "win-x64": "Microsoft.NET.Runtime.Emscripten.3.1.12.Cache.win-x64", + "win-arm64": "Microsoft.NET.Runtime.Emscripten.3.1.12.Cache.win-x64", + "linux-x64": "Microsoft.NET.Runtime.Emscripten.3.1.12.Cache.linux-x64", + "osx-x64": "Microsoft.NET.Runtime.Emscripten.3.1.12.Cache.osx-x64", + "osx-arm64": "Microsoft.NET.Runtime.Emscripten.3.1.12.Cache.osx-x64" + } + }, + "Microsoft.NET.Runtime.Emscripten.Sdk.net7" : { + "kind": "Sdk", + "version": "7.0.13", + "alias-to": { + "win-x64": "Microsoft.NET.Runtime.Emscripten.3.1.12.Sdk.win-x64", + "win-arm64": "Microsoft.NET.Runtime.Emscripten.3.1.12.Sdk.win-x64", + "linux-x64": "Microsoft.NET.Runtime.Emscripten.3.1.12.Sdk.linux-x64", + "osx-x64": "Microsoft.NET.Runtime.Emscripten.3.1.12.Sdk.osx-x64", + "osx-arm64": "Microsoft.NET.Runtime.Emscripten.3.1.12.Sdk.osx-x64" + } + } + } +} diff -Nru dotnet7-7.0.112/packages/text-only/microsoft.net.workload.emscripten.net7.manifest-7.0.100/7.0.13/data/WorkloadManifest.targets dotnet7-7.0.113/packages/text-only/microsoft.net.workload.emscripten.net7.manifest-7.0.100/7.0.13/data/WorkloadManifest.targets --- dotnet7-7.0.112/packages/text-only/microsoft.net.workload.emscripten.net7.manifest-7.0.100/7.0.13/data/WorkloadManifest.targets 1970-01-01 00:00:00.000000000 +0000 +++ dotnet7-7.0.113/packages/text-only/microsoft.net.workload.emscripten.net7.manifest-7.0.100/7.0.13/data/WorkloadManifest.targets 2023-10-04 07:13:26.000000000 +0000 @@ -0,0 +1,28 @@ + + + true + + + + <_NativeBuildNeeded Condition="'$(RunAOTCompilation)' == 'true'">true + WebAssembly workloads (required for AOT) are only supported for projects targeting net6.0+ + + + + true + $(WasmNativeWorkload) + + + + false + false + + + + + + + + + + Binary files /tmp/tmp55htk883/vTlrv2udn9/dotnet7-7.0.112/packages/text-only/microsoft.net.workload.emscripten.net7.manifest-7.0.100/7.0.13/Icon.png and /tmp/tmp55htk883/3qlnbtqn9D/dotnet7-7.0.113/packages/text-only/microsoft.net.workload.emscripten.net7.manifest-7.0.100/7.0.13/Icon.png differ diff -Nru dotnet7-7.0.112/packages/text-only/microsoft.net.workload.emscripten.net7.manifest-7.0.100/7.0.13/LICENSE dotnet7-7.0.113/packages/text-only/microsoft.net.workload.emscripten.net7.manifest-7.0.100/7.0.13/LICENSE --- dotnet7-7.0.112/packages/text-only/microsoft.net.workload.emscripten.net7.manifest-7.0.100/7.0.13/LICENSE 1970-01-01 00:00:00.000000000 +0000 +++ dotnet7-7.0.113/packages/text-only/microsoft.net.workload.emscripten.net7.manifest-7.0.100/7.0.13/LICENSE 2023-10-04 07:13:26.000000000 +0000 @@ -0,0 +1,27 @@ +Copyright (c) 2018 Emscripten authors (see AUTHORS in Emscripten) + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +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. + +---------------------------------------------------------------------------- + +This is the MIT/Expat Licence. For more information see: + +1. http://www.opensource.org/licenses/mit-license.php + +2. http://en.wikipedia.org/wiki/MIT_License diff -Nru dotnet7-7.0.112/packages/text-only/microsoft.net.workload.emscripten.net7.manifest-7.0.100/7.0.13/microsoft.net.workload.emscripten.net7.manifest-7.0.100.nuspec dotnet7-7.0.113/packages/text-only/microsoft.net.workload.emscripten.net7.manifest-7.0.100/7.0.13/microsoft.net.workload.emscripten.net7.manifest-7.0.100.nuspec --- dotnet7-7.0.112/packages/text-only/microsoft.net.workload.emscripten.net7.manifest-7.0.100/7.0.13/microsoft.net.workload.emscripten.net7.manifest-7.0.100.nuspec 1970-01-01 00:00:00.000000000 +0000 +++ dotnet7-7.0.113/packages/text-only/microsoft.net.workload.emscripten.net7.manifest-7.0.100/7.0.13/microsoft.net.workload.emscripten.net7.manifest-7.0.100.nuspec 2023-10-04 07:15:54.000000000 +0000 @@ -0,0 +1,19 @@ + + + + Microsoft.NET.Workload.Emscripten.net7.Manifest-7.0.100 + 7.0.13 + Microsoft.NET.Workload.Emscripten.net7.Manifest + Microsoft + microsoft,dotnetframework + false + https://github.com/dotnet/emsdk/blob/main/LICENSE + Icon.png + https://github.com/dotnet/emsdk + http://go.microsoft.com/fwlink/?LinkID=288859 + Internal toolchain package not meant for direct consumption. Please do not reference directly. + © Microsoft Corporation. All rights reserved. + true + + + \ No newline at end of file diff -Nru dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.12/data/localize/WorkloadManifest.cs.json dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.12/data/localize/WorkloadManifest.cs.json --- dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.12/data/localize/WorkloadManifest.cs.json 2023-09-28 00:27:54.000000000 +0000 +++ dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.12/data/localize/WorkloadManifest.cs.json 1970-01-01 00:00:00.000000000 +0000 @@ -1,3 +0,0 @@ -{ - "workloads/wasm-tools-net6/description": "Nástroje pro sestavení .NET WebAssembly" -} \ No newline at end of file diff -Nru dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.12/data/localize/WorkloadManifest.de.json dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.12/data/localize/WorkloadManifest.de.json --- dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.12/data/localize/WorkloadManifest.de.json 2023-09-28 00:27:54.000000000 +0000 +++ dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.12/data/localize/WorkloadManifest.de.json 1970-01-01 00:00:00.000000000 +0000 @@ -1,3 +0,0 @@ -{ - "workloads/wasm-tools-net6/description": ".NET WebAssembly-Buildtools" -} \ No newline at end of file diff -Nru dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.12/data/localize/WorkloadManifest.en.json dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.12/data/localize/WorkloadManifest.en.json --- dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.12/data/localize/WorkloadManifest.en.json 2023-09-28 00:27:54.000000000 +0000 +++ dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.12/data/localize/WorkloadManifest.en.json 1970-01-01 00:00:00.000000000 +0000 @@ -1,3 +0,0 @@ -{ - "workloads/wasm-tools-net6/description": ".NET WebAssembly build tools" -} \ No newline at end of file diff -Nru dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.12/data/localize/WorkloadManifest.es.json dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.12/data/localize/WorkloadManifest.es.json --- dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.12/data/localize/WorkloadManifest.es.json 2023-09-28 00:27:54.000000000 +0000 +++ dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.12/data/localize/WorkloadManifest.es.json 1970-01-01 00:00:00.000000000 +0000 @@ -1,3 +0,0 @@ -{ - "workloads/wasm-tools-net6/description": "Herramientas de compilación de WebAssembly de .NET" -} \ No newline at end of file diff -Nru dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.12/data/localize/WorkloadManifest.fr.json dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.12/data/localize/WorkloadManifest.fr.json --- dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.12/data/localize/WorkloadManifest.fr.json 2023-09-28 00:27:54.000000000 +0000 +++ dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.12/data/localize/WorkloadManifest.fr.json 1970-01-01 00:00:00.000000000 +0000 @@ -1,3 +0,0 @@ -{ - "workloads/wasm-tools-net6/description": "Outils de construction .NET WebAssembly" -} \ No newline at end of file diff -Nru dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.12/data/localize/WorkloadManifest.it.json dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.12/data/localize/WorkloadManifest.it.json --- dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.12/data/localize/WorkloadManifest.it.json 2023-09-28 00:27:54.000000000 +0000 +++ dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.12/data/localize/WorkloadManifest.it.json 1970-01-01 00:00:00.000000000 +0000 @@ -1,3 +0,0 @@ -{ - "workloads/wasm-tools-net6/description": "Strumenti di compilazione WebAssembly .NET" -} \ No newline at end of file diff -Nru dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.12/data/localize/WorkloadManifest.ja.json dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.12/data/localize/WorkloadManifest.ja.json --- dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.12/data/localize/WorkloadManifest.ja.json 2023-09-28 00:27:54.000000000 +0000 +++ dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.12/data/localize/WorkloadManifest.ja.json 1970-01-01 00:00:00.000000000 +0000 @@ -1,3 +0,0 @@ -{ - "workloads/wasm-tools-net6/description": ".NET WebAssembly ビルド ツール" -} \ No newline at end of file diff -Nru dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.12/data/localize/WorkloadManifest.ko.json dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.12/data/localize/WorkloadManifest.ko.json --- dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.12/data/localize/WorkloadManifest.ko.json 2023-09-28 00:27:54.000000000 +0000 +++ dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.12/data/localize/WorkloadManifest.ko.json 1970-01-01 00:00:00.000000000 +0000 @@ -1,3 +0,0 @@ -{ - "workloads/wasm-tools-net6/description": ".NET WebAssembly 빌드 도구" -} \ No newline at end of file diff -Nru dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.12/data/localize/WorkloadManifest.pl.json dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.12/data/localize/WorkloadManifest.pl.json --- dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.12/data/localize/WorkloadManifest.pl.json 2023-09-28 00:27:54.000000000 +0000 +++ dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.12/data/localize/WorkloadManifest.pl.json 1970-01-01 00:00:00.000000000 +0000 @@ -1,3 +0,0 @@ -{ - "workloads/wasm-tools-net6/description": "Narzędzia kompilacji zestawu WebAssembly platformy .NET" -} \ No newline at end of file diff -Nru dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.12/data/localize/WorkloadManifest.pt-BR.json dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.12/data/localize/WorkloadManifest.pt-BR.json --- dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.12/data/localize/WorkloadManifest.pt-BR.json 2023-09-28 00:27:54.000000000 +0000 +++ dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.12/data/localize/WorkloadManifest.pt-BR.json 1970-01-01 00:00:00.000000000 +0000 @@ -1,3 +0,0 @@ -{ - "workloads/wasm-tools-net6/description": "Ferramentas de build do .NET WebAssembly" -} \ No newline at end of file diff -Nru dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.12/data/localize/WorkloadManifest.ru.json dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.12/data/localize/WorkloadManifest.ru.json --- dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.12/data/localize/WorkloadManifest.ru.json 2023-09-28 00:27:54.000000000 +0000 +++ dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.12/data/localize/WorkloadManifest.ru.json 1970-01-01 00:00:00.000000000 +0000 @@ -1,3 +0,0 @@ -{ - "workloads/wasm-tools-net6/description": "Средства сборки WebAssembly .NET" -} \ No newline at end of file diff -Nru dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.12/data/localize/WorkloadManifest.tr.json dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.12/data/localize/WorkloadManifest.tr.json --- dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.12/data/localize/WorkloadManifest.tr.json 2023-09-28 00:27:54.000000000 +0000 +++ dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.12/data/localize/WorkloadManifest.tr.json 1970-01-01 00:00:00.000000000 +0000 @@ -1,3 +0,0 @@ -{ - "workloads/wasm-tools-net6/description": ".NET WebAssembly derleme araçları" -} \ No newline at end of file diff -Nru dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.12/data/localize/WorkloadManifest.zh-Hans.json dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.12/data/localize/WorkloadManifest.zh-Hans.json --- dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.12/data/localize/WorkloadManifest.zh-Hans.json 2023-09-28 00:27:54.000000000 +0000 +++ dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.12/data/localize/WorkloadManifest.zh-Hans.json 1970-01-01 00:00:00.000000000 +0000 @@ -1,3 +0,0 @@ -{ - "workloads/wasm-tools-net6/description": ".NET WebAssembly 生成工具" -} \ No newline at end of file diff -Nru dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.12/data/localize/WorkloadManifest.zh-Hant.json dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.12/data/localize/WorkloadManifest.zh-Hant.json --- dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.12/data/localize/WorkloadManifest.zh-Hant.json 2023-09-28 00:27:54.000000000 +0000 +++ dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.12/data/localize/WorkloadManifest.zh-Hant.json 1970-01-01 00:00:00.000000000 +0000 @@ -1,3 +0,0 @@ -{ - "workloads/wasm-tools-net6/description": ".NET WebAssembly 組建工具" -} \ No newline at end of file diff -Nru dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.12/data/WorkloadManifest.json dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.12/data/WorkloadManifest.json --- dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.12/data/WorkloadManifest.json 2023-09-28 00:34:44.000000000 +0000 +++ dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.12/data/WorkloadManifest.json 1970-01-01 00:00:00.000000000 +0000 @@ -1,458 +0,0 @@ -{ - "version": "7.0.12", - "depends-on": { - "Microsoft.NET.Workload.Emscripten.net6": "7.0.11" - }, - "workloads": { - "wasm-tools-net6": { - "description": ".NET WebAssembly build tools for net6.0", - "packs": [ - "Microsoft.NET.Runtime.WebAssembly.Sdk.net6", - "Microsoft.NETCore.App.Runtime.Mono.net6.browser-wasm", - "Microsoft.NETCore.App.Runtime.AOT.Cross.net6.browser-wasm" - ], - "extends": [ "microsoft-net-runtime-mono-tooling-net6", "microsoft-net-sdk-emscripten-net6" ], - "platforms": [ "win-x64", "win-arm64", "linux-x64", "osx-x64", "osx-arm64" ] - }, - "microsoft-net-runtime-android-net6": { - "abstract": true, - "description": "Android Mono Runtime", - "packs": [ - "Microsoft.NETCore.App.Runtime.Mono.net6.android-arm", - "Microsoft.NETCore.App.Runtime.Mono.net6.android-arm64", - "Microsoft.NETCore.App.Runtime.Mono.net6.android-x64", - "Microsoft.NETCore.App.Runtime.Mono.net6.android-x86" - ], - "extends": [ "microsoft-net-runtime-mono-tooling-net6" ], - "platforms": [ "win-x64", "win-arm64", "linux-x64", "osx-x64", "osx-arm64" ] - }, - "microsoft-net-runtime-android-aot-net6": { - "abstract": true, - "description": "Android Mono AOT Workload", - "packs": [ - "Microsoft.NETCore.App.Runtime.AOT.Cross.net6.android-x86", - "Microsoft.NETCore.App.Runtime.AOT.Cross.net6.android-x64", - "Microsoft.NETCore.App.Runtime.AOT.Cross.net6.android-arm", - "Microsoft.NETCore.App.Runtime.AOT.Cross.net6.android-arm64" - ], - "extends": [ "microsoft-net-runtime-android-net6" ], - "platforms": [ "win-x64", "win-arm64", "linux-x64", "osx-x64", "osx-arm64" ] - }, - "microsoft-net-runtime-ios-net6": { - "abstract": true, - "description": "iOS Mono Runtime and AOT Workload", - "packs": [ - "Microsoft.NETCore.App.Runtime.AOT.Cross.net6.ios-arm", - "Microsoft.NETCore.App.Runtime.AOT.Cross.net6.ios-arm64", - "Microsoft.NETCore.App.Runtime.AOT.Cross.net6.iossimulator-arm64", - "Microsoft.NETCore.App.Runtime.AOT.Cross.net6.iossimulator-x64", - "Microsoft.NETCore.App.Runtime.AOT.Cross.net6.iossimulator-x86" - ], - "extends": [ "runtimes-ios-net6" ], - "platforms": [ "win-x64", "win-arm64", "osx-arm64", "osx-x64" ] - }, - "runtimes-ios-net6": { - "abstract": true, - "description": "iOS Mono Runtime Packs", - "packs": [ - "Microsoft.NETCore.App.Runtime.Mono.net6.ios-arm", - "Microsoft.NETCore.App.Runtime.Mono.net6.ios-arm64", - "Microsoft.NETCore.App.Runtime.Mono.net6.iossimulator-arm64", - "Microsoft.NETCore.App.Runtime.Mono.net6.iossimulator-x64", - "Microsoft.NETCore.App.Runtime.Mono.net6.iossimulator-x86" - ], - "extends": [ "microsoft-net-runtime-mono-tooling-net6" ], - "platforms": [ "win-x64", "win-arm64", "osx-arm64", "osx-x64" ] - }, - "microsoft-net-runtime-maccatalyst-net6": { - "abstract": true, - "description": "MacCatalyst Mono Runtime and AOT Workload", - "packs": [ - "Microsoft.NETCore.App.Runtime.AOT.Cross.net6.maccatalyst-arm64", - "Microsoft.NETCore.App.Runtime.AOT.Cross.net6.maccatalyst-x64" - ], - "extends": [ "runtimes-maccatalyst-net6" ], - "platforms": [ "win-x64", "win-arm64", "osx-arm64", "osx-x64" ] - }, - "runtimes-maccatalyst-net6": { - "abstract": true, - "description": "MacCatalyst Mono Runtime Packs", - "packs": [ - "Microsoft.NETCore.App.Runtime.Mono.net6.maccatalyst-arm64", - "Microsoft.NETCore.App.Runtime.Mono.net6.maccatalyst-x64" - ], - "extends": [ "microsoft-net-runtime-mono-tooling-net6" ], - "platforms": [ "win-x64", "win-arm64", "osx-arm64", "osx-x64" ] - }, - "microsoft-net-runtime-macos-net6": { - "abstract": true, - "description": "MacOS CoreCLR and Mono Runtime Workload", - "packs": [ - "Microsoft.NETCore.App.Runtime.Mono.net6.osx-arm64", - "Microsoft.NETCore.App.Runtime.Mono.net6.osx-x64", - "Microsoft.NETCore.App.Runtime.net6.osx-arm64", - "Microsoft.NETCore.App.Runtime.net6.osx-x64" - ], - "extends": [ "microsoft-net-runtime-mono-tooling-net6" ], - "platforms": [ "osx-arm64", "osx-x64" ] - }, - "microsoft-net-runtime-tvos-net6": { - "abstract": true, - "description": "tvOS Mono Runtime and AOT Workload", - "packs": [ - "Microsoft.NETCore.App.Runtime.AOT.Cross.net6.tvos-arm64", - "Microsoft.NETCore.App.Runtime.AOT.Cross.net6.tvossimulator-arm64", - "Microsoft.NETCore.App.Runtime.AOT.Cross.net6.tvossimulator-x64" - ], - "extends": [ "runtimes-tvos-net6" ], - "platforms": [ "win-x64", "win-arm64", "osx-arm64", "osx-x64" ] - }, - "runtimes-tvos-net6": { - "abstract": true, - "description": "tvOS Mono Runtime Packs", - "packs": [ - "Microsoft.NETCore.App.Runtime.Mono.net6.tvos-arm64", - "Microsoft.NETCore.App.Runtime.Mono.net6.tvossimulator-arm64", - "Microsoft.NETCore.App.Runtime.Mono.net6.tvossimulator-x64" - ], - "extends": [ "microsoft-net-runtime-mono-tooling-net6" ], - "platforms": [ "win-x64", "win-arm64", "osx-arm64", "osx-x64" ] - }, - "runtimes-windows-net6": { - "description": "Windows Runtime Packs", - "packs": [ - "Microsoft.NETCore.App.Runtime.net6.win-x64", - "Microsoft.NETCore.App.Runtime.net6.win-x86", - "Microsoft.NETCore.App.Runtime.net6.win-arm", - "Microsoft.NETCore.App.Runtime.net6.win-arm64" - ] - }, - "microsoft-net-runtime-mono-tooling-net6": { - "abstract": true, - "description": "Shared native build tooling for Mono runtime", - "packs": [ - "Microsoft.NET.Runtime.MonoAOTCompiler.Task.net6", - "Microsoft.NET.Runtime.MonoTargets.Sdk.net6" - ] - } - }, - "packs": { - "Microsoft.NET.Runtime.MonoAOTCompiler.Task.net6": { - "kind": "Sdk", - "version": "6.0.23", - "alias-to": { - "any": "Microsoft.NET.Runtime.MonoAOTCompiler.Task" - } - }, - "Microsoft.NET.Runtime.MonoTargets.Sdk.net6": { - "kind": "Sdk", - "version": "6.0.23", - "alias-to": { - "any": "Microsoft.NET.Runtime.MonoTargets.Sdk" - } - }, - "Microsoft.NET.Runtime.WebAssembly.Sdk.net6": { - "kind": "Sdk", - "version": "6.0.23", - "alias-to": { - "any": "Microsoft.NET.Runtime.WebAssembly.Sdk" - } - }, - "Microsoft.NETCore.App.Runtime.Mono.net6.android-arm": { - "kind": "framework", - "version": "6.0.23", - "alias-to": { - "any": "Microsoft.NETCore.App.Runtime.Mono.android-arm" - } - }, - "Microsoft.NETCore.App.Runtime.Mono.net6.android-arm64": { - "kind": "framework", - "version": "6.0.23", - "alias-to": { - "any": "Microsoft.NETCore.App.Runtime.Mono.android-arm64" - } - }, - "Microsoft.NETCore.App.Runtime.Mono.net6.android-x64": { - "kind": "framework", - "version": "6.0.23", - "alias-to": { - "any": "Microsoft.NETCore.App.Runtime.Mono.android-x64" - } - }, - "Microsoft.NETCore.App.Runtime.Mono.net6.android-x86": { - "kind": "framework", - "version": "6.0.23", - "alias-to": { - "any": "Microsoft.NETCore.App.Runtime.Mono.android-x86" - } - }, - "Microsoft.NETCore.App.Runtime.AOT.Cross.net6.android-x86": { - "kind": "Sdk", - "version": "6.0.23", - "alias-to": { - "win-x64": "Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.android-x86", - "win-arm64": "Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.android-x86", - "linux-x64": "Microsoft.NETCore.App.Runtime.AOT.linux-x64.Cross.android-x86", - "osx-x64": "Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.android-x86", - "osx-arm64": "Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.android-x86" - } - }, - "Microsoft.NETCore.App.Runtime.AOT.Cross.net6.android-x64": { - "kind": "Sdk", - "version": "6.0.23", - "alias-to": { - "win-x64": "Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.android-x64", - "win-arm64": "Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.android-x64", - "linux-x64": "Microsoft.NETCore.App.Runtime.AOT.linux-x64.Cross.android-x64", - "osx-x64": "Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.android-x64", - "osx-arm64": "Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.android-x64" - } - }, - "Microsoft.NETCore.App.Runtime.AOT.Cross.net6.android-arm": { - "kind": "Sdk", - "version": "6.0.23", - "alias-to": { - "win-x64": "Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.android-arm", - "win-arm64": "Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.android-arm", - "linux-x64": "Microsoft.NETCore.App.Runtime.AOT.linux-x64.Cross.android-arm", - "osx-x64": "Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.android-arm", - "osx-arm64": "Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.android-arm" - } - }, - "Microsoft.NETCore.App.Runtime.AOT.Cross.net6.android-arm64": { - "kind": "Sdk", - "version": "6.0.23", - "alias-to": { - "win-x64": "Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.android-arm64", - "win-arm64": "Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.android-arm64", - "linux-x64": "Microsoft.NETCore.App.Runtime.AOT.linux-x64.Cross.android-arm64", - "osx-x64": "Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.android-arm64", - "osx-arm64": "Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.android-arm64" - } - }, - "Microsoft.NETCore.App.Runtime.Mono.net6.maccatalyst-arm64": { - "kind": "framework", - "version": "6.0.23", - "alias-to": { - "any": "Microsoft.NETCore.App.Runtime.Mono.maccatalyst-arm64" - } - }, - "Microsoft.NETCore.App.Runtime.Mono.net6.maccatalyst-x64": { - "kind": "framework", - "version": "6.0.23", - "alias-to": { - "any": "Microsoft.NETCore.App.Runtime.Mono.maccatalyst-x64" - } - }, - "Microsoft.NETCore.App.Runtime.Mono.net6.osx-arm64": { - "kind": "framework", - "version": "6.0.23", - "alias-to": { - "any": "Microsoft.NETCore.App.Runtime.Mono.osx-arm64" - } - }, - "Microsoft.NETCore.App.Runtime.Mono.net6.osx-x64": { - "kind": "framework", - "version": "6.0.23", - "alias-to": { - "any": "Microsoft.NETCore.App.Runtime.Mono.osx-x64" - } - }, - "Microsoft.NETCore.App.Runtime.net6.osx-arm64": { - "kind": "framework", - "version": "6.0.23", - "alias-to": { - "any": "Microsoft.NETCore.App.Runtime.Mono.osx-arm64" - } - }, - "Microsoft.NETCore.App.Runtime.net6.osx-x64": { - "kind": "framework", - "version": "6.0.23", - "alias-to": { - "any": "Microsoft.NETCore.App.Runtime.osx-x64" - } - }, - "Microsoft.NETCore.App.Runtime.Mono.net6.ios-arm" : { - "kind": "framework", - "version": "6.0.23", - "alias-to": { - "any": "Microsoft.NETCore.App.Runtime.Mono.ios-arm" - } - }, - "Microsoft.NETCore.App.Runtime.Mono.net6.ios-arm64" : { - "kind": "framework", - "version": "6.0.23", - "alias-to": { - "any": "Microsoft.NETCore.App.Runtime.Mono.ios-arm64" - } - }, - "Microsoft.NETCore.App.Runtime.Mono.net6.iossimulator-arm64" : { - "kind": "framework", - "version": "6.0.23", - "alias-to": { - "any": "Microsoft.NETCore.App.Runtime.Mono.iossimulator-arm64" - } - }, - "Microsoft.NETCore.App.Runtime.Mono.net6.iossimulator-x64" : { - "kind": "framework", - "version": "6.0.23", - "alias-to": { - "any": "Microsoft.NETCore.App.Runtime.Mono.iossimulator-x64" - } - }, - "Microsoft.NETCore.App.Runtime.Mono.net6.iossimulator-x86" : { - "kind": "framework", - "version": "6.0.23", - "alias-to": { - "any": "Microsoft.NETCore.App.Runtime.Mono.iossimulator-x86" - } - }, - "Microsoft.NETCore.App.Runtime.AOT.Cross.net6.tvos-arm64": { - "kind": "Sdk", - "version": "6.0.23", - "alias-to": { - "osx-x64": "Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.tvos-arm64", - "osx-arm64": "Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.tvos-arm64" - } - }, - "Microsoft.NETCore.App.Runtime.Mono.net6.tvos-arm64" : { - "kind": "framework", - "version": "6.0.23", - "alias-to": { - "any": "Microsoft.NETCore.App.Runtime.Mono.tvos-arm64" - } - }, - "Microsoft.NETCore.App.Runtime.Mono.net6.tvossimulator-arm64" : { - "kind": "framework", - "version": "6.0.23", - "alias-to": { - "any": "Microsoft.NETCore.App.Runtime.Mono.tvossimulator-arm64" - } - }, - "Microsoft.NETCore.App.Runtime.Mono.net6.tvossimulator-x64" : { - "kind": "framework", - "version": "6.0.23", - "alias-to": { - "any": "Microsoft.NETCore.App.Runtime.Mono.tvossimulator-x64" - } - }, - "Microsoft.NETCore.App.Runtime.AOT.Cross.net6.maccatalyst-arm64": { - "kind": "Sdk", - "version": "6.0.23", - "alias-to": { - "osx-arm64": "Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.maccatalyst-arm64", - "osx-x64": "Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.maccatalyst-arm64" - } - }, - "Microsoft.NETCore.App.Runtime.AOT.Cross.net6.maccatalyst-x64": { - "kind": "Sdk", - "version": "6.0.23", - "alias-to": { - "osx-arm64": "Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.maccatalyst-x64", - "osx-x64": "Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.maccatalyst-x64" - } - }, - "Microsoft.NETCore.App.Runtime.AOT.Cross.net6.tvossimulator-arm64": { - "kind": "Sdk", - "version": "6.0.23", - "alias-to": { - "osx-arm64": "Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.tvossimulator-arm64", - "osx-x64": "Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.tvossimulator-arm64" - } - }, - "Microsoft.NETCore.App.Runtime.AOT.Cross.net6.tvossimulator-x64": { - "kind": "Sdk", - "version": "6.0.23", - "alias-to": { - "osx-arm64": "Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.tvossimulator-x64", - "osx-x64": "Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.tvossimulator-x64" - } - }, - "Microsoft.NETCore.App.Runtime.AOT.Cross.net6.ios-arm": { - "kind": "Sdk", - "version": "6.0.23", - "alias-to": { - "osx-x64": "Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.ios-arm", - "osx-arm64": "Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.ios-arm" - } - }, - "Microsoft.NETCore.App.Runtime.AOT.Cross.net6.ios-arm64": { - "kind": "Sdk", - "version": "6.0.23", - "alias-to": { - "osx-x64": "Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.ios-arm64", - "osx-arm64": "Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.ios-arm64" - } - }, - "Microsoft.NETCore.App.Runtime.AOT.Cross.net6.iossimulator-arm64": { - "kind": "Sdk", - "version": "6.0.23", - "alias-to": { - "osx-arm64": "Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.iossimulator-arm64", - "osx-x64": "Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.iossimulator-arm64" - } - }, - "Microsoft.NETCore.App.Runtime.AOT.Cross.net6.iossimulator-x64": { - "kind": "Sdk", - "version": "6.0.23", - "alias-to": { - "osx-arm64": "Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.iossimulator-x64", - "osx-x64": "Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.iossimulator-x64" - } - }, - "Microsoft.NETCore.App.Runtime.AOT.Cross.net6.iossimulator-x86": { - "kind": "Sdk", - "version": "6.0.23", - "alias-to": { - "osx-arm64": "Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.iossimulator-x86", - "osx-x64": "Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.iossimulator-x86" - } - }, - "Microsoft.NETCore.App.Runtime.AOT.Cross.net6.browser-wasm": { - "kind": "Sdk", - "version": "6.0.23", - "alias-to": { - "win-x64": "Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.browser-wasm", - "win-arm64": "Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.browser-wasm", - "linux-x64": "Microsoft.NETCore.App.Runtime.AOT.linux-x64.Cross.browser-wasm", - "osx-x64": "Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.browser-wasm", - "osx-arm64": "Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.browser-wasm" - } - }, - "Microsoft.NETCore.App.Runtime.Mono.net6.browser-wasm" : { - "kind": "framework", - "version": "6.0.23", - "alias-to": { - "any": "Microsoft.NETCore.App.Runtime.Mono.browser-wasm" - } - }, - "Microsoft.NETCore.App.Runtime.net6.win-x64" : { - "kind": "framework", - "version": "6.0.23", - "alias-to": { - "any": "Microsoft.NETCore.App.Runtime.win-x64" - } - }, - "Microsoft.NETCore.App.Runtime.net6.win-x86" : { - "kind": "framework", - "version": "6.0.23", - "alias-to": { - "any": "Microsoft.NETCore.App.Runtime.win-x86" - } - }, - "Microsoft.NETCore.App.Runtime.net6.win-arm" : { - "kind": "framework", - "version": "6.0.23", - "alias-to": { - "any": "Microsoft.NETCore.App.Runtime.win-arm" - } - }, - "Microsoft.NETCore.App.Runtime.net6.win-arm64" : { - "kind": "framework", - "version": "6.0.23", - "alias-to": { - "any": "Microsoft.NETCore.App.Runtime.win-arm64" - } - } - } -} diff -Nru dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.12/data/WorkloadManifest.targets dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.12/data/WorkloadManifest.targets --- dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.12/data/WorkloadManifest.targets 2023-09-28 00:34:44.000000000 +0000 +++ dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.12/data/WorkloadManifest.targets 1970-01-01 00:00:00.000000000 +0000 @@ -1,133 +0,0 @@ - - - <_RuntimePackInWorkloadVersion6>6.0.23 - true - true - - - - - false - - - - - true - $(WasmNativeWorkload) - - - - false - false - - - - false - true - - - - true - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_MonoWorkloadTargetsMobile>true - <_MonoWorkloadRuntimePackPackageVersion>$(_RuntimePackInWorkloadVersion6) - - - - - $(_MonoWorkloadRuntimePackPackageVersion) - - - - - - - - - - - - - - - - Binary files /tmp/tmp55htk883/vTlrv2udn9/dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.12/Icon.png and /tmp/tmp55htk883/3qlnbtqn9D/dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.12/Icon.png differ diff -Nru dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.12/LICENSE.TXT dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.12/LICENSE.TXT --- dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.12/LICENSE.TXT 2023-09-28 00:27:44.000000000 +0000 +++ dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.12/LICENSE.TXT 1970-01-01 00:00:00.000000000 +0000 @@ -1,23 +0,0 @@ -The MIT License (MIT) - -Copyright (c) .NET Foundation and Contributors - -All rights reserved. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -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. diff -Nru dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.12/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100.nuspec dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.12/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100.nuspec --- dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.12/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100.nuspec 2023-09-28 00:34:44.000000000 +0000 +++ dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.12/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100.nuspec 1970-01-01 00:00:00.000000000 +0000 @@ -1,21 +0,0 @@ - - - - Microsoft.NET.Workload.Mono.ToolChain.net6.Manifest-7.0.100 - 7.0.12 - Microsoft.NET.Workload.Mono.Toolchain.net6.Manifest - Microsoft - microsoft,dotnetframework - false - MIT - https://licenses.nuget.org/MIT - Icon.png - https://dot.net/ - http://go.microsoft.com/fwlink/?LinkID=288859 - Internal toolchain package not meant for direct consumption. Please do not reference directly. - https://go.microsoft.com/fwlink/?LinkID=799421 - © Microsoft Corporation. All rights reserved. - true - - - \ No newline at end of file diff -Nru dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.12/THIRD-PARTY-NOTICES.TXT dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.12/THIRD-PARTY-NOTICES.TXT --- dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.12/THIRD-PARTY-NOTICES.TXT 2023-09-28 00:27:44.000000000 +0000 +++ dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.12/THIRD-PARTY-NOTICES.TXT 1970-01-01 00:00:00.000000000 +0000 @@ -1,1145 +0,0 @@ -.NET Runtime uses third-party libraries or other resources that may be -distributed under licenses different than the .NET Runtime software. - -In the event that we accidentally failed to list a required notice, please -bring it to our attention. Post an issue or email us: - - dotnet@microsoft.com - -The attached notices are provided for information only. - -License notice for ASP.NET -------------------------------- - -Copyright (c) .NET Foundation. All rights reserved. -Licensed under the Apache License, Version 2.0. - -Available at -https://github.com/dotnet/aspnetcore/blob/main/LICENSE.txt - -License notice for Slicing-by-8 -------------------------------- - -http://sourceforge.net/projects/slicing-by-8/ - -Copyright (c) 2004-2006 Intel Corporation - All Rights Reserved - - -This software program is licensed subject to the BSD License, available at -http://www.opensource.org/licenses/bsd-license.html. - - -License notice for Unicode data -------------------------------- - -https://www.unicode.org/license.html - -Copyright © 1991-2022 Unicode, Inc. All rights reserved. -Distributed under the Terms of Use in https://www.unicode.org/copyright.html. - -Permission is hereby granted, free of charge, to any person obtaining -a copy of the Unicode data files and any associated documentation -(the "Data Files") or Unicode software and any associated documentation -(the "Software") to deal in the Data Files or Software -without restriction, including without limitation the rights to use, -copy, modify, merge, publish, distribute, and/or sell copies of -the Data Files or Software, and to permit persons to whom the Data Files -or Software are furnished to do so, provided that either -(a) this copyright and permission notice appear with all copies -of the Data Files or Software, or -(b) this copyright and permission notice appear in associated -Documentation. - -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF -ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE -WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT OF THIRD PARTY RIGHTS. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS -NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL -DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, -DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER -TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR -PERFORMANCE OF THE DATA FILES OR SOFTWARE. - -Except as contained in this notice, the name of a copyright holder -shall not be used in advertising or otherwise to promote the sale, -use or other dealings in these Data Files or Software without prior -written authorization of the copyright holder. - -License notice for Zlib ------------------------ - -https://github.com/madler/zlib -https://zlib.net/zlib_license.html - -/* zlib.h -- interface of the 'zlib' general purpose compression library - version 1.2.13, October 13th, 2022 - - Copyright (C) 1995-2022 Jean-loup Gailly and Mark Adler - - This software is provided 'as-is', without any express or implied - warranty. In no event will the authors be held liable for any damages - arising from the use of this software. - - Permission is granted to anyone to use this software for any purpose, - including commercial applications, and to alter it and redistribute it - freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - 3. This notice may not be removed or altered from any source distribution. - - Jean-loup Gailly Mark Adler - jloup@gzip.org madler@alumni.caltech.edu - -*/ - -License notice for Mono -------------------------------- - -http://www.mono-project.com/docs/about-mono/ - -Copyright (c) .NET Foundation Contributors - -MIT License - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the Software), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 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. - -License notice for International Organization for Standardization ------------------------------------------------------------------ - -Portions (C) International Organization for Standardization 1986: - Permission to copy in any form is granted for use with - conforming SGML systems and applications as defined in - ISO 8879, provided this notice is included in all copies. - -License notice for Intel ------------------------- - -"Copyright (c) 2004-2006 Intel Corporation - All Rights Reserved - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: - -1. Redistributions of source code must retain the above copyright notice, this -list of conditions and the following disclaimer. - -2. Redistributions in binary form must reproduce the above copyright notice, -this list of conditions and the following disclaimer in the documentation -and/or other materials provided with the distribution. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -License notice for Xamarin and Novell -------------------------------------- - -Copyright (c) 2015 Xamarin, Inc (http://www.xamarin.com) - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -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. - -Copyright (c) 2011 Novell, Inc (http://www.novell.com) - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -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. - -Third party notice for W3C --------------------------- - -"W3C SOFTWARE AND DOCUMENT NOTICE AND LICENSE -Status: This license takes effect 13 May, 2015. -This work is being provided by the copyright holders under the following license. -License -By obtaining and/or copying this work, you (the licensee) agree that you have read, understood, and will comply with the following terms and conditions. -Permission to copy, modify, and distribute this work, with or without modification, for any purpose and without fee or royalty is hereby granted, provided that you include the following on ALL copies of the work or portions thereof, including modifications: -The full text of this NOTICE in a location viewable to users of the redistributed or derivative work. -Any pre-existing intellectual property disclaimers, notices, or terms and conditions. If none exist, the W3C Software and Document Short Notice should be included. -Notice of any changes or modifications, through a copyright statement on the new code or document such as "This software or document includes material copied from or derived from [title and URI of the W3C document]. Copyright © [YEAR] W3C® (MIT, ERCIM, Keio, Beihang)." -Disclaimers -THIS WORK IS PROVIDED "AS IS," AND COPYRIGHT HOLDERS MAKE NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO, WARRANTIES OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE OR DOCUMENT WILL NOT INFRINGE ANY THIRD PARTY PATENTS, COPYRIGHTS, TRADEMARKS OR OTHER RIGHTS. -COPYRIGHT HOLDERS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF ANY USE OF THE SOFTWARE OR DOCUMENT. -The name and trademarks of copyright holders may NOT be used in advertising or publicity pertaining to the work without specific, written prior permission. Title to copyright in this work will at all times remain with copyright holders." - -License notice for Bit Twiddling Hacks --------------------------------------- - -Bit Twiddling Hacks - -By Sean Eron Anderson -seander@cs.stanford.edu - -Individually, the code snippets here are in the public domain (unless otherwise -noted) — feel free to use them however you please. The aggregate collection and -descriptions are © 1997-2005 Sean Eron Anderson. The code and descriptions are -distributed in the hope that they will be useful, but WITHOUT ANY WARRANTY and -without even the implied warranty of merchantability or fitness for a particular -purpose. - -License notice for Brotli --------------------------------------- - -Copyright (c) 2009, 2010, 2013-2016 by the Brotli Authors. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -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. - -compress_fragment.c: -Copyright (c) 2011, Google Inc. -All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - - * Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above -copyright notice, this list of conditions and the following disclaimer -in the documentation and/or other materials provided with the -distribution. - * Neither the name of Google Inc. nor the names of its -contributors may be used to endorse or promote products derived from -this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -""AS IS"" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -decode_fuzzer.c: -Copyright (c) 2015 The Chromium Authors. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - - * Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above -copyright notice, this list of conditions and the following disclaimer -in the documentation and/or other materials provided with the -distribution. - * Neither the name of Google Inc. nor the names of its -contributors may be used to endorse or promote products derived from -this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -""AS IS"" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE." - -License notice for Json.NET -------------------------------- - -https://github.com/JamesNK/Newtonsoft.Json/blob/master/LICENSE.md - -The MIT License (MIT) - -Copyright (c) 2007 James Newton-King - -Permission is hereby granted, free of charge, to any person obtaining a copy of -this software and associated documentation files (the "Software"), to deal in -the Software without restriction, including without limitation the rights to -use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of -the Software, and to permit persons to whom the Software is furnished to do so, -subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS -FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR -COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 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. - -License notice for vectorized base64 encoding / decoding --------------------------------------------------------- - -Copyright (c) 2005-2007, Nick Galbreath -Copyright (c) 2013-2017, Alfred Klomp -Copyright (c) 2015-2017, Wojciech Mula -Copyright (c) 2016-2017, Matthieu Darbois -All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -- Redistributions of source code must retain the above copyright notice, - this list of conditions and the following disclaimer. - -- Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS -IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED -TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED -TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR -PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF -LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING -NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -License notice for RFC 3492 ---------------------------- - -The punycode implementation is based on the sample code in RFC 3492 - -Copyright (C) The Internet Society (2003). All Rights Reserved. - -This document and translations of it may be copied and furnished to -others, and derivative works that comment on or otherwise explain it -or assist in its implementation may be prepared, copied, published -and distributed, in whole or in part, without restriction of any -kind, provided that the above copyright notice and this paragraph are -included on all such copies and derivative works. However, this -document itself may not be modified in any way, such as by removing -the copyright notice or references to the Internet Society or other -Internet organizations, except as needed for the purpose of -developing Internet standards in which case the procedures for -copyrights defined in the Internet Standards process must be -followed, or as required to translate it into languages other than -English. - -The limited permissions granted above are perpetual and will not be -revoked by the Internet Society or its successors or assigns. - -This document and the information contained herein is provided on an -"AS IS" basis and THE INTERNET SOCIETY AND THE INTERNET ENGINEERING -TASK FORCE DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING -BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION -HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF -MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. - -License notice for Algorithm from Internet Draft document "UUIDs and GUIDs" ---------------------------------------------------------------------------- - -Copyright (c) 1990- 1993, 1996 Open Software Foundation, Inc. -Copyright (c) 1989 by Hewlett-Packard Company, Palo Alto, Ca. & -Digital Equipment Corporation, Maynard, Mass. -To anyone who acknowledges that this file is provided "AS IS" -without any express or implied warranty: permission to use, copy, -modify, and distribute this file for any purpose is hereby -granted without fee, provided that the above copyright notices and -this notice appears in all source code copies, and that none of -the names of Open Software Foundation, Inc., Hewlett-Packard -Company, or Digital Equipment Corporation be used in advertising -or publicity pertaining to distribution of the software without -specific, written prior permission. Neither Open Software -Foundation, Inc., Hewlett-Packard Company, Microsoft, nor Digital Equipment -Corporation makes any representations about the suitability of -this software for any purpose. - -Copyright(C) The Internet Society 1997. All Rights Reserved. - -This document and translations of it may be copied and furnished to others, -and derivative works that comment on or otherwise explain it or assist in -its implementation may be prepared, copied, published and distributed, in -whole or in part, without restriction of any kind, provided that the above -copyright notice and this paragraph are included on all such copies and -derivative works.However, this document itself may not be modified in any -way, such as by removing the copyright notice or references to the Internet -Society or other Internet organizations, except as needed for the purpose of -developing Internet standards in which case the procedures for copyrights -defined in the Internet Standards process must be followed, or as required -to translate it into languages other than English. - -The limited permissions granted above are perpetual and will not be revoked -by the Internet Society or its successors or assigns. - -This document and the information contained herein is provided on an "AS IS" -basis and THE INTERNET SOCIETY AND THE INTERNET ENGINEERING TASK FORCE -DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO -ANY WARRANTY THAT THE USE OF THE INFORMATION HEREIN WILL NOT INFRINGE ANY -RIGHTS OR ANY IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A -PARTICULAR PURPOSE. - -License notice for Algorithm from RFC 4122 - -A Universally Unique IDentifier (UUID) URN Namespace ----------------------------------------------------- - -Copyright (c) 1990- 1993, 1996 Open Software Foundation, Inc. -Copyright (c) 1989 by Hewlett-Packard Company, Palo Alto, Ca. & -Digital Equipment Corporation, Maynard, Mass. -Copyright (c) 1998 Microsoft. -To anyone who acknowledges that this file is provided "AS IS" -without any express or implied warranty: permission to use, copy, -modify, and distribute this file for any purpose is hereby -granted without fee, provided that the above copyright notices and -this notice appears in all source code copies, and that none of -the names of Open Software Foundation, Inc., Hewlett-Packard -Company, Microsoft, or Digital Equipment Corporation be used in -advertising or publicity pertaining to distribution of the software -without specific, written prior permission. Neither Open Software -Foundation, Inc., Hewlett-Packard Company, Microsoft, nor Digital -Equipment Corporation makes any representations about the -suitability of this software for any purpose." - -License notice for The LLVM Compiler Infrastructure ---------------------------------------------------- - -Developed by: - - LLVM Team - - University of Illinois at Urbana-Champaign - - http://llvm.org - -Permission is hereby granted, free of charge, to any person obtaining a copy of -this software and associated documentation files (the "Software"), to deal with -the Software without restriction, including without limitation the rights to -use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies -of the Software, and to permit persons to whom the Software is furnished to do -so, subject to the following conditions: - - * Redistributions of source code must retain the above copyright notice, - this list of conditions and the following disclaimers. - - * Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimers in the - documentation and/or other materials provided with the distribution. - - * Neither the names of the LLVM Team, University of Illinois at - Urbana-Champaign, nor the names of its contributors may be used to - endorse or promote products derived from this Software without specific - prior written permission. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS -FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -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 WITH THE -SOFTWARE. - -License notice for Bob Jenkins ------------------------------- - -By Bob Jenkins, 1996. bob_jenkins@burtleburtle.net. You may use this -code any way you wish, private, educational, or commercial. It's free. - -License notice for Greg Parker ------------------------------- - -Greg Parker gparker@cs.stanford.edu December 2000 -This code is in the public domain and may be copied or modified without -permission. - -License notice for libunwind based code ----------------------------------------- - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 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. - -License notice for Printing Floating-Point Numbers (Dragon4) ------------------------------------------------------------- - -/****************************************************************************** - Copyright (c) 2014 Ryan Juckett - http://www.ryanjuckett.com/ - - This software is provided 'as-is', without any express or implied - warranty. In no event will the authors be held liable for any damages - arising from the use of this software. - - Permission is granted to anyone to use this software for any purpose, - including commercial applications, and to alter it and redistribute it - freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. -******************************************************************************/ - -License notice for Printing Floating-point Numbers (Grisu3) ------------------------------------------------------------ - -Copyright 2012 the V8 project authors. All rights reserved. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. - * Neither the name of Google Inc. nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -License notice for xxHash -------------------------- - -xxHash Library -Copyright (c) 2012-2014, Yann Collet -All rights reserved. - -Redistribution and use in source and binary forms, with or without modification, -are permitted provided that the following conditions are met: - -* Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. - -* Redistributions in binary form must reproduce the above copyright notice, this - list of conditions and the following disclaimer in the documentation and/or - other materials provided with the distribution. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND -ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR -ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES -(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -License notice for Berkeley SoftFloat Release 3e ------------------------------------------------- - -https://github.com/ucb-bar/berkeley-softfloat-3 -https://github.com/ucb-bar/berkeley-softfloat-3/blob/master/COPYING.txt - -License for Berkeley SoftFloat Release 3e - -John R. Hauser -2018 January 20 - -The following applies to the whole of SoftFloat Release 3e as well as to -each source file individually. - -Copyright 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 The Regents of the -University of California. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: - - 1. Redistributions of source code must retain the above copyright notice, - this list of conditions, and the following disclaimer. - - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions, and the following disclaimer in the - documentation and/or other materials provided with the distribution. - - 3. Neither the name of the University nor the names of its contributors - may be used to endorse or promote products derived from this software - without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS "AS IS", AND ANY -EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE, ARE -DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY -DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES -(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND -ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF -THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -License notice for xoshiro RNGs --------------------------------- - -Written in 2018 by David Blackman and Sebastiano Vigna (vigna@acm.org) - -To the extent possible under law, the author has dedicated all copyright -and related and neighboring rights to this software to the public domain -worldwide. This software is distributed without any warranty. - -See . - -License for fastmod (https://github.com/lemire/fastmod) and ibm-fpgen (https://github.com/nigeltao/parse-number-fxx-test-data) --------------------------------------- - - Copyright 2018 Daniel Lemire - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - -License for sse4-strstr (https://github.com/WojciechMula/sse4-strstr) --------------------------------------- - - Copyright (c) 2008-2016, Wojciech Muła - All rights reserved. - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions are - met: - - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. - - THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS - IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED - TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A - PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT - HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED - TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR - PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF - LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING - NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS - SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -License notice for The C++ REST SDK ------------------------------------ - -C++ REST SDK - -The MIT License (MIT) - -Copyright (c) Microsoft Corporation - -All rights reserved. - -Permission is hereby granted, free of charge, to any person obtaining a copy of -this software and associated documentation files (the "Software"), to deal in -the Software without restriction, including without limitation the rights to -use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of -the Software, and to permit persons to whom the Software is furnished to do so, -subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -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. - -License notice for MessagePack-CSharp -------------------------------------- - -MessagePack for C# - -MIT License - -Copyright (c) 2017 Yoshifumi Kawai - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -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. - -License notice for lz4net -------------------------------------- - -lz4net - -Copyright (c) 2013-2017, Milosz Krajewski - -All rights reserved. - -Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - -Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. - -Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -License notice for Nerdbank.Streams ------------------------------------ - -The MIT License (MIT) - -Copyright (c) Andrew Arnott - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -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. - -License notice for RapidJSON ----------------------------- - -Tencent is pleased to support the open source community by making RapidJSON available. - -Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip. All rights reserved. - -Licensed under the MIT License (the "License"); you may not use this file except -in compliance with the License. You may obtain a copy of the License at - -http://opensource.org/licenses/MIT - -Unless required by applicable law or agreed to in writing, software distributed -under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR -CONDITIONS OF ANY KIND, either express or implied. See the License for the -specific language governing permissions and limitations under the License. - -License notice for DirectX Math Library ---------------------------------------- - -https://github.com/microsoft/DirectXMath/blob/master/LICENSE - - The MIT License (MIT) - -Copyright (c) 2011-2020 Microsoft Corp - -Permission is hereby granted, free of charge, to any person obtaining a copy of this -software and associated documentation files (the "Software"), to deal in the Software -without restriction, including without limitation the rights to use, copy, modify, -merge, publish, distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to the following -conditions: - -The above copyright notice and this permission notice shall be included in all copies -or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, -INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A -PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT -HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 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. - -License notice for ldap4net ---------------------------- - -The MIT License (MIT) - -Copyright (c) 2018 Alexander Chermyanin - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 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. - -License notice for vectorized sorting code ------------------------------------------- - -MIT License - -Copyright (c) 2020 Dan Shechter - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -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. - -License notice for musl ------------------------ - -musl as a whole is licensed under the following standard MIT license: - -Copyright © 2005-2020 Rich Felker, et al. - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY -CLAIM, DAMAGES OR OTHER 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. - - -License notice for "Faster Unsigned Division by Constants" ------------------------------- - -Reference implementations of computing and using the "magic number" approach to dividing -by constants, including codegen instructions. The unsigned division incorporates the -"round down" optimization per ridiculous_fish. - -This is free and unencumbered software. Any copyright is dedicated to the Public Domain. - - -License notice for mimalloc ------------------------------------ - -MIT License - -Copyright (c) 2019 Microsoft Corporation, Daan Leijen - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -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. - -License for remote stack unwind (https://github.com/llvm/llvm-project/blob/main/lldb/source/Symbol/CompactUnwindInfo.cpp) --------------------------------------- - -Copyright 2019 LLVM Project - -Licensed under the Apache License, Version 2.0 (the "License") with LLVM Exceptions; -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - -https://llvm.org/LICENSE.txt - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. - -License notice for Apple header files -------------------------------------- - -Copyright (c) 1980, 1986, 1993 - The Regents of the University of California. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: -1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. -2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. -3. All advertising materials mentioning features or use of this software - must display the following acknowledgement: - This product includes software developed by the University of - California, Berkeley and its contributors. -4. Neither the name of the University nor the names of its contributors - may be used to endorse or promote products derived from this software - without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND -ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS -OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY -OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF -SUCH DAMAGE. - -License notice for JavaScript queues -------------------------------------- - -CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED HEREUNDER. - -Statement of Purpose -The laws of most jurisdictions throughout the world automatically confer exclusive Copyright and Related Rights (defined below) upon the creator and subsequent owner(s) (each and all, an "owner") of an original work of authorship and/or a database (each, a "Work"). -Certain owners wish to permanently relinquish those rights to a Work for the purpose of contributing to a commons of creative, cultural and scientific works ("Commons") that the public can reliably and without fear of later claims of infringement build upon, modify, incorporate in other works, reuse and redistribute as freely as possible in any form whatsoever and for any purposes, including without limitation commercial purposes. These owners may contribute to the Commons to promote the ideal of a free culture and the further production of creative, cultural and scientific works, or to gain reputation or greater distribution for their Work in part through the use and efforts of others. -For these and/or other purposes and motivations, and without any expectation of additional consideration or compensation, the person associating CC0 with a Work (the "Affirmer"), to the extent that he or she is an owner of Copyright and Related Rights in the Work, voluntarily elects to apply CC0 to the Work and publicly distribute the Work under its terms, with knowledge of his or her Copyright and Related Rights in the Work and the meaning and intended legal effect of CC0 on those rights. - -1. Copyright and Related Rights. A Work made available under CC0 may be protected by copyright and related or neighboring rights ("Copyright and Related Rights"). Copyright and Related Rights include, but are not limited to, the following: -the right to reproduce, adapt, distribute, perform, display, communicate, and translate a Work; -moral rights retained by the original author(s) and/or performer(s); -publicity and privacy rights pertaining to a person's image or likeness depicted in a Work; -rights protecting against unfair competition in regards to a Work, subject to the limitations in paragraph 4(a), below; -rights protecting the extraction, dissemination, use and reuse of data in a Work; -database rights (such as those arising under Directive 96/9/EC of the European Parliament and of the Council of 11 March 1996 on the legal protection of databases, and under any national implementation thereof, including any amended or successor version of such directive); and -other similar, equivalent or corresponding rights throughout the world based on applicable law or treaty, and any national implementations thereof. -2. Waiver. To the greatest extent permitted by, but not in contravention of, applicable law, Affirmer hereby overtly, fully, permanently, irrevocably and unconditionally waives, abandons, and surrenders all of Affirmer's Copyright and Related Rights and associated claims and causes of action, whether now known or unknown (including existing as well as future claims and causes of action), in the Work (i) in all territories worldwide, (ii) for the maximum duration provided by applicable law or treaty (including future time extensions), (iii) in any current or future medium and for any number of copies, and (iv) for any purpose whatsoever, including without limitation commercial, advertising or promotional purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each member of the public at large and to the detriment of Affirmer's heirs and successors, fully intending that such Waiver shall not be subject to revocation, rescission, cancellation, termination, or any other legal or equitable action to disrupt the quiet enjoyment of the Work by the public as contemplated by Affirmer's express Statement of Purpose. -3. Public License Fallback. Should any part of the Waiver for any reason be judged legally invalid or ineffective under applicable law, then the Waiver shall be preserved to the maximum extent permitted taking into account Affirmer's express Statement of Purpose. In addition, to the extent the Waiver is so judged Affirmer hereby grants to each affected person a royalty-free, non transferable, non sublicensable, non exclusive, irrevocable and unconditional license to exercise Affirmer's Copyright and Related Rights in the Work (i) in all territories worldwide, (ii) for the maximum duration provided by applicable law or treaty (including future time extensions), (iii) in any current or future medium and for any number of copies, and (iv) for any purpose whatsoever, including without limitation commercial, advertising or promotional purposes (the "License"). The License shall be deemed effective as of the date CC0 was applied by Affirmer to the Work. Should any part of the License for any reason be judged legally invalid or ineffective under applicable law, such partial invalidity or ineffectiveness shall not invalidate the remainder of the License, and in such case Affirmer hereby affirms that he or she will not (i) exercise any of his or her remaining Copyright and Related Rights in the Work or (ii) assert any associated claims and causes of action with respect to the Work, in either case contrary to Affirmer's express Statement of Purpose. -4. Limitations and Disclaimers. -a. No trademark or patent rights held by Affirmer are waived, abandoned, surrendered, licensed or otherwise affected by this document. -b. Affirmer offers the Work as-is and makes no representations or warranties of any kind concerning the Work, express, implied, statutory or otherwise, including without limitation warranties of title, merchantability, fitness for a particular purpose, non infringement, or the absence of latent or other defects, accuracy, or the present or absence of errors, whether or not discoverable, all to the greatest extent permissible under applicable law. -c. Affirmer disclaims responsibility for clearing rights of other persons that may apply to the Work or any use thereof, including without limitation any person's Copyright and Related Rights in the Work. Further, Affirmer disclaims responsibility for obtaining any necessary consents, permissions or other rights required for any use of the Work. -d. Affirmer understands and acknowledges that Creative Commons is not a party to this document and has no duty or obligation with respect to this CC0 or use of the Work. - - -License notice for FastFloat algorithm -------------------------------------- -MIT License -Copyright (c) 2021 csFastFloat authors -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -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. - -License notice for MsQuic --------------------------------------- - -Copyright (c) Microsoft Corporation. -Licensed under the MIT License. - -Available at -https://github.com/microsoft/msquic/blob/main/LICENSE - -License notice for m-ou-se/floatconv -------------------------------- - -Copyright (c) 2020 Mara Bos -All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: - -1. Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. -2. Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND -ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR -ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES -(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND -ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -License notice for code from The Practice of Programming -------------------------------- - -Copyright (C) 1999 Lucent Technologies - -Excerpted from 'The Practice of Programming -by Brian W. Kernighan and Rob Pike - -You may use this code for any purpose, as long as you leave the copyright notice and book citation attached. - -Notice for Euclidean Affine Functions and Applications to Calendar -Algorithms -------------------------------- - -Aspects of Date/Time processing based on algorithm described in "Euclidean Affine Functions and Applications to Calendar -Algorithms", Cassio Neri and Lorenz Schneider. https://arxiv.org/pdf/2102.06959.pdf - -License notice for amd/aocl-libm-ose -------------------------------- - -Copyright (C) 2008-2020 Advanced Micro Devices, Inc. All rights reserved. - -Redistribution and use in source and binary forms, with or without modification, -are permitted provided that the following conditions are met: -1. Redistributions of source code must retain the above copyright notice, - this list of conditions and the following disclaimer. -2. Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. -3. Neither the name of the copyright holder nor the names of its contributors - may be used to endorse or promote products derived from this software without - specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND -ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, -OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, -WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. diff -Nru dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.13/data/localize/WorkloadManifest.cs.json dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.13/data/localize/WorkloadManifest.cs.json --- dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.13/data/localize/WorkloadManifest.cs.json 1970-01-01 00:00:00.000000000 +0000 +++ dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.13/data/localize/WorkloadManifest.cs.json 2023-10-18 22:36:08.000000000 +0000 @@ -0,0 +1,3 @@ +{ + "workloads/wasm-tools-net6/description": "Nástroje pro sestavení .NET WebAssembly" +} \ No newline at end of file diff -Nru dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.13/data/localize/WorkloadManifest.de.json dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.13/data/localize/WorkloadManifest.de.json --- dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.13/data/localize/WorkloadManifest.de.json 1970-01-01 00:00:00.000000000 +0000 +++ dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.13/data/localize/WorkloadManifest.de.json 2023-10-18 22:36:08.000000000 +0000 @@ -0,0 +1,3 @@ +{ + "workloads/wasm-tools-net6/description": ".NET WebAssembly-Buildtools" +} \ No newline at end of file diff -Nru dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.13/data/localize/WorkloadManifest.en.json dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.13/data/localize/WorkloadManifest.en.json --- dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.13/data/localize/WorkloadManifest.en.json 1970-01-01 00:00:00.000000000 +0000 +++ dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.13/data/localize/WorkloadManifest.en.json 2023-10-18 22:36:08.000000000 +0000 @@ -0,0 +1,3 @@ +{ + "workloads/wasm-tools-net6/description": ".NET WebAssembly build tools" +} \ No newline at end of file diff -Nru dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.13/data/localize/WorkloadManifest.es.json dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.13/data/localize/WorkloadManifest.es.json --- dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.13/data/localize/WorkloadManifest.es.json 1970-01-01 00:00:00.000000000 +0000 +++ dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.13/data/localize/WorkloadManifest.es.json 2023-10-18 22:36:08.000000000 +0000 @@ -0,0 +1,3 @@ +{ + "workloads/wasm-tools-net6/description": "Herramientas de compilación de WebAssembly de .NET" +} \ No newline at end of file diff -Nru dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.13/data/localize/WorkloadManifest.fr.json dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.13/data/localize/WorkloadManifest.fr.json --- dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.13/data/localize/WorkloadManifest.fr.json 1970-01-01 00:00:00.000000000 +0000 +++ dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.13/data/localize/WorkloadManifest.fr.json 2023-10-18 22:36:08.000000000 +0000 @@ -0,0 +1,3 @@ +{ + "workloads/wasm-tools-net6/description": "Outils de construction .NET WebAssembly" +} \ No newline at end of file diff -Nru dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.13/data/localize/WorkloadManifest.it.json dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.13/data/localize/WorkloadManifest.it.json --- dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.13/data/localize/WorkloadManifest.it.json 1970-01-01 00:00:00.000000000 +0000 +++ dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.13/data/localize/WorkloadManifest.it.json 2023-10-18 22:36:08.000000000 +0000 @@ -0,0 +1,3 @@ +{ + "workloads/wasm-tools-net6/description": "Strumenti di compilazione WebAssembly .NET" +} \ No newline at end of file diff -Nru dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.13/data/localize/WorkloadManifest.ja.json dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.13/data/localize/WorkloadManifest.ja.json --- dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.13/data/localize/WorkloadManifest.ja.json 1970-01-01 00:00:00.000000000 +0000 +++ dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.13/data/localize/WorkloadManifest.ja.json 2023-10-18 22:36:08.000000000 +0000 @@ -0,0 +1,3 @@ +{ + "workloads/wasm-tools-net6/description": ".NET WebAssembly ビルド ツール" +} \ No newline at end of file diff -Nru dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.13/data/localize/WorkloadManifest.ko.json dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.13/data/localize/WorkloadManifest.ko.json --- dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.13/data/localize/WorkloadManifest.ko.json 1970-01-01 00:00:00.000000000 +0000 +++ dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.13/data/localize/WorkloadManifest.ko.json 2023-10-18 22:36:08.000000000 +0000 @@ -0,0 +1,3 @@ +{ + "workloads/wasm-tools-net6/description": ".NET WebAssembly 빌드 도구" +} \ No newline at end of file diff -Nru dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.13/data/localize/WorkloadManifest.pl.json dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.13/data/localize/WorkloadManifest.pl.json --- dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.13/data/localize/WorkloadManifest.pl.json 1970-01-01 00:00:00.000000000 +0000 +++ dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.13/data/localize/WorkloadManifest.pl.json 2023-10-18 22:36:08.000000000 +0000 @@ -0,0 +1,3 @@ +{ + "workloads/wasm-tools-net6/description": "Narzędzia kompilacji zestawu WebAssembly platformy .NET" +} \ No newline at end of file diff -Nru dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.13/data/localize/WorkloadManifest.pt-BR.json dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.13/data/localize/WorkloadManifest.pt-BR.json --- dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.13/data/localize/WorkloadManifest.pt-BR.json 1970-01-01 00:00:00.000000000 +0000 +++ dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.13/data/localize/WorkloadManifest.pt-BR.json 2023-10-18 22:36:08.000000000 +0000 @@ -0,0 +1,3 @@ +{ + "workloads/wasm-tools-net6/description": "Ferramentas de build do .NET WebAssembly" +} \ No newline at end of file diff -Nru dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.13/data/localize/WorkloadManifest.ru.json dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.13/data/localize/WorkloadManifest.ru.json --- dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.13/data/localize/WorkloadManifest.ru.json 1970-01-01 00:00:00.000000000 +0000 +++ dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.13/data/localize/WorkloadManifest.ru.json 2023-10-18 22:36:08.000000000 +0000 @@ -0,0 +1,3 @@ +{ + "workloads/wasm-tools-net6/description": "Средства сборки WebAssembly .NET" +} \ No newline at end of file diff -Nru dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.13/data/localize/WorkloadManifest.tr.json dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.13/data/localize/WorkloadManifest.tr.json --- dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.13/data/localize/WorkloadManifest.tr.json 1970-01-01 00:00:00.000000000 +0000 +++ dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.13/data/localize/WorkloadManifest.tr.json 2023-10-18 22:36:08.000000000 +0000 @@ -0,0 +1,3 @@ +{ + "workloads/wasm-tools-net6/description": ".NET WebAssembly derleme araçları" +} \ No newline at end of file diff -Nru dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.13/data/localize/WorkloadManifest.zh-Hans.json dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.13/data/localize/WorkloadManifest.zh-Hans.json --- dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.13/data/localize/WorkloadManifest.zh-Hans.json 1970-01-01 00:00:00.000000000 +0000 +++ dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.13/data/localize/WorkloadManifest.zh-Hans.json 2023-10-18 22:36:08.000000000 +0000 @@ -0,0 +1,3 @@ +{ + "workloads/wasm-tools-net6/description": ".NET WebAssembly 生成工具" +} \ No newline at end of file diff -Nru dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.13/data/localize/WorkloadManifest.zh-Hant.json dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.13/data/localize/WorkloadManifest.zh-Hant.json --- dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.13/data/localize/WorkloadManifest.zh-Hant.json 1970-01-01 00:00:00.000000000 +0000 +++ dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.13/data/localize/WorkloadManifest.zh-Hant.json 2023-10-18 22:36:08.000000000 +0000 @@ -0,0 +1,3 @@ +{ + "workloads/wasm-tools-net6/description": ".NET WebAssembly 組建工具" +} \ No newline at end of file diff -Nru dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.13/data/WorkloadManifest.json dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.13/data/WorkloadManifest.json --- dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.13/data/WorkloadManifest.json 1970-01-01 00:00:00.000000000 +0000 +++ dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.13/data/WorkloadManifest.json 2023-10-18 22:43:08.000000000 +0000 @@ -0,0 +1,458 @@ +{ + "version": "7.0.13", + "depends-on": { + "Microsoft.NET.Workload.Emscripten.net6": "7.0.13" + }, + "workloads": { + "wasm-tools-net6": { + "description": ".NET WebAssembly build tools for net6.0", + "packs": [ + "Microsoft.NET.Runtime.WebAssembly.Sdk.net6", + "Microsoft.NETCore.App.Runtime.Mono.net6.browser-wasm", + "Microsoft.NETCore.App.Runtime.AOT.Cross.net6.browser-wasm" + ], + "extends": [ "microsoft-net-runtime-mono-tooling-net6", "microsoft-net-sdk-emscripten-net6" ], + "platforms": [ "win-x64", "win-arm64", "linux-x64", "osx-x64", "osx-arm64" ] + }, + "microsoft-net-runtime-android-net6": { + "abstract": true, + "description": "Android Mono Runtime", + "packs": [ + "Microsoft.NETCore.App.Runtime.Mono.net6.android-arm", + "Microsoft.NETCore.App.Runtime.Mono.net6.android-arm64", + "Microsoft.NETCore.App.Runtime.Mono.net6.android-x64", + "Microsoft.NETCore.App.Runtime.Mono.net6.android-x86" + ], + "extends": [ "microsoft-net-runtime-mono-tooling-net6" ], + "platforms": [ "win-x64", "win-arm64", "linux-x64", "osx-x64", "osx-arm64" ] + }, + "microsoft-net-runtime-android-aot-net6": { + "abstract": true, + "description": "Android Mono AOT Workload", + "packs": [ + "Microsoft.NETCore.App.Runtime.AOT.Cross.net6.android-x86", + "Microsoft.NETCore.App.Runtime.AOT.Cross.net6.android-x64", + "Microsoft.NETCore.App.Runtime.AOT.Cross.net6.android-arm", + "Microsoft.NETCore.App.Runtime.AOT.Cross.net6.android-arm64" + ], + "extends": [ "microsoft-net-runtime-android-net6" ], + "platforms": [ "win-x64", "win-arm64", "linux-x64", "osx-x64", "osx-arm64" ] + }, + "microsoft-net-runtime-ios-net6": { + "abstract": true, + "description": "iOS Mono Runtime and AOT Workload", + "packs": [ + "Microsoft.NETCore.App.Runtime.AOT.Cross.net6.ios-arm", + "Microsoft.NETCore.App.Runtime.AOT.Cross.net6.ios-arm64", + "Microsoft.NETCore.App.Runtime.AOT.Cross.net6.iossimulator-arm64", + "Microsoft.NETCore.App.Runtime.AOT.Cross.net6.iossimulator-x64", + "Microsoft.NETCore.App.Runtime.AOT.Cross.net6.iossimulator-x86" + ], + "extends": [ "runtimes-ios-net6" ], + "platforms": [ "win-x64", "win-arm64", "osx-arm64", "osx-x64" ] + }, + "runtimes-ios-net6": { + "abstract": true, + "description": "iOS Mono Runtime Packs", + "packs": [ + "Microsoft.NETCore.App.Runtime.Mono.net6.ios-arm", + "Microsoft.NETCore.App.Runtime.Mono.net6.ios-arm64", + "Microsoft.NETCore.App.Runtime.Mono.net6.iossimulator-arm64", + "Microsoft.NETCore.App.Runtime.Mono.net6.iossimulator-x64", + "Microsoft.NETCore.App.Runtime.Mono.net6.iossimulator-x86" + ], + "extends": [ "microsoft-net-runtime-mono-tooling-net6" ], + "platforms": [ "win-x64", "win-arm64", "osx-arm64", "osx-x64" ] + }, + "microsoft-net-runtime-maccatalyst-net6": { + "abstract": true, + "description": "MacCatalyst Mono Runtime and AOT Workload", + "packs": [ + "Microsoft.NETCore.App.Runtime.AOT.Cross.net6.maccatalyst-arm64", + "Microsoft.NETCore.App.Runtime.AOT.Cross.net6.maccatalyst-x64" + ], + "extends": [ "runtimes-maccatalyst-net6" ], + "platforms": [ "win-x64", "win-arm64", "osx-arm64", "osx-x64" ] + }, + "runtimes-maccatalyst-net6": { + "abstract": true, + "description": "MacCatalyst Mono Runtime Packs", + "packs": [ + "Microsoft.NETCore.App.Runtime.Mono.net6.maccatalyst-arm64", + "Microsoft.NETCore.App.Runtime.Mono.net6.maccatalyst-x64" + ], + "extends": [ "microsoft-net-runtime-mono-tooling-net6" ], + "platforms": [ "win-x64", "win-arm64", "osx-arm64", "osx-x64" ] + }, + "microsoft-net-runtime-macos-net6": { + "abstract": true, + "description": "MacOS CoreCLR and Mono Runtime Workload", + "packs": [ + "Microsoft.NETCore.App.Runtime.Mono.net6.osx-arm64", + "Microsoft.NETCore.App.Runtime.Mono.net6.osx-x64", + "Microsoft.NETCore.App.Runtime.net6.osx-arm64", + "Microsoft.NETCore.App.Runtime.net6.osx-x64" + ], + "extends": [ "microsoft-net-runtime-mono-tooling-net6" ], + "platforms": [ "osx-arm64", "osx-x64" ] + }, + "microsoft-net-runtime-tvos-net6": { + "abstract": true, + "description": "tvOS Mono Runtime and AOT Workload", + "packs": [ + "Microsoft.NETCore.App.Runtime.AOT.Cross.net6.tvos-arm64", + "Microsoft.NETCore.App.Runtime.AOT.Cross.net6.tvossimulator-arm64", + "Microsoft.NETCore.App.Runtime.AOT.Cross.net6.tvossimulator-x64" + ], + "extends": [ "runtimes-tvos-net6" ], + "platforms": [ "win-x64", "win-arm64", "osx-arm64", "osx-x64" ] + }, + "runtimes-tvos-net6": { + "abstract": true, + "description": "tvOS Mono Runtime Packs", + "packs": [ + "Microsoft.NETCore.App.Runtime.Mono.net6.tvos-arm64", + "Microsoft.NETCore.App.Runtime.Mono.net6.tvossimulator-arm64", + "Microsoft.NETCore.App.Runtime.Mono.net6.tvossimulator-x64" + ], + "extends": [ "microsoft-net-runtime-mono-tooling-net6" ], + "platforms": [ "win-x64", "win-arm64", "osx-arm64", "osx-x64" ] + }, + "runtimes-windows-net6": { + "description": "Windows Runtime Packs", + "packs": [ + "Microsoft.NETCore.App.Runtime.net6.win-x64", + "Microsoft.NETCore.App.Runtime.net6.win-x86", + "Microsoft.NETCore.App.Runtime.net6.win-arm", + "Microsoft.NETCore.App.Runtime.net6.win-arm64" + ] + }, + "microsoft-net-runtime-mono-tooling-net6": { + "abstract": true, + "description": "Shared native build tooling for Mono runtime", + "packs": [ + "Microsoft.NET.Runtime.MonoAOTCompiler.Task.net6", + "Microsoft.NET.Runtime.MonoTargets.Sdk.net6" + ] + } + }, + "packs": { + "Microsoft.NET.Runtime.MonoAOTCompiler.Task.net6": { + "kind": "Sdk", + "version": "6.0.24", + "alias-to": { + "any": "Microsoft.NET.Runtime.MonoAOTCompiler.Task" + } + }, + "Microsoft.NET.Runtime.MonoTargets.Sdk.net6": { + "kind": "Sdk", + "version": "6.0.24", + "alias-to": { + "any": "Microsoft.NET.Runtime.MonoTargets.Sdk" + } + }, + "Microsoft.NET.Runtime.WebAssembly.Sdk.net6": { + "kind": "Sdk", + "version": "6.0.24", + "alias-to": { + "any": "Microsoft.NET.Runtime.WebAssembly.Sdk" + } + }, + "Microsoft.NETCore.App.Runtime.Mono.net6.android-arm": { + "kind": "framework", + "version": "6.0.24", + "alias-to": { + "any": "Microsoft.NETCore.App.Runtime.Mono.android-arm" + } + }, + "Microsoft.NETCore.App.Runtime.Mono.net6.android-arm64": { + "kind": "framework", + "version": "6.0.24", + "alias-to": { + "any": "Microsoft.NETCore.App.Runtime.Mono.android-arm64" + } + }, + "Microsoft.NETCore.App.Runtime.Mono.net6.android-x64": { + "kind": "framework", + "version": "6.0.24", + "alias-to": { + "any": "Microsoft.NETCore.App.Runtime.Mono.android-x64" + } + }, + "Microsoft.NETCore.App.Runtime.Mono.net6.android-x86": { + "kind": "framework", + "version": "6.0.24", + "alias-to": { + "any": "Microsoft.NETCore.App.Runtime.Mono.android-x86" + } + }, + "Microsoft.NETCore.App.Runtime.AOT.Cross.net6.android-x86": { + "kind": "Sdk", + "version": "6.0.24", + "alias-to": { + "win-x64": "Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.android-x86", + "win-arm64": "Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.android-x86", + "linux-x64": "Microsoft.NETCore.App.Runtime.AOT.linux-x64.Cross.android-x86", + "osx-x64": "Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.android-x86", + "osx-arm64": "Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.android-x86" + } + }, + "Microsoft.NETCore.App.Runtime.AOT.Cross.net6.android-x64": { + "kind": "Sdk", + "version": "6.0.24", + "alias-to": { + "win-x64": "Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.android-x64", + "win-arm64": "Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.android-x64", + "linux-x64": "Microsoft.NETCore.App.Runtime.AOT.linux-x64.Cross.android-x64", + "osx-x64": "Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.android-x64", + "osx-arm64": "Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.android-x64" + } + }, + "Microsoft.NETCore.App.Runtime.AOT.Cross.net6.android-arm": { + "kind": "Sdk", + "version": "6.0.24", + "alias-to": { + "win-x64": "Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.android-arm", + "win-arm64": "Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.android-arm", + "linux-x64": "Microsoft.NETCore.App.Runtime.AOT.linux-x64.Cross.android-arm", + "osx-x64": "Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.android-arm", + "osx-arm64": "Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.android-arm" + } + }, + "Microsoft.NETCore.App.Runtime.AOT.Cross.net6.android-arm64": { + "kind": "Sdk", + "version": "6.0.24", + "alias-to": { + "win-x64": "Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.android-arm64", + "win-arm64": "Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.android-arm64", + "linux-x64": "Microsoft.NETCore.App.Runtime.AOT.linux-x64.Cross.android-arm64", + "osx-x64": "Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.android-arm64", + "osx-arm64": "Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.android-arm64" + } + }, + "Microsoft.NETCore.App.Runtime.Mono.net6.maccatalyst-arm64": { + "kind": "framework", + "version": "6.0.24", + "alias-to": { + "any": "Microsoft.NETCore.App.Runtime.Mono.maccatalyst-arm64" + } + }, + "Microsoft.NETCore.App.Runtime.Mono.net6.maccatalyst-x64": { + "kind": "framework", + "version": "6.0.24", + "alias-to": { + "any": "Microsoft.NETCore.App.Runtime.Mono.maccatalyst-x64" + } + }, + "Microsoft.NETCore.App.Runtime.Mono.net6.osx-arm64": { + "kind": "framework", + "version": "6.0.24", + "alias-to": { + "any": "Microsoft.NETCore.App.Runtime.Mono.osx-arm64" + } + }, + "Microsoft.NETCore.App.Runtime.Mono.net6.osx-x64": { + "kind": "framework", + "version": "6.0.24", + "alias-to": { + "any": "Microsoft.NETCore.App.Runtime.Mono.osx-x64" + } + }, + "Microsoft.NETCore.App.Runtime.net6.osx-arm64": { + "kind": "framework", + "version": "6.0.24", + "alias-to": { + "any": "Microsoft.NETCore.App.Runtime.Mono.osx-arm64" + } + }, + "Microsoft.NETCore.App.Runtime.net6.osx-x64": { + "kind": "framework", + "version": "6.0.24", + "alias-to": { + "any": "Microsoft.NETCore.App.Runtime.osx-x64" + } + }, + "Microsoft.NETCore.App.Runtime.Mono.net6.ios-arm" : { + "kind": "framework", + "version": "6.0.24", + "alias-to": { + "any": "Microsoft.NETCore.App.Runtime.Mono.ios-arm" + } + }, + "Microsoft.NETCore.App.Runtime.Mono.net6.ios-arm64" : { + "kind": "framework", + "version": "6.0.24", + "alias-to": { + "any": "Microsoft.NETCore.App.Runtime.Mono.ios-arm64" + } + }, + "Microsoft.NETCore.App.Runtime.Mono.net6.iossimulator-arm64" : { + "kind": "framework", + "version": "6.0.24", + "alias-to": { + "any": "Microsoft.NETCore.App.Runtime.Mono.iossimulator-arm64" + } + }, + "Microsoft.NETCore.App.Runtime.Mono.net6.iossimulator-x64" : { + "kind": "framework", + "version": "6.0.24", + "alias-to": { + "any": "Microsoft.NETCore.App.Runtime.Mono.iossimulator-x64" + } + }, + "Microsoft.NETCore.App.Runtime.Mono.net6.iossimulator-x86" : { + "kind": "framework", + "version": "6.0.24", + "alias-to": { + "any": "Microsoft.NETCore.App.Runtime.Mono.iossimulator-x86" + } + }, + "Microsoft.NETCore.App.Runtime.AOT.Cross.net6.tvos-arm64": { + "kind": "Sdk", + "version": "6.0.24", + "alias-to": { + "osx-x64": "Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.tvos-arm64", + "osx-arm64": "Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.tvos-arm64" + } + }, + "Microsoft.NETCore.App.Runtime.Mono.net6.tvos-arm64" : { + "kind": "framework", + "version": "6.0.24", + "alias-to": { + "any": "Microsoft.NETCore.App.Runtime.Mono.tvos-arm64" + } + }, + "Microsoft.NETCore.App.Runtime.Mono.net6.tvossimulator-arm64" : { + "kind": "framework", + "version": "6.0.24", + "alias-to": { + "any": "Microsoft.NETCore.App.Runtime.Mono.tvossimulator-arm64" + } + }, + "Microsoft.NETCore.App.Runtime.Mono.net6.tvossimulator-x64" : { + "kind": "framework", + "version": "6.0.24", + "alias-to": { + "any": "Microsoft.NETCore.App.Runtime.Mono.tvossimulator-x64" + } + }, + "Microsoft.NETCore.App.Runtime.AOT.Cross.net6.maccatalyst-arm64": { + "kind": "Sdk", + "version": "6.0.24", + "alias-to": { + "osx-arm64": "Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.maccatalyst-arm64", + "osx-x64": "Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.maccatalyst-arm64" + } + }, + "Microsoft.NETCore.App.Runtime.AOT.Cross.net6.maccatalyst-x64": { + "kind": "Sdk", + "version": "6.0.24", + "alias-to": { + "osx-arm64": "Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.maccatalyst-x64", + "osx-x64": "Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.maccatalyst-x64" + } + }, + "Microsoft.NETCore.App.Runtime.AOT.Cross.net6.tvossimulator-arm64": { + "kind": "Sdk", + "version": "6.0.24", + "alias-to": { + "osx-arm64": "Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.tvossimulator-arm64", + "osx-x64": "Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.tvossimulator-arm64" + } + }, + "Microsoft.NETCore.App.Runtime.AOT.Cross.net6.tvossimulator-x64": { + "kind": "Sdk", + "version": "6.0.24", + "alias-to": { + "osx-arm64": "Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.tvossimulator-x64", + "osx-x64": "Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.tvossimulator-x64" + } + }, + "Microsoft.NETCore.App.Runtime.AOT.Cross.net6.ios-arm": { + "kind": "Sdk", + "version": "6.0.24", + "alias-to": { + "osx-x64": "Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.ios-arm", + "osx-arm64": "Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.ios-arm" + } + }, + "Microsoft.NETCore.App.Runtime.AOT.Cross.net6.ios-arm64": { + "kind": "Sdk", + "version": "6.0.24", + "alias-to": { + "osx-x64": "Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.ios-arm64", + "osx-arm64": "Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.ios-arm64" + } + }, + "Microsoft.NETCore.App.Runtime.AOT.Cross.net6.iossimulator-arm64": { + "kind": "Sdk", + "version": "6.0.24", + "alias-to": { + "osx-arm64": "Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.iossimulator-arm64", + "osx-x64": "Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.iossimulator-arm64" + } + }, + "Microsoft.NETCore.App.Runtime.AOT.Cross.net6.iossimulator-x64": { + "kind": "Sdk", + "version": "6.0.24", + "alias-to": { + "osx-arm64": "Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.iossimulator-x64", + "osx-x64": "Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.iossimulator-x64" + } + }, + "Microsoft.NETCore.App.Runtime.AOT.Cross.net6.iossimulator-x86": { + "kind": "Sdk", + "version": "6.0.24", + "alias-to": { + "osx-arm64": "Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.iossimulator-x86", + "osx-x64": "Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.iossimulator-x86" + } + }, + "Microsoft.NETCore.App.Runtime.AOT.Cross.net6.browser-wasm": { + "kind": "Sdk", + "version": "6.0.24", + "alias-to": { + "win-x64": "Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.browser-wasm", + "win-arm64": "Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.browser-wasm", + "linux-x64": "Microsoft.NETCore.App.Runtime.AOT.linux-x64.Cross.browser-wasm", + "osx-x64": "Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.browser-wasm", + "osx-arm64": "Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.browser-wasm" + } + }, + "Microsoft.NETCore.App.Runtime.Mono.net6.browser-wasm" : { + "kind": "framework", + "version": "6.0.24", + "alias-to": { + "any": "Microsoft.NETCore.App.Runtime.Mono.browser-wasm" + } + }, + "Microsoft.NETCore.App.Runtime.net6.win-x64" : { + "kind": "framework", + "version": "6.0.24", + "alias-to": { + "any": "Microsoft.NETCore.App.Runtime.win-x64" + } + }, + "Microsoft.NETCore.App.Runtime.net6.win-x86" : { + "kind": "framework", + "version": "6.0.24", + "alias-to": { + "any": "Microsoft.NETCore.App.Runtime.win-x86" + } + }, + "Microsoft.NETCore.App.Runtime.net6.win-arm" : { + "kind": "framework", + "version": "6.0.24", + "alias-to": { + "any": "Microsoft.NETCore.App.Runtime.win-arm" + } + }, + "Microsoft.NETCore.App.Runtime.net6.win-arm64" : { + "kind": "framework", + "version": "6.0.24", + "alias-to": { + "any": "Microsoft.NETCore.App.Runtime.win-arm64" + } + } + } +} diff -Nru dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.13/data/WorkloadManifest.targets dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.13/data/WorkloadManifest.targets --- dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.13/data/WorkloadManifest.targets 1970-01-01 00:00:00.000000000 +0000 +++ dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.13/data/WorkloadManifest.targets 2023-10-18 22:43:08.000000000 +0000 @@ -0,0 +1,133 @@ + + + <_RuntimePackInWorkloadVersion6>6.0.24 + true + true + + + + + false + + + + + true + $(WasmNativeWorkload) + + + + false + false + + + + false + true + + + + true + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <_MonoWorkloadTargetsMobile>true + <_MonoWorkloadRuntimePackPackageVersion>$(_RuntimePackInWorkloadVersion6) + + + + + $(_MonoWorkloadRuntimePackPackageVersion) + + + + + + + + + + + + + + + + Binary files /tmp/tmp55htk883/vTlrv2udn9/dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.13/Icon.png and /tmp/tmp55htk883/3qlnbtqn9D/dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.13/Icon.png differ diff -Nru dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.13/LICENSE.TXT dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.13/LICENSE.TXT --- dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.13/LICENSE.TXT 1970-01-01 00:00:00.000000000 +0000 +++ dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.13/LICENSE.TXT 2023-10-18 22:35:30.000000000 +0000 @@ -0,0 +1,23 @@ +The MIT License (MIT) + +Copyright (c) .NET Foundation and Contributors + +All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +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. diff -Nru dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.13/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100.nuspec dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.13/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100.nuspec --- dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.13/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100.nuspec 1970-01-01 00:00:00.000000000 +0000 +++ dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.13/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100.nuspec 2023-10-18 22:43:10.000000000 +0000 @@ -0,0 +1,21 @@ + + + + Microsoft.NET.Workload.Mono.ToolChain.net6.Manifest-7.0.100 + 7.0.13 + Microsoft.NET.Workload.Mono.Toolchain.net6.Manifest + Microsoft + microsoft,dotnetframework + false + MIT + https://licenses.nuget.org/MIT + Icon.png + https://dot.net/ + http://go.microsoft.com/fwlink/?LinkID=288859 + Internal toolchain package not meant for direct consumption. Please do not reference directly. + https://go.microsoft.com/fwlink/?LinkID=799421 + © Microsoft Corporation. All rights reserved. + true + + + \ No newline at end of file diff -Nru dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.13/THIRD-PARTY-NOTICES.TXT dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.13/THIRD-PARTY-NOTICES.TXT --- dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.13/THIRD-PARTY-NOTICES.TXT 1970-01-01 00:00:00.000000000 +0000 +++ dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net6.manifest-7.0.100/7.0.13/THIRD-PARTY-NOTICES.TXT 2023-10-18 22:35:30.000000000 +0000 @@ -0,0 +1,1145 @@ +.NET Runtime uses third-party libraries or other resources that may be +distributed under licenses different than the .NET Runtime software. + +In the event that we accidentally failed to list a required notice, please +bring it to our attention. Post an issue or email us: + + dotnet@microsoft.com + +The attached notices are provided for information only. + +License notice for ASP.NET +------------------------------- + +Copyright (c) .NET Foundation. All rights reserved. +Licensed under the Apache License, Version 2.0. + +Available at +https://github.com/dotnet/aspnetcore/blob/main/LICENSE.txt + +License notice for Slicing-by-8 +------------------------------- + +http://sourceforge.net/projects/slicing-by-8/ + +Copyright (c) 2004-2006 Intel Corporation - All Rights Reserved + + +This software program is licensed subject to the BSD License, available at +http://www.opensource.org/licenses/bsd-license.html. + + +License notice for Unicode data +------------------------------- + +https://www.unicode.org/license.html + +Copyright © 1991-2022 Unicode, Inc. All rights reserved. +Distributed under the Terms of Use in https://www.unicode.org/copyright.html. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. + +License notice for Zlib +----------------------- + +https://github.com/madler/zlib +https://zlib.net/zlib_license.html + +/* zlib.h -- interface of the 'zlib' general purpose compression library + version 1.2.13, October 13th, 2022 + + Copyright (C) 1995-2022 Jean-loup Gailly and Mark Adler + + This software is provided 'as-is', without any express or implied + warranty. In no event will the authors be held liable for any damages + arising from the use of this software. + + Permission is granted to anyone to use this software for any purpose, + including commercial applications, and to alter it and redistribute it + freely, subject to the following restrictions: + + 1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. + 2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. + 3. This notice may not be removed or altered from any source distribution. + + Jean-loup Gailly Mark Adler + jloup@gzip.org madler@alumni.caltech.edu + +*/ + +License notice for Mono +------------------------------- + +http://www.mono-project.com/docs/about-mono/ + +Copyright (c) .NET Foundation Contributors + +MIT License + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the Software), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 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. + +License notice for International Organization for Standardization +----------------------------------------------------------------- + +Portions (C) International Organization for Standardization 1986: + Permission to copy in any form is granted for use with + conforming SGML systems and applications as defined in + ISO 8879, provided this notice is included in all copies. + +License notice for Intel +------------------------ + +"Copyright (c) 2004-2006 Intel Corporation - All Rights Reserved + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + +1. Redistributions of source code must retain the above copyright notice, this +list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright notice, +this list of conditions and the following disclaimer in the documentation +and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +License notice for Xamarin and Novell +------------------------------------- + +Copyright (c) 2015 Xamarin, Inc (http://www.xamarin.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +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. + +Copyright (c) 2011 Novell, Inc (http://www.novell.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +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. + +Third party notice for W3C +-------------------------- + +"W3C SOFTWARE AND DOCUMENT NOTICE AND LICENSE +Status: This license takes effect 13 May, 2015. +This work is being provided by the copyright holders under the following license. +License +By obtaining and/or copying this work, you (the licensee) agree that you have read, understood, and will comply with the following terms and conditions. +Permission to copy, modify, and distribute this work, with or without modification, for any purpose and without fee or royalty is hereby granted, provided that you include the following on ALL copies of the work or portions thereof, including modifications: +The full text of this NOTICE in a location viewable to users of the redistributed or derivative work. +Any pre-existing intellectual property disclaimers, notices, or terms and conditions. If none exist, the W3C Software and Document Short Notice should be included. +Notice of any changes or modifications, through a copyright statement on the new code or document such as "This software or document includes material copied from or derived from [title and URI of the W3C document]. Copyright © [YEAR] W3C® (MIT, ERCIM, Keio, Beihang)." +Disclaimers +THIS WORK IS PROVIDED "AS IS," AND COPYRIGHT HOLDERS MAKE NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO, WARRANTIES OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE OR DOCUMENT WILL NOT INFRINGE ANY THIRD PARTY PATENTS, COPYRIGHTS, TRADEMARKS OR OTHER RIGHTS. +COPYRIGHT HOLDERS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF ANY USE OF THE SOFTWARE OR DOCUMENT. +The name and trademarks of copyright holders may NOT be used in advertising or publicity pertaining to the work without specific, written prior permission. Title to copyright in this work will at all times remain with copyright holders." + +License notice for Bit Twiddling Hacks +-------------------------------------- + +Bit Twiddling Hacks + +By Sean Eron Anderson +seander@cs.stanford.edu + +Individually, the code snippets here are in the public domain (unless otherwise +noted) — feel free to use them however you please. The aggregate collection and +descriptions are © 1997-2005 Sean Eron Anderson. The code and descriptions are +distributed in the hope that they will be useful, but WITHOUT ANY WARRANTY and +without even the implied warranty of merchantability or fitness for a particular +purpose. + +License notice for Brotli +-------------------------------------- + +Copyright (c) 2009, 2010, 2013-2016 by the Brotli Authors. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +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. + +compress_fragment.c: +Copyright (c) 2011, Google Inc. +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +""AS IS"" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +decode_fuzzer.c: +Copyright (c) 2015 The Chromium Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +""AS IS"" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE." + +License notice for Json.NET +------------------------------- + +https://github.com/JamesNK/Newtonsoft.Json/blob/master/LICENSE.md + +The MIT License (MIT) + +Copyright (c) 2007 James Newton-King + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +the Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 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. + +License notice for vectorized base64 encoding / decoding +-------------------------------------------------------- + +Copyright (c) 2005-2007, Nick Galbreath +Copyright (c) 2013-2017, Alfred Klomp +Copyright (c) 2015-2017, Wojciech Mula +Copyright (c) 2016-2017, Matthieu Darbois +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + +- Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. + +- Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS +IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED +TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A +PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED +TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR +PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF +LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING +NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +License notice for RFC 3492 +--------------------------- + +The punycode implementation is based on the sample code in RFC 3492 + +Copyright (C) The Internet Society (2003). All Rights Reserved. + +This document and translations of it may be copied and furnished to +others, and derivative works that comment on or otherwise explain it +or assist in its implementation may be prepared, copied, published +and distributed, in whole or in part, without restriction of any +kind, provided that the above copyright notice and this paragraph are +included on all such copies and derivative works. However, this +document itself may not be modified in any way, such as by removing +the copyright notice or references to the Internet Society or other +Internet organizations, except as needed for the purpose of +developing Internet standards in which case the procedures for +copyrights defined in the Internet Standards process must be +followed, or as required to translate it into languages other than +English. + +The limited permissions granted above are perpetual and will not be +revoked by the Internet Society or its successors or assigns. + +This document and the information contained herein is provided on an +"AS IS" basis and THE INTERNET SOCIETY AND THE INTERNET ENGINEERING +TASK FORCE DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING +BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION +HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF +MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. + +License notice for Algorithm from Internet Draft document "UUIDs and GUIDs" +--------------------------------------------------------------------------- + +Copyright (c) 1990- 1993, 1996 Open Software Foundation, Inc. +Copyright (c) 1989 by Hewlett-Packard Company, Palo Alto, Ca. & +Digital Equipment Corporation, Maynard, Mass. +To anyone who acknowledges that this file is provided "AS IS" +without any express or implied warranty: permission to use, copy, +modify, and distribute this file for any purpose is hereby +granted without fee, provided that the above copyright notices and +this notice appears in all source code copies, and that none of +the names of Open Software Foundation, Inc., Hewlett-Packard +Company, or Digital Equipment Corporation be used in advertising +or publicity pertaining to distribution of the software without +specific, written prior permission. Neither Open Software +Foundation, Inc., Hewlett-Packard Company, Microsoft, nor Digital Equipment +Corporation makes any representations about the suitability of +this software for any purpose. + +Copyright(C) The Internet Society 1997. All Rights Reserved. + +This document and translations of it may be copied and furnished to others, +and derivative works that comment on or otherwise explain it or assist in +its implementation may be prepared, copied, published and distributed, in +whole or in part, without restriction of any kind, provided that the above +copyright notice and this paragraph are included on all such copies and +derivative works.However, this document itself may not be modified in any +way, such as by removing the copyright notice or references to the Internet +Society or other Internet organizations, except as needed for the purpose of +developing Internet standards in which case the procedures for copyrights +defined in the Internet Standards process must be followed, or as required +to translate it into languages other than English. + +The limited permissions granted above are perpetual and will not be revoked +by the Internet Society or its successors or assigns. + +This document and the information contained herein is provided on an "AS IS" +basis and THE INTERNET SOCIETY AND THE INTERNET ENGINEERING TASK FORCE +DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO +ANY WARRANTY THAT THE USE OF THE INFORMATION HEREIN WILL NOT INFRINGE ANY +RIGHTS OR ANY IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A +PARTICULAR PURPOSE. + +License notice for Algorithm from RFC 4122 - +A Universally Unique IDentifier (UUID) URN Namespace +---------------------------------------------------- + +Copyright (c) 1990- 1993, 1996 Open Software Foundation, Inc. +Copyright (c) 1989 by Hewlett-Packard Company, Palo Alto, Ca. & +Digital Equipment Corporation, Maynard, Mass. +Copyright (c) 1998 Microsoft. +To anyone who acknowledges that this file is provided "AS IS" +without any express or implied warranty: permission to use, copy, +modify, and distribute this file for any purpose is hereby +granted without fee, provided that the above copyright notices and +this notice appears in all source code copies, and that none of +the names of Open Software Foundation, Inc., Hewlett-Packard +Company, Microsoft, or Digital Equipment Corporation be used in +advertising or publicity pertaining to distribution of the software +without specific, written prior permission. Neither Open Software +Foundation, Inc., Hewlett-Packard Company, Microsoft, nor Digital +Equipment Corporation makes any representations about the +suitability of this software for any purpose." + +License notice for The LLVM Compiler Infrastructure +--------------------------------------------------- + +Developed by: + + LLVM Team + + University of Illinois at Urbana-Champaign + + http://llvm.org + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal with +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies +of the Software, and to permit persons to whom the Software is furnished to do +so, subject to the following conditions: + + * Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimers. + + * Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimers in the + documentation and/or other materials provided with the distribution. + + * Neither the names of the LLVM Team, University of Illinois at + Urbana-Champaign, nor the names of its contributors may be used to + endorse or promote products derived from this Software without specific + prior written permission. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +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 WITH THE +SOFTWARE. + +License notice for Bob Jenkins +------------------------------ + +By Bob Jenkins, 1996. bob_jenkins@burtleburtle.net. You may use this +code any way you wish, private, educational, or commercial. It's free. + +License notice for Greg Parker +------------------------------ + +Greg Parker gparker@cs.stanford.edu December 2000 +This code is in the public domain and may be copied or modified without +permission. + +License notice for libunwind based code +---------------------------------------- + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 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. + +License notice for Printing Floating-Point Numbers (Dragon4) +------------------------------------------------------------ + +/****************************************************************************** + Copyright (c) 2014 Ryan Juckett + http://www.ryanjuckett.com/ + + This software is provided 'as-is', without any express or implied + warranty. In no event will the authors be held liable for any damages + arising from the use of this software. + + Permission is granted to anyone to use this software for any purpose, + including commercial applications, and to alter it and redistribute it + freely, subject to the following restrictions: + + 1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. + + 2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. + + 3. This notice may not be removed or altered from any source + distribution. +******************************************************************************/ + +License notice for Printing Floating-point Numbers (Grisu3) +----------------------------------------------------------- + +Copyright 2012 the V8 project authors. All rights reserved. +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google Inc. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +License notice for xxHash +------------------------- + +xxHash Library +Copyright (c) 2012-2014, Yann Collet +All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, +are permitted provided that the following conditions are met: + +* Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. + +* Redistributions in binary form must reproduce the above copyright notice, this + list of conditions and the following disclaimer in the documentation and/or + other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR +ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON +ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +License notice for Berkeley SoftFloat Release 3e +------------------------------------------------ + +https://github.com/ucb-bar/berkeley-softfloat-3 +https://github.com/ucb-bar/berkeley-softfloat-3/blob/master/COPYING.txt + +License for Berkeley SoftFloat Release 3e + +John R. Hauser +2018 January 20 + +The following applies to the whole of SoftFloat Release 3e as well as to +each source file individually. + +Copyright 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 The Regents of the +University of California. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + + 1. Redistributions of source code must retain the above copyright notice, + this list of conditions, and the following disclaimer. + + 2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions, and the following disclaimer in the + documentation and/or other materials provided with the distribution. + + 3. Neither the name of the University nor the names of its contributors + may be used to endorse or promote products derived from this software + without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS "AS IS", AND ANY +EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE, ARE +DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY +DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND +ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF +THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +License notice for xoshiro RNGs +-------------------------------- + +Written in 2018 by David Blackman and Sebastiano Vigna (vigna@acm.org) + +To the extent possible under law, the author has dedicated all copyright +and related and neighboring rights to this software to the public domain +worldwide. This software is distributed without any warranty. + +See . + +License for fastmod (https://github.com/lemire/fastmod) and ibm-fpgen (https://github.com/nigeltao/parse-number-fxx-test-data) +-------------------------------------- + + Copyright 2018 Daniel Lemire + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + +License for sse4-strstr (https://github.com/WojciechMula/sse4-strstr) +-------------------------------------- + + Copyright (c) 2008-2016, Wojciech Muła + All rights reserved. + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are + met: + + 1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + 2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS + IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED + TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT + HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, + SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED + TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR + PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF + LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING + NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS + SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +License notice for The C++ REST SDK +----------------------------------- + +C++ REST SDK + +The MIT License (MIT) + +Copyright (c) Microsoft Corporation + +All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +the Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +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. + +License notice for MessagePack-CSharp +------------------------------------- + +MessagePack for C# + +MIT License + +Copyright (c) 2017 Yoshifumi Kawai + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +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. + +License notice for lz4net +------------------------------------- + +lz4net + +Copyright (c) 2013-2017, Milosz Krajewski + +All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: + +Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. + +Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +License notice for Nerdbank.Streams +----------------------------------- + +The MIT License (MIT) + +Copyright (c) Andrew Arnott + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +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. + +License notice for RapidJSON +---------------------------- + +Tencent is pleased to support the open source community by making RapidJSON available. + +Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip. All rights reserved. + +Licensed under the MIT License (the "License"); you may not use this file except +in compliance with the License. You may obtain a copy of the License at + +http://opensource.org/licenses/MIT + +Unless required by applicable law or agreed to in writing, software distributed +under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR +CONDITIONS OF ANY KIND, either express or implied. See the License for the +specific language governing permissions and limitations under the License. + +License notice for DirectX Math Library +--------------------------------------- + +https://github.com/microsoft/DirectXMath/blob/master/LICENSE + + The MIT License (MIT) + +Copyright (c) 2011-2020 Microsoft Corp + +Permission is hereby granted, free of charge, to any person obtaining a copy of this +software and associated documentation files (the "Software"), to deal in the Software +without restriction, including without limitation the rights to use, copy, modify, +merge, publish, distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to the following +conditions: + +The above copyright notice and this permission notice shall be included in all copies +or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, +INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A +PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 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. + +License notice for ldap4net +--------------------------- + +The MIT License (MIT) + +Copyright (c) 2018 Alexander Chermyanin + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 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. + +License notice for vectorized sorting code +------------------------------------------ + +MIT License + +Copyright (c) 2020 Dan Shechter + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +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. + +License notice for musl +----------------------- + +musl as a whole is licensed under the following standard MIT license: + +Copyright © 2005-2020 Rich Felker, et al. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER 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. + + +License notice for "Faster Unsigned Division by Constants" +------------------------------ + +Reference implementations of computing and using the "magic number" approach to dividing +by constants, including codegen instructions. The unsigned division incorporates the +"round down" optimization per ridiculous_fish. + +This is free and unencumbered software. Any copyright is dedicated to the Public Domain. + + +License notice for mimalloc +----------------------------------- + +MIT License + +Copyright (c) 2019 Microsoft Corporation, Daan Leijen + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +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. + +License for remote stack unwind (https://github.com/llvm/llvm-project/blob/main/lldb/source/Symbol/CompactUnwindInfo.cpp) +-------------------------------------- + +Copyright 2019 LLVM Project + +Licensed under the Apache License, Version 2.0 (the "License") with LLVM Exceptions; +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + +https://llvm.org/LICENSE.txt + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + +License notice for Apple header files +------------------------------------- + +Copyright (c) 1980, 1986, 1993 + The Regents of the University of California. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. +3. All advertising materials mentioning features or use of this software + must display the following acknowledgement: + This product includes software developed by the University of + California, Berkeley and its contributors. +4. Neither the name of the University nor the names of its contributors + may be used to endorse or promote products derived from this software + without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS +OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY +OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF +SUCH DAMAGE. + +License notice for JavaScript queues +------------------------------------- + +CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED HEREUNDER. + +Statement of Purpose +The laws of most jurisdictions throughout the world automatically confer exclusive Copyright and Related Rights (defined below) upon the creator and subsequent owner(s) (each and all, an "owner") of an original work of authorship and/or a database (each, a "Work"). +Certain owners wish to permanently relinquish those rights to a Work for the purpose of contributing to a commons of creative, cultural and scientific works ("Commons") that the public can reliably and without fear of later claims of infringement build upon, modify, incorporate in other works, reuse and redistribute as freely as possible in any form whatsoever and for any purposes, including without limitation commercial purposes. These owners may contribute to the Commons to promote the ideal of a free culture and the further production of creative, cultural and scientific works, or to gain reputation or greater distribution for their Work in part through the use and efforts of others. +For these and/or other purposes and motivations, and without any expectation of additional consideration or compensation, the person associating CC0 with a Work (the "Affirmer"), to the extent that he or she is an owner of Copyright and Related Rights in the Work, voluntarily elects to apply CC0 to the Work and publicly distribute the Work under its terms, with knowledge of his or her Copyright and Related Rights in the Work and the meaning and intended legal effect of CC0 on those rights. + +1. Copyright and Related Rights. A Work made available under CC0 may be protected by copyright and related or neighboring rights ("Copyright and Related Rights"). Copyright and Related Rights include, but are not limited to, the following: +the right to reproduce, adapt, distribute, perform, display, communicate, and translate a Work; +moral rights retained by the original author(s) and/or performer(s); +publicity and privacy rights pertaining to a person's image or likeness depicted in a Work; +rights protecting against unfair competition in regards to a Work, subject to the limitations in paragraph 4(a), below; +rights protecting the extraction, dissemination, use and reuse of data in a Work; +database rights (such as those arising under Directive 96/9/EC of the European Parliament and of the Council of 11 March 1996 on the legal protection of databases, and under any national implementation thereof, including any amended or successor version of such directive); and +other similar, equivalent or corresponding rights throughout the world based on applicable law or treaty, and any national implementations thereof. +2. Waiver. To the greatest extent permitted by, but not in contravention of, applicable law, Affirmer hereby overtly, fully, permanently, irrevocably and unconditionally waives, abandons, and surrenders all of Affirmer's Copyright and Related Rights and associated claims and causes of action, whether now known or unknown (including existing as well as future claims and causes of action), in the Work (i) in all territories worldwide, (ii) for the maximum duration provided by applicable law or treaty (including future time extensions), (iii) in any current or future medium and for any number of copies, and (iv) for any purpose whatsoever, including without limitation commercial, advertising or promotional purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each member of the public at large and to the detriment of Affirmer's heirs and successors, fully intending that such Waiver shall not be subject to revocation, rescission, cancellation, termination, or any other legal or equitable action to disrupt the quiet enjoyment of the Work by the public as contemplated by Affirmer's express Statement of Purpose. +3. Public License Fallback. Should any part of the Waiver for any reason be judged legally invalid or ineffective under applicable law, then the Waiver shall be preserved to the maximum extent permitted taking into account Affirmer's express Statement of Purpose. In addition, to the extent the Waiver is so judged Affirmer hereby grants to each affected person a royalty-free, non transferable, non sublicensable, non exclusive, irrevocable and unconditional license to exercise Affirmer's Copyright and Related Rights in the Work (i) in all territories worldwide, (ii) for the maximum duration provided by applicable law or treaty (including future time extensions), (iii) in any current or future medium and for any number of copies, and (iv) for any purpose whatsoever, including without limitation commercial, advertising or promotional purposes (the "License"). The License shall be deemed effective as of the date CC0 was applied by Affirmer to the Work. Should any part of the License for any reason be judged legally invalid or ineffective under applicable law, such partial invalidity or ineffectiveness shall not invalidate the remainder of the License, and in such case Affirmer hereby affirms that he or she will not (i) exercise any of his or her remaining Copyright and Related Rights in the Work or (ii) assert any associated claims and causes of action with respect to the Work, in either case contrary to Affirmer's express Statement of Purpose. +4. Limitations and Disclaimers. +a. No trademark or patent rights held by Affirmer are waived, abandoned, surrendered, licensed or otherwise affected by this document. +b. Affirmer offers the Work as-is and makes no representations or warranties of any kind concerning the Work, express, implied, statutory or otherwise, including without limitation warranties of title, merchantability, fitness for a particular purpose, non infringement, or the absence of latent or other defects, accuracy, or the present or absence of errors, whether or not discoverable, all to the greatest extent permissible under applicable law. +c. Affirmer disclaims responsibility for clearing rights of other persons that may apply to the Work or any use thereof, including without limitation any person's Copyright and Related Rights in the Work. Further, Affirmer disclaims responsibility for obtaining any necessary consents, permissions or other rights required for any use of the Work. +d. Affirmer understands and acknowledges that Creative Commons is not a party to this document and has no duty or obligation with respect to this CC0 or use of the Work. + + +License notice for FastFloat algorithm +------------------------------------- +MIT License +Copyright (c) 2021 csFastFloat authors +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +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. + +License notice for MsQuic +-------------------------------------- + +Copyright (c) Microsoft Corporation. +Licensed under the MIT License. + +Available at +https://github.com/microsoft/msquic/blob/main/LICENSE + +License notice for m-ou-se/floatconv +------------------------------- + +Copyright (c) 2020 Mara Bos +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + +1. Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. +2. Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR +ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND +ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +License notice for code from The Practice of Programming +------------------------------- + +Copyright (C) 1999 Lucent Technologies + +Excerpted from 'The Practice of Programming +by Brian W. Kernighan and Rob Pike + +You may use this code for any purpose, as long as you leave the copyright notice and book citation attached. + +Notice for Euclidean Affine Functions and Applications to Calendar +Algorithms +------------------------------- + +Aspects of Date/Time processing based on algorithm described in "Euclidean Affine Functions and Applications to Calendar +Algorithms", Cassio Neri and Lorenz Schneider. https://arxiv.org/pdf/2102.06959.pdf + +License notice for amd/aocl-libm-ose +------------------------------- + +Copyright (C) 2008-2020 Advanced Micro Devices, Inc. All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, +are permitted provided that the following conditions are met: +1. Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. +2. Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. +3. Neither the name of the copyright holder nor the names of its contributors + may be used to endorse or promote products derived from this software without + specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, +INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, +OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, +WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. diff -Nru dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.12/data/localize/WorkloadManifest.cs.json dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.12/data/localize/WorkloadManifest.cs.json --- dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.12/data/localize/WorkloadManifest.cs.json 2023-09-28 00:27:54.000000000 +0000 +++ dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.12/data/localize/WorkloadManifest.cs.json 1970-01-01 00:00:00.000000000 +0000 @@ -1,3 +0,0 @@ -{ - "workloads/wasm-tools/description": "Nástroje pro sestavení .NET WebAssembly" -} \ No newline at end of file diff -Nru dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.12/data/localize/WorkloadManifest.de.json dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.12/data/localize/WorkloadManifest.de.json --- dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.12/data/localize/WorkloadManifest.de.json 2023-09-28 00:27:54.000000000 +0000 +++ dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.12/data/localize/WorkloadManifest.de.json 1970-01-01 00:00:00.000000000 +0000 @@ -1,3 +0,0 @@ -{ - "workloads/wasm-tools/description": ".NET WebAssembly-Buildtools" -} \ No newline at end of file diff -Nru dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.12/data/localize/WorkloadManifest.en.json dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.12/data/localize/WorkloadManifest.en.json --- dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.12/data/localize/WorkloadManifest.en.json 2023-09-28 00:27:54.000000000 +0000 +++ dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.12/data/localize/WorkloadManifest.en.json 1970-01-01 00:00:00.000000000 +0000 @@ -1,3 +0,0 @@ -{ - "workloads/wasm-tools/description": ".NET WebAssembly build tools" -} \ No newline at end of file diff -Nru dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.12/data/localize/WorkloadManifest.es.json dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.12/data/localize/WorkloadManifest.es.json --- dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.12/data/localize/WorkloadManifest.es.json 2023-09-28 00:27:54.000000000 +0000 +++ dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.12/data/localize/WorkloadManifest.es.json 1970-01-01 00:00:00.000000000 +0000 @@ -1,3 +0,0 @@ -{ - "workloads/wasm-tools/description": "Herramientas de compilación de WebAssembly de .NET" -} \ No newline at end of file diff -Nru dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.12/data/localize/WorkloadManifest.fr.json dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.12/data/localize/WorkloadManifest.fr.json --- dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.12/data/localize/WorkloadManifest.fr.json 2023-09-28 00:27:54.000000000 +0000 +++ dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.12/data/localize/WorkloadManifest.fr.json 1970-01-01 00:00:00.000000000 +0000 @@ -1,3 +0,0 @@ -{ - "workloads/wasm-tools/description": "Outils de construction .NET WebAssembly" -} \ No newline at end of file diff -Nru dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.12/data/localize/WorkloadManifest.it.json dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.12/data/localize/WorkloadManifest.it.json --- dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.12/data/localize/WorkloadManifest.it.json 2023-09-28 00:27:54.000000000 +0000 +++ dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.12/data/localize/WorkloadManifest.it.json 1970-01-01 00:00:00.000000000 +0000 @@ -1,3 +0,0 @@ -{ - "workloads/wasm-tools/description": "Strumenti di compilazione WebAssembly .NET" -} \ No newline at end of file diff -Nru dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.12/data/localize/WorkloadManifest.ja.json dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.12/data/localize/WorkloadManifest.ja.json --- dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.12/data/localize/WorkloadManifest.ja.json 2023-09-28 00:27:54.000000000 +0000 +++ dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.12/data/localize/WorkloadManifest.ja.json 1970-01-01 00:00:00.000000000 +0000 @@ -1,3 +0,0 @@ -{ - "workloads/wasm-tools/description": ".NET WebAssembly ビルド ツール" -} \ No newline at end of file diff -Nru dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.12/data/localize/WorkloadManifest.ko.json dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.12/data/localize/WorkloadManifest.ko.json --- dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.12/data/localize/WorkloadManifest.ko.json 2023-09-28 00:27:54.000000000 +0000 +++ dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.12/data/localize/WorkloadManifest.ko.json 1970-01-01 00:00:00.000000000 +0000 @@ -1,3 +0,0 @@ -{ - "workloads/wasm-tools/description": ".NET WebAssembly 빌드 도구" -} \ No newline at end of file diff -Nru dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.12/data/localize/WorkloadManifest.pl.json dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.12/data/localize/WorkloadManifest.pl.json --- dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.12/data/localize/WorkloadManifest.pl.json 2023-09-28 00:27:54.000000000 +0000 +++ dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.12/data/localize/WorkloadManifest.pl.json 1970-01-01 00:00:00.000000000 +0000 @@ -1,3 +0,0 @@ -{ - "workloads/wasm-tools/description": "Narzędzia kompilacji zestawu WebAssembly platformy .NET" -} \ No newline at end of file diff -Nru dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.12/data/localize/WorkloadManifest.pt-BR.json dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.12/data/localize/WorkloadManifest.pt-BR.json --- dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.12/data/localize/WorkloadManifest.pt-BR.json 2023-09-28 00:27:54.000000000 +0000 +++ dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.12/data/localize/WorkloadManifest.pt-BR.json 1970-01-01 00:00:00.000000000 +0000 @@ -1,3 +0,0 @@ -{ - "workloads/wasm-tools/description": "Ferramentas de build do .NET WebAssembly" -} \ No newline at end of file diff -Nru dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.12/data/localize/WorkloadManifest.ru.json dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.12/data/localize/WorkloadManifest.ru.json --- dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.12/data/localize/WorkloadManifest.ru.json 2023-09-28 00:27:54.000000000 +0000 +++ dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.12/data/localize/WorkloadManifest.ru.json 1970-01-01 00:00:00.000000000 +0000 @@ -1,3 +0,0 @@ -{ - "workloads/wasm-tools/description": "Средства сборки WebAssembly .NET" -} \ No newline at end of file diff -Nru dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.12/data/localize/WorkloadManifest.tr.json dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.12/data/localize/WorkloadManifest.tr.json --- dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.12/data/localize/WorkloadManifest.tr.json 2023-09-28 00:27:54.000000000 +0000 +++ dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.12/data/localize/WorkloadManifest.tr.json 1970-01-01 00:00:00.000000000 +0000 @@ -1,3 +0,0 @@ -{ - "workloads/wasm-tools/description": ".NET WebAssembly derleme araçları" -} \ No newline at end of file diff -Nru dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.12/data/localize/WorkloadManifest.zh-Hans.json dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.12/data/localize/WorkloadManifest.zh-Hans.json --- dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.12/data/localize/WorkloadManifest.zh-Hans.json 2023-09-28 00:27:54.000000000 +0000 +++ dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.12/data/localize/WorkloadManifest.zh-Hans.json 1970-01-01 00:00:00.000000000 +0000 @@ -1,3 +0,0 @@ -{ - "workloads/wasm-tools/description": ".NET WebAssembly 生成工具" -} \ No newline at end of file diff -Nru dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.12/data/localize/WorkloadManifest.zh-Hant.json dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.12/data/localize/WorkloadManifest.zh-Hant.json --- dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.12/data/localize/WorkloadManifest.zh-Hant.json 2023-09-28 00:27:54.000000000 +0000 +++ dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.12/data/localize/WorkloadManifest.zh-Hant.json 1970-01-01 00:00:00.000000000 +0000 @@ -1,3 +0,0 @@ -{ - "workloads/wasm-tools/description": ".NET WebAssembly 組建工具" -} \ No newline at end of file diff -Nru dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.12/data/WorkloadManifest.json dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.12/data/WorkloadManifest.json --- dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.12/data/WorkloadManifest.json 2023-09-28 00:34:44.000000000 +0000 +++ dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.12/data/WorkloadManifest.json 1970-01-01 00:00:00.000000000 +0000 @@ -1,489 +0,0 @@ -{ - "version": "7.0.12", - "depends-on": { - "Microsoft.NET.Workload.Emscripten.net7": "7.0.11" - }, - "workloads": { - "wasm-tools": { - "description": ".NET WebAssembly build tools", - "packs": [ - "Microsoft.NET.Runtime.WebAssembly.Sdk.net7", - "Microsoft.NETCore.App.Runtime.Mono.net7.browser-wasm", - "Microsoft.NETCore.App.Runtime.AOT.Cross.net7.browser-wasm" - ], - "extends": [ "microsoft-net-runtime-mono-tooling", "microsoft-net-sdk-emscripten-net7" ], - "platforms": [ "win-x64", "win-arm64", "linux-x64", "osx-x64", "osx-arm64" ] - }, - "wasm-experimental": { - "description": ".NET WebAssembly experimental tooling", - "packs": [ - "Microsoft.NET.Runtime.WebAssembly.Templates.net7", - "Microsoft.NETCore.App.Runtime.Mono.multithread.net7.browser-wasm", - "Microsoft.NETCore.App.Runtime.Mono.perftrace.net7.browser-wasm" - ], - "extends": [ "wasm-tools" ], - "platforms": [ "win-x64", "win-arm64", "linux-x64", "osx-x64", "osx-arm64" ] - }, - "microsoft-net-runtime-android": { - "abstract": true, - "description": "Android Mono Runtime", - "packs": [ - "Microsoft.NETCore.App.Runtime.Mono.net7.android-arm", - "Microsoft.NETCore.App.Runtime.Mono.net7.android-arm64", - "Microsoft.NETCore.App.Runtime.Mono.net7.android-x64", - "Microsoft.NETCore.App.Runtime.Mono.net7.android-x86" - ], - "extends": [ "microsoft-net-runtime-mono-tooling" ], - "platforms": [ "win-x64", "win-arm64", "linux-x64", "osx-x64", "osx-arm64" ] - }, - "microsoft-net-runtime-android-aot": { - "abstract": true, - "description": "Android Mono AOT Workload", - "packs": [ - "Microsoft.NETCore.App.Runtime.AOT.Cross.net7.android-x86", - "Microsoft.NETCore.App.Runtime.AOT.Cross.net7.android-x64", - "Microsoft.NETCore.App.Runtime.AOT.Cross.net7.android-arm", - "Microsoft.NETCore.App.Runtime.AOT.Cross.net7.android-arm64" - ], - "extends": [ "microsoft-net-runtime-android" ], - "platforms": [ "win-x64", "win-arm64", "linux-x64", "osx-x64", "osx-arm64" ] - }, - "microsoft-net-runtime-ios": { - "abstract": true, - "description": "iOS Mono Runtime and AOT Workload", - "packs": [ - "Microsoft.NETCore.App.Runtime.AOT.Cross.net7.ios-arm", - "Microsoft.NETCore.App.Runtime.AOT.Cross.net7.ios-arm64", - "Microsoft.NETCore.App.Runtime.AOT.Cross.net7.iossimulator-arm64", - "Microsoft.NETCore.App.Runtime.AOT.Cross.net7.iossimulator-x64", - "Microsoft.NETCore.App.Runtime.AOT.Cross.net7.iossimulator-x86" - ], - "extends": [ "runtimes-ios" ], - "platforms": [ "win-x64", "win-arm64", "osx-arm64", "osx-x64" ] - }, - "runtimes-ios": { - "abstract": true, - "description": "iOS Mono Runtime Packs", - "packs": [ - "Microsoft.NETCore.App.Runtime.Mono.net7.ios-arm", - "Microsoft.NETCore.App.Runtime.Mono.net7.ios-arm64", - "Microsoft.NETCore.App.Runtime.Mono.net7.iossimulator-arm64", - "Microsoft.NETCore.App.Runtime.Mono.net7.iossimulator-x64", - "Microsoft.NETCore.App.Runtime.Mono.net7.iossimulator-x86" - ], - "extends": [ "microsoft-net-runtime-mono-tooling" ], - "platforms": [ "win-x64", "win-arm64", "osx-arm64", "osx-x64" ] - }, - "microsoft-net-runtime-maccatalyst": { - "abstract": true, - "description": "MacCatalyst Mono Runtime and AOT Workload", - "packs": [ - "Microsoft.NETCore.App.Runtime.AOT.Cross.net7.maccatalyst-arm64", - "Microsoft.NETCore.App.Runtime.AOT.Cross.net7.maccatalyst-x64" - ], - "extends": [ "runtimes-maccatalyst" ], - "platforms": [ "win-x64", "win-arm64", "osx-arm64", "osx-x64" ] - }, - "runtimes-maccatalyst": { - "abstract": true, - "description": "MacCatalyst Mono Runtime Packs", - "packs": [ - "Microsoft.NETCore.App.Runtime.Mono.net7.maccatalyst-arm64", - "Microsoft.NETCore.App.Runtime.Mono.net7.maccatalyst-x64" - ], - "extends": [ "microsoft-net-runtime-mono-tooling" ], - "platforms": [ "win-x64", "win-arm64", "osx-arm64", "osx-x64" ] - }, - "microsoft-net-runtime-macos": { - "abstract": true, - "description": "MacOS CoreCLR and Mono Runtime Workload", - "packs": [ - "Microsoft.NETCore.App.Runtime.Mono.net7.osx-arm64", - "Microsoft.NETCore.App.Runtime.Mono.net7.osx-x64", - "Microsoft.NETCore.App.Runtime.osx-arm64", - "Microsoft.NETCore.App.Runtime.osx-x64" - ], - "extends": [ "microsoft-net-runtime-mono-tooling" ], - "platforms": [ "osx-arm64", "osx-x64" ] - }, - "microsoft-net-runtime-tvos": { - "abstract": true, - "description": "tvOS Mono Runtime and AOT Workload", - "packs": [ - "Microsoft.NETCore.App.Runtime.AOT.Cross.net7.tvos-arm64", - "Microsoft.NETCore.App.Runtime.AOT.Cross.net7.tvossimulator-arm64", - "Microsoft.NETCore.App.Runtime.AOT.Cross.net7.tvossimulator-x64" - ], - "extends": [ "runtimes-tvos" ], - "platforms": [ "win-x64", "win-arm64", "osx-arm64", "osx-x64" ] - }, - "runtimes-tvos": { - "abstract": true, - "description": "tvOS Mono Runtime Packs", - "packs": [ - "Microsoft.NETCore.App.Runtime.Mono.net7.tvos-arm64", - "Microsoft.NETCore.App.Runtime.Mono.net7.tvossimulator-arm64", - "Microsoft.NETCore.App.Runtime.Mono.net7.tvossimulator-x64" - ], - "extends": [ "microsoft-net-runtime-mono-tooling" ], - "platforms": [ "win-x64", "win-arm64", "osx-arm64", "osx-x64" ] - }, - "runtimes-windows": { - "description": "Windows Runtime Packs", - "packs": [ - "Microsoft.NETCore.App.Runtime.net7.win-x64", - "Microsoft.NETCore.App.Runtime.net7.win-x86", - "Microsoft.NETCore.App.Runtime.net7.win-arm", - "Microsoft.NETCore.App.Runtime.net7.win-arm64" - ] - }, - "microsoft-net-runtime-mono-tooling": { - "abstract": true, - "description": "Shared native build tooling for Mono runtime", - "packs": [ - "Microsoft.NET.Runtime.MonoAOTCompiler.Task.net7", - "Microsoft.NET.Runtime.MonoTargets.Sdk.net7" - ] - } - }, - "packs": { - "Microsoft.NET.Runtime.MonoAOTCompiler.Task.net7": { - "kind": "Sdk", - "version": "7.0.12", - "alias-to": { - "any": "Microsoft.NET.Runtime.MonoAOTCompiler.Task" - } - }, - "Microsoft.NET.Runtime.MonoTargets.Sdk.net7": { - "kind": "Sdk", - "version": "7.0.12", - "alias-to": { - "any": "Microsoft.NET.Runtime.MonoTargets.Sdk" - } - }, - "Microsoft.NET.Runtime.WebAssembly.Sdk.net7": { - "kind": "Sdk", - "version": "7.0.12", - "alias-to": { - "any": "Microsoft.NET.Runtime.WebAssembly.Sdk" - } - }, - "Microsoft.NET.Runtime.WebAssembly.Templates.net7": { - "kind": "template", - "version": "7.0.12", - "alias-to": { - "any": "Microsoft.NET.Runtime.WebAssembly.Templates" - } - }, - "Microsoft.NETCore.App.Runtime.Mono.net7.android-arm": { - "kind": "framework", - "version": "7.0.12", - "alias-to": { - "any": "Microsoft.NETCore.App.Runtime.Mono.android-arm" - } - }, - "Microsoft.NETCore.App.Runtime.Mono.net7.android-arm64": { - "kind": "framework", - "version": "7.0.12", - "alias-to": { - "any": "Microsoft.NETCore.App.Runtime.Mono.android-arm64" - } - }, - "Microsoft.NETCore.App.Runtime.Mono.net7.android-x64": { - "kind": "framework", - "version": "7.0.12", - "alias-to": { - "any": "Microsoft.NETCore.App.Runtime.Mono.android-x64" - } - }, - "Microsoft.NETCore.App.Runtime.Mono.net7.android-x86": { - "kind": "framework", - "version": "7.0.12", - "alias-to": { - "any": "Microsoft.NETCore.App.Runtime.Mono.android-x86" - } - }, - "Microsoft.NETCore.App.Runtime.AOT.Cross.net7.android-x86": { - "kind": "Sdk", - "version": "7.0.12", - "alias-to": { - "win-x64": "Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.android-x86", - "win-arm64": "Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.android-x86", - "linux-x64": "Microsoft.NETCore.App.Runtime.AOT.linux-x64.Cross.android-x86", - "osx-x64": "Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.android-x86", - "osx-arm64": "Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.android-x86" - } - }, - "Microsoft.NETCore.App.Runtime.AOT.Cross.net7.android-x64": { - "kind": "Sdk", - "version": "7.0.12", - "alias-to": { - "win-x64": "Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.android-x64", - "win-arm64": "Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.android-x64", - "linux-x64": "Microsoft.NETCore.App.Runtime.AOT.linux-x64.Cross.android-x64", - "osx-x64": "Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.android-x64", - "osx-arm64": "Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.android-x64" - } - }, - "Microsoft.NETCore.App.Runtime.AOT.Cross.net7.android-arm": { - "kind": "Sdk", - "version": "7.0.12", - "alias-to": { - "win-x64": "Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.android-arm", - "win-arm64": "Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.android-arm", - "linux-x64": "Microsoft.NETCore.App.Runtime.AOT.linux-x64.Cross.android-arm", - "osx-x64": "Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.android-arm", - "osx-arm64": "Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.android-arm" - } - }, - "Microsoft.NETCore.App.Runtime.AOT.Cross.net7.android-arm64": { - "kind": "Sdk", - "version": "7.0.12", - "alias-to": { - "win-x64": "Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.android-arm64", - "win-arm64": "Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.android-arm64", - "linux-x64": "Microsoft.NETCore.App.Runtime.AOT.linux-x64.Cross.android-arm64", - "osx-x64": "Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.android-arm64", - "osx-arm64": "Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.android-arm64" - } - }, - "Microsoft.NETCore.App.Runtime.Mono.net7.maccatalyst-arm64": { - "kind": "framework", - "version": "7.0.12", - "alias-to": { - "any": "Microsoft.NETCore.App.Runtime.Mono.maccatalyst-arm64" - } - }, - "Microsoft.NETCore.App.Runtime.Mono.net7.maccatalyst-x64": { - "kind": "framework", - "version": "7.0.12", - "alias-to": { - "any": "Microsoft.NETCore.App.Runtime.Mono.maccatalyst-x64" - } - }, - "Microsoft.NETCore.App.Runtime.Mono.net7.osx-arm64": { - "kind": "framework", - "version": "7.0.12", - "alias-to": { - "any": "Microsoft.NETCore.App.Runtime.Mono.osx-arm64" - } - }, - "Microsoft.NETCore.App.Runtime.Mono.net7.osx-x64": { - "kind": "framework", - "version": "7.0.12", - "alias-to": { - "any": "Microsoft.NETCore.App.Runtime.Mono.osx-x64" - } - }, - "Microsoft.NETCore.App.Runtime.net7.osx-arm64": { - "kind": "framework", - "version": "7.0.12", - "alias-to": { - "any": "Microsoft.NETCore.App.Runtime.Mono.osx-arm64" - } - }, - "Microsoft.NETCore.App.Runtime.net7.osx-x64": { - "kind": "framework", - "version": "7.0.12", - "alias-to": { - "any": "Microsoft.NETCore.App.Runtime.osx-x64" - } - }, - "Microsoft.NETCore.App.Runtime.Mono.net7.ios-arm" : { - "kind": "framework", - "version": "7.0.12", - "alias-to": { - "any": "Microsoft.NETCore.App.Runtime.Mono.ios-arm" - } - }, - "Microsoft.NETCore.App.Runtime.Mono.net7.ios-arm64" : { - "kind": "framework", - "version": "7.0.12", - "alias-to": { - "any": "Microsoft.NETCore.App.Runtime.Mono.ios-arm64" - } - }, - "Microsoft.NETCore.App.Runtime.Mono.net7.iossimulator-arm64" : { - "kind": "framework", - "version": "7.0.12", - "alias-to": { - "any": "Microsoft.NETCore.App.Runtime.Mono.iossimulator-arm64" - } - }, - "Microsoft.NETCore.App.Runtime.Mono.net7.iossimulator-x64" : { - "kind": "framework", - "version": "7.0.12", - "alias-to": { - "any": "Microsoft.NETCore.App.Runtime.Mono.iossimulator-x64" - } - }, - "Microsoft.NETCore.App.Runtime.Mono.net7.iossimulator-x86" : { - "kind": "framework", - "version": "7.0.12", - "alias-to": { - "any": "Microsoft.NETCore.App.Runtime.Mono.iossimulator-x86" - } - }, - "Microsoft.NETCore.App.Runtime.AOT.Cross.net7.tvos-arm64": { - "kind": "Sdk", - "version": "7.0.12", - "alias-to": { - "osx-x64": "Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.tvos-arm64", - "osx-arm64": "Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.tvos-arm64" - } - }, - "Microsoft.NETCore.App.Runtime.Mono.net7.tvos-arm64" : { - "kind": "framework", - "version": "7.0.12", - "alias-to": { - "any": "Microsoft.NETCore.App.Runtime.Mono.tvos-arm64" - } - }, - "Microsoft.NETCore.App.Runtime.Mono.net7.tvossimulator-arm64" : { - "kind": "framework", - "version": "7.0.12", - "alias-to": { - "any": "Microsoft.NETCore.App.Runtime.Mono.tvossimulator-arm64" - } - }, - "Microsoft.NETCore.App.Runtime.Mono.net7.tvossimulator-x64" : { - "kind": "framework", - "version": "7.0.12", - "alias-to": { - "any": "Microsoft.NETCore.App.Runtime.Mono.tvossimulator-x64" - } - }, - "Microsoft.NETCore.App.Runtime.AOT.Cross.net7.maccatalyst-arm64": { - "kind": "Sdk", - "version": "7.0.12", - "alias-to": { - "osx-arm64": "Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.maccatalyst-arm64", - "osx-x64": "Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.maccatalyst-arm64" - } - }, - "Microsoft.NETCore.App.Runtime.AOT.Cross.net7.maccatalyst-x64": { - "kind": "Sdk", - "version": "7.0.12", - "alias-to": { - "osx-arm64": "Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.maccatalyst-x64", - "osx-x64": "Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.maccatalyst-x64" - } - }, - "Microsoft.NETCore.App.Runtime.AOT.Cross.net7.tvossimulator-arm64": { - "kind": "Sdk", - "version": "7.0.12", - "alias-to": { - "osx-arm64": "Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.tvossimulator-arm64", - "osx-x64": "Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.tvossimulator-arm64" - } - }, - "Microsoft.NETCore.App.Runtime.AOT.Cross.net7.tvossimulator-x64": { - "kind": "Sdk", - "version": "7.0.12", - "alias-to": { - "osx-arm64": "Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.tvossimulator-x64", - "osx-x64": "Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.tvossimulator-x64" - } - }, - "Microsoft.NETCore.App.Runtime.AOT.Cross.net7.ios-arm": { - "kind": "Sdk", - "version": "7.0.12", - "alias-to": { - "osx-x64": "Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.ios-arm", - "osx-arm64": "Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.ios-arm" - } - }, - "Microsoft.NETCore.App.Runtime.AOT.Cross.net7.ios-arm64": { - "kind": "Sdk", - "version": "7.0.12", - "alias-to": { - "osx-x64": "Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.ios-arm64", - "osx-arm64": "Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.ios-arm64" - } - }, - "Microsoft.NETCore.App.Runtime.AOT.Cross.net7.iossimulator-arm64": { - "kind": "Sdk", - "version": "7.0.12", - "alias-to": { - "osx-arm64": "Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.iossimulator-arm64", - "osx-x64": "Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.iossimulator-arm64" - } - }, - "Microsoft.NETCore.App.Runtime.AOT.Cross.net7.iossimulator-x64": { - "kind": "Sdk", - "version": "7.0.12", - "alias-to": { - "osx-arm64": "Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.iossimulator-x64", - "osx-x64": "Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.iossimulator-x64" - } - }, - "Microsoft.NETCore.App.Runtime.AOT.Cross.net7.iossimulator-x86": { - "kind": "Sdk", - "version": "7.0.12", - "alias-to": { - "osx-arm64": "Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.iossimulator-x86", - "osx-x64": "Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.iossimulator-x86" - } - }, - "Microsoft.NETCore.App.Runtime.AOT.Cross.net7.browser-wasm": { - "kind": "Sdk", - "version": "7.0.12", - "alias-to": { - "win-x64": "Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.browser-wasm", - "win-arm64": "Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.browser-wasm", - "linux-x64": "Microsoft.NETCore.App.Runtime.AOT.linux-x64.Cross.browser-wasm", - "osx-x64": "Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.browser-wasm", - "osx-arm64": "Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.browser-wasm" - } - }, - "Microsoft.NETCore.App.Runtime.Mono.net7.browser-wasm" : { - "kind": "framework", - "version": "7.0.12", - "alias-to": { - "any": "Microsoft.NETCore.App.Runtime.Mono.browser-wasm" - } - }, - "Microsoft.NETCore.App.Runtime.Mono.multithread.net7.browser-wasm" : { - "kind": "framework", - "version": "7.0.12", - "alias-to": { - "any": "Microsoft.NETCore.App.Runtime.Mono.multithread.browser-wasm" - } - }, - "Microsoft.NETCore.App.Runtime.Mono.perftrace.net7.browser-wasm" : { - "kind": "framework", - "version": "7.0.12", - "alias-to": { - "any": "Microsoft.NETCore.App.Runtime.Mono.perftrace.browser-wasm" - } - }, - "Microsoft.NETCore.App.Runtime.net7.win-x64" : { - "kind": "framework", - "version": "7.0.12", - "alias-to": { - "any": "Microsoft.NETCore.App.Runtime.win-x64" - } - }, - "Microsoft.NETCore.App.Runtime.net7.win-x86" : { - "kind": "framework", - "version": "7.0.12", - "alias-to": { - "any": "Microsoft.NETCore.App.Runtime.win-x86" - } - }, - "Microsoft.NETCore.App.Runtime.net7.win-arm" : { - "kind": "framework", - "version": "7.0.12", - "alias-to": { - "any": "Microsoft.NETCore.App.Runtime.win-arm" - } - }, - "Microsoft.NETCore.App.Runtime.net7.win-arm64" : { - "kind": "framework", - "version": "7.0.12", - "alias-to": { - "any": "Microsoft.NETCore.App.Runtime.win-arm64" - } - } - } -} diff -Nru dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.12/data/WorkloadManifest.targets dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.12/data/WorkloadManifest.targets --- dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.12/data/WorkloadManifest.targets 2023-09-28 00:34:44.000000000 +0000 +++ dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.12/data/WorkloadManifest.targets 1970-01-01 00:00:00.000000000 +0000 @@ -1,140 +0,0 @@ - - - <_RuntimePackInWorkloadVersion7>7.0.12 - <_BrowserWorkloadDisabled7>$(BrowserWorkloadDisabled) - <_BrowserWorkloadDisabled7 Condition="'$(_BrowserWorkloadDisabled7)' == '' and - '$(RuntimeIdentifier)' == 'browser-wasm' and - '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and - !$([MSBuild]::VersionEquals('$(TargetFrameworkVersion)', '7.0'))">true - true - - - - - true - false - - - - - true - $(WasmNativeWorkload7) - - - - false - false - false - - - - false - true - - - - true - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_MonoWorkloadTargetsMobile>true - <_MonoWorkloadRuntimePackPackageVersion>$(_RuntimePackInWorkloadVersion7) - - - - - $(_MonoWorkloadRuntimePackPackageVersion) - - Microsoft.NETCore.App.Runtime.Mono.multithread.**RID** - Microsoft.NETCore.App.Runtime.Mono.perftrace.**RID** - - - - - - - - - - - - - - - - - - - - Binary files /tmp/tmp55htk883/vTlrv2udn9/dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.12/Icon.png and /tmp/tmp55htk883/3qlnbtqn9D/dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.12/Icon.png differ diff -Nru dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.12/LICENSE.TXT dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.12/LICENSE.TXT --- dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.12/LICENSE.TXT 2023-09-28 00:27:44.000000000 +0000 +++ dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.12/LICENSE.TXT 1970-01-01 00:00:00.000000000 +0000 @@ -1,23 +0,0 @@ -The MIT License (MIT) - -Copyright (c) .NET Foundation and Contributors - -All rights reserved. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -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. diff -Nru dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.12/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100.nuspec dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.12/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100.nuspec --- dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.12/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100.nuspec 2023-09-28 00:34:44.000000000 +0000 +++ dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.12/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100.nuspec 1970-01-01 00:00:00.000000000 +0000 @@ -1,21 +0,0 @@ - - - - Microsoft.NET.Workload.Mono.ToolChain.net7.Manifest-7.0.100 - 7.0.12 - Microsoft.NET.Workload.Mono.Toolchain.net7.Manifest - Microsoft - microsoft,dotnetframework - false - MIT - https://licenses.nuget.org/MIT - Icon.png - https://dot.net/ - http://go.microsoft.com/fwlink/?LinkID=288859 - Internal toolchain package not meant for direct consumption. Please do not reference directly. - https://go.microsoft.com/fwlink/?LinkID=799421 - © Microsoft Corporation. All rights reserved. - true - - - \ No newline at end of file diff -Nru dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.12/THIRD-PARTY-NOTICES.TXT dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.12/THIRD-PARTY-NOTICES.TXT --- dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.12/THIRD-PARTY-NOTICES.TXT 2023-09-28 00:27:44.000000000 +0000 +++ dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.12/THIRD-PARTY-NOTICES.TXT 1970-01-01 00:00:00.000000000 +0000 @@ -1,1145 +0,0 @@ -.NET Runtime uses third-party libraries or other resources that may be -distributed under licenses different than the .NET Runtime software. - -In the event that we accidentally failed to list a required notice, please -bring it to our attention. Post an issue or email us: - - dotnet@microsoft.com - -The attached notices are provided for information only. - -License notice for ASP.NET -------------------------------- - -Copyright (c) .NET Foundation. All rights reserved. -Licensed under the Apache License, Version 2.0. - -Available at -https://github.com/dotnet/aspnetcore/blob/main/LICENSE.txt - -License notice for Slicing-by-8 -------------------------------- - -http://sourceforge.net/projects/slicing-by-8/ - -Copyright (c) 2004-2006 Intel Corporation - All Rights Reserved - - -This software program is licensed subject to the BSD License, available at -http://www.opensource.org/licenses/bsd-license.html. - - -License notice for Unicode data -------------------------------- - -https://www.unicode.org/license.html - -Copyright © 1991-2022 Unicode, Inc. All rights reserved. -Distributed under the Terms of Use in https://www.unicode.org/copyright.html. - -Permission is hereby granted, free of charge, to any person obtaining -a copy of the Unicode data files and any associated documentation -(the "Data Files") or Unicode software and any associated documentation -(the "Software") to deal in the Data Files or Software -without restriction, including without limitation the rights to use, -copy, modify, merge, publish, distribute, and/or sell copies of -the Data Files or Software, and to permit persons to whom the Data Files -or Software are furnished to do so, provided that either -(a) this copyright and permission notice appear with all copies -of the Data Files or Software, or -(b) this copyright and permission notice appear in associated -Documentation. - -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF -ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE -WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT OF THIRD PARTY RIGHTS. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS -NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL -DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, -DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER -TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR -PERFORMANCE OF THE DATA FILES OR SOFTWARE. - -Except as contained in this notice, the name of a copyright holder -shall not be used in advertising or otherwise to promote the sale, -use or other dealings in these Data Files or Software without prior -written authorization of the copyright holder. - -License notice for Zlib ------------------------ - -https://github.com/madler/zlib -https://zlib.net/zlib_license.html - -/* zlib.h -- interface of the 'zlib' general purpose compression library - version 1.2.13, October 13th, 2022 - - Copyright (C) 1995-2022 Jean-loup Gailly and Mark Adler - - This software is provided 'as-is', without any express or implied - warranty. In no event will the authors be held liable for any damages - arising from the use of this software. - - Permission is granted to anyone to use this software for any purpose, - including commercial applications, and to alter it and redistribute it - freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - 3. This notice may not be removed or altered from any source distribution. - - Jean-loup Gailly Mark Adler - jloup@gzip.org madler@alumni.caltech.edu - -*/ - -License notice for Mono -------------------------------- - -http://www.mono-project.com/docs/about-mono/ - -Copyright (c) .NET Foundation Contributors - -MIT License - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the Software), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 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. - -License notice for International Organization for Standardization ------------------------------------------------------------------ - -Portions (C) International Organization for Standardization 1986: - Permission to copy in any form is granted for use with - conforming SGML systems and applications as defined in - ISO 8879, provided this notice is included in all copies. - -License notice for Intel ------------------------- - -"Copyright (c) 2004-2006 Intel Corporation - All Rights Reserved - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: - -1. Redistributions of source code must retain the above copyright notice, this -list of conditions and the following disclaimer. - -2. Redistributions in binary form must reproduce the above copyright notice, -this list of conditions and the following disclaimer in the documentation -and/or other materials provided with the distribution. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -License notice for Xamarin and Novell -------------------------------------- - -Copyright (c) 2015 Xamarin, Inc (http://www.xamarin.com) - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -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. - -Copyright (c) 2011 Novell, Inc (http://www.novell.com) - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -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. - -Third party notice for W3C --------------------------- - -"W3C SOFTWARE AND DOCUMENT NOTICE AND LICENSE -Status: This license takes effect 13 May, 2015. -This work is being provided by the copyright holders under the following license. -License -By obtaining and/or copying this work, you (the licensee) agree that you have read, understood, and will comply with the following terms and conditions. -Permission to copy, modify, and distribute this work, with or without modification, for any purpose and without fee or royalty is hereby granted, provided that you include the following on ALL copies of the work or portions thereof, including modifications: -The full text of this NOTICE in a location viewable to users of the redistributed or derivative work. -Any pre-existing intellectual property disclaimers, notices, or terms and conditions. If none exist, the W3C Software and Document Short Notice should be included. -Notice of any changes or modifications, through a copyright statement on the new code or document such as "This software or document includes material copied from or derived from [title and URI of the W3C document]. Copyright © [YEAR] W3C® (MIT, ERCIM, Keio, Beihang)." -Disclaimers -THIS WORK IS PROVIDED "AS IS," AND COPYRIGHT HOLDERS MAKE NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO, WARRANTIES OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE OR DOCUMENT WILL NOT INFRINGE ANY THIRD PARTY PATENTS, COPYRIGHTS, TRADEMARKS OR OTHER RIGHTS. -COPYRIGHT HOLDERS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF ANY USE OF THE SOFTWARE OR DOCUMENT. -The name and trademarks of copyright holders may NOT be used in advertising or publicity pertaining to the work without specific, written prior permission. Title to copyright in this work will at all times remain with copyright holders." - -License notice for Bit Twiddling Hacks --------------------------------------- - -Bit Twiddling Hacks - -By Sean Eron Anderson -seander@cs.stanford.edu - -Individually, the code snippets here are in the public domain (unless otherwise -noted) — feel free to use them however you please. The aggregate collection and -descriptions are © 1997-2005 Sean Eron Anderson. The code and descriptions are -distributed in the hope that they will be useful, but WITHOUT ANY WARRANTY and -without even the implied warranty of merchantability or fitness for a particular -purpose. - -License notice for Brotli --------------------------------------- - -Copyright (c) 2009, 2010, 2013-2016 by the Brotli Authors. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -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. - -compress_fragment.c: -Copyright (c) 2011, Google Inc. -All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - - * Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above -copyright notice, this list of conditions and the following disclaimer -in the documentation and/or other materials provided with the -distribution. - * Neither the name of Google Inc. nor the names of its -contributors may be used to endorse or promote products derived from -this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -""AS IS"" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -decode_fuzzer.c: -Copyright (c) 2015 The Chromium Authors. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - - * Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above -copyright notice, this list of conditions and the following disclaimer -in the documentation and/or other materials provided with the -distribution. - * Neither the name of Google Inc. nor the names of its -contributors may be used to endorse or promote products derived from -this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -""AS IS"" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE." - -License notice for Json.NET -------------------------------- - -https://github.com/JamesNK/Newtonsoft.Json/blob/master/LICENSE.md - -The MIT License (MIT) - -Copyright (c) 2007 James Newton-King - -Permission is hereby granted, free of charge, to any person obtaining a copy of -this software and associated documentation files (the "Software"), to deal in -the Software without restriction, including without limitation the rights to -use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of -the Software, and to permit persons to whom the Software is furnished to do so, -subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS -FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR -COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 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. - -License notice for vectorized base64 encoding / decoding --------------------------------------------------------- - -Copyright (c) 2005-2007, Nick Galbreath -Copyright (c) 2013-2017, Alfred Klomp -Copyright (c) 2015-2017, Wojciech Mula -Copyright (c) 2016-2017, Matthieu Darbois -All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -- Redistributions of source code must retain the above copyright notice, - this list of conditions and the following disclaimer. - -- Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS -IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED -TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED -TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR -PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF -LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING -NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -License notice for RFC 3492 ---------------------------- - -The punycode implementation is based on the sample code in RFC 3492 - -Copyright (C) The Internet Society (2003). All Rights Reserved. - -This document and translations of it may be copied and furnished to -others, and derivative works that comment on or otherwise explain it -or assist in its implementation may be prepared, copied, published -and distributed, in whole or in part, without restriction of any -kind, provided that the above copyright notice and this paragraph are -included on all such copies and derivative works. However, this -document itself may not be modified in any way, such as by removing -the copyright notice or references to the Internet Society or other -Internet organizations, except as needed for the purpose of -developing Internet standards in which case the procedures for -copyrights defined in the Internet Standards process must be -followed, or as required to translate it into languages other than -English. - -The limited permissions granted above are perpetual and will not be -revoked by the Internet Society or its successors or assigns. - -This document and the information contained herein is provided on an -"AS IS" basis and THE INTERNET SOCIETY AND THE INTERNET ENGINEERING -TASK FORCE DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING -BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION -HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF -MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. - -License notice for Algorithm from Internet Draft document "UUIDs and GUIDs" ---------------------------------------------------------------------------- - -Copyright (c) 1990- 1993, 1996 Open Software Foundation, Inc. -Copyright (c) 1989 by Hewlett-Packard Company, Palo Alto, Ca. & -Digital Equipment Corporation, Maynard, Mass. -To anyone who acknowledges that this file is provided "AS IS" -without any express or implied warranty: permission to use, copy, -modify, and distribute this file for any purpose is hereby -granted without fee, provided that the above copyright notices and -this notice appears in all source code copies, and that none of -the names of Open Software Foundation, Inc., Hewlett-Packard -Company, or Digital Equipment Corporation be used in advertising -or publicity pertaining to distribution of the software without -specific, written prior permission. Neither Open Software -Foundation, Inc., Hewlett-Packard Company, Microsoft, nor Digital Equipment -Corporation makes any representations about the suitability of -this software for any purpose. - -Copyright(C) The Internet Society 1997. All Rights Reserved. - -This document and translations of it may be copied and furnished to others, -and derivative works that comment on or otherwise explain it or assist in -its implementation may be prepared, copied, published and distributed, in -whole or in part, without restriction of any kind, provided that the above -copyright notice and this paragraph are included on all such copies and -derivative works.However, this document itself may not be modified in any -way, such as by removing the copyright notice or references to the Internet -Society or other Internet organizations, except as needed for the purpose of -developing Internet standards in which case the procedures for copyrights -defined in the Internet Standards process must be followed, or as required -to translate it into languages other than English. - -The limited permissions granted above are perpetual and will not be revoked -by the Internet Society or its successors or assigns. - -This document and the information contained herein is provided on an "AS IS" -basis and THE INTERNET SOCIETY AND THE INTERNET ENGINEERING TASK FORCE -DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO -ANY WARRANTY THAT THE USE OF THE INFORMATION HEREIN WILL NOT INFRINGE ANY -RIGHTS OR ANY IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A -PARTICULAR PURPOSE. - -License notice for Algorithm from RFC 4122 - -A Universally Unique IDentifier (UUID) URN Namespace ----------------------------------------------------- - -Copyright (c) 1990- 1993, 1996 Open Software Foundation, Inc. -Copyright (c) 1989 by Hewlett-Packard Company, Palo Alto, Ca. & -Digital Equipment Corporation, Maynard, Mass. -Copyright (c) 1998 Microsoft. -To anyone who acknowledges that this file is provided "AS IS" -without any express or implied warranty: permission to use, copy, -modify, and distribute this file for any purpose is hereby -granted without fee, provided that the above copyright notices and -this notice appears in all source code copies, and that none of -the names of Open Software Foundation, Inc., Hewlett-Packard -Company, Microsoft, or Digital Equipment Corporation be used in -advertising or publicity pertaining to distribution of the software -without specific, written prior permission. Neither Open Software -Foundation, Inc., Hewlett-Packard Company, Microsoft, nor Digital -Equipment Corporation makes any representations about the -suitability of this software for any purpose." - -License notice for The LLVM Compiler Infrastructure ---------------------------------------------------- - -Developed by: - - LLVM Team - - University of Illinois at Urbana-Champaign - - http://llvm.org - -Permission is hereby granted, free of charge, to any person obtaining a copy of -this software and associated documentation files (the "Software"), to deal with -the Software without restriction, including without limitation the rights to -use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies -of the Software, and to permit persons to whom the Software is furnished to do -so, subject to the following conditions: - - * Redistributions of source code must retain the above copyright notice, - this list of conditions and the following disclaimers. - - * Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimers in the - documentation and/or other materials provided with the distribution. - - * Neither the names of the LLVM Team, University of Illinois at - Urbana-Champaign, nor the names of its contributors may be used to - endorse or promote products derived from this Software without specific - prior written permission. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS -FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -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 WITH THE -SOFTWARE. - -License notice for Bob Jenkins ------------------------------- - -By Bob Jenkins, 1996. bob_jenkins@burtleburtle.net. You may use this -code any way you wish, private, educational, or commercial. It's free. - -License notice for Greg Parker ------------------------------- - -Greg Parker gparker@cs.stanford.edu December 2000 -This code is in the public domain and may be copied or modified without -permission. - -License notice for libunwind based code ----------------------------------------- - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 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. - -License notice for Printing Floating-Point Numbers (Dragon4) ------------------------------------------------------------- - -/****************************************************************************** - Copyright (c) 2014 Ryan Juckett - http://www.ryanjuckett.com/ - - This software is provided 'as-is', without any express or implied - warranty. In no event will the authors be held liable for any damages - arising from the use of this software. - - Permission is granted to anyone to use this software for any purpose, - including commercial applications, and to alter it and redistribute it - freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. -******************************************************************************/ - -License notice for Printing Floating-point Numbers (Grisu3) ------------------------------------------------------------ - -Copyright 2012 the V8 project authors. All rights reserved. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. - * Neither the name of Google Inc. nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -License notice for xxHash -------------------------- - -xxHash Library -Copyright (c) 2012-2014, Yann Collet -All rights reserved. - -Redistribution and use in source and binary forms, with or without modification, -are permitted provided that the following conditions are met: - -* Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. - -* Redistributions in binary form must reproduce the above copyright notice, this - list of conditions and the following disclaimer in the documentation and/or - other materials provided with the distribution. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND -ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR -ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES -(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -License notice for Berkeley SoftFloat Release 3e ------------------------------------------------- - -https://github.com/ucb-bar/berkeley-softfloat-3 -https://github.com/ucb-bar/berkeley-softfloat-3/blob/master/COPYING.txt - -License for Berkeley SoftFloat Release 3e - -John R. Hauser -2018 January 20 - -The following applies to the whole of SoftFloat Release 3e as well as to -each source file individually. - -Copyright 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 The Regents of the -University of California. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: - - 1. Redistributions of source code must retain the above copyright notice, - this list of conditions, and the following disclaimer. - - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions, and the following disclaimer in the - documentation and/or other materials provided with the distribution. - - 3. Neither the name of the University nor the names of its contributors - may be used to endorse or promote products derived from this software - without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS "AS IS", AND ANY -EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE, ARE -DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY -DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES -(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND -ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF -THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -License notice for xoshiro RNGs --------------------------------- - -Written in 2018 by David Blackman and Sebastiano Vigna (vigna@acm.org) - -To the extent possible under law, the author has dedicated all copyright -and related and neighboring rights to this software to the public domain -worldwide. This software is distributed without any warranty. - -See . - -License for fastmod (https://github.com/lemire/fastmod) and ibm-fpgen (https://github.com/nigeltao/parse-number-fxx-test-data) --------------------------------------- - - Copyright 2018 Daniel Lemire - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - -License for sse4-strstr (https://github.com/WojciechMula/sse4-strstr) --------------------------------------- - - Copyright (c) 2008-2016, Wojciech Muła - All rights reserved. - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions are - met: - - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. - - THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS - IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED - TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A - PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT - HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED - TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR - PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF - LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING - NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS - SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -License notice for The C++ REST SDK ------------------------------------ - -C++ REST SDK - -The MIT License (MIT) - -Copyright (c) Microsoft Corporation - -All rights reserved. - -Permission is hereby granted, free of charge, to any person obtaining a copy of -this software and associated documentation files (the "Software"), to deal in -the Software without restriction, including without limitation the rights to -use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of -the Software, and to permit persons to whom the Software is furnished to do so, -subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -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. - -License notice for MessagePack-CSharp -------------------------------------- - -MessagePack for C# - -MIT License - -Copyright (c) 2017 Yoshifumi Kawai - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -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. - -License notice for lz4net -------------------------------------- - -lz4net - -Copyright (c) 2013-2017, Milosz Krajewski - -All rights reserved. - -Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - -Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. - -Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -License notice for Nerdbank.Streams ------------------------------------ - -The MIT License (MIT) - -Copyright (c) Andrew Arnott - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -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. - -License notice for RapidJSON ----------------------------- - -Tencent is pleased to support the open source community by making RapidJSON available. - -Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip. All rights reserved. - -Licensed under the MIT License (the "License"); you may not use this file except -in compliance with the License. You may obtain a copy of the License at - -http://opensource.org/licenses/MIT - -Unless required by applicable law or agreed to in writing, software distributed -under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR -CONDITIONS OF ANY KIND, either express or implied. See the License for the -specific language governing permissions and limitations under the License. - -License notice for DirectX Math Library ---------------------------------------- - -https://github.com/microsoft/DirectXMath/blob/master/LICENSE - - The MIT License (MIT) - -Copyright (c) 2011-2020 Microsoft Corp - -Permission is hereby granted, free of charge, to any person obtaining a copy of this -software and associated documentation files (the "Software"), to deal in the Software -without restriction, including without limitation the rights to use, copy, modify, -merge, publish, distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to the following -conditions: - -The above copyright notice and this permission notice shall be included in all copies -or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, -INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A -PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT -HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 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. - -License notice for ldap4net ---------------------------- - -The MIT License (MIT) - -Copyright (c) 2018 Alexander Chermyanin - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 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. - -License notice for vectorized sorting code ------------------------------------------- - -MIT License - -Copyright (c) 2020 Dan Shechter - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -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. - -License notice for musl ------------------------ - -musl as a whole is licensed under the following standard MIT license: - -Copyright © 2005-2020 Rich Felker, et al. - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY -CLAIM, DAMAGES OR OTHER 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. - - -License notice for "Faster Unsigned Division by Constants" ------------------------------- - -Reference implementations of computing and using the "magic number" approach to dividing -by constants, including codegen instructions. The unsigned division incorporates the -"round down" optimization per ridiculous_fish. - -This is free and unencumbered software. Any copyright is dedicated to the Public Domain. - - -License notice for mimalloc ------------------------------------ - -MIT License - -Copyright (c) 2019 Microsoft Corporation, Daan Leijen - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -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. - -License for remote stack unwind (https://github.com/llvm/llvm-project/blob/main/lldb/source/Symbol/CompactUnwindInfo.cpp) --------------------------------------- - -Copyright 2019 LLVM Project - -Licensed under the Apache License, Version 2.0 (the "License") with LLVM Exceptions; -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - -https://llvm.org/LICENSE.txt - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. - -License notice for Apple header files -------------------------------------- - -Copyright (c) 1980, 1986, 1993 - The Regents of the University of California. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: -1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. -2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. -3. All advertising materials mentioning features or use of this software - must display the following acknowledgement: - This product includes software developed by the University of - California, Berkeley and its contributors. -4. Neither the name of the University nor the names of its contributors - may be used to endorse or promote products derived from this software - without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND -ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS -OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY -OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF -SUCH DAMAGE. - -License notice for JavaScript queues -------------------------------------- - -CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED HEREUNDER. - -Statement of Purpose -The laws of most jurisdictions throughout the world automatically confer exclusive Copyright and Related Rights (defined below) upon the creator and subsequent owner(s) (each and all, an "owner") of an original work of authorship and/or a database (each, a "Work"). -Certain owners wish to permanently relinquish those rights to a Work for the purpose of contributing to a commons of creative, cultural and scientific works ("Commons") that the public can reliably and without fear of later claims of infringement build upon, modify, incorporate in other works, reuse and redistribute as freely as possible in any form whatsoever and for any purposes, including without limitation commercial purposes. These owners may contribute to the Commons to promote the ideal of a free culture and the further production of creative, cultural and scientific works, or to gain reputation or greater distribution for their Work in part through the use and efforts of others. -For these and/or other purposes and motivations, and without any expectation of additional consideration or compensation, the person associating CC0 with a Work (the "Affirmer"), to the extent that he or she is an owner of Copyright and Related Rights in the Work, voluntarily elects to apply CC0 to the Work and publicly distribute the Work under its terms, with knowledge of his or her Copyright and Related Rights in the Work and the meaning and intended legal effect of CC0 on those rights. - -1. Copyright and Related Rights. A Work made available under CC0 may be protected by copyright and related or neighboring rights ("Copyright and Related Rights"). Copyright and Related Rights include, but are not limited to, the following: -the right to reproduce, adapt, distribute, perform, display, communicate, and translate a Work; -moral rights retained by the original author(s) and/or performer(s); -publicity and privacy rights pertaining to a person's image or likeness depicted in a Work; -rights protecting against unfair competition in regards to a Work, subject to the limitations in paragraph 4(a), below; -rights protecting the extraction, dissemination, use and reuse of data in a Work; -database rights (such as those arising under Directive 96/9/EC of the European Parliament and of the Council of 11 March 1996 on the legal protection of databases, and under any national implementation thereof, including any amended or successor version of such directive); and -other similar, equivalent or corresponding rights throughout the world based on applicable law or treaty, and any national implementations thereof. -2. Waiver. To the greatest extent permitted by, but not in contravention of, applicable law, Affirmer hereby overtly, fully, permanently, irrevocably and unconditionally waives, abandons, and surrenders all of Affirmer's Copyright and Related Rights and associated claims and causes of action, whether now known or unknown (including existing as well as future claims and causes of action), in the Work (i) in all territories worldwide, (ii) for the maximum duration provided by applicable law or treaty (including future time extensions), (iii) in any current or future medium and for any number of copies, and (iv) for any purpose whatsoever, including without limitation commercial, advertising or promotional purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each member of the public at large and to the detriment of Affirmer's heirs and successors, fully intending that such Waiver shall not be subject to revocation, rescission, cancellation, termination, or any other legal or equitable action to disrupt the quiet enjoyment of the Work by the public as contemplated by Affirmer's express Statement of Purpose. -3. Public License Fallback. Should any part of the Waiver for any reason be judged legally invalid or ineffective under applicable law, then the Waiver shall be preserved to the maximum extent permitted taking into account Affirmer's express Statement of Purpose. In addition, to the extent the Waiver is so judged Affirmer hereby grants to each affected person a royalty-free, non transferable, non sublicensable, non exclusive, irrevocable and unconditional license to exercise Affirmer's Copyright and Related Rights in the Work (i) in all territories worldwide, (ii) for the maximum duration provided by applicable law or treaty (including future time extensions), (iii) in any current or future medium and for any number of copies, and (iv) for any purpose whatsoever, including without limitation commercial, advertising or promotional purposes (the "License"). The License shall be deemed effective as of the date CC0 was applied by Affirmer to the Work. Should any part of the License for any reason be judged legally invalid or ineffective under applicable law, such partial invalidity or ineffectiveness shall not invalidate the remainder of the License, and in such case Affirmer hereby affirms that he or she will not (i) exercise any of his or her remaining Copyright and Related Rights in the Work or (ii) assert any associated claims and causes of action with respect to the Work, in either case contrary to Affirmer's express Statement of Purpose. -4. Limitations and Disclaimers. -a. No trademark or patent rights held by Affirmer are waived, abandoned, surrendered, licensed or otherwise affected by this document. -b. Affirmer offers the Work as-is and makes no representations or warranties of any kind concerning the Work, express, implied, statutory or otherwise, including without limitation warranties of title, merchantability, fitness for a particular purpose, non infringement, or the absence of latent or other defects, accuracy, or the present or absence of errors, whether or not discoverable, all to the greatest extent permissible under applicable law. -c. Affirmer disclaims responsibility for clearing rights of other persons that may apply to the Work or any use thereof, including without limitation any person's Copyright and Related Rights in the Work. Further, Affirmer disclaims responsibility for obtaining any necessary consents, permissions or other rights required for any use of the Work. -d. Affirmer understands and acknowledges that Creative Commons is not a party to this document and has no duty or obligation with respect to this CC0 or use of the Work. - - -License notice for FastFloat algorithm -------------------------------------- -MIT License -Copyright (c) 2021 csFastFloat authors -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -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. - -License notice for MsQuic --------------------------------------- - -Copyright (c) Microsoft Corporation. -Licensed under the MIT License. - -Available at -https://github.com/microsoft/msquic/blob/main/LICENSE - -License notice for m-ou-se/floatconv -------------------------------- - -Copyright (c) 2020 Mara Bos -All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: - -1. Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. -2. Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND -ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR -ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES -(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND -ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -License notice for code from The Practice of Programming -------------------------------- - -Copyright (C) 1999 Lucent Technologies - -Excerpted from 'The Practice of Programming -by Brian W. Kernighan and Rob Pike - -You may use this code for any purpose, as long as you leave the copyright notice and book citation attached. - -Notice for Euclidean Affine Functions and Applications to Calendar -Algorithms -------------------------------- - -Aspects of Date/Time processing based on algorithm described in "Euclidean Affine Functions and Applications to Calendar -Algorithms", Cassio Neri and Lorenz Schneider. https://arxiv.org/pdf/2102.06959.pdf - -License notice for amd/aocl-libm-ose -------------------------------- - -Copyright (C) 2008-2020 Advanced Micro Devices, Inc. All rights reserved. - -Redistribution and use in source and binary forms, with or without modification, -are permitted provided that the following conditions are met: -1. Redistributions of source code must retain the above copyright notice, - this list of conditions and the following disclaimer. -2. Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. -3. Neither the name of the copyright holder nor the names of its contributors - may be used to endorse or promote products derived from this software without - specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND -ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, -OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, -WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. diff -Nru dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.13/data/localize/WorkloadManifest.cs.json dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.13/data/localize/WorkloadManifest.cs.json --- dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.13/data/localize/WorkloadManifest.cs.json 1970-01-01 00:00:00.000000000 +0000 +++ dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.13/data/localize/WorkloadManifest.cs.json 2023-10-18 22:36:08.000000000 +0000 @@ -0,0 +1,3 @@ +{ + "workloads/wasm-tools/description": "Nástroje pro sestavení .NET WebAssembly" +} \ No newline at end of file diff -Nru dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.13/data/localize/WorkloadManifest.de.json dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.13/data/localize/WorkloadManifest.de.json --- dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.13/data/localize/WorkloadManifest.de.json 1970-01-01 00:00:00.000000000 +0000 +++ dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.13/data/localize/WorkloadManifest.de.json 2023-10-18 22:36:08.000000000 +0000 @@ -0,0 +1,3 @@ +{ + "workloads/wasm-tools/description": ".NET WebAssembly-Buildtools" +} \ No newline at end of file diff -Nru dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.13/data/localize/WorkloadManifest.en.json dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.13/data/localize/WorkloadManifest.en.json --- dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.13/data/localize/WorkloadManifest.en.json 1970-01-01 00:00:00.000000000 +0000 +++ dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.13/data/localize/WorkloadManifest.en.json 2023-10-18 22:36:08.000000000 +0000 @@ -0,0 +1,3 @@ +{ + "workloads/wasm-tools/description": ".NET WebAssembly build tools" +} \ No newline at end of file diff -Nru dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.13/data/localize/WorkloadManifest.es.json dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.13/data/localize/WorkloadManifest.es.json --- dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.13/data/localize/WorkloadManifest.es.json 1970-01-01 00:00:00.000000000 +0000 +++ dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.13/data/localize/WorkloadManifest.es.json 2023-10-18 22:36:08.000000000 +0000 @@ -0,0 +1,3 @@ +{ + "workloads/wasm-tools/description": "Herramientas de compilación de WebAssembly de .NET" +} \ No newline at end of file diff -Nru dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.13/data/localize/WorkloadManifest.fr.json dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.13/data/localize/WorkloadManifest.fr.json --- dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.13/data/localize/WorkloadManifest.fr.json 1970-01-01 00:00:00.000000000 +0000 +++ dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.13/data/localize/WorkloadManifest.fr.json 2023-10-18 22:36:08.000000000 +0000 @@ -0,0 +1,3 @@ +{ + "workloads/wasm-tools/description": "Outils de construction .NET WebAssembly" +} \ No newline at end of file diff -Nru dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.13/data/localize/WorkloadManifest.it.json dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.13/data/localize/WorkloadManifest.it.json --- dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.13/data/localize/WorkloadManifest.it.json 1970-01-01 00:00:00.000000000 +0000 +++ dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.13/data/localize/WorkloadManifest.it.json 2023-10-18 22:36:08.000000000 +0000 @@ -0,0 +1,3 @@ +{ + "workloads/wasm-tools/description": "Strumenti di compilazione WebAssembly .NET" +} \ No newline at end of file diff -Nru dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.13/data/localize/WorkloadManifest.ja.json dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.13/data/localize/WorkloadManifest.ja.json --- dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.13/data/localize/WorkloadManifest.ja.json 1970-01-01 00:00:00.000000000 +0000 +++ dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.13/data/localize/WorkloadManifest.ja.json 2023-10-18 22:36:08.000000000 +0000 @@ -0,0 +1,3 @@ +{ + "workloads/wasm-tools/description": ".NET WebAssembly ビルド ツール" +} \ No newline at end of file diff -Nru dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.13/data/localize/WorkloadManifest.ko.json dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.13/data/localize/WorkloadManifest.ko.json --- dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.13/data/localize/WorkloadManifest.ko.json 1970-01-01 00:00:00.000000000 +0000 +++ dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.13/data/localize/WorkloadManifest.ko.json 2023-10-18 22:36:08.000000000 +0000 @@ -0,0 +1,3 @@ +{ + "workloads/wasm-tools/description": ".NET WebAssembly 빌드 도구" +} \ No newline at end of file diff -Nru dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.13/data/localize/WorkloadManifest.pl.json dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.13/data/localize/WorkloadManifest.pl.json --- dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.13/data/localize/WorkloadManifest.pl.json 1970-01-01 00:00:00.000000000 +0000 +++ dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.13/data/localize/WorkloadManifest.pl.json 2023-10-18 22:36:08.000000000 +0000 @@ -0,0 +1,3 @@ +{ + "workloads/wasm-tools/description": "Narzędzia kompilacji zestawu WebAssembly platformy .NET" +} \ No newline at end of file diff -Nru dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.13/data/localize/WorkloadManifest.pt-BR.json dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.13/data/localize/WorkloadManifest.pt-BR.json --- dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.13/data/localize/WorkloadManifest.pt-BR.json 1970-01-01 00:00:00.000000000 +0000 +++ dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.13/data/localize/WorkloadManifest.pt-BR.json 2023-10-18 22:36:08.000000000 +0000 @@ -0,0 +1,3 @@ +{ + "workloads/wasm-tools/description": "Ferramentas de build do .NET WebAssembly" +} \ No newline at end of file diff -Nru dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.13/data/localize/WorkloadManifest.ru.json dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.13/data/localize/WorkloadManifest.ru.json --- dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.13/data/localize/WorkloadManifest.ru.json 1970-01-01 00:00:00.000000000 +0000 +++ dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.13/data/localize/WorkloadManifest.ru.json 2023-10-18 22:36:08.000000000 +0000 @@ -0,0 +1,3 @@ +{ + "workloads/wasm-tools/description": "Средства сборки WebAssembly .NET" +} \ No newline at end of file diff -Nru dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.13/data/localize/WorkloadManifest.tr.json dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.13/data/localize/WorkloadManifest.tr.json --- dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.13/data/localize/WorkloadManifest.tr.json 1970-01-01 00:00:00.000000000 +0000 +++ dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.13/data/localize/WorkloadManifest.tr.json 2023-10-18 22:36:08.000000000 +0000 @@ -0,0 +1,3 @@ +{ + "workloads/wasm-tools/description": ".NET WebAssembly derleme araçları" +} \ No newline at end of file diff -Nru dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.13/data/localize/WorkloadManifest.zh-Hans.json dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.13/data/localize/WorkloadManifest.zh-Hans.json --- dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.13/data/localize/WorkloadManifest.zh-Hans.json 1970-01-01 00:00:00.000000000 +0000 +++ dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.13/data/localize/WorkloadManifest.zh-Hans.json 2023-10-18 22:36:08.000000000 +0000 @@ -0,0 +1,3 @@ +{ + "workloads/wasm-tools/description": ".NET WebAssembly 生成工具" +} \ No newline at end of file diff -Nru dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.13/data/localize/WorkloadManifest.zh-Hant.json dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.13/data/localize/WorkloadManifest.zh-Hant.json --- dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.13/data/localize/WorkloadManifest.zh-Hant.json 1970-01-01 00:00:00.000000000 +0000 +++ dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.13/data/localize/WorkloadManifest.zh-Hant.json 2023-10-18 22:36:08.000000000 +0000 @@ -0,0 +1,3 @@ +{ + "workloads/wasm-tools/description": ".NET WebAssembly 組建工具" +} \ No newline at end of file diff -Nru dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.13/data/WorkloadManifest.json dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.13/data/WorkloadManifest.json --- dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.13/data/WorkloadManifest.json 1970-01-01 00:00:00.000000000 +0000 +++ dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.13/data/WorkloadManifest.json 2023-10-18 22:43:08.000000000 +0000 @@ -0,0 +1,489 @@ +{ + "version": "7.0.13", + "depends-on": { + "Microsoft.NET.Workload.Emscripten.net7": "7.0.13" + }, + "workloads": { + "wasm-tools": { + "description": ".NET WebAssembly build tools", + "packs": [ + "Microsoft.NET.Runtime.WebAssembly.Sdk.net7", + "Microsoft.NETCore.App.Runtime.Mono.net7.browser-wasm", + "Microsoft.NETCore.App.Runtime.AOT.Cross.net7.browser-wasm" + ], + "extends": [ "microsoft-net-runtime-mono-tooling", "microsoft-net-sdk-emscripten-net7" ], + "platforms": [ "win-x64", "win-arm64", "linux-x64", "osx-x64", "osx-arm64" ] + }, + "wasm-experimental": { + "description": ".NET WebAssembly experimental tooling", + "packs": [ + "Microsoft.NET.Runtime.WebAssembly.Templates.net7", + "Microsoft.NETCore.App.Runtime.Mono.multithread.net7.browser-wasm", + "Microsoft.NETCore.App.Runtime.Mono.perftrace.net7.browser-wasm" + ], + "extends": [ "wasm-tools" ], + "platforms": [ "win-x64", "win-arm64", "linux-x64", "osx-x64", "osx-arm64" ] + }, + "microsoft-net-runtime-android": { + "abstract": true, + "description": "Android Mono Runtime", + "packs": [ + "Microsoft.NETCore.App.Runtime.Mono.net7.android-arm", + "Microsoft.NETCore.App.Runtime.Mono.net7.android-arm64", + "Microsoft.NETCore.App.Runtime.Mono.net7.android-x64", + "Microsoft.NETCore.App.Runtime.Mono.net7.android-x86" + ], + "extends": [ "microsoft-net-runtime-mono-tooling" ], + "platforms": [ "win-x64", "win-arm64", "linux-x64", "osx-x64", "osx-arm64" ] + }, + "microsoft-net-runtime-android-aot": { + "abstract": true, + "description": "Android Mono AOT Workload", + "packs": [ + "Microsoft.NETCore.App.Runtime.AOT.Cross.net7.android-x86", + "Microsoft.NETCore.App.Runtime.AOT.Cross.net7.android-x64", + "Microsoft.NETCore.App.Runtime.AOT.Cross.net7.android-arm", + "Microsoft.NETCore.App.Runtime.AOT.Cross.net7.android-arm64" + ], + "extends": [ "microsoft-net-runtime-android" ], + "platforms": [ "win-x64", "win-arm64", "linux-x64", "osx-x64", "osx-arm64" ] + }, + "microsoft-net-runtime-ios": { + "abstract": true, + "description": "iOS Mono Runtime and AOT Workload", + "packs": [ + "Microsoft.NETCore.App.Runtime.AOT.Cross.net7.ios-arm", + "Microsoft.NETCore.App.Runtime.AOT.Cross.net7.ios-arm64", + "Microsoft.NETCore.App.Runtime.AOT.Cross.net7.iossimulator-arm64", + "Microsoft.NETCore.App.Runtime.AOT.Cross.net7.iossimulator-x64", + "Microsoft.NETCore.App.Runtime.AOT.Cross.net7.iossimulator-x86" + ], + "extends": [ "runtimes-ios" ], + "platforms": [ "win-x64", "win-arm64", "osx-arm64", "osx-x64" ] + }, + "runtimes-ios": { + "abstract": true, + "description": "iOS Mono Runtime Packs", + "packs": [ + "Microsoft.NETCore.App.Runtime.Mono.net7.ios-arm", + "Microsoft.NETCore.App.Runtime.Mono.net7.ios-arm64", + "Microsoft.NETCore.App.Runtime.Mono.net7.iossimulator-arm64", + "Microsoft.NETCore.App.Runtime.Mono.net7.iossimulator-x64", + "Microsoft.NETCore.App.Runtime.Mono.net7.iossimulator-x86" + ], + "extends": [ "microsoft-net-runtime-mono-tooling" ], + "platforms": [ "win-x64", "win-arm64", "osx-arm64", "osx-x64" ] + }, + "microsoft-net-runtime-maccatalyst": { + "abstract": true, + "description": "MacCatalyst Mono Runtime and AOT Workload", + "packs": [ + "Microsoft.NETCore.App.Runtime.AOT.Cross.net7.maccatalyst-arm64", + "Microsoft.NETCore.App.Runtime.AOT.Cross.net7.maccatalyst-x64" + ], + "extends": [ "runtimes-maccatalyst" ], + "platforms": [ "win-x64", "win-arm64", "osx-arm64", "osx-x64" ] + }, + "runtimes-maccatalyst": { + "abstract": true, + "description": "MacCatalyst Mono Runtime Packs", + "packs": [ + "Microsoft.NETCore.App.Runtime.Mono.net7.maccatalyst-arm64", + "Microsoft.NETCore.App.Runtime.Mono.net7.maccatalyst-x64" + ], + "extends": [ "microsoft-net-runtime-mono-tooling" ], + "platforms": [ "win-x64", "win-arm64", "osx-arm64", "osx-x64" ] + }, + "microsoft-net-runtime-macos": { + "abstract": true, + "description": "MacOS CoreCLR and Mono Runtime Workload", + "packs": [ + "Microsoft.NETCore.App.Runtime.Mono.net7.osx-arm64", + "Microsoft.NETCore.App.Runtime.Mono.net7.osx-x64", + "Microsoft.NETCore.App.Runtime.osx-arm64", + "Microsoft.NETCore.App.Runtime.osx-x64" + ], + "extends": [ "microsoft-net-runtime-mono-tooling" ], + "platforms": [ "osx-arm64", "osx-x64" ] + }, + "microsoft-net-runtime-tvos": { + "abstract": true, + "description": "tvOS Mono Runtime and AOT Workload", + "packs": [ + "Microsoft.NETCore.App.Runtime.AOT.Cross.net7.tvos-arm64", + "Microsoft.NETCore.App.Runtime.AOT.Cross.net7.tvossimulator-arm64", + "Microsoft.NETCore.App.Runtime.AOT.Cross.net7.tvossimulator-x64" + ], + "extends": [ "runtimes-tvos" ], + "platforms": [ "win-x64", "win-arm64", "osx-arm64", "osx-x64" ] + }, + "runtimes-tvos": { + "abstract": true, + "description": "tvOS Mono Runtime Packs", + "packs": [ + "Microsoft.NETCore.App.Runtime.Mono.net7.tvos-arm64", + "Microsoft.NETCore.App.Runtime.Mono.net7.tvossimulator-arm64", + "Microsoft.NETCore.App.Runtime.Mono.net7.tvossimulator-x64" + ], + "extends": [ "microsoft-net-runtime-mono-tooling" ], + "platforms": [ "win-x64", "win-arm64", "osx-arm64", "osx-x64" ] + }, + "runtimes-windows": { + "description": "Windows Runtime Packs", + "packs": [ + "Microsoft.NETCore.App.Runtime.net7.win-x64", + "Microsoft.NETCore.App.Runtime.net7.win-x86", + "Microsoft.NETCore.App.Runtime.net7.win-arm", + "Microsoft.NETCore.App.Runtime.net7.win-arm64" + ] + }, + "microsoft-net-runtime-mono-tooling": { + "abstract": true, + "description": "Shared native build tooling for Mono runtime", + "packs": [ + "Microsoft.NET.Runtime.MonoAOTCompiler.Task.net7", + "Microsoft.NET.Runtime.MonoTargets.Sdk.net7" + ] + } + }, + "packs": { + "Microsoft.NET.Runtime.MonoAOTCompiler.Task.net7": { + "kind": "Sdk", + "version": "7.0.13", + "alias-to": { + "any": "Microsoft.NET.Runtime.MonoAOTCompiler.Task" + } + }, + "Microsoft.NET.Runtime.MonoTargets.Sdk.net7": { + "kind": "Sdk", + "version": "7.0.13", + "alias-to": { + "any": "Microsoft.NET.Runtime.MonoTargets.Sdk" + } + }, + "Microsoft.NET.Runtime.WebAssembly.Sdk.net7": { + "kind": "Sdk", + "version": "7.0.13", + "alias-to": { + "any": "Microsoft.NET.Runtime.WebAssembly.Sdk" + } + }, + "Microsoft.NET.Runtime.WebAssembly.Templates.net7": { + "kind": "template", + "version": "7.0.13", + "alias-to": { + "any": "Microsoft.NET.Runtime.WebAssembly.Templates" + } + }, + "Microsoft.NETCore.App.Runtime.Mono.net7.android-arm": { + "kind": "framework", + "version": "7.0.13", + "alias-to": { + "any": "Microsoft.NETCore.App.Runtime.Mono.android-arm" + } + }, + "Microsoft.NETCore.App.Runtime.Mono.net7.android-arm64": { + "kind": "framework", + "version": "7.0.13", + "alias-to": { + "any": "Microsoft.NETCore.App.Runtime.Mono.android-arm64" + } + }, + "Microsoft.NETCore.App.Runtime.Mono.net7.android-x64": { + "kind": "framework", + "version": "7.0.13", + "alias-to": { + "any": "Microsoft.NETCore.App.Runtime.Mono.android-x64" + } + }, + "Microsoft.NETCore.App.Runtime.Mono.net7.android-x86": { + "kind": "framework", + "version": "7.0.13", + "alias-to": { + "any": "Microsoft.NETCore.App.Runtime.Mono.android-x86" + } + }, + "Microsoft.NETCore.App.Runtime.AOT.Cross.net7.android-x86": { + "kind": "Sdk", + "version": "7.0.13", + "alias-to": { + "win-x64": "Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.android-x86", + "win-arm64": "Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.android-x86", + "linux-x64": "Microsoft.NETCore.App.Runtime.AOT.linux-x64.Cross.android-x86", + "osx-x64": "Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.android-x86", + "osx-arm64": "Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.android-x86" + } + }, + "Microsoft.NETCore.App.Runtime.AOT.Cross.net7.android-x64": { + "kind": "Sdk", + "version": "7.0.13", + "alias-to": { + "win-x64": "Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.android-x64", + "win-arm64": "Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.android-x64", + "linux-x64": "Microsoft.NETCore.App.Runtime.AOT.linux-x64.Cross.android-x64", + "osx-x64": "Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.android-x64", + "osx-arm64": "Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.android-x64" + } + }, + "Microsoft.NETCore.App.Runtime.AOT.Cross.net7.android-arm": { + "kind": "Sdk", + "version": "7.0.13", + "alias-to": { + "win-x64": "Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.android-arm", + "win-arm64": "Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.android-arm", + "linux-x64": "Microsoft.NETCore.App.Runtime.AOT.linux-x64.Cross.android-arm", + "osx-x64": "Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.android-arm", + "osx-arm64": "Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.android-arm" + } + }, + "Microsoft.NETCore.App.Runtime.AOT.Cross.net7.android-arm64": { + "kind": "Sdk", + "version": "7.0.13", + "alias-to": { + "win-x64": "Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.android-arm64", + "win-arm64": "Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.android-arm64", + "linux-x64": "Microsoft.NETCore.App.Runtime.AOT.linux-x64.Cross.android-arm64", + "osx-x64": "Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.android-arm64", + "osx-arm64": "Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.android-arm64" + } + }, + "Microsoft.NETCore.App.Runtime.Mono.net7.maccatalyst-arm64": { + "kind": "framework", + "version": "7.0.13", + "alias-to": { + "any": "Microsoft.NETCore.App.Runtime.Mono.maccatalyst-arm64" + } + }, + "Microsoft.NETCore.App.Runtime.Mono.net7.maccatalyst-x64": { + "kind": "framework", + "version": "7.0.13", + "alias-to": { + "any": "Microsoft.NETCore.App.Runtime.Mono.maccatalyst-x64" + } + }, + "Microsoft.NETCore.App.Runtime.Mono.net7.osx-arm64": { + "kind": "framework", + "version": "7.0.13", + "alias-to": { + "any": "Microsoft.NETCore.App.Runtime.Mono.osx-arm64" + } + }, + "Microsoft.NETCore.App.Runtime.Mono.net7.osx-x64": { + "kind": "framework", + "version": "7.0.13", + "alias-to": { + "any": "Microsoft.NETCore.App.Runtime.Mono.osx-x64" + } + }, + "Microsoft.NETCore.App.Runtime.net7.osx-arm64": { + "kind": "framework", + "version": "7.0.13", + "alias-to": { + "any": "Microsoft.NETCore.App.Runtime.Mono.osx-arm64" + } + }, + "Microsoft.NETCore.App.Runtime.net7.osx-x64": { + "kind": "framework", + "version": "7.0.13", + "alias-to": { + "any": "Microsoft.NETCore.App.Runtime.osx-x64" + } + }, + "Microsoft.NETCore.App.Runtime.Mono.net7.ios-arm" : { + "kind": "framework", + "version": "7.0.13", + "alias-to": { + "any": "Microsoft.NETCore.App.Runtime.Mono.ios-arm" + } + }, + "Microsoft.NETCore.App.Runtime.Mono.net7.ios-arm64" : { + "kind": "framework", + "version": "7.0.13", + "alias-to": { + "any": "Microsoft.NETCore.App.Runtime.Mono.ios-arm64" + } + }, + "Microsoft.NETCore.App.Runtime.Mono.net7.iossimulator-arm64" : { + "kind": "framework", + "version": "7.0.13", + "alias-to": { + "any": "Microsoft.NETCore.App.Runtime.Mono.iossimulator-arm64" + } + }, + "Microsoft.NETCore.App.Runtime.Mono.net7.iossimulator-x64" : { + "kind": "framework", + "version": "7.0.13", + "alias-to": { + "any": "Microsoft.NETCore.App.Runtime.Mono.iossimulator-x64" + } + }, + "Microsoft.NETCore.App.Runtime.Mono.net7.iossimulator-x86" : { + "kind": "framework", + "version": "7.0.13", + "alias-to": { + "any": "Microsoft.NETCore.App.Runtime.Mono.iossimulator-x86" + } + }, + "Microsoft.NETCore.App.Runtime.AOT.Cross.net7.tvos-arm64": { + "kind": "Sdk", + "version": "7.0.13", + "alias-to": { + "osx-x64": "Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.tvos-arm64", + "osx-arm64": "Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.tvos-arm64" + } + }, + "Microsoft.NETCore.App.Runtime.Mono.net7.tvos-arm64" : { + "kind": "framework", + "version": "7.0.13", + "alias-to": { + "any": "Microsoft.NETCore.App.Runtime.Mono.tvos-arm64" + } + }, + "Microsoft.NETCore.App.Runtime.Mono.net7.tvossimulator-arm64" : { + "kind": "framework", + "version": "7.0.13", + "alias-to": { + "any": "Microsoft.NETCore.App.Runtime.Mono.tvossimulator-arm64" + } + }, + "Microsoft.NETCore.App.Runtime.Mono.net7.tvossimulator-x64" : { + "kind": "framework", + "version": "7.0.13", + "alias-to": { + "any": "Microsoft.NETCore.App.Runtime.Mono.tvossimulator-x64" + } + }, + "Microsoft.NETCore.App.Runtime.AOT.Cross.net7.maccatalyst-arm64": { + "kind": "Sdk", + "version": "7.0.13", + "alias-to": { + "osx-arm64": "Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.maccatalyst-arm64", + "osx-x64": "Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.maccatalyst-arm64" + } + }, + "Microsoft.NETCore.App.Runtime.AOT.Cross.net7.maccatalyst-x64": { + "kind": "Sdk", + "version": "7.0.13", + "alias-to": { + "osx-arm64": "Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.maccatalyst-x64", + "osx-x64": "Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.maccatalyst-x64" + } + }, + "Microsoft.NETCore.App.Runtime.AOT.Cross.net7.tvossimulator-arm64": { + "kind": "Sdk", + "version": "7.0.13", + "alias-to": { + "osx-arm64": "Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.tvossimulator-arm64", + "osx-x64": "Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.tvossimulator-arm64" + } + }, + "Microsoft.NETCore.App.Runtime.AOT.Cross.net7.tvossimulator-x64": { + "kind": "Sdk", + "version": "7.0.13", + "alias-to": { + "osx-arm64": "Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.tvossimulator-x64", + "osx-x64": "Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.tvossimulator-x64" + } + }, + "Microsoft.NETCore.App.Runtime.AOT.Cross.net7.ios-arm": { + "kind": "Sdk", + "version": "7.0.13", + "alias-to": { + "osx-x64": "Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.ios-arm", + "osx-arm64": "Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.ios-arm" + } + }, + "Microsoft.NETCore.App.Runtime.AOT.Cross.net7.ios-arm64": { + "kind": "Sdk", + "version": "7.0.13", + "alias-to": { + "osx-x64": "Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.ios-arm64", + "osx-arm64": "Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.ios-arm64" + } + }, + "Microsoft.NETCore.App.Runtime.AOT.Cross.net7.iossimulator-arm64": { + "kind": "Sdk", + "version": "7.0.13", + "alias-to": { + "osx-arm64": "Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.iossimulator-arm64", + "osx-x64": "Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.iossimulator-arm64" + } + }, + "Microsoft.NETCore.App.Runtime.AOT.Cross.net7.iossimulator-x64": { + "kind": "Sdk", + "version": "7.0.13", + "alias-to": { + "osx-arm64": "Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.iossimulator-x64", + "osx-x64": "Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.iossimulator-x64" + } + }, + "Microsoft.NETCore.App.Runtime.AOT.Cross.net7.iossimulator-x86": { + "kind": "Sdk", + "version": "7.0.13", + "alias-to": { + "osx-arm64": "Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.iossimulator-x86", + "osx-x64": "Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.iossimulator-x86" + } + }, + "Microsoft.NETCore.App.Runtime.AOT.Cross.net7.browser-wasm": { + "kind": "Sdk", + "version": "7.0.13", + "alias-to": { + "win-x64": "Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.browser-wasm", + "win-arm64": "Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.browser-wasm", + "linux-x64": "Microsoft.NETCore.App.Runtime.AOT.linux-x64.Cross.browser-wasm", + "osx-x64": "Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.browser-wasm", + "osx-arm64": "Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.browser-wasm" + } + }, + "Microsoft.NETCore.App.Runtime.Mono.net7.browser-wasm" : { + "kind": "framework", + "version": "7.0.13", + "alias-to": { + "any": "Microsoft.NETCore.App.Runtime.Mono.browser-wasm" + } + }, + "Microsoft.NETCore.App.Runtime.Mono.multithread.net7.browser-wasm" : { + "kind": "framework", + "version": "7.0.13", + "alias-to": { + "any": "Microsoft.NETCore.App.Runtime.Mono.multithread.browser-wasm" + } + }, + "Microsoft.NETCore.App.Runtime.Mono.perftrace.net7.browser-wasm" : { + "kind": "framework", + "version": "7.0.13", + "alias-to": { + "any": "Microsoft.NETCore.App.Runtime.Mono.perftrace.browser-wasm" + } + }, + "Microsoft.NETCore.App.Runtime.net7.win-x64" : { + "kind": "framework", + "version": "7.0.13", + "alias-to": { + "any": "Microsoft.NETCore.App.Runtime.win-x64" + } + }, + "Microsoft.NETCore.App.Runtime.net7.win-x86" : { + "kind": "framework", + "version": "7.0.13", + "alias-to": { + "any": "Microsoft.NETCore.App.Runtime.win-x86" + } + }, + "Microsoft.NETCore.App.Runtime.net7.win-arm" : { + "kind": "framework", + "version": "7.0.13", + "alias-to": { + "any": "Microsoft.NETCore.App.Runtime.win-arm" + } + }, + "Microsoft.NETCore.App.Runtime.net7.win-arm64" : { + "kind": "framework", + "version": "7.0.13", + "alias-to": { + "any": "Microsoft.NETCore.App.Runtime.win-arm64" + } + } + } +} diff -Nru dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.13/data/WorkloadManifest.targets dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.13/data/WorkloadManifest.targets --- dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.13/data/WorkloadManifest.targets 1970-01-01 00:00:00.000000000 +0000 +++ dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.13/data/WorkloadManifest.targets 2023-10-18 22:43:08.000000000 +0000 @@ -0,0 +1,140 @@ + + + <_RuntimePackInWorkloadVersion7>7.0.13 + <_BrowserWorkloadDisabled7>$(BrowserWorkloadDisabled) + <_BrowserWorkloadDisabled7 Condition="'$(_BrowserWorkloadDisabled7)' == '' and + '$(RuntimeIdentifier)' == 'browser-wasm' and + '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and + !$([MSBuild]::VersionEquals('$(TargetFrameworkVersion)', '7.0'))">true + true + + + + + true + false + + + + + true + $(WasmNativeWorkload7) + + + + false + false + false + + + + false + true + + + + true + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <_MonoWorkloadTargetsMobile>true + <_MonoWorkloadRuntimePackPackageVersion>$(_RuntimePackInWorkloadVersion7) + + + + + $(_MonoWorkloadRuntimePackPackageVersion) + + Microsoft.NETCore.App.Runtime.Mono.multithread.**RID** + Microsoft.NETCore.App.Runtime.Mono.perftrace.**RID** + + + + + + + + + + + + + + + + + + + + Binary files /tmp/tmp55htk883/vTlrv2udn9/dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.13/Icon.png and /tmp/tmp55htk883/3qlnbtqn9D/dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.13/Icon.png differ diff -Nru dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.13/LICENSE.TXT dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.13/LICENSE.TXT --- dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.13/LICENSE.TXT 1970-01-01 00:00:00.000000000 +0000 +++ dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.13/LICENSE.TXT 2023-10-18 22:35:30.000000000 +0000 @@ -0,0 +1,23 @@ +The MIT License (MIT) + +Copyright (c) .NET Foundation and Contributors + +All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +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. diff -Nru dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.13/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100.nuspec dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.13/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100.nuspec --- dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.13/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100.nuspec 1970-01-01 00:00:00.000000000 +0000 +++ dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.13/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100.nuspec 2023-10-18 22:43:10.000000000 +0000 @@ -0,0 +1,21 @@ + + + + Microsoft.NET.Workload.Mono.ToolChain.net7.Manifest-7.0.100 + 7.0.13 + Microsoft.NET.Workload.Mono.Toolchain.net7.Manifest + Microsoft + microsoft,dotnetframework + false + MIT + https://licenses.nuget.org/MIT + Icon.png + https://dot.net/ + http://go.microsoft.com/fwlink/?LinkID=288859 + Internal toolchain package not meant for direct consumption. Please do not reference directly. + https://go.microsoft.com/fwlink/?LinkID=799421 + © Microsoft Corporation. All rights reserved. + true + + + \ No newline at end of file diff -Nru dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.13/THIRD-PARTY-NOTICES.TXT dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.13/THIRD-PARTY-NOTICES.TXT --- dotnet7-7.0.112/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.13/THIRD-PARTY-NOTICES.TXT 1970-01-01 00:00:00.000000000 +0000 +++ dotnet7-7.0.113/packages/text-only/microsoft.net.workload.mono.toolchain.net7.manifest-7.0.100/7.0.13/THIRD-PARTY-NOTICES.TXT 2023-10-18 22:35:30.000000000 +0000 @@ -0,0 +1,1145 @@ +.NET Runtime uses third-party libraries or other resources that may be +distributed under licenses different than the .NET Runtime software. + +In the event that we accidentally failed to list a required notice, please +bring it to our attention. Post an issue or email us: + + dotnet@microsoft.com + +The attached notices are provided for information only. + +License notice for ASP.NET +------------------------------- + +Copyright (c) .NET Foundation. All rights reserved. +Licensed under the Apache License, Version 2.0. + +Available at +https://github.com/dotnet/aspnetcore/blob/main/LICENSE.txt + +License notice for Slicing-by-8 +------------------------------- + +http://sourceforge.net/projects/slicing-by-8/ + +Copyright (c) 2004-2006 Intel Corporation - All Rights Reserved + + +This software program is licensed subject to the BSD License, available at +http://www.opensource.org/licenses/bsd-license.html. + + +License notice for Unicode data +------------------------------- + +https://www.unicode.org/license.html + +Copyright © 1991-2022 Unicode, Inc. All rights reserved. +Distributed under the Terms of Use in https://www.unicode.org/copyright.html. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. + +License notice for Zlib +----------------------- + +https://github.com/madler/zlib +https://zlib.net/zlib_license.html + +/* zlib.h -- interface of the 'zlib' general purpose compression library + version 1.2.13, October 13th, 2022 + + Copyright (C) 1995-2022 Jean-loup Gailly and Mark Adler + + This software is provided 'as-is', without any express or implied + warranty. In no event will the authors be held liable for any damages + arising from the use of this software. + + Permission is granted to anyone to use this software for any purpose, + including commercial applications, and to alter it and redistribute it + freely, subject to the following restrictions: + + 1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. + 2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. + 3. This notice may not be removed or altered from any source distribution. + + Jean-loup Gailly Mark Adler + jloup@gzip.org madler@alumni.caltech.edu + +*/ + +License notice for Mono +------------------------------- + +http://www.mono-project.com/docs/about-mono/ + +Copyright (c) .NET Foundation Contributors + +MIT License + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the Software), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 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. + +License notice for International Organization for Standardization +----------------------------------------------------------------- + +Portions (C) International Organization for Standardization 1986: + Permission to copy in any form is granted for use with + conforming SGML systems and applications as defined in + ISO 8879, provided this notice is included in all copies. + +License notice for Intel +------------------------ + +"Copyright (c) 2004-2006 Intel Corporation - All Rights Reserved + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + +1. Redistributions of source code must retain the above copyright notice, this +list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright notice, +this list of conditions and the following disclaimer in the documentation +and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +License notice for Xamarin and Novell +------------------------------------- + +Copyright (c) 2015 Xamarin, Inc (http://www.xamarin.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +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. + +Copyright (c) 2011 Novell, Inc (http://www.novell.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +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. + +Third party notice for W3C +-------------------------- + +"W3C SOFTWARE AND DOCUMENT NOTICE AND LICENSE +Status: This license takes effect 13 May, 2015. +This work is being provided by the copyright holders under the following license. +License +By obtaining and/or copying this work, you (the licensee) agree that you have read, understood, and will comply with the following terms and conditions. +Permission to copy, modify, and distribute this work, with or without modification, for any purpose and without fee or royalty is hereby granted, provided that you include the following on ALL copies of the work or portions thereof, including modifications: +The full text of this NOTICE in a location viewable to users of the redistributed or derivative work. +Any pre-existing intellectual property disclaimers, notices, or terms and conditions. If none exist, the W3C Software and Document Short Notice should be included. +Notice of any changes or modifications, through a copyright statement on the new code or document such as "This software or document includes material copied from or derived from [title and URI of the W3C document]. Copyright © [YEAR] W3C® (MIT, ERCIM, Keio, Beihang)." +Disclaimers +THIS WORK IS PROVIDED "AS IS," AND COPYRIGHT HOLDERS MAKE NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO, WARRANTIES OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE OR DOCUMENT WILL NOT INFRINGE ANY THIRD PARTY PATENTS, COPYRIGHTS, TRADEMARKS OR OTHER RIGHTS. +COPYRIGHT HOLDERS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF ANY USE OF THE SOFTWARE OR DOCUMENT. +The name and trademarks of copyright holders may NOT be used in advertising or publicity pertaining to the work without specific, written prior permission. Title to copyright in this work will at all times remain with copyright holders." + +License notice for Bit Twiddling Hacks +-------------------------------------- + +Bit Twiddling Hacks + +By Sean Eron Anderson +seander@cs.stanford.edu + +Individually, the code snippets here are in the public domain (unless otherwise +noted) — feel free to use them however you please. The aggregate collection and +descriptions are © 1997-2005 Sean Eron Anderson. The code and descriptions are +distributed in the hope that they will be useful, but WITHOUT ANY WARRANTY and +without even the implied warranty of merchantability or fitness for a particular +purpose. + +License notice for Brotli +-------------------------------------- + +Copyright (c) 2009, 2010, 2013-2016 by the Brotli Authors. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +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. + +compress_fragment.c: +Copyright (c) 2011, Google Inc. +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +""AS IS"" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +decode_fuzzer.c: +Copyright (c) 2015 The Chromium Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +""AS IS"" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE." + +License notice for Json.NET +------------------------------- + +https://github.com/JamesNK/Newtonsoft.Json/blob/master/LICENSE.md + +The MIT License (MIT) + +Copyright (c) 2007 James Newton-King + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +the Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 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. + +License notice for vectorized base64 encoding / decoding +-------------------------------------------------------- + +Copyright (c) 2005-2007, Nick Galbreath +Copyright (c) 2013-2017, Alfred Klomp +Copyright (c) 2015-2017, Wojciech Mula +Copyright (c) 2016-2017, Matthieu Darbois +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + +- Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. + +- Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS +IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED +TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A +PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED +TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR +PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF +LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING +NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +License notice for RFC 3492 +--------------------------- + +The punycode implementation is based on the sample code in RFC 3492 + +Copyright (C) The Internet Society (2003). All Rights Reserved. + +This document and translations of it may be copied and furnished to +others, and derivative works that comment on or otherwise explain it +or assist in its implementation may be prepared, copied, published +and distributed, in whole or in part, without restriction of any +kind, provided that the above copyright notice and this paragraph are +included on all such copies and derivative works. However, this +document itself may not be modified in any way, such as by removing +the copyright notice or references to the Internet Society or other +Internet organizations, except as needed for the purpose of +developing Internet standards in which case the procedures for +copyrights defined in the Internet Standards process must be +followed, or as required to translate it into languages other than +English. + +The limited permissions granted above are perpetual and will not be +revoked by the Internet Society or its successors or assigns. + +This document and the information contained herein is provided on an +"AS IS" basis and THE INTERNET SOCIETY AND THE INTERNET ENGINEERING +TASK FORCE DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING +BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION +HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF +MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. + +License notice for Algorithm from Internet Draft document "UUIDs and GUIDs" +--------------------------------------------------------------------------- + +Copyright (c) 1990- 1993, 1996 Open Software Foundation, Inc. +Copyright (c) 1989 by Hewlett-Packard Company, Palo Alto, Ca. & +Digital Equipment Corporation, Maynard, Mass. +To anyone who acknowledges that this file is provided "AS IS" +without any express or implied warranty: permission to use, copy, +modify, and distribute this file for any purpose is hereby +granted without fee, provided that the above copyright notices and +this notice appears in all source code copies, and that none of +the names of Open Software Foundation, Inc., Hewlett-Packard +Company, or Digital Equipment Corporation be used in advertising +or publicity pertaining to distribution of the software without +specific, written prior permission. Neither Open Software +Foundation, Inc., Hewlett-Packard Company, Microsoft, nor Digital Equipment +Corporation makes any representations about the suitability of +this software for any purpose. + +Copyright(C) The Internet Society 1997. All Rights Reserved. + +This document and translations of it may be copied and furnished to others, +and derivative works that comment on or otherwise explain it or assist in +its implementation may be prepared, copied, published and distributed, in +whole or in part, without restriction of any kind, provided that the above +copyright notice and this paragraph are included on all such copies and +derivative works.However, this document itself may not be modified in any +way, such as by removing the copyright notice or references to the Internet +Society or other Internet organizations, except as needed for the purpose of +developing Internet standards in which case the procedures for copyrights +defined in the Internet Standards process must be followed, or as required +to translate it into languages other than English. + +The limited permissions granted above are perpetual and will not be revoked +by the Internet Society or its successors or assigns. + +This document and the information contained herein is provided on an "AS IS" +basis and THE INTERNET SOCIETY AND THE INTERNET ENGINEERING TASK FORCE +DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO +ANY WARRANTY THAT THE USE OF THE INFORMATION HEREIN WILL NOT INFRINGE ANY +RIGHTS OR ANY IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A +PARTICULAR PURPOSE. + +License notice for Algorithm from RFC 4122 - +A Universally Unique IDentifier (UUID) URN Namespace +---------------------------------------------------- + +Copyright (c) 1990- 1993, 1996 Open Software Foundation, Inc. +Copyright (c) 1989 by Hewlett-Packard Company, Palo Alto, Ca. & +Digital Equipment Corporation, Maynard, Mass. +Copyright (c) 1998 Microsoft. +To anyone who acknowledges that this file is provided "AS IS" +without any express or implied warranty: permission to use, copy, +modify, and distribute this file for any purpose is hereby +granted without fee, provided that the above copyright notices and +this notice appears in all source code copies, and that none of +the names of Open Software Foundation, Inc., Hewlett-Packard +Company, Microsoft, or Digital Equipment Corporation be used in +advertising or publicity pertaining to distribution of the software +without specific, written prior permission. Neither Open Software +Foundation, Inc., Hewlett-Packard Company, Microsoft, nor Digital +Equipment Corporation makes any representations about the +suitability of this software for any purpose." + +License notice for The LLVM Compiler Infrastructure +--------------------------------------------------- + +Developed by: + + LLVM Team + + University of Illinois at Urbana-Champaign + + http://llvm.org + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal with +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies +of the Software, and to permit persons to whom the Software is furnished to do +so, subject to the following conditions: + + * Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimers. + + * Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimers in the + documentation and/or other materials provided with the distribution. + + * Neither the names of the LLVM Team, University of Illinois at + Urbana-Champaign, nor the names of its contributors may be used to + endorse or promote products derived from this Software without specific + prior written permission. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +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 WITH THE +SOFTWARE. + +License notice for Bob Jenkins +------------------------------ + +By Bob Jenkins, 1996. bob_jenkins@burtleburtle.net. You may use this +code any way you wish, private, educational, or commercial. It's free. + +License notice for Greg Parker +------------------------------ + +Greg Parker gparker@cs.stanford.edu December 2000 +This code is in the public domain and may be copied or modified without +permission. + +License notice for libunwind based code +---------------------------------------- + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 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. + +License notice for Printing Floating-Point Numbers (Dragon4) +------------------------------------------------------------ + +/****************************************************************************** + Copyright (c) 2014 Ryan Juckett + http://www.ryanjuckett.com/ + + This software is provided 'as-is', without any express or implied + warranty. In no event will the authors be held liable for any damages + arising from the use of this software. + + Permission is granted to anyone to use this software for any purpose, + including commercial applications, and to alter it and redistribute it + freely, subject to the following restrictions: + + 1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. + + 2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. + + 3. This notice may not be removed or altered from any source + distribution. +******************************************************************************/ + +License notice for Printing Floating-point Numbers (Grisu3) +----------------------------------------------------------- + +Copyright 2012 the V8 project authors. All rights reserved. +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google Inc. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +License notice for xxHash +------------------------- + +xxHash Library +Copyright (c) 2012-2014, Yann Collet +All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, +are permitted provided that the following conditions are met: + +* Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. + +* Redistributions in binary form must reproduce the above copyright notice, this + list of conditions and the following disclaimer in the documentation and/or + other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR +ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON +ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +License notice for Berkeley SoftFloat Release 3e +------------------------------------------------ + +https://github.com/ucb-bar/berkeley-softfloat-3 +https://github.com/ucb-bar/berkeley-softfloat-3/blob/master/COPYING.txt + +License for Berkeley SoftFloat Release 3e + +John R. Hauser +2018 January 20 + +The following applies to the whole of SoftFloat Release 3e as well as to +each source file individually. + +Copyright 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 The Regents of the +University of California. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + + 1. Redistributions of source code must retain the above copyright notice, + this list of conditions, and the following disclaimer. + + 2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions, and the following disclaimer in the + documentation and/or other materials provided with the distribution. + + 3. Neither the name of the University nor the names of its contributors + may be used to endorse or promote products derived from this software + without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS "AS IS", AND ANY +EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE, ARE +DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY +DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND +ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF +THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +License notice for xoshiro RNGs +-------------------------------- + +Written in 2018 by David Blackman and Sebastiano Vigna (vigna@acm.org) + +To the extent possible under law, the author has dedicated all copyright +and related and neighboring rights to this software to the public domain +worldwide. This software is distributed without any warranty. + +See . + +License for fastmod (https://github.com/lemire/fastmod) and ibm-fpgen (https://github.com/nigeltao/parse-number-fxx-test-data) +-------------------------------------- + + Copyright 2018 Daniel Lemire + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + +License for sse4-strstr (https://github.com/WojciechMula/sse4-strstr) +-------------------------------------- + + Copyright (c) 2008-2016, Wojciech Muła + All rights reserved. + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are + met: + + 1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + 2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS + IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED + TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT + HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, + SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED + TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR + PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF + LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING + NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS + SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +License notice for The C++ REST SDK +----------------------------------- + +C++ REST SDK + +The MIT License (MIT) + +Copyright (c) Microsoft Corporation + +All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +the Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +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. + +License notice for MessagePack-CSharp +------------------------------------- + +MessagePack for C# + +MIT License + +Copyright (c) 2017 Yoshifumi Kawai + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +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. + +License notice for lz4net +------------------------------------- + +lz4net + +Copyright (c) 2013-2017, Milosz Krajewski + +All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: + +Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. + +Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +License notice for Nerdbank.Streams +----------------------------------- + +The MIT License (MIT) + +Copyright (c) Andrew Arnott + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +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. + +License notice for RapidJSON +---------------------------- + +Tencent is pleased to support the open source community by making RapidJSON available. + +Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip. All rights reserved. + +Licensed under the MIT License (the "License"); you may not use this file except +in compliance with the License. You may obtain a copy of the License at + +http://opensource.org/licenses/MIT + +Unless required by applicable law or agreed to in writing, software distributed +under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR +CONDITIONS OF ANY KIND, either express or implied. See the License for the +specific language governing permissions and limitations under the License. + +License notice for DirectX Math Library +--------------------------------------- + +https://github.com/microsoft/DirectXMath/blob/master/LICENSE + + The MIT License (MIT) + +Copyright (c) 2011-2020 Microsoft Corp + +Permission is hereby granted, free of charge, to any person obtaining a copy of this +software and associated documentation files (the "Software"), to deal in the Software +without restriction, including without limitation the rights to use, copy, modify, +merge, publish, distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to the following +conditions: + +The above copyright notice and this permission notice shall be included in all copies +or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, +INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A +PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 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. + +License notice for ldap4net +--------------------------- + +The MIT License (MIT) + +Copyright (c) 2018 Alexander Chermyanin + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 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. + +License notice for vectorized sorting code +------------------------------------------ + +MIT License + +Copyright (c) 2020 Dan Shechter + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +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. + +License notice for musl +----------------------- + +musl as a whole is licensed under the following standard MIT license: + +Copyright © 2005-2020 Rich Felker, et al. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER 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. + + +License notice for "Faster Unsigned Division by Constants" +------------------------------ + +Reference implementations of computing and using the "magic number" approach to dividing +by constants, including codegen instructions. The unsigned division incorporates the +"round down" optimization per ridiculous_fish. + +This is free and unencumbered software. Any copyright is dedicated to the Public Domain. + + +License notice for mimalloc +----------------------------------- + +MIT License + +Copyright (c) 2019 Microsoft Corporation, Daan Leijen + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +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. + +License for remote stack unwind (https://github.com/llvm/llvm-project/blob/main/lldb/source/Symbol/CompactUnwindInfo.cpp) +-------------------------------------- + +Copyright 2019 LLVM Project + +Licensed under the Apache License, Version 2.0 (the "License") with LLVM Exceptions; +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + +https://llvm.org/LICENSE.txt + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + +License notice for Apple header files +------------------------------------- + +Copyright (c) 1980, 1986, 1993 + The Regents of the University of California. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. +3. All advertising materials mentioning features or use of this software + must display the following acknowledgement: + This product includes software developed by the University of + California, Berkeley and its contributors. +4. Neither the name of the University nor the names of its contributors + may be used to endorse or promote products derived from this software + without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS +OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY +OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF +SUCH DAMAGE. + +License notice for JavaScript queues +------------------------------------- + +CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED HEREUNDER. + +Statement of Purpose +The laws of most jurisdictions throughout the world automatically confer exclusive Copyright and Related Rights (defined below) upon the creator and subsequent owner(s) (each and all, an "owner") of an original work of authorship and/or a database (each, a "Work"). +Certain owners wish to permanently relinquish those rights to a Work for the purpose of contributing to a commons of creative, cultural and scientific works ("Commons") that the public can reliably and without fear of later claims of infringement build upon, modify, incorporate in other works, reuse and redistribute as freely as possible in any form whatsoever and for any purposes, including without limitation commercial purposes. These owners may contribute to the Commons to promote the ideal of a free culture and the further production of creative, cultural and scientific works, or to gain reputation or greater distribution for their Work in part through the use and efforts of others. +For these and/or other purposes and motivations, and without any expectation of additional consideration or compensation, the person associating CC0 with a Work (the "Affirmer"), to the extent that he or she is an owner of Copyright and Related Rights in the Work, voluntarily elects to apply CC0 to the Work and publicly distribute the Work under its terms, with knowledge of his or her Copyright and Related Rights in the Work and the meaning and intended legal effect of CC0 on those rights. + +1. Copyright and Related Rights. A Work made available under CC0 may be protected by copyright and related or neighboring rights ("Copyright and Related Rights"). Copyright and Related Rights include, but are not limited to, the following: +the right to reproduce, adapt, distribute, perform, display, communicate, and translate a Work; +moral rights retained by the original author(s) and/or performer(s); +publicity and privacy rights pertaining to a person's image or likeness depicted in a Work; +rights protecting against unfair competition in regards to a Work, subject to the limitations in paragraph 4(a), below; +rights protecting the extraction, dissemination, use and reuse of data in a Work; +database rights (such as those arising under Directive 96/9/EC of the European Parliament and of the Council of 11 March 1996 on the legal protection of databases, and under any national implementation thereof, including any amended or successor version of such directive); and +other similar, equivalent or corresponding rights throughout the world based on applicable law or treaty, and any national implementations thereof. +2. Waiver. To the greatest extent permitted by, but not in contravention of, applicable law, Affirmer hereby overtly, fully, permanently, irrevocably and unconditionally waives, abandons, and surrenders all of Affirmer's Copyright and Related Rights and associated claims and causes of action, whether now known or unknown (including existing as well as future claims and causes of action), in the Work (i) in all territories worldwide, (ii) for the maximum duration provided by applicable law or treaty (including future time extensions), (iii) in any current or future medium and for any number of copies, and (iv) for any purpose whatsoever, including without limitation commercial, advertising or promotional purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each member of the public at large and to the detriment of Affirmer's heirs and successors, fully intending that such Waiver shall not be subject to revocation, rescission, cancellation, termination, or any other legal or equitable action to disrupt the quiet enjoyment of the Work by the public as contemplated by Affirmer's express Statement of Purpose. +3. Public License Fallback. Should any part of the Waiver for any reason be judged legally invalid or ineffective under applicable law, then the Waiver shall be preserved to the maximum extent permitted taking into account Affirmer's express Statement of Purpose. In addition, to the extent the Waiver is so judged Affirmer hereby grants to each affected person a royalty-free, non transferable, non sublicensable, non exclusive, irrevocable and unconditional license to exercise Affirmer's Copyright and Related Rights in the Work (i) in all territories worldwide, (ii) for the maximum duration provided by applicable law or treaty (including future time extensions), (iii) in any current or future medium and for any number of copies, and (iv) for any purpose whatsoever, including without limitation commercial, advertising or promotional purposes (the "License"). The License shall be deemed effective as of the date CC0 was applied by Affirmer to the Work. Should any part of the License for any reason be judged legally invalid or ineffective under applicable law, such partial invalidity or ineffectiveness shall not invalidate the remainder of the License, and in such case Affirmer hereby affirms that he or she will not (i) exercise any of his or her remaining Copyright and Related Rights in the Work or (ii) assert any associated claims and causes of action with respect to the Work, in either case contrary to Affirmer's express Statement of Purpose. +4. Limitations and Disclaimers. +a. No trademark or patent rights held by Affirmer are waived, abandoned, surrendered, licensed or otherwise affected by this document. +b. Affirmer offers the Work as-is and makes no representations or warranties of any kind concerning the Work, express, implied, statutory or otherwise, including without limitation warranties of title, merchantability, fitness for a particular purpose, non infringement, or the absence of latent or other defects, accuracy, or the present or absence of errors, whether or not discoverable, all to the greatest extent permissible under applicable law. +c. Affirmer disclaims responsibility for clearing rights of other persons that may apply to the Work or any use thereof, including without limitation any person's Copyright and Related Rights in the Work. Further, Affirmer disclaims responsibility for obtaining any necessary consents, permissions or other rights required for any use of the Work. +d. Affirmer understands and acknowledges that Creative Commons is not a party to this document and has no duty or obligation with respect to this CC0 or use of the Work. + + +License notice for FastFloat algorithm +------------------------------------- +MIT License +Copyright (c) 2021 csFastFloat authors +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +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. + +License notice for MsQuic +-------------------------------------- + +Copyright (c) Microsoft Corporation. +Licensed under the MIT License. + +Available at +https://github.com/microsoft/msquic/blob/main/LICENSE + +License notice for m-ou-se/floatconv +------------------------------- + +Copyright (c) 2020 Mara Bos +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + +1. Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. +2. Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR +ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND +ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +License notice for code from The Practice of Programming +------------------------------- + +Copyright (C) 1999 Lucent Technologies + +Excerpted from 'The Practice of Programming +by Brian W. Kernighan and Rob Pike + +You may use this code for any purpose, as long as you leave the copyright notice and book citation attached. + +Notice for Euclidean Affine Functions and Applications to Calendar +Algorithms +------------------------------- + +Aspects of Date/Time processing based on algorithm described in "Euclidean Affine Functions and Applications to Calendar +Algorithms", Cassio Neri and Lorenz Schneider. https://arxiv.org/pdf/2102.06959.pdf + +License notice for amd/aocl-libm-ose +------------------------------- + +Copyright (C) 2008-2020 Advanced Micro Devices, Inc. All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, +are permitted provided that the following conditions are met: +1. Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. +2. Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. +3. Neither the name of the copyright holder nor the names of its contributors + may be used to endorse or promote products derived from this software without + specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, +INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, +OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, +WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. Binary files /tmp/tmp55htk883/vTlrv2udn9/dotnet7-7.0.112/src/arcade/.git/index and /tmp/tmp55htk883/3qlnbtqn9D/dotnet7-7.0.113/src/arcade/.git/index differ diff -Nru dotnet7-7.0.112/src/arcade/.git/logs/HEAD dotnet7-7.0.113/src/arcade/.git/logs/HEAD --- dotnet7-7.0.112/src/arcade/.git/logs/HEAD 2023-10-01 02:28:42.000000000 +0000 +++ dotnet7-7.0.113/src/arcade/.git/logs/HEAD 2023-10-20 21:29:10.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 3b8f3de4606c338f99e8ce85cfb6f960f6a428c8 cloudtest_azpcontainer 1696127322 +0000 reset: moving to FETCH_HEAD +0000000000000000000000000000000000000000 3b8f3de4606c338f99e8ce85cfb6f960f6a428c8 cloudtest_azpcontainer 1697837350 +0000 reset: moving to FETCH_HEAD diff -Nru dotnet7-7.0.112/src/arcade/.git/logs/refs/heads/master dotnet7-7.0.113/src/arcade/.git/logs/refs/heads/master --- dotnet7-7.0.112/src/arcade/.git/logs/refs/heads/master 2023-10-01 02:28:42.000000000 +0000 +++ dotnet7-7.0.113/src/arcade/.git/logs/refs/heads/master 2023-10-20 21:29:10.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 3b8f3de4606c338f99e8ce85cfb6f960f6a428c8 cloudtest_azpcontainer 1696127322 +0000 reset: moving to FETCH_HEAD +0000000000000000000000000000000000000000 3b8f3de4606c338f99e8ce85cfb6f960f6a428c8 cloudtest_azpcontainer 1697837350 +0000 reset: moving to FETCH_HEAD diff -Nru dotnet7-7.0.112/src/aspnetcore/eng/Baseline.Designer.props dotnet7-7.0.113/src/aspnetcore/eng/Baseline.Designer.props --- dotnet7-7.0.112/src/aspnetcore/eng/Baseline.Designer.props 2023-10-01 02:27:24.000000000 +0000 +++ dotnet7-7.0.113/src/aspnetcore/eng/Baseline.Designer.props 2023-10-20 21:27:49.000000000 +0000 @@ -2,28 +2,28 @@ $(MSBuildAllProjects);$(MSBuildThisFileFullPath) - 7.0.10 + 7.0.11 - 7.0.10 + 7.0.11 - 7.0.10 + 7.0.11 - 7.0.10 + 7.0.11 - 7.0.10 + 7.0.11 - - - + + + @@ -35,105 +35,105 @@ - 7.0.10 + 7.0.11 - 7.0.10 + 7.0.11 - 7.0.10 + 7.0.11 - 7.0.10 + 7.0.11 - 7.0.10 + 7.0.11 - 7.0.10 + 7.0.11 - 7.0.10 + 7.0.11 - 7.0.10 + 7.0.11 - 7.0.10 + 7.0.11 - 7.0.10 + 7.0.11 - 7.0.10 + 7.0.11 - 7.0.10 + 7.0.11 - 7.0.10 + 7.0.11 - 7.0.10 + 7.0.11 - 7.0.10 + 7.0.11 - 7.0.10 + 7.0.11 - 7.0.10 + 7.0.11 - 7.0.10 + 7.0.11 - 7.0.10 + 7.0.11 - + - 7.0.10 + 7.0.11 - 7.0.10 + 7.0.11 - 7.0.10 + 7.0.11 @@ -141,121 +141,121 @@ - 7.0.10 + 7.0.11 - + - + - + - 7.0.10 + 7.0.11 - + - 7.0.10 + 7.0.11 - 7.0.10 + 7.0.11 - + - 7.0.10 + 7.0.11 - - + + - 7.0.10 + 7.0.11 - 7.0.10 + 7.0.11 - - + + - 7.0.10 + 7.0.11 - + - 7.0.10 + 7.0.11 - + - 7.0.10 + 7.0.11 - - - + + + - 7.0.10 + 7.0.11 - - + + - 7.0.10 + 7.0.11 - - + + - 7.0.10 + 7.0.11 - 7.0.10 + 7.0.11 - 7.0.10 + 7.0.11 - - + + @@ -263,59 +263,59 @@ - 7.0.10 + 7.0.11 - + - 7.0.10 + 7.0.11 - + - + - + - + - 7.0.10 + 7.0.11 - 7.0.10 + 7.0.11 - + - + - + - 7.0.10 + 7.0.11 - - + + @@ -325,8 +325,8 @@ - - + + @@ -334,8 +334,8 @@ - - + + @@ -346,58 +346,58 @@ - 7.0.10 + 7.0.11 - 7.0.10 + 7.0.11 - - + + - 7.0.10 + 7.0.11 - + - + - + - 7.0.10 + 7.0.11 - + - + - + - 7.0.10 + 7.0.11 - + - 7.0.10 + 7.0.11 @@ -414,7 +414,7 @@ - 7.0.10 + 7.0.11 @@ -422,71 +422,71 @@ - 7.0.10 + 7.0.11 - 7.0.10 + 7.0.11 - + - + - + - + - 7.0.10 + 7.0.11 - + - + - + - 7.0.10 + 7.0.11 - - + + - 7.0.10 + 7.0.11 - - + + - 7.0.10 + 7.0.11 @@ -502,27 +502,27 @@ - 7.0.10 + 7.0.11 - 7.0.10 + 7.0.11 - 7.0.10 + 7.0.11 - + - 7.0.10 + 7.0.11 @@ -531,151 +531,151 @@ - 7.0.10 + 7.0.11 - + - 7.0.10 + 7.0.11 - 7.0.10 + 7.0.11 - 7.0.10 + 7.0.11 - - + + - - + + - - + + - 7.0.10 + 7.0.11 - - + + - - + + - - + + - - + + - 7.0.10 + 7.0.11 - + - + - + - 7.0.10 + 7.0.11 - + - + - + - 7.0.10 + 7.0.11 - + - + - + - 7.0.10 + 7.0.11 - + - + - + - 7.0.10 + 7.0.11 - - - - + + + + - 7.0.10 + 7.0.11 @@ -684,60 +684,60 @@ - 7.0.10 + 7.0.11 - 7.0.10 + 7.0.11 - 7.0.10 + 7.0.11 - 7.0.10 + 7.0.11 - + - 7.0.10 + 7.0.11 - 7.0.10 + 7.0.11 - 7.0.10 + 7.0.11 - 7.0.10 + 7.0.11 - 7.0.10 + 7.0.11 - 7.0.10 + 7.0.11 - 7.0.10 + 7.0.11 - 7.0.10 + 7.0.11 @@ -756,7 +756,7 @@ - 7.0.10 + 7.0.11 @@ -778,7 +778,7 @@ - 7.0.10 + 7.0.11 @@ -794,46 +794,46 @@ - 7.0.10 + 7.0.11 - + - + - + - 7.0.10 + 7.0.11 - 7.0.10 + 7.0.11 - - - + + + - 7.0.10 + 7.0.11 - 7.0.10 + 7.0.11 @@ -843,7 +843,7 @@ - 7.0.10 + 7.0.11 @@ -852,73 +852,73 @@ - 7.0.10 + 7.0.11 - + - + - + - 7.0.10 + 7.0.11 - + - + - + - 7.0.10 + 7.0.11 - + - + - + - 7.0.10 + 7.0.11 - 7.0.10 + 7.0.11 @@ -947,11 +947,11 @@ - 7.0.10 + 7.0.11 - 7.0.10 + 7.0.11 @@ -969,13 +969,13 @@ - 7.0.10 + 7.0.11 - 7.0.10 + 7.0.11 - + \ No newline at end of file diff -Nru dotnet7-7.0.112/src/aspnetcore/eng/Baseline.xml dotnet7-7.0.113/src/aspnetcore/eng/Baseline.xml --- dotnet7-7.0.112/src/aspnetcore/eng/Baseline.xml 2023-10-01 02:27:24.000000000 +0000 +++ dotnet7-7.0.113/src/aspnetcore/eng/Baseline.xml 2023-10-20 21:27:49.000000000 +0000 @@ -4,109 +4,109 @@ Update this list when preparing for a new patch. --> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff -Nru dotnet7-7.0.112/src/aspnetcore/eng/Version.Details.xml dotnet7-7.0.113/src/aspnetcore/eng/Version.Details.xml --- dotnet7-7.0.112/src/aspnetcore/eng/Version.Details.xml 2023-10-01 02:27:24.000000000 +0000 +++ dotnet7-7.0.113/src/aspnetcore/eng/Version.Details.xml 2023-10-20 21:27:49.000000000 +0000 @@ -9,37 +9,37 @@ --> - + https://dev.azure.com/dnceng/internal/_git/dotnet-efcore - c20ecc79b7df3657e186ac52e7fc050beea36c92 + f64d1aae5f715503729c769a666e0a1289566ac1 - + https://dev.azure.com/dnceng/internal/_git/dotnet-efcore - c20ecc79b7df3657e186ac52e7fc050beea36c92 + f64d1aae5f715503729c769a666e0a1289566ac1 - + https://dev.azure.com/dnceng/internal/_git/dotnet-efcore - c20ecc79b7df3657e186ac52e7fc050beea36c92 + f64d1aae5f715503729c769a666e0a1289566ac1 - + https://dev.azure.com/dnceng/internal/_git/dotnet-efcore - c20ecc79b7df3657e186ac52e7fc050beea36c92 + f64d1aae5f715503729c769a666e0a1289566ac1 - + https://dev.azure.com/dnceng/internal/_git/dotnet-efcore - c20ecc79b7df3657e186ac52e7fc050beea36c92 + f64d1aae5f715503729c769a666e0a1289566ac1 - + https://dev.azure.com/dnceng/internal/_git/dotnet-efcore - c20ecc79b7df3657e186ac52e7fc050beea36c92 + f64d1aae5f715503729c769a666e0a1289566ac1 - + https://dev.azure.com/dnceng/internal/_git/dotnet-efcore - c20ecc79b7df3657e186ac52e7fc050beea36c92 + f64d1aae5f715503729c769a666e0a1289566ac1 - + https://dev.azure.com/dnceng/internal/_git/dotnet-efcore - c20ecc79b7df3657e186ac52e7fc050beea36c92 + f64d1aae5f715503729c769a666e0a1289566ac1 https://dev.azure.com/dnceng/internal/_git/dotnet-runtime @@ -177,9 +177,9 @@ https://dev.azure.com/dnceng/internal/_git/dotnet-runtime d099f075e45d2aa6007a22b71b45a08758559f80 - + https://dev.azure.com/dnceng/internal/_git/dotnet-runtime - 4a824ef37caa51072221584c64cbf15455f406ca + 3f73a2f186e08c905aba441ea5545295ca261730 https://github.com/dotnet/source-build-externals @@ -262,33 +262,33 @@ https://dev.azure.com/dnceng/internal/_git/dotnet-runtime d099f075e45d2aa6007a22b71b45a08758559f80 - + https://dev.azure.com/dnceng/internal/_git/dotnet-runtime - 4a824ef37caa51072221584c64cbf15455f406ca + 3f73a2f186e08c905aba441ea5545295ca261730 - + https://dev.azure.com/dnceng/internal/_git/dotnet-runtime - 4a824ef37caa51072221584c64cbf15455f406ca + 3f73a2f186e08c905aba441ea5545295ca261730 - + https://dev.azure.com/dnceng/internal/_git/dotnet-runtime - 4a824ef37caa51072221584c64cbf15455f406ca + 3f73a2f186e08c905aba441ea5545295ca261730 - + https://dev.azure.com/dnceng/internal/_git/dotnet-runtime - 4a824ef37caa51072221584c64cbf15455f406ca + 3f73a2f186e08c905aba441ea5545295ca261730 - + https://dev.azure.com/dnceng/internal/_git/dotnet-runtime - 4a824ef37caa51072221584c64cbf15455f406ca + 3f73a2f186e08c905aba441ea5545295ca261730 - + https://dev.azure.com/dnceng/internal/_git/dotnet-runtime - 4a824ef37caa51072221584c64cbf15455f406ca + 3f73a2f186e08c905aba441ea5545295ca261730 https://github.com/dotnet/xdt diff -Nru dotnet7-7.0.112/src/aspnetcore/eng/Versions.props dotnet7-7.0.113/src/aspnetcore/eng/Versions.props --- dotnet7-7.0.112/src/aspnetcore/eng/Versions.props 2023-10-01 02:27:24.000000000 +0000 +++ dotnet7-7.0.113/src/aspnetcore/eng/Versions.props 2023-10-20 21:27:49.000000000 +0000 @@ -8,7 +8,7 @@ 7 0 - 12 + 13 false 7.0.0 - 7.0.12 - 7.0.12 - 7.0.12 - 7.0.12 - 7.0.12 - 7.0.12-servicing.23477.20 + 7.0.13 + 7.0.13 + 7.0.13 + 7.0.13 + 7.0.13 + 7.0.13-servicing.23518.16 7.0.0 7.0.0 7.0.0 @@ -103,7 +103,7 @@ 7.0.0 7.0.1 7.0.0 - 7.0.12-servicing.23477.20 + 7.0.13-servicing.23518.16 7.0.0 7.0.2 7.0.0 @@ -125,14 +125,14 @@ 7.0.4 - 7.0.12 - 7.0.12 - 7.0.12 - 7.0.12 - 7.0.12 - 7.0.12 - 7.0.12 - 7.0.12 + 7.0.13 + 7.0.13 + 7.0.13 + 7.0.13 + 7.0.13 + 7.0.13 + 7.0.13 + 7.0.13 7.0.0-beta.23408.3 7.0.0-beta.23408.3 @@ -238,7 +238,7 @@ 5.0.17-servicing-22215-7 $(MicrosoftAspNetCoreAzureAppServicesSiteExtension50Version) $(MicrosoftAspNetCoreAzureAppServicesSiteExtension50Version) - 6.0.20-servicing-23321-6 + 6.0.22-servicing-23424-15 $(MicrosoftAspNetCoreAzureAppServicesSiteExtension60Version) $(MicrosoftAspNetCoreAzureAppServicesSiteExtension60Version) diff -Nru dotnet7-7.0.112/src/aspnetcore/.git/FETCH_HEAD dotnet7-7.0.113/src/aspnetcore/.git/FETCH_HEAD --- dotnet7-7.0.112/src/aspnetcore/.git/FETCH_HEAD 2023-10-01 02:27:24.000000000 +0000 +++ dotnet7-7.0.113/src/aspnetcore/.git/FETCH_HEAD 2023-10-20 21:27:49.000000000 +0000 @@ -1 +1 @@ -57512b49997283599b00a6b67d0ccebaec171daf '57512b49997283599b00a6b67d0ccebaec171daf' of https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore +d634f2bd1ad6e319f26ff0f1d7ada5539158a19f 'd634f2bd1ad6e319f26ff0f1d7ada5539158a19f' of https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore Binary files /tmp/tmp55htk883/vTlrv2udn9/dotnet7-7.0.112/src/aspnetcore/.git/index and /tmp/tmp55htk883/3qlnbtqn9D/dotnet7-7.0.113/src/aspnetcore/.git/index differ diff -Nru dotnet7-7.0.112/src/aspnetcore/.git/logs/HEAD dotnet7-7.0.113/src/aspnetcore/.git/logs/HEAD --- dotnet7-7.0.112/src/aspnetcore/.git/logs/HEAD 2023-10-01 02:27:24.000000000 +0000 +++ dotnet7-7.0.113/src/aspnetcore/.git/logs/HEAD 2023-10-20 21:27:50.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 57512b49997283599b00a6b67d0ccebaec171daf cloudtest_azpcontainer 1696127244 +0000 reset: moving to FETCH_HEAD +0000000000000000000000000000000000000000 d634f2bd1ad6e319f26ff0f1d7ada5539158a19f cloudtest_azpcontainer 1697837270 +0000 reset: moving to FETCH_HEAD diff -Nru dotnet7-7.0.112/src/aspnetcore/.git/logs/refs/heads/master dotnet7-7.0.113/src/aspnetcore/.git/logs/refs/heads/master --- dotnet7-7.0.112/src/aspnetcore/.git/logs/refs/heads/master 2023-10-01 02:27:24.000000000 +0000 +++ dotnet7-7.0.113/src/aspnetcore/.git/logs/refs/heads/master 2023-10-20 21:27:50.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 57512b49997283599b00a6b67d0ccebaec171daf cloudtest_azpcontainer 1696127244 +0000 reset: moving to FETCH_HEAD +0000000000000000000000000000000000000000 d634f2bd1ad6e319f26ff0f1d7ada5539158a19f cloudtest_azpcontainer 1697837270 +0000 reset: moving to FETCH_HEAD Binary files /tmp/tmp55htk883/vTlrv2udn9/dotnet7-7.0.112/src/aspnetcore/.git/modules/src/submodules/googletest/index and /tmp/tmp55htk883/3qlnbtqn9D/dotnet7-7.0.113/src/aspnetcore/.git/modules/src/submodules/googletest/index differ diff -Nru dotnet7-7.0.112/src/aspnetcore/.git/modules/src/submodules/googletest/logs/HEAD dotnet7-7.0.113/src/aspnetcore/.git/modules/src/submodules/googletest/logs/HEAD --- dotnet7-7.0.112/src/aspnetcore/.git/modules/src/submodules/googletest/logs/HEAD 2023-10-01 02:27:29.000000000 +0000 +++ dotnet7-7.0.113/src/aspnetcore/.git/modules/src/submodules/googletest/logs/HEAD 2023-10-20 21:27:53.000000000 +0000 @@ -1,2 +1,2 @@ -0000000000000000000000000000000000000000 e47544ad31cb3ceecd04cc13e8fe556f8df9fe0b cloudtest_azpcontainer 1696127247 +0000 clone: from https://github.com/google/googletest -e47544ad31cb3ceecd04cc13e8fe556f8df9fe0b 6f6ab4212aa02cfe02e480711246da4fc17b0761 cloudtest_azpcontainer 1696127249 +0000 checkout: moving from main to 6f6ab4212aa02cfe02e480711246da4fc17b0761 +0000000000000000000000000000000000000000 116b7e55281c4200151524b093ecc03757a4ffda cloudtest_azpcontainer 1697837271 +0000 clone: from https://github.com/google/googletest +116b7e55281c4200151524b093ecc03757a4ffda 6f6ab4212aa02cfe02e480711246da4fc17b0761 cloudtest_azpcontainer 1697837273 +0000 checkout: moving from main to 6f6ab4212aa02cfe02e480711246da4fc17b0761 diff -Nru dotnet7-7.0.112/src/aspnetcore/.git/modules/src/submodules/googletest/logs/refs/heads/main dotnet7-7.0.113/src/aspnetcore/.git/modules/src/submodules/googletest/logs/refs/heads/main --- dotnet7-7.0.112/src/aspnetcore/.git/modules/src/submodules/googletest/logs/refs/heads/main 2023-10-01 02:27:27.000000000 +0000 +++ dotnet7-7.0.113/src/aspnetcore/.git/modules/src/submodules/googletest/logs/refs/heads/main 2023-10-20 21:27:51.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 e47544ad31cb3ceecd04cc13e8fe556f8df9fe0b cloudtest_azpcontainer 1696127247 +0000 clone: from https://github.com/google/googletest +0000000000000000000000000000000000000000 116b7e55281c4200151524b093ecc03757a4ffda cloudtest_azpcontainer 1697837271 +0000 clone: from https://github.com/google/googletest diff -Nru dotnet7-7.0.112/src/aspnetcore/.git/modules/src/submodules/googletest/logs/refs/remotes/origin/HEAD dotnet7-7.0.113/src/aspnetcore/.git/modules/src/submodules/googletest/logs/refs/remotes/origin/HEAD --- dotnet7-7.0.112/src/aspnetcore/.git/modules/src/submodules/googletest/logs/refs/remotes/origin/HEAD 2023-10-01 02:27:27.000000000 +0000 +++ dotnet7-7.0.113/src/aspnetcore/.git/modules/src/submodules/googletest/logs/refs/remotes/origin/HEAD 2023-10-20 21:27:51.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 e47544ad31cb3ceecd04cc13e8fe556f8df9fe0b cloudtest_azpcontainer 1696127247 +0000 clone: from https://github.com/google/googletest +0000000000000000000000000000000000000000 116b7e55281c4200151524b093ecc03757a4ffda cloudtest_azpcontainer 1697837271 +0000 clone: from https://github.com/google/googletest diff -Nru dotnet7-7.0.112/src/aspnetcore/.git/modules/src/submodules/googletest/packed-refs dotnet7-7.0.113/src/aspnetcore/.git/modules/src/submodules/googletest/packed-refs --- dotnet7-7.0.112/src/aspnetcore/.git/modules/src/submodules/googletest/packed-refs 2023-10-01 02:27:27.000000000 +0000 +++ dotnet7-7.0.113/src/aspnetcore/.git/modules/src/submodules/googletest/packed-refs 2023-10-20 21:27:51.000000000 +0000 @@ -1,2 +1,2 @@ # pack-refs with: peeled fully-peeled sorted -e47544ad31cb3ceecd04cc13e8fe556f8df9fe0b refs/remotes/origin/main +116b7e55281c4200151524b093ecc03757a4ffda refs/remotes/origin/main diff -Nru dotnet7-7.0.112/src/aspnetcore/.git/modules/src/submodules/googletest/refs/heads/main dotnet7-7.0.113/src/aspnetcore/.git/modules/src/submodules/googletest/refs/heads/main --- dotnet7-7.0.112/src/aspnetcore/.git/modules/src/submodules/googletest/refs/heads/main 2023-10-01 02:27:27.000000000 +0000 +++ dotnet7-7.0.113/src/aspnetcore/.git/modules/src/submodules/googletest/refs/heads/main 2023-10-20 21:27:51.000000000 +0000 @@ -1 +1 @@ -e47544ad31cb3ceecd04cc13e8fe556f8df9fe0b +116b7e55281c4200151524b093ecc03757a4ffda diff -Nru dotnet7-7.0.112/src/aspnetcore/.git/modules/src/submodules/googletest/shallow dotnet7-7.0.113/src/aspnetcore/.git/modules/src/submodules/googletest/shallow --- dotnet7-7.0.112/src/aspnetcore/.git/modules/src/submodules/googletest/shallow 2023-10-01 02:27:29.000000000 +0000 +++ dotnet7-7.0.113/src/aspnetcore/.git/modules/src/submodules/googletest/shallow 2023-10-20 21:27:53.000000000 +0000 @@ -1,2 +1,2 @@ +116b7e55281c4200151524b093ecc03757a4ffda 6f6ab4212aa02cfe02e480711246da4fc17b0761 -e47544ad31cb3ceecd04cc13e8fe556f8df9fe0b Binary files /tmp/tmp55htk883/vTlrv2udn9/dotnet7-7.0.112/src/aspnetcore/.git/modules/src/submodules/MessagePack-CSharp/index and /tmp/tmp55htk883/3qlnbtqn9D/dotnet7-7.0.113/src/aspnetcore/.git/modules/src/submodules/MessagePack-CSharp/index differ diff -Nru dotnet7-7.0.112/src/aspnetcore/.git/modules/src/submodules/MessagePack-CSharp/logs/HEAD dotnet7-7.0.113/src/aspnetcore/.git/modules/src/submodules/MessagePack-CSharp/logs/HEAD --- dotnet7-7.0.112/src/aspnetcore/.git/modules/src/submodules/MessagePack-CSharp/logs/HEAD 2023-10-01 02:27:28.000000000 +0000 +++ dotnet7-7.0.113/src/aspnetcore/.git/modules/src/submodules/MessagePack-CSharp/logs/HEAD 2023-10-20 21:27:52.000000000 +0000 @@ -1,2 +1,2 @@ -0000000000000000000000000000000000000000 ecc4e18ad7a0c7db51cd7e3d2997a291ed01444d cloudtest_azpcontainer 1696127247 +0000 clone: from https://github.com/aspnet/MessagePack-CSharp.git -ecc4e18ad7a0c7db51cd7e3d2997a291ed01444d ecc4e18ad7a0c7db51cd7e3d2997a291ed01444d cloudtest_azpcontainer 1696127248 +0000 checkout: moving from master to ecc4e18ad7a0c7db51cd7e3d2997a291ed01444d +0000000000000000000000000000000000000000 ecc4e18ad7a0c7db51cd7e3d2997a291ed01444d cloudtest_azpcontainer 1697837270 +0000 clone: from https://github.com/aspnet/MessagePack-CSharp.git +ecc4e18ad7a0c7db51cd7e3d2997a291ed01444d ecc4e18ad7a0c7db51cd7e3d2997a291ed01444d cloudtest_azpcontainer 1697837272 +0000 checkout: moving from master to ecc4e18ad7a0c7db51cd7e3d2997a291ed01444d diff -Nru dotnet7-7.0.112/src/aspnetcore/.git/modules/src/submodules/MessagePack-CSharp/logs/refs/heads/master dotnet7-7.0.113/src/aspnetcore/.git/modules/src/submodules/MessagePack-CSharp/logs/refs/heads/master --- dotnet7-7.0.112/src/aspnetcore/.git/modules/src/submodules/MessagePack-CSharp/logs/refs/heads/master 2023-10-01 02:27:27.000000000 +0000 +++ dotnet7-7.0.113/src/aspnetcore/.git/modules/src/submodules/MessagePack-CSharp/logs/refs/heads/master 2023-10-20 21:27:50.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 ecc4e18ad7a0c7db51cd7e3d2997a291ed01444d cloudtest_azpcontainer 1696127247 +0000 clone: from https://github.com/aspnet/MessagePack-CSharp.git +0000000000000000000000000000000000000000 ecc4e18ad7a0c7db51cd7e3d2997a291ed01444d cloudtest_azpcontainer 1697837270 +0000 clone: from https://github.com/aspnet/MessagePack-CSharp.git diff -Nru dotnet7-7.0.112/src/aspnetcore/.git/modules/src/submodules/MessagePack-CSharp/logs/refs/remotes/origin/HEAD dotnet7-7.0.113/src/aspnetcore/.git/modules/src/submodules/MessagePack-CSharp/logs/refs/remotes/origin/HEAD --- dotnet7-7.0.112/src/aspnetcore/.git/modules/src/submodules/MessagePack-CSharp/logs/refs/remotes/origin/HEAD 2023-10-01 02:27:27.000000000 +0000 +++ dotnet7-7.0.113/src/aspnetcore/.git/modules/src/submodules/MessagePack-CSharp/logs/refs/remotes/origin/HEAD 2023-10-20 21:27:50.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 ecc4e18ad7a0c7db51cd7e3d2997a291ed01444d cloudtest_azpcontainer 1696127247 +0000 clone: from https://github.com/aspnet/MessagePack-CSharp.git +0000000000000000000000000000000000000000 ecc4e18ad7a0c7db51cd7e3d2997a291ed01444d cloudtest_azpcontainer 1697837270 +0000 clone: from https://github.com/aspnet/MessagePack-CSharp.git Binary files /tmp/tmp55htk883/vTlrv2udn9/dotnet7-7.0.112/src/aspnetcore/.git/modules/src/submodules/spa-templates/index and /tmp/tmp55htk883/3qlnbtqn9D/dotnet7-7.0.113/src/aspnetcore/.git/modules/src/submodules/spa-templates/index differ diff -Nru dotnet7-7.0.112/src/aspnetcore/.git/modules/src/submodules/spa-templates/logs/HEAD dotnet7-7.0.113/src/aspnetcore/.git/modules/src/submodules/spa-templates/logs/HEAD --- dotnet7-7.0.112/src/aspnetcore/.git/modules/src/submodules/spa-templates/logs/HEAD 2023-10-01 02:27:31.000000000 +0000 +++ dotnet7-7.0.113/src/aspnetcore/.git/modules/src/submodules/spa-templates/logs/HEAD 2023-10-20 21:27:54.000000000 +0000 @@ -1,2 +1,2 @@ -0000000000000000000000000000000000000000 4129391f0c737aa80c103a63c3162041242317c1 cloudtest_azpcontainer 1696127248 +0000 clone: from https://github.com/dotnet/spa-templates.git -4129391f0c737aa80c103a63c3162041242317c1 68cd408c62c6a881a58f41a6f6f5f8b73b6ae515 cloudtest_azpcontainer 1696127251 +0000 checkout: moving from main to 68cd408c62c6a881a58f41a6f6f5f8b73b6ae515 +0000000000000000000000000000000000000000 0eca1b1214501b90eeb0fb26cbfce59dec76ef45 cloudtest_azpcontainer 1697837271 +0000 clone: from https://github.com/dotnet/spa-templates.git +0eca1b1214501b90eeb0fb26cbfce59dec76ef45 68cd408c62c6a881a58f41a6f6f5f8b73b6ae515 cloudtest_azpcontainer 1697837274 +0000 checkout: moving from main to 68cd408c62c6a881a58f41a6f6f5f8b73b6ae515 diff -Nru dotnet7-7.0.112/src/aspnetcore/.git/modules/src/submodules/spa-templates/logs/refs/heads/main dotnet7-7.0.113/src/aspnetcore/.git/modules/src/submodules/spa-templates/logs/refs/heads/main --- dotnet7-7.0.112/src/aspnetcore/.git/modules/src/submodules/spa-templates/logs/refs/heads/main 2023-10-01 02:27:28.000000000 +0000 +++ dotnet7-7.0.113/src/aspnetcore/.git/modules/src/submodules/spa-templates/logs/refs/heads/main 2023-10-20 21:27:51.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 4129391f0c737aa80c103a63c3162041242317c1 cloudtest_azpcontainer 1696127248 +0000 clone: from https://github.com/dotnet/spa-templates.git +0000000000000000000000000000000000000000 0eca1b1214501b90eeb0fb26cbfce59dec76ef45 cloudtest_azpcontainer 1697837271 +0000 clone: from https://github.com/dotnet/spa-templates.git diff -Nru dotnet7-7.0.112/src/aspnetcore/.git/modules/src/submodules/spa-templates/logs/refs/remotes/origin/HEAD dotnet7-7.0.113/src/aspnetcore/.git/modules/src/submodules/spa-templates/logs/refs/remotes/origin/HEAD --- dotnet7-7.0.112/src/aspnetcore/.git/modules/src/submodules/spa-templates/logs/refs/remotes/origin/HEAD 2023-10-01 02:27:28.000000000 +0000 +++ dotnet7-7.0.113/src/aspnetcore/.git/modules/src/submodules/spa-templates/logs/refs/remotes/origin/HEAD 2023-10-20 21:27:51.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 4129391f0c737aa80c103a63c3162041242317c1 cloudtest_azpcontainer 1696127248 +0000 clone: from https://github.com/dotnet/spa-templates.git +0000000000000000000000000000000000000000 0eca1b1214501b90eeb0fb26cbfce59dec76ef45 cloudtest_azpcontainer 1697837271 +0000 clone: from https://github.com/dotnet/spa-templates.git diff -Nru dotnet7-7.0.112/src/aspnetcore/.git/modules/src/submodules/spa-templates/packed-refs dotnet7-7.0.113/src/aspnetcore/.git/modules/src/submodules/spa-templates/packed-refs --- dotnet7-7.0.112/src/aspnetcore/.git/modules/src/submodules/spa-templates/packed-refs 2023-10-01 02:27:28.000000000 +0000 +++ dotnet7-7.0.113/src/aspnetcore/.git/modules/src/submodules/spa-templates/packed-refs 2023-10-20 21:27:51.000000000 +0000 @@ -1,2 +1,2 @@ # pack-refs with: peeled fully-peeled sorted -4129391f0c737aa80c103a63c3162041242317c1 refs/remotes/origin/main +0eca1b1214501b90eeb0fb26cbfce59dec76ef45 refs/remotes/origin/main diff -Nru dotnet7-7.0.112/src/aspnetcore/.git/modules/src/submodules/spa-templates/refs/heads/main dotnet7-7.0.113/src/aspnetcore/.git/modules/src/submodules/spa-templates/refs/heads/main --- dotnet7-7.0.112/src/aspnetcore/.git/modules/src/submodules/spa-templates/refs/heads/main 2023-10-01 02:27:28.000000000 +0000 +++ dotnet7-7.0.113/src/aspnetcore/.git/modules/src/submodules/spa-templates/refs/heads/main 2023-10-20 21:27:51.000000000 +0000 @@ -1 +1 @@ -4129391f0c737aa80c103a63c3162041242317c1 +0eca1b1214501b90eeb0fb26cbfce59dec76ef45 diff -Nru dotnet7-7.0.112/src/aspnetcore/.git/modules/src/submodules/spa-templates/shallow dotnet7-7.0.113/src/aspnetcore/.git/modules/src/submodules/spa-templates/shallow --- dotnet7-7.0.112/src/aspnetcore/.git/modules/src/submodules/spa-templates/shallow 2023-10-01 02:27:30.000000000 +0000 +++ dotnet7-7.0.113/src/aspnetcore/.git/modules/src/submodules/spa-templates/shallow 2023-10-20 21:27:54.000000000 +0000 @@ -1,2 +1,2 @@ -4129391f0c737aa80c103a63c3162041242317c1 +0eca1b1214501b90eeb0fb26cbfce59dec76ef45 68cd408c62c6a881a58f41a6f6f5f8b73b6ae515 diff -Nru dotnet7-7.0.112/src/aspnetcore/.git/refs/heads/master dotnet7-7.0.113/src/aspnetcore/.git/refs/heads/master --- dotnet7-7.0.112/src/aspnetcore/.git/refs/heads/master 2023-10-01 02:27:24.000000000 +0000 +++ dotnet7-7.0.113/src/aspnetcore/.git/refs/heads/master 2023-10-20 21:27:50.000000000 +0000 @@ -1 +1 @@ -57512b49997283599b00a6b67d0ccebaec171daf +d634f2bd1ad6e319f26ff0f1d7ada5539158a19f diff -Nru dotnet7-7.0.112/src/aspnetcore/.git/shallow dotnet7-7.0.113/src/aspnetcore/.git/shallow --- dotnet7-7.0.112/src/aspnetcore/.git/shallow 2023-10-01 02:27:21.000000000 +0000 +++ dotnet7-7.0.113/src/aspnetcore/.git/shallow 2023-10-20 21:27:46.000000000 +0000 @@ -1 +1 @@ -57512b49997283599b00a6b67d0ccebaec171daf +d634f2bd1ad6e319f26ff0f1d7ada5539158a19f diff -Nru dotnet7-7.0.112/src/aspnetcore/global.json dotnet7-7.0.113/src/aspnetcore/global.json --- dotnet7-7.0.112/src/aspnetcore/global.json 2023-10-01 02:27:24.000000000 +0000 +++ dotnet7-7.0.113/src/aspnetcore/global.json 2023-10-20 21:27:49.000000000 +0000 @@ -1,9 +1,9 @@ { "sdk": { - "version": "7.0.110" + "version": "7.0.111" }, "tools": { - "dotnet": "7.0.110", + "dotnet": "7.0.111", "runtimes": { "dotnet/x86": [ "$(MicrosoftNETCoreBrowserDebugHostTransportVersion)" diff -Nru dotnet7-7.0.112/src/aspnetcore/NuGet.config dotnet7-7.0.113/src/aspnetcore/NuGet.config --- dotnet7-7.0.112/src/aspnetcore/NuGet.config 2023-10-01 02:27:24.000000000 +0000 +++ dotnet7-7.0.113/src/aspnetcore/NuGet.config 2023-10-20 21:27:49.000000000 +0000 @@ -4,10 +4,10 @@ - + - + @@ -26,10 +26,10 @@ - + - + Binary files /tmp/tmp55htk883/vTlrv2udn9/dotnet7-7.0.112/src/command-line-api/.git/index and /tmp/tmp55htk883/3qlnbtqn9D/dotnet7-7.0.113/src/command-line-api/.git/index differ diff -Nru dotnet7-7.0.112/src/command-line-api/.git/logs/HEAD dotnet7-7.0.113/src/command-line-api/.git/logs/HEAD --- dotnet7-7.0.112/src/command-line-api/.git/logs/HEAD 2023-10-01 02:27:39.000000000 +0000 +++ dotnet7-7.0.113/src/command-line-api/.git/logs/HEAD 2023-10-20 21:28:03.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 605dd1d76ddfea34aa42b4337dfb3f7b467acb0d cloudtest_azpcontainer 1696127259 +0000 reset: moving to FETCH_HEAD +0000000000000000000000000000000000000000 605dd1d76ddfea34aa42b4337dfb3f7b467acb0d cloudtest_azpcontainer 1697837283 +0000 reset: moving to FETCH_HEAD diff -Nru dotnet7-7.0.112/src/command-line-api/.git/logs/refs/heads/master dotnet7-7.0.113/src/command-line-api/.git/logs/refs/heads/master --- dotnet7-7.0.112/src/command-line-api/.git/logs/refs/heads/master 2023-10-01 02:27:39.000000000 +0000 +++ dotnet7-7.0.113/src/command-line-api/.git/logs/refs/heads/master 2023-10-20 21:28:03.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 605dd1d76ddfea34aa42b4337dfb3f7b467acb0d cloudtest_azpcontainer 1696127259 +0000 reset: moving to FETCH_HEAD +0000000000000000000000000000000000000000 605dd1d76ddfea34aa42b4337dfb3f7b467acb0d cloudtest_azpcontainer 1697837283 +0000 reset: moving to FETCH_HEAD Binary files /tmp/tmp55htk883/vTlrv2udn9/dotnet7-7.0.112/src/deployment-tools/.git/index and /tmp/tmp55htk883/3qlnbtqn9D/dotnet7-7.0.113/src/deployment-tools/.git/index differ diff -Nru dotnet7-7.0.112/src/deployment-tools/.git/logs/HEAD dotnet7-7.0.113/src/deployment-tools/.git/logs/HEAD --- dotnet7-7.0.112/src/deployment-tools/.git/logs/HEAD 2023-10-01 02:28:25.000000000 +0000 +++ dotnet7-7.0.113/src/deployment-tools/.git/logs/HEAD 2023-10-20 21:28:51.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 c3ad00ae84489071080a606f6a8e43c9a91a5cc2 cloudtest_azpcontainer 1696127305 +0000 reset: moving to FETCH_HEAD +0000000000000000000000000000000000000000 c3ad00ae84489071080a606f6a8e43c9a91a5cc2 cloudtest_azpcontainer 1697837331 +0000 reset: moving to FETCH_HEAD diff -Nru dotnet7-7.0.112/src/deployment-tools/.git/logs/refs/heads/master dotnet7-7.0.113/src/deployment-tools/.git/logs/refs/heads/master --- dotnet7-7.0.112/src/deployment-tools/.git/logs/refs/heads/master 2023-10-01 02:28:25.000000000 +0000 +++ dotnet7-7.0.113/src/deployment-tools/.git/logs/refs/heads/master 2023-10-20 21:28:51.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 c3ad00ae84489071080a606f6a8e43c9a91a5cc2 cloudtest_azpcontainer 1696127305 +0000 reset: moving to FETCH_HEAD +0000000000000000000000000000000000000000 c3ad00ae84489071080a606f6a8e43c9a91a5cc2 cloudtest_azpcontainer 1697837331 +0000 reset: moving to FETCH_HEAD Binary files /tmp/tmp55htk883/vTlrv2udn9/dotnet7-7.0.112/src/diagnostics/.git/index and /tmp/tmp55htk883/3qlnbtqn9D/dotnet7-7.0.113/src/diagnostics/.git/index differ diff -Nru dotnet7-7.0.112/src/diagnostics/.git/logs/HEAD dotnet7-7.0.113/src/diagnostics/.git/logs/HEAD --- dotnet7-7.0.112/src/diagnostics/.git/logs/HEAD 2023-10-01 02:27:47.000000000 +0000 +++ dotnet7-7.0.113/src/diagnostics/.git/logs/HEAD 2023-10-20 21:28:11.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 e3e1490a23f27a6e0ed30d323035660c3ffc52cd cloudtest_azpcontainer 1696127267 +0000 reset: moving to FETCH_HEAD +0000000000000000000000000000000000000000 e3e1490a23f27a6e0ed30d323035660c3ffc52cd cloudtest_azpcontainer 1697837291 +0000 reset: moving to FETCH_HEAD diff -Nru dotnet7-7.0.112/src/diagnostics/.git/logs/refs/heads/master dotnet7-7.0.113/src/diagnostics/.git/logs/refs/heads/master --- dotnet7-7.0.112/src/diagnostics/.git/logs/refs/heads/master 2023-10-01 02:27:47.000000000 +0000 +++ dotnet7-7.0.113/src/diagnostics/.git/logs/refs/heads/master 2023-10-20 21:28:11.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 e3e1490a23f27a6e0ed30d323035660c3ffc52cd cloudtest_azpcontainer 1696127267 +0000 reset: moving to FETCH_HEAD +0000000000000000000000000000000000000000 e3e1490a23f27a6e0ed30d323035660c3ffc52cd cloudtest_azpcontainer 1697837291 +0000 reset: moving to FETCH_HEAD Binary files /tmp/tmp55htk883/vTlrv2udn9/dotnet7-7.0.112/src/format/.git/index and /tmp/tmp55htk883/3qlnbtqn9D/dotnet7-7.0.113/src/format/.git/index differ diff -Nru dotnet7-7.0.112/src/format/.git/logs/HEAD dotnet7-7.0.113/src/format/.git/logs/HEAD --- dotnet7-7.0.112/src/format/.git/logs/HEAD 2023-10-01 02:28:40.000000000 +0000 +++ dotnet7-7.0.113/src/format/.git/logs/HEAD 2023-10-20 21:29:08.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 6a22157622e5da71ba0c43d23269352210bdb277 cloudtest_azpcontainer 1696127320 +0000 reset: moving to FETCH_HEAD +0000000000000000000000000000000000000000 6a22157622e5da71ba0c43d23269352210bdb277 cloudtest_azpcontainer 1697837348 +0000 reset: moving to FETCH_HEAD diff -Nru dotnet7-7.0.112/src/format/.git/logs/refs/heads/master dotnet7-7.0.113/src/format/.git/logs/refs/heads/master --- dotnet7-7.0.112/src/format/.git/logs/refs/heads/master 2023-10-01 02:28:40.000000000 +0000 +++ dotnet7-7.0.113/src/format/.git/logs/refs/heads/master 2023-10-20 21:29:08.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 6a22157622e5da71ba0c43d23269352210bdb277 cloudtest_azpcontainer 1696127320 +0000 reset: moving to FETCH_HEAD +0000000000000000000000000000000000000000 6a22157622e5da71ba0c43d23269352210bdb277 cloudtest_azpcontainer 1697837348 +0000 reset: moving to FETCH_HEAD Binary files /tmp/tmp55htk883/vTlrv2udn9/dotnet7-7.0.112/src/fsharp/.git/index and /tmp/tmp55htk883/3qlnbtqn9D/dotnet7-7.0.113/src/fsharp/.git/index differ diff -Nru dotnet7-7.0.112/src/fsharp/.git/logs/HEAD dotnet7-7.0.113/src/fsharp/.git/logs/HEAD --- dotnet7-7.0.112/src/fsharp/.git/logs/HEAD 2023-10-01 02:27:44.000000000 +0000 +++ dotnet7-7.0.113/src/fsharp/.git/logs/HEAD 2023-10-20 21:28:08.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 1d892dd78d5dcb261a1d26f72efb333834436a02 cloudtest_azpcontainer 1696127264 +0000 reset: moving to FETCH_HEAD +0000000000000000000000000000000000000000 1d892dd78d5dcb261a1d26f72efb333834436a02 cloudtest_azpcontainer 1697837288 +0000 reset: moving to FETCH_HEAD diff -Nru dotnet7-7.0.112/src/fsharp/.git/logs/refs/heads/master dotnet7-7.0.113/src/fsharp/.git/logs/refs/heads/master --- dotnet7-7.0.112/src/fsharp/.git/logs/refs/heads/master 2023-10-01 02:27:44.000000000 +0000 +++ dotnet7-7.0.113/src/fsharp/.git/logs/refs/heads/master 2023-10-20 21:28:08.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 1d892dd78d5dcb261a1d26f72efb333834436a02 cloudtest_azpcontainer 1696127264 +0000 reset: moving to FETCH_HEAD +0000000000000000000000000000000000000000 1d892dd78d5dcb261a1d26f72efb333834436a02 cloudtest_azpcontainer 1697837288 +0000 reset: moving to FETCH_HEAD diff -Nru dotnet7-7.0.112/src/installer/eng/source-build-tarball-build-official.yml dotnet7-7.0.113/src/installer/eng/source-build-tarball-build-official.yml --- dotnet7-7.0.112/src/installer/eng/source-build-tarball-build-official.yml 2023-10-01 02:27:01.000000000 +0000 +++ dotnet7-7.0.113/src/installer/eng/source-build-tarball-build-official.yml 2023-10-20 21:27:26.000000000 +0000 @@ -9,8 +9,10 @@ include: - release/6.0.1xx - internal/release/6.0.1xx* + - internal/release/*/6.0.1xx* - release/7.0.1xx - internal/release/7.0.1xx* + - internal/release/*/7.0.1xx* stages: - build diff -Nru dotnet7-7.0.112/src/installer/eng/Version.Details.xml dotnet7-7.0.113/src/installer/eng/Version.Details.xml --- dotnet7-7.0.112/src/installer/eng/Version.Details.xml 2023-10-01 02:27:01.000000000 +0000 +++ dotnet7-7.0.113/src/installer/eng/Version.Details.xml 2023-10-20 21:27:26.000000000 +0000 @@ -1,46 +1,46 @@ - + https://dev.azure.com/dnceng/internal/_git/dotnet-windowsdesktop - 018db428575093156be75c5bc20d33aebae33be4 + 389f0c6968be9e1e447db8316106529640b246ae - + https://dev.azure.com/dnceng/internal/_git/dotnet-windowsdesktop - 018db428575093156be75c5bc20d33aebae33be4 + 389f0c6968be9e1e447db8316106529640b246ae - + https://dev.azure.com/dnceng/internal/_git/dotnet-windowsdesktop - 018db428575093156be75c5bc20d33aebae33be4 + 389f0c6968be9e1e447db8316106529640b246ae - + https://dev.azure.com/dnceng/internal/_git/dotnet-windowsdesktop - 018db428575093156be75c5bc20d33aebae33be4 + 389f0c6968be9e1e447db8316106529640b246ae - + https://dev.azure.com/dnceng/internal/_git/dotnet-runtime - 4a824ef37caa51072221584c64cbf15455f406ca + 3f73a2f186e08c905aba441ea5545295ca261730 - + https://dev.azure.com/dnceng/internal/_git/dotnet-runtime - 4a824ef37caa51072221584c64cbf15455f406ca + 3f73a2f186e08c905aba441ea5545295ca261730 - + https://dev.azure.com/dnceng/internal/_git/dotnet-runtime - 4a824ef37caa51072221584c64cbf15455f406ca + 3f73a2f186e08c905aba441ea5545295ca261730 - + https://dev.azure.com/dnceng/internal/_git/dotnet-runtime - 4a824ef37caa51072221584c64cbf15455f406ca + 3f73a2f186e08c905aba441ea5545295ca261730 - + https://dev.azure.com/dnceng/internal/_git/dotnet-runtime - 4a824ef37caa51072221584c64cbf15455f406ca + 3f73a2f186e08c905aba441ea5545295ca261730 - + https://dev.azure.com/dnceng/internal/_git/dotnet-runtime - 4a824ef37caa51072221584c64cbf15455f406ca + 3f73a2f186e08c905aba441ea5545295ca261730 @@ -52,34 +52,34 @@ https://dev.azure.com/dnceng/internal/_git/dotnet-runtime 8e9a17b2216f51a5788f8b1c467a4cf3b769e7d7 - + https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore - 57512b49997283599b00a6b67d0ccebaec171daf + d634f2bd1ad6e319f26ff0f1d7ada5539158a19f - + https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore - 57512b49997283599b00a6b67d0ccebaec171daf + d634f2bd1ad6e319f26ff0f1d7ada5539158a19f - + https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore - 57512b49997283599b00a6b67d0ccebaec171daf + d634f2bd1ad6e319f26ff0f1d7ada5539158a19f - + https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore - 57512b49997283599b00a6b67d0ccebaec171daf + d634f2bd1ad6e319f26ff0f1d7ada5539158a19f - + https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore - 57512b49997283599b00a6b67d0ccebaec171daf + d634f2bd1ad6e319f26ff0f1d7ada5539158a19f - + https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore - 57512b49997283599b00a6b67d0ccebaec171daf + d634f2bd1ad6e319f26ff0f1d7ada5539158a19f - + https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore - 57512b49997283599b00a6b67d0ccebaec171daf + d634f2bd1ad6e319f26ff0f1d7ada5539158a19f https://github.com/dotnet/test-templates @@ -98,31 +98,31 @@ aaaa0c1826f97a9dfcc67e94136bf01010b55f23 - + https://dev.azure.com/dnceng/internal/_git/dotnet-sdk - 152e97ccf0f21e648f05b0c1f5e7b602bc1157c8 + 5797090b9a6668c2aa48d4314a19f75f7571a7e0 - + https://dev.azure.com/dnceng/internal/_git/dotnet-sdk - 152e97ccf0f21e648f05b0c1f5e7b602bc1157c8 + 5797090b9a6668c2aa48d4314a19f75f7571a7e0 - + https://dev.azure.com/dnceng/internal/_git/dotnet-sdk - 152e97ccf0f21e648f05b0c1f5e7b602bc1157c8 + 5797090b9a6668c2aa48d4314a19f75f7571a7e0 - + https://dev.azure.com/dnceng/internal/_git/dotnet-sdk - 152e97ccf0f21e648f05b0c1f5e7b602bc1157c8 + 5797090b9a6668c2aa48d4314a19f75f7571a7e0 - + https://dev.azure.com/dnceng/internal/_git/dotnet-winforms - 75eafed7999075bca879940ad0b1a0794061ddb0 + e64f396b895c1cb61753f816b805291f225c7e8a - + https://dev.azure.com/dnceng/internal/_git/dotnet-wpf - c94bac748138456f4feef271b3dc18e4b46453e6 + 5a86bed8dd2c24aa3557cd2f1244fe7f66e87725 https://github.com/dotnet/fsharp @@ -163,13 +163,13 @@ https://github.com/Microsoft/ApplicationInsights-dotnet 53b80940842204f78708a538628288ff5d741a1d - + https://github.com/dotnet/emsdk - 79b01e47d43eeba5442af569770480696102972f + 6f67d4ab0e07dcc604a884d42fb74414800ddc6f - + https://github.com/dotnet/emsdk - 79b01e47d43eeba5442af569770480696102972f + 6f67d4ab0e07dcc604a884d42fb74414800ddc6f https://github.com/dotnet/deployment-tools diff -Nru dotnet7-7.0.112/src/installer/eng/Versions.props dotnet7-7.0.113/src/installer/eng/Versions.props --- dotnet7-7.0.112/src/installer/eng/Versions.props 2023-10-01 02:27:01.000000000 +0000 +++ dotnet7-7.0.113/src/installer/eng/Versions.props 2023-10-20 21:27:26.000000000 +0000 @@ -8,7 +8,7 @@ 7 0 1 - 12 + 13 $(VersionMajor).$(VersionMinor).$(VersionSDKMinor)$(VersionFeature) servicing @@ -37,11 +37,11 @@ - 7.0.12-servicing.23478.3 + 7.0.13-servicing.23518.11 - 7.0.12-servicing.23478.2 + 7.0.13-servicing.23518.15 @@ -56,22 +56,22 @@ - 7.0.12 - 7.0.12 - 7.0.12-servicing.23479.22 - 7.0.12-servicing.23479.22 - 7.0.12-servicing.23479.22 - 7.0.12-servicing.23479.22 - 7.0.12-servicing.23479.22 + 7.0.13 + 7.0.13 + 7.0.13-servicing.23520.7 + 7.0.13-servicing.23520.7 + 7.0.13-servicing.23520.7 + 7.0.13-servicing.23520.7 + 7.0.13-servicing.23520.7 0.2.0 - 7.0.112 - 7.0.112-servicing.23480.37 - 7.0.112-servicing.23480.37 + 7.0.113 + 7.0.113-servicing.23520.29 + 7.0.113-servicing.23520.29 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) @@ -82,20 +82,20 @@ - 7.0.12-servicing.23477.20 - 7.0.12-servicing.23477.20 - 7.0.12 - 7.0.12 - 7.0.12 - 7.0.12 + 7.0.13-servicing.23518.16 + 7.0.13-servicing.23518.16 + 7.0.13 + 7.0.13 + 7.0.13 + 7.0.13 2.1.0 - 7.0.12-servicing.23478.2 - 7.0.12-servicing.23478.2 - 7.0.12 - 7.0.12 + 7.0.13-servicing.23518.16 + 7.0.13-servicing.23518.16 + 7.0.13 + 7.0.13 @@ -215,8 +215,8 @@ or minor release, prebuilts may be needed. When the release is mature, prebuilts are not necessary, and this property is removed from the file. --> - 7.0.110 - 7.0.110 + 7.0.111 + 7.0.111 @@ -228,8 +228,8 @@ 12.3.2372 16.0.1478 $(MicrosoftNETCoreAppRefPackageVersion) - 7.0.11 - 7.0.11 + 7.0.13 + 7.0.13 $(MicrosoftNETWorkloadEmscriptennet7Manifest70100Version) diff -Nru dotnet7-7.0.112/src/installer/.git/HEAD dotnet7-7.0.113/src/installer/.git/HEAD --- dotnet7-7.0.112/src/installer/.git/HEAD 2023-10-01 02:27:01.000000000 +0000 +++ dotnet7-7.0.113/src/installer/.git/HEAD 2023-10-20 21:27:26.000000000 +0000 @@ -1 +1 @@ -c97215789531577c81c203f54f4b03ca92ab771a +e24ee34c8ea5d0c17c95868396b2529194ecec2f Binary files /tmp/tmp55htk883/vTlrv2udn9/dotnet7-7.0.112/src/installer/.git/index and /tmp/tmp55htk883/3qlnbtqn9D/dotnet7-7.0.113/src/installer/.git/index differ diff -Nru dotnet7-7.0.112/src/installer/.git/logs/HEAD dotnet7-7.0.113/src/installer/.git/logs/HEAD --- dotnet7-7.0.112/src/installer/.git/logs/HEAD 2023-10-01 02:27:01.000000000 +0000 +++ dotnet7-7.0.113/src/installer/.git/logs/HEAD 2023-10-20 21:27:26.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 c97215789531577c81c203f54f4b03ca92ab771a cloudtest_azpcontainer 1696127221 +0000 clone: from /__w/1/s/./.git +0000000000000000000000000000000000000000 e24ee34c8ea5d0c17c95868396b2529194ecec2f cloudtest_azpcontainer 1697837246 +0000 clone: from /__w/1/s/./.git diff -Nru dotnet7-7.0.112/src/installer/.git/ORIG_HEAD dotnet7-7.0.113/src/installer/.git/ORIG_HEAD --- dotnet7-7.0.112/src/installer/.git/ORIG_HEAD 2023-10-01 02:27:02.000000000 +0000 +++ dotnet7-7.0.113/src/installer/.git/ORIG_HEAD 2023-10-20 21:27:26.000000000 +0000 @@ -1 +1 @@ -c97215789531577c81c203f54f4b03ca92ab771a +e24ee34c8ea5d0c17c95868396b2529194ecec2f diff -Nru dotnet7-7.0.112/src/installer/.git/packed-refs dotnet7-7.0.113/src/installer/.git/packed-refs --- dotnet7-7.0.112/src/installer/.git/packed-refs 2023-10-01 02:27:01.000000000 +0000 +++ dotnet7-7.0.113/src/installer/.git/packed-refs 2023-10-20 21:27:26.000000000 +0000 @@ -124,6 +124,7 @@ 00e4340849d26c84e65f750acb91355d4c40f9ae refs/tags/v6.0.121 b0dda375d13513f4b0db90517ff4408e05eb68a4 refs/tags/v6.0.121-source-build dc5a76ad5c4ed1292be9d96e40d3baa5cdc6b4ef refs/tags/v6.0.122 +a33389fcc17c512c4ce21b1cf88863aa55e7307a refs/tags/v6.0.123 58f9685dd51d3473c89aabfab15d8550aac62638 refs/tags/v6.0.200 8473cb69cb1b97a8da37c9905e4e045147012423 refs/tags/v6.0.200-preview ^58f9685dd51d3473c89aabfab15d8550aac62638 @@ -152,6 +153,8 @@ 2282fe998c54635c744653971f1903f98a33d49b refs/tags/v6.0.315 5d26c38ee96606c1e474039d445c27cba6d2b229 refs/tags/v6.0.316 d9644dc1fe191866cfbd303b9d4250e3ac680d80 refs/tags/v6.0.317 +4f44b00954d820f7795eacd4bc73bbe294157e44 refs/tags/v6.0.318 +^bcbed60f06e45836728bb36dbb2ddfc52572b787 7771abd614f31fa87deb013fdde3e590495a0c56 refs/tags/v6.0.400 0906eae6f8c72882c197e346b9125f0b69c4b3a7 refs/tags/v6.0.401 68624187969147694f78da1cc12444330b06fb1d refs/tags/v6.0.402 @@ -167,6 +170,8 @@ ee124f7fe1946ba82febd79ef25c3040de461d3a refs/tags/v6.0.412 10710f7d8e8fa29aea83b7ba59c0e169a7afc008 refs/tags/v6.0.413 dc3b5c43414b3d69ce876ba4c7230fbfd04a9170 refs/tags/v6.0.414 +552a0ff0a9cbe17f4a411d0e02da8c763f79ecd1 refs/tags/v6.0.415 +^6963d2d1e0eb7c42b773f62b1d34fe34a7182d17 129d2465c8ef2147252af2d5395fb6bf85a7e40e refs/tags/v7.0.100-preview.1.22110.4 9c52c56c13fa4cb199ccbe1f00dddc6e7cd5f2d7 refs/tags/v7.0.100-preview.2.22153.17 c48f2c30ee2128e0961219bbf1f4babd00a9ada6 refs/tags/v7.0.100-preview.3.22179.4 @@ -193,6 +198,7 @@ 3e9283a8e906761fcf9973c0007a75c0eb20baea refs/tags/v7.0.109 ba920f88aceb29ba2178e33e51cbe5c6963e2a4a refs/tags/v7.0.110 06c8b346e488025d42d9cb905b47f4b3c3015ae3 refs/tags/v7.0.111 +c97215789531577c81c203f54f4b03ca92ab771a refs/tags/v7.0.112 534117727ba029772571b09ac6012956e605949b refs/tags/v7.0.200 68f2d7e7a3c55365f4ee48f10495616f6c0651e7 refs/tags/v7.0.201 6c74320bc3ea80d03493a069e4c424b19a5a1983 refs/tags/v7.0.202 @@ -204,8 +210,12 @@ f500069cb7cdd01b435961287361b9ad21203c67 refs/tags/v7.0.306 7b77e35a2bc056a01180bfdec51ad27a11b1d412 refs/tags/v7.0.307 f6a2f50f2d67a07264605ee7044c2515ba30f20f refs/tags/v7.0.308 +b2febe379e0a674ae60960f6c6f694b24c276468 refs/tags/v7.0.309 +^552bd6c89b07627bc57be1c07b59e0e2c8934207 73bf45718d009e374d473477e61814bbaba494f9 refs/tags/v7.0.400 eb26aacfecb08dd87b418f4cfaf7faa10eb1900f refs/tags/v7.0.401 +60a78c353b044d672626bb789d774bb70f159e58 refs/tags/v7.0.402 +^791db8e2d8adc71af53b20024f653182d86e320a 913e4679b3ea675f3ca06fd3504d05d034c82aa6 refs/tags/v8.0.100-preview.1.23115.2 54801b24350f51a2e62845b1f5db36fffd976591 refs/tags/v8.0.100-preview.2.23157.25 d06cc8145301911e20322ebc401f2adc0d9f40a4 refs/tags/v8.0.100-preview.3.23178.7 @@ -216,3 +226,4 @@ daebeea8ea53b3b8c8d6656977f59991fc550885 refs/tags/v8.0.100-preview.7.23376.3 e14caf947fc06eea8539ae6707be25d7c665289c refs/tags/v8.0.100-rc.1.23455.8 e7f4de881669e5fc3138b0726f447ccf2c08daa0 refs/tags/v8.0.100-rc.1.23463.5 +0abacfc2b649dfe89cb9bd91930afe95c10dec16 refs/tags/v8.0.100-rc.2.23502.2 diff -Nru dotnet7-7.0.112/src/installer/NuGet.config dotnet7-7.0.113/src/installer/NuGet.config --- dotnet7-7.0.112/src/installer/NuGet.config 2023-10-01 02:27:01.000000000 +0000 +++ dotnet7-7.0.113/src/installer/NuGet.config 2023-10-20 21:27:26.000000000 +0000 @@ -7,31 +7,24 @@ - - - + + + + - - - - - + - + - - - - - + @@ -53,25 +46,15 @@ - - - + - - - - - + - + - - - - - + diff -Nru dotnet7-7.0.112/src/installer/src/SourceBuild/tarball/content/global.json dotnet7-7.0.113/src/installer/src/SourceBuild/tarball/content/global.json --- dotnet7-7.0.112/src/installer/src/SourceBuild/tarball/content/global.json 2023-10-01 02:27:01.000000000 +0000 +++ dotnet7-7.0.113/src/installer/src/SourceBuild/tarball/content/global.json 2023-10-20 21:27:26.000000000 +0000 @@ -1,6 +1,6 @@ { "tools": { - "dotnet": "7.0.110" + "dotnet": "7.0.111" }, "msbuild-sdks": { "Microsoft.Build.CentralPackageVersions": "2.0.1", Binary files /tmp/tmp55htk883/vTlrv2udn9/dotnet7-7.0.112/src/linker/.git/index and /tmp/tmp55htk883/3qlnbtqn9D/dotnet7-7.0.113/src/linker/.git/index differ diff -Nru dotnet7-7.0.112/src/linker/.git/logs/HEAD dotnet7-7.0.113/src/linker/.git/logs/HEAD --- dotnet7-7.0.112/src/linker/.git/logs/HEAD 2023-10-01 02:27:49.000000000 +0000 +++ dotnet7-7.0.113/src/linker/.git/logs/HEAD 2023-10-20 21:28:14.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 19fa656d35252ccf926e6a6d783b16a2f094aaef cloudtest_azpcontainer 1696127269 +0000 reset: moving to FETCH_HEAD +0000000000000000000000000000000000000000 19fa656d35252ccf926e6a6d783b16a2f094aaef cloudtest_azpcontainer 1697837294 +0000 reset: moving to FETCH_HEAD diff -Nru dotnet7-7.0.112/src/linker/.git/logs/refs/heads/master dotnet7-7.0.113/src/linker/.git/logs/refs/heads/master --- dotnet7-7.0.112/src/linker/.git/logs/refs/heads/master 2023-10-01 02:27:49.000000000 +0000 +++ dotnet7-7.0.113/src/linker/.git/logs/refs/heads/master 2023-10-20 21:28:14.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 19fa656d35252ccf926e6a6d783b16a2f094aaef cloudtest_azpcontainer 1696127269 +0000 reset: moving to FETCH_HEAD +0000000000000000000000000000000000000000 19fa656d35252ccf926e6a6d783b16a2f094aaef cloudtest_azpcontainer 1697837294 +0000 reset: moving to FETCH_HEAD Binary files /tmp/tmp55htk883/vTlrv2udn9/dotnet7-7.0.112/src/linker/.git/modules/cecil/index and /tmp/tmp55htk883/3qlnbtqn9D/dotnet7-7.0.113/src/linker/.git/modules/cecil/index differ diff -Nru dotnet7-7.0.112/src/linker/.git/modules/cecil/logs/HEAD dotnet7-7.0.113/src/linker/.git/modules/cecil/logs/HEAD --- dotnet7-7.0.112/src/linker/.git/modules/cecil/logs/HEAD 2023-10-01 02:27:54.000000000 +0000 +++ dotnet7-7.0.113/src/linker/.git/modules/cecil/logs/HEAD 2023-10-20 21:28:19.000000000 +0000 @@ -1,2 +1,2 @@ -0000000000000000000000000000000000000000 13d6536e2dc92404da76d61d248badc040eb0de0 cloudtest_azpcontainer 1696127272 +0000 clone: from https://github.com/mono/cecil.git -13d6536e2dc92404da76d61d248badc040eb0de0 1840b7410d37a613e684b6f9650e39e2d4950bbb cloudtest_azpcontainer 1696127274 +0000 checkout: moving from main to 1840b7410d37a613e684b6f9650e39e2d4950bbb +0000000000000000000000000000000000000000 78ecb3ba9c8ca5ca1d055a4c9fbe2ce9fe24ad69 cloudtest_azpcontainer 1697837298 +0000 clone: from https://github.com/mono/cecil.git +78ecb3ba9c8ca5ca1d055a4c9fbe2ce9fe24ad69 1840b7410d37a613e684b6f9650e39e2d4950bbb cloudtest_azpcontainer 1697837299 +0000 checkout: moving from main to 1840b7410d37a613e684b6f9650e39e2d4950bbb diff -Nru dotnet7-7.0.112/src/linker/.git/modules/cecil/logs/refs/heads/main dotnet7-7.0.113/src/linker/.git/modules/cecil/logs/refs/heads/main --- dotnet7-7.0.112/src/linker/.git/modules/cecil/logs/refs/heads/main 2023-10-01 02:27:52.000000000 +0000 +++ dotnet7-7.0.113/src/linker/.git/modules/cecil/logs/refs/heads/main 2023-10-20 21:28:18.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 13d6536e2dc92404da76d61d248badc040eb0de0 cloudtest_azpcontainer 1696127272 +0000 clone: from https://github.com/mono/cecil.git +0000000000000000000000000000000000000000 78ecb3ba9c8ca5ca1d055a4c9fbe2ce9fe24ad69 cloudtest_azpcontainer 1697837298 +0000 clone: from https://github.com/mono/cecil.git diff -Nru dotnet7-7.0.112/src/linker/.git/modules/cecil/logs/refs/remotes/origin/HEAD dotnet7-7.0.113/src/linker/.git/modules/cecil/logs/refs/remotes/origin/HEAD --- dotnet7-7.0.112/src/linker/.git/modules/cecil/logs/refs/remotes/origin/HEAD 2023-10-01 02:27:52.000000000 +0000 +++ dotnet7-7.0.113/src/linker/.git/modules/cecil/logs/refs/remotes/origin/HEAD 2023-10-20 21:28:18.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 13d6536e2dc92404da76d61d248badc040eb0de0 cloudtest_azpcontainer 1696127272 +0000 clone: from https://github.com/mono/cecil.git +0000000000000000000000000000000000000000 78ecb3ba9c8ca5ca1d055a4c9fbe2ce9fe24ad69 cloudtest_azpcontainer 1697837298 +0000 clone: from https://github.com/mono/cecil.git diff -Nru dotnet7-7.0.112/src/linker/.git/modules/cecil/packed-refs dotnet7-7.0.113/src/linker/.git/modules/cecil/packed-refs --- dotnet7-7.0.112/src/linker/.git/modules/cecil/packed-refs 2023-10-01 02:27:52.000000000 +0000 +++ dotnet7-7.0.113/src/linker/.git/modules/cecil/packed-refs 2023-10-20 21:28:18.000000000 +0000 @@ -1,2 +1,2 @@ # pack-refs with: peeled fully-peeled sorted -13d6536e2dc92404da76d61d248badc040eb0de0 refs/remotes/origin/main +78ecb3ba9c8ca5ca1d055a4c9fbe2ce9fe24ad69 refs/remotes/origin/main diff -Nru dotnet7-7.0.112/src/linker/.git/modules/cecil/refs/heads/main dotnet7-7.0.113/src/linker/.git/modules/cecil/refs/heads/main --- dotnet7-7.0.112/src/linker/.git/modules/cecil/refs/heads/main 2023-10-01 02:27:52.000000000 +0000 +++ dotnet7-7.0.113/src/linker/.git/modules/cecil/refs/heads/main 2023-10-20 21:28:18.000000000 +0000 @@ -1 +1 @@ -13d6536e2dc92404da76d61d248badc040eb0de0 +78ecb3ba9c8ca5ca1d055a4c9fbe2ce9fe24ad69 diff -Nru dotnet7-7.0.112/src/linker/.git/modules/cecil/shallow dotnet7-7.0.113/src/linker/.git/modules/cecil/shallow --- dotnet7-7.0.112/src/linker/.git/modules/cecil/shallow 2023-10-01 02:27:54.000000000 +0000 +++ dotnet7-7.0.113/src/linker/.git/modules/cecil/shallow 2023-10-20 21:28:19.000000000 +0000 @@ -1,2 +1,2 @@ -13d6536e2dc92404da76d61d248badc040eb0de0 1840b7410d37a613e684b6f9650e39e2d4950bbb +78ecb3ba9c8ca5ca1d055a4c9fbe2ce9fe24ad69 Binary files /tmp/tmp55htk883/vTlrv2udn9/dotnet7-7.0.112/src/msbuild/.git/index and /tmp/tmp55htk883/3qlnbtqn9D/dotnet7-7.0.113/src/msbuild/.git/index differ diff -Nru dotnet7-7.0.112/src/msbuild/.git/logs/HEAD dotnet7-7.0.113/src/msbuild/.git/logs/HEAD --- dotnet7-7.0.112/src/msbuild/.git/logs/HEAD 2023-10-01 02:28:14.000000000 +0000 +++ dotnet7-7.0.113/src/msbuild/.git/logs/HEAD 2023-10-20 21:28:41.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 6918b863aa37ad0699f98482fbab9f7a52e65a92 cloudtest_azpcontainer 1696127294 +0000 reset: moving to FETCH_HEAD +0000000000000000000000000000000000000000 6918b863aa37ad0699f98482fbab9f7a52e65a92 cloudtest_azpcontainer 1697837321 +0000 reset: moving to FETCH_HEAD diff -Nru dotnet7-7.0.112/src/msbuild/.git/logs/refs/heads/master dotnet7-7.0.113/src/msbuild/.git/logs/refs/heads/master --- dotnet7-7.0.112/src/msbuild/.git/logs/refs/heads/master 2023-10-01 02:28:14.000000000 +0000 +++ dotnet7-7.0.113/src/msbuild/.git/logs/refs/heads/master 2023-10-20 21:28:41.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 6918b863aa37ad0699f98482fbab9f7a52e65a92 cloudtest_azpcontainer 1696127294 +0000 reset: moving to FETCH_HEAD +0000000000000000000000000000000000000000 6918b863aa37ad0699f98482fbab9f7a52e65a92 cloudtest_azpcontainer 1697837321 +0000 reset: moving to FETCH_HEAD Binary files /tmp/tmp55htk883/vTlrv2udn9/dotnet7-7.0.112/src/nuget-client/.git/index and /tmp/tmp55htk883/3qlnbtqn9D/dotnet7-7.0.113/src/nuget-client/.git/index differ diff -Nru dotnet7-7.0.112/src/nuget-client/.git/logs/HEAD dotnet7-7.0.113/src/nuget-client/.git/logs/HEAD --- dotnet7-7.0.112/src/nuget-client/.git/logs/HEAD 2023-10-01 02:28:17.000000000 +0000 +++ dotnet7-7.0.113/src/nuget-client/.git/logs/HEAD 2023-10-20 21:28:43.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 24f8150c97f9d26a7b5d77e983938e18d48e7d9f cloudtest_azpcontainer 1696127297 +0000 reset: moving to FETCH_HEAD +0000000000000000000000000000000000000000 24f8150c97f9d26a7b5d77e983938e18d48e7d9f cloudtest_azpcontainer 1697837323 +0000 reset: moving to FETCH_HEAD diff -Nru dotnet7-7.0.112/src/nuget-client/.git/logs/refs/heads/master dotnet7-7.0.113/src/nuget-client/.git/logs/refs/heads/master --- dotnet7-7.0.112/src/nuget-client/.git/logs/refs/heads/master 2023-10-01 02:28:17.000000000 +0000 +++ dotnet7-7.0.113/src/nuget-client/.git/logs/refs/heads/master 2023-10-20 21:28:43.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 24f8150c97f9d26a7b5d77e983938e18d48e7d9f cloudtest_azpcontainer 1696127297 +0000 reset: moving to FETCH_HEAD +0000000000000000000000000000000000000000 24f8150c97f9d26a7b5d77e983938e18d48e7d9f cloudtest_azpcontainer 1697837323 +0000 reset: moving to FETCH_HEAD Binary files /tmp/tmp55htk883/vTlrv2udn9/dotnet7-7.0.112/src/nuget-client/.git/modules/submodules/Common/index and /tmp/tmp55htk883/3qlnbtqn9D/dotnet7-7.0.113/src/nuget-client/.git/modules/submodules/Common/index differ diff -Nru dotnet7-7.0.112/src/nuget-client/.git/modules/submodules/Common/logs/HEAD dotnet7-7.0.113/src/nuget-client/.git/modules/submodules/Common/logs/HEAD --- dotnet7-7.0.112/src/nuget-client/.git/modules/submodules/Common/logs/HEAD 2023-10-01 02:28:21.000000000 +0000 +++ dotnet7-7.0.113/src/nuget-client/.git/modules/submodules/Common/logs/HEAD 2023-10-20 21:28:48.000000000 +0000 @@ -1,2 +1,2 @@ -0000000000000000000000000000000000000000 71a221002f15ba8fcbfea55bf6adb2e63861e56d cloudtest_azpcontainer 1696127297 +0000 clone: from https://github.com/aspnet/Common.git -71a221002f15ba8fcbfea55bf6adb2e63861e56d e6fac8061686c18531e2621ccef97dd5e0687a65 cloudtest_azpcontainer 1696127301 +0000 checkout: moving from main to e6fac8061686c18531e2621ccef97dd5e0687a65 +0000000000000000000000000000000000000000 261b3546ab8280dbecd77efcf063771649397fc3 cloudtest_azpcontainer 1697837324 +0000 clone: from https://github.com/aspnet/Common.git +261b3546ab8280dbecd77efcf063771649397fc3 e6fac8061686c18531e2621ccef97dd5e0687a65 cloudtest_azpcontainer 1697837328 +0000 checkout: moving from main to e6fac8061686c18531e2621ccef97dd5e0687a65 diff -Nru dotnet7-7.0.112/src/nuget-client/.git/modules/submodules/Common/logs/refs/heads/main dotnet7-7.0.113/src/nuget-client/.git/modules/submodules/Common/logs/refs/heads/main --- dotnet7-7.0.112/src/nuget-client/.git/modules/submodules/Common/logs/refs/heads/main 2023-10-01 02:28:17.000000000 +0000 +++ dotnet7-7.0.113/src/nuget-client/.git/modules/submodules/Common/logs/refs/heads/main 2023-10-20 21:28:44.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 71a221002f15ba8fcbfea55bf6adb2e63861e56d cloudtest_azpcontainer 1696127297 +0000 clone: from https://github.com/aspnet/Common.git +0000000000000000000000000000000000000000 261b3546ab8280dbecd77efcf063771649397fc3 cloudtest_azpcontainer 1697837324 +0000 clone: from https://github.com/aspnet/Common.git diff -Nru dotnet7-7.0.112/src/nuget-client/.git/modules/submodules/Common/logs/refs/remotes/origin/HEAD dotnet7-7.0.113/src/nuget-client/.git/modules/submodules/Common/logs/refs/remotes/origin/HEAD --- dotnet7-7.0.112/src/nuget-client/.git/modules/submodules/Common/logs/refs/remotes/origin/HEAD 2023-10-01 02:28:17.000000000 +0000 +++ dotnet7-7.0.113/src/nuget-client/.git/modules/submodules/Common/logs/refs/remotes/origin/HEAD 2023-10-20 21:28:44.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 71a221002f15ba8fcbfea55bf6adb2e63861e56d cloudtest_azpcontainer 1696127297 +0000 clone: from https://github.com/aspnet/Common.git +0000000000000000000000000000000000000000 261b3546ab8280dbecd77efcf063771649397fc3 cloudtest_azpcontainer 1697837324 +0000 clone: from https://github.com/aspnet/Common.git diff -Nru dotnet7-7.0.112/src/nuget-client/.git/modules/submodules/Common/packed-refs dotnet7-7.0.113/src/nuget-client/.git/modules/submodules/Common/packed-refs --- dotnet7-7.0.112/src/nuget-client/.git/modules/submodules/Common/packed-refs 2023-10-01 02:28:17.000000000 +0000 +++ dotnet7-7.0.113/src/nuget-client/.git/modules/submodules/Common/packed-refs 2023-10-20 21:28:44.000000000 +0000 @@ -1,2 +1,2 @@ # pack-refs with: peeled fully-peeled sorted -71a221002f15ba8fcbfea55bf6adb2e63861e56d refs/remotes/origin/main +261b3546ab8280dbecd77efcf063771649397fc3 refs/remotes/origin/main diff -Nru dotnet7-7.0.112/src/nuget-client/.git/modules/submodules/Common/refs/heads/main dotnet7-7.0.113/src/nuget-client/.git/modules/submodules/Common/refs/heads/main --- dotnet7-7.0.112/src/nuget-client/.git/modules/submodules/Common/refs/heads/main 2023-10-01 02:28:17.000000000 +0000 +++ dotnet7-7.0.113/src/nuget-client/.git/modules/submodules/Common/refs/heads/main 2023-10-20 21:28:44.000000000 +0000 @@ -1 +1 @@ -71a221002f15ba8fcbfea55bf6adb2e63861e56d +261b3546ab8280dbecd77efcf063771649397fc3 diff -Nru dotnet7-7.0.112/src/nuget-client/.git/modules/submodules/Common/shallow dotnet7-7.0.113/src/nuget-client/.git/modules/submodules/Common/shallow --- dotnet7-7.0.112/src/nuget-client/.git/modules/submodules/Common/shallow 2023-10-01 02:28:21.000000000 +0000 +++ dotnet7-7.0.113/src/nuget-client/.git/modules/submodules/Common/shallow 2023-10-20 21:28:48.000000000 +0000 @@ -1,2 +1,2 @@ -71a221002f15ba8fcbfea55bf6adb2e63861e56d +261b3546ab8280dbecd77efcf063771649397fc3 e6fac8061686c18531e2621ccef97dd5e0687a65 Binary files /tmp/tmp55htk883/vTlrv2udn9/dotnet7-7.0.112/src/nuget-client/.git/modules/submodules/FileSystem/index and /tmp/tmp55htk883/3qlnbtqn9D/dotnet7-7.0.113/src/nuget-client/.git/modules/submodules/FileSystem/index differ diff -Nru dotnet7-7.0.112/src/nuget-client/.git/modules/submodules/FileSystem/logs/HEAD dotnet7-7.0.113/src/nuget-client/.git/modules/submodules/FileSystem/logs/HEAD --- dotnet7-7.0.112/src/nuget-client/.git/modules/submodules/FileSystem/logs/HEAD 2023-10-01 02:28:22.000000000 +0000 +++ dotnet7-7.0.113/src/nuget-client/.git/modules/submodules/FileSystem/logs/HEAD 2023-10-20 21:28:49.000000000 +0000 @@ -1,2 +1,2 @@ -0000000000000000000000000000000000000000 ab5c96bd032d8b144e041c38b9cf082068e9b1df cloudtest_azpcontainer 1696127298 +0000 clone: from https://github.com/NuGet/FileSystem.git -ab5c96bd032d8b144e041c38b9cf082068e9b1df f1f3f0820a573b96b2faaf5b7e6be9a036e4c7aa cloudtest_azpcontainer 1696127302 +0000 checkout: moving from dev to f1f3f0820a573b96b2faaf5b7e6be9a036e4c7aa +0000000000000000000000000000000000000000 ab5c96bd032d8b144e041c38b9cf082068e9b1df cloudtest_azpcontainer 1697837325 +0000 clone: from https://github.com/NuGet/FileSystem.git +ab5c96bd032d8b144e041c38b9cf082068e9b1df f1f3f0820a573b96b2faaf5b7e6be9a036e4c7aa cloudtest_azpcontainer 1697837329 +0000 checkout: moving from dev to f1f3f0820a573b96b2faaf5b7e6be9a036e4c7aa diff -Nru dotnet7-7.0.112/src/nuget-client/.git/modules/submodules/FileSystem/logs/refs/heads/dev dotnet7-7.0.113/src/nuget-client/.git/modules/submodules/FileSystem/logs/refs/heads/dev --- dotnet7-7.0.112/src/nuget-client/.git/modules/submodules/FileSystem/logs/refs/heads/dev 2023-10-01 02:28:18.000000000 +0000 +++ dotnet7-7.0.113/src/nuget-client/.git/modules/submodules/FileSystem/logs/refs/heads/dev 2023-10-20 21:28:45.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 ab5c96bd032d8b144e041c38b9cf082068e9b1df cloudtest_azpcontainer 1696127298 +0000 clone: from https://github.com/NuGet/FileSystem.git +0000000000000000000000000000000000000000 ab5c96bd032d8b144e041c38b9cf082068e9b1df cloudtest_azpcontainer 1697837325 +0000 clone: from https://github.com/NuGet/FileSystem.git diff -Nru dotnet7-7.0.112/src/nuget-client/.git/modules/submodules/FileSystem/logs/refs/remotes/origin/HEAD dotnet7-7.0.113/src/nuget-client/.git/modules/submodules/FileSystem/logs/refs/remotes/origin/HEAD --- dotnet7-7.0.112/src/nuget-client/.git/modules/submodules/FileSystem/logs/refs/remotes/origin/HEAD 2023-10-01 02:28:18.000000000 +0000 +++ dotnet7-7.0.113/src/nuget-client/.git/modules/submodules/FileSystem/logs/refs/remotes/origin/HEAD 2023-10-20 21:28:45.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 ab5c96bd032d8b144e041c38b9cf082068e9b1df cloudtest_azpcontainer 1696127298 +0000 clone: from https://github.com/NuGet/FileSystem.git +0000000000000000000000000000000000000000 ab5c96bd032d8b144e041c38b9cf082068e9b1df cloudtest_azpcontainer 1697837325 +0000 clone: from https://github.com/NuGet/FileSystem.git diff -Nru dotnet7-7.0.112/src/nuget-client/.git/modules/submodules/NuGet.Build.Localization/logs/HEAD dotnet7-7.0.113/src/nuget-client/.git/modules/submodules/NuGet.Build.Localization/logs/HEAD --- dotnet7-7.0.112/src/nuget-client/.git/modules/submodules/NuGet.Build.Localization/logs/HEAD 2023-10-01 02:28:24.000000000 +0000 +++ dotnet7-7.0.113/src/nuget-client/.git/modules/submodules/NuGet.Build.Localization/logs/HEAD 2023-10-20 21:28:51.000000000 +0000 @@ -1,2 +1,2 @@ -0000000000000000000000000000000000000000 1d864839d645fc0f02494554d224ef7fa813b7bb cloudtest_azpcontainer 1696127300 +0000 clone: from https://github.com/NuGet/NuGet.Build.Localization.git -1d864839d645fc0f02494554d224ef7fa813b7bb f15db7b7c6f5affbea268632ef8333d2687c8031 cloudtest_azpcontainer 1696127304 +0000 checkout: moving from dev to f15db7b7c6f5affbea268632ef8333d2687c8031 +0000000000000000000000000000000000000000 eb9c53a915abef5b438d40ec68ad5f05f901d9cd cloudtest_azpcontainer 1697837327 +0000 clone: from https://github.com/NuGet/NuGet.Build.Localization.git +eb9c53a915abef5b438d40ec68ad5f05f901d9cd f15db7b7c6f5affbea268632ef8333d2687c8031 cloudtest_azpcontainer 1697837331 +0000 checkout: moving from dev to f15db7b7c6f5affbea268632ef8333d2687c8031 diff -Nru dotnet7-7.0.112/src/nuget-client/.git/modules/submodules/NuGet.Build.Localization/logs/refs/heads/dev dotnet7-7.0.113/src/nuget-client/.git/modules/submodules/NuGet.Build.Localization/logs/refs/heads/dev --- dotnet7-7.0.112/src/nuget-client/.git/modules/submodules/NuGet.Build.Localization/logs/refs/heads/dev 2023-10-01 02:28:20.000000000 +0000 +++ dotnet7-7.0.113/src/nuget-client/.git/modules/submodules/NuGet.Build.Localization/logs/refs/heads/dev 2023-10-20 21:28:47.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 1d864839d645fc0f02494554d224ef7fa813b7bb cloudtest_azpcontainer 1696127300 +0000 clone: from https://github.com/NuGet/NuGet.Build.Localization.git +0000000000000000000000000000000000000000 eb9c53a915abef5b438d40ec68ad5f05f901d9cd cloudtest_azpcontainer 1697837327 +0000 clone: from https://github.com/NuGet/NuGet.Build.Localization.git diff -Nru dotnet7-7.0.112/src/nuget-client/.git/modules/submodules/NuGet.Build.Localization/logs/refs/remotes/origin/HEAD dotnet7-7.0.113/src/nuget-client/.git/modules/submodules/NuGet.Build.Localization/logs/refs/remotes/origin/HEAD --- dotnet7-7.0.112/src/nuget-client/.git/modules/submodules/NuGet.Build.Localization/logs/refs/remotes/origin/HEAD 2023-10-01 02:28:20.000000000 +0000 +++ dotnet7-7.0.113/src/nuget-client/.git/modules/submodules/NuGet.Build.Localization/logs/refs/remotes/origin/HEAD 2023-10-20 21:28:47.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 1d864839d645fc0f02494554d224ef7fa813b7bb cloudtest_azpcontainer 1696127300 +0000 clone: from https://github.com/NuGet/NuGet.Build.Localization.git +0000000000000000000000000000000000000000 eb9c53a915abef5b438d40ec68ad5f05f901d9cd cloudtest_azpcontainer 1697837327 +0000 clone: from https://github.com/NuGet/NuGet.Build.Localization.git diff -Nru dotnet7-7.0.112/src/nuget-client/.git/modules/submodules/NuGet.Build.Localization/packed-refs dotnet7-7.0.113/src/nuget-client/.git/modules/submodules/NuGet.Build.Localization/packed-refs --- dotnet7-7.0.112/src/nuget-client/.git/modules/submodules/NuGet.Build.Localization/packed-refs 2023-10-01 02:28:20.000000000 +0000 +++ dotnet7-7.0.113/src/nuget-client/.git/modules/submodules/NuGet.Build.Localization/packed-refs 2023-10-20 21:28:47.000000000 +0000 @@ -1,2 +1,2 @@ # pack-refs with: peeled fully-peeled sorted -1d864839d645fc0f02494554d224ef7fa813b7bb refs/remotes/origin/dev +eb9c53a915abef5b438d40ec68ad5f05f901d9cd refs/remotes/origin/dev diff -Nru dotnet7-7.0.112/src/nuget-client/.git/modules/submodules/NuGet.Build.Localization/refs/heads/dev dotnet7-7.0.113/src/nuget-client/.git/modules/submodules/NuGet.Build.Localization/refs/heads/dev --- dotnet7-7.0.112/src/nuget-client/.git/modules/submodules/NuGet.Build.Localization/refs/heads/dev 2023-10-01 02:28:20.000000000 +0000 +++ dotnet7-7.0.113/src/nuget-client/.git/modules/submodules/NuGet.Build.Localization/refs/heads/dev 2023-10-20 21:28:47.000000000 +0000 @@ -1 +1 @@ -1d864839d645fc0f02494554d224ef7fa813b7bb +eb9c53a915abef5b438d40ec68ad5f05f901d9cd diff -Nru dotnet7-7.0.112/src/nuget-client/.git/modules/submodules/NuGet.Build.Localization/refs/tags/6.9.0.17 dotnet7-7.0.113/src/nuget-client/.git/modules/submodules/NuGet.Build.Localization/refs/tags/6.9.0.17 --- dotnet7-7.0.112/src/nuget-client/.git/modules/submodules/NuGet.Build.Localization/refs/tags/6.9.0.17 1970-01-01 00:00:00.000000000 +0000 +++ dotnet7-7.0.113/src/nuget-client/.git/modules/submodules/NuGet.Build.Localization/refs/tags/6.9.0.17 2023-10-20 21:28:47.000000000 +0000 @@ -0,0 +1 @@ +70b34b25e5dd805b7e4dfaa83e94f142167cb13c diff -Nru dotnet7-7.0.112/src/nuget-client/.git/modules/submodules/NuGet.Build.Localization/shallow dotnet7-7.0.113/src/nuget-client/.git/modules/submodules/NuGet.Build.Localization/shallow --- dotnet7-7.0.112/src/nuget-client/.git/modules/submodules/NuGet.Build.Localization/shallow 2023-10-01 02:28:24.000000000 +0000 +++ dotnet7-7.0.113/src/nuget-client/.git/modules/submodules/NuGet.Build.Localization/shallow 2023-10-20 21:28:51.000000000 +0000 @@ -1,2 +1,2 @@ -1d864839d645fc0f02494554d224ef7fa813b7bb +eb9c53a915abef5b438d40ec68ad5f05f901d9cd f15db7b7c6f5affbea268632ef8333d2687c8031 Binary files /tmp/tmp55htk883/vTlrv2udn9/dotnet7-7.0.112/src/razor-compiler/.git/index and /tmp/tmp55htk883/3qlnbtqn9D/dotnet7-7.0.113/src/razor-compiler/.git/index differ diff -Nru dotnet7-7.0.112/src/razor-compiler/.git/logs/HEAD dotnet7-7.0.113/src/razor-compiler/.git/logs/HEAD --- dotnet7-7.0.112/src/razor-compiler/.git/logs/HEAD 2023-10-01 02:27:37.000000000 +0000 +++ dotnet7-7.0.113/src/razor-compiler/.git/logs/HEAD 2023-10-20 21:28:01.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 9ce52f1afbfb819fc8499a590385200b97b13f33 cloudtest_azpcontainer 1696127257 +0000 reset: moving to FETCH_HEAD +0000000000000000000000000000000000000000 9ce52f1afbfb819fc8499a590385200b97b13f33 cloudtest_azpcontainer 1697837281 +0000 reset: moving to FETCH_HEAD diff -Nru dotnet7-7.0.112/src/razor-compiler/.git/logs/refs/heads/master dotnet7-7.0.113/src/razor-compiler/.git/logs/refs/heads/master --- dotnet7-7.0.112/src/razor-compiler/.git/logs/refs/heads/master 2023-10-01 02:27:37.000000000 +0000 +++ dotnet7-7.0.113/src/razor-compiler/.git/logs/refs/heads/master 2023-10-20 21:28:01.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 9ce52f1afbfb819fc8499a590385200b97b13f33 cloudtest_azpcontainer 1696127257 +0000 reset: moving to FETCH_HEAD +0000000000000000000000000000000000000000 9ce52f1afbfb819fc8499a590385200b97b13f33 cloudtest_azpcontainer 1697837281 +0000 reset: moving to FETCH_HEAD Binary files /tmp/tmp55htk883/vTlrv2udn9/dotnet7-7.0.112/src/roslyn/.git/index and /tmp/tmp55htk883/3qlnbtqn9D/dotnet7-7.0.113/src/roslyn/.git/index differ diff -Nru dotnet7-7.0.112/src/roslyn/.git/logs/HEAD dotnet7-7.0.113/src/roslyn/.git/logs/HEAD --- dotnet7-7.0.112/src/roslyn/.git/logs/HEAD 2023-10-01 02:28:11.000000000 +0000 +++ dotnet7-7.0.113/src/roslyn/.git/logs/HEAD 2023-10-20 21:28:38.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 528676cdbf0bfcfdb9372dc57a047dd0edc6d4db cloudtest_azpcontainer 1696127291 +0000 reset: moving to FETCH_HEAD +0000000000000000000000000000000000000000 528676cdbf0bfcfdb9372dc57a047dd0edc6d4db cloudtest_azpcontainer 1697837318 +0000 reset: moving to FETCH_HEAD diff -Nru dotnet7-7.0.112/src/roslyn/.git/logs/refs/heads/master dotnet7-7.0.113/src/roslyn/.git/logs/refs/heads/master --- dotnet7-7.0.112/src/roslyn/.git/logs/refs/heads/master 2023-10-01 02:28:11.000000000 +0000 +++ dotnet7-7.0.113/src/roslyn/.git/logs/refs/heads/master 2023-10-20 21:28:38.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 528676cdbf0bfcfdb9372dc57a047dd0edc6d4db cloudtest_azpcontainer 1696127291 +0000 reset: moving to FETCH_HEAD +0000000000000000000000000000000000000000 528676cdbf0bfcfdb9372dc57a047dd0edc6d4db cloudtest_azpcontainer 1697837318 +0000 reset: moving to FETCH_HEAD Binary files /tmp/tmp55htk883/vTlrv2udn9/dotnet7-7.0.112/src/roslyn-analyzers/.git/index and /tmp/tmp55htk883/3qlnbtqn9D/dotnet7-7.0.113/src/roslyn-analyzers/.git/index differ diff -Nru dotnet7-7.0.112/src/roslyn-analyzers/.git/logs/HEAD dotnet7-7.0.113/src/roslyn-analyzers/.git/logs/HEAD --- dotnet7-7.0.112/src/roslyn-analyzers/.git/logs/HEAD 2023-10-01 02:27:39.000000000 +0000 +++ dotnet7-7.0.113/src/roslyn-analyzers/.git/logs/HEAD 2023-10-20 21:28:03.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 31373ce8529c3d2f6b91e61585872160b0d7d7cd cloudtest_azpcontainer 1696127259 +0000 reset: moving to FETCH_HEAD +0000000000000000000000000000000000000000 31373ce8529c3d2f6b91e61585872160b0d7d7cd cloudtest_azpcontainer 1697837283 +0000 reset: moving to FETCH_HEAD diff -Nru dotnet7-7.0.112/src/roslyn-analyzers/.git/logs/refs/heads/master dotnet7-7.0.113/src/roslyn-analyzers/.git/logs/refs/heads/master --- dotnet7-7.0.112/src/roslyn-analyzers/.git/logs/refs/heads/master 2023-10-01 02:27:39.000000000 +0000 +++ dotnet7-7.0.113/src/roslyn-analyzers/.git/logs/refs/heads/master 2023-10-20 21:28:03.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 31373ce8529c3d2f6b91e61585872160b0d7d7cd cloudtest_azpcontainer 1696127259 +0000 reset: moving to FETCH_HEAD +0000000000000000000000000000000000000000 31373ce8529c3d2f6b91e61585872160b0d7d7cd cloudtest_azpcontainer 1697837283 +0000 reset: moving to FETCH_HEAD diff -Nru dotnet7-7.0.112/src/runtime/eng/native/configurecompiler.cmake dotnet7-7.0.113/src/runtime/eng/native/configurecompiler.cmake --- dotnet7-7.0.112/src/runtime/eng/native/configurecompiler.cmake 2023-10-01 02:27:16.000000000 +0000 +++ dotnet7-7.0.113/src/runtime/eng/native/configurecompiler.cmake 2023-10-20 21:27:41.000000000 +0000 @@ -384,6 +384,17 @@ # using twos-complement representation (this is normally undefined according to the C++ spec). add_compile_options(-fwrapv) + if(CLR_CMAKE_HOST_OSX OR CLR_CMAKE_HOST_MACCATALYST OR CLR_CMAKE_HOST_IOS OR CLR_CMAKE_HOST_TVOS) + # Clang will by default emit objc_msgSend stubs in Xcode 14, which ld from earlier Xcodes doesn't understand. + # We disable this by passing -fno-objc-msgsend-selector-stubs to clang. + # We can probably remove this flag once we require developers to use Xcode 14. + # Ref: https://github.com/xamarin/xamarin-macios/issues/16223 + check_c_compiler_flag(-fno-objc-msgsend-selector-stubs COMPILER_SUPPORTS_FNO_OBJC_MSGSEND_SELECTOR_STUBS) + if(COMPILER_SUPPORTS_FNO_OBJC_MSGSEND_SELECTOR_STUBS) + set(CLR_CMAKE_COMMON_OBJC_FLAGS "${CLR_CMAKE_COMMON_OBJC_FLAGS} -fno-objc-msgsend-selector-stubs") + endif() + endif() + if(CLR_CMAKE_HOST_OSX OR CLR_CMAKE_HOST_MACCATALYST) # We cannot enable "stack-protector-strong" on OS X due to a bug in clang compiler (current version 7.0.2) add_compile_options(-fstack-protector) diff -Nru dotnet7-7.0.112/src/runtime/eng/pipelines/coreclr/perf-non-wasm-jobs.yml dotnet7-7.0.113/src/runtime/eng/pipelines/coreclr/perf-non-wasm-jobs.yml --- dotnet7-7.0.112/src/runtime/eng/pipelines/coreclr/perf-non-wasm-jobs.yml 2023-10-01 02:27:16.000000000 +0000 +++ dotnet7-7.0.113/src/runtime/eng/pipelines/coreclr/perf-non-wasm-jobs.yml 2023-10-20 21:27:41.000000000 +0000 @@ -314,4 +314,4 @@ projectFile: crossgen_perf.proj runKind: crossgen_scenarios runJobTemplate: /eng/pipelines/coreclr/templates/run-scenarios-job.yml - logicalmachine: 'perftiger' + logicalmachine: 'perftiger_crossgen' \ No newline at end of file diff -Nru dotnet7-7.0.112/src/runtime/eng/testing/performance/performance-setup.ps1 dotnet7-7.0.113/src/runtime/eng/testing/performance/performance-setup.ps1 --- dotnet7-7.0.112/src/runtime/eng/testing/performance/performance-setup.ps1 2023-10-01 02:27:16.000000000 +0000 +++ dotnet7-7.0.113/src/runtime/eng/testing/performance/performance-setup.ps1 2023-10-20 21:27:41.000000000 +0000 @@ -46,9 +46,10 @@ if ($Internal) { switch ($LogicalMachine) { - "perftiger" { $Queue = "Windows.10.Amd64.19H1.Tiger.Perf" } - "perfowl" { $Queue = "Windows.10.Amd64.20H2.Owl.Perf" } - "perfsurf" { $Queue = "Windows.10.Arm64.Perf.Surf" } + "perftiger" { $Queue = "Windows.10.Amd64.19H1.Tiger.Perf" } + "perftiger_crossgen" { $Queue = "Windows.10.Amd64.19H1.Tiger.Perf" } + "perfowl" { $Queue = "Windows.10.Amd64.20H2.Owl.Perf" } + "perfsurf" { $Queue = "Windows.10.Arm64.Perf.Surf" } "perfpixel4a" { $Queue = "Windows.10.Amd64.Pixel.Perf" } "perfampere" { $Queue = "Windows.Server.Arm64.Perf" } Default { $Queue = "Windows.10.Amd64.19H1.Tiger.Perf" } diff -Nru dotnet7-7.0.112/src/runtime/eng/testing/performance/performance-setup.sh dotnet7-7.0.113/src/runtime/eng/testing/performance/performance-setup.sh --- dotnet7-7.0.112/src/runtime/eng/testing/performance/performance-setup.sh 2023-10-01 02:27:16.000000000 +0000 +++ dotnet7-7.0.113/src/runtime/eng/testing/performance/performance-setup.sh 2023-10-20 21:27:41.000000000 +0000 @@ -253,8 +253,10 @@ else if [[ "$logical_machine" == "perfowl" ]]; then queue=Ubuntu.1804.Amd64.Owl.Perf - else + elif [[ "$logical_machine" == "perftiger_crossgen" ]]; then queue=Ubuntu.1804.Amd64.Tiger.Perf + else + queue=Ubuntu.2204.Amd64.Tiger.Perf fi fi diff -Nru dotnet7-7.0.112/src/runtime/eng/Version.Details.xml dotnet7-7.0.113/src/runtime/eng/Version.Details.xml --- dotnet7-7.0.112/src/runtime/eng/Version.Details.xml 2023-10-01 02:27:16.000000000 +0000 +++ dotnet7-7.0.113/src/runtime/eng/Version.Details.xml 2023-10-20 21:27:41.000000000 +0000 @@ -48,13 +48,13 @@ https://github.com/dotnet/command-line-api 5618b2d243ccdeb5c7e50a298b33b13036b4351b - + https://github.com/dotnet/emsdk - 79b01e47d43eeba5442af569770480696102972f + 6f67d4ab0e07dcc604a884d42fb74414800ddc6f - + https://github.com/dotnet/emsdk - 79b01e47d43eeba5442af569770480696102972f + 6f67d4ab0e07dcc604a884d42fb74414800ddc6f diff -Nru dotnet7-7.0.112/src/runtime/eng/Versions.props dotnet7-7.0.113/src/runtime/eng/Versions.props --- dotnet7-7.0.112/src/runtime/eng/Versions.props 2023-10-01 02:27:16.000000000 +0000 +++ dotnet7-7.0.113/src/runtime/eng/Versions.props 2023-10-20 21:27:41.000000000 +0000 @@ -1,11 +1,11 @@ - 7.0.12 + 7.0.13 7 0 - 12 + 13 7.0.100 6.0.$([MSBuild]::Add($(PatchVersion), 11)) servicing @@ -22,8 +22,8 @@ false false $(AssemblyVersion) - 7.0.11 - 7.0.11 + 7.0.13 + 7.0.13 @@ -140,7 +140,7 @@ 1.0.0-prerelease.22415.6 1.0.0-prerelease.22415.6 - 16.11.27-beta1.23180.1 + 16.11.29-beta1.23404.4 2.0.0-beta4.22355.1 3.0.3 2.1.0 diff -Nru dotnet7-7.0.112/src/runtime/.git/FETCH_HEAD dotnet7-7.0.113/src/runtime/.git/FETCH_HEAD --- dotnet7-7.0.112/src/runtime/.git/FETCH_HEAD 2023-10-01 02:27:16.000000000 +0000 +++ dotnet7-7.0.113/src/runtime/.git/FETCH_HEAD 2023-10-20 21:27:41.000000000 +0000 @@ -1 +1 @@ -4a824ef37caa51072221584c64cbf15455f406ca '4a824ef37caa51072221584c64cbf15455f406ca' of https://dev.azure.com/dnceng/internal/_git/dotnet-runtime +3f73a2f186e08c905aba441ea5545295ca261730 '3f73a2f186e08c905aba441ea5545295ca261730' of https://dev.azure.com/dnceng/internal/_git/dotnet-runtime Binary files /tmp/tmp55htk883/vTlrv2udn9/dotnet7-7.0.112/src/runtime/.git/index and /tmp/tmp55htk883/3qlnbtqn9D/dotnet7-7.0.113/src/runtime/.git/index differ diff -Nru dotnet7-7.0.112/src/runtime/.git/logs/HEAD dotnet7-7.0.113/src/runtime/.git/logs/HEAD --- dotnet7-7.0.112/src/runtime/.git/logs/HEAD 2023-10-01 02:27:19.000000000 +0000 +++ dotnet7-7.0.113/src/runtime/.git/logs/HEAD 2023-10-20 21:27:44.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 4a824ef37caa51072221584c64cbf15455f406ca cloudtest_azpcontainer 1696127239 +0000 reset: moving to FETCH_HEAD +0000000000000000000000000000000000000000 3f73a2f186e08c905aba441ea5545295ca261730 cloudtest_azpcontainer 1697837264 +0000 reset: moving to FETCH_HEAD diff -Nru dotnet7-7.0.112/src/runtime/.git/logs/refs/heads/master dotnet7-7.0.113/src/runtime/.git/logs/refs/heads/master --- dotnet7-7.0.112/src/runtime/.git/logs/refs/heads/master 2023-10-01 02:27:19.000000000 +0000 +++ dotnet7-7.0.113/src/runtime/.git/logs/refs/heads/master 2023-10-20 21:27:44.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 4a824ef37caa51072221584c64cbf15455f406ca cloudtest_azpcontainer 1696127239 +0000 reset: moving to FETCH_HEAD +0000000000000000000000000000000000000000 3f73a2f186e08c905aba441ea5545295ca261730 cloudtest_azpcontainer 1697837264 +0000 reset: moving to FETCH_HEAD diff -Nru dotnet7-7.0.112/src/runtime/.git/refs/heads/master dotnet7-7.0.113/src/runtime/.git/refs/heads/master --- dotnet7-7.0.112/src/runtime/.git/refs/heads/master 2023-10-01 02:27:19.000000000 +0000 +++ dotnet7-7.0.113/src/runtime/.git/refs/heads/master 2023-10-20 21:27:44.000000000 +0000 @@ -1 +1 @@ -4a824ef37caa51072221584c64cbf15455f406ca +3f73a2f186e08c905aba441ea5545295ca261730 diff -Nru dotnet7-7.0.112/src/runtime/.git/shallow dotnet7-7.0.113/src/runtime/.git/shallow --- dotnet7-7.0.112/src/runtime/.git/shallow 2023-10-01 02:27:02.000000000 +0000 +++ dotnet7-7.0.113/src/runtime/.git/shallow 2023-10-20 21:27:26.000000000 +0000 @@ -1 +1 @@ -4a824ef37caa51072221584c64cbf15455f406ca +3f73a2f186e08c905aba441ea5545295ca261730 diff -Nru dotnet7-7.0.112/src/runtime/NuGet.config dotnet7-7.0.113/src/runtime/NuGet.config --- dotnet7-7.0.112/src/runtime/NuGet.config 2023-10-01 02:27:16.000000000 +0000 +++ dotnet7-7.0.113/src/runtime/NuGet.config 2023-10-20 21:27:41.000000000 +0000 @@ -9,7 +9,7 @@ - + false true - true - 4 + false + 5 $(NoWarn);NU5128 This Windows Compatibility Pack provides access to APIs that were previously available only for .NET Framework. It can be used from both .NET as well as .NET Standard. diff -Nru dotnet7-7.0.112/src/runtime/src/libraries/System.DirectoryServices.AccountManagement/src/System.DirectoryServices.AccountManagement.csproj dotnet7-7.0.113/src/runtime/src/libraries/System.DirectoryServices.AccountManagement/src/System.DirectoryServices.AccountManagement.csproj --- dotnet7-7.0.112/src/runtime/src/libraries/System.DirectoryServices.AccountManagement/src/System.DirectoryServices.AccountManagement.csproj 2023-10-01 02:27:17.000000000 +0000 +++ dotnet7-7.0.113/src/runtime/src/libraries/System.DirectoryServices.AccountManagement/src/System.DirectoryServices.AccountManagement.csproj 2023-10-20 21:27:42.000000000 +0000 @@ -11,7 +11,7 @@ annotations true - true + false 1 true true diff -Nru dotnet7-7.0.112/src/runtime/src/libraries/System.Security.Cryptography.X509Certificates/tests/RevocationTests/AiaTests.cs dotnet7-7.0.113/src/runtime/src/libraries/System.Security.Cryptography.X509Certificates/tests/RevocationTests/AiaTests.cs --- dotnet7-7.0.112/src/runtime/src/libraries/System.Security.Cryptography.X509Certificates/tests/RevocationTests/AiaTests.cs 2023-10-01 02:27:17.000000000 +0000 +++ dotnet7-7.0.113/src/runtime/src/libraries/System.Security.Cryptography.X509Certificates/tests/RevocationTests/AiaTests.cs 2023-10-20 21:27:42.000000000 +0000 @@ -3,6 +3,7 @@ using System.Linq; using System.Security.Cryptography.X509Certificates.Tests.Common; +using Microsoft.DotNet.RemoteExecutor; using Test.Cryptography; using Xunit; @@ -177,5 +178,44 @@ }); } } + + [ActiveIssue("https://github.com/dotnet/runtime/issues/57506", typeof(PlatformDetection), nameof(PlatformDetection.IsMonoRuntime), nameof(PlatformDetection.IsMariner))] + [PlatformSpecific(TestPlatforms.Linux)] + [ConditionalFact(typeof(RemoteExecutor), nameof(RemoteExecutor.IsSupported))] + public static void AiaIgnoresCertOverLimit() + { + RemoteExecutor.Invoke(() => + { + AppContext.SetData("System.Security.Cryptography.AiaDownloadLimit", 100); + CertificateAuthority.BuildPrivatePki( + PkiOptions.AllRevocation, + out RevocationResponder responder, + out CertificateAuthority root, + out CertificateAuthority intermediate, + out X509Certificate2 endEntity, + pkiOptionsInSubject: false, + testName: Guid.NewGuid().ToString()); + + using (responder) + using (root) + using (intermediate) + using (endEntity) + using (X509Certificate2 rootCert = root.CloneIssuerCert()) + { + responder.AiaResponseKind = AiaResponseKind.Cert; + + using (ChainHolder holder = new ChainHolder()) + { + X509Chain chain = holder.Chain; + chain.ChainPolicy.CustomTrustStore.Add(rootCert); + chain.ChainPolicy.TrustMode = X509ChainTrustMode.CustomRootTrust; + chain.ChainPolicy.VerificationTime = endEntity.NotBefore.AddMinutes(1); + chain.ChainPolicy.UrlRetrievalTimeout = DynamicRevocationTests.s_urlRetrievalLimit; + + Assert.False(chain.Build(endEntity)); + } + } + }).Dispose(); + } } } diff -Nru dotnet7-7.0.112/src/runtime/src/libraries/System.Threading.RateLimiting/src/System.Threading.RateLimiting.csproj dotnet7-7.0.113/src/runtime/src/libraries/System.Threading.RateLimiting/src/System.Threading.RateLimiting.csproj --- dotnet7-7.0.112/src/runtime/src/libraries/System.Threading.RateLimiting/src/System.Threading.RateLimiting.csproj 2023-10-01 02:27:17.000000000 +0000 +++ dotnet7-7.0.113/src/runtime/src/libraries/System.Threading.RateLimiting/src/System.Threading.RateLimiting.csproj 2023-10-20 21:27:42.000000000 +0000 @@ -2,7 +2,7 @@ $(NetCoreAppCurrent);$(NetCoreAppMinimum);netstandard2.0;$(NetFrameworkMinimum) true - true + false 1 true diff -Nru dotnet7-7.0.112/src/runtime/src/mono/CMakeLists.txt dotnet7-7.0.113/src/runtime/src/mono/CMakeLists.txt --- dotnet7-7.0.112/src/runtime/src/mono/CMakeLists.txt 2023-10-01 02:27:17.000000000 +0000 +++ dotnet7-7.0.113/src/runtime/src/mono/CMakeLists.txt 2023-10-20 21:27:42.000000000 +0000 @@ -899,6 +899,14 @@ else() set(DISABLE_DLLMAP 1) endif() + +if(TARGET_DARWIN) + check_c_compiler_flag(-fno-objc-msgsend-selector-stubs COMPILER_SUPPORTS_FNO_OBJC_MSGSEND_SELECTOR_STUBS) + if(COMPILER_SUPPORTS_FNO_OBJC_MSGSEND_SELECTOR_STUBS) + set(CLR_CMAKE_COMMON_OBJC_FLAGS "${CLR_CMAKE_COMMON_OBJC_FLAGS} -fno-objc-msgsend-selector-stubs") + endif() +endif() + ### End of OS specific checks include_directories("${CLR_SRC_NATIVE_DIR}") diff -Nru dotnet7-7.0.112/src/runtime/src/mono/mono/mini/CMakeLists.txt dotnet7-7.0.113/src/runtime/src/mono/mono/mini/CMakeLists.txt --- dotnet7-7.0.112/src/runtime/src/mono/mono/mini/CMakeLists.txt 2023-10-01 02:27:17.000000000 +0000 +++ dotnet7-7.0.113/src/runtime/src/mono/mono/mini/CMakeLists.txt 2023-10-20 21:27:42.000000000 +0000 @@ -78,6 +78,9 @@ addprefix(icu_shim_sources "${ICU_SHIM_PATH}" "${icu_shim_sources_base}") set_source_files_properties(${icu_shim_sources} PROPERTIES COMPILE_DEFINITIONS OSX_ICU_LIBRARY_PATH="${OSX_ICU_LIBRARY_PATH}") set_source_files_properties(${icu_shim_sources} PROPERTIES COMPILE_FLAGS "-I\"${ICU_INCLUDEDIR}\" -I\"${CLR_SRC_NATIVE_DIR}/libs/System.Globalization.Native/\" -I\"${CLR_SRC_NATIVE_DIR}/libs/Common/\" ${ICU_FLAGS}") + if(TARGET_DARWIN) + set_property(SOURCE "${ICU_SHIM_PATH}/pal_locale.m" APPEND_STRING PROPERTY COMPILE_FLAGS "${CLR_CMAKE_COMMON_OBJC_FLAGS}") + endif() if(TARGET_WIN32) set_source_files_properties(${icu_shim_sources} PROPERTIES LANGUAGE CXX) endif() diff -Nru dotnet7-7.0.112/src/runtime/src/native/libs/System.Globalization.Native/CMakeLists.txt dotnet7-7.0.113/src/runtime/src/native/libs/System.Globalization.Native/CMakeLists.txt --- dotnet7-7.0.112/src/runtime/src/native/libs/System.Globalization.Native/CMakeLists.txt 2023-10-01 02:27:18.000000000 +0000 +++ dotnet7-7.0.113/src/runtime/src/native/libs/System.Globalization.Native/CMakeLists.txt 2023-10-20 21:27:43.000000000 +0000 @@ -62,6 +62,7 @@ if (CLR_CMAKE_TARGET_OSX OR CLR_CMAKE_TARGET_MACCATALYST OR CLR_CMAKE_TARGET_IOS OR CLR_CMAKE_TARGET_TVOS) set(NATIVEGLOBALIZATION_SOURCES ${NATIVEGLOBALIZATION_SOURCES} pal_locale.m) + set_source_files_properties(pal_locale.m PROPERTIES COMPILE_FLAGS "${CLR_CMAKE_COMMON_OBJC_FLAGS}") endif() # time zone names are filtered out of icu data for the browser and associated functionality is disabled diff -Nru dotnet7-7.0.112/src/runtime/src/native/libs/System.Native/CMakeLists.txt dotnet7-7.0.113/src/runtime/src/native/libs/System.Native/CMakeLists.txt --- dotnet7-7.0.112/src/runtime/src/native/libs/System.Native/CMakeLists.txt 2023-10-01 02:27:18.000000000 +0000 +++ dotnet7-7.0.113/src/runtime/src/native/libs/System.Native/CMakeLists.txt 2023-10-20 21:27:43.000000000 +0000 @@ -39,13 +39,14 @@ if (CLR_CMAKE_TARGET_OSX OR CLR_CMAKE_TARGET_MACCATALYST OR CLR_CMAKE_TARGET_IOS OR CLR_CMAKE_TARGET_TVOS) list (APPEND NATIVE_SOURCES pal_autoreleasepool.m) - set_source_files_properties(pal_autoreleasepool.m PROPERTIES COMPILE_FLAGS -fno-objc-arc) + set_source_files_properties(pal_autoreleasepool.m PROPERTIES COMPILE_FLAGS "-fno-objc-arc ${CLR_CMAKE_COMMON_OBJC_FLAGS}") else() list (APPEND NATIVE_SOURCES pal_autoreleasepool.c) endif() if (CLR_CMAKE_TARGET_MACCATALYST OR CLR_CMAKE_TARGET_IOS OR CLR_CMAKE_TARGET_TVOS) list (APPEND NATIVE_SOURCES pal_environment.m) + set_source_files_properties(pal_environment.m PROPERTIES COMPILE_FLAGS "${CLR_CMAKE_COMMON_OBJC_FLAGS}") else() list (APPEND NATIVE_SOURCES pal_environment.c) endif() @@ -53,12 +54,14 @@ if (CLR_CMAKE_TARGET_MACCATALYST OR CLR_CMAKE_TARGET_IOS OR CLR_CMAKE_TARGET_TVOS) set(NATIVE_SOURCES ${NATIVE_SOURCES} pal_datetime.m) + set_source_files_properties(pal_datetime.m PROPERTIES COMPILE_FLAGS "${CLR_CMAKE_COMMON_OBJC_FLAGS}") endif() if (CLR_CMAKE_TARGET_MACCATALYST OR CLR_CMAKE_TARGET_IOS OR CLR_CMAKE_TARGET_TVOS) set(NATIVE_SOURCES ${NATIVE_SOURCES} pal_log.m pal_searchpath.m) + set_source_files_properties(pal_log.m pal_searchpath.m PROPERTIES COMPILE_FLAGS "${CLR_CMAKE_COMMON_OBJC_FLAGS}") else () list (APPEND NATIVE_SOURCES pal_searchpath.c @@ -69,6 +72,7 @@ if (CLR_CMAKE_TARGET_MACCATALYST) set(NATIVE_SOURCES ${NATIVE_SOURCES} pal_iossupportversion.m) + set_source_files_properties(pal_iossupportversion.m PROPERTIES COMPILE_FLAGS "${CLR_CMAKE_COMMON_OBJC_FLAGS}") else () list (APPEND NATIVE_SOURCES pal_iossupportversion.c) diff -Nru dotnet7-7.0.112/src/sdk/eng/Version.Details.xml dotnet7-7.0.113/src/sdk/eng/Version.Details.xml --- dotnet7-7.0.112/src/sdk/eng/Version.Details.xml 2023-10-01 02:27:34.000000000 +0000 +++ dotnet7-7.0.113/src/sdk/eng/Version.Details.xml 2023-10-20 21:27:58.000000000 +0000 @@ -1,54 +1,54 @@ - + https://dev.azure.com/dnceng/internal/_git/dotnet-templating - 5681a43b6962b36dc8c7fb1fd06f7e410a626310 + 0fc1c18622a562d02b4768511981644c55b5d5a1 - + https://dev.azure.com/dnceng/internal/_git/dotnet-templating - 5681a43b6962b36dc8c7fb1fd06f7e410a626310 + 0fc1c18622a562d02b4768511981644c55b5d5a1 - + https://dev.azure.com/dnceng/internal/_git/dotnet-templating - 5681a43b6962b36dc8c7fb1fd06f7e410a626310 + 0fc1c18622a562d02b4768511981644c55b5d5a1 - + https://dev.azure.com/dnceng/internal/_git/dotnet-runtime - 4a824ef37caa51072221584c64cbf15455f406ca + 3f73a2f186e08c905aba441ea5545295ca261730 - + https://dev.azure.com/dnceng/internal/_git/dotnet-runtime - 4a824ef37caa51072221584c64cbf15455f406ca + 3f73a2f186e08c905aba441ea5545295ca261730 - + https://dev.azure.com/dnceng/internal/_git/dotnet-runtime - 4a824ef37caa51072221584c64cbf15455f406ca + 3f73a2f186e08c905aba441ea5545295ca261730 - + https://dev.azure.com/dnceng/internal/_git/dotnet-runtime - 4a824ef37caa51072221584c64cbf15455f406ca + 3f73a2f186e08c905aba441ea5545295ca261730 - + https://dev.azure.com/dnceng/internal/_git/dotnet-runtime - 4a824ef37caa51072221584c64cbf15455f406ca + 3f73a2f186e08c905aba441ea5545295ca261730 https://dev.azure.com/dnceng/internal/_git/dotnet-runtime 8e9a17b2216f51a5788f8b1c467a4cf3b769e7d7 - + https://dev.azure.com/dnceng/internal/_git/dotnet-runtime - 4a824ef37caa51072221584c64cbf15455f406ca + 3f73a2f186e08c905aba441ea5545295ca261730 https://dev.azure.com/dnceng/internal/_git/dotnet-runtime d099f075e45d2aa6007a22b71b45a08758559f80 - + https://dev.azure.com/dnceng/internal/_git/dotnet-runtime - 4a824ef37caa51072221584c64cbf15455f406ca + 3f73a2f186e08c905aba441ea5545295ca261730 https://github.com/dotnet/msbuild @@ -67,9 +67,9 @@ 1d892dd78d5dcb261a1d26f72efb333834436a02 - + https://github.com/dotnet/format - 69f4d1a3d8eeb2faa20794bbb6ba9018651ca8d9 + 4a47c89b8c223dee2f4cab042fcb58edcdf97f54 @@ -101,13 +101,13 @@ https://github.com/dotnet/roslyn 528676cdbf0bfcfdb9372dc57a047dd0edc6d4db - + https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore - 57512b49997283599b00a6b67d0ccebaec171daf + d634f2bd1ad6e319f26ff0f1d7ada5539158a19f - + https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore - 57512b49997283599b00a6b67d0ccebaec171daf + d634f2bd1ad6e319f26ff0f1d7ada5539158a19f https://dev.azure.com/devdiv/DevDiv/_git/NuGet-NuGet.Client-Trusted @@ -122,9 +122,9 @@ 19fa656d35252ccf926e6a6d783b16a2f094aaef - + https://dev.azure.com/dnceng/internal/_git/dotnet-runtime - 4a824ef37caa51072221584c64cbf15455f406ca + 3f73a2f186e08c905aba441ea5545295ca261730 @@ -155,70 +155,70 @@ https://dev.azure.com/dnceng/internal/_git/dotnet-runtime d099f075e45d2aa6007a22b71b45a08758559f80 - + https://dev.azure.com/dnceng/internal/_git/dotnet-windowsdesktop - 018db428575093156be75c5bc20d33aebae33be4 + 389f0c6968be9e1e447db8316106529640b246ae - + https://dev.azure.com/dnceng/internal/_git/dotnet-windowsdesktop - 018db428575093156be75c5bc20d33aebae33be4 + 389f0c6968be9e1e447db8316106529640b246ae - + https://dev.azure.com/dnceng/internal/_git/dotnet-windowsdesktop - 018db428575093156be75c5bc20d33aebae33be4 + 389f0c6968be9e1e447db8316106529640b246ae - + https://dev.azure.com/dnceng/internal/_git/dotnet-windowsdesktop - 018db428575093156be75c5bc20d33aebae33be4 + 389f0c6968be9e1e447db8316106529640b246ae - + https://dev.azure.com/dnceng/internal/_git/dotnet-wpf - c94bac748138456f4feef271b3dc18e4b46453e6 + 5a86bed8dd2c24aa3557cd2f1244fe7f66e87725 - + https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore - 57512b49997283599b00a6b67d0ccebaec171daf + d634f2bd1ad6e319f26ff0f1d7ada5539158a19f - + https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore - 57512b49997283599b00a6b67d0ccebaec171daf + d634f2bd1ad6e319f26ff0f1d7ada5539158a19f - + https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore - 57512b49997283599b00a6b67d0ccebaec171daf + d634f2bd1ad6e319f26ff0f1d7ada5539158a19f - + https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore - 57512b49997283599b00a6b67d0ccebaec171daf + d634f2bd1ad6e319f26ff0f1d7ada5539158a19f - + https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore - 57512b49997283599b00a6b67d0ccebaec171daf + d634f2bd1ad6e319f26ff0f1d7ada5539158a19f - + https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore - 57512b49997283599b00a6b67d0ccebaec171daf + d634f2bd1ad6e319f26ff0f1d7ada5539158a19f - + https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore - 57512b49997283599b00a6b67d0ccebaec171daf + d634f2bd1ad6e319f26ff0f1d7ada5539158a19f - + https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore - 57512b49997283599b00a6b67d0ccebaec171daf + d634f2bd1ad6e319f26ff0f1d7ada5539158a19f - + https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore - 57512b49997283599b00a6b67d0ccebaec171daf + d634f2bd1ad6e319f26ff0f1d7ada5539158a19f - + https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore - 57512b49997283599b00a6b67d0ccebaec171daf + d634f2bd1ad6e319f26ff0f1d7ada5539158a19f - + https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore - 57512b49997283599b00a6b67d0ccebaec171daf + d634f2bd1ad6e319f26ff0f1d7ada5539158a19f https://github.com/dotnet/razor-compiler @@ -237,21 +237,21 @@ https://github.com/dotnet/razor-compiler 9ce52f1afbfb819fc8499a590385200b97b13f33 - + https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore - 57512b49997283599b00a6b67d0ccebaec171daf + d634f2bd1ad6e319f26ff0f1d7ada5539158a19f - + https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore - 57512b49997283599b00a6b67d0ccebaec171daf + d634f2bd1ad6e319f26ff0f1d7ada5539158a19f - + https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore - 57512b49997283599b00a6b67d0ccebaec171daf + d634f2bd1ad6e319f26ff0f1d7ada5539158a19f - + https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore - 57512b49997283599b00a6b67d0ccebaec171daf + d634f2bd1ad6e319f26ff0f1d7ada5539158a19f https://github.com/dotnet/xdt diff -Nru dotnet7-7.0.112/src/sdk/eng/Versions.props dotnet7-7.0.113/src/sdk/eng/Versions.props --- dotnet7-7.0.112/src/sdk/eng/Versions.props 2023-10-01 02:27:34.000000000 +0000 +++ dotnet7-7.0.113/src/sdk/eng/Versions.props 2023-10-20 21:27:58.000000000 +0000 @@ -11,7 +11,7 @@ - 7.0.112 + 7.0.113 servicing @@ -49,13 +49,13 @@ - 7.0.12 - 7.0.12-servicing.23477.20 - 7.0.12 + 7.0.13 + 7.0.13-servicing.23518.16 + 7.0.13 $(MicrosoftNETCoreAppRuntimewinx64PackageVersion) 7.0.0 - 7.0.12 - 7.0.12-servicing.23477.20 + 7.0.13 + 7.0.13-servicing.23518.16 7.0.0 $(MicrosoftExtensionsDependencyModelPackageVersion) 6.0.0 @@ -94,11 +94,11 @@ 7.0.0 7.0.0 7.0.0 - 7.0.12 + 7.0.13 - 7.1.437503 + 7.1.441802 @@ -126,14 +126,14 @@ - 7.0.112 + 7.0.113 $(MicrosoftTemplateEngineAbstractionsPackageVersion) $(MicrosoftTemplateEngineAbstractionsPackageVersion) $(MicrosoftTemplateEngineAbstractionsPackageVersion) $(MicrosoftTemplateEngineAbstractionsPackageVersion) - 7.0.112-servicing.23478.2 - 7.0.112-servicing.23478.2 + 7.0.113-servicing.23518.33 + 7.0.113-servicing.23518.33 @@ -152,12 +152,12 @@ - 7.0.12-servicing.23479.22 - 7.0.12-servicing.23479.22 - 7.0.12-servicing.23479.22 - 7.0.12-servicing.23479.22 - 7.0.12-servicing.23479.22 - 7.0.12 + 7.0.13-servicing.23520.7 + 7.0.13-servicing.23520.7 + 7.0.13-servicing.23520.7 + 7.0.13-servicing.23520.7 + 7.0.13-servicing.23520.7 + 7.0.13 @@ -168,7 +168,7 @@ - 7.0.12-servicing.23478.2 + 7.0.13-servicing.23518.15 diff -Nru dotnet7-7.0.112/src/sdk/.git/FETCH_HEAD dotnet7-7.0.113/src/sdk/.git/FETCH_HEAD --- dotnet7-7.0.112/src/sdk/.git/FETCH_HEAD 2023-10-01 02:27:34.000000000 +0000 +++ dotnet7-7.0.113/src/sdk/.git/FETCH_HEAD 2023-10-20 21:27:58.000000000 +0000 @@ -1 +1 @@ -152e97ccf0f21e648f05b0c1f5e7b602bc1157c8 '152e97ccf0f21e648f05b0c1f5e7b602bc1157c8' of https://dev.azure.com/dnceng/internal/_git/dotnet-sdk +5797090b9a6668c2aa48d4314a19f75f7571a7e0 '5797090b9a6668c2aa48d4314a19f75f7571a7e0' of https://dev.azure.com/dnceng/internal/_git/dotnet-sdk Binary files /tmp/tmp55htk883/vTlrv2udn9/dotnet7-7.0.112/src/sdk/.git/index and /tmp/tmp55htk883/3qlnbtqn9D/dotnet7-7.0.113/src/sdk/.git/index differ diff -Nru dotnet7-7.0.112/src/sdk/.git/logs/HEAD dotnet7-7.0.113/src/sdk/.git/logs/HEAD --- dotnet7-7.0.112/src/sdk/.git/logs/HEAD 2023-10-01 02:27:34.000000000 +0000 +++ dotnet7-7.0.113/src/sdk/.git/logs/HEAD 2023-10-20 21:27:58.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 152e97ccf0f21e648f05b0c1f5e7b602bc1157c8 cloudtest_azpcontainer 1696127254 +0000 reset: moving to FETCH_HEAD +0000000000000000000000000000000000000000 5797090b9a6668c2aa48d4314a19f75f7571a7e0 cloudtest_azpcontainer 1697837278 +0000 reset: moving to FETCH_HEAD diff -Nru dotnet7-7.0.112/src/sdk/.git/logs/refs/heads/master dotnet7-7.0.113/src/sdk/.git/logs/refs/heads/master --- dotnet7-7.0.112/src/sdk/.git/logs/refs/heads/master 2023-10-01 02:27:34.000000000 +0000 +++ dotnet7-7.0.113/src/sdk/.git/logs/refs/heads/master 2023-10-20 21:27:58.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 152e97ccf0f21e648f05b0c1f5e7b602bc1157c8 cloudtest_azpcontainer 1696127254 +0000 reset: moving to FETCH_HEAD +0000000000000000000000000000000000000000 5797090b9a6668c2aa48d4314a19f75f7571a7e0 cloudtest_azpcontainer 1697837278 +0000 reset: moving to FETCH_HEAD diff -Nru dotnet7-7.0.112/src/sdk/.git/refs/heads/master dotnet7-7.0.113/src/sdk/.git/refs/heads/master --- dotnet7-7.0.112/src/sdk/.git/refs/heads/master 2023-10-01 02:27:34.000000000 +0000 +++ dotnet7-7.0.113/src/sdk/.git/refs/heads/master 2023-10-20 21:27:58.000000000 +0000 @@ -1 +1 @@ -152e97ccf0f21e648f05b0c1f5e7b602bc1157c8 +5797090b9a6668c2aa48d4314a19f75f7571a7e0 diff -Nru dotnet7-7.0.112/src/sdk/.git/shallow dotnet7-7.0.113/src/sdk/.git/shallow --- dotnet7-7.0.112/src/sdk/.git/shallow 2023-10-01 02:27:33.000000000 +0000 +++ dotnet7-7.0.113/src/sdk/.git/shallow 2023-10-20 21:27:56.000000000 +0000 @@ -1 +1 @@ -152e97ccf0f21e648f05b0c1f5e7b602bc1157c8 +5797090b9a6668c2aa48d4314a19f75f7571a7e0 diff -Nru dotnet7-7.0.112/src/sdk/NuGet.config dotnet7-7.0.113/src/sdk/NuGet.config --- dotnet7-7.0.112/src/sdk/NuGet.config 2023-10-01 02:27:34.000000000 +0000 +++ dotnet7-7.0.113/src/sdk/NuGet.config 2023-10-20 21:27:58.000000000 +0000 @@ -4,7 +4,7 @@ - + @@ -12,19 +12,13 @@ - - - + - - - + - - - + @@ -44,22 +38,16 @@ - - - + - + - - - + - - - + Binary files /tmp/tmp55htk883/vTlrv2udn9/dotnet7-7.0.112/src/source-build-externals/.git/index and /tmp/tmp55htk883/3qlnbtqn9D/dotnet7-7.0.113/src/source-build-externals/.git/index differ diff -Nru dotnet7-7.0.112/src/source-build-externals/.git/logs/HEAD dotnet7-7.0.113/src/source-build-externals/.git/logs/HEAD --- dotnet7-7.0.112/src/source-build-externals/.git/logs/HEAD 2023-10-01 02:28:25.000000000 +0000 +++ dotnet7-7.0.113/src/source-build-externals/.git/logs/HEAD 2023-10-20 21:28:52.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 c47ba6c19d50081f90008da8bc61b3ac20348f20 cloudtest_azpcontainer 1696127305 +0000 reset: moving to FETCH_HEAD +0000000000000000000000000000000000000000 c47ba6c19d50081f90008da8bc61b3ac20348f20 cloudtest_azpcontainer 1697837332 +0000 reset: moving to FETCH_HEAD diff -Nru dotnet7-7.0.112/src/source-build-externals/.git/logs/refs/heads/master dotnet7-7.0.113/src/source-build-externals/.git/logs/refs/heads/master --- dotnet7-7.0.112/src/source-build-externals/.git/logs/refs/heads/master 2023-10-01 02:28:25.000000000 +0000 +++ dotnet7-7.0.113/src/source-build-externals/.git/logs/refs/heads/master 2023-10-20 21:28:52.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 c47ba6c19d50081f90008da8bc61b3ac20348f20 cloudtest_azpcontainer 1696127305 +0000 reset: moving to FETCH_HEAD +0000000000000000000000000000000000000000 c47ba6c19d50081f90008da8bc61b3ac20348f20 cloudtest_azpcontainer 1697837332 +0000 reset: moving to FETCH_HEAD Binary files /tmp/tmp55htk883/vTlrv2udn9/dotnet7-7.0.112/src/source-build-externals/.git/modules/src/application-insights/index and /tmp/tmp55htk883/3qlnbtqn9D/dotnet7-7.0.113/src/source-build-externals/.git/modules/src/application-insights/index differ diff -Nru dotnet7-7.0.112/src/source-build-externals/.git/modules/src/application-insights/logs/HEAD dotnet7-7.0.113/src/source-build-externals/.git/modules/src/application-insights/logs/HEAD --- dotnet7-7.0.112/src/source-build-externals/.git/modules/src/application-insights/logs/HEAD 2023-10-01 02:28:32.000000000 +0000 +++ dotnet7-7.0.113/src/source-build-externals/.git/modules/src/application-insights/logs/HEAD 2023-10-20 21:28:59.000000000 +0000 @@ -1,2 +1,2 @@ -0000000000000000000000000000000000000000 579d0520d2c3ffa45456bcbf895bc5b3aa799448 cloudtest_azpcontainer 1696127307 +0000 clone: from https://github.com/Microsoft/ApplicationInsights-dotnet -579d0520d2c3ffa45456bcbf895bc5b3aa799448 51c3ed8aa3f32209edf01168f9136a3ac8486c5d cloudtest_azpcontainer 1696127312 +0000 checkout: moving from main to 51c3ed8aa3f32209edf01168f9136a3ac8486c5d +0000000000000000000000000000000000000000 de66d679ff32f5a74553edbf52b10b9dc57ded70 cloudtest_azpcontainer 1697837334 +0000 clone: from https://github.com/Microsoft/ApplicationInsights-dotnet +de66d679ff32f5a74553edbf52b10b9dc57ded70 51c3ed8aa3f32209edf01168f9136a3ac8486c5d cloudtest_azpcontainer 1697837339 +0000 checkout: moving from main to 51c3ed8aa3f32209edf01168f9136a3ac8486c5d diff -Nru dotnet7-7.0.112/src/source-build-externals/.git/modules/src/application-insights/logs/refs/heads/main dotnet7-7.0.113/src/source-build-externals/.git/modules/src/application-insights/logs/refs/heads/main --- dotnet7-7.0.112/src/source-build-externals/.git/modules/src/application-insights/logs/refs/heads/main 2023-10-01 02:28:27.000000000 +0000 +++ dotnet7-7.0.113/src/source-build-externals/.git/modules/src/application-insights/logs/refs/heads/main 2023-10-20 21:28:54.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 579d0520d2c3ffa45456bcbf895bc5b3aa799448 cloudtest_azpcontainer 1696127307 +0000 clone: from https://github.com/Microsoft/ApplicationInsights-dotnet +0000000000000000000000000000000000000000 de66d679ff32f5a74553edbf52b10b9dc57ded70 cloudtest_azpcontainer 1697837334 +0000 clone: from https://github.com/Microsoft/ApplicationInsights-dotnet diff -Nru dotnet7-7.0.112/src/source-build-externals/.git/modules/src/application-insights/logs/refs/remotes/origin/HEAD dotnet7-7.0.113/src/source-build-externals/.git/modules/src/application-insights/logs/refs/remotes/origin/HEAD --- dotnet7-7.0.112/src/source-build-externals/.git/modules/src/application-insights/logs/refs/remotes/origin/HEAD 2023-10-01 02:28:27.000000000 +0000 +++ dotnet7-7.0.113/src/source-build-externals/.git/modules/src/application-insights/logs/refs/remotes/origin/HEAD 2023-10-20 21:28:54.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 579d0520d2c3ffa45456bcbf895bc5b3aa799448 cloudtest_azpcontainer 1696127307 +0000 clone: from https://github.com/Microsoft/ApplicationInsights-dotnet +0000000000000000000000000000000000000000 de66d679ff32f5a74553edbf52b10b9dc57ded70 cloudtest_azpcontainer 1697837334 +0000 clone: from https://github.com/Microsoft/ApplicationInsights-dotnet diff -Nru dotnet7-7.0.112/src/source-build-externals/.git/modules/src/application-insights/packed-refs dotnet7-7.0.113/src/source-build-externals/.git/modules/src/application-insights/packed-refs --- dotnet7-7.0.112/src/source-build-externals/.git/modules/src/application-insights/packed-refs 2023-10-01 02:28:27.000000000 +0000 +++ dotnet7-7.0.113/src/source-build-externals/.git/modules/src/application-insights/packed-refs 2023-10-20 21:28:54.000000000 +0000 @@ -1,2 +1,2 @@ # pack-refs with: peeled fully-peeled sorted -579d0520d2c3ffa45456bcbf895bc5b3aa799448 refs/remotes/origin/main +de66d679ff32f5a74553edbf52b10b9dc57ded70 refs/remotes/origin/main diff -Nru dotnet7-7.0.112/src/source-build-externals/.git/modules/src/application-insights/refs/heads/main dotnet7-7.0.113/src/source-build-externals/.git/modules/src/application-insights/refs/heads/main --- dotnet7-7.0.112/src/source-build-externals/.git/modules/src/application-insights/refs/heads/main 2023-10-01 02:28:27.000000000 +0000 +++ dotnet7-7.0.113/src/source-build-externals/.git/modules/src/application-insights/refs/heads/main 2023-10-20 21:28:54.000000000 +0000 @@ -1 +1 @@ -579d0520d2c3ffa45456bcbf895bc5b3aa799448 +de66d679ff32f5a74553edbf52b10b9dc57ded70 diff -Nru dotnet7-7.0.112/src/source-build-externals/.git/modules/src/application-insights/refs/tags/2.22.0-beta4 dotnet7-7.0.113/src/source-build-externals/.git/modules/src/application-insights/refs/tags/2.22.0-beta4 --- dotnet7-7.0.112/src/source-build-externals/.git/modules/src/application-insights/refs/tags/2.22.0-beta4 1970-01-01 00:00:00.000000000 +0000 +++ dotnet7-7.0.113/src/source-build-externals/.git/modules/src/application-insights/refs/tags/2.22.0-beta4 2023-10-20 21:28:54.000000000 +0000 @@ -0,0 +1 @@ +de66d679ff32f5a74553edbf52b10b9dc57ded70 diff -Nru dotnet7-7.0.112/src/source-build-externals/.git/modules/src/application-insights/shallow dotnet7-7.0.113/src/source-build-externals/.git/modules/src/application-insights/shallow --- dotnet7-7.0.112/src/source-build-externals/.git/modules/src/application-insights/shallow 2023-10-01 02:28:32.000000000 +0000 +++ dotnet7-7.0.113/src/source-build-externals/.git/modules/src/application-insights/shallow 2023-10-20 21:28:59.000000000 +0000 @@ -1,2 +1,2 @@ 51c3ed8aa3f32209edf01168f9136a3ac8486c5d -579d0520d2c3ffa45456bcbf895bc5b3aa799448 +de66d679ff32f5a74553edbf52b10b9dc57ded70 Binary files /tmp/tmp55htk883/vTlrv2udn9/dotnet7-7.0.112/src/source-build-externals/.git/modules/src/azure-activedirectory-identitymodel-extensions-for-dotnet/index and /tmp/tmp55htk883/3qlnbtqn9D/dotnet7-7.0.113/src/source-build-externals/.git/modules/src/azure-activedirectory-identitymodel-extensions-for-dotnet/index differ diff -Nru dotnet7-7.0.112/src/source-build-externals/.git/modules/src/azure-activedirectory-identitymodel-extensions-for-dotnet/logs/HEAD dotnet7-7.0.113/src/source-build-externals/.git/modules/src/azure-activedirectory-identitymodel-extensions-for-dotnet/logs/HEAD --- dotnet7-7.0.112/src/source-build-externals/.git/modules/src/azure-activedirectory-identitymodel-extensions-for-dotnet/logs/HEAD 2023-10-01 02:28:35.000000000 +0000 +++ dotnet7-7.0.113/src/source-build-externals/.git/modules/src/azure-activedirectory-identitymodel-extensions-for-dotnet/logs/HEAD 2023-10-20 21:29:03.000000000 +0000 @@ -1,2 +1,2 @@ -0000000000000000000000000000000000000000 9cd930c766b9840ab277b5fff9a71f778159e0be cloudtest_azpcontainer 1696127308 +0000 clone: from https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet.git -9cd930c766b9840ab277b5fff9a71f778159e0be a9de8ff14648770a3caa33a68d8061d0fa84d105 cloudtest_azpcontainer 1696127315 +0000 checkout: moving from dev to a9de8ff14648770a3caa33a68d8061d0fa84d105 +0000000000000000000000000000000000000000 3a7c8643f806c4d33ed9b52db48299045a3184ba cloudtest_azpcontainer 1697837335 +0000 clone: from https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet.git +3a7c8643f806c4d33ed9b52db48299045a3184ba a9de8ff14648770a3caa33a68d8061d0fa84d105 cloudtest_azpcontainer 1697837343 +0000 checkout: moving from dev to a9de8ff14648770a3caa33a68d8061d0fa84d105 diff -Nru dotnet7-7.0.112/src/source-build-externals/.git/modules/src/azure-activedirectory-identitymodel-extensions-for-dotnet/logs/refs/heads/dev dotnet7-7.0.113/src/source-build-externals/.git/modules/src/azure-activedirectory-identitymodel-extensions-for-dotnet/logs/refs/heads/dev --- dotnet7-7.0.112/src/source-build-externals/.git/modules/src/azure-activedirectory-identitymodel-extensions-for-dotnet/logs/refs/heads/dev 2023-10-01 02:28:28.000000000 +0000 +++ dotnet7-7.0.113/src/source-build-externals/.git/modules/src/azure-activedirectory-identitymodel-extensions-for-dotnet/logs/refs/heads/dev 2023-10-20 21:28:55.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 9cd930c766b9840ab277b5fff9a71f778159e0be cloudtest_azpcontainer 1696127308 +0000 clone: from https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet.git +0000000000000000000000000000000000000000 3a7c8643f806c4d33ed9b52db48299045a3184ba cloudtest_azpcontainer 1697837335 +0000 clone: from https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet.git diff -Nru dotnet7-7.0.112/src/source-build-externals/.git/modules/src/azure-activedirectory-identitymodel-extensions-for-dotnet/logs/refs/remotes/origin/HEAD dotnet7-7.0.113/src/source-build-externals/.git/modules/src/azure-activedirectory-identitymodel-extensions-for-dotnet/logs/refs/remotes/origin/HEAD --- dotnet7-7.0.112/src/source-build-externals/.git/modules/src/azure-activedirectory-identitymodel-extensions-for-dotnet/logs/refs/remotes/origin/HEAD 2023-10-01 02:28:28.000000000 +0000 +++ dotnet7-7.0.113/src/source-build-externals/.git/modules/src/azure-activedirectory-identitymodel-extensions-for-dotnet/logs/refs/remotes/origin/HEAD 2023-10-20 21:28:55.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 9cd930c766b9840ab277b5fff9a71f778159e0be cloudtest_azpcontainer 1696127308 +0000 clone: from https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet.git +0000000000000000000000000000000000000000 3a7c8643f806c4d33ed9b52db48299045a3184ba cloudtest_azpcontainer 1697837335 +0000 clone: from https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet.git diff -Nru dotnet7-7.0.112/src/source-build-externals/.git/modules/src/azure-activedirectory-identitymodel-extensions-for-dotnet/packed-refs dotnet7-7.0.113/src/source-build-externals/.git/modules/src/azure-activedirectory-identitymodel-extensions-for-dotnet/packed-refs --- dotnet7-7.0.112/src/source-build-externals/.git/modules/src/azure-activedirectory-identitymodel-extensions-for-dotnet/packed-refs 2023-10-01 02:28:28.000000000 +0000 +++ dotnet7-7.0.113/src/source-build-externals/.git/modules/src/azure-activedirectory-identitymodel-extensions-for-dotnet/packed-refs 2023-10-20 21:28:55.000000000 +0000 @@ -1,2 +1,2 @@ # pack-refs with: peeled fully-peeled sorted -9cd930c766b9840ab277b5fff9a71f778159e0be refs/remotes/origin/dev +3a7c8643f806c4d33ed9b52db48299045a3184ba refs/remotes/origin/dev diff -Nru dotnet7-7.0.112/src/source-build-externals/.git/modules/src/azure-activedirectory-identitymodel-extensions-for-dotnet/refs/heads/dev dotnet7-7.0.113/src/source-build-externals/.git/modules/src/azure-activedirectory-identitymodel-extensions-for-dotnet/refs/heads/dev --- dotnet7-7.0.112/src/source-build-externals/.git/modules/src/azure-activedirectory-identitymodel-extensions-for-dotnet/refs/heads/dev 2023-10-01 02:28:28.000000000 +0000 +++ dotnet7-7.0.113/src/source-build-externals/.git/modules/src/azure-activedirectory-identitymodel-extensions-for-dotnet/refs/heads/dev 2023-10-20 21:28:55.000000000 +0000 @@ -1 +1 @@ -9cd930c766b9840ab277b5fff9a71f778159e0be +3a7c8643f806c4d33ed9b52db48299045a3184ba diff -Nru dotnet7-7.0.112/src/source-build-externals/.git/modules/src/azure-activedirectory-identitymodel-extensions-for-dotnet/shallow dotnet7-7.0.113/src/source-build-externals/.git/modules/src/azure-activedirectory-identitymodel-extensions-for-dotnet/shallow --- dotnet7-7.0.112/src/source-build-externals/.git/modules/src/azure-activedirectory-identitymodel-extensions-for-dotnet/shallow 2023-10-01 02:28:34.000000000 +0000 +++ dotnet7-7.0.113/src/source-build-externals/.git/modules/src/azure-activedirectory-identitymodel-extensions-for-dotnet/shallow 2023-10-20 21:29:01.000000000 +0000 @@ -1,2 +1,2 @@ -9cd930c766b9840ab277b5fff9a71f778159e0be +3a7c8643f806c4d33ed9b52db48299045a3184ba a9de8ff14648770a3caa33a68d8061d0fa84d105 Binary files /tmp/tmp55htk883/vTlrv2udn9/dotnet7-7.0.112/src/source-build-externals/.git/modules/src/cssparser/index and /tmp/tmp55htk883/3qlnbtqn9D/dotnet7-7.0.113/src/source-build-externals/.git/modules/src/cssparser/index differ diff -Nru dotnet7-7.0.112/src/source-build-externals/.git/modules/src/cssparser/logs/HEAD dotnet7-7.0.113/src/source-build-externals/.git/modules/src/cssparser/logs/HEAD --- dotnet7-7.0.112/src/source-build-externals/.git/modules/src/cssparser/logs/HEAD 2023-10-01 02:28:36.000000000 +0000 +++ dotnet7-7.0.113/src/source-build-externals/.git/modules/src/cssparser/logs/HEAD 2023-10-20 21:29:04.000000000 +0000 @@ -1,2 +1,2 @@ -0000000000000000000000000000000000000000 0d59611784841735a7778a67aa6e9d8d000c861f cloudtest_azpcontainer 1696127308 +0000 clone: from https://github.com/dotnet/cssparser -0d59611784841735a7778a67aa6e9d8d000c861f d6d86bcd8c162b1ae22ef00955ff748d028dd0ee cloudtest_azpcontainer 1696127316 +0000 checkout: moving from main to d6d86bcd8c162b1ae22ef00955ff748d028dd0ee +0000000000000000000000000000000000000000 0d59611784841735a7778a67aa6e9d8d000c861f cloudtest_azpcontainer 1697837335 +0000 clone: from https://github.com/dotnet/cssparser +0d59611784841735a7778a67aa6e9d8d000c861f d6d86bcd8c162b1ae22ef00955ff748d028dd0ee cloudtest_azpcontainer 1697837344 +0000 checkout: moving from main to d6d86bcd8c162b1ae22ef00955ff748d028dd0ee diff -Nru dotnet7-7.0.112/src/source-build-externals/.git/modules/src/cssparser/logs/refs/heads/main dotnet7-7.0.113/src/source-build-externals/.git/modules/src/cssparser/logs/refs/heads/main --- dotnet7-7.0.112/src/source-build-externals/.git/modules/src/cssparser/logs/refs/heads/main 2023-10-01 02:28:28.000000000 +0000 +++ dotnet7-7.0.113/src/source-build-externals/.git/modules/src/cssparser/logs/refs/heads/main 2023-10-20 21:28:55.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 0d59611784841735a7778a67aa6e9d8d000c861f cloudtest_azpcontainer 1696127308 +0000 clone: from https://github.com/dotnet/cssparser +0000000000000000000000000000000000000000 0d59611784841735a7778a67aa6e9d8d000c861f cloudtest_azpcontainer 1697837335 +0000 clone: from https://github.com/dotnet/cssparser diff -Nru dotnet7-7.0.112/src/source-build-externals/.git/modules/src/cssparser/logs/refs/remotes/origin/HEAD dotnet7-7.0.113/src/source-build-externals/.git/modules/src/cssparser/logs/refs/remotes/origin/HEAD --- dotnet7-7.0.112/src/source-build-externals/.git/modules/src/cssparser/logs/refs/remotes/origin/HEAD 2023-10-01 02:28:28.000000000 +0000 +++ dotnet7-7.0.113/src/source-build-externals/.git/modules/src/cssparser/logs/refs/remotes/origin/HEAD 2023-10-20 21:28:55.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 0d59611784841735a7778a67aa6e9d8d000c861f cloudtest_azpcontainer 1696127308 +0000 clone: from https://github.com/dotnet/cssparser +0000000000000000000000000000000000000000 0d59611784841735a7778a67aa6e9d8d000c861f cloudtest_azpcontainer 1697837335 +0000 clone: from https://github.com/dotnet/cssparser Binary files /tmp/tmp55htk883/vTlrv2udn9/dotnet7-7.0.112/src/source-build-externals/.git/modules/src/humanizer/index and /tmp/tmp55htk883/3qlnbtqn9D/dotnet7-7.0.113/src/source-build-externals/.git/modules/src/humanizer/index differ diff -Nru dotnet7-7.0.112/src/source-build-externals/.git/modules/src/humanizer/logs/HEAD dotnet7-7.0.113/src/source-build-externals/.git/modules/src/humanizer/logs/HEAD --- dotnet7-7.0.112/src/source-build-externals/.git/modules/src/humanizer/logs/HEAD 2023-10-01 02:28:38.000000000 +0000 +++ dotnet7-7.0.113/src/source-build-externals/.git/modules/src/humanizer/logs/HEAD 2023-10-20 21:29:05.000000000 +0000 @@ -1,2 +1,2 @@ -0000000000000000000000000000000000000000 5dfb5ae8b8f90d3f769a7ce389eb5f756305f746 cloudtest_azpcontainer 1696127309 +0000 clone: from https://github.com/Humanizr/Humanizer -5dfb5ae8b8f90d3f769a7ce389eb5f756305f746 3ebc38de585fc641a04b0e78ed69468453b0f8a1 cloudtest_azpcontainer 1696127318 +0000 checkout: moving from main to 3ebc38de585fc641a04b0e78ed69468453b0f8a1 +0000000000000000000000000000000000000000 5dfb5ae8b8f90d3f769a7ce389eb5f756305f746 cloudtest_azpcontainer 1697837336 +0000 clone: from https://github.com/Humanizr/Humanizer +5dfb5ae8b8f90d3f769a7ce389eb5f756305f746 3ebc38de585fc641a04b0e78ed69468453b0f8a1 cloudtest_azpcontainer 1697837345 +0000 checkout: moving from main to 3ebc38de585fc641a04b0e78ed69468453b0f8a1 diff -Nru dotnet7-7.0.112/src/source-build-externals/.git/modules/src/humanizer/logs/refs/heads/main dotnet7-7.0.113/src/source-build-externals/.git/modules/src/humanizer/logs/refs/heads/main --- dotnet7-7.0.112/src/source-build-externals/.git/modules/src/humanizer/logs/refs/heads/main 2023-10-01 02:28:29.000000000 +0000 +++ dotnet7-7.0.113/src/source-build-externals/.git/modules/src/humanizer/logs/refs/heads/main 2023-10-20 21:28:56.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 5dfb5ae8b8f90d3f769a7ce389eb5f756305f746 cloudtest_azpcontainer 1696127309 +0000 clone: from https://github.com/Humanizr/Humanizer +0000000000000000000000000000000000000000 5dfb5ae8b8f90d3f769a7ce389eb5f756305f746 cloudtest_azpcontainer 1697837336 +0000 clone: from https://github.com/Humanizr/Humanizer diff -Nru dotnet7-7.0.112/src/source-build-externals/.git/modules/src/humanizer/logs/refs/remotes/origin/HEAD dotnet7-7.0.113/src/source-build-externals/.git/modules/src/humanizer/logs/refs/remotes/origin/HEAD --- dotnet7-7.0.112/src/source-build-externals/.git/modules/src/humanizer/logs/refs/remotes/origin/HEAD 2023-10-01 02:28:29.000000000 +0000 +++ dotnet7-7.0.113/src/source-build-externals/.git/modules/src/humanizer/logs/refs/remotes/origin/HEAD 2023-10-20 21:28:56.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 5dfb5ae8b8f90d3f769a7ce389eb5f756305f746 cloudtest_azpcontainer 1696127309 +0000 clone: from https://github.com/Humanizr/Humanizer +0000000000000000000000000000000000000000 5dfb5ae8b8f90d3f769a7ce389eb5f756305f746 cloudtest_azpcontainer 1697837336 +0000 clone: from https://github.com/Humanizr/Humanizer Binary files /tmp/tmp55htk883/vTlrv2udn9/dotnet7-7.0.112/src/source-build-externals/.git/modules/src/MSBuildLocator/index and /tmp/tmp55htk883/3qlnbtqn9D/dotnet7-7.0.113/src/source-build-externals/.git/modules/src/MSBuildLocator/index differ diff -Nru dotnet7-7.0.112/src/source-build-externals/.git/modules/src/MSBuildLocator/logs/HEAD dotnet7-7.0.113/src/source-build-externals/.git/modules/src/MSBuildLocator/logs/HEAD --- dotnet7-7.0.112/src/source-build-externals/.git/modules/src/MSBuildLocator/logs/HEAD 2023-10-01 02:28:31.000000000 +0000 +++ dotnet7-7.0.113/src/source-build-externals/.git/modules/src/MSBuildLocator/logs/HEAD 2023-10-20 21:28:58.000000000 +0000 @@ -1,2 +1,2 @@ -0000000000000000000000000000000000000000 65af3233f4517425fc759726b99ba963a38ebc4b cloudtest_azpcontainer 1696127306 +0000 clone: from https://github.com/microsoft/MSBuildLocator -65af3233f4517425fc759726b99ba963a38ebc4b 47281c3de1c87a43ab946725d011b9dca4b6434a cloudtest_azpcontainer 1696127311 +0000 checkout: moving from master to 47281c3de1c87a43ab946725d011b9dca4b6434a +0000000000000000000000000000000000000000 65af3233f4517425fc759726b99ba963a38ebc4b cloudtest_azpcontainer 1697837333 +0000 clone: from https://github.com/microsoft/MSBuildLocator +65af3233f4517425fc759726b99ba963a38ebc4b 47281c3de1c87a43ab946725d011b9dca4b6434a cloudtest_azpcontainer 1697837338 +0000 checkout: moving from master to 47281c3de1c87a43ab946725d011b9dca4b6434a diff -Nru dotnet7-7.0.112/src/source-build-externals/.git/modules/src/MSBuildLocator/logs/refs/heads/master dotnet7-7.0.113/src/source-build-externals/.git/modules/src/MSBuildLocator/logs/refs/heads/master --- dotnet7-7.0.112/src/source-build-externals/.git/modules/src/MSBuildLocator/logs/refs/heads/master 2023-10-01 02:28:26.000000000 +0000 +++ dotnet7-7.0.113/src/source-build-externals/.git/modules/src/MSBuildLocator/logs/refs/heads/master 2023-10-20 21:28:53.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 65af3233f4517425fc759726b99ba963a38ebc4b cloudtest_azpcontainer 1696127306 +0000 clone: from https://github.com/microsoft/MSBuildLocator +0000000000000000000000000000000000000000 65af3233f4517425fc759726b99ba963a38ebc4b cloudtest_azpcontainer 1697837333 +0000 clone: from https://github.com/microsoft/MSBuildLocator diff -Nru dotnet7-7.0.112/src/source-build-externals/.git/modules/src/MSBuildLocator/logs/refs/remotes/origin/HEAD dotnet7-7.0.113/src/source-build-externals/.git/modules/src/MSBuildLocator/logs/refs/remotes/origin/HEAD --- dotnet7-7.0.112/src/source-build-externals/.git/modules/src/MSBuildLocator/logs/refs/remotes/origin/HEAD 2023-10-01 02:28:26.000000000 +0000 +++ dotnet7-7.0.113/src/source-build-externals/.git/modules/src/MSBuildLocator/logs/refs/remotes/origin/HEAD 2023-10-20 21:28:53.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 65af3233f4517425fc759726b99ba963a38ebc4b cloudtest_azpcontainer 1696127306 +0000 clone: from https://github.com/microsoft/MSBuildLocator +0000000000000000000000000000000000000000 65af3233f4517425fc759726b99ba963a38ebc4b cloudtest_azpcontainer 1697837333 +0000 clone: from https://github.com/microsoft/MSBuildLocator Binary files /tmp/tmp55htk883/vTlrv2udn9/dotnet7-7.0.112/src/source-build-externals/.git/modules/src/newtonsoft-json/index and /tmp/tmp55htk883/3qlnbtqn9D/dotnet7-7.0.113/src/source-build-externals/.git/modules/src/newtonsoft-json/index differ diff -Nru dotnet7-7.0.112/src/source-build-externals/.git/modules/src/newtonsoft-json/logs/HEAD dotnet7-7.0.113/src/source-build-externals/.git/modules/src/newtonsoft-json/logs/HEAD --- dotnet7-7.0.112/src/source-build-externals/.git/modules/src/newtonsoft-json/logs/HEAD 2023-10-01 02:28:39.000000000 +0000 +++ dotnet7-7.0.113/src/source-build-externals/.git/modules/src/newtonsoft-json/logs/HEAD 2023-10-20 21:29:06.000000000 +0000 @@ -1,2 +1,2 @@ -0000000000000000000000000000000000000000 01e1759cac40d8154e47ed0e11c12a9d42d2d0ff cloudtest_azpcontainer 1696127310 +0000 clone: from https://github.com/JamesNK/Newtonsoft.Json.git -01e1759cac40d8154e47ed0e11c12a9d42d2d0ff ae9fe44e1323e91bcbd185ca1a14099fba7c021f cloudtest_azpcontainer 1696127319 +0000 checkout: moving from master to ae9fe44e1323e91bcbd185ca1a14099fba7c021f +0000000000000000000000000000000000000000 01e1759cac40d8154e47ed0e11c12a9d42d2d0ff cloudtest_azpcontainer 1697837337 +0000 clone: from https://github.com/JamesNK/Newtonsoft.Json.git +01e1759cac40d8154e47ed0e11c12a9d42d2d0ff ae9fe44e1323e91bcbd185ca1a14099fba7c021f cloudtest_azpcontainer 1697837346 +0000 checkout: moving from master to ae9fe44e1323e91bcbd185ca1a14099fba7c021f diff -Nru dotnet7-7.0.112/src/source-build-externals/.git/modules/src/newtonsoft-json/logs/refs/heads/master dotnet7-7.0.113/src/source-build-externals/.git/modules/src/newtonsoft-json/logs/refs/heads/master --- dotnet7-7.0.112/src/source-build-externals/.git/modules/src/newtonsoft-json/logs/refs/heads/master 2023-10-01 02:28:30.000000000 +0000 +++ dotnet7-7.0.113/src/source-build-externals/.git/modules/src/newtonsoft-json/logs/refs/heads/master 2023-10-20 21:28:57.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 01e1759cac40d8154e47ed0e11c12a9d42d2d0ff cloudtest_azpcontainer 1696127310 +0000 clone: from https://github.com/JamesNK/Newtonsoft.Json.git +0000000000000000000000000000000000000000 01e1759cac40d8154e47ed0e11c12a9d42d2d0ff cloudtest_azpcontainer 1697837337 +0000 clone: from https://github.com/JamesNK/Newtonsoft.Json.git diff -Nru dotnet7-7.0.112/src/source-build-externals/.git/modules/src/newtonsoft-json/logs/refs/remotes/origin/HEAD dotnet7-7.0.113/src/source-build-externals/.git/modules/src/newtonsoft-json/logs/refs/remotes/origin/HEAD --- dotnet7-7.0.112/src/source-build-externals/.git/modules/src/newtonsoft-json/logs/refs/remotes/origin/HEAD 2023-10-01 02:28:30.000000000 +0000 +++ dotnet7-7.0.113/src/source-build-externals/.git/modules/src/newtonsoft-json/logs/refs/remotes/origin/HEAD 2023-10-20 21:28:57.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 01e1759cac40d8154e47ed0e11c12a9d42d2d0ff cloudtest_azpcontainer 1696127310 +0000 clone: from https://github.com/JamesNK/Newtonsoft.Json.git +0000000000000000000000000000000000000000 01e1759cac40d8154e47ed0e11c12a9d42d2d0ff cloudtest_azpcontainer 1697837337 +0000 clone: from https://github.com/JamesNK/Newtonsoft.Json.git Binary files /tmp/tmp55htk883/vTlrv2udn9/dotnet7-7.0.112/src/source-build-reference-packages/.git/index and /tmp/tmp55htk883/3qlnbtqn9D/dotnet7-7.0.113/src/source-build-reference-packages/.git/index differ diff -Nru dotnet7-7.0.112/src/source-build-reference-packages/.git/logs/HEAD dotnet7-7.0.113/src/source-build-reference-packages/.git/logs/HEAD --- dotnet7-7.0.112/src/source-build-reference-packages/.git/logs/HEAD 2023-10-01 02:29:21.000000000 +0000 +++ dotnet7-7.0.113/src/source-build-reference-packages/.git/logs/HEAD 2023-10-20 21:29:49.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 525b6c35cc5c5c9b80b47044be2e4e77858d505a cloudtest_azpcontainer 1696127361 +0000 reset: moving to FETCH_HEAD +0000000000000000000000000000000000000000 525b6c35cc5c5c9b80b47044be2e4e77858d505a cloudtest_azpcontainer 1697837389 +0000 reset: moving to FETCH_HEAD diff -Nru dotnet7-7.0.112/src/source-build-reference-packages/.git/logs/refs/heads/master dotnet7-7.0.113/src/source-build-reference-packages/.git/logs/refs/heads/master --- dotnet7-7.0.112/src/source-build-reference-packages/.git/logs/refs/heads/master 2023-10-01 02:29:21.000000000 +0000 +++ dotnet7-7.0.113/src/source-build-reference-packages/.git/logs/refs/heads/master 2023-10-20 21:29:49.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 525b6c35cc5c5c9b80b47044be2e4e77858d505a cloudtest_azpcontainer 1696127361 +0000 reset: moving to FETCH_HEAD +0000000000000000000000000000000000000000 525b6c35cc5c5c9b80b47044be2e4e77858d505a cloudtest_azpcontainer 1697837389 +0000 reset: moving to FETCH_HEAD Binary files /tmp/tmp55htk883/vTlrv2udn9/dotnet7-7.0.112/src/sourcelink/.git/index and /tmp/tmp55htk883/3qlnbtqn9D/dotnet7-7.0.113/src/sourcelink/.git/index differ diff -Nru dotnet7-7.0.112/src/sourcelink/.git/logs/HEAD dotnet7-7.0.113/src/sourcelink/.git/logs/HEAD --- dotnet7-7.0.112/src/sourcelink/.git/logs/HEAD 2023-10-01 02:29:22.000000000 +0000 +++ dotnet7-7.0.113/src/sourcelink/.git/logs/HEAD 2023-10-20 21:29:50.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 e57efa1ed395dd6975b33052719facb24f03ee0b cloudtest_azpcontainer 1696127362 +0000 reset: moving to FETCH_HEAD +0000000000000000000000000000000000000000 e57efa1ed395dd6975b33052719facb24f03ee0b cloudtest_azpcontainer 1697837390 +0000 reset: moving to FETCH_HEAD diff -Nru dotnet7-7.0.112/src/sourcelink/.git/logs/refs/heads/master dotnet7-7.0.113/src/sourcelink/.git/logs/refs/heads/master --- dotnet7-7.0.112/src/sourcelink/.git/logs/refs/heads/master 2023-10-01 02:29:22.000000000 +0000 +++ dotnet7-7.0.113/src/sourcelink/.git/logs/refs/heads/master 2023-10-20 21:29:50.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 e57efa1ed395dd6975b33052719facb24f03ee0b cloudtest_azpcontainer 1696127362 +0000 reset: moving to FETCH_HEAD +0000000000000000000000000000000000000000 e57efa1ed395dd6975b33052719facb24f03ee0b cloudtest_azpcontainer 1697837390 +0000 reset: moving to FETCH_HEAD Binary files /tmp/tmp55htk883/vTlrv2udn9/dotnet7-7.0.112/src/symreader/.git/index and /tmp/tmp55htk883/3qlnbtqn9D/dotnet7-7.0.113/src/symreader/.git/index differ diff -Nru dotnet7-7.0.112/src/symreader/.git/logs/HEAD dotnet7-7.0.113/src/symreader/.git/logs/HEAD --- dotnet7-7.0.112/src/symreader/.git/logs/HEAD 2023-10-01 02:28:40.000000000 +0000 +++ dotnet7-7.0.113/src/symreader/.git/logs/HEAD 2023-10-20 21:29:07.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 7b9791daa3a3477eb22ec805946c9fff8b42d8ca cloudtest_azpcontainer 1696127320 +0000 reset: moving to FETCH_HEAD +0000000000000000000000000000000000000000 7b9791daa3a3477eb22ec805946c9fff8b42d8ca cloudtest_azpcontainer 1697837347 +0000 reset: moving to FETCH_HEAD diff -Nru dotnet7-7.0.112/src/symreader/.git/logs/refs/heads/master dotnet7-7.0.113/src/symreader/.git/logs/refs/heads/master --- dotnet7-7.0.112/src/symreader/.git/logs/refs/heads/master 2023-10-01 02:28:40.000000000 +0000 +++ dotnet7-7.0.113/src/symreader/.git/logs/refs/heads/master 2023-10-20 21:29:07.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 7b9791daa3a3477eb22ec805946c9fff8b42d8ca cloudtest_azpcontainer 1696127320 +0000 reset: moving to FETCH_HEAD +0000000000000000000000000000000000000000 7b9791daa3a3477eb22ec805946c9fff8b42d8ca cloudtest_azpcontainer 1697837347 +0000 reset: moving to FETCH_HEAD diff -Nru dotnet7-7.0.112/src/templating/eng/Version.Details.xml dotnet7-7.0.113/src/templating/eng/Version.Details.xml --- dotnet7-7.0.112/src/templating/eng/Version.Details.xml 2023-10-01 02:27:35.000000000 +0000 +++ dotnet7-7.0.113/src/templating/eng/Version.Details.xml 2023-10-20 21:27:59.000000000 +0000 @@ -11,17 +11,17 @@ ddc5b4880b0bf18783fc6808c4d407214f7bdae1 - + https://dev.azure.com/dnceng/internal/_git/dotnet-runtime - 4a824ef37caa51072221584c64cbf15455f406ca + 3f73a2f186e08c905aba441ea5545295ca261730 - + https://dev.azure.com/dnceng/internal/_git/dotnet-runtime - 4a824ef37caa51072221584c64cbf15455f406ca + 3f73a2f186e08c905aba441ea5545295ca261730 - + https://dev.azure.com/dnceng/internal/_git/dotnet-runtime - 4a824ef37caa51072221584c64cbf15455f406ca + 3f73a2f186e08c905aba441ea5545295ca261730 https://github.com/dotnet/command-line-api diff -Nru dotnet7-7.0.112/src/templating/eng/Versions.props dotnet7-7.0.113/src/templating/eng/Versions.props --- dotnet7-7.0.112/src/templating/eng/Versions.props 2023-10-01 02:27:35.000000000 +0000 +++ dotnet7-7.0.113/src/templating/eng/Versions.props 2023-10-20 21:27:59.000000000 +0000 @@ -7,7 +7,7 @@ 4.4.0-3.22452.8 true true - 7.0.112 + 7.0.113 servicing @@ -24,9 +24,9 @@ 2.0.0-beta4.22402.1 - 7.0.12 - 7.0.12 - 7.0.12-servicing.23477.20 + 7.0.13 + 7.0.13 + 7.0.13-servicing.23518.16 7.0.0-preview1.22559.1 diff -Nru dotnet7-7.0.112/src/templating/.git/FETCH_HEAD dotnet7-7.0.113/src/templating/.git/FETCH_HEAD --- dotnet7-7.0.112/src/templating/.git/FETCH_HEAD 2023-10-01 02:27:35.000000000 +0000 +++ dotnet7-7.0.113/src/templating/.git/FETCH_HEAD 2023-10-20 21:27:59.000000000 +0000 @@ -1 +1 @@ -5681a43b6962b36dc8c7fb1fd06f7e410a626310 '5681a43b6962b36dc8c7fb1fd06f7e410a626310' of https://dev.azure.com/dnceng/internal/_git/dotnet-templating +0fc1c18622a562d02b4768511981644c55b5d5a1 '0fc1c18622a562d02b4768511981644c55b5d5a1' of https://dev.azure.com/dnceng/internal/_git/dotnet-templating Binary files /tmp/tmp55htk883/vTlrv2udn9/dotnet7-7.0.112/src/templating/.git/index and /tmp/tmp55htk883/3qlnbtqn9D/dotnet7-7.0.113/src/templating/.git/index differ diff -Nru dotnet7-7.0.112/src/templating/.git/logs/HEAD dotnet7-7.0.113/src/templating/.git/logs/HEAD --- dotnet7-7.0.112/src/templating/.git/logs/HEAD 2023-10-01 02:27:35.000000000 +0000 +++ dotnet7-7.0.113/src/templating/.git/logs/HEAD 2023-10-20 21:27:59.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 5681a43b6962b36dc8c7fb1fd06f7e410a626310 cloudtest_azpcontainer 1696127255 +0000 reset: moving to FETCH_HEAD +0000000000000000000000000000000000000000 0fc1c18622a562d02b4768511981644c55b5d5a1 cloudtest_azpcontainer 1697837279 +0000 reset: moving to FETCH_HEAD diff -Nru dotnet7-7.0.112/src/templating/.git/logs/refs/heads/master dotnet7-7.0.113/src/templating/.git/logs/refs/heads/master --- dotnet7-7.0.112/src/templating/.git/logs/refs/heads/master 2023-10-01 02:27:35.000000000 +0000 +++ dotnet7-7.0.113/src/templating/.git/logs/refs/heads/master 2023-10-20 21:27:59.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 5681a43b6962b36dc8c7fb1fd06f7e410a626310 cloudtest_azpcontainer 1696127255 +0000 reset: moving to FETCH_HEAD +0000000000000000000000000000000000000000 0fc1c18622a562d02b4768511981644c55b5d5a1 cloudtest_azpcontainer 1697837279 +0000 reset: moving to FETCH_HEAD diff -Nru dotnet7-7.0.112/src/templating/.git/refs/heads/master dotnet7-7.0.113/src/templating/.git/refs/heads/master --- dotnet7-7.0.112/src/templating/.git/refs/heads/master 2023-10-01 02:27:35.000000000 +0000 +++ dotnet7-7.0.113/src/templating/.git/refs/heads/master 2023-10-20 21:27:59.000000000 +0000 @@ -1 +1 @@ -5681a43b6962b36dc8c7fb1fd06f7e410a626310 +0fc1c18622a562d02b4768511981644c55b5d5a1 diff -Nru dotnet7-7.0.112/src/templating/.git/shallow dotnet7-7.0.113/src/templating/.git/shallow --- dotnet7-7.0.112/src/templating/.git/shallow 2023-10-01 02:27:34.000000000 +0000 +++ dotnet7-7.0.113/src/templating/.git/shallow 2023-10-20 21:27:59.000000000 +0000 @@ -1 +1 @@ -5681a43b6962b36dc8c7fb1fd06f7e410a626310 +0fc1c18622a562d02b4768511981644c55b5d5a1 diff -Nru dotnet7-7.0.112/src/templating/NuGet.config dotnet7-7.0.113/src/templating/NuGet.config --- dotnet7-7.0.112/src/templating/NuGet.config 2023-10-01 02:27:35.000000000 +0000 +++ dotnet7-7.0.113/src/templating/NuGet.config 2023-10-20 21:27:59.000000000 +0000 @@ -4,7 +4,7 @@ - + @@ -19,7 +19,7 @@ - + Binary files /tmp/tmp55htk883/vTlrv2udn9/dotnet7-7.0.112/src/test-templates/.git/index and /tmp/tmp55htk883/3qlnbtqn9D/dotnet7-7.0.113/src/test-templates/.git/index differ diff -Nru dotnet7-7.0.112/src/test-templates/.git/logs/HEAD dotnet7-7.0.113/src/test-templates/.git/logs/HEAD --- dotnet7-7.0.112/src/test-templates/.git/logs/HEAD 2023-10-01 02:27:32.000000000 +0000 +++ dotnet7-7.0.113/src/test-templates/.git/logs/HEAD 2023-10-20 21:27:56.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 aaaa0c1826f97a9dfcc67e94136bf01010b55f23 cloudtest_azpcontainer 1696127252 +0000 reset: moving to FETCH_HEAD +0000000000000000000000000000000000000000 aaaa0c1826f97a9dfcc67e94136bf01010b55f23 cloudtest_azpcontainer 1697837276 +0000 reset: moving to FETCH_HEAD diff -Nru dotnet7-7.0.112/src/test-templates/.git/logs/refs/heads/master dotnet7-7.0.113/src/test-templates/.git/logs/refs/heads/master --- dotnet7-7.0.112/src/test-templates/.git/logs/refs/heads/master 2023-10-01 02:27:32.000000000 +0000 +++ dotnet7-7.0.113/src/test-templates/.git/logs/refs/heads/master 2023-10-20 21:27:56.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 aaaa0c1826f97a9dfcc67e94136bf01010b55f23 cloudtest_azpcontainer 1696127252 +0000 reset: moving to FETCH_HEAD +0000000000000000000000000000000000000000 aaaa0c1826f97a9dfcc67e94136bf01010b55f23 cloudtest_azpcontainer 1697837276 +0000 reset: moving to FETCH_HEAD Binary files /tmp/tmp55htk883/vTlrv2udn9/dotnet7-7.0.112/src/vstest/.git/index and /tmp/tmp55htk883/3qlnbtqn9D/dotnet7-7.0.113/src/vstest/.git/index differ diff -Nru dotnet7-7.0.112/src/vstest/.git/logs/HEAD dotnet7-7.0.113/src/vstest/.git/logs/HEAD --- dotnet7-7.0.112/src/vstest/.git/logs/HEAD 2023-10-01 02:27:45.000000000 +0000 +++ dotnet7-7.0.113/src/vstest/.git/logs/HEAD 2023-10-20 21:28:10.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 79d56b02b69a582cd90428878a5e9411ab7538f5 cloudtest_azpcontainer 1696127265 +0000 reset: moving to FETCH_HEAD +0000000000000000000000000000000000000000 79d56b02b69a582cd90428878a5e9411ab7538f5 cloudtest_azpcontainer 1697837290 +0000 reset: moving to FETCH_HEAD diff -Nru dotnet7-7.0.112/src/vstest/.git/logs/refs/heads/master dotnet7-7.0.113/src/vstest/.git/logs/refs/heads/master --- dotnet7-7.0.112/src/vstest/.git/logs/refs/heads/master 2023-10-01 02:27:45.000000000 +0000 +++ dotnet7-7.0.113/src/vstest/.git/logs/refs/heads/master 2023-10-20 21:28:10.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 79d56b02b69a582cd90428878a5e9411ab7538f5 cloudtest_azpcontainer 1696127265 +0000 reset: moving to FETCH_HEAD +0000000000000000000000000000000000000000 79d56b02b69a582cd90428878a5e9411ab7538f5 cloudtest_azpcontainer 1697837290 +0000 reset: moving to FETCH_HEAD Binary files /tmp/tmp55htk883/vTlrv2udn9/dotnet7-7.0.112/src/xdt/.git/index and /tmp/tmp55htk883/3qlnbtqn9D/dotnet7-7.0.113/src/xdt/.git/index differ diff -Nru dotnet7-7.0.112/src/xdt/.git/logs/HEAD dotnet7-7.0.113/src/xdt/.git/logs/HEAD --- dotnet7-7.0.112/src/xdt/.git/logs/HEAD 2023-10-01 02:27:31.000000000 +0000 +++ dotnet7-7.0.113/src/xdt/.git/logs/HEAD 2023-10-20 21:27:55.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 9a1c3e1b7f0c8763d4c96e593961a61a72679a7b cloudtest_azpcontainer 1696127251 +0000 reset: moving to FETCH_HEAD +0000000000000000000000000000000000000000 9a1c3e1b7f0c8763d4c96e593961a61a72679a7b cloudtest_azpcontainer 1697837275 +0000 reset: moving to FETCH_HEAD diff -Nru dotnet7-7.0.112/src/xdt/.git/logs/refs/heads/master dotnet7-7.0.113/src/xdt/.git/logs/refs/heads/master --- dotnet7-7.0.112/src/xdt/.git/logs/refs/heads/master 2023-10-01 02:27:31.000000000 +0000 +++ dotnet7-7.0.113/src/xdt/.git/logs/refs/heads/master 2023-10-20 21:27:55.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 9a1c3e1b7f0c8763d4c96e593961a61a72679a7b cloudtest_azpcontainer 1696127251 +0000 reset: moving to FETCH_HEAD +0000000000000000000000000000000000000000 9a1c3e1b7f0c8763d4c96e593961a61a72679a7b cloudtest_azpcontainer 1697837275 +0000 reset: moving to FETCH_HEAD Binary files /tmp/tmp55htk883/vTlrv2udn9/dotnet7-7.0.112/src/xliff-tasks/.git/index and /tmp/tmp55htk883/3qlnbtqn9D/dotnet7-7.0.113/src/xliff-tasks/.git/index differ diff -Nru dotnet7-7.0.112/src/xliff-tasks/.git/logs/HEAD dotnet7-7.0.113/src/xliff-tasks/.git/logs/HEAD --- dotnet7-7.0.112/src/xliff-tasks/.git/logs/HEAD 2023-10-01 02:29:22.000000000 +0000 +++ dotnet7-7.0.113/src/xliff-tasks/.git/logs/HEAD 2023-10-20 21:29:51.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 740189d758fb3bbdc118c5b6171ef1a7351a8c44 cloudtest_azpcontainer 1696127362 +0000 reset: moving to FETCH_HEAD +0000000000000000000000000000000000000000 740189d758fb3bbdc118c5b6171ef1a7351a8c44 cloudtest_azpcontainer 1697837391 +0000 reset: moving to FETCH_HEAD diff -Nru dotnet7-7.0.112/src/xliff-tasks/.git/logs/refs/heads/master dotnet7-7.0.113/src/xliff-tasks/.git/logs/refs/heads/master --- dotnet7-7.0.112/src/xliff-tasks/.git/logs/refs/heads/master 2023-10-01 02:29:22.000000000 +0000 +++ dotnet7-7.0.113/src/xliff-tasks/.git/logs/refs/heads/master 2023-10-20 21:29:51.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 740189d758fb3bbdc118c5b6171ef1a7351a8c44 cloudtest_azpcontainer 1696127362 +0000 reset: moving to FETCH_HEAD +0000000000000000000000000000000000000000 740189d758fb3bbdc118c5b6171ef1a7351a8c44 cloudtest_azpcontainer 1697837391 +0000 reset: moving to FETCH_HEAD