diff -Nru dotnet6-6.0.123/debian/build-dotnet-tarball.sh dotnet6-6.0.124/debian/build-dotnet-tarball.sh --- dotnet6-6.0.123/debian/build-dotnet-tarball.sh 2023-10-04 19:37:54.000000000 +0000 +++ dotnet6-6.0.124/debian/build-dotnet-tarball.sh 2023-10-23 06:49:17.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='db097d950c9863f00195e9699eec4769250f4431cf0d5c7116c59c0f8f7113575cb483298b0872d1bca020c106282a4f7896ae880a3c1c2dac1c9026566e1ece' +MS_TARBALL_SHA512_HASH='d16f6b6713a79aaeabaf1043c4d649de8f6e07d9f575fedcbbaee993a32259046641a4c5680885a3a3a686df04429c51e934ee1a476ad2e75ed7ea94cc9a63b8' INITIAL_DIRECTORY=$PWD diff -Nru dotnet6-6.0.123/debian/changelog dotnet6-6.0.124/debian/changelog --- dotnet6-6.0.123/debian/changelog 2023-10-04 20:02:20.000000000 +0000 +++ dotnet6-6.0.124/debian/changelog 2023-10-23 06:49:45.000000000 +0000 @@ -1,3 +1,12 @@ +dotnet6 (6.0.124-0ubuntu1~23.04.1) lunar-security; urgency=medium + + * New upstream release + * SECURITY REGRESSION: regression update (LP: #2040207) + - Addresses a regression previously introduced by the fix for + CVE-2023-36799 + + -- Nishit Majithia Mon, 23 Oct 2023 12:19:45 +0530 + dotnet6 (6.0.123-0ubuntu1~23.04.1) lunar-security; urgency=medium * New upstream release. diff -Nru dotnet6-6.0.123/Directory.Build.props dotnet6-6.0.124/Directory.Build.props --- dotnet6-6.0.123/Directory.Build.props 2023-10-01 02:19:08.000000000 +0000 +++ dotnet6-6.0.124/Directory.Build.props 2023-10-19 07:00:35.000000000 +0000 @@ -181,6 +181,7 @@ freebsd-$(Platform) osx-$(Platform) linux-$(Platform) + linux-musl-$(Platform) win-$(Platform) $(PortableRid) @@ -230,12 +231,8 @@ - - - - diff -Nru dotnet6-6.0.123/git-info/AllRepoVersions.props dotnet6-6.0.124/git-info/AllRepoVersions.props --- dotnet6-6.0.123/git-info/AllRepoVersions.props 2023-10-01 02:22:03.000000000 +0000 +++ dotnet6-6.0.124/git-info/AllRepoVersions.props 2023-10-19 07:03:18.000000000 +0000 @@ -9,8 +9,8 @@ 3.3.3-beta1.21519.5 98fd22588fbb0f407faa6a74cb1aa79031306151 6.0.0-beta.23408.5 - bc25dd5d39fd057f7cb28acb5ad4d9e925a375de - 6.0.23 + 2aa401550574f93402eba13ff9a4827ef01a2f3a + 6.0.24 3198bf5660cad3dab85f5475bf1fda9688146e3f 1.0.0-preview.21310.2 7431bf2f3c204cbbc326c8d55ce4ac5cad7661d6 @@ -27,10 +27,10 @@ 6.0.5-rc.1 487283bcd8d66693091f2800dcf1c8ae37cccdee 4.0.1-1.22181.2 - e0f0de876a67755a2c6cd2dc730c13f5959bdea8 - 6.0.23 - 6fe8d6cc286d81d61d48c08b31e57d5a3eba1b22 - 6.0.123-servicing.23480.40 + e7b8488daf32c7a607632ec4be605ba3ccf171a7 + 6.0.24 + b698f36e22f2b97f46f5e2a5bd7f149c63d76e40 + 6.0.124-servicing.23518.85 7649ca7106e7e91ac06f169626bf01a77c2258eb 6.0.0-servicing.22419.2 38385bc8b19cebe7ae7d20771646158785ee5bdc @@ -39,8 +39,8 @@ 1.1.0-beta-21480-02 7b9791daa3a3477eb22ec805946c9fff8b42d8ca 1.4.0-beta2-21475-02 - d0deccaa5039ef510feef0dbb63a63dcc88112f5 - 6.0.123-servicing.23480.4 + 08bff7403c5feec2b688ca346a31e8b1c49a9a32 + 6.0.124-servicing.23518.29 c40ef7e056b48e011c43a21354d6790ba6b8b4fc 1.0.2-beta4.22064.3 cc7fb0593127e24f55ce016fb3ac85b5b2857fec @@ -49,7 +49,7 @@ 5.0.0-preview.21431.1 bc3233146e1fcd393ed471d5005333c83363e0fe 1.0.0-beta.21431.1 - a33389fcc17c512c4ce21b1cf88863aa55e7307a - 6.0.123 + c1725aecd852dbca99b12a2e45076d0d3eeac19c + 6.0.124 diff -Nru dotnet6-6.0.123/git-info/aspnetcore.props dotnet6-6.0.124/git-info/aspnetcore.props --- dotnet6-6.0.123/git-info/aspnetcore.props 2023-10-01 02:19:38.000000000 +0000 +++ dotnet6-6.0.124/git-info/aspnetcore.props 2023-10-19 07:01:05.000000000 +0000 @@ -1,10 +1,10 @@ - bc25dd5d39fd057f7cb28acb5ad4d9e925a375de + 2aa401550574f93402eba13ff9a4827ef01a2f3a true - 20231001.1 - 6.0.23 + 20231019.1 + 6.0.24 diff -Nru dotnet6-6.0.123/git-info/command-line-api.props dotnet6-6.0.124/git-info/command-line-api.props --- dotnet6-6.0.123/git-info/command-line-api.props 2023-10-01 02:20:13.000000000 +0000 +++ dotnet6-6.0.124/git-info/command-line-api.props 2023-10-19 07:01:33.000000000 +0000 @@ -3,7 +3,7 @@ 82273cb56c83b589e8e5b63da0ac9745ffc6e105 true - 20231001.1 + 20231019.1 0.1.247301 diff -Nru dotnet6-6.0.123/git-info/deployment-tools.props dotnet6-6.0.124/git-info/deployment-tools.props --- dotnet6-6.0.123/git-info/deployment-tools.props 2023-10-01 02:19:38.000000000 +0000 +++ dotnet6-6.0.124/git-info/deployment-tools.props 2023-10-19 07:01:05.000000000 +0000 @@ -3,7 +3,7 @@ 7431bf2f3c204cbbc326c8d55ce4ac5cad7661d6 true - 20231001.1 + 20231019.1 1.0.247101 diff -Nru dotnet6-6.0.123/git-info/format.props dotnet6-6.0.124/git-info/format.props --- dotnet6-6.0.123/git-info/format.props 2023-10-01 02:20:13.000000000 +0000 +++ dotnet6-6.0.124/git-info/format.props 2023-10-19 07:01:33.000000000 +0000 @@ -3,7 +3,7 @@ 68bc36719088c86b0ff01334039b0611741b8276 true - 20231001.1 + 20231019.1 6.0.252703 diff -Nru dotnet6-6.0.123/git-info/installer.props dotnet6-6.0.124/git-info/installer.props --- dotnet6-6.0.123/git-info/installer.props 2023-10-01 02:19:38.000000000 +0000 +++ dotnet6-6.0.124/git-info/installer.props 2023-10-19 07:01:04.000000000 +0000 @@ -1,11 +1,11 @@ - 22965 - a33389fcc17c512c4ce21b1cf88863aa55e7307a + 22986 + c1725aecd852dbca99b12a2e45076d0d3eeac19c true - 20231001.1 - 6.0.123 + 20231019.1 + 6.0.124 diff -Nru dotnet6-6.0.123/git-info/msbuild.props dotnet6-6.0.124/git-info/msbuild.props --- dotnet6-6.0.123/git-info/msbuild.props 2023-10-01 02:19:38.000000000 +0000 +++ dotnet6-6.0.124/git-info/msbuild.props 2023-10-19 07:01:05.000000000 +0000 @@ -3,7 +3,7 @@ b177f8fa703370c80b2e56469208c2bb099efba0 true - 20231001.1 + 20231019.1 17.0.1 diff -Nru dotnet6-6.0.123/git-info/nuget-client.props dotnet6-6.0.124/git-info/nuget-client.props --- dotnet6-6.0.123/git-info/nuget-client.props 2023-10-01 02:19:38.000000000 +0000 +++ dotnet6-6.0.124/git-info/nuget-client.props 2023-10-19 07:01:05.000000000 +0000 @@ -3,7 +3,7 @@ 7fe6b814c901490292f02d8ea12749505fbb959a false - 20231001.1 + 20231019.1 6.0.5-rc.1 rc diff -Nru dotnet6-6.0.123/git-info/runtime-portable.props dotnet6-6.0.124/git-info/runtime-portable.props --- dotnet6-6.0.123/git-info/runtime-portable.props 2023-10-01 02:19:38.000000000 +0000 +++ dotnet6-6.0.124/git-info/runtime-portable.props 2023-10-19 07:01:05.000000000 +0000 @@ -1,10 +1,10 @@ - e0f0de876a67755a2c6cd2dc730c13f5959bdea8 + e7b8488daf32c7a607632ec4be605ba3ccf171a7 true - 20231001.1 - 6.0.23 + 20231019.1 + 6.0.24 diff -Nru dotnet6-6.0.123/git-info/runtime.props dotnet6-6.0.124/git-info/runtime.props --- dotnet6-6.0.123/git-info/runtime.props 2023-10-01 02:19:38.000000000 +0000 +++ dotnet6-6.0.124/git-info/runtime.props 2023-10-19 07:01:05.000000000 +0000 @@ -1,10 +1,10 @@ - e0f0de876a67755a2c6cd2dc730c13f5959bdea8 + e7b8488daf32c7a607632ec4be605ba3ccf171a7 true - 20231001.1 - 6.0.23 + 20231019.1 + 6.0.24 diff -Nru dotnet6-6.0.123/git-info/sdk.props dotnet6-6.0.124/git-info/sdk.props --- dotnet6-6.0.123/git-info/sdk.props 2023-10-01 02:19:38.000000000 +0000 +++ dotnet6-6.0.124/git-info/sdk.props 2023-10-19 07:01:05.000000000 +0000 @@ -1,10 +1,10 @@ - 6fe8d6cc286d81d61d48c08b31e57d5a3eba1b22 + b698f36e22f2b97f46f5e2a5bd7f149c63d76e40 false - 20230930.40 - 6.0.123-servicing.23480.40 + 20231018.85 + 6.0.124-servicing.23518.85 servicing diff -Nru dotnet6-6.0.123/git-info/templating.props dotnet6-6.0.124/git-info/templating.props --- dotnet6-6.0.123/git-info/templating.props 2023-10-01 02:19:38.000000000 +0000 +++ dotnet6-6.0.124/git-info/templating.props 2023-10-19 07:01:05.000000000 +0000 @@ -1,10 +1,10 @@ - d0deccaa5039ef510feef0dbb63a63dcc88112f5 + 08bff7403c5feec2b688ca346a31e8b1c49a9a32 false - 20230930.4 - 6.0.123-servicing.23480.4 + 20231018.29 + 6.0.124-servicing.23518.29 servicing diff -Nru dotnet6-6.0.123/global.json dotnet6-6.0.124/global.json --- dotnet6-6.0.123/global.json 2023-10-01 02:19:08.000000000 +0000 +++ dotnet6-6.0.124/global.json 2023-10-19 07:00:35.000000000 +0000 @@ -1,6 +1,6 @@ { "tools": { - "dotnet": "6.0.121" + "dotnet": "6.0.122" }, "msbuild-sdks": { "Microsoft.Build.CentralPackageVersions": "2.0.1", diff -Nru dotnet6-6.0.123/packages/archive/archiveArtifacts.txt dotnet6-6.0.124/packages/archive/archiveArtifacts.txt --- dotnet6-6.0.123/packages/archive/archiveArtifacts.txt 2023-10-01 02:22:10.000000000 +0000 +++ dotnet6-6.0.124/packages/archive/archiveArtifacts.txt 2023-10-19 07:03:26.000000000 +0000 @@ -1 +1 @@ -https://dotnetcli.azureedge.net/source-built-artifacts/assets/Private.SourceBuilt.Artifacts.6.0.121.centos.7-x64.tar.gz +https://dotnetcli.azureedge.net/source-built-artifacts/assets/Private.SourceBuilt.Artifacts.6.0.122.centos.7-x64.tar.gz diff -Nru dotnet6-6.0.123/packages/text-only/microsoft.net.workload.emscripten.manifest-6.0.100/6.0.22/data/WorkloadManifest.json dotnet6-6.0.124/packages/text-only/microsoft.net.workload.emscripten.manifest-6.0.100/6.0.22/data/WorkloadManifest.json --- dotnet6-6.0.123/packages/text-only/microsoft.net.workload.emscripten.manifest-6.0.100/6.0.22/data/WorkloadManifest.json 2023-08-24 16:44:22.000000000 +0000 +++ dotnet6-6.0.124/packages/text-only/microsoft.net.workload.emscripten.manifest-6.0.100/6.0.22/data/WorkloadManifest.json 1970-01-01 00:00:00.000000000 +0000 @@ -1,49 +0,0 @@ -{ - "version": "6.0.22", - "workloads": { - "microsoft-net-sdk-emscripten": { - "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" - } - } - } -} \ No newline at end of file diff -Nru dotnet6-6.0.123/packages/text-only/microsoft.net.workload.emscripten.manifest-6.0.100/6.0.22/data/WorkloadManifest.targets dotnet6-6.0.124/packages/text-only/microsoft.net.workload.emscripten.manifest-6.0.100/6.0.22/data/WorkloadManifest.targets --- dotnet6-6.0.123/packages/text-only/microsoft.net.workload.emscripten.manifest-6.0.100/6.0.22/data/WorkloadManifest.targets 2023-08-24 16:42:08.000000000 +0000 +++ dotnet6-6.0.124/packages/text-only/microsoft.net.workload.emscripten.manifest-6.0.100/6.0.22/data/WorkloadManifest.targets 1970-01-01 00:00:00.000000000 +0000 @@ -1,26 +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/tmp6hpx4h2b/K5O8nQyaff/dotnet6-6.0.123/packages/text-only/microsoft.net.workload.emscripten.manifest-6.0.100/6.0.22/Icon.png and /tmp/tmp6hpx4h2b/8W59gIPWYR/dotnet6-6.0.124/packages/text-only/microsoft.net.workload.emscripten.manifest-6.0.100/6.0.22/Icon.png differ diff -Nru dotnet6-6.0.123/packages/text-only/microsoft.net.workload.emscripten.manifest-6.0.100/6.0.22/LICENSE dotnet6-6.0.124/packages/text-only/microsoft.net.workload.emscripten.manifest-6.0.100/6.0.22/LICENSE --- dotnet6-6.0.123/packages/text-only/microsoft.net.workload.emscripten.manifest-6.0.100/6.0.22/LICENSE 2023-08-24 16:42:08.000000000 +0000 +++ dotnet6-6.0.124/packages/text-only/microsoft.net.workload.emscripten.manifest-6.0.100/6.0.22/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 dotnet6-6.0.123/packages/text-only/microsoft.net.workload.emscripten.manifest-6.0.100/6.0.22/microsoft.net.workload.emscripten.manifest-6.0.100.nuspec dotnet6-6.0.124/packages/text-only/microsoft.net.workload.emscripten.manifest-6.0.100/6.0.22/microsoft.net.workload.emscripten.manifest-6.0.100.nuspec --- dotnet6-6.0.123/packages/text-only/microsoft.net.workload.emscripten.manifest-6.0.100/6.0.22/microsoft.net.workload.emscripten.manifest-6.0.100.nuspec 2023-08-24 16:44:22.000000000 +0000 +++ dotnet6-6.0.124/packages/text-only/microsoft.net.workload.emscripten.manifest-6.0.100/6.0.22/microsoft.net.workload.emscripten.manifest-6.0.100.nuspec 1970-01-01 00:00:00.000000000 +0000 @@ -1,19 +0,0 @@ - - - - Microsoft.NET.Workload.Emscripten.Manifest-6.0.100 - 6.0.22 - Microsoft.NET.Workload.Emscripten.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 dotnet6-6.0.123/packages/text-only/microsoft.net.workload.emscripten.manifest-6.0.100/6.0.24/data/WorkloadManifest.json dotnet6-6.0.124/packages/text-only/microsoft.net.workload.emscripten.manifest-6.0.100/6.0.24/data/WorkloadManifest.json --- dotnet6-6.0.123/packages/text-only/microsoft.net.workload.emscripten.manifest-6.0.100/6.0.24/data/WorkloadManifest.json 1970-01-01 00:00:00.000000000 +0000 +++ dotnet6-6.0.124/packages/text-only/microsoft.net.workload.emscripten.manifest-6.0.100/6.0.24/data/WorkloadManifest.json 2023-10-18 21:21:36.000000000 +0000 @@ -0,0 +1,49 @@ +{ + "version": "6.0.24", + "workloads": { + "microsoft-net-sdk-emscripten": { + "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" + } + } + } +} \ No newline at end of file diff -Nru dotnet6-6.0.123/packages/text-only/microsoft.net.workload.emscripten.manifest-6.0.100/6.0.24/data/WorkloadManifest.targets dotnet6-6.0.124/packages/text-only/microsoft.net.workload.emscripten.manifest-6.0.100/6.0.24/data/WorkloadManifest.targets --- dotnet6-6.0.123/packages/text-only/microsoft.net.workload.emscripten.manifest-6.0.100/6.0.24/data/WorkloadManifest.targets 1970-01-01 00:00:00.000000000 +0000 +++ dotnet6-6.0.124/packages/text-only/microsoft.net.workload.emscripten.manifest-6.0.100/6.0.24/data/WorkloadManifest.targets 2023-10-18 21:19:14.000000000 +0000 @@ -0,0 +1,26 @@ + + + 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/tmp6hpx4h2b/K5O8nQyaff/dotnet6-6.0.123/packages/text-only/microsoft.net.workload.emscripten.manifest-6.0.100/6.0.24/Icon.png and /tmp/tmp6hpx4h2b/8W59gIPWYR/dotnet6-6.0.124/packages/text-only/microsoft.net.workload.emscripten.manifest-6.0.100/6.0.24/Icon.png differ diff -Nru dotnet6-6.0.123/packages/text-only/microsoft.net.workload.emscripten.manifest-6.0.100/6.0.24/LICENSE dotnet6-6.0.124/packages/text-only/microsoft.net.workload.emscripten.manifest-6.0.100/6.0.24/LICENSE --- dotnet6-6.0.123/packages/text-only/microsoft.net.workload.emscripten.manifest-6.0.100/6.0.24/LICENSE 1970-01-01 00:00:00.000000000 +0000 +++ dotnet6-6.0.124/packages/text-only/microsoft.net.workload.emscripten.manifest-6.0.100/6.0.24/LICENSE 2023-10-18 21:19:14.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 dotnet6-6.0.123/packages/text-only/microsoft.net.workload.emscripten.manifest-6.0.100/6.0.24/microsoft.net.workload.emscripten.manifest-6.0.100.nuspec dotnet6-6.0.124/packages/text-only/microsoft.net.workload.emscripten.manifest-6.0.100/6.0.24/microsoft.net.workload.emscripten.manifest-6.0.100.nuspec --- dotnet6-6.0.123/packages/text-only/microsoft.net.workload.emscripten.manifest-6.0.100/6.0.24/microsoft.net.workload.emscripten.manifest-6.0.100.nuspec 1970-01-01 00:00:00.000000000 +0000 +++ dotnet6-6.0.124/packages/text-only/microsoft.net.workload.emscripten.manifest-6.0.100/6.0.24/microsoft.net.workload.emscripten.manifest-6.0.100.nuspec 2023-10-18 21:21:36.000000000 +0000 @@ -0,0 +1,19 @@ + + + + Microsoft.NET.Workload.Emscripten.Manifest-6.0.100 + 6.0.24 + Microsoft.NET.Workload.Emscripten.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 dotnet6-6.0.123/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.23/data/localize/WorkloadManifest.cs.json dotnet6-6.0.124/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.23/data/localize/WorkloadManifest.cs.json --- dotnet6-6.0.123/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.23/data/localize/WorkloadManifest.cs.json 2023-09-30 11:23:06.000000000 +0000 +++ dotnet6-6.0.124/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.23/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 dotnet6-6.0.123/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.23/data/localize/WorkloadManifest.de.json dotnet6-6.0.124/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.23/data/localize/WorkloadManifest.de.json --- dotnet6-6.0.123/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.23/data/localize/WorkloadManifest.de.json 2023-09-30 11:23:06.000000000 +0000 +++ dotnet6-6.0.124/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.23/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 dotnet6-6.0.123/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.23/data/localize/WorkloadManifest.en.json dotnet6-6.0.124/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.23/data/localize/WorkloadManifest.en.json --- dotnet6-6.0.123/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.23/data/localize/WorkloadManifest.en.json 2023-09-30 11:23:06.000000000 +0000 +++ dotnet6-6.0.124/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.23/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 dotnet6-6.0.123/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.23/data/localize/WorkloadManifest.es.json dotnet6-6.0.124/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.23/data/localize/WorkloadManifest.es.json --- dotnet6-6.0.123/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.23/data/localize/WorkloadManifest.es.json 2023-09-30 11:23:06.000000000 +0000 +++ dotnet6-6.0.124/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.23/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 dotnet6-6.0.123/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.23/data/localize/WorkloadManifest.fr.json dotnet6-6.0.124/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.23/data/localize/WorkloadManifest.fr.json --- dotnet6-6.0.123/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.23/data/localize/WorkloadManifest.fr.json 2023-09-30 11:23:06.000000000 +0000 +++ dotnet6-6.0.124/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.23/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 dotnet6-6.0.123/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.23/data/localize/WorkloadManifest.it.json dotnet6-6.0.124/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.23/data/localize/WorkloadManifest.it.json --- dotnet6-6.0.123/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.23/data/localize/WorkloadManifest.it.json 2023-09-30 11:23:06.000000000 +0000 +++ dotnet6-6.0.124/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.23/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 dotnet6-6.0.123/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.23/data/localize/WorkloadManifest.ja.json dotnet6-6.0.124/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.23/data/localize/WorkloadManifest.ja.json --- dotnet6-6.0.123/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.23/data/localize/WorkloadManifest.ja.json 2023-09-30 11:23:06.000000000 +0000 +++ dotnet6-6.0.124/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.23/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 dotnet6-6.0.123/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.23/data/localize/WorkloadManifest.ko.json dotnet6-6.0.124/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.23/data/localize/WorkloadManifest.ko.json --- dotnet6-6.0.123/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.23/data/localize/WorkloadManifest.ko.json 2023-09-30 11:23:06.000000000 +0000 +++ dotnet6-6.0.124/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.23/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 dotnet6-6.0.123/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.23/data/localize/WorkloadManifest.pl.json dotnet6-6.0.124/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.23/data/localize/WorkloadManifest.pl.json --- dotnet6-6.0.123/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.23/data/localize/WorkloadManifest.pl.json 2023-09-30 11:23:06.000000000 +0000 +++ dotnet6-6.0.124/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.23/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 dotnet6-6.0.123/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.23/data/localize/WorkloadManifest.pt-BR.json dotnet6-6.0.124/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.23/data/localize/WorkloadManifest.pt-BR.json --- dotnet6-6.0.123/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.23/data/localize/WorkloadManifest.pt-BR.json 2023-09-30 11:23:06.000000000 +0000 +++ dotnet6-6.0.124/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.23/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 dotnet6-6.0.123/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.23/data/localize/WorkloadManifest.ru.json dotnet6-6.0.124/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.23/data/localize/WorkloadManifest.ru.json --- dotnet6-6.0.123/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.23/data/localize/WorkloadManifest.ru.json 2023-09-30 11:23:06.000000000 +0000 +++ dotnet6-6.0.124/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.23/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 dotnet6-6.0.123/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.23/data/localize/WorkloadManifest.tr.json dotnet6-6.0.124/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.23/data/localize/WorkloadManifest.tr.json --- dotnet6-6.0.123/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.23/data/localize/WorkloadManifest.tr.json 2023-09-30 11:23:06.000000000 +0000 +++ dotnet6-6.0.124/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.23/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 dotnet6-6.0.123/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.23/data/localize/WorkloadManifest.zh-Hans.json dotnet6-6.0.124/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.23/data/localize/WorkloadManifest.zh-Hans.json --- dotnet6-6.0.123/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.23/data/localize/WorkloadManifest.zh-Hans.json 2023-09-30 11:23:06.000000000 +0000 +++ dotnet6-6.0.124/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.23/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 dotnet6-6.0.123/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.23/data/localize/WorkloadManifest.zh-Hant.json dotnet6-6.0.124/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.23/data/localize/WorkloadManifest.zh-Hant.json --- dotnet6-6.0.123/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.23/data/localize/WorkloadManifest.zh-Hant.json 2023-09-30 11:23:06.000000000 +0000 +++ dotnet6-6.0.124/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.23/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 dotnet6-6.0.123/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.23/data/WorkloadManifest.json dotnet6-6.0.124/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.23/data/WorkloadManifest.json --- dotnet6-6.0.123/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.23/data/WorkloadManifest.json 2023-09-30 11:28:28.000000000 +0000 +++ dotnet6-6.0.124/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.23/data/WorkloadManifest.json 1970-01-01 00:00:00.000000000 +0000 @@ -1,458 +0,0 @@ -{ - "version": "6.0.23", - "depends-on": { - "Microsoft.NET.Workload.Emscripten": "6.0.22" - }, - "workloads": { - "wasm-tools": { - "description": ".NET WebAssembly build tools", - "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", "microsoft-net-sdk-emscripten" ], - "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.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" ], - "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.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" ], - "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.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" ], - "platforms": [ "win-x64", "win-arm64", "osx-arm64", "osx-x64" ] - }, - "runtimes-ios": { - "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" ], - "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.net6.maccatalyst-arm64", - "Microsoft.NETCore.App.Runtime.AOT.Cross.net6.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.net6.maccatalyst-arm64", - "Microsoft.NETCore.App.Runtime.Mono.net6.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.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" ], - "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.net6.tvos-arm64", - "Microsoft.NETCore.App.Runtime.AOT.Cross.net6.tvossimulator-arm64", - "Microsoft.NETCore.App.Runtime.AOT.Cross.net6.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.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" ], - "platforms": [ "win-x64", "win-arm64", "osx-arm64", "osx-x64" ] - }, - "runtimes-windows": { - "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": { - "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.net6.osx-arm64" - } - }, - "Microsoft.NETCore.App.Runtime.net6.osx-x64": { - "kind": "framework", - "version": "6.0.23", - "alias-to": { - "any": "Microsoft.NETCore.App.Runtime.net6.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 dotnet6-6.0.123/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.23/data/WorkloadManifest.targets dotnet6-6.0.124/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.23/data/WorkloadManifest.targets --- dotnet6-6.0.123/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.23/data/WorkloadManifest.targets 2023-09-30 11:28:28.000000000 +0000 +++ dotnet6-6.0.124/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.23/data/WorkloadManifest.targets 1970-01-01 00:00:00.000000000 +0000 @@ -1,116 +0,0 @@ - - - 6.0.23 - true - - - - - true - $(WasmNativeWorkload) - - - - false - false - - - - false - true - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_MonoWorkloadTargetsMobile>true - <_MonoWorkloadRuntimePackPackageVersion>$(RuntimePackInWorkloadVersion) - - - - - $(_MonoWorkloadRuntimePackPackageVersion) - - - - - - - - - - - - - - - Binary files /tmp/tmp6hpx4h2b/K5O8nQyaff/dotnet6-6.0.123/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.23/Icon.png and /tmp/tmp6hpx4h2b/8W59gIPWYR/dotnet6-6.0.124/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.23/Icon.png differ diff -Nru dotnet6-6.0.123/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.23/LICENSE.TXT dotnet6-6.0.124/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.23/LICENSE.TXT --- dotnet6-6.0.123/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.23/LICENSE.TXT 2023-09-30 11:22:52.000000000 +0000 +++ dotnet6-6.0.124/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.23/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 dotnet6-6.0.123/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.23/microsoft.net.workload.mono.toolchain.manifest-6.0.100.nuspec dotnet6-6.0.124/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.23/microsoft.net.workload.mono.toolchain.manifest-6.0.100.nuspec --- dotnet6-6.0.123/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.23/microsoft.net.workload.mono.toolchain.manifest-6.0.100.nuspec 2023-09-30 11:28:28.000000000 +0000 +++ dotnet6-6.0.124/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.23/microsoft.net.workload.mono.toolchain.manifest-6.0.100.nuspec 1970-01-01 00:00:00.000000000 +0000 @@ -1,21 +0,0 @@ - - - - Microsoft.NET.Workload.Mono.ToolChain.Manifest-6.0.100 - 6.0.23 - Microsoft.NET.Workload.Mono.Toolchain.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 dotnet6-6.0.123/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.23/THIRD-PARTY-NOTICES.TXT dotnet6-6.0.124/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.23/THIRD-PARTY-NOTICES.TXT --- dotnet6-6.0.123/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.23/THIRD-PARTY-NOTICES.TXT 2023-09-30 11:22:52.000000000 +0000 +++ dotnet6-6.0.124/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.23/THIRD-PARTY-NOTICES.TXT 1970-01-01 00:00:00.000000000 +0000 @@ -1,957 +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-2020 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 -http://zlib.net/zlib_license.html - -/* zlib.h -- interface of the 'zlib' general purpose compression library - version 1.2.11, January 15th, 2017 - - Copyright (C) 1995-2017 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 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. - diff -Nru dotnet6-6.0.123/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.24/data/localize/WorkloadManifest.cs.json dotnet6-6.0.124/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.24/data/localize/WorkloadManifest.cs.json --- dotnet6-6.0.123/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.24/data/localize/WorkloadManifest.cs.json 1970-01-01 00:00:00.000000000 +0000 +++ dotnet6-6.0.124/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.24/data/localize/WorkloadManifest.cs.json 2023-10-19 00:12:34.000000000 +0000 @@ -0,0 +1,3 @@ +{ + "workloads/wasm-tools/description": "Nástroje pro sestavení .NET WebAssembly" +} \ No newline at end of file diff -Nru dotnet6-6.0.123/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.24/data/localize/WorkloadManifest.de.json dotnet6-6.0.124/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.24/data/localize/WorkloadManifest.de.json --- dotnet6-6.0.123/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.24/data/localize/WorkloadManifest.de.json 1970-01-01 00:00:00.000000000 +0000 +++ dotnet6-6.0.124/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.24/data/localize/WorkloadManifest.de.json 2023-10-19 00:12:34.000000000 +0000 @@ -0,0 +1,3 @@ +{ + "workloads/wasm-tools/description": ".NET WebAssembly-Buildtools" +} \ No newline at end of file diff -Nru dotnet6-6.0.123/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.24/data/localize/WorkloadManifest.en.json dotnet6-6.0.124/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.24/data/localize/WorkloadManifest.en.json --- dotnet6-6.0.123/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.24/data/localize/WorkloadManifest.en.json 1970-01-01 00:00:00.000000000 +0000 +++ dotnet6-6.0.124/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.24/data/localize/WorkloadManifest.en.json 2023-10-19 00:12:34.000000000 +0000 @@ -0,0 +1,3 @@ +{ + "workloads/wasm-tools/description": ".NET WebAssembly build tools" +} \ No newline at end of file diff -Nru dotnet6-6.0.123/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.24/data/localize/WorkloadManifest.es.json dotnet6-6.0.124/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.24/data/localize/WorkloadManifest.es.json --- dotnet6-6.0.123/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.24/data/localize/WorkloadManifest.es.json 1970-01-01 00:00:00.000000000 +0000 +++ dotnet6-6.0.124/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.24/data/localize/WorkloadManifest.es.json 2023-10-19 00:12:34.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 dotnet6-6.0.123/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.24/data/localize/WorkloadManifest.fr.json dotnet6-6.0.124/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.24/data/localize/WorkloadManifest.fr.json --- dotnet6-6.0.123/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.24/data/localize/WorkloadManifest.fr.json 1970-01-01 00:00:00.000000000 +0000 +++ dotnet6-6.0.124/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.24/data/localize/WorkloadManifest.fr.json 2023-10-19 00:12:34.000000000 +0000 @@ -0,0 +1,3 @@ +{ + "workloads/wasm-tools/description": "Outils de construction .NET WebAssembly" +} \ No newline at end of file diff -Nru dotnet6-6.0.123/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.24/data/localize/WorkloadManifest.it.json dotnet6-6.0.124/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.24/data/localize/WorkloadManifest.it.json --- dotnet6-6.0.123/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.24/data/localize/WorkloadManifest.it.json 1970-01-01 00:00:00.000000000 +0000 +++ dotnet6-6.0.124/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.24/data/localize/WorkloadManifest.it.json 2023-10-19 00:12:34.000000000 +0000 @@ -0,0 +1,3 @@ +{ + "workloads/wasm-tools/description": "Strumenti di compilazione WebAssembly .NET" +} \ No newline at end of file diff -Nru dotnet6-6.0.123/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.24/data/localize/WorkloadManifest.ja.json dotnet6-6.0.124/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.24/data/localize/WorkloadManifest.ja.json --- dotnet6-6.0.123/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.24/data/localize/WorkloadManifest.ja.json 1970-01-01 00:00:00.000000000 +0000 +++ dotnet6-6.0.124/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.24/data/localize/WorkloadManifest.ja.json 2023-10-19 00:12:34.000000000 +0000 @@ -0,0 +1,3 @@ +{ + "workloads/wasm-tools/description": ".NET WebAssembly ビルド ツール" +} \ No newline at end of file diff -Nru dotnet6-6.0.123/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.24/data/localize/WorkloadManifest.ko.json dotnet6-6.0.124/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.24/data/localize/WorkloadManifest.ko.json --- dotnet6-6.0.123/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.24/data/localize/WorkloadManifest.ko.json 1970-01-01 00:00:00.000000000 +0000 +++ dotnet6-6.0.124/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.24/data/localize/WorkloadManifest.ko.json 2023-10-19 00:12:34.000000000 +0000 @@ -0,0 +1,3 @@ +{ + "workloads/wasm-tools/description": ".NET WebAssembly 빌드 도구" +} \ No newline at end of file diff -Nru dotnet6-6.0.123/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.24/data/localize/WorkloadManifest.pl.json dotnet6-6.0.124/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.24/data/localize/WorkloadManifest.pl.json --- dotnet6-6.0.123/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.24/data/localize/WorkloadManifest.pl.json 1970-01-01 00:00:00.000000000 +0000 +++ dotnet6-6.0.124/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.24/data/localize/WorkloadManifest.pl.json 2023-10-19 00:12:34.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 dotnet6-6.0.123/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.24/data/localize/WorkloadManifest.pt-BR.json dotnet6-6.0.124/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.24/data/localize/WorkloadManifest.pt-BR.json --- dotnet6-6.0.123/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.24/data/localize/WorkloadManifest.pt-BR.json 1970-01-01 00:00:00.000000000 +0000 +++ dotnet6-6.0.124/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.24/data/localize/WorkloadManifest.pt-BR.json 2023-10-19 00:12:34.000000000 +0000 @@ -0,0 +1,3 @@ +{ + "workloads/wasm-tools/description": "Ferramentas de build do .NET WebAssembly" +} \ No newline at end of file diff -Nru dotnet6-6.0.123/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.24/data/localize/WorkloadManifest.ru.json dotnet6-6.0.124/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.24/data/localize/WorkloadManifest.ru.json --- dotnet6-6.0.123/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.24/data/localize/WorkloadManifest.ru.json 1970-01-01 00:00:00.000000000 +0000 +++ dotnet6-6.0.124/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.24/data/localize/WorkloadManifest.ru.json 2023-10-19 00:12:34.000000000 +0000 @@ -0,0 +1,3 @@ +{ + "workloads/wasm-tools/description": "Средства сборки WebAssembly .NET" +} \ No newline at end of file diff -Nru dotnet6-6.0.123/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.24/data/localize/WorkloadManifest.tr.json dotnet6-6.0.124/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.24/data/localize/WorkloadManifest.tr.json --- dotnet6-6.0.123/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.24/data/localize/WorkloadManifest.tr.json 1970-01-01 00:00:00.000000000 +0000 +++ dotnet6-6.0.124/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.24/data/localize/WorkloadManifest.tr.json 2023-10-19 00:12:34.000000000 +0000 @@ -0,0 +1,3 @@ +{ + "workloads/wasm-tools/description": ".NET WebAssembly derleme araçları" +} \ No newline at end of file diff -Nru dotnet6-6.0.123/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.24/data/localize/WorkloadManifest.zh-Hans.json dotnet6-6.0.124/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.24/data/localize/WorkloadManifest.zh-Hans.json --- dotnet6-6.0.123/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.24/data/localize/WorkloadManifest.zh-Hans.json 1970-01-01 00:00:00.000000000 +0000 +++ dotnet6-6.0.124/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.24/data/localize/WorkloadManifest.zh-Hans.json 2023-10-19 00:12:34.000000000 +0000 @@ -0,0 +1,3 @@ +{ + "workloads/wasm-tools/description": ".NET WebAssembly 生成工具" +} \ No newline at end of file diff -Nru dotnet6-6.0.123/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.24/data/localize/WorkloadManifest.zh-Hant.json dotnet6-6.0.124/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.24/data/localize/WorkloadManifest.zh-Hant.json --- dotnet6-6.0.123/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.24/data/localize/WorkloadManifest.zh-Hant.json 1970-01-01 00:00:00.000000000 +0000 +++ dotnet6-6.0.124/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.24/data/localize/WorkloadManifest.zh-Hant.json 2023-10-19 00:12:34.000000000 +0000 @@ -0,0 +1,3 @@ +{ + "workloads/wasm-tools/description": ".NET WebAssembly 組建工具" +} \ No newline at end of file diff -Nru dotnet6-6.0.123/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.24/data/WorkloadManifest.json dotnet6-6.0.124/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.24/data/WorkloadManifest.json --- dotnet6-6.0.123/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.24/data/WorkloadManifest.json 1970-01-01 00:00:00.000000000 +0000 +++ dotnet6-6.0.124/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.24/data/WorkloadManifest.json 2023-10-19 00:16:50.000000000 +0000 @@ -0,0 +1,458 @@ +{ + "version": "6.0.24", + "depends-on": { + "Microsoft.NET.Workload.Emscripten": "6.0.24" + }, + "workloads": { + "wasm-tools": { + "description": ".NET WebAssembly build tools", + "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", "microsoft-net-sdk-emscripten" ], + "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.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" ], + "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.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" ], + "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.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" ], + "platforms": [ "win-x64", "win-arm64", "osx-arm64", "osx-x64" ] + }, + "runtimes-ios": { + "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" ], + "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.net6.maccatalyst-arm64", + "Microsoft.NETCore.App.Runtime.AOT.Cross.net6.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.net6.maccatalyst-arm64", + "Microsoft.NETCore.App.Runtime.Mono.net6.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.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" ], + "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.net6.tvos-arm64", + "Microsoft.NETCore.App.Runtime.AOT.Cross.net6.tvossimulator-arm64", + "Microsoft.NETCore.App.Runtime.AOT.Cross.net6.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.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" ], + "platforms": [ "win-x64", "win-arm64", "osx-arm64", "osx-x64" ] + }, + "runtimes-windows": { + "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": { + "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.net6.osx-arm64" + } + }, + "Microsoft.NETCore.App.Runtime.net6.osx-x64": { + "kind": "framework", + "version": "6.0.24", + "alias-to": { + "any": "Microsoft.NETCore.App.Runtime.net6.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 dotnet6-6.0.123/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.24/data/WorkloadManifest.targets dotnet6-6.0.124/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.24/data/WorkloadManifest.targets --- dotnet6-6.0.123/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.24/data/WorkloadManifest.targets 1970-01-01 00:00:00.000000000 +0000 +++ dotnet6-6.0.124/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.24/data/WorkloadManifest.targets 2023-10-19 00:16:50.000000000 +0000 @@ -0,0 +1,116 @@ + + + 6.0.24 + true + + + + + true + $(WasmNativeWorkload) + + + + false + false + + + + false + true + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <_MonoWorkloadTargetsMobile>true + <_MonoWorkloadRuntimePackPackageVersion>$(RuntimePackInWorkloadVersion) + + + + + $(_MonoWorkloadRuntimePackPackageVersion) + + + + + + + + + + + + + + + Binary files /tmp/tmp6hpx4h2b/K5O8nQyaff/dotnet6-6.0.123/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.24/Icon.png and /tmp/tmp6hpx4h2b/8W59gIPWYR/dotnet6-6.0.124/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.24/Icon.png differ diff -Nru dotnet6-6.0.123/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.24/LICENSE.TXT dotnet6-6.0.124/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.24/LICENSE.TXT --- dotnet6-6.0.123/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.24/LICENSE.TXT 1970-01-01 00:00:00.000000000 +0000 +++ dotnet6-6.0.124/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.24/LICENSE.TXT 2023-10-19 00:12:20.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 dotnet6-6.0.123/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.24/microsoft.net.workload.mono.toolchain.manifest-6.0.100.nuspec dotnet6-6.0.124/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.24/microsoft.net.workload.mono.toolchain.manifest-6.0.100.nuspec --- dotnet6-6.0.123/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.24/microsoft.net.workload.mono.toolchain.manifest-6.0.100.nuspec 1970-01-01 00:00:00.000000000 +0000 +++ dotnet6-6.0.124/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.24/microsoft.net.workload.mono.toolchain.manifest-6.0.100.nuspec 2023-10-19 00:16:50.000000000 +0000 @@ -0,0 +1,21 @@ + + + + Microsoft.NET.Workload.Mono.ToolChain.Manifest-6.0.100 + 6.0.24 + Microsoft.NET.Workload.Mono.Toolchain.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 dotnet6-6.0.123/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.24/THIRD-PARTY-NOTICES.TXT dotnet6-6.0.124/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.24/THIRD-PARTY-NOTICES.TXT --- dotnet6-6.0.123/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.24/THIRD-PARTY-NOTICES.TXT 1970-01-01 00:00:00.000000000 +0000 +++ dotnet6-6.0.124/packages/text-only/microsoft.net.workload.mono.toolchain.manifest-6.0.100/6.0.24/THIRD-PARTY-NOTICES.TXT 2023-10-19 00:12:20.000000000 +0000 @@ -0,0 +1,957 @@ +.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-2020 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 +http://zlib.net/zlib_license.html + +/* zlib.h -- interface of the 'zlib' general purpose compression library + version 1.2.11, January 15th, 2017 + + Copyright (C) 1995-2017 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 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. + diff -Nru dotnet6-6.0.123/repos/aspnetcore.proj dotnet6-6.0.124/repos/aspnetcore.proj --- dotnet6-6.0.123/repos/aspnetcore.proj 2023-10-01 02:19:08.000000000 +0000 +++ dotnet6-6.0.124/repos/aspnetcore.proj 2023-10-19 07:00:35.000000000 +0000 @@ -7,6 +7,7 @@ $(BuildCommandArgs) --arch $(Platform) $(BuildCommandArgs) --no-build-repo-tasks + $(BuildCommandArgs) --os-name linux-musl $(BuildCommandArgs) /p:BuildNodeJs=false $(BuildCommandArgs) /p:PublishCompressedFilesPathPrefix=$(SourceBuiltAspNetCoreRuntime) $(BuildCommandArgs) /p:CoreSetupRid=freebsd-x64 /p:PortableBuild=true $(BuildCommandArgs) /p:CoreSetupRid=osx-x64 Binary files /tmp/tmp6hpx4h2b/K5O8nQyaff/dotnet6-6.0.123/src/arcade/.git/index and /tmp/tmp6hpx4h2b/8W59gIPWYR/dotnet6-6.0.124/src/arcade/.git/index differ diff -Nru dotnet6-6.0.123/src/arcade/.git/logs/HEAD dotnet6-6.0.124/src/arcade/.git/logs/HEAD --- dotnet6-6.0.123/src/arcade/.git/logs/HEAD 2023-10-01 02:21:12.000000000 +0000 +++ dotnet6-6.0.124/src/arcade/.git/logs/HEAD 2023-10-19 07:02:33.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 98fd22588fbb0f407faa6a74cb1aa79031306151 cloudtest_azpcontainer 1696126872 +0000 reset: moving to FETCH_HEAD +0000000000000000000000000000000000000000 98fd22588fbb0f407faa6a74cb1aa79031306151 cloudtest_azpcontainer 1697698953 +0000 reset: moving to FETCH_HEAD diff -Nru dotnet6-6.0.123/src/arcade/.git/logs/refs/heads/master dotnet6-6.0.124/src/arcade/.git/logs/refs/heads/master --- dotnet6-6.0.123/src/arcade/.git/logs/refs/heads/master 2023-10-01 02:21:12.000000000 +0000 +++ dotnet6-6.0.124/src/arcade/.git/logs/refs/heads/master 2023-10-19 07:02:33.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 98fd22588fbb0f407faa6a74cb1aa79031306151 cloudtest_azpcontainer 1696126872 +0000 reset: moving to FETCH_HEAD +0000000000000000000000000000000000000000 98fd22588fbb0f407faa6a74cb1aa79031306151 cloudtest_azpcontainer 1697698953 +0000 reset: moving to FETCH_HEAD diff -Nru dotnet6-6.0.123/src/aspnetcore/eng/Baseline.Designer.props dotnet6-6.0.124/src/aspnetcore/eng/Baseline.Designer.props --- dotnet6-6.0.123/src/aspnetcore/eng/Baseline.Designer.props 2023-10-01 02:20:03.000000000 +0000 +++ dotnet6-6.0.124/src/aspnetcore/eng/Baseline.Designer.props 2023-10-19 07:01:19.000000000 +0000 @@ -2,28 +2,28 @@ $(MSBuildAllProjects);$(MSBuildThisFileFullPath) - 6.0.21 + 6.0.22 - 6.0.21 + 6.0.22 - 6.0.21 + 6.0.22 - 6.0.21 + 6.0.22 - 6.0.21 + 6.0.22 - - - + + + @@ -34,120 +34,120 @@ - 6.0.21 + 6.0.22 - 6.0.21 + 6.0.22 - 6.0.21 + 6.0.22 - 6.0.21 + 6.0.22 - 6.0.21 + 6.0.22 - 6.0.21 + 6.0.22 - 6.0.21 + 6.0.22 - 6.0.21 + 6.0.22 - 6.0.21 + 6.0.22 - 6.0.21 + 6.0.22 - 6.0.21 + 6.0.22 - 6.0.21 + 6.0.22 - 6.0.21 + 6.0.22 - 6.0.21 + 6.0.22 - - + + - 6.0.21 + 6.0.22 - - + + - 6.0.21 + 6.0.22 - 6.0.21 + 6.0.22 - 6.0.21 + 6.0.22 - 6.0.21 + 6.0.22 - 6.0.21 + 6.0.22 - 6.0.21 + 6.0.22 - + - 6.0.21 + 6.0.22 - 6.0.21 + 6.0.22 - 6.0.21 + 6.0.22 @@ -155,114 +155,114 @@ - 6.0.21 + 6.0.22 - + - + - + - 6.0.21 + 6.0.22 - + - 6.0.21 + 6.0.22 - 6.0.21 + 6.0.22 - + - 6.0.21 + 6.0.22 - - + + - 6.0.21 + 6.0.22 - 6.0.21 + 6.0.22 - - + + - 6.0.21 + 6.0.22 - + - 6.0.21 + 6.0.22 - - - + + + - 6.0.21 + 6.0.22 - - + + - 6.0.21 + 6.0.22 - - + + - 6.0.21 + 6.0.22 - 6.0.21 + 6.0.22 - 6.0.21 + 6.0.22 - - + + @@ -270,7 +270,7 @@ - 6.0.21 + 6.0.22 @@ -278,50 +278,50 @@ - 6.0.21 + 6.0.22 - + - + - + - + - 6.0.21 + 6.0.22 - 6.0.21 + 6.0.22 - + - + - + - 6.0.21 + 6.0.22 - - + + @@ -331,8 +331,8 @@ - - + + @@ -340,8 +340,8 @@ - - + + @@ -352,58 +352,58 @@ - 6.0.21 + 6.0.22 - 6.0.21 + 6.0.22 - - + + - 6.0.21 + 6.0.22 - + - + - + - 6.0.21 + 6.0.22 - + - + - + - 6.0.21 + 6.0.22 - + - 6.0.21 + 6.0.22 @@ -411,71 +411,71 @@ - 6.0.21 + 6.0.22 - 6.0.21 + 6.0.22 - + - + - + - + - 6.0.21 + 6.0.22 - + - + - + - 6.0.21 + 6.0.22 - - + + - 6.0.21 + 6.0.22 - - + + - 6.0.21 + 6.0.22 @@ -491,195 +491,195 @@ - 6.0.21 + 6.0.22 - 6.0.21 + 6.0.22 - 6.0.21 + 6.0.22 - + - 6.0.21 + 6.0.22 - - + + - 6.0.21 + 6.0.22 - - + + - 6.0.21 + 6.0.22 - + - 6.0.21 + 6.0.22 - 6.0.21 + 6.0.22 - 6.0.21 + 6.0.22 - + - 6.0.21 + 6.0.22 - - + + - - + + - - + + - 6.0.21 + 6.0.22 - - + + - - + + - - + + - - + + - 6.0.21 + 6.0.22 - + - + - + - 6.0.21 + 6.0.22 - + - + - + - 6.0.21 + 6.0.22 - + - + - + - 6.0.21 + 6.0.22 - + - + - + - 6.0.21 + 6.0.22 - - - - + + + + - 6.0.21 + 6.0.22 @@ -688,69 +688,69 @@ - 6.0.21 + 6.0.22 - 6.0.21 + 6.0.22 - 6.0.21 + 6.0.22 - 6.0.21 + 6.0.22 - + - 6.0.21 + 6.0.22 - + - 6.0.21 + 6.0.22 - 6.0.21 + 6.0.22 - 6.0.21 + 6.0.22 - 6.0.21 + 6.0.22 - 6.0.21 + 6.0.22 - 6.0.21 + 6.0.22 - 6.0.21 + 6.0.22 - 6.0.21 + 6.0.22 @@ -769,7 +769,7 @@ - 6.0.21 + 6.0.22 @@ -788,7 +788,7 @@ - 6.0.21 + 6.0.22 @@ -804,46 +804,46 @@ - 6.0.21 + 6.0.22 - + - + - + - 6.0.21 + 6.0.22 - 6.0.21 + 6.0.22 - - - + + + - 6.0.21 + 6.0.22 - 6.0.21 + 6.0.22 @@ -853,7 +853,7 @@ - 6.0.21 + 6.0.22 @@ -862,73 +862,73 @@ - 6.0.21 + 6.0.22 - + - + - + - 6.0.21 + 6.0.22 - + - + - + - 6.0.21 + 6.0.22 - + - + - + - 6.0.21 + 6.0.22 - 6.0.21 + 6.0.22 @@ -957,11 +957,11 @@ - 6.0.21 + 6.0.22 - 6.0.21 + 6.0.22 @@ -979,13 +979,13 @@ - 6.0.21 + 6.0.22 - 6.0.21 + 6.0.22 - + \ No newline at end of file diff -Nru dotnet6-6.0.123/src/aspnetcore/eng/Baseline.xml dotnet6-6.0.124/src/aspnetcore/eng/Baseline.xml --- dotnet6-6.0.123/src/aspnetcore/eng/Baseline.xml 2023-10-01 02:20:03.000000000 +0000 +++ dotnet6-6.0.124/src/aspnetcore/eng/Baseline.xml 2023-10-19 07:01:19.000000000 +0000 @@ -4,111 +4,111 @@ Update this list when preparing for a new patch. --> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff -Nru dotnet6-6.0.123/src/aspnetcore/eng/Version.Details.xml dotnet6-6.0.124/src/aspnetcore/eng/Version.Details.xml --- dotnet6-6.0.123/src/aspnetcore/eng/Version.Details.xml 2023-10-01 02:20:03.000000000 +0000 +++ dotnet6-6.0.124/src/aspnetcore/eng/Version.Details.xml 2023-10-19 07:01:19.000000000 +0000 @@ -9,37 +9,37 @@ --> - - https://github.com/dotnet/efcore - 50a6896cca24b06e154bdf652c2e7aefd0dfb7a1 - - - https://github.com/dotnet/efcore - 50a6896cca24b06e154bdf652c2e7aefd0dfb7a1 - - - https://github.com/dotnet/efcore - 50a6896cca24b06e154bdf652c2e7aefd0dfb7a1 - - - https://github.com/dotnet/efcore - 50a6896cca24b06e154bdf652c2e7aefd0dfb7a1 - - - https://github.com/dotnet/efcore - 50a6896cca24b06e154bdf652c2e7aefd0dfb7a1 - - - https://github.com/dotnet/efcore - 50a6896cca24b06e154bdf652c2e7aefd0dfb7a1 - - - https://github.com/dotnet/efcore - 50a6896cca24b06e154bdf652c2e7aefd0dfb7a1 - - - https://github.com/dotnet/efcore - 50a6896cca24b06e154bdf652c2e7aefd0dfb7a1 + + https://dev.azure.com/dnceng/internal/_git/dotnet-efcore + 113214d7bd7d049550daab07f1167c3c331e19fa + + + https://dev.azure.com/dnceng/internal/_git/dotnet-efcore + 113214d7bd7d049550daab07f1167c3c331e19fa + + + https://dev.azure.com/dnceng/internal/_git/dotnet-efcore + 113214d7bd7d049550daab07f1167c3c331e19fa + + + https://dev.azure.com/dnceng/internal/_git/dotnet-efcore + 113214d7bd7d049550daab07f1167c3c331e19fa + + + https://dev.azure.com/dnceng/internal/_git/dotnet-efcore + 113214d7bd7d049550daab07f1167c3c331e19fa + + + https://dev.azure.com/dnceng/internal/_git/dotnet-efcore + 113214d7bd7d049550daab07f1167c3c331e19fa + + + https://dev.azure.com/dnceng/internal/_git/dotnet-efcore + 113214d7bd7d049550daab07f1167c3c331e19fa + + + https://dev.azure.com/dnceng/internal/_git/dotnet-efcore + 113214d7bd7d049550daab07f1167c3c331e19fa https://github.com/dotnet/runtime @@ -177,9 +177,9 @@ https://github.com/dotnet/runtime 4822e3c3aa77eb82b2fb33c9321f923cf11ddde6 - + https://dev.azure.com/dnceng/internal/_git/dotnet-runtime - e0f0de876a67755a2c6cd2dc730c13f5959bdea8 + e7b8488daf32c7a607632ec4be605ba3ccf171a7 https://dev.azure.com/dnceng/internal/_git/dotnet-runtime @@ -245,33 +245,33 @@ https://github.com/dotnet/runtime 4822e3c3aa77eb82b2fb33c9321f923cf11ddde6 - + https://dev.azure.com/dnceng/internal/_git/dotnet-runtime - e0f0de876a67755a2c6cd2dc730c13f5959bdea8 + e7b8488daf32c7a607632ec4be605ba3ccf171a7 - + https://dev.azure.com/dnceng/internal/_git/dotnet-runtime - e0f0de876a67755a2c6cd2dc730c13f5959bdea8 + e7b8488daf32c7a607632ec4be605ba3ccf171a7 - + https://dev.azure.com/dnceng/internal/_git/dotnet-runtime - e0f0de876a67755a2c6cd2dc730c13f5959bdea8 + e7b8488daf32c7a607632ec4be605ba3ccf171a7 - + https://dev.azure.com/dnceng/internal/_git/dotnet-runtime - e0f0de876a67755a2c6cd2dc730c13f5959bdea8 + e7b8488daf32c7a607632ec4be605ba3ccf171a7 - + https://dev.azure.com/dnceng/internal/_git/dotnet-runtime - e0f0de876a67755a2c6cd2dc730c13f5959bdea8 + e7b8488daf32c7a607632ec4be605ba3ccf171a7 - + https://dev.azure.com/dnceng/internal/_git/dotnet-runtime - e0f0de876a67755a2c6cd2dc730c13f5959bdea8 + e7b8488daf32c7a607632ec4be605ba3ccf171a7 diff -Nru dotnet6-6.0.123/src/aspnetcore/eng/Versions.props dotnet6-6.0.124/src/aspnetcore/eng/Versions.props --- dotnet6-6.0.123/src/aspnetcore/eng/Versions.props 2023-10-01 02:20:03.000000000 +0000 +++ dotnet6-6.0.124/src/aspnetcore/eng/Versions.props 2023-10-19 07:01:19.000000000 +0000 @@ -8,7 +8,7 @@ 6 0 - 23 + 24 false 6.0.0 - 6.0.23 - 6.0.23 - 6.0.23 - 6.0.23 - 6.0.23 - 6.0.23-servicing.23480.2 + 6.0.24 + 6.0.24 + 6.0.24 + 6.0.24 + 6.0.24 + 6.0.24-servicing.23518.14 6.0.0 6.0.1 6.0.0 @@ -103,7 +103,7 @@ 6.0.0 6.0.0 6.0.0 - 6.0.23-servicing.23480.2 + 6.0.24-servicing.23518.14 6.0.1 6.0.0 6.0.2 @@ -122,14 +122,14 @@ 6.0.11 - 6.0.23 - 6.0.23 - 6.0.23 - 6.0.23 - 6.0.23 - 6.0.23 - 6.0.23 - 6.0.23 + 6.0.24 + 6.0.24 + 6.0.24 + 6.0.24 + 6.0.24 + 6.0.24 + 6.0.24 + 6.0.24 6.0.0-beta.23408.5 6.0.0-beta.23408.5 diff -Nru dotnet6-6.0.123/src/aspnetcore/.git/FETCH_HEAD dotnet6-6.0.124/src/aspnetcore/.git/FETCH_HEAD --- dotnet6-6.0.123/src/aspnetcore/.git/FETCH_HEAD 2023-10-01 02:20:03.000000000 +0000 +++ dotnet6-6.0.124/src/aspnetcore/.git/FETCH_HEAD 2023-10-19 07:01:19.000000000 +0000 @@ -1 +1 @@ -bc25dd5d39fd057f7cb28acb5ad4d9e925a375de 'bc25dd5d39fd057f7cb28acb5ad4d9e925a375de' of https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore +2aa401550574f93402eba13ff9a4827ef01a2f3a '2aa401550574f93402eba13ff9a4827ef01a2f3a' of https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore Binary files /tmp/tmp6hpx4h2b/K5O8nQyaff/dotnet6-6.0.123/src/aspnetcore/.git/index and /tmp/tmp6hpx4h2b/8W59gIPWYR/dotnet6-6.0.124/src/aspnetcore/.git/index differ diff -Nru dotnet6-6.0.123/src/aspnetcore/.git/logs/HEAD dotnet6-6.0.124/src/aspnetcore/.git/logs/HEAD --- dotnet6-6.0.123/src/aspnetcore/.git/logs/HEAD 2023-10-01 02:20:04.000000000 +0000 +++ dotnet6-6.0.124/src/aspnetcore/.git/logs/HEAD 2023-10-19 07:01:20.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 bc25dd5d39fd057f7cb28acb5ad4d9e925a375de cloudtest_azpcontainer 1696126804 +0000 reset: moving to FETCH_HEAD +0000000000000000000000000000000000000000 2aa401550574f93402eba13ff9a4827ef01a2f3a cloudtest_azpcontainer 1697698880 +0000 reset: moving to FETCH_HEAD diff -Nru dotnet6-6.0.123/src/aspnetcore/.git/logs/refs/heads/master dotnet6-6.0.124/src/aspnetcore/.git/logs/refs/heads/master --- dotnet6-6.0.123/src/aspnetcore/.git/logs/refs/heads/master 2023-10-01 02:20:04.000000000 +0000 +++ dotnet6-6.0.124/src/aspnetcore/.git/logs/refs/heads/master 2023-10-19 07:01:20.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 bc25dd5d39fd057f7cb28acb5ad4d9e925a375de cloudtest_azpcontainer 1696126804 +0000 reset: moving to FETCH_HEAD +0000000000000000000000000000000000000000 2aa401550574f93402eba13ff9a4827ef01a2f3a cloudtest_azpcontainer 1697698880 +0000 reset: moving to FETCH_HEAD diff -Nru dotnet6-6.0.123/src/aspnetcore/.git/modules/src/submodules/googletest/FETCH_HEAD dotnet6-6.0.124/src/aspnetcore/.git/modules/src/submodules/googletest/FETCH_HEAD --- dotnet6-6.0.123/src/aspnetcore/.git/modules/src/submodules/googletest/FETCH_HEAD 2023-10-01 02:20:08.000000000 +0000 +++ dotnet6-6.0.124/src/aspnetcore/.git/modules/src/submodules/googletest/FETCH_HEAD 2023-10-19 07:01:28.000000000 +0000 @@ -1 +1 @@ -6f6ab4212aa02cfe02e480711246da4fc17b0761 '6f6ab4212aa02cfe02e480711246da4fc17b0761' of https://github.com/google/googletest +8a6feabf04bec8fb125e0df0ad1195c42350725f '8a6feabf04bec8fb125e0df0ad1195c42350725f' of https://github.com/google/googletest diff -Nru dotnet6-6.0.123/src/aspnetcore/.git/modules/src/submodules/googletest/HEAD dotnet6-6.0.124/src/aspnetcore/.git/modules/src/submodules/googletest/HEAD --- dotnet6-6.0.123/src/aspnetcore/.git/modules/src/submodules/googletest/HEAD 2023-10-01 02:20:08.000000000 +0000 +++ dotnet6-6.0.124/src/aspnetcore/.git/modules/src/submodules/googletest/HEAD 2023-10-19 07:01:28.000000000 +0000 @@ -1 +1 @@ -6f6ab4212aa02cfe02e480711246da4fc17b0761 +8a6feabf04bec8fb125e0df0ad1195c42350725f Binary files /tmp/tmp6hpx4h2b/K5O8nQyaff/dotnet6-6.0.123/src/aspnetcore/.git/modules/src/submodules/googletest/index and /tmp/tmp6hpx4h2b/8W59gIPWYR/dotnet6-6.0.124/src/aspnetcore/.git/modules/src/submodules/googletest/index differ diff -Nru dotnet6-6.0.123/src/aspnetcore/.git/modules/src/submodules/googletest/logs/HEAD dotnet6-6.0.124/src/aspnetcore/.git/modules/src/submodules/googletest/logs/HEAD --- dotnet6-6.0.123/src/aspnetcore/.git/modules/src/submodules/googletest/logs/HEAD 2023-10-01 02:20:08.000000000 +0000 +++ dotnet6-6.0.124/src/aspnetcore/.git/modules/src/submodules/googletest/logs/HEAD 2023-10-19 07:01:28.000000000 +0000 @@ -1,2 +1,2 @@ -0000000000000000000000000000000000000000 e47544ad31cb3ceecd04cc13e8fe556f8df9fe0b cloudtest_azpcontainer 1696126806 +0000 clone: from https://github.com/google/googletest -e47544ad31cb3ceecd04cc13e8fe556f8df9fe0b 6f6ab4212aa02cfe02e480711246da4fc17b0761 cloudtest_azpcontainer 1696126808 +0000 checkout: moving from main to 6f6ab4212aa02cfe02e480711246da4fc17b0761 +0000000000000000000000000000000000000000 9bb354fa8325fa31faa1e12627b25ab445e6eed3 cloudtest_azpcontainer 1697698886 +0000 clone: from https://github.com/google/googletest +9bb354fa8325fa31faa1e12627b25ab445e6eed3 8a6feabf04bec8fb125e0df0ad1195c42350725f cloudtest_azpcontainer 1697698888 +0000 checkout: moving from main to 8a6feabf04bec8fb125e0df0ad1195c42350725f diff -Nru dotnet6-6.0.123/src/aspnetcore/.git/modules/src/submodules/googletest/logs/refs/heads/main dotnet6-6.0.124/src/aspnetcore/.git/modules/src/submodules/googletest/logs/refs/heads/main --- dotnet6-6.0.123/src/aspnetcore/.git/modules/src/submodules/googletest/logs/refs/heads/main 2023-10-01 02:20:06.000000000 +0000 +++ dotnet6-6.0.124/src/aspnetcore/.git/modules/src/submodules/googletest/logs/refs/heads/main 2023-10-19 07:01:26.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 e47544ad31cb3ceecd04cc13e8fe556f8df9fe0b cloudtest_azpcontainer 1696126806 +0000 clone: from https://github.com/google/googletest +0000000000000000000000000000000000000000 9bb354fa8325fa31faa1e12627b25ab445e6eed3 cloudtest_azpcontainer 1697698886 +0000 clone: from https://github.com/google/googletest diff -Nru dotnet6-6.0.123/src/aspnetcore/.git/modules/src/submodules/googletest/logs/refs/remotes/origin/HEAD dotnet6-6.0.124/src/aspnetcore/.git/modules/src/submodules/googletest/logs/refs/remotes/origin/HEAD --- dotnet6-6.0.123/src/aspnetcore/.git/modules/src/submodules/googletest/logs/refs/remotes/origin/HEAD 2023-10-01 02:20:06.000000000 +0000 +++ dotnet6-6.0.124/src/aspnetcore/.git/modules/src/submodules/googletest/logs/refs/remotes/origin/HEAD 2023-10-19 07:01:26.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 e47544ad31cb3ceecd04cc13e8fe556f8df9fe0b cloudtest_azpcontainer 1696126806 +0000 clone: from https://github.com/google/googletest +0000000000000000000000000000000000000000 9bb354fa8325fa31faa1e12627b25ab445e6eed3 cloudtest_azpcontainer 1697698886 +0000 clone: from https://github.com/google/googletest diff -Nru dotnet6-6.0.123/src/aspnetcore/.git/modules/src/submodules/googletest/packed-refs dotnet6-6.0.124/src/aspnetcore/.git/modules/src/submodules/googletest/packed-refs --- dotnet6-6.0.123/src/aspnetcore/.git/modules/src/submodules/googletest/packed-refs 2023-10-01 02:20:06.000000000 +0000 +++ dotnet6-6.0.124/src/aspnetcore/.git/modules/src/submodules/googletest/packed-refs 2023-10-19 07:01:26.000000000 +0000 @@ -1,2 +1,2 @@ # pack-refs with: peeled fully-peeled sorted -e47544ad31cb3ceecd04cc13e8fe556f8df9fe0b refs/remotes/origin/main +9bb354fa8325fa31faa1e12627b25ab445e6eed3 refs/remotes/origin/main diff -Nru dotnet6-6.0.123/src/aspnetcore/.git/modules/src/submodules/googletest/refs/heads/main dotnet6-6.0.124/src/aspnetcore/.git/modules/src/submodules/googletest/refs/heads/main --- dotnet6-6.0.123/src/aspnetcore/.git/modules/src/submodules/googletest/refs/heads/main 2023-10-01 02:20:06.000000000 +0000 +++ dotnet6-6.0.124/src/aspnetcore/.git/modules/src/submodules/googletest/refs/heads/main 2023-10-19 07:01:26.000000000 +0000 @@ -1 +1 @@ -e47544ad31cb3ceecd04cc13e8fe556f8df9fe0b +9bb354fa8325fa31faa1e12627b25ab445e6eed3 diff -Nru dotnet6-6.0.123/src/aspnetcore/.git/modules/src/submodules/googletest/shallow dotnet6-6.0.124/src/aspnetcore/.git/modules/src/submodules/googletest/shallow --- dotnet6-6.0.123/src/aspnetcore/.git/modules/src/submodules/googletest/shallow 2023-10-01 02:20:08.000000000 +0000 +++ dotnet6-6.0.124/src/aspnetcore/.git/modules/src/submodules/googletest/shallow 2023-10-19 07:01:28.000000000 +0000 @@ -1,2 +1,2 @@ -6f6ab4212aa02cfe02e480711246da4fc17b0761 -e47544ad31cb3ceecd04cc13e8fe556f8df9fe0b +8a6feabf04bec8fb125e0df0ad1195c42350725f +9bb354fa8325fa31faa1e12627b25ab445e6eed3 Binary files /tmp/tmp6hpx4h2b/K5O8nQyaff/dotnet6-6.0.123/src/aspnetcore/.git/modules/src/submodules/MessagePack-CSharp/index and /tmp/tmp6hpx4h2b/8W59gIPWYR/dotnet6-6.0.124/src/aspnetcore/.git/modules/src/submodules/MessagePack-CSharp/index differ diff -Nru dotnet6-6.0.123/src/aspnetcore/.git/modules/src/submodules/MessagePack-CSharp/logs/HEAD dotnet6-6.0.124/src/aspnetcore/.git/modules/src/submodules/MessagePack-CSharp/logs/HEAD --- dotnet6-6.0.123/src/aspnetcore/.git/modules/src/submodules/MessagePack-CSharp/logs/HEAD 2023-10-01 02:20:07.000000000 +0000 +++ dotnet6-6.0.124/src/aspnetcore/.git/modules/src/submodules/MessagePack-CSharp/logs/HEAD 2023-10-19 07:01:26.000000000 +0000 @@ -1,2 +1,2 @@ -0000000000000000000000000000000000000000 ecc4e18ad7a0c7db51cd7e3d2997a291ed01444d cloudtest_azpcontainer 1696126806 +0000 clone: from https://github.com/aspnet/MessagePack-CSharp.git -ecc4e18ad7a0c7db51cd7e3d2997a291ed01444d ecc4e18ad7a0c7db51cd7e3d2997a291ed01444d cloudtest_azpcontainer 1696126807 +0000 checkout: moving from master to ecc4e18ad7a0c7db51cd7e3d2997a291ed01444d +0000000000000000000000000000000000000000 ecc4e18ad7a0c7db51cd7e3d2997a291ed01444d cloudtest_azpcontainer 1697698883 +0000 clone: from https://github.com/aspnet/MessagePack-CSharp.git +ecc4e18ad7a0c7db51cd7e3d2997a291ed01444d ecc4e18ad7a0c7db51cd7e3d2997a291ed01444d cloudtest_azpcontainer 1697698886 +0000 checkout: moving from master to ecc4e18ad7a0c7db51cd7e3d2997a291ed01444d diff -Nru dotnet6-6.0.123/src/aspnetcore/.git/modules/src/submodules/MessagePack-CSharp/logs/refs/heads/master dotnet6-6.0.124/src/aspnetcore/.git/modules/src/submodules/MessagePack-CSharp/logs/refs/heads/master --- dotnet6-6.0.123/src/aspnetcore/.git/modules/src/submodules/MessagePack-CSharp/logs/refs/heads/master 2023-10-01 02:20:06.000000000 +0000 +++ dotnet6-6.0.124/src/aspnetcore/.git/modules/src/submodules/MessagePack-CSharp/logs/refs/heads/master 2023-10-19 07:01:23.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 ecc4e18ad7a0c7db51cd7e3d2997a291ed01444d cloudtest_azpcontainer 1696126806 +0000 clone: from https://github.com/aspnet/MessagePack-CSharp.git +0000000000000000000000000000000000000000 ecc4e18ad7a0c7db51cd7e3d2997a291ed01444d cloudtest_azpcontainer 1697698883 +0000 clone: from https://github.com/aspnet/MessagePack-CSharp.git diff -Nru dotnet6-6.0.123/src/aspnetcore/.git/modules/src/submodules/MessagePack-CSharp/logs/refs/remotes/origin/HEAD dotnet6-6.0.124/src/aspnetcore/.git/modules/src/submodules/MessagePack-CSharp/logs/refs/remotes/origin/HEAD --- dotnet6-6.0.123/src/aspnetcore/.git/modules/src/submodules/MessagePack-CSharp/logs/refs/remotes/origin/HEAD 2023-10-01 02:20:06.000000000 +0000 +++ dotnet6-6.0.124/src/aspnetcore/.git/modules/src/submodules/MessagePack-CSharp/logs/refs/remotes/origin/HEAD 2023-10-19 07:01:23.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 ecc4e18ad7a0c7db51cd7e3d2997a291ed01444d cloudtest_azpcontainer 1696126806 +0000 clone: from https://github.com/aspnet/MessagePack-CSharp.git +0000000000000000000000000000000000000000 ecc4e18ad7a0c7db51cd7e3d2997a291ed01444d cloudtest_azpcontainer 1697698883 +0000 clone: from https://github.com/aspnet/MessagePack-CSharp.git Binary files /tmp/tmp6hpx4h2b/K5O8nQyaff/dotnet6-6.0.123/src/aspnetcore/.git/modules/src/submodules/spa-templates/index and /tmp/tmp6hpx4h2b/8W59gIPWYR/dotnet6-6.0.124/src/aspnetcore/.git/modules/src/submodules/spa-templates/index differ diff -Nru dotnet6-6.0.123/src/aspnetcore/.git/modules/src/submodules/spa-templates/logs/HEAD dotnet6-6.0.124/src/aspnetcore/.git/modules/src/submodules/spa-templates/logs/HEAD --- dotnet6-6.0.123/src/aspnetcore/.git/modules/src/submodules/spa-templates/logs/HEAD 2023-10-01 02:20:10.000000000 +0000 +++ dotnet6-6.0.124/src/aspnetcore/.git/modules/src/submodules/spa-templates/logs/HEAD 2023-10-19 07:01:29.000000000 +0000 @@ -1,2 +1,2 @@ -0000000000000000000000000000000000000000 4129391f0c737aa80c103a63c3162041242317c1 cloudtest_azpcontainer 1696126807 +0000 clone: from https://github.com/dotnet/spa-templates.git -4129391f0c737aa80c103a63c3162041242317c1 1d1834bbb3607012c08eae31f771f10e29889f53 cloudtest_azpcontainer 1696126810 +0000 checkout: moving from main to 1d1834bbb3607012c08eae31f771f10e29889f53 +0000000000000000000000000000000000000000 0eca1b1214501b90eeb0fb26cbfce59dec76ef45 cloudtest_azpcontainer 1697698886 +0000 clone: from https://github.com/dotnet/spa-templates.git +0eca1b1214501b90eeb0fb26cbfce59dec76ef45 1d1834bbb3607012c08eae31f771f10e29889f53 cloudtest_azpcontainer 1697698889 +0000 checkout: moving from main to 1d1834bbb3607012c08eae31f771f10e29889f53 diff -Nru dotnet6-6.0.123/src/aspnetcore/.git/modules/src/submodules/spa-templates/logs/refs/heads/main dotnet6-6.0.124/src/aspnetcore/.git/modules/src/submodules/spa-templates/logs/refs/heads/main --- dotnet6-6.0.123/src/aspnetcore/.git/modules/src/submodules/spa-templates/logs/refs/heads/main 2023-10-01 02:20:07.000000000 +0000 +++ dotnet6-6.0.124/src/aspnetcore/.git/modules/src/submodules/spa-templates/logs/refs/heads/main 2023-10-19 07:01:26.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 4129391f0c737aa80c103a63c3162041242317c1 cloudtest_azpcontainer 1696126807 +0000 clone: from https://github.com/dotnet/spa-templates.git +0000000000000000000000000000000000000000 0eca1b1214501b90eeb0fb26cbfce59dec76ef45 cloudtest_azpcontainer 1697698886 +0000 clone: from https://github.com/dotnet/spa-templates.git diff -Nru dotnet6-6.0.123/src/aspnetcore/.git/modules/src/submodules/spa-templates/logs/refs/remotes/origin/HEAD dotnet6-6.0.124/src/aspnetcore/.git/modules/src/submodules/spa-templates/logs/refs/remotes/origin/HEAD --- dotnet6-6.0.123/src/aspnetcore/.git/modules/src/submodules/spa-templates/logs/refs/remotes/origin/HEAD 2023-10-01 02:20:07.000000000 +0000 +++ dotnet6-6.0.124/src/aspnetcore/.git/modules/src/submodules/spa-templates/logs/refs/remotes/origin/HEAD 2023-10-19 07:01:26.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 4129391f0c737aa80c103a63c3162041242317c1 cloudtest_azpcontainer 1696126807 +0000 clone: from https://github.com/dotnet/spa-templates.git +0000000000000000000000000000000000000000 0eca1b1214501b90eeb0fb26cbfce59dec76ef45 cloudtest_azpcontainer 1697698886 +0000 clone: from https://github.com/dotnet/spa-templates.git diff -Nru dotnet6-6.0.123/src/aspnetcore/.git/modules/src/submodules/spa-templates/packed-refs dotnet6-6.0.124/src/aspnetcore/.git/modules/src/submodules/spa-templates/packed-refs --- dotnet6-6.0.123/src/aspnetcore/.git/modules/src/submodules/spa-templates/packed-refs 2023-10-01 02:20:07.000000000 +0000 +++ dotnet6-6.0.124/src/aspnetcore/.git/modules/src/submodules/spa-templates/packed-refs 2023-10-19 07:01:26.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 dotnet6-6.0.123/src/aspnetcore/.git/modules/src/submodules/spa-templates/refs/heads/main dotnet6-6.0.124/src/aspnetcore/.git/modules/src/submodules/spa-templates/refs/heads/main --- dotnet6-6.0.123/src/aspnetcore/.git/modules/src/submodules/spa-templates/refs/heads/main 2023-10-01 02:20:07.000000000 +0000 +++ dotnet6-6.0.124/src/aspnetcore/.git/modules/src/submodules/spa-templates/refs/heads/main 2023-10-19 07:01:26.000000000 +0000 @@ -1 +1 @@ -4129391f0c737aa80c103a63c3162041242317c1 +0eca1b1214501b90eeb0fb26cbfce59dec76ef45 diff -Nru dotnet6-6.0.123/src/aspnetcore/.git/modules/src/submodules/spa-templates/shallow dotnet6-6.0.124/src/aspnetcore/.git/modules/src/submodules/spa-templates/shallow --- dotnet6-6.0.123/src/aspnetcore/.git/modules/src/submodules/spa-templates/shallow 2023-10-01 02:20:09.000000000 +0000 +++ dotnet6-6.0.124/src/aspnetcore/.git/modules/src/submodules/spa-templates/shallow 2023-10-19 07:01:29.000000000 +0000 @@ -1,2 +1,2 @@ +0eca1b1214501b90eeb0fb26cbfce59dec76ef45 1d1834bbb3607012c08eae31f771f10e29889f53 -4129391f0c737aa80c103a63c3162041242317c1 diff -Nru dotnet6-6.0.123/src/aspnetcore/.git/refs/heads/master dotnet6-6.0.124/src/aspnetcore/.git/refs/heads/master --- dotnet6-6.0.123/src/aspnetcore/.git/refs/heads/master 2023-10-01 02:20:04.000000000 +0000 +++ dotnet6-6.0.124/src/aspnetcore/.git/refs/heads/master 2023-10-19 07:01:20.000000000 +0000 @@ -1 +1 @@ -bc25dd5d39fd057f7cb28acb5ad4d9e925a375de +2aa401550574f93402eba13ff9a4827ef01a2f3a diff -Nru dotnet6-6.0.123/src/aspnetcore/.git/shallow dotnet6-6.0.124/src/aspnetcore/.git/shallow --- dotnet6-6.0.123/src/aspnetcore/.git/shallow 2023-10-01 02:19:56.000000000 +0000 +++ dotnet6-6.0.124/src/aspnetcore/.git/shallow 2023-10-19 07:01:17.000000000 +0000 @@ -1 +1 @@ -bc25dd5d39fd057f7cb28acb5ad4d9e925a375de +2aa401550574f93402eba13ff9a4827ef01a2f3a diff -Nru dotnet6-6.0.123/src/aspnetcore/global.json dotnet6-6.0.124/src/aspnetcore/global.json --- dotnet6-6.0.123/src/aspnetcore/global.json 2023-10-01 02:20:03.000000000 +0000 +++ dotnet6-6.0.124/src/aspnetcore/global.json 2023-10-19 07:01:19.000000000 +0000 @@ -1,9 +1,9 @@ { "sdk": { - "version": "6.0.121" + "version": "6.0.122" }, "tools": { - "dotnet": "6.0.121", + "dotnet": "6.0.122", "runtimes": { "dotnet/x64": [ "2.1.30", diff -Nru dotnet6-6.0.123/src/aspnetcore/NuGet.config dotnet6-6.0.124/src/aspnetcore/NuGet.config --- dotnet6-6.0.123/src/aspnetcore/NuGet.config 2023-10-01 02:20:03.000000000 +0000 +++ dotnet6-6.0.124/src/aspnetcore/NuGet.config 2023-10-19 07:01:19.000000000 +0000 @@ -4,12 +4,10 @@ - + - - - + @@ -27,12 +25,10 @@ - - - + - + diff -Nru dotnet6-6.0.123/src/aspnetcore/src/submodules/googletest/ci/linux-presubmit.sh dotnet6-6.0.124/src/aspnetcore/src/submodules/googletest/ci/linux-presubmit.sh --- dotnet6-6.0.123/src/aspnetcore/src/submodules/googletest/ci/linux-presubmit.sh 2023-10-01 02:20:08.000000000 +0000 +++ dotnet6-6.0.124/src/aspnetcore/src/submodules/googletest/ci/linux-presubmit.sh 2023-10-19 07:01:28.000000000 +0000 @@ -31,7 +31,7 @@ set -euox pipefail -readonly LINUX_LATEST_CONTAINER="gcr.io/google.com/absl-177019/linux_hybrid-latest:20230217" +readonly LINUX_LATEST_CONTAINER="gcr.io/google.com/absl-177019/linux_hybrid-latest:20230816" readonly LINUX_GCC_FLOOR_CONTAINER="gcr.io/google.com/absl-177019/linux_gcc-floor:20230120" if [[ -z ${GTEST_ROOT:-} ]]; then diff -Nru dotnet6-6.0.123/src/aspnetcore/src/submodules/googletest/CMakeLists.txt dotnet6-6.0.124/src/aspnetcore/src/submodules/googletest/CMakeLists.txt --- dotnet6-6.0.123/src/aspnetcore/src/submodules/googletest/CMakeLists.txt 2023-10-01 02:20:08.000000000 +0000 +++ dotnet6-6.0.124/src/aspnetcore/src/submodules/googletest/CMakeLists.txt 2023-10-19 07:01:28.000000000 +0000 @@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.13) project(googletest-distribution) -set(GOOGLETEST_VERSION 1.13.0) +set(GOOGLETEST_VERSION 1.14.0) if(NOT CYGWIN AND NOT MSYS AND NOT ${CMAKE_SYSTEM_NAME} STREQUAL QNX) set(CMAKE_CXX_EXTENSIONS OFF) diff -Nru dotnet6-6.0.123/src/aspnetcore/src/submodules/googletest/CONTRIBUTING.md dotnet6-6.0.124/src/aspnetcore/src/submodules/googletest/CONTRIBUTING.md --- dotnet6-6.0.123/src/aspnetcore/src/submodules/googletest/CONTRIBUTING.md 2023-10-01 02:20:08.000000000 +0000 +++ dotnet6-6.0.124/src/aspnetcore/src/submodules/googletest/CONTRIBUTING.md 2023-10-19 07:01:28.000000000 +0000 @@ -47,11 +47,11 @@ ## The Google Test and Google Mock Communities The Google Test community exists primarily through the -[discussion group](http://groups.google.com/group/googletestframework) and the +[discussion group](https://groups.google.com/group/googletestframework) and the GitHub repository. Likewise, the Google Mock community exists primarily through -their own [discussion group](http://groups.google.com/group/googlemock). You are -definitely encouraged to contribute to the discussion and you can also help us -to keep the effectiveness of the group high by following and promoting the +their own [discussion group](https://groups.google.com/group/googlemock). You +are definitely encouraged to contribute to the discussion and you can also help +us to keep the effectiveness of the group high by following and promoting the guidelines listed here. ### Please Be Friendly diff -Nru dotnet6-6.0.123/src/aspnetcore/src/submodules/googletest/docs/advanced.md dotnet6-6.0.124/src/aspnetcore/src/submodules/googletest/docs/advanced.md --- dotnet6-6.0.123/src/aspnetcore/src/submodules/googletest/docs/advanced.md 2023-10-01 02:20:08.000000000 +0000 +++ dotnet6-6.0.124/src/aspnetcore/src/submodules/googletest/docs/advanced.md 2023-10-19 07:01:28.000000000 +0000 @@ -508,9 +508,9 @@ When built with Bazel and using Abseil, GoogleTest uses the [RE2](https://github.com/google/re2/wiki/Syntax) syntax. Otherwise, for POSIX systems (Linux, Cygwin, Mac), GoogleTest uses the -[POSIX extended regular expression](http://www.opengroup.org/onlinepubs/009695399/basedefs/xbd_chap09.html#tag_09_04) +[POSIX extended regular expression](https://www.opengroup.org/onlinepubs/009695399/basedefs/xbd_chap09.html#tag_09_04) syntax. To learn about POSIX syntax, you may want to read this -[Wikipedia entry](http://en.wikipedia.org/wiki/Regular_expression#POSIX_extended). +[Wikipedia entry](https://en.wikipedia.org/wiki/Regular_expression#POSIX_extended). On Windows, GoogleTest uses its own simple regular expression implementation. It lacks many features. For example, we don't support union (`"x|y"`), grouping @@ -899,10 +899,10 @@ variables to hold the shared resources. 2. Outside your test fixture class (typically just below it), define those member variables, optionally giving them initial values. -3. In the same test fixture class, define a `static void SetUpTestSuite()` - function (remember not to spell it as **`SetupTestSuite`** with a small - `u`!) to set up the shared resources and a `static void TearDownTestSuite()` - function to tear them down. +3. In the same test fixture class, define a public member function `static void + SetUpTestSuite()` (remember not to spell it as **`SetupTestSuite`** with a + small `u`!) to set up the shared resources and a `static void + TearDownTestSuite()` function to tear them down. That's it! GoogleTest automatically calls `SetUpTestSuite()` before running the *first test* in the `FooTest` test suite (i.e. before creating the first @@ -2171,7 +2171,7 @@ ```json { - "$schema": "http://json-schema.org/schema#", + "$schema": "https://json-schema.org/schema#", "type": "object", "definitions": { "TestCase": { diff -Nru dotnet6-6.0.123/src/aspnetcore/src/submodules/googletest/docs/faq.md dotnet6-6.0.124/src/aspnetcore/src/submodules/googletest/docs/faq.md --- dotnet6-6.0.123/src/aspnetcore/src/submodules/googletest/docs/faq.md 2023-10-01 02:20:08.000000000 +0000 +++ dotnet6-6.0.124/src/aspnetcore/src/submodules/googletest/docs/faq.md 2023-10-19 07:01:28.000000000 +0000 @@ -607,7 +607,7 @@ In addition, if `FooType` is declared in a name space, the `<<` operator also needs to be defined in the *same* name space. See -[Tip of the Week #49](http://abseil.io/tips/49) for details. +[Tip of the Week #49](https://abseil.io/tips/49) for details. ## How do I suppress the memory leak messages on Windows? @@ -628,10 +628,10 @@ advise against the practice, and GoogleTest doesn't provide a way to do it. In general, the recommended way to cause the code to behave differently under -test is [Dependency Injection](http://en.wikipedia.org/wiki/Dependency_injection). You can inject +test is [Dependency Injection](https://en.wikipedia.org/wiki/Dependency_injection). You can inject different functionality from the test and from the production code. Since your production code doesn't link in the for-test logic at all (the -[`testonly`](http://docs.bazel.build/versions/master/be/common-definitions.html#common.testonly) attribute for BUILD targets helps to ensure +[`testonly`](https://docs.bazel.build/versions/master/be/common-definitions.html#common.testonly) attribute for BUILD targets helps to ensure that), there is no danger in accidentally running it. However, if you *really*, *really*, *really* have no choice, and if you follow diff -Nru dotnet6-6.0.123/src/aspnetcore/src/submodules/googletest/docs/gmock_for_dummies.md dotnet6-6.0.124/src/aspnetcore/src/submodules/googletest/docs/gmock_for_dummies.md --- dotnet6-6.0.123/src/aspnetcore/src/submodules/googletest/docs/gmock_for_dummies.md 2023-10-01 02:20:08.000000000 +0000 +++ dotnet6-6.0.124/src/aspnetcore/src/submodules/googletest/docs/gmock_for_dummies.md 2023-10-19 07:01:28.000000000 +0000 @@ -90,14 +90,14 @@ ## A Case for Mock Turtles Let's look at an example. Suppose you are developing a graphics program that -relies on a [LOGO](http://en.wikipedia.org/wiki/Logo_programming_language)-like +relies on a [LOGO](https://en.wikipedia.org/wiki/Logo_programming_language)-like API for drawing. How would you test that it does the right thing? Well, you can run it and compare the screen with a golden screen snapshot, but let's admit it: tests like this are expensive to run and fragile (What if you just upgraded to a shiny new graphics card that has better anti-aliasing? Suddenly you have to update all your golden images.). It would be too painful if all your tests are like this. Fortunately, you learned about -[Dependency Injection](http://en.wikipedia.org/wiki/Dependency_injection) and know the right thing +[Dependency Injection](https://en.wikipedia.org/wiki/Dependency_injection) and know the right thing to do: instead of having your application talk to the system API directly, wrap the API in an interface (say, `Turtle`) and code to that interface: diff -Nru dotnet6-6.0.123/src/aspnetcore/src/submodules/googletest/docs/primer.md dotnet6-6.0.124/src/aspnetcore/src/submodules/googletest/docs/primer.md --- dotnet6-6.0.123/src/aspnetcore/src/submodules/googletest/docs/primer.md 2023-10-01 02:20:08.000000000 +0000 +++ dotnet6-6.0.124/src/aspnetcore/src/submodules/googletest/docs/primer.md 2023-10-19 07:01:28.000000000 +0000 @@ -50,7 +50,7 @@ Historically, GoogleTest started to use the term *Test Case* for grouping related tests, whereas current publications, including International Software -Testing Qualifications Board ([ISTQB](http://www.istqb.org/)) materials and +Testing Qualifications Board ([ISTQB](https://www.istqb.org/)) materials and various textbooks on software quality, use the term *[Test Suite][istqb test suite]* for this. @@ -68,13 +68,13 @@ So please be aware of the different definitions of the terms: -Meaning | GoogleTest Term | [ISTQB](http://www.istqb.org/) Term +Meaning | GoogleTest Term | [ISTQB](https://www.istqb.org/) Term :----------------------------------------------------------------------------------- | :---------------------- | :---------------------------------- Exercise a particular program path with specific input values and verify the results | [TEST()](#simple-tests) | [Test Case][istqb test case] -[istqb test case]: http://glossary.istqb.org/en/search/test%20case -[istqb test suite]: http://glossary.istqb.org/en/search/test%20suite +[istqb test case]: https://glossary.istqb.org/en/search/test%20case +[istqb test suite]: https://glossary.istqb.org/en/search/test%20suite ## Basic Concepts diff -Nru dotnet6-6.0.123/src/aspnetcore/src/submodules/googletest/docs/reference/assertions.md dotnet6-6.0.124/src/aspnetcore/src/submodules/googletest/docs/reference/assertions.md --- dotnet6-6.0.123/src/aspnetcore/src/submodules/googletest/docs/reference/assertions.md 2023-10-01 02:20:08.000000000 +0000 +++ dotnet6-6.0.124/src/aspnetcore/src/submodules/googletest/docs/reference/assertions.md 2023-10-19 07:01:28.000000000 +0000 @@ -1,7 +1,7 @@ # Assertions Reference This page lists the assertion macros provided by GoogleTest for verifying code -behavior. To use them, include the header `gtest/gtest.h`. +behavior. To use them, add `#include `. The majority of the macros listed below come as a pair with an `EXPECT_` variant and an `ASSERT_` variant. Upon failure, `EXPECT_` macros generate nonfatal diff -Nru dotnet6-6.0.123/src/aspnetcore/src/submodules/googletest/docs/reference/mocking.md dotnet6-6.0.124/src/aspnetcore/src/submodules/googletest/docs/reference/mocking.md --- dotnet6-6.0.123/src/aspnetcore/src/submodules/googletest/docs/reference/mocking.md 2023-10-01 02:20:08.000000000 +0000 +++ dotnet6-6.0.124/src/aspnetcore/src/submodules/googletest/docs/reference/mocking.md 2023-10-19 07:01:28.000000000 +0000 @@ -1,8 +1,7 @@ # Mocking Reference This page lists the facilities provided by GoogleTest for creating and working -with mock objects. To use them, include the header -`gmock/gmock.h`. +with mock objects. To use them, add `#include `. ## Macros {#macros} diff -Nru dotnet6-6.0.123/src/aspnetcore/src/submodules/googletest/docs/reference/testing.md dotnet6-6.0.124/src/aspnetcore/src/submodules/googletest/docs/reference/testing.md --- dotnet6-6.0.123/src/aspnetcore/src/submodules/googletest/docs/reference/testing.md 2023-10-01 02:20:08.000000000 +0000 +++ dotnet6-6.0.124/src/aspnetcore/src/submodules/googletest/docs/reference/testing.md 2023-10-19 07:01:28.000000000 +0000 @@ -3,7 +3,7 @@ This page lists the facilities provided by GoogleTest for writing test programs. -To use them, include the header `gtest/gtest.h`. +To use them, add `#include `. ## Macros diff -Nru dotnet6-6.0.123/src/aspnetcore/src/submodules/googletest/googlemock/include/gmock/gmock-actions.h dotnet6-6.0.124/src/aspnetcore/src/submodules/googletest/googlemock/include/gmock/gmock-actions.h --- dotnet6-6.0.123/src/aspnetcore/src/submodules/googletest/googlemock/include/gmock/gmock-actions.h 2023-10-01 02:20:08.000000000 +0000 +++ dotnet6-6.0.124/src/aspnetcore/src/submodules/googletest/googlemock/include/gmock/gmock-actions.h 2023-10-19 07:01:28.000000000 +0000 @@ -175,9 +175,15 @@ static T Get() { Assert(false, __FILE__, __LINE__, "Default action undefined for the function return type."); - return internal::Invalid(); +#if defined(__GNUC__) || defined(__clang__) + __builtin_unreachable(); +#elif defined(_MSC_VER) + __assume(0); +#else + return Invalid(); // The above statement will never be reached, but is required in // order for this function to compile. +#endif } }; diff -Nru dotnet6-6.0.123/src/aspnetcore/src/submodules/googletest/googlemock/README.md dotnet6-6.0.124/src/aspnetcore/src/submodules/googletest/googlemock/README.md --- dotnet6-6.0.123/src/aspnetcore/src/submodules/googletest/googlemock/README.md 2023-10-01 02:20:08.000000000 +0000 +++ dotnet6-6.0.124/src/aspnetcore/src/submodules/googletest/googlemock/README.md 2023-10-19 07:01:28.000000000 +0000 @@ -8,8 +8,8 @@ It is inspired by: * [jMock](http://www.jmock.org/) -* [EasyMock](http://www.easymock.org/) -* [Hamcrest](http://code.google.com/p/hamcrest/) +* [EasyMock](https://easymock.org/) +* [Hamcrest](https://code.google.com/p/hamcrest/) It is designed with C++'s specifics in mind. @@ -36,5 +36,5 @@ * [gMock Cheat Sheet](https://google.github.io/googletest/gmock_cheat_sheet.html) GoogleMock is a part of -[GoogleTest C++ testing framework](http://github.com/google/googletest/) and a +[GoogleTest C++ testing framework](https://github.com/google/googletest/) and a subject to the same requirements. diff -Nru dotnet6-6.0.123/src/aspnetcore/src/submodules/googletest/googlemock/src/gmock-matchers.cc dotnet6-6.0.124/src/aspnetcore/src/submodules/googletest/googlemock/src/gmock-matchers.cc --- dotnet6-6.0.123/src/aspnetcore/src/submodules/googletest/googlemock/src/gmock-matchers.cc 2023-10-01 02:20:08.000000000 +0000 +++ dotnet6-6.0.124/src/aspnetcore/src/submodules/googletest/googlemock/src/gmock-matchers.cc 2023-10-19 07:01:28.000000000 +0000 @@ -120,7 +120,7 @@ // [1] Cormen, et al (2001). "Section 26.2: The Ford-Fulkerson method". // "Introduction to Algorithms (Second ed.)", pp. 651-664. // [2] "Ford-Fulkerson algorithm", Wikipedia, -// 'http://en.wikipedia.org/wiki/Ford%E2%80%93Fulkerson_algorithm' +// 'https://en.wikipedia.org/wiki/Ford%E2%80%93Fulkerson_algorithm' class MaxBipartiteMatchState { public: explicit MaxBipartiteMatchState(const MatchMatrix& graph) diff -Nru dotnet6-6.0.123/src/aspnetcore/src/submodules/googletest/googlemock/test/gmock-spec-builders_test.cc dotnet6-6.0.124/src/aspnetcore/src/submodules/googletest/googlemock/test/gmock-spec-builders_test.cc --- dotnet6-6.0.123/src/aspnetcore/src/submodules/googletest/googlemock/test/gmock-spec-builders_test.cc 2023-10-01 02:20:08.000000000 +0000 +++ dotnet6-6.0.124/src/aspnetcore/src/submodules/googletest/googlemock/test/gmock-spec-builders_test.cc 2023-10-19 07:01:28.000000000 +0000 @@ -906,7 +906,7 @@ " - returning default value.")); } -TEST(FunctionMockerMessageTest, ReportsExpectCallLocationForExhausedActions) { +TEST(FunctionMockerMessageTest, ReportsExpectCallLocationForExhaustedActions) { MockB b; std::string expect_call_location = FormatFileLocation(__FILE__, __LINE__ + 1); EXPECT_CALL(b, DoB()).Times(AnyNumber()).WillOnce(Return(1)); diff -Nru dotnet6-6.0.123/src/aspnetcore/src/submodules/googletest/googletest/cmake/internal_utils.cmake dotnet6-6.0.124/src/aspnetcore/src/submodules/googletest/googletest/cmake/internal_utils.cmake --- dotnet6-6.0.123/src/aspnetcore/src/submodules/googletest/googletest/cmake/internal_utils.cmake 2023-10-01 02:20:08.000000000 +0000 +++ dotnet6-6.0.124/src/aspnetcore/src/submodules/googletest/googletest/cmake/internal_utils.cmake 2023-10-19 07:01:28.000000000 +0000 @@ -80,7 +80,7 @@ set(cxx_no_exception_flags "-EHs-c- -D_HAS_EXCEPTIONS=0") set(cxx_no_rtti_flags "-GR-") # Suppress "unreachable code" warning - # http://stackoverflow.com/questions/3232669 explains the issue. + # https://stackoverflow.com/questions/3232669 explains the issue. set(cxx_base_flags "${cxx_base_flags} -wd4702") # Ensure MSVC treats source files as UTF-8 encoded. if(CMAKE_CXX_COMPILER_ID STREQUAL "MSVC") diff -Nru dotnet6-6.0.123/src/aspnetcore/src/submodules/googletest/googletest/include/gtest/gtest.h dotnet6-6.0.124/src/aspnetcore/src/submodules/googletest/googletest/include/gtest/gtest.h --- dotnet6-6.0.123/src/aspnetcore/src/submodules/googletest/googletest/include/gtest/gtest.h 2023-10-01 02:20:08.000000000 +0000 +++ dotnet6-6.0.124/src/aspnetcore/src/submodules/googletest/googletest/include/gtest/gtest.h 2023-10-19 07:01:28.000000000 +0000 @@ -51,7 +51,6 @@ #include #include -#include #include #include #include @@ -1574,12 +1573,12 @@ } ::std::stringstream lhs_ss; - lhs_ss << std::setprecision(std::numeric_limits::digits10 + 2) - << lhs_value; + lhs_ss.precision(std::numeric_limits::digits10 + 2); + lhs_ss << lhs_value; ::std::stringstream rhs_ss; - rhs_ss << std::setprecision(std::numeric_limits::digits10 + 2) - << rhs_value; + rhs_ss.precision(std::numeric_limits::digits10 + 2); + rhs_ss << rhs_value; return EqFailure(lhs_expression, rhs_expression, StringStreamToString(&lhs_ss), StringStreamToString(&rhs_ss), diff -Nru dotnet6-6.0.123/src/aspnetcore/src/submodules/googletest/googletest/include/gtest/gtest-message.h dotnet6-6.0.124/src/aspnetcore/src/submodules/googletest/googletest/include/gtest/gtest-message.h --- dotnet6-6.0.123/src/aspnetcore/src/submodules/googletest/googletest/include/gtest/gtest-message.h 2023-10-01 02:20:08.000000000 +0000 +++ dotnet6-6.0.124/src/aspnetcore/src/submodules/googletest/googletest/include/gtest/gtest-message.h 2023-10-19 07:01:28.000000000 +0000 @@ -56,6 +56,13 @@ #include "gtest/internal/gtest-port.h" +#ifdef GTEST_HAS_ABSL +#include + +#include "absl/strings/internal/has_absl_stringify.h" +#include "absl/strings/str_cat.h" +#endif // GTEST_HAS_ABSL + GTEST_DISABLE_MSC_WARNINGS_PUSH_(4251 \ /* class A needs to have dll-interface to be used by clients of class B */) @@ -111,8 +118,17 @@ *ss_ << str; } - // Streams a non-pointer value to this object. - template + // Streams a non-pointer value to this object. If building a version of + // GoogleTest with ABSL, this overload is only enabled if the value does not + // have an AbslStringify definition. + template ::value, // NOLINT + int>::type = 0 +#endif // GTEST_HAS_ABSL + > inline Message& operator<<(const T& val) { // Some libraries overload << for STL containers. These // overloads are defined in the global namespace instead of ::std. @@ -133,6 +149,22 @@ return *this; } +#ifdef GTEST_HAS_ABSL + // Streams a non-pointer value with an AbslStringify definition to this + // object. + template ::value, // NOLINT + int>::type = 0> + inline Message& operator<<(const T& val) { + // ::operator<< is needed here for a similar reason as with the non-Abseil + // version above + using ::operator<<; + *ss_ << absl::StrCat(val); + return *this; + } +#endif // GTEST_HAS_ABSL + // Streams a pointer value to this object. // // This function is an overload of the previous one. When you diff -Nru dotnet6-6.0.123/src/aspnetcore/src/submodules/googletest/googletest/include/gtest/gtest-printers.h dotnet6-6.0.124/src/aspnetcore/src/submodules/googletest/googletest/include/gtest/gtest-printers.h --- dotnet6-6.0.123/src/aspnetcore/src/submodules/googletest/googletest/include/gtest/gtest-printers.h 2023-10-01 02:20:08.000000000 +0000 +++ dotnet6-6.0.124/src/aspnetcore/src/submodules/googletest/googletest/include/gtest/gtest-printers.h 2023-10-19 07:01:28.000000000 +0000 @@ -122,6 +122,10 @@ #include "gtest/internal/gtest-internal.h" #include "gtest/internal/gtest-port.h" +#if GTEST_INTERNAL_HAS_STD_SPAN +#include // NOLINT +#endif // GTEST_INTERNAL_HAS_STD_SPAN + namespace testing { // Definitions in the internal* namespaces are subject to change without notice. @@ -131,13 +135,32 @@ template void UniversalPrint(const T& value, ::std::ostream* os); +template +struct IsStdSpan { + static constexpr bool value = false; +}; + +#if GTEST_INTERNAL_HAS_STD_SPAN +template +struct IsStdSpan> { + static constexpr bool value = true; +}; +#endif // GTEST_INTERNAL_HAS_STD_SPAN + // Used to print an STL-style container when the user doesn't define // a PrintTo() for it. +// +// NOTE: Since std::span does not have const_iterator until C++23, it would +// fail IsContainerTest before C++23. However, IsContainerTest only uses +// the presence of const_iterator to avoid treating iterators as containers +// because of iterator::iterator. Which means std::span satisfies the *intended* +// condition of IsContainerTest. struct ContainerPrinter { template (0)) == sizeof(IsContainer)) && - !IsRecursiveContainer::value>::type> + ((sizeof(IsContainerTest(0)) == sizeof(IsContainer)) && + !IsRecursiveContainer::value) || + IsStdSpan::value>::type> static void PrintValue(const T& container, std::ostream* os) { const size_t kMaxCount = 32; // The maximum number of elements to print. *os << '{'; diff -Nru dotnet6-6.0.123/src/aspnetcore/src/submodules/googletest/googletest/include/gtest/internal/gtest-internal.h dotnet6-6.0.124/src/aspnetcore/src/submodules/googletest/googletest/include/gtest/internal/gtest-internal.h --- dotnet6-6.0.123/src/aspnetcore/src/submodules/googletest/googletest/include/gtest/internal/gtest-internal.h 2023-10-01 02:20:08.000000000 +0000 +++ dotnet6-6.0.124/src/aspnetcore/src/submodules/googletest/googletest/include/gtest/internal/gtest-internal.h 2023-10-19 07:01:28.000000000 +0000 @@ -58,7 +58,6 @@ #include #include -#include #include #include #include @@ -79,7 +78,7 @@ // // will result in the token foo__LINE__, instead of foo followed by // the current line number. For more details, see -// http://www.parashift.com/c++-faq-lite/misc-technical-issues.html#faq-39.6 +// https://www.parashift.com/c++-faq-lite/misc-technical-issues.html#faq-39.6 #define GTEST_CONCAT_TOKEN_(foo, bar) GTEST_CONCAT_TOKEN_IMPL_(foo, bar) #define GTEST_CONCAT_TOKEN_IMPL_(foo, bar) foo##bar @@ -170,7 +169,7 @@ // All edits cost the same, with replace having lower priority than // add/remove. // Simple implementation of the Wagner-Fischer algorithm. -// See http://en.wikipedia.org/wiki/Wagner-Fischer_algorithm +// See https://en.wikipedia.org/wiki/Wagner-Fischer_algorithm enum EditType { kMatch, kAdd, kRemove, kReplace }; GTEST_API_ std::vector CalculateOptimalEdits( const std::vector& left, const std::vector& right); @@ -237,7 +236,7 @@ // For double, there are 11 exponent bits and 52 fraction bits. // // More details can be found at -// http://en.wikipedia.org/wiki/IEEE_floating-point_standard. +// https://en.wikipedia.org/wiki/IEEE_floating-point_standard. // // Template parameter: // @@ -282,7 +281,7 @@ // bits. Therefore, 4 should be enough for ordinary use. // // See the following article for more details on ULP: - // http://randomascii.wordpress.com/2012/02/25/comparing-floating-point-numbers-2012-edition/ + // https://randomascii.wordpress.com/2012/02/25/comparing-floating-point-numbers-2012-edition/ static const uint32_t kMaxUlps = 4; // Constructs a FloatingPoint from a raw floating-point number. @@ -363,7 +362,7 @@ // N - 1 (the biggest number representable using // sign-and-magnitude) is represented by 2N - 1. // - // Read http://en.wikipedia.org/wiki/Signed_number_representations + // Read https://en.wikipedia.org/wiki/Signed_number_representations // for more details on signed number representations. static Bits SignAndMagnitudeToBiased(const Bits& sam) { if (kSignBitMask & sam) { diff -Nru dotnet6-6.0.123/src/aspnetcore/src/submodules/googletest/googletest/include/gtest/internal/gtest-param-util.h dotnet6-6.0.124/src/aspnetcore/src/submodules/googletest/googletest/include/gtest/internal/gtest-param-util.h --- dotnet6-6.0.123/src/aspnetcore/src/submodules/googletest/googletest/include/gtest/internal/gtest-param-util.h 2023-10-01 02:20:08.000000000 +0000 +++ dotnet6-6.0.124/src/aspnetcore/src/submodules/googletest/googletest/include/gtest/internal/gtest-param-util.h 2023-10-19 07:01:28.000000000 +0000 @@ -584,7 +584,9 @@ GTEST_CHECK_(IsValidParamName(param_name)) << "Parameterized test name '" << param_name - << "' is invalid, in " << file << " line " << line << std::endl; + << "' is invalid (contains spaces, dashes, underscores, or " + "non-alphanumeric characters), in " + << file << " line " << line << "" << std::endl; GTEST_CHECK_(test_param_names.count(param_name) == 0) << "Duplicate parameterized test name '" << param_name << "', in " diff -Nru dotnet6-6.0.123/src/aspnetcore/src/submodules/googletest/googletest/include/gtest/internal/gtest-port.h dotnet6-6.0.124/src/aspnetcore/src/submodules/googletest/googletest/include/gtest/internal/gtest-port.h --- dotnet6-6.0.123/src/aspnetcore/src/submodules/googletest/googletest/include/gtest/internal/gtest-port.h 2023-10-01 02:20:08.000000000 +0000 +++ dotnet6-6.0.124/src/aspnetcore/src/submodules/googletest/googletest/include/gtest/internal/gtest-port.h 2023-10-19 07:01:28.000000000 +0000 @@ -208,6 +208,8 @@ // or // UniversalPrinter // specializations. Always defined to 0 or 1. +// GTEST_INTERNAL_HAS_STD_SPAN - for enabling UniversalPrinter +// specializations. Always defined to 0 or 1 // GTEST_INTERNAL_HAS_STRING_VIEW - for enabling Matcher or // Matcher // specializations. Always defined to 0 or 1. @@ -220,7 +222,6 @@ // GTEST_HAS_ALT_PATH_SEP_ - Always defined to 0 or 1. // GTEST_WIDE_STRING_USES_UTF16_ - Always defined to 0 or 1. // GTEST_HAS_MUTEX_AND_THREAD_LOCAL_ - Always defined to 0 or 1. -// GTEST_HAS_DOWNCAST_ - Always defined to 0 or 1. // GTEST_HAS_NOTIFICATION_- Always defined to 0 or 1. // // Synchronization: @@ -313,10 +314,6 @@ #include "gtest/internal/custom/gtest-port.h" #include "gtest/internal/gtest-port-arch.h" -#ifndef GTEST_HAS_DOWNCAST_ -#define GTEST_HAS_DOWNCAST_ 0 -#endif - #ifndef GTEST_HAS_MUTEX_AND_THREAD_LOCAL_ #define GTEST_HAS_MUTEX_AND_THREAD_LOCAL_ 0 #endif @@ -614,7 +611,7 @@ // Determines whether clone(2) is supported. // Usually it will only be available on Linux, excluding // Linux on the Itanium architecture. -// Also see http://linux.die.net/man/2/clone. +// Also see https://linux.die.net/man/2/clone. #ifndef GTEST_HAS_CLONE // The user didn't tell us, so we need to figure it out. @@ -1153,17 +1150,12 @@ // check to enforce this. template Derived* CheckedDowncastToActualType(Base* base) { + static_assert(std::is_base_of::value, + "target type not derived from source type"); #if GTEST_HAS_RTTI - GTEST_CHECK_(typeid(*base) == typeid(Derived)); -#endif - -#if GTEST_HAS_DOWNCAST_ - return ::down_cast(base); -#elif GTEST_HAS_RTTI - return dynamic_cast(base); // NOLINT -#else - return static_cast(base); // Poor man's downcast. + GTEST_CHECK_(base == nullptr || dynamic_cast(base) != nullptr); #endif + return static_cast(base); } #if GTEST_HAS_STREAM_REDIRECTION @@ -2417,6 +2409,16 @@ #define GTEST_INTERNAL_HAS_OPTIONAL 0 #endif +#ifdef __has_include +#if __has_include() && GTEST_INTERNAL_CPLUSPLUS_LANG >= 202002L +#define GTEST_INTERNAL_HAS_STD_SPAN 1 +#endif // __has_include() && GTEST_INTERNAL_CPLUSPLUS_LANG >= 202002L +#endif // __has_include + +#ifndef GTEST_INTERNAL_HAS_STD_SPAN +#define GTEST_INTERNAL_HAS_STD_SPAN 0 +#endif + #ifdef GTEST_HAS_ABSL // Always use absl::string_view for Matcher<> specializations if googletest // is built with absl support. diff -Nru dotnet6-6.0.123/src/aspnetcore/src/submodules/googletest/googletest/README.md dotnet6-6.0.124/src/aspnetcore/src/submodules/googletest/googletest/README.md --- dotnet6-6.0.123/src/aspnetcore/src/submodules/googletest/googletest/README.md 2023-10-01 02:20:08.000000000 +0000 +++ dotnet6-6.0.124/src/aspnetcore/src/submodules/googletest/googletest/README.md 2023-10-19 07:01:28.000000000 +0000 @@ -12,7 +12,7 @@ ([CMakeLists.txt](https://github.com/google/googletest/blob/main/CMakeLists.txt)) that can be used on a wide range of platforms ("C" stands for cross-platform.). If you don't have CMake installed already, you can download it for free from -. +. CMake works by generating native makefiles or build projects that can be used in the compiler environment of your choice. You can either build GoogleTest as a @@ -25,7 +25,7 @@ with ``` -git clone https://github.com/google/googletest.git -b v1.13.0 +git clone https://github.com/google/googletest.git -b v1.14.0 cd googletest # Main directory of the cloned repository. mkdir build # Create a directory to hold the build output. cd build diff -Nru dotnet6-6.0.123/src/aspnetcore/src/submodules/googletest/googletest/src/gtest.cc dotnet6-6.0.124/src/aspnetcore/src/submodules/googletest/googletest/src/gtest.cc --- dotnet6-6.0.123/src/aspnetcore/src/submodules/googletest/googletest/src/gtest.cc 2023-10-01 02:20:08.000000000 +0000 +++ dotnet6-6.0.124/src/aspnetcore/src/submodules/googletest/googletest/src/gtest.cc 2023-10-19 07:01:28.000000000 +0000 @@ -879,7 +879,7 @@ // apparently). // // SEH exception code for C++ exceptions. - // (see http://support.microsoft.com/kb/185294 for more information). + // (see https://support.microsoft.com/kb/185294 for more information). const DWORD kCxxExceptionCode = 0xe06d7363; if (!GTEST_FLAG_GET(catch_exceptions) || seh_code == kCxxExceptionCode || @@ -3228,7 +3228,8 @@ case GTestColor::kYellow: return "3"; default: - return nullptr; + assert(false); + return "9"; } } diff -Nru dotnet6-6.0.123/src/aspnetcore/src/submodules/googletest/googletest/src/gtest-death-test.cc dotnet6-6.0.124/src/aspnetcore/src/submodules/googletest/googletest/src/gtest-death-test.cc --- dotnet6-6.0.123/src/aspnetcore/src/submodules/googletest/googletest/src/gtest-death-test.cc 2023-10-01 02:20:08.000000000 +0000 +++ dotnet6-6.0.124/src/aspnetcore/src/submodules/googletest/googletest/src/gtest-death-test.cc 2023-10-19 07:01:28.000000000 +0000 @@ -783,7 +783,7 @@ StreamableToString(static_cast(::GetCurrentProcessId())) + // size_t has the same width as pointers on both 32-bit and 64-bit // Windows platforms. - // See http://msdn.microsoft.com/en-us/library/tcxf1dw6.aspx. + // See https://msdn.microsoft.com/en-us/library/tcxf1dw6.aspx. "|" + StreamableToString(reinterpret_cast(write_handle)) + "|" + StreamableToString(reinterpret_cast(event_handle_.Get())); diff -Nru dotnet6-6.0.123/src/aspnetcore/src/submodules/googletest/googletest/src/gtest-internal-inl.h dotnet6-6.0.124/src/aspnetcore/src/submodules/googletest/googletest/src/gtest-internal-inl.h --- dotnet6-6.0.123/src/aspnetcore/src/submodules/googletest/googletest/src/gtest-internal-inl.h 2023-10-01 02:20:08.000000000 +0000 +++ dotnet6-6.0.124/src/aspnetcore/src/submodules/googletest/googletest/src/gtest-internal-inl.h 2023-10-19 07:01:28.000000000 +0000 @@ -312,7 +312,7 @@ << begin << ", " << size << "]."; // Fisher-Yates shuffle, from - // http://en.wikipedia.org/wiki/Fisher-Yates_shuffle + // https://en.wikipedia.org/wiki/Fisher-Yates_shuffle for (int range_width = end - begin; range_width >= 2; range_width--) { const int last_in_range = begin + range_width - 1; const int selected = diff -Nru dotnet6-6.0.123/src/aspnetcore/src/submodules/googletest/googletest/test/BUILD.bazel dotnet6-6.0.124/src/aspnetcore/src/submodules/googletest/googletest/test/BUILD.bazel --- dotnet6-6.0.123/src/aspnetcore/src/submodules/googletest/googletest/test/BUILD.bazel 2023-10-01 02:20:08.000000000 +0000 +++ dotnet6-6.0.124/src/aspnetcore/src/submodules/googletest/googletest/test/BUILD.bazel 2023-10-19 07:01:28.000000000 +0000 @@ -64,6 +64,7 @@ "googletest-global-environment-unittest_.cc", "googletest-break-on-failure-unittest_.cc", "googletest-listener-test.cc", + "googletest-message-test.cc", "googletest-output-test_.cc", "googletest-list-tests-unittest_.cc", "googletest-shuffle-test_.cc", diff -Nru dotnet6-6.0.123/src/aspnetcore/src/submodules/googletest/googletest/test/googletest-message-test.cc dotnet6-6.0.124/src/aspnetcore/src/submodules/googletest/googletest/test/googletest-message-test.cc --- dotnet6-6.0.123/src/aspnetcore/src/submodules/googletest/googletest/test/googletest-message-test.cc 2023-10-01 02:20:08.000000000 +0000 +++ dotnet6-6.0.124/src/aspnetcore/src/submodules/googletest/googletest/test/googletest-message-test.cc 2023-10-19 07:01:28.000000000 +0000 @@ -36,10 +36,26 @@ #include "gtest/gtest-message.h" #include "gtest/gtest.h" +#ifdef GTEST_HAS_ABSL +#include "absl/strings/str_format.h" +#endif // GTEST_HAS_ABSL + namespace { using ::testing::Message; +#ifdef GTEST_HAS_ABSL +struct AbslStringifiablePoint { + template + friend void AbslStringify(Sink& sink, const AbslStringifiablePoint& p) { + absl::Format(&sink, "(%d, %d)", p.x, p.y); + } + + int x; + int y; +}; +#endif // GTEST_HAS_ABSL + // Tests the testing::Message class // Tests the default constructor. @@ -128,6 +144,13 @@ EXPECT_EQ("123", (Message() << 123).GetString()); } +#ifdef GTEST_HAS_ABSL +// Tests streaming a type with an AbslStringify definition. +TEST(MessageTest, StreamsAbslStringify) { + EXPECT_EQ("(1, 2)", (Message() << AbslStringifiablePoint{1, 2}).GetString()); +} +#endif // GTEST_HAS_ABSL + // Tests that basic IO manipulators (endl, ends, and flush) can be // streamed to Message. TEST(MessageTest, StreamsBasicIoManip) { diff -Nru dotnet6-6.0.123/src/aspnetcore/src/submodules/googletest/googletest/test/googletest-port-test.cc dotnet6-6.0.124/src/aspnetcore/src/submodules/googletest/googletest/test/googletest-port-test.cc --- dotnet6-6.0.123/src/aspnetcore/src/submodules/googletest/googletest/test/googletest-port-test.cc 2023-10-01 02:20:08.000000000 +0000 +++ dotnet6-6.0.124/src/aspnetcore/src/submodules/googletest/googletest/test/googletest-port-test.cc 2023-10-19 07:01:28.000000000 +0000 @@ -418,8 +418,8 @@ const RE simple(TypeParam("hello")); EXPECT_STREQ("hello", simple.pattern()); - const RE normal(TypeParam(".*(\\w+)")); - EXPECT_STREQ(".*(\\w+)", normal.pattern()); + const RE normal(TypeParam(".*([[:alnum:]_]+)")); + EXPECT_STREQ(".*([[:alnum:]_]+)", normal.pattern()); } // Tests that RE's constructors reject invalid regular expressions. diff -Nru dotnet6-6.0.123/src/aspnetcore/src/submodules/googletest/googletest/test/googletest-printers-test.cc dotnet6-6.0.124/src/aspnetcore/src/submodules/googletest/googletest/test/googletest-printers-test.cc --- dotnet6-6.0.123/src/aspnetcore/src/submodules/googletest/googletest/test/googletest-printers-test.cc 2023-10-01 02:20:08.000000000 +0000 +++ dotnet6-6.0.124/src/aspnetcore/src/submodules/googletest/googletest/test/googletest-printers-test.cc 2023-10-19 07:01:28.000000000 +0000 @@ -54,11 +54,16 @@ #include "gtest/gtest-printers.h" #include "gtest/gtest.h" +#include "gtest/internal/gtest-port.h" #ifdef GTEST_HAS_ABSL #include "absl/strings/str_format.h" #endif +#if GTEST_INTERNAL_HAS_STD_SPAN +#include // NOLINT +#endif // GTEST_INTERNAL_HAS_STD_SPAN + // Some user-defined types for testing the universal value printer. // An anonymous enum type. @@ -1179,6 +1184,17 @@ EXPECT_EQ("{ 1, 2 }", Print(v)); } +TEST(PrintStlContainerTest, StdSpan) { +#if GTEST_INTERNAL_HAS_STD_SPAN + int a[] = {3, 6, 5}; + std::span s = a; + + EXPECT_EQ("{ 3, 6, 5 }", Print(s)); +#else + GTEST_SKIP() << "Does not have std::span."; +#endif // GTEST_INTERNAL_HAS_STD_SPAN +} + TEST(PrintStlContainerTest, LongSequence) { const int a[100] = {1, 2, 3}; const vector v(a, a + 100); diff -Nru dotnet6-6.0.123/src/aspnetcore/src/submodules/googletest/googletest/test/gtest_help_test.py dotnet6-6.0.124/src/aspnetcore/src/submodules/googletest/googletest/test/gtest_help_test.py --- dotnet6-6.0.123/src/aspnetcore/src/submodules/googletest/googletest/test/gtest_help_test.py 2023-10-01 02:20:08.000000000 +0000 +++ dotnet6-6.0.124/src/aspnetcore/src/submodules/googletest/googletest/test/gtest_help_test.py 2023-10-19 07:01:28.000000000 +0000 @@ -43,11 +43,22 @@ from googletest.test import gtest_test_utils +FREEBSD = ('FreeBSD', 'GNU/kFreeBSD') +NETBSD = ('NetBSD',) +OPENBSD = ('OpenBSD',) + + +def is_bsd_based_os() -> bool: + """Determine whether or not the OS is BSD-based.""" + if os.name != 'posix': + return False + + return os.uname()[0] in (FREEBSD + NETBSD + OPENBSD) + + IS_DARWIN = os.name == 'posix' and os.uname()[0] == 'Darwin' IS_LINUX = os.name == 'posix' and os.uname()[0] == 'Linux' IS_GNUHURD = os.name == 'posix' and os.uname()[0] == 'GNU' -IS_GNUKFREEBSD = os.name == 'posix' and os.uname()[0] == 'GNU/kFreeBSD' -IS_OPENBSD = os.name == 'posix' and os.uname()[0] == 'OpenBSD' IS_WINDOWS = os.name == 'nt' PROGRAM_PATH = gtest_test_utils.GetTestExecutablePath('gtest_help_test_') @@ -96,7 +107,7 @@ ) -def RunWithFlag(flag): +def run_with_flag(flag): """Runs gtest_help_test_ with the given flag. Returns: @@ -116,17 +127,14 @@ class GTestHelpTest(gtest_test_utils.TestCase): """Tests the --help flag and its equivalent forms.""" - def TestHelpFlag(self, flag): + def test_prints_help_with_full_flag(self): """Verifies correct behavior when help flag is specified. The right message must be printed and the tests must skipped when the given flag is specified. - - Args: - flag: A flag to pass to the binary or None. """ - exit_code, output = RunWithFlag(flag) + exit_code, output = run_with_flag('--help') if HAS_ABSL_FLAGS: # The Abseil flags library prints the ProgramUsageMessage() with # --help and returns 1. @@ -136,7 +144,7 @@ self.assertTrue(HELP_REGEX.search(output), output) - if IS_DARWIN or IS_LINUX or IS_GNUHURD or IS_GNUKFREEBSD or IS_OPENBSD: + if IS_DARWIN or IS_LINUX or IS_GNUHURD or is_bsd_based_os(): self.assertIn(STREAM_RESULT_TO_FLAG, output) else: self.assertNotIn(STREAM_RESULT_TO_FLAG, output) @@ -146,53 +154,27 @@ else: self.assertNotIn(DEATH_TEST_STYLE_FLAG, output) - def TestUnknownFlagWithAbseil(self, flag): - """Verifies correct behavior when an unknown flag is specified. - - The right message must be printed and the tests must - skipped when the given flag is specified. - - Args: - flag: A flag to pass to the binary or None. - """ - exit_code, output = RunWithFlag(flag) - self.assertEqual(1, exit_code) - self.assertIn('ERROR: Unknown command line flag', output) - - def TestNonHelpFlag(self, flag): + def test_runs_tests_without_help_flag(self): """Verifies correct behavior when no help flag is specified. Verifies that when no help flag is specified, the tests are run and the help message is not printed. - - Args: - flag: A flag to pass to the binary or None. """ - exit_code, output = RunWithFlag(flag) + exit_code, output = run_with_flag(None) self.assertNotEqual(exit_code, 0) self.assertFalse(HELP_REGEX.search(output), output) - def testPrintsHelpWithFullFlag(self): - self.TestHelpFlag('--help') - - def testRunsTestsWithoutHelpFlag(self): - """Verifies correct behavior when no help flag is specified. - - Verifies that when no help flag is specified, the tests are run - and the help message is not printed. - """ - - self.TestNonHelpFlag(None) - - def testRunsTestsWithGtestInternalFlag(self): + def test_runs_tests_with_gtest_internal_flag(self): """Verifies correct behavior when internal testing flag is specified. Verifies that the tests are run and no help message is printed when a flag starting with Google Test prefix and 'internal_' is supplied. """ - self.TestNonHelpFlag(INTERNAL_FLAG_FOR_TESTING) + exit_code, output = run_with_flag(INTERNAL_FLAG_FOR_TESTING) + self.assertNotEqual(exit_code, 0) + self.assertFalse(HELP_REGEX.search(output), output) if __name__ == '__main__': diff -Nru dotnet6-6.0.123/src/aspnetcore/src/submodules/googletest/googletest/test/gtest_unittest.cc dotnet6-6.0.124/src/aspnetcore/src/submodules/googletest/googletest/test/gtest_unittest.cc --- dotnet6-6.0.123/src/aspnetcore/src/submodules/googletest/googletest/test/gtest_unittest.cc 2023-10-01 02:20:08.000000000 +0000 +++ dotnet6-6.0.124/src/aspnetcore/src/submodules/googletest/googletest/test/gtest_unittest.cc 2023-10-19 07:01:28.000000000 +0000 @@ -4113,7 +4113,7 @@ EXPECT_THROW(throw 1, int); EXPECT_NONFATAL_FAILURE(EXPECT_THROW(n++, int), ""); - EXPECT_NONFATAL_FAILURE(EXPECT_THROW(throw 1, const char*), ""); + EXPECT_NONFATAL_FAILURE(EXPECT_THROW(throw n, const char*), ""); EXPECT_NO_THROW(n++); EXPECT_NONFATAL_FAILURE(EXPECT_NO_THROW(throw 1), ""); EXPECT_ANY_THROW(throw 1); diff -Nru dotnet6-6.0.123/src/aspnetcore/src/submodules/googletest/googletest_deps.bzl dotnet6-6.0.124/src/aspnetcore/src/submodules/googletest/googletest_deps.bzl --- dotnet6-6.0.123/src/aspnetcore/src/submodules/googletest/googletest_deps.bzl 2023-10-01 02:20:08.000000000 +0000 +++ dotnet6-6.0.124/src/aspnetcore/src/submodules/googletest/googletest_deps.bzl 2023-10-19 07:01:28.000000000 +0000 @@ -7,16 +7,16 @@ if not native.existing_rule("com_googlesource_code_re2"): http_archive( - name = "com_googlesource_code_re2", # 2023-06-01 - sha256 = "1726508efc93a50854c92e3f7ac66eb28f0e57652e413f11d7c1e28f97d997ba", - strip_prefix = "re2-03da4fc0857c285e3a26782f6bc8931c4c950df4", - urls = ["https://github.com/google/re2/archive/03da4fc0857c285e3a26782f6bc8931c4c950df4.zip"], + name = "com_googlesource_code_re2", # 2023-03-17T11:36:51Z + sha256 = "cb8b5312a65f2598954545a76e8bce913f35fbb3a21a5c88797a4448e9f9b9d9", + strip_prefix = "re2-578843a516fd1da7084ae46209a75f3613b6065e", + urls = ["https://github.com/google/re2/archive/578843a516fd1da7084ae46209a75f3613b6065e.zip"], ) if not native.existing_rule("com_google_absl"): http_archive( - name = "com_google_absl", # 2023-04-06T14:42:25Z - sha256 = "a50452f02402262f9a61a8eedda60f76dda6b9538d36b34b55bce9f74a4d5ef8", - strip_prefix = "abseil-cpp-e73b9139ee9b853a4bd7812531442c138da09084", - urls = ["https://github.com/abseil/abseil-cpp/archive/e73b9139ee9b853a4bd7812531442c138da09084.zip"], + name = "com_google_absl", # 2023-08-01T14:59:13Z + sha256 = "d2c09bf3b3aba57ad87a56082020bee2948445407756e92ddaf3595396086853", + strip_prefix = "abseil-cpp-22091f4c0d6626b3ef40446ce3d4ccab19425ca3", + urls = ["https://github.com/abseil/abseil-cpp/archive/22091f4c0d6626b3ef40446ce3d4ccab19425ca3.zip"], ) diff -Nru dotnet6-6.0.123/src/aspnetcore/src/submodules/googletest/README.md dotnet6-6.0.124/src/aspnetcore/src/submodules/googletest/README.md --- dotnet6-6.0.123/src/aspnetcore/src/submodules/googletest/README.md 2023-10-01 02:20:08.000000000 +0000 +++ dotnet6-6.0.124/src/aspnetcore/src/submodules/googletest/README.md 2023-10-19 07:01:28.000000000 +0000 @@ -9,7 +9,7 @@ We recommend [updating to the latest commit in the `main` branch as often as possible](https://github.com/abseil/abseil-cpp/blob/master/FAQ.md#what-is-live-at-head-and-how-do-i-do-it). We do publish occasional semantic versions, tagged with -`v${major}.${minor}.${patch}` (e.g. `v1.13.0`). +`v${major}.${minor}.${patch}` (e.g. `v1.14.0`). #### Documentation Updates @@ -17,12 +17,12 @@ https://google.github.io/googletest/. We recommend browsing the documentation on GitHub Pages rather than directly in the repository. -#### Release 1.13.0 +#### Release 1.14.0 -[Release 1.13.0](https://github.com/google/googletest/releases/tag/v1.13.0) is +[Release 1.14.0](https://github.com/google/googletest/releases/tag/v1.14.0) is now available. -The 1.13.x branch requires at least C++14. +The 1.14.x branch requires at least C++14. #### Continuous Integration @@ -100,12 +100,12 @@ In addition to many internal projects at Google, GoogleTest is also used by the following notable projects: -* The [Chromium projects](http://www.chromium.org/) (behind the Chrome browser - and Chrome OS). -* The [LLVM](http://llvm.org/) compiler. +* The [Chromium projects](https://www.chromium.org/) (behind the Chrome + browser and Chrome OS). +* The [LLVM](https://llvm.org/) compiler. * [Protocol Buffers](https://github.com/google/protobuf), Google's data interchange format. -* The [OpenCV](http://opencv.org/) computer vision library. +* The [OpenCV](https://opencv.org/) computer vision library. ## Related Open Source Projects diff -Nru dotnet6-6.0.123/src/aspnetcore/src/submodules/googletest/WORKSPACE dotnet6-6.0.124/src/aspnetcore/src/submodules/googletest/WORKSPACE --- dotnet6-6.0.123/src/aspnetcore/src/submodules/googletest/WORKSPACE 2023-10-01 02:20:08.000000000 +0000 +++ dotnet6-6.0.124/src/aspnetcore/src/submodules/googletest/WORKSPACE 2023-10-19 07:01:28.000000000 +0000 @@ -6,22 +6,22 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( - name = "rules_python", # 2023-01-10T22:00:51Z - sha256 = "5de54486a60ad8948dabe49605bb1c08053e04001a431ab3e96745b4d97a4419", - strip_prefix = "rules_python-70cce26432187a60b4e950118791385e6fb3c26f", - urls = ["https://github.com/bazelbuild/rules_python/archive/70cce26432187a60b4e950118791385e6fb3c26f.zip"], + name = "rules_python", # 2023-07-31T20:39:27Z + sha256 = "1250b59a33c591a1c4ba68c62e95fc88a84c334ec35a2e23f46cbc1b9a5a8b55", + strip_prefix = "rules_python-e355becc30275939d87116a4ec83dad4bb50d9e1", + urls = ["https://github.com/bazelbuild/rules_python/archive/e355becc30275939d87116a4ec83dad4bb50d9e1.zip"], ) http_archive( - name = "bazel_skylib", # 2022-11-16T18:29:32Z - sha256 = "a22290c26d29d3ecca286466f7f295ac6cbe32c0a9da3a91176a90e0725e3649", - strip_prefix = "bazel-skylib-5bfcb1a684550626ce138fe0fe8f5f702b3764c3", - urls = ["https://github.com/bazelbuild/bazel-skylib/archive/5bfcb1a684550626ce138fe0fe8f5f702b3764c3.zip"], + name = "bazel_skylib", # 2023-05-31T19:24:07Z + sha256 = "08c0386f45821ce246bbbf77503c973246ed6ee5c3463e41efc197fa9bc3a7f4", + strip_prefix = "bazel-skylib-288731ef9f7f688932bd50e704a91a45ec185f9b", + urls = ["https://github.com/bazelbuild/bazel-skylib/archive/288731ef9f7f688932bd50e704a91a45ec185f9b.zip"], ) http_archive( - name = "platforms", # 2022-11-09T19:18:22Z - sha256 = "b4a3b45dc4202e2b3e34e3bc49d2b5b37295fc23ea58d88fb9e01f3642ad9b55", - strip_prefix = "platforms-3fbc687756043fb58a407c2ea8c944bc2fe1d922", - urls = ["https://github.com/bazelbuild/platforms/archive/3fbc687756043fb58a407c2ea8c944bc2fe1d922.zip"], + name = "platforms", # 2023-07-28T19:44:27Z + sha256 = "40eb313613ff00a5c03eed20aba58890046f4d38dec7344f00bb9a8867853526", + strip_prefix = "platforms-4ad40ef271da8176d4fc0194d2089b8a76e19d7b", + urls = ["https://github.com/bazelbuild/platforms/archive/4ad40ef271da8176d4fc0194d2089b8a76e19d7b.zip"], ) Binary files /tmp/tmp6hpx4h2b/K5O8nQyaff/dotnet6-6.0.123/src/clicommandlineparser/.git/index and /tmp/tmp6hpx4h2b/8W59gIPWYR/dotnet6-6.0.124/src/clicommandlineparser/.git/index differ diff -Nru dotnet6-6.0.123/src/clicommandlineparser/.git/logs/HEAD dotnet6-6.0.124/src/clicommandlineparser/.git/logs/HEAD --- dotnet6-6.0.123/src/clicommandlineparser/.git/logs/HEAD 2023-10-01 02:21:08.000000000 +0000 +++ dotnet6-6.0.124/src/clicommandlineparser/.git/logs/HEAD 2023-10-19 07:02:29.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 3198bf5660cad3dab85f5475bf1fda9688146e3f cloudtest_azpcontainer 1696126868 +0000 reset: moving to FETCH_HEAD +0000000000000000000000000000000000000000 3198bf5660cad3dab85f5475bf1fda9688146e3f cloudtest_azpcontainer 1697698949 +0000 reset: moving to FETCH_HEAD diff -Nru dotnet6-6.0.123/src/clicommandlineparser/.git/logs/refs/heads/master dotnet6-6.0.124/src/clicommandlineparser/.git/logs/refs/heads/master --- dotnet6-6.0.123/src/clicommandlineparser/.git/logs/refs/heads/master 2023-10-01 02:21:08.000000000 +0000 +++ dotnet6-6.0.124/src/clicommandlineparser/.git/logs/refs/heads/master 2023-10-19 07:02:29.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 3198bf5660cad3dab85f5475bf1fda9688146e3f cloudtest_azpcontainer 1696126868 +0000 reset: moving to FETCH_HEAD +0000000000000000000000000000000000000000 3198bf5660cad3dab85f5475bf1fda9688146e3f cloudtest_azpcontainer 1697698949 +0000 reset: moving to FETCH_HEAD Binary files /tmp/tmp6hpx4h2b/K5O8nQyaff/dotnet6-6.0.123/src/command-line-api/.git/index and /tmp/tmp6hpx4h2b/8W59gIPWYR/dotnet6-6.0.124/src/command-line-api/.git/index differ diff -Nru dotnet6-6.0.123/src/command-line-api/.git/logs/HEAD dotnet6-6.0.124/src/command-line-api/.git/logs/HEAD --- dotnet6-6.0.123/src/command-line-api/.git/logs/HEAD 2023-10-01 02:20:17.000000000 +0000 +++ dotnet6-6.0.124/src/command-line-api/.git/logs/HEAD 2023-10-19 07:01:36.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 82273cb56c83b589e8e5b63da0ac9745ffc6e105 cloudtest_azpcontainer 1696126817 +0000 reset: moving to FETCH_HEAD +0000000000000000000000000000000000000000 82273cb56c83b589e8e5b63da0ac9745ffc6e105 cloudtest_azpcontainer 1697698896 +0000 reset: moving to FETCH_HEAD diff -Nru dotnet6-6.0.123/src/command-line-api/.git/logs/refs/heads/master dotnet6-6.0.124/src/command-line-api/.git/logs/refs/heads/master --- dotnet6-6.0.123/src/command-line-api/.git/logs/refs/heads/master 2023-10-01 02:20:17.000000000 +0000 +++ dotnet6-6.0.124/src/command-line-api/.git/logs/refs/heads/master 2023-10-19 07:01:36.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 82273cb56c83b589e8e5b63da0ac9745ffc6e105 cloudtest_azpcontainer 1696126817 +0000 reset: moving to FETCH_HEAD +0000000000000000000000000000000000000000 82273cb56c83b589e8e5b63da0ac9745ffc6e105 cloudtest_azpcontainer 1697698896 +0000 reset: moving to FETCH_HEAD Binary files /tmp/tmp6hpx4h2b/K5O8nQyaff/dotnet6-6.0.123/src/deployment-tools/.git/index and /tmp/tmp6hpx4h2b/8W59gIPWYR/dotnet6-6.0.124/src/deployment-tools/.git/index differ diff -Nru dotnet6-6.0.123/src/deployment-tools/.git/logs/HEAD dotnet6-6.0.124/src/deployment-tools/.git/logs/HEAD --- dotnet6-6.0.123/src/deployment-tools/.git/logs/HEAD 2023-10-01 02:21:09.000000000 +0000 +++ dotnet6-6.0.124/src/deployment-tools/.git/logs/HEAD 2023-10-19 07:02:30.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 7431bf2f3c204cbbc326c8d55ce4ac5cad7661d6 cloudtest_azpcontainer 1696126869 +0000 reset: moving to FETCH_HEAD +0000000000000000000000000000000000000000 7431bf2f3c204cbbc326c8d55ce4ac5cad7661d6 cloudtest_azpcontainer 1697698950 +0000 reset: moving to FETCH_HEAD diff -Nru dotnet6-6.0.123/src/deployment-tools/.git/logs/refs/heads/master dotnet6-6.0.124/src/deployment-tools/.git/logs/refs/heads/master --- dotnet6-6.0.123/src/deployment-tools/.git/logs/refs/heads/master 2023-10-01 02:21:09.000000000 +0000 +++ dotnet6-6.0.124/src/deployment-tools/.git/logs/refs/heads/master 2023-10-19 07:02:30.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 7431bf2f3c204cbbc326c8d55ce4ac5cad7661d6 cloudtest_azpcontainer 1696126869 +0000 reset: moving to FETCH_HEAD +0000000000000000000000000000000000000000 7431bf2f3c204cbbc326c8d55ce4ac5cad7661d6 cloudtest_azpcontainer 1697698950 +0000 reset: moving to FETCH_HEAD Binary files /tmp/tmp6hpx4h2b/K5O8nQyaff/dotnet6-6.0.123/src/diagnostics/.git/index and /tmp/tmp6hpx4h2b/8W59gIPWYR/dotnet6-6.0.124/src/diagnostics/.git/index differ diff -Nru dotnet6-6.0.123/src/diagnostics/.git/logs/HEAD dotnet6-6.0.124/src/diagnostics/.git/logs/HEAD --- dotnet6-6.0.123/src/diagnostics/.git/logs/HEAD 2023-10-01 02:21:10.000000000 +0000 +++ dotnet6-6.0.124/src/diagnostics/.git/logs/HEAD 2023-10-19 07:02:31.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 ab3eb7a525e31dc6fb4d9cc0b7154fa2be58dac1 cloudtest_azpcontainer 1696126870 +0000 reset: moving to FETCH_HEAD +0000000000000000000000000000000000000000 ab3eb7a525e31dc6fb4d9cc0b7154fa2be58dac1 cloudtest_azpcontainer 1697698951 +0000 reset: moving to FETCH_HEAD diff -Nru dotnet6-6.0.123/src/diagnostics/.git/logs/refs/heads/master dotnet6-6.0.124/src/diagnostics/.git/logs/refs/heads/master --- dotnet6-6.0.123/src/diagnostics/.git/logs/refs/heads/master 2023-10-01 02:21:10.000000000 +0000 +++ dotnet6-6.0.124/src/diagnostics/.git/logs/refs/heads/master 2023-10-19 07:02:31.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 ab3eb7a525e31dc6fb4d9cc0b7154fa2be58dac1 cloudtest_azpcontainer 1696126870 +0000 reset: moving to FETCH_HEAD +0000000000000000000000000000000000000000 ab3eb7a525e31dc6fb4d9cc0b7154fa2be58dac1 cloudtest_azpcontainer 1697698951 +0000 reset: moving to FETCH_HEAD Binary files /tmp/tmp6hpx4h2b/K5O8nQyaff/dotnet6-6.0.123/src/format/.git/index and /tmp/tmp6hpx4h2b/8W59gIPWYR/dotnet6-6.0.124/src/format/.git/index differ diff -Nru dotnet6-6.0.123/src/format/.git/logs/HEAD dotnet6-6.0.124/src/format/.git/logs/HEAD --- dotnet6-6.0.123/src/format/.git/logs/HEAD 2023-10-01 02:20:14.000000000 +0000 +++ dotnet6-6.0.124/src/format/.git/logs/HEAD 2023-10-19 07:01:33.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 68bc36719088c86b0ff01334039b0611741b8276 cloudtest_azpcontainer 1696126814 +0000 reset: moving to FETCH_HEAD +0000000000000000000000000000000000000000 68bc36719088c86b0ff01334039b0611741b8276 cloudtest_azpcontainer 1697698893 +0000 reset: moving to FETCH_HEAD diff -Nru dotnet6-6.0.123/src/format/.git/logs/refs/heads/master dotnet6-6.0.124/src/format/.git/logs/refs/heads/master --- dotnet6-6.0.123/src/format/.git/logs/refs/heads/master 2023-10-01 02:20:14.000000000 +0000 +++ dotnet6-6.0.124/src/format/.git/logs/refs/heads/master 2023-10-19 07:01:33.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 68bc36719088c86b0ff01334039b0611741b8276 cloudtest_azpcontainer 1696126814 +0000 reset: moving to FETCH_HEAD +0000000000000000000000000000000000000000 68bc36719088c86b0ff01334039b0611741b8276 cloudtest_azpcontainer 1697698893 +0000 reset: moving to FETCH_HEAD Binary files /tmp/tmp6hpx4h2b/K5O8nQyaff/dotnet6-6.0.123/src/fsharp/.git/index and /tmp/tmp6hpx4h2b/8W59gIPWYR/dotnet6-6.0.124/src/fsharp/.git/index differ diff -Nru dotnet6-6.0.123/src/fsharp/.git/logs/HEAD dotnet6-6.0.124/src/fsharp/.git/logs/HEAD --- dotnet6-6.0.123/src/fsharp/.git/logs/HEAD 2023-10-01 02:20:21.000000000 +0000 +++ dotnet6-6.0.124/src/fsharp/.git/logs/HEAD 2023-10-19 07:01:41.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 6d626ff0752a77d339f609b4d361787dc9ca93a5 cloudtest_azpcontainer 1696126821 +0000 reset: moving to FETCH_HEAD +0000000000000000000000000000000000000000 6d626ff0752a77d339f609b4d361787dc9ca93a5 cloudtest_azpcontainer 1697698901 +0000 reset: moving to FETCH_HEAD diff -Nru dotnet6-6.0.123/src/fsharp/.git/logs/refs/heads/master dotnet6-6.0.124/src/fsharp/.git/logs/refs/heads/master --- dotnet6-6.0.123/src/fsharp/.git/logs/refs/heads/master 2023-10-01 02:20:21.000000000 +0000 +++ dotnet6-6.0.124/src/fsharp/.git/logs/refs/heads/master 2023-10-19 07:01:41.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 6d626ff0752a77d339f609b4d361787dc9ca93a5 cloudtest_azpcontainer 1696126821 +0000 reset: moving to FETCH_HEAD +0000000000000000000000000000000000000000 6d626ff0752a77d339f609b4d361787dc9ca93a5 cloudtest_azpcontainer 1697698901 +0000 reset: moving to FETCH_HEAD diff -Nru dotnet6-6.0.123/src/installer/eng/Version.Details.xml dotnet6-6.0.124/src/installer/eng/Version.Details.xml --- dotnet6-6.0.123/src/installer/eng/Version.Details.xml 2023-10-01 02:19:38.000000000 +0000 +++ dotnet6-6.0.124/src/installer/eng/Version.Details.xml 2023-10-19 07:01:04.000000000 +0000 @@ -1,46 +1,46 @@ - + https://dev.azure.com/dnceng/internal/_git/dotnet-windowsdesktop - 5bb01c1a3fcf97da46862c28d5cca36b0e5142f6 + a1bdaa46bd66444ffd69783bc55144c8805eb44d - + https://dev.azure.com/dnceng/internal/_git/dotnet-windowsdesktop - 5bb01c1a3fcf97da46862c28d5cca36b0e5142f6 + a1bdaa46bd66444ffd69783bc55144c8805eb44d - + https://dev.azure.com/dnceng/internal/_git/dotnet-windowsdesktop - 5bb01c1a3fcf97da46862c28d5cca36b0e5142f6 + a1bdaa46bd66444ffd69783bc55144c8805eb44d - + https://dev.azure.com/dnceng/internal/_git/dotnet-windowsdesktop - 5bb01c1a3fcf97da46862c28d5cca36b0e5142f6 + a1bdaa46bd66444ffd69783bc55144c8805eb44d - + https://dev.azure.com/dnceng/internal/_git/dotnet-runtime - e0f0de876a67755a2c6cd2dc730c13f5959bdea8 + e7b8488daf32c7a607632ec4be605ba3ccf171a7 - + https://dev.azure.com/dnceng/internal/_git/dotnet-runtime - e0f0de876a67755a2c6cd2dc730c13f5959bdea8 + e7b8488daf32c7a607632ec4be605ba3ccf171a7 - + https://dev.azure.com/dnceng/internal/_git/dotnet-runtime - e0f0de876a67755a2c6cd2dc730c13f5959bdea8 + e7b8488daf32c7a607632ec4be605ba3ccf171a7 - + https://dev.azure.com/dnceng/internal/_git/dotnet-runtime - e0f0de876a67755a2c6cd2dc730c13f5959bdea8 + e7b8488daf32c7a607632ec4be605ba3ccf171a7 - + https://dev.azure.com/dnceng/internal/_git/dotnet-runtime - e0f0de876a67755a2c6cd2dc730c13f5959bdea8 + e7b8488daf32c7a607632ec4be605ba3ccf171a7 - + https://dev.azure.com/dnceng/internal/_git/dotnet-runtime - e0f0de876a67755a2c6cd2dc730c13f5959bdea8 + e7b8488daf32c7a607632ec4be605ba3ccf171a7 @@ -52,30 +52,30 @@ https://dev.azure.com/dnceng/internal/_git/dotnet-runtime a08d9ce2caf02455c0b825bcdc32974bdf769a80 - + https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore - bc25dd5d39fd057f7cb28acb5ad4d9e925a375de + 2aa401550574f93402eba13ff9a4827ef01a2f3a - + https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore - bc25dd5d39fd057f7cb28acb5ad4d9e925a375de + 2aa401550574f93402eba13ff9a4827ef01a2f3a - + https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore - bc25dd5d39fd057f7cb28acb5ad4d9e925a375de + 2aa401550574f93402eba13ff9a4827ef01a2f3a - + https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore - bc25dd5d39fd057f7cb28acb5ad4d9e925a375de + 2aa401550574f93402eba13ff9a4827ef01a2f3a - + https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore - bc25dd5d39fd057f7cb28acb5ad4d9e925a375de + 2aa401550574f93402eba13ff9a4827ef01a2f3a - + https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore - bc25dd5d39fd057f7cb28acb5ad4d9e925a375de + 2aa401550574f93402eba13ff9a4827ef01a2f3a https://github.com/dotnet/test-templates @@ -90,36 +90,36 @@ c40ef7e056b48e011c43a21354d6790ba6b8b4fc - + https://dev.azure.com/dnceng/internal/_git/dotnet-templating - d0deccaa5039ef510feef0dbb63a63dcc88112f5 + 08bff7403c5feec2b688ca346a31e8b1c49a9a32 - + https://dev.azure.com/dnceng/internal/_git/dotnet-templating - d0deccaa5039ef510feef0dbb63a63dcc88112f5 + 08bff7403c5feec2b688ca346a31e8b1c49a9a32 - + https://dev.azure.com/dnceng/internal/_git/dotnet-templating - d0deccaa5039ef510feef0dbb63a63dcc88112f5 + 08bff7403c5feec2b688ca346a31e8b1c49a9a32 - + https://dev.azure.com/dnceng/internal/_git/dotnet-sdk - 6fe8d6cc286d81d61d48c08b31e57d5a3eba1b22 + b698f36e22f2b97f46f5e2a5bd7f149c63d76e40 - + https://dev.azure.com/dnceng/internal/_git/dotnet-sdk - 6fe8d6cc286d81d61d48c08b31e57d5a3eba1b22 + b698f36e22f2b97f46f5e2a5bd7f149c63d76e40 - + https://dev.azure.com/dnceng/internal/_git/dotnet-winforms - a8ba4b39b59ca421254550010de48b33d7c7b57d + 1c98eacb09e5a990069d41add99855ad8e4f9522 - + https://dev.azure.com/dnceng/internal/_git/dotnet-wpf - 2b6f0273734c631e1ecc8c503836d4fab840065b + 5015eba758e1fe6c5f177a5551b3ada7e08b9930 https://github.com/dotnet/fsharp @@ -166,9 +166,9 @@ 698fdad58fa64a55f16cd9562c90224cc498ed02 - + https://github.com/dotnet/emsdk - 3c754f28788fae642dc307a948479204e9f7dd5a + 03542c6e867eb490f30d8cff4be5c4e265e14663 https://github.com/dotnet/source-build diff -Nru dotnet6-6.0.123/src/installer/eng/Versions.props dotnet6-6.0.124/src/installer/eng/Versions.props --- dotnet6-6.0.123/src/installer/eng/Versions.props 2023-10-01 02:19:38.000000000 +0000 +++ dotnet6-6.0.124/src/installer/eng/Versions.props 2023-10-19 07:01:04.000000000 +0000 @@ -8,7 +8,7 @@ 6 0 1 - 23 + 24 $(VersionMajor).$(VersionMinor).$(VersionSDKMinor)$(VersionFeature) servicing $(VersionMajor).$(VersionMinor) @@ -23,15 +23,15 @@ - 6.0.23-servicing.23480.3 + 6.0.24-servicing.23518.9 - 6.0.23-servicing.23480.2 + 6.0.24-servicing.23518.14 - 6.0.123 + 6.0.124 @@ -44,20 +44,20 @@ - 6.0.23 - 6.0.23 - 6.0.23-servicing.23480.7 - 6.0.23-servicing.23480.7 - 6.0.23-servicing.23480.7 - 6.0.23-servicing.23480.7 + 6.0.24 + 6.0.24 + 6.0.24-servicing.23518.12 + 6.0.24-servicing.23518.12 + 6.0.24-servicing.23518.12 + 6.0.24-servicing.23518.12 0.2.0 - 6.0.123-servicing.23480.40 - 6.0.123-servicing.23480.40 + 6.0.124-servicing.23518.85 + 6.0.124-servicing.23518.85 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) @@ -68,20 +68,20 @@ - 6.0.23-servicing.23480.2 - 6.0.23-servicing.23480.2 - 6.0.23 - 6.0.23 - 6.0.23 - 6.0.23 + 6.0.24-servicing.23518.14 + 6.0.24-servicing.23518.14 + 6.0.24 + 6.0.24 + 6.0.24 + 6.0.24 2.1.0 - 6.0.23-servicing.23480.2 - 6.0.23-servicing.23480.2 - 6.0.23 - 6.0.23 + 6.0.24-servicing.23518.15 + 6.0.24-servicing.23518.15 + 6.0.24 + 6.0.24 @@ -115,7 +115,7 @@ $(MicrosoftDotNetWpfProjectTemplatesPackageVersion) $(NUnit3DotNetNewTemplatePackageVersion) $(MicrosoftDotNetCommonItemTemplatesPackageVersion) - 6.0.123 + 6.0.124 $(MicrosoftAspNetCoreAppRuntimePackageVersion) $(MicrosoftWinFormsProjectTemplates50PackageVersion) @@ -174,7 +174,7 @@ or minor release, prebuilts may be needed. When the release is mature, prebuilts are not necessary, and this property is removed from the file. --> - 6.0.121 + 6.0.122 @@ -185,7 +185,7 @@ 12.0.101-preview.9.31 15.0.101-preview.9.31 $(MicrosoftNETCoreAppRefPackageVersion) - 6.0.22 + 6.0.24 $(MicrosoftNETWorkloadEmscriptenManifest60100Version) diff -Nru dotnet6-6.0.123/src/installer/.git/HEAD dotnet6-6.0.124/src/installer/.git/HEAD --- dotnet6-6.0.123/src/installer/.git/HEAD 2023-10-01 02:19:38.000000000 +0000 +++ dotnet6-6.0.124/src/installer/.git/HEAD 2023-10-19 07:01:04.000000000 +0000 @@ -1 +1 @@ -a33389fcc17c512c4ce21b1cf88863aa55e7307a +c1725aecd852dbca99b12a2e45076d0d3eeac19c Binary files /tmp/tmp6hpx4h2b/K5O8nQyaff/dotnet6-6.0.123/src/installer/.git/index and /tmp/tmp6hpx4h2b/8W59gIPWYR/dotnet6-6.0.124/src/installer/.git/index differ diff -Nru dotnet6-6.0.123/src/installer/.git/logs/HEAD dotnet6-6.0.124/src/installer/.git/logs/HEAD --- dotnet6-6.0.123/src/installer/.git/logs/HEAD 2023-10-01 02:19:38.000000000 +0000 +++ dotnet6-6.0.124/src/installer/.git/logs/HEAD 2023-10-19 07:01:04.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 a33389fcc17c512c4ce21b1cf88863aa55e7307a cloudtest_azpcontainer 1696126778 +0000 clone: from /__w/1/s/./.git +0000000000000000000000000000000000000000 c1725aecd852dbca99b12a2e45076d0d3eeac19c cloudtest_azpcontainer 1697698864 +0000 clone: from /__w/1/s/./.git diff -Nru dotnet6-6.0.123/src/installer/.git/ORIG_HEAD dotnet6-6.0.124/src/installer/.git/ORIG_HEAD --- dotnet6-6.0.123/src/installer/.git/ORIG_HEAD 2023-10-01 02:19:38.000000000 +0000 +++ dotnet6-6.0.124/src/installer/.git/ORIG_HEAD 2023-10-19 07:01:05.000000000 +0000 @@ -1 +1 @@ -a33389fcc17c512c4ce21b1cf88863aa55e7307a +c1725aecd852dbca99b12a2e45076d0d3eeac19c diff -Nru dotnet6-6.0.123/src/installer/.git/packed-refs dotnet6-6.0.124/src/installer/.git/packed-refs --- dotnet6-6.0.123/src/installer/.git/packed-refs 2023-10-01 02:19:38.000000000 +0000 +++ dotnet6-6.0.124/src/installer/.git/packed-refs 2023-10-19 07:01:04.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 dotnet6-6.0.123/src/installer/NuGet.config dotnet6-6.0.124/src/installer/NuGet.config --- dotnet6-6.0.123/src/installer/NuGet.config 2023-10-01 02:19:38.000000000 +0000 +++ dotnet6-6.0.124/src/installer/NuGet.config 2023-10-19 07:01:04.000000000 +0000 @@ -7,20 +7,21 @@ - + + - + - + - + @@ -41,17 +42,20 @@ - + + + + - + - + - + diff -Nru dotnet6-6.0.123/src/installer/src/redist/targets/Crossgen.targets dotnet6-6.0.124/src/installer/src/redist/targets/Crossgen.targets --- dotnet6-6.0.123/src/installer/src/redist/targets/Crossgen.targets 2023-10-01 02:19:38.000000000 +0000 +++ dotnet6-6.0.124/src/installer/src/redist/targets/Crossgen.targets 2023-10-19 07:01:04.000000000 +0000 @@ -6,7 +6,7 @@ microsoft.netcore.app.runtime.$(SharedFrameworkRid) - microsoft.netcore.app.crossgen2.$(HostOSName)-$(BuildArchitecture) + microsoft.netcore.app.crossgen2.$(Crossgen2Rid) $(NuGetPackageRoot)/$(RuntimeNETCrossgenPackageName)/$(MicrosoftNETCoreAppRuntimePackageVersion)/tools/crossgen2$(ExeExtension) diff -Nru dotnet6-6.0.123/src/installer/src/redist/targets/GenerateLayout.targets dotnet6-6.0.124/src/installer/src/redist/targets/GenerateLayout.targets --- dotnet6-6.0.123/src/installer/src/redist/targets/GenerateLayout.targets 2023-10-01 02:19:38.000000000 +0000 +++ dotnet6-6.0.124/src/installer/src/redist/targets/GenerateLayout.targets 2023-10-19 07:01:04.000000000 +0000 @@ -84,6 +84,9 @@ dotnet-runtime$(PgoTerm)-$(VSRedistCommonNetCoreSharedFrameworkx6460PackageVersion)-$(SharedFrameworkRid)$(ArchiveExtension) windowsdesktop-runtime-$(MicrosoftWindowsDesktopAppRuntimePackageVersion)-$(SharedFrameworkRid)$(ArchiveExtension) + $(HostOSName)-$(BuildArchitecture) + $(SharedFrameworkRid) + $(SharedFrameworkRid) linux-x64 $(AspNetCoreInstallerRid) diff -Nru dotnet6-6.0.123/src/installer/src/SourceBuild/tarball/content/Directory.Build.props dotnet6-6.0.124/src/installer/src/SourceBuild/tarball/content/Directory.Build.props --- dotnet6-6.0.123/src/installer/src/SourceBuild/tarball/content/Directory.Build.props 2023-10-01 02:19:38.000000000 +0000 +++ dotnet6-6.0.124/src/installer/src/SourceBuild/tarball/content/Directory.Build.props 2023-10-19 07:01:04.000000000 +0000 @@ -181,6 +181,7 @@ freebsd-$(Platform) osx-$(Platform) linux-$(Platform) + linux-musl-$(Platform) win-$(Platform) $(PortableRid) @@ -230,12 +231,8 @@ - - - - diff -Nru dotnet6-6.0.123/src/installer/src/SourceBuild/tarball/content/global.json dotnet6-6.0.124/src/installer/src/SourceBuild/tarball/content/global.json --- dotnet6-6.0.123/src/installer/src/SourceBuild/tarball/content/global.json 2023-10-01 02:19:38.000000000 +0000 +++ dotnet6-6.0.124/src/installer/src/SourceBuild/tarball/content/global.json 2023-10-19 07:01:04.000000000 +0000 @@ -1,6 +1,6 @@ { "tools": { - "dotnet": "6.0.121" + "dotnet": "6.0.122" }, "msbuild-sdks": { "Microsoft.Build.CentralPackageVersions": "2.0.1", diff -Nru dotnet6-6.0.123/src/installer/src/SourceBuild/tarball/content/repos/aspnetcore.proj dotnet6-6.0.124/src/installer/src/SourceBuild/tarball/content/repos/aspnetcore.proj --- dotnet6-6.0.123/src/installer/src/SourceBuild/tarball/content/repos/aspnetcore.proj 2023-10-01 02:19:38.000000000 +0000 +++ dotnet6-6.0.124/src/installer/src/SourceBuild/tarball/content/repos/aspnetcore.proj 2023-10-19 07:01:04.000000000 +0000 @@ -7,6 +7,7 @@ $(BuildCommandArgs) --arch $(Platform) $(BuildCommandArgs) --no-build-repo-tasks + $(BuildCommandArgs) --os-name linux-musl $(BuildCommandArgs) /p:BuildNodeJs=false $(BuildCommandArgs) /p:PublishCompressedFilesPathPrefix=$(SourceBuiltAspNetCoreRuntime) $(BuildCommandArgs) /p:CoreSetupRid=freebsd-x64 /p:PortableBuild=true $(BuildCommandArgs) /p:CoreSetupRid=osx-x64 diff -Nru dotnet6-6.0.123/src/installer/src/SourceBuild/tarball/content/tools-local/init-build.proj dotnet6-6.0.124/src/installer/src/SourceBuild/tarball/content/tools-local/init-build.proj --- dotnet6-6.0.123/src/installer/src/SourceBuild/tarball/content/tools-local/init-build.proj 2023-10-01 02:19:38.000000000 +0000 +++ dotnet6-6.0.124/src/installer/src/SourceBuild/tarball/content/tools-local/init-build.proj 2023-10-19 07:01:04.000000000 +0000 @@ -9,6 +9,7 @@ + @@ -22,6 +23,7 @@ + + + + + + Binary files /tmp/tmp6hpx4h2b/K5O8nQyaff/dotnet6-6.0.123/src/linker/.git/index and /tmp/tmp6hpx4h2b/8W59gIPWYR/dotnet6-6.0.124/src/linker/.git/index differ diff -Nru dotnet6-6.0.123/src/linker/.git/logs/HEAD dotnet6-6.0.124/src/linker/.git/logs/HEAD --- dotnet6-6.0.123/src/linker/.git/logs/HEAD 2023-10-01 02:20:24.000000000 +0000 +++ dotnet6-6.0.124/src/linker/.git/logs/HEAD 2023-10-19 07:01:43.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 d0662ed8db919642177ddfd06a1c33895a69015f cloudtest_azpcontainer 1696126824 +0000 reset: moving to FETCH_HEAD +0000000000000000000000000000000000000000 d0662ed8db919642177ddfd06a1c33895a69015f cloudtest_azpcontainer 1697698903 +0000 reset: moving to FETCH_HEAD diff -Nru dotnet6-6.0.123/src/linker/.git/logs/refs/heads/master dotnet6-6.0.124/src/linker/.git/logs/refs/heads/master --- dotnet6-6.0.123/src/linker/.git/logs/refs/heads/master 2023-10-01 02:20:24.000000000 +0000 +++ dotnet6-6.0.124/src/linker/.git/logs/refs/heads/master 2023-10-19 07:01:43.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 d0662ed8db919642177ddfd06a1c33895a69015f cloudtest_azpcontainer 1696126824 +0000 reset: moving to FETCH_HEAD +0000000000000000000000000000000000000000 d0662ed8db919642177ddfd06a1c33895a69015f cloudtest_azpcontainer 1697698903 +0000 reset: moving to FETCH_HEAD Binary files /tmp/tmp6hpx4h2b/K5O8nQyaff/dotnet6-6.0.123/src/linker/.git/modules/cecil/index and /tmp/tmp6hpx4h2b/8W59gIPWYR/dotnet6-6.0.124/src/linker/.git/modules/cecil/index differ diff -Nru dotnet6-6.0.123/src/linker/.git/modules/cecil/logs/HEAD dotnet6-6.0.124/src/linker/.git/modules/cecil/logs/HEAD --- dotnet6-6.0.123/src/linker/.git/modules/cecil/logs/HEAD 2023-10-01 02:20:26.000000000 +0000 +++ dotnet6-6.0.124/src/linker/.git/modules/cecil/logs/HEAD 2023-10-19 07:01:46.000000000 +0000 @@ -1,2 +1,2 @@ -0000000000000000000000000000000000000000 13d6536e2dc92404da76d61d248badc040eb0de0 cloudtest_azpcontainer 1696126825 +0000 clone: from https://github.com/mono/cecil.git -13d6536e2dc92404da76d61d248badc040eb0de0 3bef7fc7b7910f826790ebfeccb381b76a650571 cloudtest_azpcontainer 1696126826 +0000 checkout: moving from main to 3bef7fc7b7910f826790ebfeccb381b76a650571 +0000000000000000000000000000000000000000 78ecb3ba9c8ca5ca1d055a4c9fbe2ce9fe24ad69 cloudtest_azpcontainer 1697698905 +0000 clone: from https://github.com/mono/cecil.git +78ecb3ba9c8ca5ca1d055a4c9fbe2ce9fe24ad69 3bef7fc7b7910f826790ebfeccb381b76a650571 cloudtest_azpcontainer 1697698906 +0000 checkout: moving from main to 3bef7fc7b7910f826790ebfeccb381b76a650571 diff -Nru dotnet6-6.0.123/src/linker/.git/modules/cecil/logs/refs/heads/main dotnet6-6.0.124/src/linker/.git/modules/cecil/logs/refs/heads/main --- dotnet6-6.0.123/src/linker/.git/modules/cecil/logs/refs/heads/main 2023-10-01 02:20:25.000000000 +0000 +++ dotnet6-6.0.124/src/linker/.git/modules/cecil/logs/refs/heads/main 2023-10-19 07:01:45.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 13d6536e2dc92404da76d61d248badc040eb0de0 cloudtest_azpcontainer 1696126825 +0000 clone: from https://github.com/mono/cecil.git +0000000000000000000000000000000000000000 78ecb3ba9c8ca5ca1d055a4c9fbe2ce9fe24ad69 cloudtest_azpcontainer 1697698905 +0000 clone: from https://github.com/mono/cecil.git diff -Nru dotnet6-6.0.123/src/linker/.git/modules/cecil/logs/refs/remotes/origin/HEAD dotnet6-6.0.124/src/linker/.git/modules/cecil/logs/refs/remotes/origin/HEAD --- dotnet6-6.0.123/src/linker/.git/modules/cecil/logs/refs/remotes/origin/HEAD 2023-10-01 02:20:25.000000000 +0000 +++ dotnet6-6.0.124/src/linker/.git/modules/cecil/logs/refs/remotes/origin/HEAD 2023-10-19 07:01:45.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 13d6536e2dc92404da76d61d248badc040eb0de0 cloudtest_azpcontainer 1696126825 +0000 clone: from https://github.com/mono/cecil.git +0000000000000000000000000000000000000000 78ecb3ba9c8ca5ca1d055a4c9fbe2ce9fe24ad69 cloudtest_azpcontainer 1697698905 +0000 clone: from https://github.com/mono/cecil.git diff -Nru dotnet6-6.0.123/src/linker/.git/modules/cecil/packed-refs dotnet6-6.0.124/src/linker/.git/modules/cecil/packed-refs --- dotnet6-6.0.123/src/linker/.git/modules/cecil/packed-refs 2023-10-01 02:20:25.000000000 +0000 +++ dotnet6-6.0.124/src/linker/.git/modules/cecil/packed-refs 2023-10-19 07:01:45.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 dotnet6-6.0.123/src/linker/.git/modules/cecil/refs/heads/main dotnet6-6.0.124/src/linker/.git/modules/cecil/refs/heads/main --- dotnet6-6.0.123/src/linker/.git/modules/cecil/refs/heads/main 2023-10-01 02:20:25.000000000 +0000 +++ dotnet6-6.0.124/src/linker/.git/modules/cecil/refs/heads/main 2023-10-19 07:01:45.000000000 +0000 @@ -1 +1 @@ -13d6536e2dc92404da76d61d248badc040eb0de0 +78ecb3ba9c8ca5ca1d055a4c9fbe2ce9fe24ad69 diff -Nru dotnet6-6.0.123/src/linker/.git/modules/cecil/shallow dotnet6-6.0.124/src/linker/.git/modules/cecil/shallow --- dotnet6-6.0.123/src/linker/.git/modules/cecil/shallow 2023-10-01 02:20:26.000000000 +0000 +++ dotnet6-6.0.124/src/linker/.git/modules/cecil/shallow 2023-10-19 07:01:46.000000000 +0000 @@ -1,2 +1,2 @@ -13d6536e2dc92404da76d61d248badc040eb0de0 3bef7fc7b7910f826790ebfeccb381b76a650571 +78ecb3ba9c8ca5ca1d055a4c9fbe2ce9fe24ad69 Binary files /tmp/tmp6hpx4h2b/K5O8nQyaff/dotnet6-6.0.123/src/msbuild/.git/index and /tmp/tmp6hpx4h2b/8W59gIPWYR/dotnet6-6.0.124/src/msbuild/.git/index differ diff -Nru dotnet6-6.0.123/src/msbuild/.git/logs/HEAD dotnet6-6.0.124/src/msbuild/.git/logs/HEAD --- dotnet6-6.0.123/src/msbuild/.git/logs/HEAD 2023-10-01 02:20:44.000000000 +0000 +++ dotnet6-6.0.124/src/msbuild/.git/logs/HEAD 2023-10-19 07:02:02.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 b177f8fa703370c80b2e56469208c2bb099efba0 cloudtest_azpcontainer 1696126844 +0000 reset: moving to FETCH_HEAD +0000000000000000000000000000000000000000 b177f8fa703370c80b2e56469208c2bb099efba0 cloudtest_azpcontainer 1697698922 +0000 reset: moving to FETCH_HEAD diff -Nru dotnet6-6.0.123/src/msbuild/.git/logs/refs/heads/master dotnet6-6.0.124/src/msbuild/.git/logs/refs/heads/master --- dotnet6-6.0.123/src/msbuild/.git/logs/refs/heads/master 2023-10-01 02:20:44.000000000 +0000 +++ dotnet6-6.0.124/src/msbuild/.git/logs/refs/heads/master 2023-10-19 07:02:02.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 b177f8fa703370c80b2e56469208c2bb099efba0 cloudtest_azpcontainer 1696126844 +0000 reset: moving to FETCH_HEAD +0000000000000000000000000000000000000000 b177f8fa703370c80b2e56469208c2bb099efba0 cloudtest_azpcontainer 1697698922 +0000 reset: moving to FETCH_HEAD Binary files /tmp/tmp6hpx4h2b/K5O8nQyaff/dotnet6-6.0.123/src/nuget-client/.git/index and /tmp/tmp6hpx4h2b/8W59gIPWYR/dotnet6-6.0.124/src/nuget-client/.git/index differ diff -Nru dotnet6-6.0.123/src/nuget-client/.git/logs/HEAD dotnet6-6.0.124/src/nuget-client/.git/logs/HEAD --- dotnet6-6.0.123/src/nuget-client/.git/logs/HEAD 2023-10-01 02:20:46.000000000 +0000 +++ dotnet6-6.0.124/src/nuget-client/.git/logs/HEAD 2023-10-19 07:02:06.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 7fe6b814c901490292f02d8ea12749505fbb959a cloudtest_azpcontainer 1696126846 +0000 reset: moving to FETCH_HEAD +0000000000000000000000000000000000000000 7fe6b814c901490292f02d8ea12749505fbb959a cloudtest_azpcontainer 1697698926 +0000 reset: moving to FETCH_HEAD diff -Nru dotnet6-6.0.123/src/nuget-client/.git/logs/refs/heads/master dotnet6-6.0.124/src/nuget-client/.git/logs/refs/heads/master --- dotnet6-6.0.123/src/nuget-client/.git/logs/refs/heads/master 2023-10-01 02:20:46.000000000 +0000 +++ dotnet6-6.0.124/src/nuget-client/.git/logs/refs/heads/master 2023-10-19 07:02:06.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 7fe6b814c901490292f02d8ea12749505fbb959a cloudtest_azpcontainer 1696126846 +0000 reset: moving to FETCH_HEAD +0000000000000000000000000000000000000000 7fe6b814c901490292f02d8ea12749505fbb959a cloudtest_azpcontainer 1697698926 +0000 reset: moving to FETCH_HEAD Binary files /tmp/tmp6hpx4h2b/K5O8nQyaff/dotnet6-6.0.123/src/nuget-client/.git/modules/submodules/Common/index and /tmp/tmp6hpx4h2b/8W59gIPWYR/dotnet6-6.0.124/src/nuget-client/.git/modules/submodules/Common/index differ diff -Nru dotnet6-6.0.123/src/nuget-client/.git/modules/submodules/Common/logs/HEAD dotnet6-6.0.124/src/nuget-client/.git/modules/submodules/Common/logs/HEAD --- dotnet6-6.0.123/src/nuget-client/.git/modules/submodules/Common/logs/HEAD 2023-10-01 02:20:51.000000000 +0000 +++ dotnet6-6.0.124/src/nuget-client/.git/modules/submodules/Common/logs/HEAD 2023-10-19 07:02:11.000000000 +0000 @@ -1,2 +1,2 @@ -0000000000000000000000000000000000000000 71a221002f15ba8fcbfea55bf6adb2e63861e56d cloudtest_azpcontainer 1696126847 +0000 clone: from https://github.com/aspnet/Common.git -71a221002f15ba8fcbfea55bf6adb2e63861e56d e6fac8061686c18531e2621ccef97dd5e0687a65 cloudtest_azpcontainer 1696126851 +0000 checkout: moving from main to e6fac8061686c18531e2621ccef97dd5e0687a65 +0000000000000000000000000000000000000000 042cc42b83037bc5abd690fe85df870b35b229eb cloudtest_azpcontainer 1697698927 +0000 clone: from https://github.com/aspnet/Common.git +042cc42b83037bc5abd690fe85df870b35b229eb e6fac8061686c18531e2621ccef97dd5e0687a65 cloudtest_azpcontainer 1697698931 +0000 checkout: moving from main to e6fac8061686c18531e2621ccef97dd5e0687a65 diff -Nru dotnet6-6.0.123/src/nuget-client/.git/modules/submodules/Common/logs/refs/heads/main dotnet6-6.0.124/src/nuget-client/.git/modules/submodules/Common/logs/refs/heads/main --- dotnet6-6.0.123/src/nuget-client/.git/modules/submodules/Common/logs/refs/heads/main 2023-10-01 02:20:47.000000000 +0000 +++ dotnet6-6.0.124/src/nuget-client/.git/modules/submodules/Common/logs/refs/heads/main 2023-10-19 07:02:07.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 71a221002f15ba8fcbfea55bf6adb2e63861e56d cloudtest_azpcontainer 1696126847 +0000 clone: from https://github.com/aspnet/Common.git +0000000000000000000000000000000000000000 042cc42b83037bc5abd690fe85df870b35b229eb cloudtest_azpcontainer 1697698927 +0000 clone: from https://github.com/aspnet/Common.git diff -Nru dotnet6-6.0.123/src/nuget-client/.git/modules/submodules/Common/logs/refs/remotes/origin/HEAD dotnet6-6.0.124/src/nuget-client/.git/modules/submodules/Common/logs/refs/remotes/origin/HEAD --- dotnet6-6.0.123/src/nuget-client/.git/modules/submodules/Common/logs/refs/remotes/origin/HEAD 2023-10-01 02:20:47.000000000 +0000 +++ dotnet6-6.0.124/src/nuget-client/.git/modules/submodules/Common/logs/refs/remotes/origin/HEAD 2023-10-19 07:02:07.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 71a221002f15ba8fcbfea55bf6adb2e63861e56d cloudtest_azpcontainer 1696126847 +0000 clone: from https://github.com/aspnet/Common.git +0000000000000000000000000000000000000000 042cc42b83037bc5abd690fe85df870b35b229eb cloudtest_azpcontainer 1697698927 +0000 clone: from https://github.com/aspnet/Common.git diff -Nru dotnet6-6.0.123/src/nuget-client/.git/modules/submodules/Common/packed-refs dotnet6-6.0.124/src/nuget-client/.git/modules/submodules/Common/packed-refs --- dotnet6-6.0.123/src/nuget-client/.git/modules/submodules/Common/packed-refs 2023-10-01 02:20:47.000000000 +0000 +++ dotnet6-6.0.124/src/nuget-client/.git/modules/submodules/Common/packed-refs 2023-10-19 07:02:07.000000000 +0000 @@ -1,2 +1,2 @@ # pack-refs with: peeled fully-peeled sorted -71a221002f15ba8fcbfea55bf6adb2e63861e56d refs/remotes/origin/main +042cc42b83037bc5abd690fe85df870b35b229eb refs/remotes/origin/main diff -Nru dotnet6-6.0.123/src/nuget-client/.git/modules/submodules/Common/refs/heads/main dotnet6-6.0.124/src/nuget-client/.git/modules/submodules/Common/refs/heads/main --- dotnet6-6.0.123/src/nuget-client/.git/modules/submodules/Common/refs/heads/main 2023-10-01 02:20:47.000000000 +0000 +++ dotnet6-6.0.124/src/nuget-client/.git/modules/submodules/Common/refs/heads/main 2023-10-19 07:02:07.000000000 +0000 @@ -1 +1 @@ -71a221002f15ba8fcbfea55bf6adb2e63861e56d +042cc42b83037bc5abd690fe85df870b35b229eb diff -Nru dotnet6-6.0.123/src/nuget-client/.git/modules/submodules/Common/shallow dotnet6-6.0.124/src/nuget-client/.git/modules/submodules/Common/shallow --- dotnet6-6.0.123/src/nuget-client/.git/modules/submodules/Common/shallow 2023-10-01 02:20:51.000000000 +0000 +++ dotnet6-6.0.124/src/nuget-client/.git/modules/submodules/Common/shallow 2023-10-19 07:02:11.000000000 +0000 @@ -1,2 +1,2 @@ -71a221002f15ba8fcbfea55bf6adb2e63861e56d +042cc42b83037bc5abd690fe85df870b35b229eb e6fac8061686c18531e2621ccef97dd5e0687a65 Binary files /tmp/tmp6hpx4h2b/K5O8nQyaff/dotnet6-6.0.123/src/nuget-client/.git/modules/submodules/FileSystem/index and /tmp/tmp6hpx4h2b/8W59gIPWYR/dotnet6-6.0.124/src/nuget-client/.git/modules/submodules/FileSystem/index differ diff -Nru dotnet6-6.0.123/src/nuget-client/.git/modules/submodules/FileSystem/logs/HEAD dotnet6-6.0.124/src/nuget-client/.git/modules/submodules/FileSystem/logs/HEAD --- dotnet6-6.0.123/src/nuget-client/.git/modules/submodules/FileSystem/logs/HEAD 2023-10-01 02:20:52.000000000 +0000 +++ dotnet6-6.0.124/src/nuget-client/.git/modules/submodules/FileSystem/logs/HEAD 2023-10-19 07:02:12.000000000 +0000 @@ -1,2 +1,2 @@ -0000000000000000000000000000000000000000 ab5c96bd032d8b144e041c38b9cf082068e9b1df cloudtest_azpcontainer 1696126848 +0000 clone: from https://github.com/NuGet/FileSystem.git -ab5c96bd032d8b144e041c38b9cf082068e9b1df f1f3f0820a573b96b2faaf5b7e6be9a036e4c7aa cloudtest_azpcontainer 1696126852 +0000 checkout: moving from dev to f1f3f0820a573b96b2faaf5b7e6be9a036e4c7aa +0000000000000000000000000000000000000000 ab5c96bd032d8b144e041c38b9cf082068e9b1df cloudtest_azpcontainer 1697698927 +0000 clone: from https://github.com/NuGet/FileSystem.git +ab5c96bd032d8b144e041c38b9cf082068e9b1df f1f3f0820a573b96b2faaf5b7e6be9a036e4c7aa cloudtest_azpcontainer 1697698932 +0000 checkout: moving from dev to f1f3f0820a573b96b2faaf5b7e6be9a036e4c7aa diff -Nru dotnet6-6.0.123/src/nuget-client/.git/modules/submodules/FileSystem/logs/refs/heads/dev dotnet6-6.0.124/src/nuget-client/.git/modules/submodules/FileSystem/logs/refs/heads/dev --- dotnet6-6.0.123/src/nuget-client/.git/modules/submodules/FileSystem/logs/refs/heads/dev 2023-10-01 02:20:48.000000000 +0000 +++ dotnet6-6.0.124/src/nuget-client/.git/modules/submodules/FileSystem/logs/refs/heads/dev 2023-10-19 07:02:07.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 ab5c96bd032d8b144e041c38b9cf082068e9b1df cloudtest_azpcontainer 1696126848 +0000 clone: from https://github.com/NuGet/FileSystem.git +0000000000000000000000000000000000000000 ab5c96bd032d8b144e041c38b9cf082068e9b1df cloudtest_azpcontainer 1697698927 +0000 clone: from https://github.com/NuGet/FileSystem.git diff -Nru dotnet6-6.0.123/src/nuget-client/.git/modules/submodules/FileSystem/logs/refs/remotes/origin/HEAD dotnet6-6.0.124/src/nuget-client/.git/modules/submodules/FileSystem/logs/refs/remotes/origin/HEAD --- dotnet6-6.0.123/src/nuget-client/.git/modules/submodules/FileSystem/logs/refs/remotes/origin/HEAD 2023-10-01 02:20:48.000000000 +0000 +++ dotnet6-6.0.124/src/nuget-client/.git/modules/submodules/FileSystem/logs/refs/remotes/origin/HEAD 2023-10-19 07:02:07.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 ab5c96bd032d8b144e041c38b9cf082068e9b1df cloudtest_azpcontainer 1696126848 +0000 clone: from https://github.com/NuGet/FileSystem.git +0000000000000000000000000000000000000000 ab5c96bd032d8b144e041c38b9cf082068e9b1df cloudtest_azpcontainer 1697698927 +0000 clone: from https://github.com/NuGet/FileSystem.git diff -Nru dotnet6-6.0.123/src/nuget-client/.git/modules/submodules/NuGet.Build.Localization/logs/HEAD dotnet6-6.0.124/src/nuget-client/.git/modules/submodules/NuGet.Build.Localization/logs/HEAD --- dotnet6-6.0.123/src/nuget-client/.git/modules/submodules/NuGet.Build.Localization/logs/HEAD 2023-10-01 02:20:53.000000000 +0000 +++ dotnet6-6.0.124/src/nuget-client/.git/modules/submodules/NuGet.Build.Localization/logs/HEAD 2023-10-19 07:02:13.000000000 +0000 @@ -1,2 +1,2 @@ -0000000000000000000000000000000000000000 1d864839d645fc0f02494554d224ef7fa813b7bb cloudtest_azpcontainer 1696126850 +0000 clone: from https://github.com/NuGet/NuGet.Build.Localization.git -1d864839d645fc0f02494554d224ef7fa813b7bb f15db7b7c6f5affbea268632ef8333d2687c8031 cloudtest_azpcontainer 1696126853 +0000 checkout: moving from dev to f15db7b7c6f5affbea268632ef8333d2687c8031 +0000000000000000000000000000000000000000 eb9c53a915abef5b438d40ec68ad5f05f901d9cd cloudtest_azpcontainer 1697698929 +0000 clone: from https://github.com/NuGet/NuGet.Build.Localization.git +eb9c53a915abef5b438d40ec68ad5f05f901d9cd f15db7b7c6f5affbea268632ef8333d2687c8031 cloudtest_azpcontainer 1697698933 +0000 checkout: moving from dev to f15db7b7c6f5affbea268632ef8333d2687c8031 diff -Nru dotnet6-6.0.123/src/nuget-client/.git/modules/submodules/NuGet.Build.Localization/logs/refs/heads/dev dotnet6-6.0.124/src/nuget-client/.git/modules/submodules/NuGet.Build.Localization/logs/refs/heads/dev --- dotnet6-6.0.123/src/nuget-client/.git/modules/submodules/NuGet.Build.Localization/logs/refs/heads/dev 2023-10-01 02:20:50.000000000 +0000 +++ dotnet6-6.0.124/src/nuget-client/.git/modules/submodules/NuGet.Build.Localization/logs/refs/heads/dev 2023-10-19 07:02:09.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 1d864839d645fc0f02494554d224ef7fa813b7bb cloudtest_azpcontainer 1696126850 +0000 clone: from https://github.com/NuGet/NuGet.Build.Localization.git +0000000000000000000000000000000000000000 eb9c53a915abef5b438d40ec68ad5f05f901d9cd cloudtest_azpcontainer 1697698929 +0000 clone: from https://github.com/NuGet/NuGet.Build.Localization.git diff -Nru dotnet6-6.0.123/src/nuget-client/.git/modules/submodules/NuGet.Build.Localization/logs/refs/remotes/origin/HEAD dotnet6-6.0.124/src/nuget-client/.git/modules/submodules/NuGet.Build.Localization/logs/refs/remotes/origin/HEAD --- dotnet6-6.0.123/src/nuget-client/.git/modules/submodules/NuGet.Build.Localization/logs/refs/remotes/origin/HEAD 2023-10-01 02:20:50.000000000 +0000 +++ dotnet6-6.0.124/src/nuget-client/.git/modules/submodules/NuGet.Build.Localization/logs/refs/remotes/origin/HEAD 2023-10-19 07:02:09.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 1d864839d645fc0f02494554d224ef7fa813b7bb cloudtest_azpcontainer 1696126850 +0000 clone: from https://github.com/NuGet/NuGet.Build.Localization.git +0000000000000000000000000000000000000000 eb9c53a915abef5b438d40ec68ad5f05f901d9cd cloudtest_azpcontainer 1697698929 +0000 clone: from https://github.com/NuGet/NuGet.Build.Localization.git diff -Nru dotnet6-6.0.123/src/nuget-client/.git/modules/submodules/NuGet.Build.Localization/packed-refs dotnet6-6.0.124/src/nuget-client/.git/modules/submodules/NuGet.Build.Localization/packed-refs --- dotnet6-6.0.123/src/nuget-client/.git/modules/submodules/NuGet.Build.Localization/packed-refs 2023-10-01 02:20:50.000000000 +0000 +++ dotnet6-6.0.124/src/nuget-client/.git/modules/submodules/NuGet.Build.Localization/packed-refs 2023-10-19 07:02:09.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 dotnet6-6.0.123/src/nuget-client/.git/modules/submodules/NuGet.Build.Localization/refs/heads/dev dotnet6-6.0.124/src/nuget-client/.git/modules/submodules/NuGet.Build.Localization/refs/heads/dev --- dotnet6-6.0.123/src/nuget-client/.git/modules/submodules/NuGet.Build.Localization/refs/heads/dev 2023-10-01 02:20:50.000000000 +0000 +++ dotnet6-6.0.124/src/nuget-client/.git/modules/submodules/NuGet.Build.Localization/refs/heads/dev 2023-10-19 07:02:09.000000000 +0000 @@ -1 +1 @@ -1d864839d645fc0f02494554d224ef7fa813b7bb +eb9c53a915abef5b438d40ec68ad5f05f901d9cd diff -Nru dotnet6-6.0.123/src/nuget-client/.git/modules/submodules/NuGet.Build.Localization/shallow dotnet6-6.0.124/src/nuget-client/.git/modules/submodules/NuGet.Build.Localization/shallow --- dotnet6-6.0.123/src/nuget-client/.git/modules/submodules/NuGet.Build.Localization/shallow 2023-10-01 02:20:53.000000000 +0000 +++ dotnet6-6.0.124/src/nuget-client/.git/modules/submodules/NuGet.Build.Localization/shallow 2023-10-19 07:02:13.000000000 +0000 @@ -1,2 +1,2 @@ -1d864839d645fc0f02494554d224ef7fa813b7bb +eb9c53a915abef5b438d40ec68ad5f05f901d9cd f15db7b7c6f5affbea268632ef8333d2687c8031 Binary files /tmp/tmp6hpx4h2b/K5O8nQyaff/dotnet6-6.0.123/src/roslyn/.git/index and /tmp/tmp6hpx4h2b/8W59gIPWYR/dotnet6-6.0.124/src/roslyn/.git/index differ diff -Nru dotnet6-6.0.123/src/roslyn/.git/logs/HEAD dotnet6-6.0.124/src/roslyn/.git/logs/HEAD --- dotnet6-6.0.123/src/roslyn/.git/logs/HEAD 2023-10-01 02:20:42.000000000 +0000 +++ dotnet6-6.0.124/src/roslyn/.git/logs/HEAD 2023-10-19 07:02:01.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 487283bcd8d66693091f2800dcf1c8ae37cccdee cloudtest_azpcontainer 1696126842 +0000 reset: moving to FETCH_HEAD +0000000000000000000000000000000000000000 487283bcd8d66693091f2800dcf1c8ae37cccdee cloudtest_azpcontainer 1697698921 +0000 reset: moving to FETCH_HEAD diff -Nru dotnet6-6.0.123/src/roslyn/.git/logs/refs/heads/master dotnet6-6.0.124/src/roslyn/.git/logs/refs/heads/master --- dotnet6-6.0.123/src/roslyn/.git/logs/refs/heads/master 2023-10-01 02:20:42.000000000 +0000 +++ dotnet6-6.0.124/src/roslyn/.git/logs/refs/heads/master 2023-10-19 07:02:01.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 487283bcd8d66693091f2800dcf1c8ae37cccdee cloudtest_azpcontainer 1696126842 +0000 reset: moving to FETCH_HEAD +0000000000000000000000000000000000000000 487283bcd8d66693091f2800dcf1c8ae37cccdee cloudtest_azpcontainer 1697698921 +0000 reset: moving to FETCH_HEAD Binary files /tmp/tmp6hpx4h2b/K5O8nQyaff/dotnet6-6.0.123/src/roslyn-analyzers/.git/index and /tmp/tmp6hpx4h2b/8W59gIPWYR/dotnet6-6.0.124/src/roslyn-analyzers/.git/index differ diff -Nru dotnet6-6.0.123/src/roslyn-analyzers/.git/logs/HEAD dotnet6-6.0.124/src/roslyn-analyzers/.git/logs/HEAD --- dotnet6-6.0.123/src/roslyn-analyzers/.git/logs/HEAD 2023-10-01 02:20:16.000000000 +0000 +++ dotnet6-6.0.124/src/roslyn-analyzers/.git/logs/HEAD 2023-10-19 07:01:35.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 c750b5a665adb75b528a93d844f238bd1360a91a cloudtest_azpcontainer 1696126816 +0000 reset: moving to FETCH_HEAD +0000000000000000000000000000000000000000 c750b5a665adb75b528a93d844f238bd1360a91a cloudtest_azpcontainer 1697698895 +0000 reset: moving to FETCH_HEAD diff -Nru dotnet6-6.0.123/src/roslyn-analyzers/.git/logs/refs/heads/master dotnet6-6.0.124/src/roslyn-analyzers/.git/logs/refs/heads/master --- dotnet6-6.0.123/src/roslyn-analyzers/.git/logs/refs/heads/master 2023-10-01 02:20:16.000000000 +0000 +++ dotnet6-6.0.124/src/roslyn-analyzers/.git/logs/refs/heads/master 2023-10-19 07:01:35.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 c750b5a665adb75b528a93d844f238bd1360a91a cloudtest_azpcontainer 1696126816 +0000 reset: moving to FETCH_HEAD +0000000000000000000000000000000000000000 c750b5a665adb75b528a93d844f238bd1360a91a cloudtest_azpcontainer 1697698895 +0000 reset: moving to FETCH_HEAD diff -Nru dotnet6-6.0.123/src/runtime/eng/pipelines/coreclr/perf.yml dotnet6-6.0.124/src/runtime/eng/pipelines/coreclr/perf.yml --- dotnet6-6.0.123/src/runtime/eng/pipelines/coreclr/perf.yml 2023-10-01 02:19:53.000000000 +0000 +++ dotnet6-6.0.124/src/runtime/eng/pipelines/coreclr/perf.yml 2023-10-19 07:01:13.000000000 +0000 @@ -464,7 +464,7 @@ projectFile: crossgen_perf.proj runKind: crossgen_scenarios runJobTemplate: /eng/pipelines/coreclr/templates/run-scenarios-job.yml - logicalmachine: 'perftiger' + logicalmachine: 'perftiger_crossgen' # run mono wasm blazor perf job - template: /eng/pipelines/common/platform-matrix.yml diff -Nru dotnet6-6.0.123/src/runtime/eng/testing/performance/performance-setup.ps1 dotnet6-6.0.124/src/runtime/eng/testing/performance/performance-setup.ps1 --- dotnet6-6.0.123/src/runtime/eng/testing/performance/performance-setup.ps1 2023-10-01 02:19:53.000000000 +0000 +++ dotnet6-6.0.124/src/runtime/eng/testing/performance/performance-setup.ps1 2023-10-19 07:01:14.000000000 +0000 @@ -44,9 +44,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" } Default { $Queue = "Windows.10.Amd64.19H1.Tiger.Perf" } } diff -Nru dotnet6-6.0.123/src/runtime/eng/testing/performance/performance-setup.sh dotnet6-6.0.124/src/runtime/eng/testing/performance/performance-setup.sh --- dotnet6-6.0.123/src/runtime/eng/testing/performance/performance-setup.sh 2023-10-01 02:19:53.000000000 +0000 +++ dotnet6-6.0.124/src/runtime/eng/testing/performance/performance-setup.sh 2023-10-19 07:01:14.000000000 +0000 @@ -208,8 +208,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 dotnet6-6.0.123/src/runtime/eng/Version.Details.xml dotnet6-6.0.124/src/runtime/eng/Version.Details.xml --- dotnet6-6.0.123/src/runtime/eng/Version.Details.xml 2023-10-01 02:19:53.000000000 +0000 +++ dotnet6-6.0.124/src/runtime/eng/Version.Details.xml 2023-10-19 07:01:13.000000000 +0000 @@ -8,17 +8,17 @@ https://github.com/dotnet/msquic 7312355e44fd230b7aa26c7190f3870391751476 - + https://github.com/dotnet/emsdk - 3c754f28788fae642dc307a948479204e9f7dd5a + 03542c6e867eb490f30d8cff4be5c4e265e14663 - + https://github.com/dotnet/emsdk - 3c754f28788fae642dc307a948479204e9f7dd5a + 03542c6e867eb490f30d8cff4be5c4e265e14663 - + https://github.com/dotnet/emsdk - 3c754f28788fae642dc307a948479204e9f7dd5a + 03542c6e867eb490f30d8cff4be5c4e265e14663 https://github.com/dotnet/wcf diff -Nru dotnet6-6.0.123/src/runtime/eng/Versions.props dotnet6-6.0.124/src/runtime/eng/Versions.props --- dotnet6-6.0.123/src/runtime/eng/Versions.props 2023-10-01 02:19:53.000000000 +0000 +++ dotnet6-6.0.124/src/runtime/eng/Versions.props 2023-10-19 07:01:13.000000000 +0000 @@ -1,11 +1,11 @@ - 6.0.23 + 6.0.24 6 0 - 23 + 24 6.0.400 servicing @@ -126,7 +126,7 @@ 1.0.0-prerelease.21416.5 1.0.0-prerelease.21416.5 - 16.11.27-beta1.23180.1 + 16.11.29-beta1.23404.4 2.0.0-beta1.20253.1 2.0.65 2.2.0 @@ -176,9 +176,9 @@ 11.1.0-alpha.1.21416.1 11.1.0-alpha.1.21416.1 - 6.0.22 - 6.0.22 - 6.0.22 + 6.0.24 + 6.0.24 + 6.0.24 $(MicrosoftNETWorkloadEmscriptenManifest60100Version) 1.1.87-gba258badda diff -Nru dotnet6-6.0.123/src/runtime/.git/FETCH_HEAD dotnet6-6.0.124/src/runtime/.git/FETCH_HEAD --- dotnet6-6.0.123/src/runtime/.git/FETCH_HEAD 2023-10-01 02:19:53.000000000 +0000 +++ dotnet6-6.0.124/src/runtime/.git/FETCH_HEAD 2023-10-19 07:01:13.000000000 +0000 @@ -1 +1 @@ -e0f0de876a67755a2c6cd2dc730c13f5959bdea8 'e0f0de876a67755a2c6cd2dc730c13f5959bdea8' of https://dev.azure.com/dnceng/internal/_git/dotnet-runtime +e7b8488daf32c7a607632ec4be605ba3ccf171a7 'e7b8488daf32c7a607632ec4be605ba3ccf171a7' of https://dev.azure.com/dnceng/internal/_git/dotnet-runtime Binary files /tmp/tmp6hpx4h2b/K5O8nQyaff/dotnet6-6.0.123/src/runtime/.git/index and /tmp/tmp6hpx4h2b/8W59gIPWYR/dotnet6-6.0.124/src/runtime/.git/index differ diff -Nru dotnet6-6.0.123/src/runtime/.git/logs/HEAD dotnet6-6.0.124/src/runtime/.git/logs/HEAD --- dotnet6-6.0.123/src/runtime/.git/logs/HEAD 2023-10-01 02:19:56.000000000 +0000 +++ dotnet6-6.0.124/src/runtime/.git/logs/HEAD 2023-10-19 07:01:16.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 e0f0de876a67755a2c6cd2dc730c13f5959bdea8 cloudtest_azpcontainer 1696126796 +0000 reset: moving to FETCH_HEAD +0000000000000000000000000000000000000000 e7b8488daf32c7a607632ec4be605ba3ccf171a7 cloudtest_azpcontainer 1697698876 +0000 reset: moving to FETCH_HEAD diff -Nru dotnet6-6.0.123/src/runtime/.git/logs/refs/heads/master dotnet6-6.0.124/src/runtime/.git/logs/refs/heads/master --- dotnet6-6.0.123/src/runtime/.git/logs/refs/heads/master 2023-10-01 02:19:56.000000000 +0000 +++ dotnet6-6.0.124/src/runtime/.git/logs/refs/heads/master 2023-10-19 07:01:16.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 e0f0de876a67755a2c6cd2dc730c13f5959bdea8 cloudtest_azpcontainer 1696126796 +0000 reset: moving to FETCH_HEAD +0000000000000000000000000000000000000000 e7b8488daf32c7a607632ec4be605ba3ccf171a7 cloudtest_azpcontainer 1697698876 +0000 reset: moving to FETCH_HEAD diff -Nru dotnet6-6.0.123/src/runtime/.git/refs/heads/master dotnet6-6.0.124/src/runtime/.git/refs/heads/master --- dotnet6-6.0.123/src/runtime/.git/refs/heads/master 2023-10-01 02:19:56.000000000 +0000 +++ dotnet6-6.0.124/src/runtime/.git/refs/heads/master 2023-10-19 07:01:16.000000000 +0000 @@ -1 +1 @@ -e0f0de876a67755a2c6cd2dc730c13f5959bdea8 +e7b8488daf32c7a607632ec4be605ba3ccf171a7 diff -Nru dotnet6-6.0.123/src/runtime/.git/shallow dotnet6-6.0.124/src/runtime/.git/shallow --- dotnet6-6.0.123/src/runtime/.git/shallow 2023-10-01 02:19:38.000000000 +0000 +++ dotnet6-6.0.124/src/runtime/.git/shallow 2023-10-19 07:01:05.000000000 +0000 @@ -1 +1 @@ -e0f0de876a67755a2c6cd2dc730c13f5959bdea8 +e7b8488daf32c7a607632ec4be605ba3ccf171a7 diff -Nru dotnet6-6.0.123/src/runtime/NuGet.config dotnet6-6.0.124/src/runtime/NuGet.config --- dotnet6-6.0.123/src/runtime/NuGet.config 2023-10-01 02:19:53.000000000 +0000 +++ dotnet6-6.0.124/src/runtime/NuGet.config 2023-10-19 07:01:13.000000000 +0000 @@ -9,7 +9,6 @@ - diff -Nru dotnet6-6.0.123/src/runtime/src/libraries/Native/Unix/CMakeLists.txt dotnet6-6.0.124/src/runtime/src/libraries/Native/Unix/CMakeLists.txt --- dotnet6-6.0.123/src/runtime/src/libraries/Native/Unix/CMakeLists.txt 2023-10-01 02:19:54.000000000 +0000 +++ dotnet6-6.0.124/src/runtime/src/libraries/Native/Unix/CMakeLists.txt 2023-10-19 07:01:14.000000000 +0000 @@ -218,6 +218,17 @@ message(FATAL_ERROR "Unknown build type. Set CMAKE_BUILD_TYPE to DEBUG or RELEASE.") endif () +if(CLR_CMAKE_TARGET_OSX OR CLR_CMAKE_TARGET_MACCATALYST OR CLR_CMAKE_TARGET_IOS OR CLR_CMAKE_TARGET_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_TARGET_BROWSER) elseif (CLR_CMAKE_TARGET_OSX OR CLR_CMAKE_TARGET_MACCATALYST OR CLR_CMAKE_TARGET_IOS OR CLR_CMAKE_TARGET_TVOS) add_definitions(-D__APPLE_USE_RFC_3542) diff -Nru dotnet6-6.0.123/src/runtime/src/libraries/Native/Unix/System.Globalization.Native/CMakeLists.txt dotnet6-6.0.124/src/runtime/src/libraries/Native/Unix/System.Globalization.Native/CMakeLists.txt --- dotnet6-6.0.123/src/runtime/src/libraries/Native/Unix/System.Globalization.Native/CMakeLists.txt 2023-10-01 02:19:54.000000000 +0000 +++ dotnet6-6.0.124/src/runtime/src/libraries/Native/Unix/System.Globalization.Native/CMakeLists.txt 2023-10-19 07:01:14.000000000 +0000 @@ -66,6 +66,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 dotnet6-6.0.123/src/runtime/src/libraries/Native/Unix/System.Native/CMakeLists.txt dotnet6-6.0.124/src/runtime/src/libraries/Native/Unix/System.Native/CMakeLists.txt --- dotnet6-6.0.123/src/runtime/src/libraries/Native/Unix/System.Native/CMakeLists.txt 2023-10-01 02:19:54.000000000 +0000 +++ dotnet6-6.0.124/src/runtime/src/libraries/Native/Unix/System.Native/CMakeLists.txt 2023-10-19 07:01:14.000000000 +0000 @@ -35,13 +35,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() @@ -49,12 +50,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 @@ -65,6 +68,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 dotnet6-6.0.123/src/runtime/src/libraries/System.Net.Quic/src/System/Net/Quic/Implementations/MsQuic/Internal/MsQuicApi.cs dotnet6-6.0.124/src/runtime/src/libraries/System.Net.Quic/src/System/Net/Quic/Implementations/MsQuic/Internal/MsQuicApi.cs --- dotnet6-6.0.123/src/runtime/src/libraries/System.Net.Quic/src/System/Net/Quic/Implementations/MsQuic/Internal/MsQuicApi.cs 2023-10-01 02:19:54.000000000 +0000 +++ dotnet6-6.0.124/src/runtime/src/libraries/System.Net.Quic/src/System/Net/Quic/Implementations/MsQuic/Internal/MsQuicApi.cs 2023-10-19 07:01:14.000000000 +0000 @@ -131,6 +131,15 @@ #pragma warning disable CA1810 // Initialize all static fields in 'MsQuicApi' when those fields are declared and remove the explicit static constructor static MsQuicApi() { + // Completely disabled QUIC. + IsQuicSupported = false; + if (NetEventSource.Log.IsEnabled()) + { + NetEventSource.Info(null, $"QUIC is completely disabled in .NET 6 due to critical defects fixed in later versions."); + } + return; + +#pragma warning disable CS0162 // Unreachable code detected -- leaving the original code intact, instead of removing big chunks of code transitively if (OperatingSystem.IsWindows() && !IsWindowsVersionSupported()) { if (NetEventSource.Log.IsEnabled()) @@ -163,7 +172,7 @@ // Gracefully close the API table to free resources. The API table will be allocated lazily again if needed MsQuicClose(apiTable); } -#pragma warning restore CA1810 +#pragma warning restore CA1810, CS0162 private static MsQuicApi AllocateMsQuicApi() { diff -Nru dotnet6-6.0.123/src/runtime/src/libraries/System.Security.Cryptography.X509Certificates/src/Internal/Cryptography/Pal.Unix/CertificateAssetDownloader.cs dotnet6-6.0.124/src/runtime/src/libraries/System.Security.Cryptography.X509Certificates/src/Internal/Cryptography/Pal.Unix/CertificateAssetDownloader.cs --- dotnet6-6.0.123/src/runtime/src/libraries/System.Security.Cryptography.X509Certificates/src/Internal/Cryptography/Pal.Unix/CertificateAssetDownloader.cs 2023-10-01 02:19:54.000000000 +0000 +++ dotnet6-6.0.124/src/runtime/src/libraries/System.Security.Cryptography.X509Certificates/src/Internal/Cryptography/Pal.Unix/CertificateAssetDownloader.cs 2023-10-19 07:01:15.000000000 +0000 @@ -15,6 +15,9 @@ { internal static class CertificateAssetDownloader { + private const long DefaultAiaDownloadLimit = 100 * 1024 * 1024; + + private static long AiaDownloadLimit { get; } = GetValue("System.Security.Cryptography.AiaDownloadLimit", DefaultAiaDownloadLimit); private static readonly Func? s_downloadBytes = CreateDownloadBytesFunc(); internal static X509Certificate2? DownloadCertificate(string uri, TimeSpan downloadTimeout) @@ -161,6 +164,7 @@ PropertyInfo? requestUriProp = httpRequestMessageType.GetProperty("RequestUri"); ConstructorInfo? httpRequestMessageCtor = httpRequestMessageType.GetConstructor(Type.EmptyTypes); MethodInfo? sendMethod = httpClientType.GetMethod("Send", new Type[] { httpRequestMessageType, typeof(CancellationToken) }); + PropertyInfo? maxResponseContentBufferSizeProp = httpClientType.GetProperty("MaxResponseContentBufferSize"); PropertyInfo? responseContentProp = httpResponseMessageType.GetProperty("Content"); PropertyInfo? responseStatusCodeProp = httpResponseMessageType.GetProperty("StatusCode"); PropertyInfo? responseHeadersProp = httpResponseMessageType.GetProperty("Headers"); @@ -169,7 +173,7 @@ if (socketsHttpHandlerCtor == null || pooledConnectionIdleTimeoutProp == null || allowAutoRedirectProp == null || httpClientCtor == null || requestUriProp == null || httpRequestMessageCtor == null || sendMethod == null || responseContentProp == null || responseStatusCodeProp == null || - responseHeadersProp == null || responseHeadersLocationProp == null || readAsStreamMethod == null) + responseHeadersProp == null || responseHeadersLocationProp == null || readAsStreamMethod == null || maxResponseContentBufferSizeProp == null) { Debug.Fail("Unable to load required member."); return null; @@ -190,6 +194,7 @@ pooledConnectionIdleTimeoutProp.SetValue(socketsHttpHandler, TimeSpan.FromSeconds(PooledConnectionIdleTimeoutSeconds)); allowAutoRedirectProp.SetValue(socketsHttpHandler, false); object? httpClient = httpClientCtor.Invoke(new object?[] { socketsHttpHandler }); + maxResponseContentBufferSizeProp.SetValue(httpClient, AiaDownloadLimit); return (string uriString, CancellationToken cancellationToken) => { @@ -313,5 +318,24 @@ { return string.Equals(scheme, "http", StringComparison.OrdinalIgnoreCase); } + + private static long GetValue(string name, long defaultValue) + { + object? data = AppContext.GetData(name); + + if (data is null) + { + return defaultValue; + } + + try + { + return Convert.ToInt64(data); + } + catch + { + return defaultValue; + } + } } } diff -Nru dotnet6-6.0.123/src/runtime/src/mono/CMakeLists.txt dotnet6-6.0.124/src/runtime/src/mono/CMakeLists.txt --- dotnet6-6.0.123/src/runtime/src/mono/CMakeLists.txt 2023-10-01 02:19:54.000000000 +0000 +++ dotnet6-6.0.124/src/runtime/src/mono/CMakeLists.txt 2023-10-19 07:01:15.000000000 +0000 @@ -784,6 +784,14 @@ # sys/errno.h exists, but just emits a warning and includes errno.h unset(HAVE_SYS_ERRNO_H) 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 add_subdirectory(mono) diff -Nru dotnet6-6.0.123/src/runtime/src/mono/mono/mini/CMakeLists.txt dotnet6-6.0.124/src/runtime/src/mono/mono/mini/CMakeLists.txt --- dotnet6-6.0.123/src/runtime/src/mono/mono/mini/CMakeLists.txt 2023-10-01 02:19:54.000000000 +0000 +++ dotnet6-6.0.124/src/runtime/src/mono/mono/mini/CMakeLists.txt 2023-10-19 07:01:15.000000000 +0000 @@ -89,6 +89,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\"${CMAKE_CURRENT_SOURCE_DIR}/../../../libraries/Native/Unix/System.Globalization.Native/\" -I\"${CMAKE_CURRENT_SOURCE_DIR}/../../../libraries/Native/Unix/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 dotnet6-6.0.123/src/sdk/eng/Version.Details.xml dotnet6-6.0.124/src/sdk/eng/Version.Details.xml --- dotnet6-6.0.123/src/sdk/eng/Version.Details.xml 2023-10-01 02:20:13.000000000 +0000 +++ dotnet6-6.0.124/src/sdk/eng/Version.Details.xml 2023-10-19 07:01:32.000000000 +0000 @@ -1,70 +1,70 @@ - + https://dev.azure.com/dnceng/internal/_git/dotnet-templating - d0deccaa5039ef510feef0dbb63a63dcc88112f5 + 08bff7403c5feec2b688ca346a31e8b1c49a9a32 - + https://dev.azure.com/dnceng/internal/_git/dotnet-templating - d0deccaa5039ef510feef0dbb63a63dcc88112f5 + 08bff7403c5feec2b688ca346a31e8b1c49a9a32 - + https://dev.azure.com/dnceng/internal/_git/dotnet-templating - d0deccaa5039ef510feef0dbb63a63dcc88112f5 + 08bff7403c5feec2b688ca346a31e8b1c49a9a32 - + https://dev.azure.com/dnceng/internal/_git/dotnet-templating - d0deccaa5039ef510feef0dbb63a63dcc88112f5 + 08bff7403c5feec2b688ca346a31e8b1c49a9a32 - + https://dev.azure.com/dnceng/internal/_git/dotnet-templating - d0deccaa5039ef510feef0dbb63a63dcc88112f5 + 08bff7403c5feec2b688ca346a31e8b1c49a9a32 - + https://dev.azure.com/dnceng/internal/_git/dotnet-templating - d0deccaa5039ef510feef0dbb63a63dcc88112f5 + 08bff7403c5feec2b688ca346a31e8b1c49a9a32 - + https://dev.azure.com/dnceng/internal/_git/dotnet-templating - d0deccaa5039ef510feef0dbb63a63dcc88112f5 + 08bff7403c5feec2b688ca346a31e8b1c49a9a32 - + https://dev.azure.com/dnceng/internal/_git/dotnet-runtime - e0f0de876a67755a2c6cd2dc730c13f5959bdea8 + e7b8488daf32c7a607632ec4be605ba3ccf171a7 - + https://dev.azure.com/dnceng/internal/_git/dotnet-runtime - e0f0de876a67755a2c6cd2dc730c13f5959bdea8 + e7b8488daf32c7a607632ec4be605ba3ccf171a7 - + https://dev.azure.com/dnceng/internal/_git/dotnet-runtime - e0f0de876a67755a2c6cd2dc730c13f5959bdea8 + e7b8488daf32c7a607632ec4be605ba3ccf171a7 - + https://dev.azure.com/dnceng/internal/_git/dotnet-runtime - e0f0de876a67755a2c6cd2dc730c13f5959bdea8 + e7b8488daf32c7a607632ec4be605ba3ccf171a7 - + https://dev.azure.com/dnceng/internal/_git/dotnet-runtime - e0f0de876a67755a2c6cd2dc730c13f5959bdea8 + e7b8488daf32c7a607632ec4be605ba3ccf171a7 https://dev.azure.com/dnceng/internal/_git/dotnet-runtime a08d9ce2caf02455c0b825bcdc32974bdf769a80 - + https://dev.azure.com/dnceng/internal/_git/dotnet-runtime - e0f0de876a67755a2c6cd2dc730c13f5959bdea8 + e7b8488daf32c7a607632ec4be605ba3ccf171a7 https://github.com/dotnet/runtime 4822e3c3aa77eb82b2fb33c9321f923cf11ddde6 - + https://dev.azure.com/dnceng/internal/_git/dotnet-runtime - e0f0de876a67755a2c6cd2dc730c13f5959bdea8 + e7b8488daf32c7a607632ec4be605ba3ccf171a7 https://dev.azure.com/devdiv/DevDiv/_git/DotNet-msbuild-Trusted @@ -113,13 +113,13 @@ https://github.com/dotnet/roslyn 487283bcd8d66693091f2800dcf1c8ae37cccdee - + https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore - bc25dd5d39fd057f7cb28acb5ad4d9e925a375de + 2aa401550574f93402eba13ff9a4827ef01a2f3a - + https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore - bc25dd5d39fd057f7cb28acb5ad4d9e925a375de + 2aa401550574f93402eba13ff9a4827ef01a2f3a https://dev.azure.com/devdiv/DevDiv/_git/NuGet-NuGet.Client-Trusted @@ -166,98 +166,98 @@ https://dev.azure.com/dnceng/internal/_git/dotnet-runtime 70ae3df4a6f3c92fb6b315afc405edd10ff38579 - + https://dev.azure.com/dnceng/internal/_git/dotnet-windowsdesktop - 5bb01c1a3fcf97da46862c28d5cca36b0e5142f6 + a1bdaa46bd66444ffd69783bc55144c8805eb44d - + https://dev.azure.com/dnceng/internal/_git/dotnet-windowsdesktop - 5bb01c1a3fcf97da46862c28d5cca36b0e5142f6 + a1bdaa46bd66444ffd69783bc55144c8805eb44d - + https://dev.azure.com/dnceng/internal/_git/dotnet-windowsdesktop - 5bb01c1a3fcf97da46862c28d5cca36b0e5142f6 + a1bdaa46bd66444ffd69783bc55144c8805eb44d - + https://dev.azure.com/dnceng/internal/_git/dotnet-windowsdesktop - 5bb01c1a3fcf97da46862c28d5cca36b0e5142f6 + a1bdaa46bd66444ffd69783bc55144c8805eb44d - + https://dev.azure.com/dnceng/internal/_git/dotnet-wpf - 2b6f0273734c631e1ecc8c503836d4fab840065b + 5015eba758e1fe6c5f177a5551b3ada7e08b9930 - + https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore - bc25dd5d39fd057f7cb28acb5ad4d9e925a375de + 2aa401550574f93402eba13ff9a4827ef01a2f3a - + https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore - bc25dd5d39fd057f7cb28acb5ad4d9e925a375de + 2aa401550574f93402eba13ff9a4827ef01a2f3a - + https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore - bc25dd5d39fd057f7cb28acb5ad4d9e925a375de + 2aa401550574f93402eba13ff9a4827ef01a2f3a - + https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore - bc25dd5d39fd057f7cb28acb5ad4d9e925a375de + 2aa401550574f93402eba13ff9a4827ef01a2f3a - + https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore - bc25dd5d39fd057f7cb28acb5ad4d9e925a375de + 2aa401550574f93402eba13ff9a4827ef01a2f3a - + https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore - bc25dd5d39fd057f7cb28acb5ad4d9e925a375de + 2aa401550574f93402eba13ff9a4827ef01a2f3a - + https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore - bc25dd5d39fd057f7cb28acb5ad4d9e925a375de + 2aa401550574f93402eba13ff9a4827ef01a2f3a - + https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore - bc25dd5d39fd057f7cb28acb5ad4d9e925a375de + 2aa401550574f93402eba13ff9a4827ef01a2f3a - + https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore - bc25dd5d39fd057f7cb28acb5ad4d9e925a375de + 2aa401550574f93402eba13ff9a4827ef01a2f3a - + https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore - bc25dd5d39fd057f7cb28acb5ad4d9e925a375de + 2aa401550574f93402eba13ff9a4827ef01a2f3a - + https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore - bc25dd5d39fd057f7cb28acb5ad4d9e925a375de + 2aa401550574f93402eba13ff9a4827ef01a2f3a - + https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore - bc25dd5d39fd057f7cb28acb5ad4d9e925a375de + 2aa401550574f93402eba13ff9a4827ef01a2f3a - + https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore - bc25dd5d39fd057f7cb28acb5ad4d9e925a375de + 2aa401550574f93402eba13ff9a4827ef01a2f3a - + https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore - bc25dd5d39fd057f7cb28acb5ad4d9e925a375de + 2aa401550574f93402eba13ff9a4827ef01a2f3a - + https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore - bc25dd5d39fd057f7cb28acb5ad4d9e925a375de + 2aa401550574f93402eba13ff9a4827ef01a2f3a - + https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore - bc25dd5d39fd057f7cb28acb5ad4d9e925a375de + 2aa401550574f93402eba13ff9a4827ef01a2f3a - + https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore - bc25dd5d39fd057f7cb28acb5ad4d9e925a375de + 2aa401550574f93402eba13ff9a4827ef01a2f3a - + https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore - bc25dd5d39fd057f7cb28acb5ad4d9e925a375de + 2aa401550574f93402eba13ff9a4827ef01a2f3a https://github.com/aspnet/xdt diff -Nru dotnet6-6.0.123/src/sdk/eng/Versions.props dotnet6-6.0.124/src/sdk/eng/Versions.props --- dotnet6-6.0.123/src/sdk/eng/Versions.props 2023-10-01 02:20:13.000000000 +0000 +++ dotnet6-6.0.124/src/sdk/eng/Versions.props 2023-10-19 07:01:32.000000000 +0000 @@ -10,7 +10,7 @@ - 6.0.123 + 6.0.124 servicing @@ -41,13 +41,13 @@ - 6.0.23 - 6.0.23-servicing.23480.2 - 6.0.23 + 6.0.24 + 6.0.24-servicing.23518.14 + 6.0.24 $(MicrosoftNETCoreAppRuntimewinx64PackageVersion) 6.0.0 - 6.0.23 - 6.0.23-servicing.23480.2 + 6.0.24 + 6.0.24-servicing.23518.14 6.0.0-preview.7.21363.9 6.0.1 @@ -110,11 +110,11 @@ - 6.0.123-servicing.23480.4 - 6.0.123 - 6.0.123 - 6.0.123 - 6.0.123 + 6.0.124-servicing.23518.29 + 6.0.124 + 6.0.124 + 6.0.124 + 6.0.124 @@ -131,24 +131,24 @@ - 6.0.23-servicing.23480.7 - 6.0.23 - 6.0.23-servicing.23480.7 - 6.0.23-servicing.23480.7 - 6.0.23-servicing.23480.7 - 6.0.23 - 6.0.23 - 6.0.23 - 6.0.23 - 6.0.23-servicing.23480.7 + 6.0.24-servicing.23518.12 + 6.0.24 + 6.0.24-servicing.23518.12 + 6.0.24-servicing.23518.12 + 6.0.24-servicing.23518.12 + 6.0.24 + 6.0.24 + 6.0.24 + 6.0.24 + 6.0.24-servicing.23518.12 - 6.0.23-servicing.23480.2 + 6.0.24-servicing.23518.14 - 6.0.23-servicing.23480.2 + 6.0.24-servicing.23518.15 diff -Nru dotnet6-6.0.123/src/sdk/.git/FETCH_HEAD dotnet6-6.0.124/src/sdk/.git/FETCH_HEAD --- dotnet6-6.0.123/src/sdk/.git/FETCH_HEAD 2023-10-01 02:20:13.000000000 +0000 +++ dotnet6-6.0.124/src/sdk/.git/FETCH_HEAD 2023-10-19 07:01:32.000000000 +0000 @@ -1 +1 @@ -6fe8d6cc286d81d61d48c08b31e57d5a3eba1b22 '6fe8d6cc286d81d61d48c08b31e57d5a3eba1b22' of https://dev.azure.com/dnceng/internal/_git/dotnet-sdk +b698f36e22f2b97f46f5e2a5bd7f149c63d76e40 'b698f36e22f2b97f46f5e2a5bd7f149c63d76e40' of https://dev.azure.com/dnceng/internal/_git/dotnet-sdk Binary files /tmp/tmp6hpx4h2b/K5O8nQyaff/dotnet6-6.0.123/src/sdk/.git/index and /tmp/tmp6hpx4h2b/8W59gIPWYR/dotnet6-6.0.124/src/sdk/.git/index differ diff -Nru dotnet6-6.0.123/src/sdk/.git/logs/HEAD dotnet6-6.0.124/src/sdk/.git/logs/HEAD --- dotnet6-6.0.123/src/sdk/.git/logs/HEAD 2023-10-01 02:20:13.000000000 +0000 +++ dotnet6-6.0.124/src/sdk/.git/logs/HEAD 2023-10-19 07:01:32.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 6fe8d6cc286d81d61d48c08b31e57d5a3eba1b22 cloudtest_azpcontainer 1696126813 +0000 reset: moving to FETCH_HEAD +0000000000000000000000000000000000000000 b698f36e22f2b97f46f5e2a5bd7f149c63d76e40 cloudtest_azpcontainer 1697698892 +0000 reset: moving to FETCH_HEAD diff -Nru dotnet6-6.0.123/src/sdk/.git/logs/refs/heads/master dotnet6-6.0.124/src/sdk/.git/logs/refs/heads/master --- dotnet6-6.0.123/src/sdk/.git/logs/refs/heads/master 2023-10-01 02:20:13.000000000 +0000 +++ dotnet6-6.0.124/src/sdk/.git/logs/refs/heads/master 2023-10-19 07:01:32.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 6fe8d6cc286d81d61d48c08b31e57d5a3eba1b22 cloudtest_azpcontainer 1696126813 +0000 reset: moving to FETCH_HEAD +0000000000000000000000000000000000000000 b698f36e22f2b97f46f5e2a5bd7f149c63d76e40 cloudtest_azpcontainer 1697698892 +0000 reset: moving to FETCH_HEAD diff -Nru dotnet6-6.0.123/src/sdk/.git/refs/heads/master dotnet6-6.0.124/src/sdk/.git/refs/heads/master --- dotnet6-6.0.123/src/sdk/.git/refs/heads/master 2023-10-01 02:20:13.000000000 +0000 +++ dotnet6-6.0.124/src/sdk/.git/refs/heads/master 2023-10-19 07:01:32.000000000 +0000 @@ -1 +1 @@ -6fe8d6cc286d81d61d48c08b31e57d5a3eba1b22 +b698f36e22f2b97f46f5e2a5bd7f149c63d76e40 diff -Nru dotnet6-6.0.123/src/sdk/.git/shallow dotnet6-6.0.124/src/sdk/.git/shallow --- dotnet6-6.0.123/src/sdk/.git/shallow 2023-10-01 02:20:12.000000000 +0000 +++ dotnet6-6.0.124/src/sdk/.git/shallow 2023-10-19 07:01:31.000000000 +0000 @@ -1 +1 @@ -6fe8d6cc286d81d61d48c08b31e57d5a3eba1b22 +b698f36e22f2b97f46f5e2a5bd7f149c63d76e40 diff -Nru dotnet6-6.0.123/src/sdk/NuGet.config dotnet6-6.0.124/src/sdk/NuGet.config --- dotnet6-6.0.123/src/sdk/NuGet.config 2023-10-01 02:20:13.000000000 +0000 +++ dotnet6-6.0.124/src/sdk/NuGet.config 2023-10-19 07:01:32.000000000 +0000 @@ -4,20 +4,20 @@ - + - + - + - + @@ -34,18 +34,18 @@ - + - + - + - + Binary files /tmp/tmp6hpx4h2b/K5O8nQyaff/dotnet6-6.0.123/src/source-build/.git/index and /tmp/tmp6hpx4h2b/8W59gIPWYR/dotnet6-6.0.124/src/source-build/.git/index differ diff -Nru dotnet6-6.0.123/src/source-build/.git/logs/HEAD dotnet6-6.0.124/src/source-build/.git/logs/HEAD --- dotnet6-6.0.123/src/source-build/.git/logs/HEAD 2023-10-01 02:20:54.000000000 +0000 +++ dotnet6-6.0.124/src/source-build/.git/logs/HEAD 2023-10-19 07:02:15.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 7649ca7106e7e91ac06f169626bf01a77c2258eb cloudtest_azpcontainer 1696126854 +0000 reset: moving to FETCH_HEAD +0000000000000000000000000000000000000000 7649ca7106e7e91ac06f169626bf01a77c2258eb cloudtest_azpcontainer 1697698935 +0000 reset: moving to FETCH_HEAD diff -Nru dotnet6-6.0.123/src/source-build/.git/logs/refs/heads/master dotnet6-6.0.124/src/source-build/.git/logs/refs/heads/master --- dotnet6-6.0.123/src/source-build/.git/logs/refs/heads/master 2023-10-01 02:20:54.000000000 +0000 +++ dotnet6-6.0.124/src/source-build/.git/logs/refs/heads/master 2023-10-19 07:02:15.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 7649ca7106e7e91ac06f169626bf01a77c2258eb cloudtest_azpcontainer 1696126854 +0000 reset: moving to FETCH_HEAD +0000000000000000000000000000000000000000 7649ca7106e7e91ac06f169626bf01a77c2258eb cloudtest_azpcontainer 1697698935 +0000 reset: moving to FETCH_HEAD Binary files /tmp/tmp6hpx4h2b/K5O8nQyaff/dotnet6-6.0.123/src/source-build/.git/modules/src/application-insights/index and /tmp/tmp6hpx4h2b/8W59gIPWYR/dotnet6-6.0.124/src/source-build/.git/modules/src/application-insights/index differ diff -Nru dotnet6-6.0.123/src/source-build/.git/modules/src/application-insights/logs/HEAD dotnet6-6.0.124/src/source-build/.git/modules/src/application-insights/logs/HEAD --- dotnet6-6.0.123/src/source-build/.git/modules/src/application-insights/logs/HEAD 2023-10-01 02:21:02.000000000 +0000 +++ dotnet6-6.0.124/src/source-build/.git/modules/src/application-insights/logs/HEAD 2023-10-19 07:02:23.000000000 +0000 @@ -1,2 +1,2 @@ -0000000000000000000000000000000000000000 579d0520d2c3ffa45456bcbf895bc5b3aa799448 cloudtest_azpcontainer 1696126856 +0000 clone: from https://github.com/Microsoft/ApplicationInsights-dotnet -579d0520d2c3ffa45456bcbf895bc5b3aa799448 93f745cfef8541f09862aae9bc8c04554bca38c7 cloudtest_azpcontainer 1696126862 +0000 checkout: moving from main to 93f745cfef8541f09862aae9bc8c04554bca38c7 +0000000000000000000000000000000000000000 de66d679ff32f5a74553edbf52b10b9dc57ded70 cloudtest_azpcontainer 1697698936 +0000 clone: from https://github.com/Microsoft/ApplicationInsights-dotnet +de66d679ff32f5a74553edbf52b10b9dc57ded70 93f745cfef8541f09862aae9bc8c04554bca38c7 cloudtest_azpcontainer 1697698943 +0000 checkout: moving from main to 93f745cfef8541f09862aae9bc8c04554bca38c7 diff -Nru dotnet6-6.0.123/src/source-build/.git/modules/src/application-insights/logs/refs/heads/main dotnet6-6.0.124/src/source-build/.git/modules/src/application-insights/logs/refs/heads/main --- dotnet6-6.0.123/src/source-build/.git/modules/src/application-insights/logs/refs/heads/main 2023-10-01 02:20:56.000000000 +0000 +++ dotnet6-6.0.124/src/source-build/.git/modules/src/application-insights/logs/refs/heads/main 2023-10-19 07:02:16.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 579d0520d2c3ffa45456bcbf895bc5b3aa799448 cloudtest_azpcontainer 1696126856 +0000 clone: from https://github.com/Microsoft/ApplicationInsights-dotnet +0000000000000000000000000000000000000000 de66d679ff32f5a74553edbf52b10b9dc57ded70 cloudtest_azpcontainer 1697698936 +0000 clone: from https://github.com/Microsoft/ApplicationInsights-dotnet diff -Nru dotnet6-6.0.123/src/source-build/.git/modules/src/application-insights/logs/refs/remotes/origin/HEAD dotnet6-6.0.124/src/source-build/.git/modules/src/application-insights/logs/refs/remotes/origin/HEAD --- dotnet6-6.0.123/src/source-build/.git/modules/src/application-insights/logs/refs/remotes/origin/HEAD 2023-10-01 02:20:56.000000000 +0000 +++ dotnet6-6.0.124/src/source-build/.git/modules/src/application-insights/logs/refs/remotes/origin/HEAD 2023-10-19 07:02:16.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 579d0520d2c3ffa45456bcbf895bc5b3aa799448 cloudtest_azpcontainer 1696126856 +0000 clone: from https://github.com/Microsoft/ApplicationInsights-dotnet +0000000000000000000000000000000000000000 de66d679ff32f5a74553edbf52b10b9dc57ded70 cloudtest_azpcontainer 1697698936 +0000 clone: from https://github.com/Microsoft/ApplicationInsights-dotnet diff -Nru dotnet6-6.0.123/src/source-build/.git/modules/src/application-insights/packed-refs dotnet6-6.0.124/src/source-build/.git/modules/src/application-insights/packed-refs --- dotnet6-6.0.123/src/source-build/.git/modules/src/application-insights/packed-refs 2023-10-01 02:20:56.000000000 +0000 +++ dotnet6-6.0.124/src/source-build/.git/modules/src/application-insights/packed-refs 2023-10-19 07:02:16.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 dotnet6-6.0.123/src/source-build/.git/modules/src/application-insights/refs/heads/main dotnet6-6.0.124/src/source-build/.git/modules/src/application-insights/refs/heads/main --- dotnet6-6.0.123/src/source-build/.git/modules/src/application-insights/refs/heads/main 2023-10-01 02:20:56.000000000 +0000 +++ dotnet6-6.0.124/src/source-build/.git/modules/src/application-insights/refs/heads/main 2023-10-19 07:02:16.000000000 +0000 @@ -1 +1 @@ -579d0520d2c3ffa45456bcbf895bc5b3aa799448 +de66d679ff32f5a74553edbf52b10b9dc57ded70 diff -Nru dotnet6-6.0.123/src/source-build/.git/modules/src/application-insights/shallow dotnet6-6.0.124/src/source-build/.git/modules/src/application-insights/shallow --- dotnet6-6.0.123/src/source-build/.git/modules/src/application-insights/shallow 2023-10-01 02:21:01.000000000 +0000 +++ dotnet6-6.0.124/src/source-build/.git/modules/src/application-insights/shallow 2023-10-19 07:02:22.000000000 +0000 @@ -1,2 +1,2 @@ -579d0520d2c3ffa45456bcbf895bc5b3aa799448 93f745cfef8541f09862aae9bc8c04554bca38c7 +de66d679ff32f5a74553edbf52b10b9dc57ded70 Binary files /tmp/tmp6hpx4h2b/K5O8nQyaff/dotnet6-6.0.123/src/source-build/.git/modules/src/cssparser/index and /tmp/tmp6hpx4h2b/8W59gIPWYR/dotnet6-6.0.124/src/source-build/.git/modules/src/cssparser/index differ diff -Nru dotnet6-6.0.123/src/source-build/.git/modules/src/cssparser/logs/HEAD dotnet6-6.0.124/src/source-build/.git/modules/src/cssparser/logs/HEAD --- dotnet6-6.0.123/src/source-build/.git/modules/src/cssparser/logs/HEAD 2023-10-01 02:21:03.000000000 +0000 +++ dotnet6-6.0.124/src/source-build/.git/modules/src/cssparser/logs/HEAD 2023-10-19 07:02:24.000000000 +0000 @@ -1,2 +1,2 @@ -0000000000000000000000000000000000000000 0d59611784841735a7778a67aa6e9d8d000c861f cloudtest_azpcontainer 1696126857 +0000 clone: from https://github.com/dotnet/cssparser -0d59611784841735a7778a67aa6e9d8d000c861f d6d86bcd8c162b1ae22ef00955ff748d028dd0ee cloudtest_azpcontainer 1696126863 +0000 checkout: moving from main to d6d86bcd8c162b1ae22ef00955ff748d028dd0ee +0000000000000000000000000000000000000000 0d59611784841735a7778a67aa6e9d8d000c861f cloudtest_azpcontainer 1697698937 +0000 clone: from https://github.com/dotnet/cssparser +0d59611784841735a7778a67aa6e9d8d000c861f d6d86bcd8c162b1ae22ef00955ff748d028dd0ee cloudtest_azpcontainer 1697698944 +0000 checkout: moving from main to d6d86bcd8c162b1ae22ef00955ff748d028dd0ee diff -Nru dotnet6-6.0.123/src/source-build/.git/modules/src/cssparser/logs/refs/heads/main dotnet6-6.0.124/src/source-build/.git/modules/src/cssparser/logs/refs/heads/main --- dotnet6-6.0.123/src/source-build/.git/modules/src/cssparser/logs/refs/heads/main 2023-10-01 02:20:57.000000000 +0000 +++ dotnet6-6.0.124/src/source-build/.git/modules/src/cssparser/logs/refs/heads/main 2023-10-19 07:02:17.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 0d59611784841735a7778a67aa6e9d8d000c861f cloudtest_azpcontainer 1696126857 +0000 clone: from https://github.com/dotnet/cssparser +0000000000000000000000000000000000000000 0d59611784841735a7778a67aa6e9d8d000c861f cloudtest_azpcontainer 1697698937 +0000 clone: from https://github.com/dotnet/cssparser diff -Nru dotnet6-6.0.123/src/source-build/.git/modules/src/cssparser/logs/refs/remotes/origin/HEAD dotnet6-6.0.124/src/source-build/.git/modules/src/cssparser/logs/refs/remotes/origin/HEAD --- dotnet6-6.0.123/src/source-build/.git/modules/src/cssparser/logs/refs/remotes/origin/HEAD 2023-10-01 02:20:57.000000000 +0000 +++ dotnet6-6.0.124/src/source-build/.git/modules/src/cssparser/logs/refs/remotes/origin/HEAD 2023-10-19 07:02:17.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 0d59611784841735a7778a67aa6e9d8d000c861f cloudtest_azpcontainer 1696126857 +0000 clone: from https://github.com/dotnet/cssparser +0000000000000000000000000000000000000000 0d59611784841735a7778a67aa6e9d8d000c861f cloudtest_azpcontainer 1697698937 +0000 clone: from https://github.com/dotnet/cssparser Binary files /tmp/tmp6hpx4h2b/K5O8nQyaff/dotnet6-6.0.123/src/source-build/.git/modules/src/humanizer/index and /tmp/tmp6hpx4h2b/8W59gIPWYR/dotnet6-6.0.124/src/source-build/.git/modules/src/humanizer/index differ diff -Nru dotnet6-6.0.123/src/source-build/.git/modules/src/humanizer/logs/HEAD dotnet6-6.0.124/src/source-build/.git/modules/src/humanizer/logs/HEAD --- dotnet6-6.0.123/src/source-build/.git/modules/src/humanizer/logs/HEAD 2023-10-01 02:21:04.000000000 +0000 +++ dotnet6-6.0.124/src/source-build/.git/modules/src/humanizer/logs/HEAD 2023-10-19 07:02:25.000000000 +0000 @@ -1,2 +1,2 @@ -0000000000000000000000000000000000000000 5dfb5ae8b8f90d3f769a7ce389eb5f756305f746 cloudtest_azpcontainer 1696126857 +0000 clone: from https://github.com/Humanizr/Humanizer -5dfb5ae8b8f90d3f769a7ce389eb5f756305f746 b30550eed103a6970d8465fe7c5c16300b70be81 cloudtest_azpcontainer 1696126864 +0000 checkout: moving from main to b30550eed103a6970d8465fe7c5c16300b70be81 +0000000000000000000000000000000000000000 5dfb5ae8b8f90d3f769a7ce389eb5f756305f746 cloudtest_azpcontainer 1697698938 +0000 clone: from https://github.com/Humanizr/Humanizer +5dfb5ae8b8f90d3f769a7ce389eb5f756305f746 b30550eed103a6970d8465fe7c5c16300b70be81 cloudtest_azpcontainer 1697698945 +0000 checkout: moving from main to b30550eed103a6970d8465fe7c5c16300b70be81 diff -Nru dotnet6-6.0.123/src/source-build/.git/modules/src/humanizer/logs/refs/heads/main dotnet6-6.0.124/src/source-build/.git/modules/src/humanizer/logs/refs/heads/main --- dotnet6-6.0.123/src/source-build/.git/modules/src/humanizer/logs/refs/heads/main 2023-10-01 02:20:57.000000000 +0000 +++ dotnet6-6.0.124/src/source-build/.git/modules/src/humanizer/logs/refs/heads/main 2023-10-19 07:02:18.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 5dfb5ae8b8f90d3f769a7ce389eb5f756305f746 cloudtest_azpcontainer 1696126857 +0000 clone: from https://github.com/Humanizr/Humanizer +0000000000000000000000000000000000000000 5dfb5ae8b8f90d3f769a7ce389eb5f756305f746 cloudtest_azpcontainer 1697698938 +0000 clone: from https://github.com/Humanizr/Humanizer diff -Nru dotnet6-6.0.123/src/source-build/.git/modules/src/humanizer/logs/refs/remotes/origin/HEAD dotnet6-6.0.124/src/source-build/.git/modules/src/humanizer/logs/refs/remotes/origin/HEAD --- dotnet6-6.0.123/src/source-build/.git/modules/src/humanizer/logs/refs/remotes/origin/HEAD 2023-10-01 02:20:57.000000000 +0000 +++ dotnet6-6.0.124/src/source-build/.git/modules/src/humanizer/logs/refs/remotes/origin/HEAD 2023-10-19 07:02:18.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 5dfb5ae8b8f90d3f769a7ce389eb5f756305f746 cloudtest_azpcontainer 1696126857 +0000 clone: from https://github.com/Humanizr/Humanizer +0000000000000000000000000000000000000000 5dfb5ae8b8f90d3f769a7ce389eb5f756305f746 cloudtest_azpcontainer 1697698938 +0000 clone: from https://github.com/Humanizr/Humanizer Binary files /tmp/tmp6hpx4h2b/K5O8nQyaff/dotnet6-6.0.123/src/source-build/.git/modules/src/MSBuildLocator/index and /tmp/tmp6hpx4h2b/8W59gIPWYR/dotnet6-6.0.124/src/source-build/.git/modules/src/MSBuildLocator/index differ diff -Nru dotnet6-6.0.123/src/source-build/.git/modules/src/MSBuildLocator/logs/HEAD dotnet6-6.0.124/src/source-build/.git/modules/src/MSBuildLocator/logs/HEAD --- dotnet6-6.0.123/src/source-build/.git/modules/src/MSBuildLocator/logs/HEAD 2023-10-01 02:21:00.000000000 +0000 +++ dotnet6-6.0.124/src/source-build/.git/modules/src/MSBuildLocator/logs/HEAD 2023-10-19 07:02:21.000000000 +0000 @@ -1,2 +1,2 @@ -0000000000000000000000000000000000000000 65af3233f4517425fc759726b99ba963a38ebc4b cloudtest_azpcontainer 1696126855 +0000 clone: from https://github.com/microsoft/MSBuildLocator -65af3233f4517425fc759726b99ba963a38ebc4b 47281c3de1c87a43ab946725d011b9dca4b6434a cloudtest_azpcontainer 1696126860 +0000 checkout: moving from master to 47281c3de1c87a43ab946725d011b9dca4b6434a +0000000000000000000000000000000000000000 65af3233f4517425fc759726b99ba963a38ebc4b cloudtest_azpcontainer 1697698935 +0000 clone: from https://github.com/microsoft/MSBuildLocator +65af3233f4517425fc759726b99ba963a38ebc4b 47281c3de1c87a43ab946725d011b9dca4b6434a cloudtest_azpcontainer 1697698941 +0000 checkout: moving from master to 47281c3de1c87a43ab946725d011b9dca4b6434a diff -Nru dotnet6-6.0.123/src/source-build/.git/modules/src/MSBuildLocator/logs/refs/heads/master dotnet6-6.0.124/src/source-build/.git/modules/src/MSBuildLocator/logs/refs/heads/master --- dotnet6-6.0.123/src/source-build/.git/modules/src/MSBuildLocator/logs/refs/heads/master 2023-10-01 02:20:55.000000000 +0000 +++ dotnet6-6.0.124/src/source-build/.git/modules/src/MSBuildLocator/logs/refs/heads/master 2023-10-19 07:02:15.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 65af3233f4517425fc759726b99ba963a38ebc4b cloudtest_azpcontainer 1696126855 +0000 clone: from https://github.com/microsoft/MSBuildLocator +0000000000000000000000000000000000000000 65af3233f4517425fc759726b99ba963a38ebc4b cloudtest_azpcontainer 1697698935 +0000 clone: from https://github.com/microsoft/MSBuildLocator diff -Nru dotnet6-6.0.123/src/source-build/.git/modules/src/MSBuildLocator/logs/refs/remotes/origin/HEAD dotnet6-6.0.124/src/source-build/.git/modules/src/MSBuildLocator/logs/refs/remotes/origin/HEAD --- dotnet6-6.0.123/src/source-build/.git/modules/src/MSBuildLocator/logs/refs/remotes/origin/HEAD 2023-10-01 02:20:55.000000000 +0000 +++ dotnet6-6.0.124/src/source-build/.git/modules/src/MSBuildLocator/logs/refs/remotes/origin/HEAD 2023-10-19 07:02:15.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 65af3233f4517425fc759726b99ba963a38ebc4b cloudtest_azpcontainer 1696126855 +0000 clone: from https://github.com/microsoft/MSBuildLocator +0000000000000000000000000000000000000000 65af3233f4517425fc759726b99ba963a38ebc4b cloudtest_azpcontainer 1697698935 +0000 clone: from https://github.com/microsoft/MSBuildLocator Binary files /tmp/tmp6hpx4h2b/K5O8nQyaff/dotnet6-6.0.123/src/source-build/.git/modules/src/newtonsoft-json/index and /tmp/tmp6hpx4h2b/8W59gIPWYR/dotnet6-6.0.124/src/source-build/.git/modules/src/newtonsoft-json/index differ diff -Nru dotnet6-6.0.123/src/source-build/.git/modules/src/newtonsoft-json/logs/HEAD dotnet6-6.0.124/src/source-build/.git/modules/src/newtonsoft-json/logs/HEAD --- dotnet6-6.0.123/src/source-build/.git/modules/src/newtonsoft-json/logs/HEAD 2023-10-01 02:21:05.000000000 +0000 +++ dotnet6-6.0.124/src/source-build/.git/modules/src/newtonsoft-json/logs/HEAD 2023-10-19 07:02:26.000000000 +0000 @@ -1,2 +1,2 @@ -0000000000000000000000000000000000000000 01e1759cac40d8154e47ed0e11c12a9d42d2d0ff cloudtest_azpcontainer 1696126858 +0000 clone: from https://github.com/JamesNK/Newtonsoft.Json.git -01e1759cac40d8154e47ed0e11c12a9d42d2d0ff ae9fe44e1323e91bcbd185ca1a14099fba7c021f cloudtest_azpcontainer 1696126865 +0000 checkout: moving from master to ae9fe44e1323e91bcbd185ca1a14099fba7c021f +0000000000000000000000000000000000000000 01e1759cac40d8154e47ed0e11c12a9d42d2d0ff cloudtest_azpcontainer 1697698939 +0000 clone: from https://github.com/JamesNK/Newtonsoft.Json.git +01e1759cac40d8154e47ed0e11c12a9d42d2d0ff ae9fe44e1323e91bcbd185ca1a14099fba7c021f cloudtest_azpcontainer 1697698946 +0000 checkout: moving from master to ae9fe44e1323e91bcbd185ca1a14099fba7c021f diff -Nru dotnet6-6.0.123/src/source-build/.git/modules/src/newtonsoft-json/logs/refs/heads/master dotnet6-6.0.124/src/source-build/.git/modules/src/newtonsoft-json/logs/refs/heads/master --- dotnet6-6.0.123/src/source-build/.git/modules/src/newtonsoft-json/logs/refs/heads/master 2023-10-01 02:20:58.000000000 +0000 +++ dotnet6-6.0.124/src/source-build/.git/modules/src/newtonsoft-json/logs/refs/heads/master 2023-10-19 07:02:19.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 01e1759cac40d8154e47ed0e11c12a9d42d2d0ff cloudtest_azpcontainer 1696126858 +0000 clone: from https://github.com/JamesNK/Newtonsoft.Json.git +0000000000000000000000000000000000000000 01e1759cac40d8154e47ed0e11c12a9d42d2d0ff cloudtest_azpcontainer 1697698939 +0000 clone: from https://github.com/JamesNK/Newtonsoft.Json.git diff -Nru dotnet6-6.0.123/src/source-build/.git/modules/src/newtonsoft-json/logs/refs/remotes/origin/HEAD dotnet6-6.0.124/src/source-build/.git/modules/src/newtonsoft-json/logs/refs/remotes/origin/HEAD --- dotnet6-6.0.123/src/source-build/.git/modules/src/newtonsoft-json/logs/refs/remotes/origin/HEAD 2023-10-01 02:20:58.000000000 +0000 +++ dotnet6-6.0.124/src/source-build/.git/modules/src/newtonsoft-json/logs/refs/remotes/origin/HEAD 2023-10-19 07:02:19.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 01e1759cac40d8154e47ed0e11c12a9d42d2d0ff cloudtest_azpcontainer 1696126858 +0000 clone: from https://github.com/JamesNK/Newtonsoft.Json.git +0000000000000000000000000000000000000000 01e1759cac40d8154e47ed0e11c12a9d42d2d0ff cloudtest_azpcontainer 1697698939 +0000 clone: from https://github.com/JamesNK/Newtonsoft.Json.git Binary files /tmp/tmp6hpx4h2b/K5O8nQyaff/dotnet6-6.0.123/src/source-build/.git/modules/src/newtonsoft-json901/index and /tmp/tmp6hpx4h2b/8W59gIPWYR/dotnet6-6.0.124/src/source-build/.git/modules/src/newtonsoft-json901/index differ diff -Nru dotnet6-6.0.123/src/source-build/.git/modules/src/newtonsoft-json901/logs/HEAD dotnet6-6.0.124/src/source-build/.git/modules/src/newtonsoft-json901/logs/HEAD --- dotnet6-6.0.123/src/source-build/.git/modules/src/newtonsoft-json901/logs/HEAD 2023-10-01 02:21:07.000000000 +0000 +++ dotnet6-6.0.124/src/source-build/.git/modules/src/newtonsoft-json901/logs/HEAD 2023-10-19 07:02:28.000000000 +0000 @@ -1,2 +1,2 @@ -0000000000000000000000000000000000000000 01e1759cac40d8154e47ed0e11c12a9d42d2d0ff cloudtest_azpcontainer 1696126859 +0000 clone: from https://github.com/JamesNK/Newtonsoft.Json.git -01e1759cac40d8154e47ed0e11c12a9d42d2d0ff e5ac9a8473dfdefb8fe2cddae433a9aaa94a5b37 cloudtest_azpcontainer 1696126867 +0000 checkout: moving from master to e5ac9a8473dfdefb8fe2cddae433a9aaa94a5b37 +0000000000000000000000000000000000000000 01e1759cac40d8154e47ed0e11c12a9d42d2d0ff cloudtest_azpcontainer 1697698940 +0000 clone: from https://github.com/JamesNK/Newtonsoft.Json.git +01e1759cac40d8154e47ed0e11c12a9d42d2d0ff e5ac9a8473dfdefb8fe2cddae433a9aaa94a5b37 cloudtest_azpcontainer 1697698948 +0000 checkout: moving from master to e5ac9a8473dfdefb8fe2cddae433a9aaa94a5b37 diff -Nru dotnet6-6.0.123/src/source-build/.git/modules/src/newtonsoft-json901/logs/refs/heads/master dotnet6-6.0.124/src/source-build/.git/modules/src/newtonsoft-json901/logs/refs/heads/master --- dotnet6-6.0.123/src/source-build/.git/modules/src/newtonsoft-json901/logs/refs/heads/master 2023-10-01 02:20:59.000000000 +0000 +++ dotnet6-6.0.124/src/source-build/.git/modules/src/newtonsoft-json901/logs/refs/heads/master 2023-10-19 07:02:20.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 01e1759cac40d8154e47ed0e11c12a9d42d2d0ff cloudtest_azpcontainer 1696126859 +0000 clone: from https://github.com/JamesNK/Newtonsoft.Json.git +0000000000000000000000000000000000000000 01e1759cac40d8154e47ed0e11c12a9d42d2d0ff cloudtest_azpcontainer 1697698940 +0000 clone: from https://github.com/JamesNK/Newtonsoft.Json.git diff -Nru dotnet6-6.0.123/src/source-build/.git/modules/src/newtonsoft-json901/logs/refs/remotes/origin/HEAD dotnet6-6.0.124/src/source-build/.git/modules/src/newtonsoft-json901/logs/refs/remotes/origin/HEAD --- dotnet6-6.0.123/src/source-build/.git/modules/src/newtonsoft-json901/logs/refs/remotes/origin/HEAD 2023-10-01 02:20:59.000000000 +0000 +++ dotnet6-6.0.124/src/source-build/.git/modules/src/newtonsoft-json901/logs/refs/remotes/origin/HEAD 2023-10-19 07:02:20.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 01e1759cac40d8154e47ed0e11c12a9d42d2d0ff cloudtest_azpcontainer 1696126859 +0000 clone: from https://github.com/JamesNK/Newtonsoft.Json.git +0000000000000000000000000000000000000000 01e1759cac40d8154e47ed0e11c12a9d42d2d0ff cloudtest_azpcontainer 1697698940 +0000 clone: from https://github.com/JamesNK/Newtonsoft.Json.git Binary files /tmp/tmp6hpx4h2b/K5O8nQyaff/dotnet6-6.0.123/src/source-build-reference-packages/.git/index and /tmp/tmp6hpx4h2b/8W59gIPWYR/dotnet6-6.0.124/src/source-build-reference-packages/.git/index differ diff -Nru dotnet6-6.0.123/src/source-build-reference-packages/.git/logs/HEAD dotnet6-6.0.124/src/source-build-reference-packages/.git/logs/HEAD --- dotnet6-6.0.123/src/source-build-reference-packages/.git/logs/HEAD 2023-10-01 02:21:59.000000000 +0000 +++ dotnet6-6.0.124/src/source-build-reference-packages/.git/logs/HEAD 2023-10-19 07:03:14.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 38385bc8b19cebe7ae7d20771646158785ee5bdc cloudtest_azpcontainer 1696126919 +0000 reset: moving to FETCH_HEAD +0000000000000000000000000000000000000000 38385bc8b19cebe7ae7d20771646158785ee5bdc cloudtest_azpcontainer 1697698994 +0000 reset: moving to FETCH_HEAD diff -Nru dotnet6-6.0.123/src/source-build-reference-packages/.git/logs/refs/heads/master dotnet6-6.0.124/src/source-build-reference-packages/.git/logs/refs/heads/master --- dotnet6-6.0.123/src/source-build-reference-packages/.git/logs/refs/heads/master 2023-10-01 02:21:59.000000000 +0000 +++ dotnet6-6.0.124/src/source-build-reference-packages/.git/logs/refs/heads/master 2023-10-19 07:03:14.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 38385bc8b19cebe7ae7d20771646158785ee5bdc cloudtest_azpcontainer 1696126919 +0000 reset: moving to FETCH_HEAD +0000000000000000000000000000000000000000 38385bc8b19cebe7ae7d20771646158785ee5bdc cloudtest_azpcontainer 1697698994 +0000 reset: moving to FETCH_HEAD Binary files /tmp/tmp6hpx4h2b/K5O8nQyaff/dotnet6-6.0.123/src/sourcelink/.git/index and /tmp/tmp6hpx4h2b/8W59gIPWYR/dotnet6-6.0.124/src/sourcelink/.git/index differ diff -Nru dotnet6-6.0.123/src/sourcelink/.git/logs/HEAD dotnet6-6.0.124/src/sourcelink/.git/logs/HEAD --- dotnet6-6.0.123/src/sourcelink/.git/logs/HEAD 2023-10-01 02:22:02.000000000 +0000 +++ dotnet6-6.0.124/src/sourcelink/.git/logs/HEAD 2023-10-19 07:03:17.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 8031e5220baf2acad991e661d8308b783d2acf3e cloudtest_azpcontainer 1696126922 +0000 reset: moving to FETCH_HEAD +0000000000000000000000000000000000000000 8031e5220baf2acad991e661d8308b783d2acf3e cloudtest_azpcontainer 1697698997 +0000 reset: moving to FETCH_HEAD diff -Nru dotnet6-6.0.123/src/sourcelink/.git/logs/refs/heads/master dotnet6-6.0.124/src/sourcelink/.git/logs/refs/heads/master --- dotnet6-6.0.123/src/sourcelink/.git/logs/refs/heads/master 2023-10-01 02:22:02.000000000 +0000 +++ dotnet6-6.0.124/src/sourcelink/.git/logs/refs/heads/master 2023-10-19 07:03:17.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 8031e5220baf2acad991e661d8308b783d2acf3e cloudtest_azpcontainer 1696126922 +0000 reset: moving to FETCH_HEAD +0000000000000000000000000000000000000000 8031e5220baf2acad991e661d8308b783d2acf3e cloudtest_azpcontainer 1697698997 +0000 reset: moving to FETCH_HEAD Binary files /tmp/tmp6hpx4h2b/K5O8nQyaff/dotnet6-6.0.123/src/symreader/.git/index and /tmp/tmp6hpx4h2b/8W59gIPWYR/dotnet6-6.0.124/src/symreader/.git/index differ diff -Nru dotnet6-6.0.123/src/symreader/.git/logs/HEAD dotnet6-6.0.124/src/symreader/.git/logs/HEAD --- dotnet6-6.0.123/src/symreader/.git/logs/HEAD 2023-10-01 02:21:11.000000000 +0000 +++ dotnet6-6.0.124/src/symreader/.git/logs/HEAD 2023-10-19 07:02:32.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 7b9791daa3a3477eb22ec805946c9fff8b42d8ca cloudtest_azpcontainer 1696126871 +0000 reset: moving to FETCH_HEAD +0000000000000000000000000000000000000000 7b9791daa3a3477eb22ec805946c9fff8b42d8ca cloudtest_azpcontainer 1697698952 +0000 reset: moving to FETCH_HEAD diff -Nru dotnet6-6.0.123/src/symreader/.git/logs/refs/heads/master dotnet6-6.0.124/src/symreader/.git/logs/refs/heads/master --- dotnet6-6.0.123/src/symreader/.git/logs/refs/heads/master 2023-10-01 02:21:11.000000000 +0000 +++ dotnet6-6.0.124/src/symreader/.git/logs/refs/heads/master 2023-10-19 07:02:32.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 7b9791daa3a3477eb22ec805946c9fff8b42d8ca cloudtest_azpcontainer 1696126871 +0000 reset: moving to FETCH_HEAD +0000000000000000000000000000000000000000 7b9791daa3a3477eb22ec805946c9fff8b42d8ca cloudtest_azpcontainer 1697698952 +0000 reset: moving to FETCH_HEAD diff -Nru dotnet6-6.0.123/src/templating/eng/Version.Details.xml dotnet6-6.0.124/src/templating/eng/Version.Details.xml --- dotnet6-6.0.123/src/templating/eng/Version.Details.xml 2023-10-01 02:20:12.000000000 +0000 +++ dotnet6-6.0.124/src/templating/eng/Version.Details.xml 2023-10-19 07:01:31.000000000 +0000 @@ -11,17 +11,17 @@ def2e2c6dc5064319250e2868a041a3dc07f9579 - + https://dev.azure.com/dnceng/internal/_git/dotnet-runtime - e0f0de876a67755a2c6cd2dc730c13f5959bdea8 + e7b8488daf32c7a607632ec4be605ba3ccf171a7 - + https://dev.azure.com/dnceng/internal/_git/dotnet-runtime - e0f0de876a67755a2c6cd2dc730c13f5959bdea8 + e7b8488daf32c7a607632ec4be605ba3ccf171a7 - + https://dev.azure.com/dnceng/internal/_git/dotnet-runtime - e0f0de876a67755a2c6cd2dc730c13f5959bdea8 + e7b8488daf32c7a607632ec4be605ba3ccf171a7 https://github.com/dotnet/command-line-api diff -Nru dotnet6-6.0.123/src/templating/eng/Versions.props dotnet6-6.0.124/src/templating/eng/Versions.props --- dotnet6-6.0.123/src/templating/eng/Versions.props 2023-10-01 02:20:12.000000000 +0000 +++ dotnet6-6.0.124/src/templating/eng/Versions.props 2023-10-19 07:01:31.000000000 +0000 @@ -4,7 +4,7 @@ true true - 6.0.123 + 6.0.124 servicing @@ -25,9 +25,9 @@ 6.0.4-rc.9 6.0.4-rc.9 - 6.0.23 - 6.0.23 - 6.0.23-servicing.23480.2 + 6.0.24 + 6.0.24 + 6.0.24-servicing.23518.14 6.0.4 6.0.0 6.0.0 diff -Nru dotnet6-6.0.123/src/templating/.git/FETCH_HEAD dotnet6-6.0.124/src/templating/.git/FETCH_HEAD --- dotnet6-6.0.123/src/templating/.git/FETCH_HEAD 2023-10-01 02:20:12.000000000 +0000 +++ dotnet6-6.0.124/src/templating/.git/FETCH_HEAD 2023-10-19 07:01:31.000000000 +0000 @@ -1 +1 @@ -d0deccaa5039ef510feef0dbb63a63dcc88112f5 'd0deccaa5039ef510feef0dbb63a63dcc88112f5' of https://dev.azure.com/dnceng/internal/_git/dotnet-templating +08bff7403c5feec2b688ca346a31e8b1c49a9a32 '08bff7403c5feec2b688ca346a31e8b1c49a9a32' of https://dev.azure.com/dnceng/internal/_git/dotnet-templating Binary files /tmp/tmp6hpx4h2b/K5O8nQyaff/dotnet6-6.0.123/src/templating/.git/index and /tmp/tmp6hpx4h2b/8W59gIPWYR/dotnet6-6.0.124/src/templating/.git/index differ diff -Nru dotnet6-6.0.123/src/templating/.git/logs/HEAD dotnet6-6.0.124/src/templating/.git/logs/HEAD --- dotnet6-6.0.123/src/templating/.git/logs/HEAD 2023-10-01 02:20:12.000000000 +0000 +++ dotnet6-6.0.124/src/templating/.git/logs/HEAD 2023-10-19 07:01:31.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 d0deccaa5039ef510feef0dbb63a63dcc88112f5 cloudtest_azpcontainer 1696126812 +0000 reset: moving to FETCH_HEAD +0000000000000000000000000000000000000000 08bff7403c5feec2b688ca346a31e8b1c49a9a32 cloudtest_azpcontainer 1697698891 +0000 reset: moving to FETCH_HEAD diff -Nru dotnet6-6.0.123/src/templating/.git/logs/refs/heads/master dotnet6-6.0.124/src/templating/.git/logs/refs/heads/master --- dotnet6-6.0.123/src/templating/.git/logs/refs/heads/master 2023-10-01 02:20:12.000000000 +0000 +++ dotnet6-6.0.124/src/templating/.git/logs/refs/heads/master 2023-10-19 07:01:31.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 d0deccaa5039ef510feef0dbb63a63dcc88112f5 cloudtest_azpcontainer 1696126812 +0000 reset: moving to FETCH_HEAD +0000000000000000000000000000000000000000 08bff7403c5feec2b688ca346a31e8b1c49a9a32 cloudtest_azpcontainer 1697698891 +0000 reset: moving to FETCH_HEAD diff -Nru dotnet6-6.0.123/src/templating/.git/refs/heads/master dotnet6-6.0.124/src/templating/.git/refs/heads/master --- dotnet6-6.0.123/src/templating/.git/refs/heads/master 2023-10-01 02:20:12.000000000 +0000 +++ dotnet6-6.0.124/src/templating/.git/refs/heads/master 2023-10-19 07:01:31.000000000 +0000 @@ -1 +1 @@ -d0deccaa5039ef510feef0dbb63a63dcc88112f5 +08bff7403c5feec2b688ca346a31e8b1c49a9a32 diff -Nru dotnet6-6.0.123/src/templating/.git/shallow dotnet6-6.0.124/src/templating/.git/shallow --- dotnet6-6.0.123/src/templating/.git/shallow 2023-10-01 02:20:11.000000000 +0000 +++ dotnet6-6.0.124/src/templating/.git/shallow 2023-10-19 07:01:30.000000000 +0000 @@ -1 +1 @@ -d0deccaa5039ef510feef0dbb63a63dcc88112f5 +08bff7403c5feec2b688ca346a31e8b1c49a9a32 diff -Nru dotnet6-6.0.123/src/templating/NuGet.config dotnet6-6.0.124/src/templating/NuGet.config --- dotnet6-6.0.123/src/templating/NuGet.config 2023-10-01 02:20:12.000000000 +0000 +++ dotnet6-6.0.124/src/templating/NuGet.config 2023-10-19 07:01:31.000000000 +0000 @@ -4,7 +4,7 @@ - + @@ -19,7 +19,7 @@ - + diff -Nru dotnet6-6.0.123/src/templating/.vscode/tasks.json dotnet6-6.0.124/src/templating/.vscode/tasks.json --- dotnet6-6.0.123/src/templating/.vscode/tasks.json 2023-10-01 02:20:12.000000000 +0000 +++ dotnet6-6.0.124/src/templating/.vscode/tasks.json 2023-10-19 07:01:31.000000000 +0000 @@ -1,16 +1,21 @@ { - "version": "0.1.0", + "version": "2.0.0", "command": "dotnet", - "isShellCommand": true, "args": [], "tasks": [ { - "taskName": "build", + "label": "build", + "type": "shell", + "command": "dotnet", "args": [ + "build", "${workspaceRoot}/test/Microsoft.TemplateEngine.EndToEndTestHarness/Microsoft.TemplateEngine.EndToEndTestHarness.csproj" ], - "isBuildCommand": true, - "problemMatcher": "$msCompile" + "problemMatcher": "$msCompile", + "group": { + "_id": "build", + "isDefault": false + } } ] } \ No newline at end of file Binary files /tmp/tmp6hpx4h2b/K5O8nQyaff/dotnet6-6.0.123/src/test-templates/.git/index and /tmp/tmp6hpx4h2b/8W59gIPWYR/dotnet6-6.0.124/src/test-templates/.git/index differ diff -Nru dotnet6-6.0.123/src/test-templates/.git/logs/HEAD dotnet6-6.0.124/src/test-templates/.git/logs/HEAD --- dotnet6-6.0.123/src/test-templates/.git/logs/HEAD 2023-10-01 02:20:10.000000000 +0000 +++ dotnet6-6.0.124/src/test-templates/.git/logs/HEAD 2023-10-19 07:01:30.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 c40ef7e056b48e011c43a21354d6790ba6b8b4fc cloudtest_azpcontainer 1696126810 +0000 reset: moving to FETCH_HEAD +0000000000000000000000000000000000000000 c40ef7e056b48e011c43a21354d6790ba6b8b4fc cloudtest_azpcontainer 1697698890 +0000 reset: moving to FETCH_HEAD diff -Nru dotnet6-6.0.123/src/test-templates/.git/logs/refs/heads/master dotnet6-6.0.124/src/test-templates/.git/logs/refs/heads/master --- dotnet6-6.0.123/src/test-templates/.git/logs/refs/heads/master 2023-10-01 02:20:10.000000000 +0000 +++ dotnet6-6.0.124/src/test-templates/.git/logs/refs/heads/master 2023-10-19 07:01:30.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 c40ef7e056b48e011c43a21354d6790ba6b8b4fc cloudtest_azpcontainer 1696126810 +0000 reset: moving to FETCH_HEAD +0000000000000000000000000000000000000000 c40ef7e056b48e011c43a21354d6790ba6b8b4fc cloudtest_azpcontainer 1697698890 +0000 reset: moving to FETCH_HEAD Binary files /tmp/tmp6hpx4h2b/K5O8nQyaff/dotnet6-6.0.123/src/vstest/.git/index and /tmp/tmp6hpx4h2b/8W59gIPWYR/dotnet6-6.0.124/src/vstest/.git/index differ diff -Nru dotnet6-6.0.123/src/vstest/.git/logs/HEAD dotnet6-6.0.124/src/vstest/.git/logs/HEAD --- dotnet6-6.0.123/src/vstest/.git/logs/HEAD 2023-10-01 02:20:23.000000000 +0000 +++ dotnet6-6.0.124/src/vstest/.git/logs/HEAD 2023-10-19 07:01:42.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 cc7fb0593127e24f55ce016fb3ac85b5b2857fec cloudtest_azpcontainer 1696126823 +0000 reset: moving to FETCH_HEAD +0000000000000000000000000000000000000000 cc7fb0593127e24f55ce016fb3ac85b5b2857fec cloudtest_azpcontainer 1697698902 +0000 reset: moving to FETCH_HEAD diff -Nru dotnet6-6.0.123/src/vstest/.git/logs/refs/heads/master dotnet6-6.0.124/src/vstest/.git/logs/refs/heads/master --- dotnet6-6.0.123/src/vstest/.git/logs/refs/heads/master 2023-10-01 02:20:23.000000000 +0000 +++ dotnet6-6.0.124/src/vstest/.git/logs/refs/heads/master 2023-10-19 07:01:42.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 cc7fb0593127e24f55ce016fb3ac85b5b2857fec cloudtest_azpcontainer 1696126823 +0000 reset: moving to FETCH_HEAD +0000000000000000000000000000000000000000 cc7fb0593127e24f55ce016fb3ac85b5b2857fec cloudtest_azpcontainer 1697698902 +0000 reset: moving to FETCH_HEAD Binary files /tmp/tmp6hpx4h2b/K5O8nQyaff/dotnet6-6.0.123/src/xdt/.git/index and /tmp/tmp6hpx4h2b/8W59gIPWYR/dotnet6-6.0.124/src/xdt/.git/index differ diff -Nru dotnet6-6.0.123/src/xdt/.git/logs/HEAD dotnet6-6.0.124/src/xdt/.git/logs/HEAD --- dotnet6-6.0.123/src/xdt/.git/logs/HEAD 2023-10-01 02:20:54.000000000 +0000 +++ dotnet6-6.0.124/src/xdt/.git/logs/HEAD 2023-10-19 07:02:14.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 698fdad58fa64a55f16cd9562c90224cc498ed02 cloudtest_azpcontainer 1696126854 +0000 reset: moving to FETCH_HEAD +0000000000000000000000000000000000000000 698fdad58fa64a55f16cd9562c90224cc498ed02 cloudtest_azpcontainer 1697698934 +0000 reset: moving to FETCH_HEAD diff -Nru dotnet6-6.0.123/src/xdt/.git/logs/refs/heads/master dotnet6-6.0.124/src/xdt/.git/logs/refs/heads/master --- dotnet6-6.0.123/src/xdt/.git/logs/refs/heads/master 2023-10-01 02:20:54.000000000 +0000 +++ dotnet6-6.0.124/src/xdt/.git/logs/refs/heads/master 2023-10-19 07:02:14.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 698fdad58fa64a55f16cd9562c90224cc498ed02 cloudtest_azpcontainer 1696126854 +0000 reset: moving to FETCH_HEAD +0000000000000000000000000000000000000000 698fdad58fa64a55f16cd9562c90224cc498ed02 cloudtest_azpcontainer 1697698934 +0000 reset: moving to FETCH_HEAD Binary files /tmp/tmp6hpx4h2b/K5O8nQyaff/dotnet6-6.0.123/src/xliff-tasks/.git/index and /tmp/tmp6hpx4h2b/8W59gIPWYR/dotnet6-6.0.124/src/xliff-tasks/.git/index differ diff -Nru dotnet6-6.0.123/src/xliff-tasks/.git/logs/HEAD dotnet6-6.0.124/src/xliff-tasks/.git/logs/HEAD --- dotnet6-6.0.123/src/xliff-tasks/.git/logs/HEAD 2023-10-01 02:22:03.000000000 +0000 +++ dotnet6-6.0.124/src/xliff-tasks/.git/logs/HEAD 2023-10-19 07:03:18.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 bc3233146e1fcd393ed471d5005333c83363e0fe cloudtest_azpcontainer 1696126923 +0000 reset: moving to FETCH_HEAD +0000000000000000000000000000000000000000 bc3233146e1fcd393ed471d5005333c83363e0fe cloudtest_azpcontainer 1697698998 +0000 reset: moving to FETCH_HEAD diff -Nru dotnet6-6.0.123/src/xliff-tasks/.git/logs/refs/heads/master dotnet6-6.0.124/src/xliff-tasks/.git/logs/refs/heads/master --- dotnet6-6.0.123/src/xliff-tasks/.git/logs/refs/heads/master 2023-10-01 02:22:03.000000000 +0000 +++ dotnet6-6.0.124/src/xliff-tasks/.git/logs/refs/heads/master 2023-10-19 07:03:18.000000000 +0000 @@ -1 +1 @@ -0000000000000000000000000000000000000000 bc3233146e1fcd393ed471d5005333c83363e0fe cloudtest_azpcontainer 1696126923 +0000 reset: moving to FETCH_HEAD +0000000000000000000000000000000000000000 bc3233146e1fcd393ed471d5005333c83363e0fe cloudtest_azpcontainer 1697698998 +0000 reset: moving to FETCH_HEAD diff -Nru dotnet6-6.0.123/tools-local/init-build.proj dotnet6-6.0.124/tools-local/init-build.proj --- dotnet6-6.0.123/tools-local/init-build.proj 2023-10-01 02:19:08.000000000 +0000 +++ dotnet6-6.0.124/tools-local/init-build.proj 2023-10-19 07:00:35.000000000 +0000 @@ -9,6 +9,7 @@ + @@ -22,6 +23,7 @@ + + + + + +