GET /api/v1/files/?format=api&page=82548
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 4149085,
    "next": "https://ports.macports.org/api/v1/files/?format=api&page=82549",
    "previous": "https://ports.macports.org/api/v1/files/?format=api&page=82547",
    "results": [
        {
            "build_id": 91354,
            "files": [
                {
                    "file": "  /opt/local/bin/pgroll\n"
                },
                {
                    "file": "  /opt/local/share/bash-completion/completions/pgroll\n"
                },
                {
                    "file": "  /opt/local/share/fish/vendor_completions.d/pgroll.fish\n"
                },
                {
                    "file": "  /opt/local/share/pgroll/examples/.ledger\n"
                },
                {
                    "file": "  /opt/local/share/pgroll/examples/01_create_tables.yaml\n"
                },
                {
                    "file": "  /opt/local/share/pgroll/examples/02_create_another_table.yaml\n"
                },
                {
                    "file": "  /opt/local/share/pgroll/examples/03_add_column.yaml\n"
                },
                {
                    "file": "  /opt/local/share/pgroll/examples/04_rename_table.yaml\n"
                },
                {
                    "file": "  /opt/local/share/pgroll/examples/05_sql.yaml\n"
                },
                {
                    "file": "  /opt/local/share/pgroll/examples/06_add_column_to_sql_table.yaml\n"
                },
                {
                    "file": "  /opt/local/share/pgroll/examples/07_drop_table.yaml\n"
                },
                {
                    "file": "  /opt/local/share/pgroll/examples/08_create_fruits_table.yaml\n"
                },
                {
                    "file": "  /opt/local/share/pgroll/examples/09_drop_column.yaml\n"
                },
                {
                    "file": "  /opt/local/share/pgroll/examples/10_create_index.yaml\n"
                },
                {
                    "file": "  /opt/local/share/pgroll/examples/11_drop_index.yaml\n"
                },
                {
                    "file": "  /opt/local/share/pgroll/examples/12_create_employees_table.yaml\n"
                },
                {
                    "file": "  /opt/local/share/pgroll/examples/13_rename_column.yaml\n"
                },
                {
                    "file": "  /opt/local/share/pgroll/examples/14_add_reviews_table.yaml\n"
                },
                {
                    "file": "  /opt/local/share/pgroll/examples/15_set_column_unique.yaml\n"
                },
                {
                    "file": "  /opt/local/share/pgroll/examples/16_set_nullable.yaml\n"
                },
                {
                    "file": "  /opt/local/share/pgroll/examples/17_add_rating_column.yaml\n"
                },
                {
                    "file": "  /opt/local/share/pgroll/examples/18_change_column_type.yaml\n"
                },
                {
                    "file": "  /opt/local/share/pgroll/examples/19_create_orders_table.yaml\n"
                },
                {
                    "file": "  /opt/local/share/pgroll/examples/20_create_posts_table.yaml\n"
                },
                {
                    "file": "  /opt/local/share/pgroll/examples/21_add_foreign_key_constraint.yaml\n"
                },
                {
                    "file": "  /opt/local/share/pgroll/examples/22_add_check_constraint.yaml\n"
                },
                {
                    "file": "  /opt/local/share/pgroll/examples/23_drop_check_constraint.yaml\n"
                },
                {
                    "file": "  /opt/local/share/pgroll/examples/24_drop_foreign_key_constraint.yaml\n"
                },
                {
                    "file": "  /opt/local/share/pgroll/examples/25_add_table_with_check_constraint.yaml\n"
                },
                {
                    "file": "  /opt/local/share/pgroll/examples/26_add_column_with_check_constraint.yaml\n"
                },
                {
                    "file": "  /opt/local/share/pgroll/examples/27_drop_unique_constraint.yaml\n"
                },
                {
                    "file": "  /opt/local/share/pgroll/examples/28_different_defaults.yaml\n"
                },
                {
                    "file": "  /opt/local/share/pgroll/examples/29_set_replica_identity.yaml\n"
                },
                {
                    "file": "  /opt/local/share/pgroll/examples/30_add_column_simple_up.yaml\n"
                },
                {
                    "file": "  /opt/local/share/pgroll/examples/31_unset_not_null.yaml\n"
                },
                {
                    "file": "  /opt/local/share/pgroll/examples/32_sql_on_complete.yaml\n"
                },
                {
                    "file": "  /opt/local/share/pgroll/examples/33_rename_check_constraint.yaml\n"
                },
                {
                    "file": "  /opt/local/share/pgroll/examples/34_create_events_table.yaml\n"
                },
                {
                    "file": "  /opt/local/share/pgroll/examples/35_alter_column_multiple.yaml\n"
                },
                {
                    "file": "  /opt/local/share/pgroll/examples/36_set_comment_to_null.yaml\n"
                },
                {
                    "file": "  /opt/local/share/pgroll/examples/37_create_partial_index.yaml\n"
                },
                {
                    "file": "  /opt/local/share/pgroll/examples/38_create_hash_index_with_fillfactor.yaml\n"
                },
                {
                    "file": "  /opt/local/share/pgroll/examples/39_add_column_with_multiple_pk_in_table.yaml\n"
                },
                {
                    "file": "  /opt/local/share/pgroll/examples/40_create_enum_type.yaml\n"
                },
                {
                    "file": "  /opt/local/share/pgroll/examples/41_add_enum_column.yaml\n"
                },
                {
                    "file": "  /opt/local/share/pgroll/examples/42_create_unique_index.yaml\n"
                },
                {
                    "file": "  /opt/local/share/pgroll/examples/43_create_tickets_table.yaml\n"
                },
                {
                    "file": "  /opt/local/share/pgroll/examples/44_add_table_unique_constraint.yaml\n"
                },
                {
                    "file": "  /opt/local/share/pgroll/examples/45_add_table_check_constraint.yaml\n"
                },
                {
                    "file": "  /opt/local/share/pgroll/examples/46_alter_column_drop_default.yaml\n"
                },
                {
                    "file": "  /opt/local/share/pgroll/examples/47_add_table_foreign_key_constraint.yaml\n"
                },
                {
                    "file": "  /opt/local/share/pgroll/examples/48_drop_tickets_check.yaml\n"
                },
                {
                    "file": "  /opt/local/share/pgroll/examples/49_unset_not_null_on_indexed_column.yaml\n"
                },
                {
                    "file": "  /opt/local/share/pgroll/examples/50_create_table_with_table_constraint.yaml\n"
                },
                {
                    "file": "  /opt/local/share/pgroll/examples/51_create_table_with_table_foreign_key_constraint.yaml\n"
                },
                {
                    "file": "  /opt/local/share/pgroll/examples/52_create_table_with_exclusion_constraint.yaml\n"
                },
                {
                    "file": "  /opt/local/share/pgroll/examples/53_add_column_with_volatile_default.yaml\n"
                },
                {
                    "file": "  /opt/local/share/pgroll/examples/54_create_index_with_opclass.yaml\n"
                },
                {
                    "file": "  /opt/local/share/pgroll/examples/55_add_primary_key_constraint_to_table.yaml\n"
                },
                {
                    "file": "  /opt/local/share/pgroll/examples/56_with_version_schema.yaml\n"
                },
                {
                    "file": "  /opt/local/share/zsh/site-functions/_pgroll\n"
                }
            ]
        },
        {
            "build_id": 282473,
            "files": []
        },
        {
            "build_id": 282474,
            "files": []
        },
        {
            "build_id": 41806,
            "files": [
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/bin/lsm2bin\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/bin/tiff2fsspec\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/bin/tiffcomment\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/bin/tifffile\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile-2026.9.9.dist-info/METADATA\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile-2026.9.9.dist-info/RECORD\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile-2026.9.9.dist-info/WHEEL\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile-2026.9.9.dist-info/entry_points.txt\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile-2026.9.9.dist-info/licenses/LICENSE\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile-2026.9.9.dist-info/top_level.txt\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/__init__.py\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/__main__.py\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/__pycache__/__init__.cpython-313.opt-1.pyc\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/__pycache__/__init__.cpython-313.pyc\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/__pycache__/__main__.cpython-313.opt-1.pyc\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/__pycache__/__main__.cpython-313.pyc\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/__pycache__/_imagecodecs.cpython-313.opt-1.pyc\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/__pycache__/_imagecodecs.cpython-313.pyc\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/__pycache__/geodb.cpython-313.opt-1.pyc\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/__pycache__/geodb.cpython-313.pyc\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/__pycache__/lsm2bin.cpython-313.opt-1.pyc\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/__pycache__/lsm2bin.cpython-313.pyc\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/__pycache__/numcodecs.cpython-313.opt-1.pyc\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/__pycache__/numcodecs.cpython-313.pyc\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/__pycache__/tiff2fsspec.cpython-313.opt-1.pyc\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/__pycache__/tiff2fsspec.cpython-313.pyc\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/__pycache__/tiffcomment.cpython-313.opt-1.pyc\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/__pycache__/tiffcomment.cpython-313.pyc\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/__pycache__/tifffile.cpython-313.opt-1.pyc\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/__pycache__/tifffile.cpython-313.pyc\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/__pycache__/zarr.cpython-313.opt-1.pyc\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/__pycache__/zarr.cpython-313.pyc\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/_imagecodecs.py\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/geodb.py\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/lsm2bin.py\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/numcodecs.py\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/py.typed\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/tiff2fsspec.py\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/tiffcomment.py\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/tifffile.py\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/zarr.py\n"
                },
                {
                    "file": "  /opt/local/bin/lsm2bin-3.13\n"
                },
                {
                    "file": "  /opt/local/bin/tiff2fsspec-3.13\n"
                },
                {
                    "file": "  /opt/local/bin/tiffcomment-3.13\n"
                },
                {
                    "file": "  /opt/local/bin/tifffile-3.13\n"
                }
            ]
        },
        {
            "build_id": 41807,
            "files": [
                {
                    "file": "  /opt/local/bin/pv\n"
                },
                {
                    "file": "  /opt/local/share/doc/pv/ACKNOWLEDGEMENTS.md\n"
                },
                {
                    "file": "  /opt/local/share/doc/pv/COPYING\n"
                },
                {
                    "file": "  /opt/local/share/doc/pv/DEVELOPERS.md\n"
                },
                {
                    "file": "  /opt/local/share/doc/pv/INSTALL\n"
                },
                {
                    "file": "  /opt/local/share/doc/pv/NEWS.md\n"
                },
                {
                    "file": "  /opt/local/share/doc/pv/README.md\n"
                },
                {
                    "file": "  /opt/local/share/locale/cs/LC_MESSAGES/pv.mo\n"
                },
                {
                    "file": "  /opt/local/share/locale/de/LC_MESSAGES/pv.mo\n"
                },
                {
                    "file": "  /opt/local/share/locale/fi/LC_MESSAGES/pv.mo\n"
                },
                {
                    "file": "  /opt/local/share/locale/fr/LC_MESSAGES/pv.mo\n"
                },
                {
                    "file": "  /opt/local/share/locale/ka/LC_MESSAGES/pv.mo\n"
                },
                {
                    "file": "  /opt/local/share/locale/pl/LC_MESSAGES/pv.mo\n"
                },
                {
                    "file": "  /opt/local/share/locale/pt/LC_MESSAGES/pv.mo\n"
                },
                {
                    "file": "  /opt/local/share/locale/ru/LC_MESSAGES/pv.mo\n"
                },
                {
                    "file": "  /opt/local/share/locale/tr/LC_MESSAGES/pv.mo\n"
                },
                {
                    "file": "  /opt/local/share/man/man1/pv.1.gz\n"
                }
            ]
        },
        {
            "build_id": 41808,
            "files": [
                {
                    "file": "  /opt/local/bin/dotnet\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/LICENSE.txt\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/ThirdPartyNotices.txt\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/dotnet\n"
                }
            ]
        },
        {
            "build_id": 41809,
            "files": [
                {
                    "file": "  /opt/local/share/dotnet/host/fxr/8.0.31/libhostfxr.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/.version\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/Microsoft.CSharp.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/Microsoft.NETCore.App.deps.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/Microsoft.NETCore.App.runtimeconfig.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/Microsoft.VisualBasic.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/Microsoft.VisualBasic.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/Microsoft.Win32.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/Microsoft.Win32.Registry.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.AppContext.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Buffers.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Collections.Concurrent.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Collections.Immutable.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Collections.NonGeneric.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Collections.Specialized.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Collections.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.ComponentModel.Annotations.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.ComponentModel.DataAnnotations.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.ComponentModel.EventBasedAsync.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.ComponentModel.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.ComponentModel.TypeConverter.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.ComponentModel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Configuration.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Console.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Data.Common.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Data.DataSetExtensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Data.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Diagnostics.Contracts.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Diagnostics.Debug.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Diagnostics.DiagnosticSource.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Diagnostics.FileVersionInfo.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Diagnostics.Process.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Diagnostics.StackTrace.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Diagnostics.TextWriterTraceListener.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Diagnostics.Tools.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Diagnostics.TraceSource.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Diagnostics.Tracing.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Drawing.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Drawing.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Dynamic.Runtime.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Formats.Asn1.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Formats.Tar.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Globalization.Calendars.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Globalization.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Globalization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.IO.Compression.Brotli.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.IO.Compression.FileSystem.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.IO.Compression.ZipFile.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.IO.Compression.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.IO.FileSystem.AccessControl.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.IO.FileSystem.DriveInfo.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.IO.FileSystem.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.IO.FileSystem.Watcher.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.IO.FileSystem.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.IO.IsolatedStorage.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.IO.MemoryMappedFiles.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.IO.Pipes.AccessControl.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.IO.Pipes.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.IO.UnmanagedMemoryStream.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.IO.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Linq.Expressions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Linq.Parallel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Linq.Queryable.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Linq.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Memory.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Net.Http.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Net.Http.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Net.HttpListener.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Net.Mail.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Net.NameResolution.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Net.NetworkInformation.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Net.Ping.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Net.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Net.Quic.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Net.Requests.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Net.Security.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Net.ServicePoint.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Net.Sockets.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Net.WebClient.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Net.WebHeaderCollection.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Net.WebProxy.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Net.WebSockets.Client.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Net.WebSockets.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Net.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Numerics.Vectors.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Numerics.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.ObjectModel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Private.CoreLib.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Private.DataContractSerialization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Private.Uri.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Private.Xml.Linq.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Private.Xml.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Reflection.DispatchProxy.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Reflection.Emit.ILGeneration.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Reflection.Emit.Lightweight.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Reflection.Emit.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Reflection.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Reflection.Metadata.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Reflection.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Reflection.TypeExtensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Reflection.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Resources.Reader.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Resources.ResourceManager.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Resources.Writer.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Runtime.CompilerServices.Unsafe.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Runtime.CompilerServices.VisualC.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Runtime.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Runtime.Handles.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Runtime.InteropServices.JavaScript.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Runtime.InteropServices.RuntimeInformation.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Runtime.InteropServices.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Runtime.Intrinsics.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Runtime.Loader.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Runtime.Numerics.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Runtime.Serialization.Formatters.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Runtime.Serialization.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Runtime.Serialization.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Runtime.Serialization.Xml.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Runtime.Serialization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Runtime.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Security.AccessControl.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Security.Claims.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Security.Cryptography.Algorithms.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Security.Cryptography.Cng.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Security.Cryptography.Csp.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Security.Cryptography.Encoding.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Security.Cryptography.OpenSsl.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Security.Cryptography.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Security.Cryptography.X509Certificates.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Security.Cryptography.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Security.Principal.Windows.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Security.Principal.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Security.SecureString.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Security.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.ServiceModel.Web.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.ServiceProcess.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Text.Encoding.CodePages.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Text.Encoding.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Text.Encoding.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Text.Encodings.Web.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Text.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Text.RegularExpressions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Threading.Channels.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Threading.Overlapped.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Threading.Tasks.Dataflow.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Threading.Tasks.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Threading.Tasks.Parallel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Threading.Tasks.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Threading.Thread.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Threading.ThreadPool.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Threading.Timer.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Threading.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Transactions.Local.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Transactions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.ValueTuple.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Web.HttpUtility.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Web.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Windows.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Xml.Linq.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Xml.ReaderWriter.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Xml.Serialization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Xml.XDocument.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Xml.XPath.XDocument.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Xml.XPath.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Xml.XmlDocument.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Xml.XmlSerializer.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Xml.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/WindowsBase.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/createdump\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/libSystem.Globalization.Native.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/libSystem.IO.Compression.Native.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/libSystem.Native.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/libSystem.Net.Security.Native.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/libSystem.Security.Cryptography.Native.Apple.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/libSystem.Security.Cryptography.Native.OpenSsl.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/libclrgc.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/libclrjit.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/libcoreclr.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/libhostpolicy.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/libmscordaccore.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/libmscordbi.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/mscorlib.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/netstandard.dll\n"
                }
            ]
        },
        {
            "build_id": 41810,
            "files": [
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/.version\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Antiforgery.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.App.deps.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.App.runtimeconfig.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Authentication.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Authentication.BearerToken.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Authentication.Cookies.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Authentication.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Authentication.OAuth.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Authentication.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Authorization.Policy.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Authorization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Components.Authorization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Components.Endpoints.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Components.Forms.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Components.Server.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Components.Web.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Components.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Connections.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.CookiePolicy.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Cors.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Cryptography.Internal.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.DataProtection.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.DataProtection.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.DataProtection.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Diagnostics.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Diagnostics.HealthChecks.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Diagnostics.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.HostFiltering.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Hosting.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Hosting.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Html.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Http.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Http.Connections.Common.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Http.Connections.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Http.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Http.Features.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Http.Results.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Http.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.HttpLogging.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.HttpOverrides.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.HttpsPolicy.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Identity.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Localization.Routing.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Localization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Metadata.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Mvc.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Mvc.ApiExplorer.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Mvc.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Mvc.Cors.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Mvc.DataAnnotations.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Mvc.Formatters.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Mvc.Formatters.Xml.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Mvc.Localization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Mvc.Razor.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Mvc.RazorPages.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Mvc.TagHelpers.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Mvc.ViewFeatures.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Mvc.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.OutputCaching.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.RateLimiting.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Razor.Runtime.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Razor.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.RequestDecompression.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.ResponseCaching.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.ResponseCaching.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.ResponseCompression.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Rewrite.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Routing.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Routing.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Server.HttpSys.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Server.IIS.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Server.IISIntegration.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Server.Kestrel.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Server.Kestrel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Session.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.SignalR.Common.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.SignalR.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.SignalR.Protocols.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.SignalR.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.StaticFiles.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.WebSockets.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.WebUtilities.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Caching.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Caching.Memory.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Configuration.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Configuration.Binder.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Configuration.CommandLine.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Configuration.EnvironmentVariables.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Configuration.FileExtensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Configuration.Ini.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Configuration.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Configuration.KeyPerFile.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Configuration.UserSecrets.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Configuration.Xml.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Configuration.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.DependencyInjection.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.DependencyInjection.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Diagnostics.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Diagnostics.HealthChecks.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Diagnostics.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Features.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.FileProviders.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.FileProviders.Composite.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.FileProviders.Embedded.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.FileProviders.Physical.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.FileSystemGlobbing.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Hosting.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Hosting.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Http.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Identity.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Identity.Stores.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Localization.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Localization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Logging.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Logging.Configuration.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Logging.Console.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Logging.Debug.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Logging.EventLog.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Logging.EventSource.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Logging.TraceSource.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Logging.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.ObjectPool.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Options.ConfigurationExtensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Options.DataAnnotations.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Options.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.WebEncoders.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.JSInterop.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Net.Http.Headers.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/System.Diagnostics.EventLog.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/System.IO.Pipelines.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/System.Security.Cryptography.Pkcs.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/System.Security.Cryptography.Xml.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/System.Threading.RateLimiting.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/THIRD-PARTY-NOTICES.txt\n"
                }
            ]
        },
        {
            "build_id": 41811,
            "files": [
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/.version\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Antiforgery.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.App.deps.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.App.runtimeconfig.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Authentication.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Authentication.BearerToken.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Authentication.Cookies.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Authentication.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Authentication.OAuth.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Authentication.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Authorization.Policy.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Authorization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Components.Authorization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Components.Endpoints.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Components.Forms.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Components.Server.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Components.Web.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Components.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Connections.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.CookiePolicy.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Cors.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Cryptography.Internal.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.DataProtection.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.DataProtection.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.DataProtection.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Diagnostics.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Diagnostics.HealthChecks.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Diagnostics.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.HostFiltering.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Hosting.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Hosting.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Html.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Http.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Http.Connections.Common.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Http.Connections.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Http.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Http.Features.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Http.Results.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Http.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.HttpLogging.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.HttpOverrides.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.HttpsPolicy.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Identity.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Localization.Routing.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Localization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Metadata.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Mvc.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Mvc.ApiExplorer.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Mvc.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Mvc.Cors.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Mvc.DataAnnotations.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Mvc.Formatters.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Mvc.Formatters.Xml.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Mvc.Localization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Mvc.Razor.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Mvc.RazorPages.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Mvc.TagHelpers.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Mvc.ViewFeatures.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Mvc.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.OutputCaching.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.RateLimiting.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Razor.Runtime.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Razor.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.RequestDecompression.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.ResponseCaching.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.ResponseCaching.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.ResponseCompression.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Rewrite.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Routing.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Routing.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Server.HttpSys.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Server.IIS.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Server.IISIntegration.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Server.Kestrel.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Server.Kestrel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Session.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.SignalR.Common.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.SignalR.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.SignalR.Protocols.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.SignalR.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.StaticAssets.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.StaticFiles.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.WebSockets.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.WebUtilities.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.Extensions.Caching.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.Extensions.Caching.Memory.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.Extensions.Configuration.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.Extensions.Configuration.Binder.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.Extensions.Configuration.CommandLine.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.Extensions.Configuration.EnvironmentVariables.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.Extensions.Configuration.FileExtensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.Extensions.Configuration.Ini.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.Extensions.Configuration.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.Extensions.Configuration.KeyPerFile.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.Extensions.Configuration.UserSecrets.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.Extensions.Configuration.Xml.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.Extensions.Configuration.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.Extensions.DependencyInjection.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.Extensions.DependencyInjection.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.Extensions.Diagnostics.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.Extensions.Diagnostics.HealthChecks.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.Extensions.Diagnostics.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.Extensions.Features.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.Extensions.FileProviders.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.Extensions.FileProviders.Composite.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.Extensions.FileProviders.Embedded.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.Extensions.FileProviders.Physical.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.Extensions.FileSystemGlobbing.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.Extensions.Hosting.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.Extensions.Hosting.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.Extensions.Http.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.Extensions.Identity.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.Extensions.Identity.Stores.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.Extensions.Localization.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.Extensions.Localization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.Extensions.Logging.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.Extensions.Logging.Configuration.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.Extensions.Logging.Console.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.Extensions.Logging.Debug.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.Extensions.Logging.EventLog.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.Extensions.Logging.EventSource.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.Extensions.Logging.TraceSource.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.Extensions.Logging.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.Extensions.ObjectPool.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.Extensions.Options.ConfigurationExtensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.Extensions.Options.DataAnnotations.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.Extensions.Options.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.Extensions.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.Extensions.WebEncoders.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.JSInterop.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.Net.Http.Headers.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/System.Diagnostics.EventLog.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/System.Security.Cryptography.Pkcs.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/System.Security.Cryptography.Xml.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/System.Threading.RateLimiting.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/THIRD-PARTY-NOTICES.txt\n"
                }
            ]
        },
        {
            "build_id": 41812,
            "files": [
                {
                    "file": "  /opt/local/share/dotnet/host/fxr/10.0.12/libhostfxr.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/.version\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/Microsoft.CSharp.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/Microsoft.NETCore.App.deps.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/Microsoft.NETCore.App.runtimeconfig.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/Microsoft.VisualBasic.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/Microsoft.VisualBasic.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/Microsoft.Win32.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/Microsoft.Win32.Registry.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.AppContext.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Buffers.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Collections.Concurrent.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Collections.Immutable.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Collections.NonGeneric.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Collections.Specialized.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Collections.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.ComponentModel.Annotations.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.ComponentModel.DataAnnotations.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.ComponentModel.EventBasedAsync.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.ComponentModel.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.ComponentModel.TypeConverter.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.ComponentModel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Configuration.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Console.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Data.Common.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Data.DataSetExtensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Data.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Diagnostics.Contracts.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Diagnostics.Debug.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Diagnostics.DiagnosticSource.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Diagnostics.FileVersionInfo.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Diagnostics.Process.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Diagnostics.StackTrace.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Diagnostics.TextWriterTraceListener.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Diagnostics.Tools.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Diagnostics.TraceSource.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Diagnostics.Tracing.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Drawing.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Drawing.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Dynamic.Runtime.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Formats.Asn1.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Formats.Tar.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Globalization.Calendars.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Globalization.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Globalization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.IO.Compression.Brotli.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.IO.Compression.FileSystem.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.IO.Compression.ZipFile.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.IO.Compression.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.IO.FileSystem.AccessControl.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.IO.FileSystem.DriveInfo.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.IO.FileSystem.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.IO.FileSystem.Watcher.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.IO.FileSystem.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.IO.IsolatedStorage.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.IO.MemoryMappedFiles.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.IO.Pipelines.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.IO.Pipes.AccessControl.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.IO.Pipes.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.IO.UnmanagedMemoryStream.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.IO.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Linq.AsyncEnumerable.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Linq.Expressions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Linq.Parallel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Linq.Queryable.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Linq.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Memory.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Net.Http.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Net.Http.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Net.HttpListener.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Net.Mail.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Net.NameResolution.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Net.NetworkInformation.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Net.Ping.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Net.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Net.Quic.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Net.Requests.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Net.Security.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Net.ServerSentEvents.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Net.ServicePoint.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Net.Sockets.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Net.WebClient.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Net.WebHeaderCollection.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Net.WebProxy.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Net.WebSockets.Client.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Net.WebSockets.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Net.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Numerics.Vectors.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Numerics.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.ObjectModel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Private.CoreLib.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Private.DataContractSerialization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Private.Uri.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Private.Xml.Linq.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Private.Xml.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Reflection.DispatchProxy.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Reflection.Emit.ILGeneration.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Reflection.Emit.Lightweight.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Reflection.Emit.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Reflection.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Reflection.Metadata.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Reflection.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Reflection.TypeExtensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Reflection.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Resources.Reader.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Resources.ResourceManager.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Resources.Writer.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Runtime.CompilerServices.Unsafe.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Runtime.CompilerServices.VisualC.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Runtime.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Runtime.Handles.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Runtime.InteropServices.JavaScript.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Runtime.InteropServices.RuntimeInformation.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Runtime.InteropServices.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Runtime.Intrinsics.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Runtime.Loader.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Runtime.Numerics.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Runtime.Serialization.Formatters.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Runtime.Serialization.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Runtime.Serialization.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Runtime.Serialization.Xml.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Runtime.Serialization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Runtime.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Security.AccessControl.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Security.Claims.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Security.Cryptography.Algorithms.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Security.Cryptography.Cng.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Security.Cryptography.Csp.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Security.Cryptography.Encoding.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Security.Cryptography.OpenSsl.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Security.Cryptography.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Security.Cryptography.X509Certificates.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Security.Cryptography.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Security.Principal.Windows.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Security.Principal.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Security.SecureString.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Security.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.ServiceModel.Web.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.ServiceProcess.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Text.Encoding.CodePages.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Text.Encoding.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Text.Encoding.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Text.Encodings.Web.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Text.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Text.RegularExpressions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Threading.AccessControl.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Threading.Channels.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Threading.Overlapped.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Threading.Tasks.Dataflow.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Threading.Tasks.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Threading.Tasks.Parallel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Threading.Tasks.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Threading.Thread.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Threading.ThreadPool.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Threading.Timer.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Threading.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Transactions.Local.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Transactions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.ValueTuple.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Web.HttpUtility.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Web.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Windows.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Xml.Linq.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Xml.ReaderWriter.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Xml.Serialization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Xml.XDocument.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Xml.XPath.XDocument.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Xml.XPath.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Xml.XmlDocument.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Xml.XmlSerializer.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Xml.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/WindowsBase.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/createdump\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/libSystem.Globalization.Native.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/libSystem.IO.Compression.Native.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/libSystem.Native.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/libSystem.Net.Security.Native.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/libSystem.Security.Cryptography.Native.Apple.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/libclrgc.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/libclrgcexp.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/libclrjit.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/libcoreclr.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/libhostpolicy.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/libmscordaccore.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/libmscordbi.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/mscorlib.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/netstandard.dll\n"
                }
            ]
        },
        {
            "build_id": 41813,
            "files": [
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/.version\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Antiforgery.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.App.deps.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.App.runtimeconfig.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Authentication.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Authentication.BearerToken.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Authentication.Cookies.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Authentication.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Authentication.OAuth.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Authentication.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Authorization.Policy.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Authorization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Components.Authorization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Components.Endpoints.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Components.Forms.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Components.Server.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Components.Web.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Components.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Connections.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.CookiePolicy.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Cors.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Cryptography.Internal.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.DataProtection.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.DataProtection.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.DataProtection.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Diagnostics.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Diagnostics.HealthChecks.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Diagnostics.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.HostFiltering.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Hosting.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Hosting.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Html.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Http.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Http.Connections.Common.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Http.Connections.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Http.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Http.Features.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Http.Results.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Http.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.HttpLogging.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.HttpOverrides.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.HttpsPolicy.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Identity.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Localization.Routing.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Localization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Metadata.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Mvc.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Mvc.ApiExplorer.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Mvc.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Mvc.Cors.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Mvc.DataAnnotations.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Mvc.Formatters.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Mvc.Formatters.Xml.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Mvc.Localization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Mvc.Razor.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Mvc.RazorPages.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Mvc.TagHelpers.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Mvc.ViewFeatures.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Mvc.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.OutputCaching.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.RateLimiting.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Razor.Runtime.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Razor.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.RequestDecompression.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.ResponseCaching.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.ResponseCaching.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.ResponseCompression.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Rewrite.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Routing.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Routing.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Server.HttpSys.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Server.IIS.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Server.IISIntegration.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Server.Kestrel.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Server.Kestrel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Session.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.SignalR.Common.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.SignalR.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.SignalR.Protocols.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.SignalR.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.StaticAssets.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.StaticFiles.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.WebSockets.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.WebUtilities.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.Extensions.Caching.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.Extensions.Caching.Memory.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.Extensions.Configuration.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.Extensions.Configuration.Binder.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.Extensions.Configuration.CommandLine.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.Extensions.Configuration.EnvironmentVariables.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.Extensions.Configuration.FileExtensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.Extensions.Configuration.Ini.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.Extensions.Configuration.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.Extensions.Configuration.KeyPerFile.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.Extensions.Configuration.UserSecrets.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.Extensions.Configuration.Xml.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.Extensions.Configuration.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.Extensions.DependencyInjection.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.Extensions.DependencyInjection.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.Extensions.Diagnostics.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.Extensions.Diagnostics.HealthChecks.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.Extensions.Diagnostics.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.Extensions.Features.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.Extensions.FileProviders.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.Extensions.FileProviders.Composite.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.Extensions.FileProviders.Embedded.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.Extensions.FileProviders.Physical.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.Extensions.FileSystemGlobbing.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.Extensions.Hosting.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.Extensions.Hosting.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.Extensions.Http.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.Extensions.Identity.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.Extensions.Identity.Stores.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.Extensions.Localization.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.Extensions.Localization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.Extensions.Logging.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.Extensions.Logging.Configuration.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.Extensions.Logging.Console.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.Extensions.Logging.Debug.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.Extensions.Logging.EventLog.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.Extensions.Logging.EventSource.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.Extensions.Logging.TraceSource.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.Extensions.Logging.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.Extensions.ObjectPool.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.Extensions.Options.ConfigurationExtensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.Extensions.Options.DataAnnotations.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.Extensions.Options.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.Extensions.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.Extensions.Validation.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.Extensions.WebEncoders.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.JSInterop.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.Net.Http.Headers.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/System.Diagnostics.EventLog.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/System.Formats.Cbor.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/System.Security.Cryptography.Pkcs.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/System.Security.Cryptography.Xml.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/System.Threading.RateLimiting.dll\n"
                }
            ]
        },
        {
            "build_id": 41814,
            "files": [
                {
                    "file": "  /opt/local/share/dotnet/host/fxr/11.0.0-rc.1.26425.128/libhostfxr.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/.version\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/Microsoft.CSharp.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/Microsoft.Extensions.Caching.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/Microsoft.Extensions.Configuration.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/Microsoft.Extensions.DependencyInjection.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/Microsoft.Extensions.Diagnostics.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/Microsoft.Extensions.FileProviders.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/Microsoft.Extensions.Hosting.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/Microsoft.Extensions.Logging.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/Microsoft.Extensions.Options.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/Microsoft.Extensions.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/Microsoft.NETCore.App.deps.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/Microsoft.NETCore.App.runtimeconfig.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/Microsoft.VisualBasic.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/Microsoft.VisualBasic.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/Microsoft.Win32.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/Microsoft.Win32.Registry.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.AppContext.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Buffers.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Collections.Concurrent.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Collections.Immutable.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Collections.NonGeneric.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Collections.Specialized.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Collections.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.ComponentModel.Annotations.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.ComponentModel.DataAnnotations.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.ComponentModel.EventBasedAsync.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/libcoreclr.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.ComponentModel.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.ComponentModel.TypeConverter.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.ComponentModel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Configuration.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Console.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Data.Common.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Data.DataSetExtensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Data.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Diagnostics.Contracts.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Diagnostics.Debug.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Diagnostics.DiagnosticSource.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Diagnostics.FileVersionInfo.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Diagnostics.Process.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Diagnostics.StackTrace.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Diagnostics.TextWriterTraceListener.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Diagnostics.Tools.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Diagnostics.TraceSource.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Diagnostics.Tracing.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Drawing.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Drawing.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Dynamic.Runtime.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Formats.Asn1.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Formats.Tar.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Globalization.Calendars.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Globalization.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Globalization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.IO.Compression.Brotli.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.IO.Compression.FileSystem.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.IO.Compression.ZipFile.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.IO.Compression.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.IO.FileSystem.AccessControl.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.IO.FileSystem.DriveInfo.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.IO.FileSystem.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.IO.FileSystem.Watcher.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.IO.FileSystem.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.IO.IsolatedStorage.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.IO.MemoryMappedFiles.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.IO.Pipelines.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.IO.Pipes.AccessControl.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.IO.Pipes.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.IO.UnmanagedMemoryStream.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.IO.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Linq.AsyncEnumerable.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Linq.Expressions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Linq.Parallel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Linq.Queryable.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Linq.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Memory.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Net.Http.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Net.Http.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Net.HttpListener.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Net.Mail.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Net.NameResolution.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Net.NetworkInformation.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Net.Ping.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Net.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Net.Quic.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Net.Requests.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Net.Security.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Net.ServerSentEvents.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Net.ServicePoint.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Net.Sockets.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Net.WebClient.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Net.WebHeaderCollection.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Net.WebProxy.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Net.WebSockets.Client.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Net.WebSockets.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Net.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Numerics.Vectors.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Numerics.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.ObjectModel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Private.CoreLib.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Private.DataContractSerialization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Private.Uri.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Private.Xml.Linq.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Private.Xml.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Reflection.DispatchProxy.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Reflection.Emit.ILGeneration.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Reflection.Emit.Lightweight.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Reflection.Emit.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Reflection.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Reflection.Metadata.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Reflection.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Reflection.TypeExtensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Reflection.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Resources.Reader.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Resources.ResourceManager.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Resources.Writer.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Runtime.CompilerServices.Unsafe.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Runtime.CompilerServices.VisualC.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Runtime.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Runtime.Handles.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Runtime.InteropServices.JavaScript.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Runtime.InteropServices.RuntimeInformation.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Runtime.InteropServices.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Runtime.Intrinsics.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Runtime.Loader.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Runtime.Numerics.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Runtime.Serialization.Formatters.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Runtime.Serialization.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Runtime.Serialization.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Runtime.Serialization.Xml.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Runtime.Serialization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Runtime.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Security.AccessControl.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Security.Claims.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Security.Cryptography.Algorithms.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Security.Cryptography.Cng.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Security.Cryptography.Csp.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Security.Cryptography.Encoding.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Security.Cryptography.OpenSsl.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Security.Cryptography.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Security.Cryptography.X509Certificates.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Security.Cryptography.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Security.Principal.Windows.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Security.Principal.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Security.SecureString.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Security.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.ServiceModel.Web.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.ServiceProcess.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Text.Encoding.CodePages.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Text.Encoding.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Text.Encoding.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Text.Encodings.Web.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Text.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Text.RegularExpressions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Threading.AccessControl.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Threading.Channels.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Threading.Overlapped.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Threading.Tasks.Dataflow.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Threading.Tasks.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Threading.Tasks.Parallel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Threading.Tasks.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Threading.Thread.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Threading.ThreadPool.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Threading.Timer.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Threading.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Transactions.Local.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Transactions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.ValueTuple.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Web.HttpUtility.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Web.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Windows.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Xml.Linq.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Xml.ReaderWriter.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Xml.Serialization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Xml.XDocument.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Xml.XPath.XDocument.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Xml.XPath.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Xml.XmlDocument.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Xml.XmlSerializer.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Xml.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/WindowsBase.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/createdump\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/libSystem.Globalization.Native.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/libSystem.IO.Compression.Native.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/libSystem.Native.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/libSystem.Net.Security.Native.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/libSystem.Security.Cryptography.Native.Apple.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/libclrgc.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/libclrgcexp.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/libclrjit.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/libhostpolicy.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/libmscordaccore.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/libmscordbi.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/mscorlib.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/netstandard.dll\n"
                }
            ]
        },
        {
            "build_id": 41815,
            "files": [
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/.version\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Antiforgery.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.App.deps.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.App.runtimeconfig.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Authentication.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Authentication.BearerToken.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Authentication.Cookies.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Authentication.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Authentication.OAuth.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Authentication.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Authorization.Policy.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Authorization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Components.Authorization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Components.Endpoints.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Components.Forms.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Components.Server.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Components.Web.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Components.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Connections.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.CookiePolicy.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Cors.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Cryptography.Internal.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.DataProtection.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.DataProtection.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.DataProtection.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Diagnostics.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Diagnostics.HealthChecks.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Diagnostics.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.HostFiltering.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Hosting.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Hosting.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Html.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Http.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Http.Connections.Common.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Http.Connections.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Http.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Http.Features.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Http.Results.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Http.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.HttpLogging.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.HttpOverrides.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.HttpsPolicy.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Identity.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Localization.Routing.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Localization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Metadata.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Mvc.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Mvc.ApiExplorer.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Mvc.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Mvc.Cors.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Mvc.DataAnnotations.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Mvc.Formatters.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Mvc.Formatters.Xml.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Mvc.Localization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Mvc.Razor.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Mvc.RazorPages.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Mvc.TagHelpers.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Mvc.ViewFeatures.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Mvc.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.OutputCaching.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.RateLimiting.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Razor.Runtime.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Razor.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.RequestDecompression.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.ResponseCaching.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.ResponseCaching.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.ResponseCompression.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Rewrite.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Routing.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Routing.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Server.HttpSys.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Server.IIS.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Server.IISIntegration.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Server.Kestrel.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Server.Kestrel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Session.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.SignalR.Common.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.SignalR.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.SignalR.Protocols.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.SignalR.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.StaticAssets.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.StaticFiles.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.WebSockets.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.WebUtilities.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.Extensions.Caching.Memory.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.Extensions.Configuration.Binder.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.Extensions.Configuration.CommandLine.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.Extensions.Configuration.EnvironmentVariables.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.Extensions.Configuration.FileExtensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.Extensions.Configuration.Ini.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.Extensions.Configuration.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.Extensions.Configuration.KeyPerFile.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.Extensions.Configuration.UserSecrets.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.Extensions.Configuration.Xml.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.Extensions.Configuration.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.Extensions.DependencyInjection.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.Extensions.Diagnostics.HealthChecks.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.Extensions.Diagnostics.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.Extensions.Features.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.Extensions.FileProviders.Composite.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.Extensions.FileProviders.Embedded.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.Extensions.FileProviders.Physical.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.Extensions.FileSystemGlobbing.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.Extensions.Hosting.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.Extensions.Http.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.Extensions.Identity.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.Extensions.Identity.Stores.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.Extensions.Localization.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.Extensions.Localization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.Extensions.Logging.Configuration.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.Extensions.Logging.Console.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.Extensions.Logging.Debug.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.Extensions.Logging.EventLog.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.Extensions.Logging.EventSource.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.Extensions.Logging.TraceSource.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.Extensions.Logging.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.Extensions.ObjectPool.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.Extensions.Options.ConfigurationExtensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.Extensions.Options.DataAnnotations.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.Extensions.Validation.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.Extensions.WebEncoders.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.JSInterop.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.Net.Http.Headers.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/System.Diagnostics.EventLog.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/System.Formats.Cbor.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/System.Security.Cryptography.Pkcs.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/System.Security.Cryptography.Xml.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/System.Threading.RateLimiting.dll\n"
                }
            ]
        },
        {
            "build_id": 41816,
            "files": [
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Net.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Net.Quic.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/host/fxr/9.0.20/libhostfxr.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/.version\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/Microsoft.CSharp.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/Microsoft.NETCore.App.deps.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/Microsoft.NETCore.App.runtimeconfig.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/Microsoft.VisualBasic.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/Microsoft.VisualBasic.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/Microsoft.Win32.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/Microsoft.Win32.Registry.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.AppContext.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Buffers.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Collections.Concurrent.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Collections.Immutable.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Collections.NonGeneric.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Collections.Specialized.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Collections.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.ComponentModel.Annotations.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.ComponentModel.DataAnnotations.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.ComponentModel.EventBasedAsync.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.ComponentModel.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.ComponentModel.TypeConverter.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.ComponentModel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Configuration.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Console.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Data.Common.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Data.DataSetExtensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Data.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Diagnostics.Contracts.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Diagnostics.Debug.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Diagnostics.DiagnosticSource.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Diagnostics.FileVersionInfo.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Diagnostics.Process.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Diagnostics.StackTrace.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Diagnostics.TextWriterTraceListener.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Diagnostics.Tools.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Diagnostics.TraceSource.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Diagnostics.Tracing.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Drawing.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Drawing.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Dynamic.Runtime.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Formats.Asn1.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Formats.Tar.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Globalization.Calendars.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Globalization.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Globalization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.IO.Compression.Brotli.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.IO.Compression.FileSystem.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.IO.Compression.ZipFile.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.IO.Compression.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.IO.FileSystem.AccessControl.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.IO.FileSystem.DriveInfo.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.IO.FileSystem.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.IO.FileSystem.Watcher.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.IO.FileSystem.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.IO.IsolatedStorage.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.IO.MemoryMappedFiles.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.IO.Pipelines.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.IO.Pipes.AccessControl.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.IO.Pipes.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.IO.UnmanagedMemoryStream.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.IO.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Linq.Expressions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Linq.Parallel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Linq.Queryable.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Linq.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Memory.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Net.Http.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Net.Http.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Net.HttpListener.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Net.Mail.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Net.NameResolution.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Net.NetworkInformation.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Net.Ping.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Net.Requests.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Net.Security.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Net.ServicePoint.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Net.Sockets.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Net.WebClient.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Net.WebHeaderCollection.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Net.WebProxy.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Net.WebSockets.Client.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Net.WebSockets.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Net.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Numerics.Vectors.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Numerics.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.ObjectModel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Private.CoreLib.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Private.DataContractSerialization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Private.Uri.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Private.Xml.Linq.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Private.Xml.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Reflection.DispatchProxy.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Reflection.Emit.ILGeneration.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Reflection.Emit.Lightweight.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Reflection.Emit.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Reflection.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Reflection.Metadata.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Reflection.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Reflection.TypeExtensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Reflection.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Resources.Reader.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Resources.ResourceManager.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Resources.Writer.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Runtime.CompilerServices.Unsafe.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Runtime.CompilerServices.VisualC.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Runtime.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Runtime.Handles.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Runtime.InteropServices.JavaScript.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Runtime.InteropServices.RuntimeInformation.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Runtime.InteropServices.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Runtime.Intrinsics.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Runtime.Loader.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Runtime.Numerics.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Runtime.Serialization.Formatters.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Runtime.Serialization.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Runtime.Serialization.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Runtime.Serialization.Xml.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Runtime.Serialization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Runtime.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Security.AccessControl.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Security.Claims.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Security.Cryptography.Algorithms.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Security.Cryptography.Cng.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Security.Cryptography.Csp.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Security.Cryptography.Encoding.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Security.Cryptography.OpenSsl.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Security.Cryptography.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Security.Cryptography.X509Certificates.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Security.Cryptography.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Security.Principal.Windows.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Security.Principal.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Security.SecureString.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Security.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.ServiceModel.Web.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.ServiceProcess.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Text.Encoding.CodePages.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Text.Encoding.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Text.Encoding.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Text.Encodings.Web.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Text.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Text.RegularExpressions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Threading.Channels.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Threading.Overlapped.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Threading.Tasks.Dataflow.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Threading.Tasks.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Threading.Tasks.Parallel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Threading.Tasks.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Threading.Thread.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Threading.ThreadPool.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Threading.Timer.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Threading.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Transactions.Local.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Transactions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.ValueTuple.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Web.HttpUtility.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Web.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Windows.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Xml.Linq.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Xml.ReaderWriter.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Xml.Serialization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Xml.XDocument.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Xml.XPath.XDocument.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Xml.XPath.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Xml.XmlDocument.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Xml.XmlSerializer.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Xml.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/WindowsBase.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/createdump\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/libSystem.Globalization.Native.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/libSystem.IO.Compression.Native.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/libSystem.Native.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/libSystem.Net.Security.Native.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/libSystem.Security.Cryptography.Native.Apple.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/libSystem.Security.Cryptography.Native.OpenSsl.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/libclrgc.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/libclrgcexp.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/libclrjit.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/libcoreclr.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/libhostpolicy.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/libmscordaccore.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/libmscordbi.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/mscorlib.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/netstandard.dll\n"
                }
            ]
        },
        {
            "build_id": 41817,
            "files": [
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/analyzers/dotnet/cs/Microsoft.AspNetCore.App.Analyzers.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/analyzers/dotnet/cs/Microsoft.AspNetCore.App.CodeFixes.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/analyzers/dotnet/cs/Microsoft.AspNetCore.Components.Analyzers.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/analyzers/dotnet/cs/Microsoft.AspNetCore.Http.RequestDelegateGenerator.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/analyzers/dotnet/cs/Microsoft.Extensions.Configuration.Binder.SourceGeneration.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/analyzers/dotnet/cs/cs/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/analyzers/dotnet/cs/de/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/analyzers/dotnet/cs/es/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/analyzers/dotnet/cs/fr/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/analyzers/dotnet/cs/it/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/analyzers/dotnet/cs/ja/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/analyzers/dotnet/cs/ko/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/analyzers/dotnet/cs/pl/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/analyzers/dotnet/cs/pt-BR/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/analyzers/dotnet/cs/ru/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/analyzers/dotnet/cs/tr/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/analyzers/dotnet/cs/zh-Hans/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/analyzers/dotnet/cs/zh-Hant/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/analyzers/dotnet/roslyn4.4/cs/Microsoft.Extensions.Logging.Generators.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/analyzers/dotnet/roslyn4.4/cs/Microsoft.Extensions.Options.SourceGeneration.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/analyzers/dotnet/roslyn4.4/cs/cs/Microsoft.Extensions.Logging.Generators.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/analyzers/dotnet/roslyn4.4/cs/cs/Microsoft.Extensions.Options.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/analyzers/dotnet/roslyn4.4/cs/de/Microsoft.Extensions.Logging.Generators.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/analyzers/dotnet/roslyn4.4/cs/de/Microsoft.Extensions.Options.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/analyzers/dotnet/roslyn4.4/cs/es/Microsoft.Extensions.Logging.Generators.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/analyzers/dotnet/roslyn4.4/cs/es/Microsoft.Extensions.Options.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/analyzers/dotnet/roslyn4.4/cs/fr/Microsoft.Extensions.Logging.Generators.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/analyzers/dotnet/roslyn4.4/cs/fr/Microsoft.Extensions.Options.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/analyzers/dotnet/roslyn4.4/cs/it/Microsoft.Extensions.Logging.Generators.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/analyzers/dotnet/roslyn4.4/cs/it/Microsoft.Extensions.Options.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/analyzers/dotnet/roslyn4.4/cs/ja/Microsoft.Extensions.Logging.Generators.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/analyzers/dotnet/roslyn4.4/cs/ja/Microsoft.Extensions.Options.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/analyzers/dotnet/roslyn4.4/cs/ko/Microsoft.Extensions.Logging.Generators.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/analyzers/dotnet/roslyn4.4/cs/ko/Microsoft.Extensions.Options.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/analyzers/dotnet/roslyn4.4/cs/pl/Microsoft.Extensions.Logging.Generators.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/analyzers/dotnet/roslyn4.4/cs/pl/Microsoft.Extensions.Options.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/analyzers/dotnet/roslyn4.4/cs/pt-BR/Microsoft.Extensions.Logging.Generators.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/analyzers/dotnet/roslyn4.4/cs/pt-BR/Microsoft.Extensions.Options.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/analyzers/dotnet/roslyn4.4/cs/ru/Microsoft.Extensions.Logging.Generators.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/analyzers/dotnet/roslyn4.4/cs/ru/Microsoft.Extensions.Options.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/analyzers/dotnet/roslyn4.4/cs/tr/Microsoft.Extensions.Logging.Generators.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/analyzers/dotnet/roslyn4.4/cs/tr/Microsoft.Extensions.Options.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/analyzers/dotnet/roslyn4.4/cs/zh-Hans/Microsoft.Extensions.Logging.Generators.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/analyzers/dotnet/roslyn4.4/cs/zh-Hans/Microsoft.Extensions.Options.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/analyzers/dotnet/roslyn4.4/cs/zh-Hant/Microsoft.Extensions.Logging.Generators.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/analyzers/dotnet/roslyn4.4/cs/zh-Hant/Microsoft.Extensions.Options.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/data/FrameworkList.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/data/PackageOverrides.txt\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/data/PlatformManifest.txt\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Antiforgery.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Antiforgery.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Authentication.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Authentication.Abstractions.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Authentication.BearerToken.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Authentication.BearerToken.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Authentication.Cookies.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Authentication.Cookies.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Authentication.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Authentication.Core.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Authentication.OAuth.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Authentication.OAuth.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Authentication.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Authentication.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Authorization.Policy.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Authorization.Policy.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Authorization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Authorization.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Components.Authorization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Components.Authorization.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Components.Endpoints.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Components.Endpoints.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Components.Forms.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Components.Forms.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Components.Server.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Components.Server.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Components.Web.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Components.Web.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Components.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Components.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Connections.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Connections.Abstractions.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.CookiePolicy.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.CookiePolicy.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Cors.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Cors.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Cryptography.Internal.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Cryptography.Internal.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Cryptography.KeyDerivation.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.DataProtection.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.DataProtection.Abstractions.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.DataProtection.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.DataProtection.Extensions.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.DataProtection.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.DataProtection.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Diagnostics.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Diagnostics.Abstractions.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Diagnostics.HealthChecks.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Diagnostics.HealthChecks.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Diagnostics.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Diagnostics.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.HostFiltering.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.HostFiltering.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Hosting.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Hosting.Abstractions.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Hosting.Server.Abstractions.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Hosting.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Hosting.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Html.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Html.Abstractions.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Http.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Http.Abstractions.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Http.Connections.Common.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Http.Connections.Common.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Http.Connections.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Http.Connections.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Http.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Http.Extensions.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Http.Features.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Http.Features.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Http.Results.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Http.Results.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Http.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Http.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.HttpLogging.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.HttpLogging.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.HttpOverrides.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.HttpOverrides.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.HttpsPolicy.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.HttpsPolicy.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Identity.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Identity.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Localization.Routing.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Localization.Routing.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Localization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Localization.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Metadata.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Metadata.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Mvc.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Mvc.Abstractions.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Mvc.ApiExplorer.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Mvc.ApiExplorer.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Mvc.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Mvc.Core.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Mvc.Cors.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Mvc.Cors.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Mvc.DataAnnotations.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Mvc.DataAnnotations.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Mvc.Formatters.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Mvc.Formatters.Json.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Mvc.Formatters.Xml.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Mvc.Formatters.Xml.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Mvc.Localization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Mvc.Localization.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Mvc.Razor.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Mvc.Razor.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Mvc.RazorPages.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Mvc.RazorPages.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Mvc.TagHelpers.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Mvc.TagHelpers.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Mvc.ViewFeatures.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Mvc.ViewFeatures.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Mvc.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Mvc.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.OutputCaching.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.RateLimiting.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.RateLimiting.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Razor.Runtime.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Razor.Runtime.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Razor.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Razor.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.RequestDecompression.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.RequestDecompression.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.ResponseCaching.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.ResponseCaching.Abstractions.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.ResponseCaching.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.ResponseCaching.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.ResponseCompression.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.ResponseCompression.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Rewrite.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Rewrite.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Routing.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Routing.Abstractions.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Routing.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Routing.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Server.HttpSys.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Server.HttpSys.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Server.IIS.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Server.IIS.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Server.IISIntegration.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Server.IISIntegration.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Server.Kestrel.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Server.Kestrel.Core.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Server.Kestrel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Server.Kestrel.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Session.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Session.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.SignalR.Common.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.SignalR.Common.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.SignalR.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.SignalR.Core.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.SignalR.Protocols.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.SignalR.Protocols.Json.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.SignalR.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.SignalR.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.StaticFiles.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.StaticFiles.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.WebSockets.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.WebSockets.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.WebUtilities.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.WebUtilities.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Caching.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Caching.Abstractions.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Caching.Memory.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Caching.Memory.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Configuration.Abstractions.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Configuration.Binder.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Configuration.Binder.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Configuration.CommandLine.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Configuration.CommandLine.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Configuration.EnvironmentVariables.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Configuration.EnvironmentVariables.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Configuration.FileExtensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Configuration.FileExtensions.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Configuration.Ini.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Configuration.Ini.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Configuration.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Configuration.Json.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Configuration.KeyPerFile.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Configuration.KeyPerFile.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Configuration.UserSecrets.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Configuration.UserSecrets.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Configuration.Xml.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Configuration.Xml.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Configuration.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Configuration.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Data.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.DependencyInjection.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.DependencyInjection.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Diagnostics.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Diagnostics.Abstractions.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Diagnostics.HealthChecks.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Diagnostics.HealthChecks.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Diagnostics.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Diagnostics.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Features.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Features.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.FileProviders.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.FileProviders.Abstractions.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.FileProviders.Composite.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.FileProviders.Composite.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.FileProviders.Embedded.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.FileProviders.Embedded.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.FileProviders.Physical.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.FileProviders.Physical.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.FileSystemGlobbing.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.FileSystemGlobbing.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Hosting.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Hosting.Abstractions.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Hosting.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Hosting.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Http.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Http.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Identity.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Identity.Core.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Identity.Stores.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Identity.Stores.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Localization.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Localization.Abstractions.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Localization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Localization.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Logging.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Logging.Abstractions.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Logging.Configuration.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Logging.Configuration.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Logging.Console.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Logging.Console.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Logging.Debug.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Logging.Debug.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Logging.EventLog.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Logging.EventLog.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Logging.EventSource.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Logging.EventSource.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Logging.TraceSource.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Logging.TraceSource.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Logging.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Logging.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.ObjectPool.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.ObjectPool.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Options.ConfigurationExtensions.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Options.DataAnnotations.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Options.DataAnnotations.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Options.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Options.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Primitives.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.WebEncoders.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.WebEncoders.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.JSInterop.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.JSInterop.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Net.Http.Headers.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Net.Http.Headers.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/System.Diagnostics.EventLog.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/System.Diagnostics.EventLog.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/System.IO.Pipelines.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/System.IO.Pipelines.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/System.Security.Cryptography.Xml.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/System.Security.Cryptography.Xml.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/System.Threading.RateLimiting.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/System.Threading.RateLimiting.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Host.osx-arm64/8.0.31/runtimes/osx-arm64/native/apphost\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Host.osx-arm64/8.0.31/runtimes/osx-arm64/native/coreclr_delegates.h\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Host.osx-arm64/8.0.31/runtimes/osx-arm64/native/hostfxr.h\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Host.osx-arm64/8.0.31/runtimes/osx-arm64/native/libnethost.a\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Host.osx-arm64/8.0.31/runtimes/osx-arm64/native/libnethost.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Host.osx-arm64/8.0.31/runtimes/osx-arm64/native/nethost.h\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Host.osx-arm64/8.0.31/runtimes/osx-arm64/native/singlefilehost\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/cs/Microsoft.Interop.ComInterfaceGenerator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/cs/Microsoft.Interop.LibraryImportGenerator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/cs/Microsoft.Interop.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/cs/System.Text.Json.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/cs/System.Text.RegularExpressions.Generator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/de/Microsoft.Interop.ComInterfaceGenerator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/de/Microsoft.Interop.LibraryImportGenerator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/de/Microsoft.Interop.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/de/System.Text.Json.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/de/System.Text.RegularExpressions.Generator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/es/Microsoft.Interop.ComInterfaceGenerator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/es/Microsoft.Interop.LibraryImportGenerator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/es/Microsoft.Interop.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/es/System.Text.Json.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/es/System.Text.RegularExpressions.Generator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/fr/Microsoft.Interop.ComInterfaceGenerator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/fr/Microsoft.Interop.LibraryImportGenerator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/fr/Microsoft.Interop.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/fr/System.Text.Json.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/fr/System.Text.RegularExpressions.Generator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/it/Microsoft.Interop.ComInterfaceGenerator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/it/Microsoft.Interop.LibraryImportGenerator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/it/Microsoft.Interop.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/it/System.Text.Json.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/it/System.Text.RegularExpressions.Generator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/ja/Microsoft.Interop.ComInterfaceGenerator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/ja/Microsoft.Interop.LibraryImportGenerator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/ja/Microsoft.Interop.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/ja/System.Text.Json.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/ja/System.Text.RegularExpressions.Generator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/ko/Microsoft.Interop.ComInterfaceGenerator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/ko/Microsoft.Interop.LibraryImportGenerator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/ko/Microsoft.Interop.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/ko/System.Text.Json.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/ko/System.Text.RegularExpressions.Generator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/pl/Microsoft.Interop.ComInterfaceGenerator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/pl/Microsoft.Interop.LibraryImportGenerator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/pl/Microsoft.Interop.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/pl/System.Text.Json.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/pl/System.Text.RegularExpressions.Generator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/pt-BR/Microsoft.Interop.ComInterfaceGenerator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/pt-BR/Microsoft.Interop.LibraryImportGenerator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/pt-BR/Microsoft.Interop.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/pt-BR/System.Text.Json.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/pt-BR/System.Text.RegularExpressions.Generator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/ru/Microsoft.Interop.ComInterfaceGenerator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/ru/Microsoft.Interop.LibraryImportGenerator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/ru/Microsoft.Interop.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/ru/System.Text.Json.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/ru/System.Text.RegularExpressions.Generator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/tr/Microsoft.Interop.ComInterfaceGenerator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/tr/Microsoft.Interop.LibraryImportGenerator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/tr/Microsoft.Interop.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/tr/System.Text.Json.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/tr/System.Text.RegularExpressions.Generator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/zh-Hans/Microsoft.Interop.ComInterfaceGenerator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/zh-Hans/Microsoft.Interop.LibraryImportGenerator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/zh-Hans/Microsoft.Interop.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/zh-Hans/System.Text.Json.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/zh-Hans/System.Text.RegularExpressions.Generator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/zh-Hant/Microsoft.Interop.ComInterfaceGenerator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/zh-Hant/Microsoft.Interop.LibraryImportGenerator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/zh-Hant/Microsoft.Interop.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/zh-Hant/System.Text.Json.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/zh-Hant/System.Text.RegularExpressions.Generator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/data/FrameworkList.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/data/PackageOverrides.txt\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/data/PlatformManifest.txt\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/Microsoft.CSharp.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/Microsoft.CSharp.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/Microsoft.VisualBasic.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/Microsoft.VisualBasic.Core.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/Microsoft.VisualBasic.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Win32.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Win32.Primitives.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Win32.Registry.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Win32.Registry.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.AppContext.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Buffers.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Collections.Concurrent.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Collections.Concurrent.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Collections.Immutable.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Collections.Immutable.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Collections.NonGeneric.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Collections.NonGeneric.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Collections.Specialized.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Collections.Specialized.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Collections.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Collections.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.ComponentModel.Annotations.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.ComponentModel.Annotations.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.ComponentModel.DataAnnotations.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.ComponentModel.EventBasedAsync.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.ComponentModel.EventBasedAsync.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.ComponentModel.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.ComponentModel.Primitives.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.ComponentModel.TypeConverter.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.ComponentModel.TypeConverter.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.ComponentModel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.ComponentModel.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Configuration.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Console.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Console.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Data.Common.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Data.Common.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Data.DataSetExtensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Diagnostics.Contracts.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Diagnostics.Contracts.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Diagnostics.Debug.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Diagnostics.DiagnosticSource.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Diagnostics.DiagnosticSource.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Diagnostics.FileVersionInfo.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Diagnostics.FileVersionInfo.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Diagnostics.Process.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Diagnostics.Process.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Diagnostics.StackTrace.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Diagnostics.StackTrace.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Diagnostics.TextWriterTraceListener.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Diagnostics.TextWriterTraceListener.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Diagnostics.Tools.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Diagnostics.TraceSource.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Diagnostics.TraceSource.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Diagnostics.Tracing.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Diagnostics.Tracing.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Drawing.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Drawing.Primitives.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Drawing.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Dynamic.Runtime.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Formats.Asn1.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Formats.Asn1.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Formats.Tar.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Formats.Tar.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Globalization.Calendars.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Globalization.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Globalization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.IO.Compression.Brotli.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.IO.Compression.Brotli.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.IO.Compression.FileSystem.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.IO.Compression.ZipFile.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.IO.Compression.ZipFile.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.IO.Compression.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.IO.Compression.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.IO.FileSystem.AccessControl.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.IO.FileSystem.AccessControl.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.IO.FileSystem.DriveInfo.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.IO.FileSystem.DriveInfo.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.IO.FileSystem.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.IO.FileSystem.Watcher.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.IO.FileSystem.Watcher.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.IO.FileSystem.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.IO.IsolatedStorage.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.IO.IsolatedStorage.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.IO.MemoryMappedFiles.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.IO.MemoryMappedFiles.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.IO.Pipes.AccessControl.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.IO.Pipes.AccessControl.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.IO.Pipes.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.IO.Pipes.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.IO.UnmanagedMemoryStream.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.IO.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Linq.Expressions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Linq.Expressions.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Linq.Parallel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Linq.Parallel.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Linq.Queryable.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Linq.Queryable.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Linq.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Linq.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Memory.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Memory.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Net.Http.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Net.Http.Json.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Net.Http.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Net.Http.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Net.HttpListener.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Net.HttpListener.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Net.Mail.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Net.Mail.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Net.NameResolution.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Net.NameResolution.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Net.NetworkInformation.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Net.NetworkInformation.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Net.Ping.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Net.Ping.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Net.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Net.Primitives.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Net.Quic.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Net.Quic.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Net.Requests.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Net.Requests.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Net.Security.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Net.Security.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Net.ServicePoint.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Net.ServicePoint.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Net.Sockets.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Net.Sockets.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Net.WebClient.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Net.WebClient.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Net.WebHeaderCollection.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Net.WebHeaderCollection.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Net.WebProxy.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Net.WebProxy.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Net.WebSockets.Client.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Net.WebSockets.Client.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Net.WebSockets.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Net.WebSockets.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Net.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Numerics.Vectors.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Numerics.Vectors.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Numerics.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.ObjectModel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.ObjectModel.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Reflection.DispatchProxy.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Reflection.DispatchProxy.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Reflection.Emit.ILGeneration.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Reflection.Emit.ILGeneration.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Reflection.Emit.Lightweight.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Reflection.Emit.Lightweight.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Reflection.Emit.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Reflection.Emit.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Reflection.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Reflection.Metadata.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Reflection.Metadata.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Reflection.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Reflection.Primitives.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Reflection.TypeExtensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Reflection.TypeExtensions.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Reflection.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Resources.Reader.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Resources.ResourceManager.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Resources.Writer.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Resources.Writer.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Runtime.CompilerServices.Unsafe.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Runtime.CompilerServices.VisualC.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Runtime.CompilerServices.VisualC.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Runtime.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Runtime.Handles.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Runtime.InteropServices.JavaScript.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Runtime.InteropServices.JavaScript.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Runtime.InteropServices.RuntimeInformation.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Runtime.InteropServices.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Runtime.InteropServices.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Runtime.Intrinsics.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Runtime.Intrinsics.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Runtime.Loader.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Runtime.Loader.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Runtime.Numerics.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Runtime.Numerics.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Runtime.Serialization.Formatters.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Runtime.Serialization.Formatters.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Runtime.Serialization.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Runtime.Serialization.Json.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Runtime.Serialization.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Runtime.Serialization.Primitives.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Runtime.Serialization.Xml.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Runtime.Serialization.Xml.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Runtime.Serialization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Runtime.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Runtime.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Security.AccessControl.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Security.AccessControl.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Security.Claims.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Security.Claims.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Security.Cryptography.Algorithms.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Security.Cryptography.Cng.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Security.Cryptography.Csp.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Security.Cryptography.Encoding.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Security.Cryptography.OpenSsl.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Security.Cryptography.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Security.Cryptography.X509Certificates.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Security.Cryptography.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Security.Cryptography.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Security.Principal.Windows.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Security.Principal.Windows.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Security.Principal.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Security.SecureString.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Security.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.ServiceModel.Web.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.ServiceProcess.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Text.Encoding.CodePages.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Text.Encoding.CodePages.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Text.Encoding.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Text.Encoding.Extensions.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Text.Encoding.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Text.Encodings.Web.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Text.Encodings.Web.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Text.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Text.Json.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Text.RegularExpressions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Text.RegularExpressions.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Threading.Channels.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Threading.Channels.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Threading.Overlapped.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Threading.Overlapped.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Threading.Tasks.Dataflow.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Threading.Tasks.Dataflow.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Threading.Tasks.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Threading.Tasks.Parallel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Threading.Tasks.Parallel.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Threading.Tasks.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Threading.Thread.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Threading.Thread.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Threading.ThreadPool.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Threading.ThreadPool.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Threading.Timer.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Threading.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Threading.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Transactions.Local.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Transactions.Local.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Transactions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.ValueTuple.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Web.HttpUtility.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Web.HttpUtility.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Web.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Windows.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Xml.Linq.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Xml.ReaderWriter.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Xml.ReaderWriter.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Xml.Serialization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Xml.XDocument.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Xml.XDocument.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Xml.XPath.XDocument.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Xml.XPath.XDocument.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Xml.XPath.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Xml.XPath.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Xml.XmlDocument.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/NuGet.Frameworks.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Xml.XmlSerializer.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Xml.XmlSerializer.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Xml.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/WindowsBase.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/mscorlib.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/netstandard.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.sdk.android/34.0.43/WorkloadManifest.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.sdk.android/34.0.43/WorkloadManifest.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.sdk.aspire/8.0.0-preview.1.23557.2/WorkloadManifest.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.sdk.aspire/8.0.0-preview.1.23557.2/WorkloadManifest.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.sdk.ios/17.0.8478/WorkloadManifest.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.sdk.ios/17.0.8478/WorkloadManifest.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.sdk.maccatalyst/17.0.8478/WorkloadManifest.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.sdk.maccatalyst/17.0.8478/WorkloadManifest.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.sdk.macos/14.0.8478/WorkloadManifest.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.sdk.macos/14.0.8478/WorkloadManifest.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.sdk.maui/8.0.3/WorkloadManifest.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.sdk.maui/8.0.3/WorkloadManifest.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.sdk.tvos/17.0.8478/WorkloadManifest.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.sdk.tvos/17.0.8478/WorkloadManifest.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.emscripten.current/8.0.31/WorkloadManifest.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.emscripten.current/8.0.31/WorkloadManifest.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.emscripten.net6/8.0.31/WorkloadManifest.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.emscripten.net6/8.0.31/WorkloadManifest.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.emscripten.net7/8.0.31/WorkloadManifest.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.emscripten.net7/8.0.31/WorkloadManifest.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.current/8.0.31/WorkloadManifest.Wasi.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.current/8.0.31/WorkloadManifest.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.current/8.0.31/WorkloadManifest.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.current/8.0.31/WorkloadTelemetry.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.current/8.0.31/localize/WorkloadManifest.cs.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.current/8.0.31/localize/WorkloadManifest.de.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.current/8.0.31/localize/WorkloadManifest.en.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.current/8.0.31/localize/WorkloadManifest.es.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.current/8.0.31/localize/WorkloadManifest.fr.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.current/8.0.31/localize/WorkloadManifest.it.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.current/8.0.31/localize/WorkloadManifest.ja.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.current/8.0.31/localize/WorkloadManifest.ko.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.current/8.0.31/localize/WorkloadManifest.pl.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.current/8.0.31/localize/WorkloadManifest.pt-BR.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.current/8.0.31/localize/WorkloadManifest.ru.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.current/8.0.31/localize/WorkloadManifest.tr.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.current/8.0.31/localize/WorkloadManifest.zh-Hans.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.current/8.0.31/localize/WorkloadManifest.zh-Hant.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.net6/8.0.31/WorkloadManifest.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.net6/8.0.31/WorkloadManifest.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.net6/8.0.31/localize/WorkloadManifest.cs.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.net6/8.0.31/localize/WorkloadManifest.de.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.net6/8.0.31/localize/WorkloadManifest.en.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/NuGet.LibraryModel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.net6/8.0.31/localize/WorkloadManifest.es.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.net6/8.0.31/localize/WorkloadManifest.fr.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.net6/8.0.31/localize/WorkloadManifest.it.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.net6/8.0.31/localize/WorkloadManifest.ja.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.net6/8.0.31/localize/WorkloadManifest.ko.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.net6/8.0.31/localize/WorkloadManifest.pl.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.net6/8.0.31/localize/WorkloadManifest.pt-BR.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.net6/8.0.31/localize/WorkloadManifest.ru.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.net6/8.0.31/localize/WorkloadManifest.tr.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.net6/8.0.31/localize/WorkloadManifest.zh-Hans.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.net6/8.0.31/localize/WorkloadManifest.zh-Hant.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.net7/8.0.31/WorkloadManifest.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.net7/8.0.31/WorkloadManifest.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.net7/8.0.31/localize/WorkloadManifest.cs.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.net7/8.0.31/localize/WorkloadManifest.de.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.net7/8.0.31/localize/WorkloadManifest.en.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.net7/8.0.31/localize/WorkloadManifest.es.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.net7/8.0.31/localize/WorkloadManifest.fr.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.net7/8.0.31/localize/WorkloadManifest.it.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.net7/8.0.31/localize/WorkloadManifest.ja.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.net7/8.0.31/localize/WorkloadManifest.ko.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.net7/8.0.31/localize/WorkloadManifest.pl.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.net7/8.0.31/localize/WorkloadManifest.pt-BR.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.net7/8.0.31/localize/WorkloadManifest.ru.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.net7/8.0.31/localize/WorkloadManifest.tr.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.net7/8.0.31/localize/WorkloadManifest.zh-Hans.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.net7/8.0.31/localize/WorkloadManifest.zh-Hant.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/workloadsets/8.0.425-baseline.26421.9/baseline.workloadset.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/.toolsetversion\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/.version\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/AppHostTemplate/apphost\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/build/Microsoft.NET.Build.Containers.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/build/Microsoft.NET.Build.Containers.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/MSBuild.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/Microsoft.DotNet.Cli.Utils.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/Microsoft.Extensions.Configuration.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/Microsoft.Extensions.Configuration.Binder.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/Microsoft.Extensions.Configuration.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/Microsoft.Extensions.DependencyInjection.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/Microsoft.Extensions.DependencyInjection.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/Microsoft.Extensions.DependencyModel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/Microsoft.Extensions.Logging.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/Microsoft.Extensions.Logging.Configuration.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/Microsoft.Extensions.Logging.Console.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/Microsoft.Extensions.Logging.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/Microsoft.Extensions.Options.ConfigurationExtensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/Microsoft.Extensions.Options.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/Microsoft.Extensions.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/Microsoft.NET.Build.Containers.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/Newtonsoft.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/NuGet.Common.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/NuGet.Configuration.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/NuGet.DependencyResolver.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/NuGet.Packaging.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/NuGet.ProjectModel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/NuGet.Protocol.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/NuGet.Versioning.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/System.CommandLine.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/System.Security.Cryptography.Pkcs.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/System.Security.Cryptography.ProtectedData.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/Valleysoft.DockerCredsProvider.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/containerize.deps.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/containerize.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/containerize.exe\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/containerize.runtimeconfig.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/cs/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/cs/Microsoft.NET.Build.Containers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/cs/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/de/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/de/Microsoft.NET.Build.Containers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/de/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/es/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/es/Microsoft.NET.Build.Containers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/es/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/fr/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/fr/Microsoft.NET.Build.Containers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/fr/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/it/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/it/Microsoft.NET.Build.Containers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/it/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/ja/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/ja/Microsoft.NET.Build.Containers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/ja/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/ko/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/ko/Microsoft.NET.Build.Containers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/ko/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/pl/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/pl/Microsoft.NET.Build.Containers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/pl/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/pt-BR/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/pt-BR/Microsoft.NET.Build.Containers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/pt-BR/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/ru/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/ru/Microsoft.NET.Build.Containers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/ru/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/runtimes/win/lib/net8.0/System.Security.Cryptography.Pkcs.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/tr/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/tr/Microsoft.NET.Build.Containers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/tr/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/zh-Hans/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/zh-Hans/Microsoft.NET.Build.Containers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/zh-Hans/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/zh-Hant/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/zh-Hant/Microsoft.NET.Build.Containers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/zh-Hant/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/Microsoft.Bcl.AsyncInterfaces.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/Microsoft.DotNet.Cli.Utils.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/Microsoft.DotNet.Cli.Utils.dll.config\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/Microsoft.Extensions.DependencyInjection.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/Microsoft.Extensions.DependencyInjection.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/Microsoft.Extensions.DependencyModel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/Microsoft.Extensions.Logging.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/Microsoft.Extensions.Logging.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/Microsoft.Extensions.Options.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/Microsoft.Extensions.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/Microsoft.NET.Build.Containers.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/Microsoft.NET.Build.Containers.dll.config\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/Newtonsoft.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/NuGet.Common.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/NuGet.Configuration.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/NuGet.DependencyResolver.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/NuGet.Frameworks.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/NuGet.LibraryModel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/NuGet.Packaging.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/NuGet.ProjectModel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/NuGet.Protocol.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/NuGet.Versioning.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/System.Buffers.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/System.CommandLine.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/System.Diagnostics.DiagnosticSource.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/System.Memory.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/System.Numerics.Vectors.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/System.Runtime.CompilerServices.Unsafe.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/System.Text.Encodings.Web.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/System.Text.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/System.Threading.Tasks.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/System.ValueTuple.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/Valleysoft.DockerCredsProvider.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/cs/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/cs/Microsoft.NET.Build.Containers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/cs/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/de/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/de/Microsoft.NET.Build.Containers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/de/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/es/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/es/Microsoft.NET.Build.Containers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/es/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/fr/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/fr/Microsoft.NET.Build.Containers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/fr/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/it/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/it/Microsoft.NET.Build.Containers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/it/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/ja/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/ja/Microsoft.NET.Build.Containers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/ja/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/ko/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/ko/Microsoft.NET.Build.Containers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/ko/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/pl/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/pl/Microsoft.NET.Build.Containers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/pl/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/pt-BR/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/pt-BR/Microsoft.NET.Build.Containers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/pt-BR/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/ru/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/ru/Microsoft.NET.Build.Containers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/ru/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/tr/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/tr/Microsoft.NET.Build.Containers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/tr/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/zh-Hans/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/zh-Hans/Microsoft.NET.Build.Containers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/zh-Hans/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/zh-Hant/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/zh-Hant/Microsoft.NET.Build.Containers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/zh-Hant/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/MSBuild.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/Microsoft.DotNet.Cli.Utils.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/Microsoft.Extensions.DependencyInjection.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/Microsoft.Extensions.DependencyModel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/Microsoft.Extensions.Logging.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/Microsoft.Extensions.Logging.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/Microsoft.Extensions.Options.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/Microsoft.Extensions.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/Microsoft.NET.Build.Containers.deps.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/Microsoft.NET.Build.Containers.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/Newtonsoft.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/NuGet.Common.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/NuGet.Configuration.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/NuGet.DependencyResolver.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/NuGet.Frameworks.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/NuGet.LibraryModel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/NuGet.Packaging.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/NuGet.ProjectModel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/NuGet.Protocol.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/NuGet.Versioning.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/System.CommandLine.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/System.Security.Cryptography.Pkcs.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/System.Security.Cryptography.ProtectedData.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/Valleysoft.DockerCredsProvider.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/cs/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/cs/Microsoft.NET.Build.Containers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/cs/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/de/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/de/Microsoft.NET.Build.Containers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/de/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/es/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/es/Microsoft.NET.Build.Containers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/es/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/fr/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/fr/Microsoft.NET.Build.Containers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/fr/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/it/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/it/Microsoft.NET.Build.Containers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/it/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/ja/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/ja/Microsoft.NET.Build.Containers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/ja/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/ko/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/ko/Microsoft.NET.Build.Containers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/ko/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/pl/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/pl/Microsoft.NET.Build.Containers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/pl/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/pt-BR/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/pt-BR/Microsoft.NET.Build.Containers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/pt-BR/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/ru/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/ru/Microsoft.NET.Build.Containers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/ru/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/runtimes/win/lib/net8.0/System.Security.Cryptography.Pkcs.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/tr/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/tr/Microsoft.NET.Build.Containers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/tr/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/zh-Hans/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/zh-Hans/Microsoft.NET.Build.Containers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/zh-Hans/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/zh-Hant/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/zh-Hant/Microsoft.NET.Build.Containers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/zh-Hant/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Current/Microsoft.Common.CrossTargeting.targets/ImportAfter/Microsoft.TestPlatform.CrossTargeting.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Current/Microsoft.Common.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Current/Microsoft.Common.targets/ImportAfter/Microsoft.NET.Build.Extensions.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Current/Microsoft.Common.targets/ImportAfter/Microsoft.TestPlatform.ImportAfter.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Current/SolutionFile/ImportAfter/Microsoft.NET.Sdk.Solution.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Current/SolutionFile/ImportAfter/Microsoft.NuGet.ImportAfter.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-dev-certs/8.0.31-servicing.26421.25/tools/net8.0/any/DotnetToolSettings.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-dev-certs/8.0.31-servicing.26421.25/tools/net8.0/any/dotnet-dev-certs.deps.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-dev-certs/8.0.31-servicing.26421.25/tools/net8.0/any/dotnet-dev-certs.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-dev-certs/8.0.31-servicing.26421.25/tools/net8.0/any/dotnet-dev-certs.runtimeconfig.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-net472/Microsoft.Bcl.AsyncInterfaces.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-net472/Microsoft.Build.Locator.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-net472/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.exe.config\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-net472/Microsoft.IO.Redist.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-net472/Newtonsoft.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-net472/System.Buffers.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-net472/System.Collections.Immutable.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-net472/System.CommandLine.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-net472/System.Memory.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-net472/System.Numerics.Vectors.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-net472/System.Runtime.CompilerServices.Unsafe.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-net472/System.Text.Encodings.Web.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-net472/System.Text.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-net472/System.Threading.Tasks.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-net472/System.ValueTuple.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-net472/cs/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-net472/de/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-net472/es/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-net472/fr/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-net472/it/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-net472/ja/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-net472/ko/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-net472/pl/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-net472/pt-BR/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-net472/ru/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-net472/tr/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-net472/zh-Hans/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-net472/zh-Hant/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-netcore/Microsoft.Build.Locator.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-netcore/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.deps.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-netcore/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-netcore/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.dll.config\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-netcore/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.runtimeconfig.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-netcore/Newtonsoft.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-netcore/System.Collections.Immutable.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-netcore/System.CommandLine.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-netcore/System.Text.Encodings.Web.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-netcore/System.Text.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-netcore/cs/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-netcore/de/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-netcore/es/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-netcore/fr/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-netcore/it/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-netcore/ja/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-netcore/ko/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-netcore/pl/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-netcore/pt-BR/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-netcore/ru/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-netcore/runtimes/browser/lib/net6.0/System.Text.Encodings.Web.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-netcore/tr/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-netcore/zh-Hans/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-netcore/zh-Hant/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/Humanizer.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/Microsoft.Bcl.AsyncInterfaces.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/Microsoft.Build.Framework.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/Microsoft.Build.Locator.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/Microsoft.Build.Tasks.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/Microsoft.Build.Utilities.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/Microsoft.Build.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/Microsoft.CodeAnalysis.AnalyzerUtilities.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/Microsoft.CodeAnalysis.CSharp.Features.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/Microsoft.CodeAnalysis.CSharp.Workspaces.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/Microsoft.CodeAnalysis.CSharp.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/Microsoft.CodeAnalysis.Elfie.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/Microsoft.CodeAnalysis.ExternalAccess.RazorCompiler.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/Microsoft.CodeAnalysis.Features.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/Microsoft.CodeAnalysis.Scripting.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/Microsoft.CodeAnalysis.VisualBasic.Features.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/Microsoft.CodeAnalysis.VisualBasic.Workspaces.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/Microsoft.CodeAnalysis.VisualBasic.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/Microsoft.CodeAnalysis.Workspaces.MSBuild.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/Microsoft.CodeAnalysis.Workspaces.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/Microsoft.CodeAnalysis.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/Microsoft.DiaSymReader.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/Microsoft.Extensions.DependencyInjection.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/Microsoft.Extensions.DependencyInjection.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/Microsoft.Extensions.FileSystemGlobbing.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/Microsoft.Extensions.Logging.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/Microsoft.Extensions.Logging.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/Microsoft.Extensions.Options.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/Microsoft.Extensions.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/Microsoft.NET.StringTools.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/Newtonsoft.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/System.CodeDom.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/System.CommandLine.Rendering.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/System.CommandLine.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/System.Composition.AttributedModel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/System.Composition.Convention.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/System.Composition.Hosting.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/System.Composition.Runtime.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/System.Composition.TypedParts.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/System.Configuration.ConfigurationManager.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/System.Diagnostics.EventLog.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/System.IO.Pipelines.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/System.Reflection.MetadataLoadContext.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/System.Resources.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/System.Security.Cryptography.Pkcs.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/System.Security.Cryptography.ProtectedData.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/System.Security.Cryptography.Xml.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/System.Security.Permissions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/System.Windows.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/cs/Microsoft.CodeAnalysis.CSharp.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/cs/Microsoft.CodeAnalysis.CSharp.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/cs/Microsoft.CodeAnalysis.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/cs/Microsoft.CodeAnalysis.Scripting.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/cs/Microsoft.CodeAnalysis.VisualBasic.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/cs/Microsoft.CodeAnalysis.VisualBasic.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/cs/Microsoft.CodeAnalysis.VisualBasic.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/cs/Microsoft.CodeAnalysis.Workspaces.MSBuild.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/cs/Microsoft.CodeAnalysis.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/cs/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/cs/dotnet-format.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/de/Microsoft.CodeAnalysis.CSharp.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/de/Microsoft.CodeAnalysis.CSharp.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/de/Microsoft.CodeAnalysis.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/de/Microsoft.CodeAnalysis.Scripting.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/de/Microsoft.CodeAnalysis.VisualBasic.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/de/Microsoft.CodeAnalysis.VisualBasic.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/de/Microsoft.CodeAnalysis.VisualBasic.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/de/Microsoft.CodeAnalysis.Workspaces.MSBuild.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/de/Microsoft.CodeAnalysis.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/de/Microsoft.CodeAnalysis.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/de/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/de/dotnet-format.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/dotnet-format.deps.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/dotnet-format.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/dotnet-format.dll.config\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/dotnet-format.runtimeconfig.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/es/Microsoft.CodeAnalysis.CSharp.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/es/Microsoft.CodeAnalysis.CSharp.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/es/Microsoft.CodeAnalysis.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/es/Microsoft.CodeAnalysis.Scripting.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/es/Microsoft.CodeAnalysis.VisualBasic.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/es/Microsoft.CodeAnalysis.VisualBasic.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/es/Microsoft.CodeAnalysis.VisualBasic.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/es/Microsoft.CodeAnalysis.Workspaces.MSBuild.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/es/Microsoft.CodeAnalysis.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/es/Microsoft.CodeAnalysis.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/es/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/es/dotnet-format.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/fr/Microsoft.CodeAnalysis.CSharp.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/fr/Microsoft.CodeAnalysis.CSharp.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/fr/Microsoft.CodeAnalysis.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/fr/Microsoft.CodeAnalysis.Scripting.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/fr/Microsoft.CodeAnalysis.VisualBasic.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/fr/Microsoft.CodeAnalysis.VisualBasic.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/fr/Microsoft.CodeAnalysis.VisualBasic.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/fr/Microsoft.CodeAnalysis.Workspaces.MSBuild.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/fr/Microsoft.CodeAnalysis.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/fr/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/fr/dotnet-format.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/it/Microsoft.CodeAnalysis.CSharp.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/it/Microsoft.CodeAnalysis.CSharp.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/it/Microsoft.CodeAnalysis.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/it/Microsoft.CodeAnalysis.Scripting.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/it/Microsoft.CodeAnalysis.VisualBasic.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/it/Microsoft.CodeAnalysis.VisualBasic.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/it/Microsoft.CodeAnalysis.VisualBasic.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/it/Microsoft.CodeAnalysis.Workspaces.MSBuild.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/it/Microsoft.CodeAnalysis.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/it/Microsoft.CodeAnalysis.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/it/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/it/dotnet-format.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/ja/Microsoft.CodeAnalysis.CSharp.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/ja/Microsoft.CodeAnalysis.CSharp.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/ja/Microsoft.CodeAnalysis.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/ja/Microsoft.CodeAnalysis.Scripting.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/ja/Microsoft.CodeAnalysis.VisualBasic.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/ja/Microsoft.CodeAnalysis.VisualBasic.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/ja/Microsoft.CodeAnalysis.VisualBasic.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/ja/Microsoft.CodeAnalysis.Workspaces.MSBuild.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/ja/Microsoft.CodeAnalysis.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/ja/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/ja/dotnet-format.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/ko/Microsoft.CodeAnalysis.CSharp.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/ko/Microsoft.CodeAnalysis.CSharp.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/ko/Microsoft.CodeAnalysis.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/ko/Microsoft.CodeAnalysis.Scripting.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/ko/Microsoft.CodeAnalysis.VisualBasic.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/ko/Microsoft.CodeAnalysis.VisualBasic.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/ko/Microsoft.CodeAnalysis.VisualBasic.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/ko/Microsoft.CodeAnalysis.Workspaces.MSBuild.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/ko/Microsoft.CodeAnalysis.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/ko/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/ko/dotnet-format.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/pl/Microsoft.CodeAnalysis.CSharp.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/pl/Microsoft.CodeAnalysis.CSharp.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/pl/Microsoft.CodeAnalysis.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/pl/Microsoft.CodeAnalysis.Scripting.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/pl/Microsoft.CodeAnalysis.VisualBasic.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/pl/Microsoft.CodeAnalysis.VisualBasic.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/pl/Microsoft.CodeAnalysis.VisualBasic.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/pl/Microsoft.CodeAnalysis.Workspaces.MSBuild.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/pl/Microsoft.CodeAnalysis.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/pl/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/pl/dotnet-format.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/pt-BR/Microsoft.CodeAnalysis.CSharp.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/pt-BR/Microsoft.CodeAnalysis.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/pt-BR/Microsoft.CodeAnalysis.Scripting.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/pt-BR/Microsoft.CodeAnalysis.VisualBasic.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/pt-BR/Microsoft.CodeAnalysis.VisualBasic.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/pt-BR/Microsoft.CodeAnalysis.VisualBasic.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/pt-BR/Microsoft.CodeAnalysis.Workspaces.MSBuild.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/pt-BR/Microsoft.CodeAnalysis.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/pt-BR/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/pt-BR/dotnet-format.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/ru/Microsoft.CodeAnalysis.CSharp.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/ru/Microsoft.CodeAnalysis.CSharp.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/ru/Microsoft.CodeAnalysis.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/ru/Microsoft.CodeAnalysis.Scripting.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/ru/Microsoft.CodeAnalysis.VisualBasic.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/ru/Microsoft.CodeAnalysis.VisualBasic.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/ru/Microsoft.CodeAnalysis.VisualBasic.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/ru/Microsoft.CodeAnalysis.Workspaces.MSBuild.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/ru/Microsoft.CodeAnalysis.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/ru/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/ru/dotnet-format.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/runtimes/win/lib/net8.0/System.Diagnostics.EventLog.Messages.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/runtimes/win/lib/net8.0/System.Diagnostics.EventLog.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/runtimes/win/lib/net8.0/System.Security.Cryptography.Pkcs.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/runtimes/win/lib/net8.0/System.Windows.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/tr/Microsoft.CodeAnalysis.CSharp.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/tr/Microsoft.CodeAnalysis.CSharp.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/tr/Microsoft.CodeAnalysis.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/tr/Microsoft.CodeAnalysis.Scripting.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/tr/Microsoft.CodeAnalysis.VisualBasic.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/tr/Microsoft.CodeAnalysis.VisualBasic.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/tr/Microsoft.CodeAnalysis.VisualBasic.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/tr/Microsoft.CodeAnalysis.Workspaces.MSBuild.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/tr/Microsoft.CodeAnalysis.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/tr/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/tr/dotnet-format.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/zh-Hans/Microsoft.CodeAnalysis.CSharp.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/zh-Hans/Microsoft.CodeAnalysis.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/zh-Hans/Microsoft.CodeAnalysis.Scripting.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/zh-Hans/Microsoft.CodeAnalysis.VisualBasic.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/zh-Hans/Microsoft.CodeAnalysis.VisualBasic.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/zh-Hans/Microsoft.CodeAnalysis.VisualBasic.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/zh-Hans/Microsoft.CodeAnalysis.Workspaces.MSBuild.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/zh-Hans/Microsoft.CodeAnalysis.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/zh-Hans/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/zh-Hans/dotnet-format.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/zh-Hant/Microsoft.CodeAnalysis.CSharp.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/zh-Hant/Microsoft.CodeAnalysis.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/zh-Hant/Microsoft.CodeAnalysis.Scripting.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/zh-Hant/Microsoft.CodeAnalysis.VisualBasic.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/zh-Hant/Microsoft.CodeAnalysis.VisualBasic.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/zh-Hant/Microsoft.CodeAnalysis.VisualBasic.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/zh-Hant/Microsoft.CodeAnalysis.Workspaces.MSBuild.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/zh-Hant/Microsoft.CodeAnalysis.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/zh-Hant/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/zh-Hant/dotnet-format.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-user-jwts/8.0.31-servicing.26421.25/tools/net8.0/any/DotnetToolSettings.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-user-jwts/8.0.31-servicing.26421.25/tools/net8.0/any/Microsoft.Extensions.Configuration.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-user-jwts/8.0.31-servicing.26421.25/tools/net8.0/any/Microsoft.Extensions.Configuration.Binder.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-user-jwts/8.0.31-servicing.26421.25/tools/net8.0/any/Microsoft.Extensions.Configuration.FileExtensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-user-jwts/8.0.31-servicing.26421.25/tools/net8.0/any/Microsoft.Extensions.Configuration.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-user-jwts/8.0.31-servicing.26421.25/tools/net8.0/any/Microsoft.Extensions.Configuration.UserSecrets.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-user-jwts/8.0.31-servicing.26421.25/tools/net8.0/any/Microsoft.Extensions.Configuration.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-user-jwts/8.0.31-servicing.26421.25/tools/net8.0/any/Microsoft.Extensions.FileProviders.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-user-jwts/8.0.31-servicing.26421.25/tools/net8.0/any/Microsoft.Extensions.FileProviders.Physical.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-user-jwts/8.0.31-servicing.26421.25/tools/net8.0/any/Microsoft.Extensions.FileSystemGlobbing.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.Extensions.FileProviders.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-user-jwts/8.0.31-servicing.26421.25/tools/net8.0/any/Microsoft.Extensions.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-user-jwts/8.0.31-servicing.26421.25/tools/net8.0/any/Microsoft.IdentityModel.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-user-jwts/8.0.31-servicing.26421.25/tools/net8.0/any/Microsoft.IdentityModel.JsonWebTokens.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-user-jwts/8.0.31-servicing.26421.25/tools/net8.0/any/Microsoft.IdentityModel.Logging.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-user-jwts/8.0.31-servicing.26421.25/tools/net8.0/any/Microsoft.IdentityModel.Tokens.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-user-jwts/8.0.31-servicing.26421.25/tools/net8.0/any/System.IdentityModel.Tokens.Jwt.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-user-jwts/8.0.31-servicing.26421.25/tools/net8.0/any/assets/SecretManager.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-user-jwts/8.0.31-servicing.26421.25/tools/net8.0/any/dotnet-user-jwts.deps.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-user-jwts/8.0.31-servicing.26421.25/tools/net8.0/any/dotnet-user-jwts.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-user-jwts/8.0.31-servicing.26421.25/tools/net8.0/any/dotnet-user-jwts.runtimeconfig.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-user-secrets/8.0.31-servicing.26421.25/tools/net8.0/any/DotnetToolSettings.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-user-secrets/8.0.31-servicing.26421.25/tools/net8.0/any/Microsoft.Extensions.Configuration.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-user-secrets/8.0.31-servicing.26421.25/tools/net8.0/any/Microsoft.Extensions.Configuration.FileExtensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-user-secrets/8.0.31-servicing.26421.25/tools/net8.0/any/Microsoft.Extensions.Configuration.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-user-secrets/8.0.31-servicing.26421.25/tools/net8.0/any/Microsoft.Extensions.Configuration.UserSecrets.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-user-secrets/8.0.31-servicing.26421.25/tools/net8.0/any/Microsoft.Extensions.Configuration.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-user-secrets/8.0.31-servicing.26421.25/tools/net8.0/any/Microsoft.Extensions.FileProviders.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-user-secrets/8.0.31-servicing.26421.25/tools/net8.0/any/Microsoft.Extensions.FileProviders.Physical.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-user-secrets/8.0.31-servicing.26421.25/tools/net8.0/any/Microsoft.Extensions.FileSystemGlobbing.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-user-secrets/8.0.31-servicing.26421.25/tools/net8.0/any/Microsoft.Extensions.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-user-secrets/8.0.31-servicing.26421.25/tools/net8.0/any/Newtonsoft.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-user-secrets/8.0.31-servicing.26421.25/tools/net8.0/any/assets/SecretManager.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-user-secrets/8.0.31-servicing.26421.25/tools/net8.0/any/dotnet-user-secrets.deps.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-user-secrets/8.0.31-servicing.26421.25/tools/net8.0/any/dotnet-user-secrets.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-user-secrets/8.0.31-servicing.26421.25/tools/net8.0/any/dotnet-user-secrets.runtimeconfig.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-net472/Microsoft.Bcl.AsyncInterfaces.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-net472/Microsoft.Build.Locator.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-net472/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.exe\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-net472/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.exe.config\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-net472/Microsoft.IO.Redist.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-net472/Newtonsoft.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-net472/System.Buffers.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-net472/System.Collections.Immutable.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-net472/System.CommandLine.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-net472/System.Memory.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-net472/System.Numerics.Vectors.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-net472/System.Runtime.CompilerServices.Unsafe.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-net472/System.Text.Encodings.Web.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-net472/System.Text.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-net472/System.Threading.Tasks.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-net472/System.ValueTuple.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/es/Microsoft.TestPlatform.TestHostRuntimeProvider.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-net472/cs/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-net472/de/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-net472/es/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-net472/fr/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-net472/it/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-net472/ja/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-net472/ko/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-net472/pl/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-net472/pt-BR/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-net472/ru/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-net472/tr/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-net472/zh-Hans/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-net472/zh-Hant/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-netcore/Microsoft.Build.Locator.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-netcore/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.deps.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-netcore/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-netcore/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.dll.config\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-netcore/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.runtimeconfig.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-netcore/Newtonsoft.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-netcore/System.Collections.Immutable.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-netcore/System.CommandLine.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-netcore/System.Text.Encodings.Web.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-netcore/System.Text.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-netcore/cs/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-netcore/de/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-netcore/es/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-netcore/fr/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-netcore/it/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-netcore/ja/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-netcore/ko/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-netcore/pl/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-netcore/pt-BR/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-netcore/ru/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-netcore/runtimes/browser/lib/net6.0/System.Text.Encodings.Web.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-netcore/tr/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-netcore/zh-Hans/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-netcore/zh-Hant/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/DotNetWatch.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/DotNetWatchTasks.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/Humanizer.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/Microsoft.Build.Locator.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/Microsoft.CodeAnalysis.AnalyzerUtilities.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/Microsoft.CodeAnalysis.CSharp.Features.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/Microsoft.CodeAnalysis.CSharp.Workspaces.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/Microsoft.CodeAnalysis.Elfie.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/Microsoft.CodeAnalysis.ExternalAccess.RazorCompiler.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/Microsoft.CodeAnalysis.Features.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/Microsoft.CodeAnalysis.Scripting.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/Microsoft.CodeAnalysis.Workspaces.MSBuild.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/Microsoft.CodeAnalysis.Workspaces.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/Microsoft.DiaSymReader.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/Microsoft.Extensions.DependencyInjection.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/Microsoft.Extensions.DependencyInjection.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/Microsoft.Extensions.Logging.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/Microsoft.Extensions.Logging.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/Microsoft.Extensions.Options.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/Newtonsoft.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/System.CodeDom.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/System.CommandLine.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/System.Composition.AttributedModel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/System.Composition.Convention.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/System.Composition.Hosting.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/System.Composition.Runtime.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/System.Composition.TypedParts.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/System.Configuration.ConfigurationManager.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/System.Diagnostics.EventLog.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/System.Reflection.MetadataLoadContext.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/System.Resources.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/System.Security.Cryptography.Pkcs.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/System.Security.Cryptography.ProtectedData.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/System.Security.Cryptography.Xml.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/System.Security.Permissions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/System.Windows.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/cs/Microsoft.CodeAnalysis.CSharp.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/cs/Microsoft.CodeAnalysis.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/cs/Microsoft.CodeAnalysis.Scripting.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/cs/Microsoft.CodeAnalysis.Workspaces.MSBuild.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/cs/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/cs/dotnet-watch.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/de/Microsoft.CodeAnalysis.CSharp.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/zh-Hant/Microsoft.TestPlatform.TestHostRuntimeProvider.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/de/Microsoft.CodeAnalysis.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/de/Microsoft.CodeAnalysis.Scripting.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/de/Microsoft.CodeAnalysis.Workspaces.MSBuild.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/de/Microsoft.CodeAnalysis.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/de/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/de/dotnet-watch.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/dotnet-watch.deps.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/dotnet-watch.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/dotnet-watch.dll.config\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/dotnet-watch.runtimeconfig.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/es/Microsoft.CodeAnalysis.CSharp.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/es/Microsoft.CodeAnalysis.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/es/Microsoft.CodeAnalysis.Scripting.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/es/Microsoft.CodeAnalysis.Workspaces.MSBuild.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/es/Microsoft.CodeAnalysis.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/es/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/es/dotnet-watch.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/fr/Microsoft.CodeAnalysis.CSharp.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/fr/Microsoft.CodeAnalysis.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/fr/Microsoft.CodeAnalysis.Scripting.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/fr/Microsoft.CodeAnalysis.Workspaces.MSBuild.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/fr/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/fr/dotnet-watch.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/hotreload/Microsoft.Extensions.DotNetDeltaApplier.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/it/Microsoft.CodeAnalysis.CSharp.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/it/Microsoft.CodeAnalysis.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/it/Microsoft.CodeAnalysis.Scripting.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/it/Microsoft.CodeAnalysis.Workspaces.MSBuild.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/it/Microsoft.CodeAnalysis.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/it/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/it/dotnet-watch.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/ja/Microsoft.CodeAnalysis.CSharp.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/ja/Microsoft.CodeAnalysis.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/ja/Microsoft.CodeAnalysis.Scripting.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/ja/Microsoft.CodeAnalysis.Workspaces.MSBuild.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/ja/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/ja/dotnet-watch.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/ko/Microsoft.CodeAnalysis.CSharp.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/ko/Microsoft.CodeAnalysis.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/ko/Microsoft.CodeAnalysis.Scripting.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/ko/Microsoft.CodeAnalysis.Workspaces.MSBuild.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/ko/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/ko/dotnet-watch.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/middleware/Microsoft.AspNetCore.Watch.BrowserRefresh.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/pl/Microsoft.CodeAnalysis.CSharp.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/pl/Microsoft.CodeAnalysis.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/pl/Microsoft.CodeAnalysis.Scripting.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/pl/Microsoft.CodeAnalysis.Workspaces.MSBuild.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/pl/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/pl/dotnet-watch.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/pt-BR/Microsoft.CodeAnalysis.CSharp.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/pt-BR/Microsoft.CodeAnalysis.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/pt-BR/Microsoft.CodeAnalysis.Scripting.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/pt-BR/Microsoft.CodeAnalysis.Workspaces.MSBuild.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/pt-BR/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/pt-BR/dotnet-watch.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/ru/Microsoft.CodeAnalysis.CSharp.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/ru/Microsoft.CodeAnalysis.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/ru/Microsoft.CodeAnalysis.Scripting.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/ru/Microsoft.CodeAnalysis.Workspaces.MSBuild.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/ru/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/ru/dotnet-watch.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/runtimes/win/lib/net8.0/System.Diagnostics.EventLog.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/runtimes/win/lib/net8.0/System.Security.Cryptography.Pkcs.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/runtimes/win/lib/net8.0/System.Windows.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/tr/Microsoft.CodeAnalysis.CSharp.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/library-packs/FSharp.Core.8.0.403.nupkg\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/tr/Microsoft.CodeAnalysis.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/tr/Microsoft.CodeAnalysis.Scripting.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/tr/Microsoft.CodeAnalysis.Workspaces.MSBuild.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/tr/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/tr/dotnet-watch.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/zh-Hans/Microsoft.CodeAnalysis.CSharp.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/zh-Hans/Microsoft.CodeAnalysis.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/zh-Hans/Microsoft.CodeAnalysis.Scripting.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/zh-Hans/Microsoft.CodeAnalysis.Workspaces.MSBuild.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/zh-Hans/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/zh-Hans/dotnet-watch.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/zh-Hant/Microsoft.CodeAnalysis.CSharp.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/zh-Hant/Microsoft.CodeAnalysis.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/zh-Hant/Microsoft.CodeAnalysis.Scripting.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/zh-Hant/Microsoft.CodeAnalysis.Workspaces.MSBuild.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/zh-Hant/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/zh-Hant/dotnet-watch.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/Microsoft.Diagnostics.NETCore.Client.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/Microsoft.TestPlatform.Extensions.BlameDataCollector.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/Microsoft.TestPlatform.Extensions.EventLogCollector.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/Microsoft.TestPlatform.TestHostRuntimeProvider.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/Microsoft.VisualStudio.TestPlatform.Extensions.Html.TestLogger.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/cs/Microsoft.TestPlatform.Extensions.BlameDataCollector.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/cs/Microsoft.TestPlatform.Extensions.EventLogCollector.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/cs/Microsoft.TestPlatform.TestHostRuntimeProvider.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/cs/Microsoft.VisualStudio.TestPlatform.Extensions.Html.TestLogger.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/cs/Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/de/Microsoft.TestPlatform.Extensions.BlameDataCollector.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/de/Microsoft.TestPlatform.Extensions.EventLogCollector.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/de/Microsoft.TestPlatform.TestHostRuntimeProvider.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/de/Microsoft.VisualStudio.TestPlatform.Extensions.Html.TestLogger.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/de/Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/dump/DumpMinitool.arm64.exe\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/dump/DumpMinitool.arm64.exe.config\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/dump/DumpMinitool.exe\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/dump/DumpMinitool.exe.config\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/dump/DumpMinitool.x86.exe\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/dump/DumpMinitool.x86.exe.config\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/es/Microsoft.TestPlatform.Extensions.BlameDataCollector.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/es/Microsoft.TestPlatform.Extensions.EventLogCollector.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/es/Microsoft.VisualStudio.TestPlatform.Extensions.Html.TestLogger.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/es/Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/fr/Microsoft.TestPlatform.Extensions.BlameDataCollector.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/fr/Microsoft.TestPlatform.Extensions.EventLogCollector.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/fr/Microsoft.TestPlatform.TestHostRuntimeProvider.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/fr/Microsoft.VisualStudio.TestPlatform.Extensions.Html.TestLogger.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/fr/Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/it/Microsoft.TestPlatform.Extensions.BlameDataCollector.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/it/Microsoft.TestPlatform.Extensions.EventLogCollector.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/it/Microsoft.TestPlatform.TestHostRuntimeProvider.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/it/Microsoft.VisualStudio.TestPlatform.Extensions.Html.TestLogger.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/it/Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/ja/Microsoft.TestPlatform.Extensions.BlameDataCollector.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/ja/Microsoft.TestPlatform.Extensions.EventLogCollector.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/ja/Microsoft.TestPlatform.TestHostRuntimeProvider.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/ja/Microsoft.VisualStudio.TestPlatform.Extensions.Html.TestLogger.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/ja/Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/ko/Microsoft.TestPlatform.Extensions.BlameDataCollector.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/ko/Microsoft.TestPlatform.Extensions.EventLogCollector.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/ko/Microsoft.TestPlatform.TestHostRuntimeProvider.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/ko/Microsoft.VisualStudio.TestPlatform.Extensions.Html.TestLogger.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/ko/Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/pl/Microsoft.TestPlatform.Extensions.BlameDataCollector.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/pl/Microsoft.TestPlatform.Extensions.EventLogCollector.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/pl/Microsoft.TestPlatform.TestHostRuntimeProvider.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/pl/Microsoft.VisualStudio.TestPlatform.Extensions.Html.TestLogger.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/pl/Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/pt-BR/Microsoft.TestPlatform.Extensions.BlameDataCollector.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/pt-BR/Microsoft.TestPlatform.Extensions.EventLogCollector.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/pt-BR/Microsoft.TestPlatform.TestHostRuntimeProvider.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/pt-BR/Microsoft.VisualStudio.TestPlatform.Extensions.Html.TestLogger.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/pt-BR/Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/ru/Microsoft.TestPlatform.Extensions.BlameDataCollector.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/ru/Microsoft.TestPlatform.Extensions.EventLogCollector.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/ru/Microsoft.TestPlatform.TestHostRuntimeProvider.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/ru/Microsoft.VisualStudio.TestPlatform.Extensions.Html.TestLogger.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/ru/Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/tr/Microsoft.TestPlatform.Extensions.BlameDataCollector.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/tr/Microsoft.TestPlatform.Extensions.EventLogCollector.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/tr/Microsoft.TestPlatform.TestHostRuntimeProvider.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/tr/Microsoft.VisualStudio.TestPlatform.Extensions.Html.TestLogger.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/tr/Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/zh-Hans/Microsoft.TestPlatform.Extensions.BlameDataCollector.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/zh-Hans/Microsoft.TestPlatform.Extensions.EventLogCollector.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/zh-Hans/Microsoft.TestPlatform.TestHostRuntimeProvider.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/zh-Hans/Microsoft.VisualStudio.TestPlatform.Extensions.Html.TestLogger.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/zh-Hans/Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/zh-Hant/Microsoft.TestPlatform.Extensions.BlameDataCollector.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/zh-Hant/Microsoft.TestPlatform.Extensions.EventLogCollector.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/pl/FSharp.Build.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/zh-Hant/Microsoft.VisualStudio.TestPlatform.Extensions.Html.TestLogger.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/zh-Hant/Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/FSharp.Build.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/FSharp.Compiler.Interactive.Settings.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/FSharp.Compiler.Service.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/FSharp.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/FSharp.Core.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/FSharp.DependencyManager.Nuget.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/Microsoft.Build.Framework.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/Microsoft.Build.Tasks.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/Microsoft.Build.Utilities.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/Microsoft.FSharp.Core.NetSdk.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/Microsoft.FSharp.NetSdk.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/Microsoft.FSharp.NetSdk.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/Microsoft.FSharp.Overrides.NetSdk.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/Microsoft.FSharp.Targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/Microsoft.NET.StringTools.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/Microsoft.Portable.FSharp.Targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/System.CodeDom.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/System.Configuration.ConfigurationManager.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/System.Diagnostics.EventLog.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/System.Resources.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/System.Security.Cryptography.Pkcs.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/System.Security.Cryptography.ProtectedData.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/System.Security.Cryptography.Xml.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/cs/FSharp.Build.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/cs/FSharp.Compiler.Interactive.Settings.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/cs/FSharp.Compiler.Service.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/cs/FSharp.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/cs/FSharp.DependencyManager.Nuget.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/de/FSharp.Build.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/de/FSharp.Compiler.Interactive.Settings.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/de/FSharp.Compiler.Service.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/de/FSharp.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/de/FSharp.DependencyManager.Nuget.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/default.win32manifest\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/es/FSharp.Build.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/es/FSharp.Compiler.Interactive.Settings.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/es/FSharp.Compiler.Service.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/es/FSharp.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/es/FSharp.DependencyManager.Nuget.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/fr/FSharp.Build.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/fr/FSharp.Compiler.Interactive.Settings.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/fr/FSharp.Compiler.Service.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/fr/FSharp.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/fr/FSharp.DependencyManager.Nuget.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/fsc.deps.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/fsc.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/fsc.runtimeconfig.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/fsi.deps.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/fsi.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/fsi.runtimeconfig.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/it/FSharp.Build.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/it/FSharp.Compiler.Interactive.Settings.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/it/FSharp.Compiler.Service.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/it/FSharp.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/it/FSharp.DependencyManager.Nuget.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/ja/FSharp.Build.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/ja/FSharp.Compiler.Interactive.Settings.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/ja/FSharp.Compiler.Service.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/ja/FSharp.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/ja/FSharp.DependencyManager.Nuget.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/ko/FSharp.Build.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/ko/FSharp.Compiler.Interactive.Settings.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/ko/FSharp.Compiler.Service.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/ko/FSharp.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/ko/FSharp.DependencyManager.Nuget.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/pl/FSharp.Compiler.Interactive.Settings.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/pl/FSharp.Compiler.Service.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/pl/FSharp.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/pl/FSharp.DependencyManager.Nuget.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/pt-BR/FSharp.Build.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/pt-BR/FSharp.Compiler.Interactive.Settings.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/pt-BR/FSharp.Compiler.Service.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/pt-BR/FSharp.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/pt-BR/FSharp.DependencyManager.Nuget.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/ru/FSharp.Build.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/ru/FSharp.Compiler.Interactive.Settings.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/ru/FSharp.Compiler.Service.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/ru/FSharp.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/ru/FSharp.DependencyManager.Nuget.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/runtimes/win/lib/net8.0/System.Diagnostics.EventLog.Messages.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/runtimes/win/lib/net8.0/System.Diagnostics.EventLog.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/runtimes/win/lib/net8.0/System.Security.Cryptography.Pkcs.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/tr/FSharp.Build.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/tr/FSharp.Compiler.Interactive.Settings.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/tr/FSharp.Compiler.Service.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/tr/FSharp.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/tr/FSharp.DependencyManager.Nuget.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/zh-Hans/FSharp.Build.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/zh-Hans/FSharp.Compiler.Interactive.Settings.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/zh-Hans/FSharp.Compiler.Service.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/zh-Hans/FSharp.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/zh-Hans/FSharp.DependencyManager.Nuget.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/zh-Hant/FSharp.Build.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/zh-Hant/FSharp.Compiler.Interactive.Settings.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/zh-Hant/FSharp.Compiler.Service.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/zh-Hant/FSharp.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/zh-Hant/FSharp.DependencyManager.Nuget.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/KnownWorkloadManifests.txt\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/MSBuild.deps.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/MSBuild.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/MSBuild.runtimeconfig.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.ApplicationInsights.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.AspNetCore.DeveloperCertificates.XPlat.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.Build.Framework.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.Build.NuGetSdkResolver.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.Build.Tasks.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.Build.Utilities.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.Build.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.CSharp.CrossTargeting.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.CSharp.CurrentVersion.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.CSharp.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.CodeCoverage.IO.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.Common.CrossTargeting.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.Common.CurrentVersion.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.Common.Test.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.Common.overridetasks\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.Common.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.Common.tasks\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.Deployment.DotNet.Releases.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.DotNet.Cli.Sln.Internal.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.DotNet.Cli.Utils.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.DotNet.Configurer.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.DotNet.InternalAbstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.DotNet.NativeWrapper.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.DotNet.SdkResolver.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.DotNet.TemplateLocator.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.Extensions.Configuration.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.Extensions.Configuration.Binder.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.Extensions.Configuration.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.Extensions.DependencyInjection.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.Extensions.DependencyInjection.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.Extensions.DependencyModel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.Extensions.FileSystemGlobbing.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.Extensions.Logging.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.Extensions.Logging.Configuration.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.Extensions.Logging.Console.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.Extensions.Logging.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.Extensions.Options.ConfigurationExtensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.Extensions.Options.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.Extensions.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.Managed.After.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.Managed.Before.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.Managed.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.NET.HostModel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.NET.Sdk.WorkloadMSBuildSdkResolver.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.NET.Sdk.WorkloadManifestReader.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.NET.StringTools.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.NET.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.NETCoreSdk.BundledCliTools.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.NETCoreSdk.BundledMSBuildInformation.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.NETCoreSdk.BundledVersions.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.NETFramework.CurrentVersion.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.NETFramework.CurrentVersion.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.NETFramework.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.NETFramework.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.TemplateEngine.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.TemplateEngine.Cli.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.TemplateEngine.Cli.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.TemplateEngine.Core.Contracts.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.TemplateEngine.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.TemplateEngine.Edge.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.TemplateEngine.Orchestrator.RunnableProjects.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.TemplateEngine.Utils.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.TemplateSearch.Common.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.TestPlatform.Build.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.TestPlatform.CommunicationUtilities.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.TestPlatform.CoreUtilities.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.TestPlatform.CrossPlatEngine.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.TestPlatform.PlatformAbstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.TestPlatform.Utilities.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.TestPlatform.VsTestConsole.TranslationLayer.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.TestPlatform.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.VisualBasic.CrossTargeting.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.VisualBasic.CurrentVersion.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.VisualBasic.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.VisualStudio.TestPlatform.Client.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.VisualStudio.TestPlatform.Common.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.VisualStudioVersion.v11.Common.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.VisualStudioVersion.v12.Common.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.VisualStudioVersion.v14.Common.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.Win32.Msi.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/Microsoft.NET.Build.Extensions.ConflictResolution.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/Microsoft.NET.Build.Extensions.NETFramework.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/Microsoft.NET.Build.Extensions.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/Microsoft.NET.DefaultPackageConflictOverrides.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/Microsoft.Win32.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.AppContext.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Collections.Concurrent.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Collections.NonGeneric.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Collections.Specialized.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Collections.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.ComponentModel.EventBasedAsync.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.ComponentModel.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.ComponentModel.TypeConverter.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.ComponentModel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Console.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Data.Common.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Diagnostics.Contracts.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Diagnostics.Debug.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Diagnostics.FileVersionInfo.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Diagnostics.Process.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Diagnostics.StackTrace.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Diagnostics.TextWriterTraceListener.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Diagnostics.Tools.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Diagnostics.TraceSource.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Diagnostics.Tracing.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Drawing.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Dynamic.Runtime.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Globalization.Calendars.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Globalization.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Globalization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.IO.Compression.ZipFile.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.IO.Compression.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.IO.FileSystem.DriveInfo.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.IO.FileSystem.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.IO.FileSystem.Watcher.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.IO.FileSystem.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.IO.IsolatedStorage.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.IO.MemoryMappedFiles.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.IO.Pipes.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.IO.UnmanagedMemoryStream.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.IO.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Linq.Expressions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Linq.Parallel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Linq.Queryable.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Linq.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Net.Http.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Net.NameResolution.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Net.NetworkInformation.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Net.Ping.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Net.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Net.Requests.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Net.Security.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Net.Sockets.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Net.WebHeaderCollection.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Net.WebSockets.Client.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Net.WebSockets.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.ObjectModel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Reflection.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Reflection.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Reflection.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Resources.Reader.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Resources.ResourceManager.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Resources.Writer.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Runtime.CompilerServices.VisualC.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Runtime.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Runtime.Handles.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Runtime.InteropServices.RuntimeInformation.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Runtime.InteropServices.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Runtime.Numerics.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Runtime.Serialization.Formatters.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Runtime.Serialization.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Runtime.Serialization.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Runtime.Serialization.Xml.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Runtime.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Security.Claims.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Security.Cryptography.Algorithms.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Security.Cryptography.Csp.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Security.Cryptography.Encoding.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Security.Cryptography.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Security.Cryptography.X509Certificates.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Security.Principal.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Security.SecureString.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Text.Encoding.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Text.Encoding.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Text.RegularExpressions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Threading.Overlapped.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Threading.Tasks.Parallel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Threading.Tasks.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Threading.Thread.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Threading.ThreadPool.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Threading.Timer.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Threading.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.ValueTuple.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Xml.ReaderWriter.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Xml.XDocument.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Xml.XPath.XDocument.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Xml.XPath.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Xml.XmlDocument.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Xml.XmlSerializer.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/netfx.force.conflicts.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/netstandard.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net462/lib/System.Runtime.InteropServices.RuntimeInformation.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net47/lib/System.Runtime.InteropServices.RuntimeInformation.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net47/lib/System.Security.Cryptography.Algorithms.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net47/lib/System.ValueTuple.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net471/_._\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net471/lib/System.Data.Common.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net471/lib/System.Diagnostics.StackTrace.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net471/lib/System.Diagnostics.Tracing.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net471/lib/System.Globalization.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net471/lib/System.IO.Compression.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net471/lib/System.Net.Http.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net471/lib/System.Net.Sockets.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net471/lib/System.Runtime.Serialization.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net471/lib/System.Security.Cryptography.Algorithms.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net471/lib/System.Security.SecureString.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net471/lib/System.Threading.Overlapped.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net471/lib/System.Xml.XPath.XDocument.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net471/lib/netfx.force.conflicts.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/tools/net8.0/Microsoft.NET.Build.Extensions.Tasks.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/tools/net8.0/cs/Microsoft.NET.Build.Extensions.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/tools/net8.0/de/Microsoft.NET.Build.Extensions.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/tools/net8.0/es/Microsoft.NET.Build.Extensions.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/tools/net8.0/fr/Microsoft.NET.Build.Extensions.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/tools/net8.0/it/Microsoft.NET.Build.Extensions.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/tools/net8.0/ja/Microsoft.NET.Build.Extensions.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/tools/net8.0/ko/Microsoft.NET.Build.Extensions.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/tools/net8.0/pl/Microsoft.NET.Build.Extensions.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/tools/net8.0/pt-BR/Microsoft.NET.Build.Extensions.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/tools/net8.0/ru/Microsoft.NET.Build.Extensions.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/tools/net8.0/tr/Microsoft.NET.Build.Extensions.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/tools/net8.0/zh-Hans/Microsoft.NET.Build.Extensions.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/tools/net8.0/zh-Hant/Microsoft.NET.Build.Extensions.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/NETCoreSdkRuntimeIdentifierChain.txt\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Newtonsoft.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/NuGet.Build.Tasks.Console.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/NuGet.Build.Tasks.Console.runtimeconfig.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/NuGet.Build.Tasks.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/NuGet.CommandLine.XPlat.deps.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/NuGet.CommandLine.XPlat.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/NuGet.CommandLine.XPlat.runtimeconfig.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/NuGet.Commands.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/NuGet.Common.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/NuGet.Configuration.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/NuGet.Credentials.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/NuGet.DependencyResolver.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/NuGet.Frameworks.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/NuGet.LibraryModel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/NuGet.Packaging.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/NuGet.ProjectModel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/NuGet.Protocol.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/NuGet.RestoreEx.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/NuGet.Versioning.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/NuGet.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/NuGet.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/PortableRuntimeIdentifierGraph.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/Microsoft.Build.Tasks.CodeAnalysis.deps.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/Microsoft.Build.Tasks.CodeAnalysis.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/Microsoft.CSharp.Core.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/Microsoft.Managed.Core.CurrentVersions.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/Microsoft.Managed.Core.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/Microsoft.VisualBasic.Core.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/Microsoft.CodeAnalysis.CSharp.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/Microsoft.CodeAnalysis.VisualBasic.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/Microsoft.CodeAnalysis.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/VBCSCompiler.deps.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/VBCSCompiler.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/VBCSCompiler.runtimeconfig.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/cs/Microsoft.CodeAnalysis.CSharp.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/cs/Microsoft.CodeAnalysis.VisualBasic.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/cs/Microsoft.CodeAnalysis.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/csc.deps.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/csc.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/csc.runtimeconfig.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/de/Microsoft.CodeAnalysis.CSharp.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/de/Microsoft.CodeAnalysis.VisualBasic.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/de/Microsoft.CodeAnalysis.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/es/Microsoft.CodeAnalysis.CSharp.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/es/Microsoft.CodeAnalysis.VisualBasic.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/es/Microsoft.CodeAnalysis.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/fr/Microsoft.CodeAnalysis.CSharp.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/fr/Microsoft.CodeAnalysis.VisualBasic.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/fr/Microsoft.CodeAnalysis.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/it/Microsoft.CodeAnalysis.CSharp.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/it/Microsoft.CodeAnalysis.VisualBasic.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/it/Microsoft.CodeAnalysis.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/ja/Microsoft.CodeAnalysis.CSharp.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/ja/Microsoft.CodeAnalysis.VisualBasic.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/ja/Microsoft.CodeAnalysis.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/ko/Microsoft.CodeAnalysis.CSharp.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/ko/Microsoft.CodeAnalysis.VisualBasic.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/ko/Microsoft.CodeAnalysis.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/pl/Microsoft.CodeAnalysis.CSharp.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/pl/Microsoft.CodeAnalysis.VisualBasic.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/pl/Microsoft.CodeAnalysis.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/pt-BR/Microsoft.CodeAnalysis.VisualBasic.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/pt-BR/Microsoft.CodeAnalysis.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/ru/Microsoft.CodeAnalysis.CSharp.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/ru/Microsoft.CodeAnalysis.VisualBasic.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/ru/Microsoft.CodeAnalysis.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/tr/Microsoft.CodeAnalysis.CSharp.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/tr/Microsoft.CodeAnalysis.VisualBasic.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/tr/Microsoft.CodeAnalysis.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/vbc.deps.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/vbc.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/vbc.runtimeconfig.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/zh-Hans/Microsoft.CodeAnalysis.VisualBasic.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/zh-Hans/Microsoft.CodeAnalysis.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/zh-Hant/Microsoft.CodeAnalysis.VisualBasic.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/zh-Hant/Microsoft.CodeAnalysis.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/cs/Microsoft.Build.Tasks.CodeAnalysis.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/de/Microsoft.Build.Tasks.CodeAnalysis.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/es/Microsoft.Build.Tasks.CodeAnalysis.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/fr/Microsoft.Build.Tasks.CodeAnalysis.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/it/Microsoft.Build.Tasks.CodeAnalysis.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/ja/Microsoft.Build.Tasks.CodeAnalysis.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/ko/Microsoft.Build.Tasks.CodeAnalysis.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/pl/Microsoft.Build.Tasks.CodeAnalysis.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/pt-BR/Microsoft.Build.Tasks.CodeAnalysis.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/ru/Microsoft.Build.Tasks.CodeAnalysis.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/tr/Microsoft.Build.Tasks.CodeAnalysis.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/zh-Hans/Microsoft.Build.Tasks.CodeAnalysis.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/zh-Hant/Microsoft.Build.Tasks.CodeAnalysis.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/RuntimeIdentifierGraph.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/SDKPrecomputedAssemblyReferences.cache\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/SdkResolvers/Microsoft.Build.NuGetSdkResolver/Microsoft.Build.NuGetSdkResolver.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/SdkResolvers/Microsoft.NET.Sdk.WorkloadMSBuildSdkResolver/Microsoft.NET.Sdk.WorkloadMSBuildSdkResolver.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/FSharp.NET.Sdk/Sdk/Sdk.OnRestore.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/FSharp.NET.Sdk/Sdk/Sdk.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/FSharp.NET.Sdk/Sdk/Sdk.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.Build.Tasks.Git/build/Microsoft.Build.Tasks.Git.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.Build.Tasks.Git/build/Microsoft.Build.Tasks.Git.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.Build.Tasks.Git/buildMultiTargeting/Microsoft.Build.Tasks.Git.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.Build.Tasks.Git/buildMultiTargeting/Microsoft.Build.Tasks.Git.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.Build.Tasks.Git/tools/core/Microsoft.Build.Tasks.Git.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.Build.Tasks.Git/tools/core/cs/Microsoft.Build.Tasks.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.Build.Tasks.Git/tools/core/de/Microsoft.Build.Tasks.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.Build.Tasks.Git/tools/core/es/Microsoft.Build.Tasks.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.Build.Tasks.Git/tools/core/fr/Microsoft.Build.Tasks.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.Build.Tasks.Git/tools/core/it/Microsoft.Build.Tasks.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.Build.Tasks.Git/tools/core/ja/Microsoft.Build.Tasks.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.Build.Tasks.Git/tools/core/ko/Microsoft.Build.Tasks.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.Build.Tasks.Git/tools/core/pl/Microsoft.Build.Tasks.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.Build.Tasks.Git/tools/core/pt-BR/Microsoft.Build.Tasks.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.Build.Tasks.Git/tools/core/ru/Microsoft.Build.Tasks.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.Build.Tasks.Git/tools/core/tr/Microsoft.Build.Tasks.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.Build.Tasks.Git/tools/core/zh-Hans/Microsoft.Build.Tasks.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.Build.Tasks.Git/tools/core/zh-Hant/Microsoft.Build.Tasks.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.Build.Tasks.Git/tools/net472/Microsoft.Build.Tasks.Git.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.Build.Tasks.Git/tools/net472/System.Collections.Immutable.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.Build.Tasks.Git/tools/net472/cs/Microsoft.Build.Tasks.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.Build.Tasks.Git/tools/net472/de/Microsoft.Build.Tasks.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.Build.Tasks.Git/tools/net472/es/Microsoft.Build.Tasks.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.Build.Tasks.Git/tools/net472/fr/Microsoft.Build.Tasks.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.Build.Tasks.Git/tools/net472/it/Microsoft.Build.Tasks.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.Build.Tasks.Git/tools/net472/ja/Microsoft.Build.Tasks.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.Build.Tasks.Git/tools/net472/ko/Microsoft.Build.Tasks.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.Build.Tasks.Git/tools/net472/pl/Microsoft.Build.Tasks.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.Build.Tasks.Git/tools/net472/pt-BR/Microsoft.Build.Tasks.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.Build.Tasks.Git/tools/net472/ru/Microsoft.Build.Tasks.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.Build.Tasks.Git/tools/net472/tr/Microsoft.Build.Tasks.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.Build.Tasks.Git/tools/net472/zh-Hans/Microsoft.Build.Tasks.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.Build.Tasks.Git/tools/net472/zh-Hant/Microsoft.Build.Tasks.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.Docker.Sdk/Sdk/Sdk.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.Docker.Sdk/Sdk/Sdk.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.BlazorWebAssembly/Sdk/Sdk.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.BlazorWebAssembly/Sdk/Sdk.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.BlazorWebAssembly/targets/BlazorWasm.web.config\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.BlazorWebAssembly/targets/Microsoft.NET.Sdk.BlazorWebAssembly.5_0.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.BlazorWebAssembly/targets/Microsoft.NET.Sdk.BlazorWebAssembly.6_0.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.BlazorWebAssembly/targets/Microsoft.NET.Sdk.BlazorWebAssembly.Current.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.BlazorWebAssembly/targets/Microsoft.NET.Sdk.BlazorWebAssembly.Current.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.BlazorWebAssembly/targets/Microsoft.NET.Sdk.BlazorWebAssembly.ServiceWorkerAssetsManifest.5_0.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.BlazorWebAssembly/targets/Microsoft.NET.Sdk.BlazorWebAssembly.ServiceWorkerAssetsManifest.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.BlazorWebAssembly/tools/net472/Microsoft.NET.Sdk.BlazorWebAssembly.Tasks.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.BlazorWebAssembly/tools/net472/Microsoft.NET.Sdk.BlazorWebAssembly.Tasks.dll.config\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.BlazorWebAssembly/tools/net8.0/Microsoft.NET.Sdk.BlazorWebAssembly.Tasks.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.BlazorWebAssembly/tools/net8.0/Microsoft.NET.Sdk.BlazorWebAssembly.Tool.deps.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.BlazorWebAssembly/tools/net8.0/Microsoft.NET.Sdk.BlazorWebAssembly.Tool.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.BlazorWebAssembly/tools/net8.0/Microsoft.NET.Sdk.BlazorWebAssembly.Tool.runtimeconfig.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.BlazorWebAssembly/tools/net8.0/System.CommandLine.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/Sdk/Sdk.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/Sdk/Sdk.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/targets/ComputeTargets/Microsoft.NET.Sdk.Publish.ComputeFiles.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/targets/CopyTargets/Microsoft.NET.Sdk.Publish.CopyFiles.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/targets/CopyTargets/Microsoft.NET.Sdk.Publish.FilterFiles.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/targets/DotNetCLIToolTargets/Microsoft.NET.Sdk.DotNetCLITool.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/targets/Microsoft.NET.Sdk.Publish.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/targets/Microsoft.NET.Sdk.Publish.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/targets/PublishProfiles/Default.pubxml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/targets/PublishProfiles/DefaultContainer.pubxml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/targets/PublishProfiles/DefaultMSDeploy.pubxml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/targets/PublishProfiles/DefaultMSDeployPackage.pubxml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/targets/PublishProfiles/DefaultZipDeploy.pubxml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/targets/PublishTargets/Microsoft.NET.Sdk.Publish.Container.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/targets/PublishTargets/Microsoft.NET.Sdk.Publish.Docker.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/targets/PublishTargets/Microsoft.NET.Sdk.Publish.FileSystem.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/targets/PublishTargets/Microsoft.NET.Sdk.Publish.Kudu.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/targets/PublishTargets/Microsoft.NET.Sdk.Publish.MSDeploy.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/targets/PublishTargets/Microsoft.NET.Sdk.Publish.MSDeployPackage.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/targets/PublishTargets/Microsoft.NET.Sdk.Publish.ZipDeploy.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/targets/TransformTargets/Microsoft.NET.Sdk.Publish.TransformFiles.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/targets/TransformTargets/Transforms/EnvironmentNoLocation.transform\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/targets/TransformTargets/Transforms/EnvironmentWithLocation.transform\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/tools/net472/Microsoft.Bcl.AsyncInterfaces.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/tools/net472/Microsoft.NET.Sdk.Publish.Tasks.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/tools/net472/Microsoft.NET.Sdk.Publish.Tasks.dll.config\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/tools/net472/Microsoft.Web.Delegation.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/tools/net472/Microsoft.Web.Deployment.Tracing.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/tools/net472/Microsoft.Web.Deployment.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/tools/net472/Microsoft.Web.XmlTransform.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/tools/net472/System.Buffers.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/tools/net472/System.Memory.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/tools/net472/System.Numerics.Vectors.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/tools/net472/System.Runtime.CompilerServices.Unsafe.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/tools/net472/System.Security.Cryptography.ProtectedData.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/tools/net472/System.Text.Encodings.Web.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/tools/net472/System.Text.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/tools/net472/System.Threading.Tasks.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/tools/net472/System.ValueTuple.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/tools/net472/cs/Microsoft.NET.Sdk.Publish.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/tools/net472/de/Microsoft.NET.Sdk.Publish.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/tools/net472/es/Microsoft.NET.Sdk.Publish.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/tools/net472/fr/Microsoft.NET.Sdk.Publish.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/tools/net472/it/Microsoft.NET.Sdk.Publish.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/tools/net472/ja/Microsoft.NET.Sdk.Publish.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/tools/net472/ko/Microsoft.NET.Sdk.Publish.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/tools/net472/pl/Microsoft.NET.Sdk.Publish.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/tools/net472/pt-BR/Microsoft.NET.Sdk.Publish.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/tools/net472/ru/Microsoft.NET.Sdk.Publish.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/tools/net472/tr/Microsoft.NET.Sdk.Publish.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/tools/net472/zh-Hans/Microsoft.NET.Sdk.Publish.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/tools/net472/zh-Hant/Microsoft.NET.Sdk.Publish.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/tools/net8.0/Microsoft.NET.Sdk.Publish.Tasks.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/tools/net8.0/Microsoft.Web.XmlTransform.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/tools/net8.0/System.Security.Cryptography.ProtectedData.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/tools/net8.0/cs/Microsoft.NET.Sdk.Publish.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/tools/net8.0/de/Microsoft.NET.Sdk.Publish.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/tools/net8.0/es/Microsoft.NET.Sdk.Publish.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/tools/net8.0/fr/Microsoft.NET.Sdk.Publish.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/tools/net8.0/it/Microsoft.NET.Sdk.Publish.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/tools/net8.0/ja/Microsoft.NET.Sdk.Publish.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/tools/net8.0/ko/Microsoft.NET.Sdk.Publish.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/tools/net8.0/pl/Microsoft.NET.Sdk.Publish.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/tools/net8.0/pt-BR/Microsoft.NET.Sdk.Publish.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/tools/net8.0/ru/Microsoft.NET.Sdk.Publish.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/tools/net8.0/tr/Microsoft.NET.Sdk.Publish.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/tools/net8.0/zh-Hans/Microsoft.NET.Sdk.Publish.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/tools/net8.0/zh-Hant/Microsoft.NET.Sdk.Publish.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/Sdk/Sdk.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/Sdk/Sdk.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/source-generators/Microsoft.AspNetCore.Razor.Utilities.Shared.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/source-generators/Microsoft.AspNetCore.Razor.Utilities.Shared.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/source-generators/Microsoft.CodeAnalysis.Razor.Compiler.deps.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/source-generators/Microsoft.CodeAnalysis.Razor.Compiler.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/source-generators/Microsoft.Extensions.ObjectPool.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/source-generators/RazorSourceGenerator.razorencconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/source-generators/System.Collections.Immutable.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/targets/Microsoft.NET.Sdk.Razor.BeforeCommon.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/targets/Microsoft.NET.Sdk.Razor.CodeGeneration.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/targets/Microsoft.NET.Sdk.Razor.Compilation.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/targets/Microsoft.NET.Sdk.Razor.Component.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/targets/Microsoft.NET.Sdk.Razor.Configuration.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/targets/Microsoft.NET.Sdk.Razor.DesignTime.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/targets/Microsoft.NET.Sdk.Razor.GenerateAssemblyInfo.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/targets/Microsoft.NET.Sdk.Razor.MvcApplicationPartsDiscovery.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/targets/Microsoft.NET.Sdk.Razor.SourceGenerators.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/targets/Microsoft.NET.Sdk.Razor.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/targets/Rules/RazorComponentWithTargetPath.xaml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/targets/Rules/RazorConfiguration.xaml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/targets/Rules/RazorExtension.xaml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/targets/Rules/RazorGeneral.xaml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/targets/Rules/RazorGenerateWithTargetPath.xaml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/targets/Sdk.Razor.CurrentVersion.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/targets/Sdk.Razor.CurrentVersion.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/tasks/net472/Microsoft.Bcl.AsyncInterfaces.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/tasks/net472/Microsoft.Extensions.FileSystemGlobbing.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/tasks/net472/Microsoft.NET.Sdk.Razor.Tasks.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/tasks/net472/Microsoft.NET.Sdk.Razor.Tasks.dll.config\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/tasks/net472/System.Buffers.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/tasks/net472/System.Collections.Immutable.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/tasks/net472/System.Memory.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/tasks/net472/System.Numerics.Vectors.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/tasks/net472/System.Reflection.Metadata.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/tasks/net472/System.Runtime.CompilerServices.Unsafe.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/tasks/net472/System.Text.Encodings.Web.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/tasks/net472/System.Text.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/tasks/net472/System.Threading.Tasks.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/tasks/net472/System.ValueTuple.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/tasks/net8.0/Microsoft.Extensions.FileSystemGlobbing.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/tasks/net8.0/Microsoft.NET.Sdk.Razor.Tasks.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/tools/Microsoft.AspNetCore.Razor.Utilities.Shared.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/tools/Microsoft.CodeAnalysis.Razor.Compiler.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/tools/Microsoft.Css.Parser.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/tools/Microsoft.Extensions.ObjectPool.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/tools/Newtonsoft.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/tools/rzc.deps.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/tools/rzc.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/tools/rzc.runtimeconfig.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.StaticWebAssets/Sdk/Sdk.StaticWebAssets.StaticAssets.ProjectSystem.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.StaticWebAssets/Sdk/Sdk.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.StaticWebAssets/Sdk/Sdk.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.StaticWebAssets/targets/Microsoft.NET.Sdk.StaticWebAssets.5_0.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.StaticWebAssets/targets/Microsoft.NET.Sdk.StaticWebAssets.Compression.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.StaticWebAssets/targets/Microsoft.NET.Sdk.StaticWebAssets.CrossTargeting.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.StaticWebAssets/targets/Microsoft.NET.Sdk.StaticWebAssets.EmbeddedAssets.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.StaticWebAssets/targets/Microsoft.NET.Sdk.StaticWebAssets.JSModules.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.StaticWebAssets/targets/Microsoft.NET.Sdk.StaticWebAssets.Pack.CrossTargeting.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.StaticWebAssets/targets/Microsoft.NET.Sdk.StaticWebAssets.Pack.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.StaticWebAssets/targets/Microsoft.NET.Sdk.StaticWebAssets.Publish.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.StaticWebAssets/targets/Microsoft.NET.Sdk.StaticWebAssets.References.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.StaticWebAssets/targets/Microsoft.NET.Sdk.StaticWebAssets.ScopedCss.5_0.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.StaticWebAssets/targets/Microsoft.NET.Sdk.StaticWebAssets.ScopedCss.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.StaticWebAssets/targets/Microsoft.NET.Sdk.StaticWebAssets.SingleTargeting.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.StaticWebAssets/targets/Microsoft.NET.Sdk.StaticWebAssets.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.StaticWebAssets/targets/Microsoft.NET.Sdk.StaticWebAssets.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.StaticWebAssets/targets/Sdk.StaticWebAssets.CurrentVersion.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.StaticWebAssets/targets/Sdk.StaticWebAssets.CurrentVersion.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.StaticWebAssets/tasks/net472/Microsoft.Bcl.AsyncInterfaces.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.StaticWebAssets/tasks/net472/Microsoft.Css.Parser.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.StaticWebAssets/tasks/net472/Microsoft.Extensions.FileSystemGlobbing.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.StaticWebAssets/tasks/net472/Microsoft.NET.Sdk.StaticWebAssets.Tasks.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.StaticWebAssets/tasks/net472/Microsoft.NET.Sdk.StaticWebAssets.Tasks.dll.config\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.StaticWebAssets/tasks/net472/System.Buffers.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.StaticWebAssets/tasks/net472/System.Collections.Immutable.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.StaticWebAssets/tasks/net472/System.Memory.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.StaticWebAssets/tasks/net472/System.Numerics.Vectors.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.StaticWebAssets/tasks/net472/System.Reflection.Metadata.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.StaticWebAssets/tasks/net472/System.Runtime.CompilerServices.Unsafe.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.StaticWebAssets/tasks/net472/System.Text.Encodings.Web.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.StaticWebAssets/tasks/net472/System.Text.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.StaticWebAssets/tasks/net472/System.Threading.Tasks.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.StaticWebAssets/tasks/net472/System.ValueTuple.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.StaticWebAssets/tasks/net8.0/Microsoft.Css.Parser.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.StaticWebAssets/tasks/net8.0/Microsoft.Extensions.FileSystemGlobbing.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.StaticWebAssets/tasks/net8.0/Microsoft.NET.Sdk.StaticWebAssets.Tasks.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.StaticWebAssets/tools/net8.0/Microsoft.NET.Sdk.StaticWebAssets.Tool.deps.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.StaticWebAssets/tools/net8.0/Microsoft.NET.Sdk.StaticWebAssets.Tool.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.StaticWebAssets/tools/net8.0/Microsoft.NET.Sdk.StaticWebAssets.Tool.runtimeconfig.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.StaticWebAssets/tools/net8.0/System.CommandLine.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Web.ProjectSystem/Sdk/Sdk.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Web.ProjectSystem/Sdk/Sdk.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Web.ProjectSystem/targets/Microsoft.NET.Sdk.Web.BeforeCommon.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Web.ProjectSystem/targets/Microsoft.NET.Sdk.Web.DefaultItems.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Web.ProjectSystem/targets/Microsoft.NET.Sdk.Web.ProjectSystem.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Web.ProjectSystem/targets/Microsoft.NET.Sdk.Web.ProjectSystem.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Web.ProjectSystem/tools/net472/Microsoft.NET.Sdk.Web.ProjectSystem.Tasks.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Web.ProjectSystem/tools/net8.0/Microsoft.NET.Sdk.Web.ProjectSystem.Tasks.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Web/Sdk/Sdk.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Web/Sdk/Sdk.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Web/Targets/Sdk.Browser.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Web/Targets/Sdk.Browser.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Web/Targets/Sdk.Server.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Web/Targets/Sdk.Server.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Web/analyzers/cs/Microsoft.AspNetCore.Analyzers.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Web/analyzers/cs/Microsoft.AspNetCore.Components.SdkAnalyzers.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Web/analyzers/cs/Microsoft.AspNetCore.Mvc.Analyzers.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Web/analyzers/cs/Microsoft.AspNetCore.Mvc.Api.Analyzers.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Web/tools/net472/Microsoft.NET.Sdk.Web.Tasks.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Web/tools/net8.0/Microsoft.NET.Sdk.Web.Tasks.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WebAssembly/Sdk/Sdk.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WebAssembly/Sdk/Sdk.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WebAssembly/tools/net472/Microsoft.NET.Sdk.WebAssembly.Tasks.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WebAssembly/tools/net8.0/Microsoft.NET.Sdk.WebAssembly.Tasks.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WindowsDesktop/LICENSE.TXT\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WindowsDesktop/Sdk/Sdk.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WindowsDesktop/Sdk/Sdk.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WindowsDesktop/THIRD-PARTY-NOTICES.TXT\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WindowsDesktop/targets/Microsoft.NET.Sdk.WindowsDesktop.WPF.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WindowsDesktop/targets/Microsoft.NET.Sdk.WindowsDesktop.WindowsForms.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WindowsDesktop/targets/Microsoft.NET.Sdk.WindowsDesktop.WindowsForms.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WindowsDesktop/targets/Microsoft.NET.Sdk.WindowsDesktop.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WindowsDesktop/targets/Microsoft.NET.Sdk.WindowsDesktop.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WindowsDesktop/targets/Microsoft.WinFX.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WindowsDesktop/targets/System.Windows.Forms.Analyzers.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WindowsDesktop/tools/net472/PresentationBuildTasks.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WindowsDesktop/tools/net472/System.Collections.Immutable.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WindowsDesktop/tools/net472/System.Memory.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WindowsDesktop/tools/net472/System.Numerics.Vectors.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WindowsDesktop/tools/net472/System.Reflection.Metadata.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WindowsDesktop/tools/net472/System.Reflection.MetadataLoadContext.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WindowsDesktop/tools/net472/System.Runtime.CompilerServices.Unsafe.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WindowsDesktop/tools/net472/cs/PresentationBuildTasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WindowsDesktop/tools/net472/de/PresentationBuildTasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WindowsDesktop/tools/net472/es/PresentationBuildTasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WindowsDesktop/tools/net472/fr/PresentationBuildTasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WindowsDesktop/tools/net472/it/PresentationBuildTasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WindowsDesktop/tools/net472/ja/PresentationBuildTasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WindowsDesktop/tools/net472/ko/PresentationBuildTasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WindowsDesktop/tools/net472/pl/PresentationBuildTasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WindowsDesktop/tools/net472/pt-BR/PresentationBuildTasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WindowsDesktop/tools/net472/ru/PresentationBuildTasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WindowsDesktop/tools/net472/tr/PresentationBuildTasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WindowsDesktop/tools/net472/zh-Hans/PresentationBuildTasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WindowsDesktop/tools/net472/zh-Hant/PresentationBuildTasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WindowsDesktop/tools/net8.0/PresentationBuildTasks.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WindowsDesktop/tools/net8.0/System.Reflection.MetadataLoadContext.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WindowsDesktop/tools/net8.0/cs/PresentationBuildTasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WindowsDesktop/tools/net8.0/de/PresentationBuildTasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WindowsDesktop/tools/net8.0/es/PresentationBuildTasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WindowsDesktop/tools/net8.0/fr/PresentationBuildTasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WindowsDesktop/tools/net8.0/it/PresentationBuildTasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WindowsDesktop/tools/net8.0/ja/PresentationBuildTasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WindowsDesktop/tools/net8.0/ko/PresentationBuildTasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WindowsDesktop/tools/net8.0/pl/PresentationBuildTasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WindowsDesktop/tools/net8.0/pt-BR/PresentationBuildTasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WindowsDesktop/tools/net8.0/ru/PresentationBuildTasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WindowsDesktop/tools/net8.0/tr/PresentationBuildTasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WindowsDesktop/tools/net8.0/zh-Hans/PresentationBuildTasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WindowsDesktop/tools/net8.0/zh-Hant/PresentationBuildTasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WindowsDesktop/useSharedDesignerContext.txt\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WindowsDesktop/version.txt\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Worker/Sdk/Sdk.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Worker/Sdk/Sdk.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Worker/targets/Microsoft.NET.Sdk.Worker.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Worker/targets/Microsoft.NET.Sdk.Worker.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Worker/tools/net472/Microsoft.NET.Sdk.Worker.Tasks.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Worker/tools/net8.0/Microsoft.NET.Sdk.Worker.Tasks.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/Sdk/Sdk.AfterCommon.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/Sdk/Sdk.BeforeCommon.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/Sdk/Sdk.NuGet.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/Sdk/Sdk.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/Sdk/Sdk.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/Sdk/UseArtifactsOutputPath.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/Microsoft.CodeAnalysis.NetAnalyzers.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/Microsoft.CodeAnalysis.VisualBasic.NetAnalyzers.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/Microsoft.CodeAnalysis.NetAnalyzers.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/Microsoft.CodeAnalysis.NetAnalyzers.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.IO.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_5_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_5_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_5_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_5_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_5_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_5_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_5_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_5_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_5_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_5_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_6_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_6_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_6_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_6_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_6_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_6_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_6_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_6_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_6_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_6_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_7_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_7_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_7_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_7_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_7_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_7_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_7_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_7_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_7_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_7_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_8_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_8_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_8_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_8_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_8_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_8_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_8_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_8_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_8_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_8_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_9_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_9_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_9_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_9_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_9_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_9_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_9_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_9_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_9_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_9_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_5_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_5_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_5_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_5_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_5_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_5_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_5_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_5_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_5_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_5_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_6_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_6_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_6_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_6_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_6_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_6_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_6_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_6_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_6_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_6_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_7_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_7_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_7_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_7_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_7_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_7_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_7_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_7_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_7_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_7_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_8_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_8_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_8_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_8_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_8_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_8_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_8_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_8_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_8_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_8_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_9_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_9_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_9_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_9_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_9_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_9_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_9_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_9_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_9_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_9_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_5_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_5_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_5_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_5_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_5_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_5_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_5_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_5_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_5_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_5_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_6_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_6_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_6_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_6_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_6_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_6_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_6_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_6_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_6_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_6_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_7_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_7_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_7_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_7_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_7_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_7_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_7_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_7_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_7_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_7_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_8_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_8_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_8_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_8_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_8_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_8_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_8_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_8_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Linq.Expressions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_8_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_8_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_9_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_9_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_9_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_9_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_9_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_9_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_9_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_9_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_9_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_9_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_5_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_5_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_5_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_5_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_5_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_5_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_5_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_5_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_5_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_5_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_6_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_6_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_6_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_6_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_6_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_6_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_6_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_6_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_6_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_6_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_7_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_7_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_7_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_7_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_7_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_7_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_7_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_7_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_7_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_7_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_8_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_8_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_8_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_8_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_8_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_8_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_8_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_8_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_8_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_8_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_9_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_9_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_9_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_9_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_9_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_9_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_9_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_9_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_9_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_9_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_5_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_5_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_5_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_5_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_5_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_5_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_5_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_5_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_5_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_5_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_6_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_6_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_6_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_6_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_6_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_6_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_6_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_6_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_6_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_6_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_7_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_7_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_7_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_7_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_7_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_7_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_7_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_7_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_7_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_7_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_8_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_8_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_8_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_8_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_8_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_8_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_8_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_8_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_8_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_8_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_9_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_9_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_9_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_9_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_9_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_9_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_9_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_9_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_9_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_9_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_5_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_5_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_5_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_5_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_5_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_5_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_5_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_5_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_5_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_5_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_6_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_6_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_6_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_6_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_6_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_6_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_6_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_6_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_6_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_5_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_6_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_7_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_7_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_7_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_7_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_7_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_7_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_7_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_7_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_7_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_7_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_8_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_8_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_8_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_8_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_8_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_8_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_8_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_8_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_8_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_8_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_9_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_9_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_9_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_9_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_9_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_9_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_9_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_9_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_9_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_9_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_5_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_5_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_5_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_5_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_5_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_5_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_5_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_5_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_5_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_5_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_6_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_6_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_6_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_6_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_6_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_6_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_6_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_6_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_6_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_6_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_7_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_7_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_7_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_7_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_7_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_7_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_7_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_7_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_7_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_7_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_8_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_8_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_8_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_8_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_8_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_8_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_8_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_8_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_8_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_8_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_9_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_9_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_9_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_9_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_9_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_9_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_9_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_9_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_9_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_9_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_5_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_5_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_5_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_5_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_5_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_5_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_5_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_5_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_5_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_5_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_6_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_6_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_6_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_6_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_6_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_6_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_6_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_6_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_6_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_6_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_7_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_7_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_7_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_7_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_7_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_7_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_7_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_7_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_7_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_7_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_8_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_8_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_8_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_8_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_8_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_8_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_8_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_8_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_8_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_8_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_9_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_9_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_9_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_9_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_9_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_9_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_9_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_9_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_9_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_9_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_5_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_5_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_5_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_5_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_5_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_5_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_5_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_5_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_5_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_5_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_6_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_6_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_6_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_6_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_6_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_6_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_6_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_6_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_6_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_6_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_7_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_7_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_7_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_7_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_7_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_7_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_7_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_7_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_7_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_7_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_8_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_8_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_8_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_8_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_8_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_8_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_8_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_8_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_8_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_8_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_9_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_9_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_9_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_9_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_9_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_9_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_9_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_9_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_9_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_9_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_5_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_5_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_5_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_5_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_5_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_5_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_5_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_5_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_5_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_6_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_6_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_6_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_6_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_6_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_6_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_6_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_6_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_6_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_6_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_7_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_7_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_7_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_7_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_7_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_7_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_7_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_7_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_7_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_7_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_8_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_8_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_8_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_8_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_8_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_8_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_8_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_8_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_8_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_8_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_9_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_9_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_9_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_9_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_9_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_9_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_9_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_9_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_9_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_9_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_5_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_5_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_5_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_5_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_5_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_5_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_5_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_5_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_5_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_5_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_6_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_6_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_6_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_6_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_6_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_6_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_6_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_6_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_6_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_6_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_7_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_7_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_7_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_7_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_7_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_7_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_7_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_7_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_7_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_7_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_8_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_8_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_8_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_8_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_8_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_8_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_8_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_8_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_8_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_8_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_9_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_9_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_9_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.Workloads.CrossTargeting.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_9_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_9_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_9_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_9_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_9_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_9_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_9_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/cs/Microsoft.CodeAnalysis.NetAnalyzers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/de/Microsoft.CodeAnalysis.NetAnalyzers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/es/Microsoft.CodeAnalysis.NetAnalyzers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/fr/Microsoft.CodeAnalysis.NetAnalyzers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/it/Microsoft.CodeAnalysis.NetAnalyzers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/ja/Microsoft.CodeAnalysis.NetAnalyzers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/ko/Microsoft.CodeAnalysis.NetAnalyzers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/pl/Microsoft.CodeAnalysis.NetAnalyzers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/pt-BR/Microsoft.CodeAnalysis.NetAnalyzers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/ru/Microsoft.CodeAnalysis.NetAnalyzers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/tr/Microsoft.CodeAnalysis.NetAnalyzers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/zh-Hans/Microsoft.CodeAnalysis.NetAnalyzers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/zh-Hant/Microsoft.CodeAnalysis.NetAnalyzers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/Microsoft.CodeAnalysis.CSharp.CodeStyle.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/Microsoft.CodeAnalysis.CodeStyle.Fixes.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/Microsoft.CodeAnalysis.CodeStyle.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/build/Microsoft.CodeAnalysis.CSharp.CodeStyle.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/build/config/analysislevelstyle_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/build/config/analysislevelstyle_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/build/config/analysislevelstyle_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/build/config/analysislevelstyle_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/build/config/analysislevelstyle_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/cs/Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/cs/Microsoft.CodeAnalysis.CSharp.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/cs/Microsoft.CodeAnalysis.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/cs/Microsoft.CodeAnalysis.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/de/Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/de/Microsoft.CodeAnalysis.CSharp.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/de/Microsoft.CodeAnalysis.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/de/Microsoft.CodeAnalysis.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/es/Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/es/Microsoft.CodeAnalysis.CSharp.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/es/Microsoft.CodeAnalysis.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/es/Microsoft.CodeAnalysis.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/fr/Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/fr/Microsoft.CodeAnalysis.CSharp.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/fr/Microsoft.CodeAnalysis.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/fr/Microsoft.CodeAnalysis.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/it/Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/it/Microsoft.CodeAnalysis.CSharp.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/it/Microsoft.CodeAnalysis.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/it/Microsoft.CodeAnalysis.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/ja/Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/ja/Microsoft.CodeAnalysis.CSharp.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/ja/Microsoft.CodeAnalysis.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/ja/Microsoft.CodeAnalysis.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/ko/Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/ko/Microsoft.CodeAnalysis.CSharp.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/ko/Microsoft.CodeAnalysis.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/ko/Microsoft.CodeAnalysis.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/pl/Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/pl/Microsoft.CodeAnalysis.CSharp.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/pl/Microsoft.CodeAnalysis.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/pl/Microsoft.CodeAnalysis.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/pt-BR/Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/pt-BR/Microsoft.CodeAnalysis.CSharp.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/pt-BR/Microsoft.CodeAnalysis.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/pt-BR/Microsoft.CodeAnalysis.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/ru/Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/ru/Microsoft.CodeAnalysis.CSharp.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/ru/Microsoft.CodeAnalysis.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/ru/Microsoft.CodeAnalysis.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/tr/Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/tr/Microsoft.CodeAnalysis.CSharp.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/tr/Microsoft.CodeAnalysis.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/tr/Microsoft.CodeAnalysis.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/zh-Hans/Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/zh-Hans/Microsoft.CodeAnalysis.CSharp.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/zh-Hans/Microsoft.CodeAnalysis.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/zh-Hans/Microsoft.CodeAnalysis.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/zh-Hant/Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/zh-Hant/Microsoft.CodeAnalysis.CSharp.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/zh-Hant/Microsoft.CodeAnalysis.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/zh-Hant/Microsoft.CodeAnalysis.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/Microsoft.CodeAnalysis.CodeStyle.Fixes.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/Microsoft.CodeAnalysis.CodeStyle.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/Microsoft.CodeAnalysis.VisualBasic.CodeStyle.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/build/Microsoft.CodeAnalysis.VisualBasic.CodeStyle.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/build/config/analysislevelstyle_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/build/config/analysislevelstyle_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/build/config/analysislevelstyle_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/build/config/analysislevelstyle_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/build/config/analysislevelstyle_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/cs/Microsoft.CodeAnalysis.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/cs/Microsoft.CodeAnalysis.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/cs/Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/cs/Microsoft.CodeAnalysis.VisualBasic.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/de/Microsoft.CodeAnalysis.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/de/Microsoft.CodeAnalysis.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/de/Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/de/Microsoft.CodeAnalysis.VisualBasic.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/es/Microsoft.CodeAnalysis.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/es/Microsoft.CodeAnalysis.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/es/Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/es/Microsoft.CodeAnalysis.VisualBasic.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/fr/Microsoft.CodeAnalysis.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/fr/Microsoft.CodeAnalysis.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/fr/Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/fr/Microsoft.CodeAnalysis.VisualBasic.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/it/Microsoft.CodeAnalysis.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/it/Microsoft.CodeAnalysis.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/it/Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/it/Microsoft.CodeAnalysis.VisualBasic.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/ja/Microsoft.CodeAnalysis.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/ja/Microsoft.CodeAnalysis.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/ja/Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/ja/Microsoft.CodeAnalysis.VisualBasic.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/ko/Microsoft.CodeAnalysis.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/ko/Microsoft.CodeAnalysis.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/ko/Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/ko/Microsoft.CodeAnalysis.VisualBasic.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/pl/Microsoft.CodeAnalysis.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/pl/Microsoft.CodeAnalysis.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/pl/Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/pl/Microsoft.CodeAnalysis.VisualBasic.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/pt-BR/Microsoft.CodeAnalysis.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/pt-BR/Microsoft.CodeAnalysis.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/pt-BR/Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/pt-BR/Microsoft.CodeAnalysis.VisualBasic.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/ru/Microsoft.CodeAnalysis.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/ru/Microsoft.CodeAnalysis.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/ru/Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/ru/Microsoft.CodeAnalysis.VisualBasic.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/tr/Microsoft.CodeAnalysis.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/tr/Microsoft.CodeAnalysis.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/tr/Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/tr/Microsoft.CodeAnalysis.VisualBasic.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/zh-Hans/Microsoft.CodeAnalysis.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/zh-Hans/Microsoft.CodeAnalysis.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/zh-Hans/Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/zh-Hans/Microsoft.CodeAnalysis.VisualBasic.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/zh-Hant/Microsoft.CodeAnalysis.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/zh-Hant/Microsoft.CodeAnalysis.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/zh-Hant/Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/zh-Hant/Microsoft.CodeAnalysis.VisualBasic.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/GenerateDeps/GenerateDeps.proj\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.ApiCompat.Common.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.ApiCompat.ValidatePackage.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.ApiCompat.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.ClickOnce.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.ComposeStore.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.ConflictResolution.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.CrossGen.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DefaultArtifactsPath.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DefaultAssemblyInfo.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DefaultOutputPaths.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DefaultPackageConflictOverrides.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DesignerSupport.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DisableStandardFrameworkResolution.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.EolTargetFrameworks.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.GenerateAssemblyInfo.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.GenerateGlobalUsings.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.GenerateSupportedRuntime.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.NuGetOfflineCache.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.ObsoleteReferences.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackProjectTool.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackProjectTool.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackStubs.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackTool.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackTool.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PreserveCompilationContext.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.RuntimeIdentifierInference.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.Analyzers.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.BeforeCommon.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.BeforeCommonCrossTargeting.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.CSharp.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.CSharp.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.Common.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.CrossTargeting.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.Shared.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FSharp.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FSharp.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FSharpTargetsShim.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.GetRequiredWorkloads.CrossTargeting.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.ImportPublishProfile.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.ImportWorkloads.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.ImportWorkloads.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.Shared.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.SourceLink.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.SourceLink.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.VisualBasic.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.VisualBasic.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.SupportedPlatforms.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.SupportedTargetFrameworks.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Windows.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Windows.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.WindowsSdkSupportedTargetPlatforms.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolutionStubs.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/Microsoft.Bcl.AsyncInterfaces.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/Microsoft.Deployment.DotNet.Releases.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/Microsoft.DotNet.ApiCompat.Task.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/Microsoft.DotNet.ApiCompatibility.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/Microsoft.DotNet.ApiSymbolExtensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/Microsoft.DotNet.PackageValidation.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/Microsoft.Extensions.DependencyModel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/Microsoft.NET.Build.Tasks.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/Microsoft.NET.Build.Tasks.dll.config\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/Microsoft.NET.HostModel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/Newtonsoft.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/NuGet.Common.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/NuGet.Configuration.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/NuGet.DependencyResolver.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/NuGet.Frameworks.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/NuGet.LibraryModel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/NuGet.Packaging.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/NuGet.ProjectModel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/NuGet.Protocol.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/NuGet.Versioning.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/System.Buffers.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/System.Collections.Immutable.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/System.Memory.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/System.Numerics.Vectors.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/System.Reflection.Metadata.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/System.Reflection.MetadataLoadContext.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/System.Runtime.CompilerServices.Unsafe.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/System.Text.Encodings.Web.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/System.Text.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/System.Threading.Tasks.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/System.ValueTuple.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/cs/Microsoft.Deployment.DotNet.Releases.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/cs/Microsoft.DotNet.ApiCompat.Task.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/cs/Microsoft.DotNet.ApiCompatibility.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/cs/Microsoft.DotNet.ApiSymbolExtensions.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/cs/Microsoft.DotNet.PackageValidation.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/cs/Microsoft.NET.Build.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/de/Microsoft.Deployment.DotNet.Releases.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/de/Microsoft.DotNet.ApiCompat.Task.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/de/Microsoft.DotNet.ApiCompatibility.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/de/Microsoft.DotNet.ApiSymbolExtensions.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/de/Microsoft.DotNet.PackageValidation.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/de/Microsoft.NET.Build.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/es/Microsoft.Deployment.DotNet.Releases.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/es/Microsoft.DotNet.ApiCompat.Task.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/es/Microsoft.DotNet.ApiCompatibility.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/es/Microsoft.DotNet.ApiSymbolExtensions.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/es/Microsoft.DotNet.PackageValidation.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/es/Microsoft.NET.Build.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/fr/Microsoft.Deployment.DotNet.Releases.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/fr/Microsoft.DotNet.ApiCompat.Task.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/fr/Microsoft.DotNet.ApiCompatibility.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/fr/Microsoft.DotNet.ApiSymbolExtensions.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/fr/Microsoft.DotNet.PackageValidation.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/fr/Microsoft.NET.Build.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/it/Microsoft.Deployment.DotNet.Releases.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/it/Microsoft.DotNet.ApiCompat.Task.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/it/Microsoft.DotNet.ApiCompatibility.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/it/Microsoft.DotNet.ApiSymbolExtensions.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/it/Microsoft.DotNet.PackageValidation.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/it/Microsoft.NET.Build.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/ja/Microsoft.Deployment.DotNet.Releases.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/ja/Microsoft.DotNet.ApiCompat.Task.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/ja/Microsoft.DotNet.ApiCompatibility.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/ja/Microsoft.DotNet.ApiSymbolExtensions.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/ja/Microsoft.DotNet.PackageValidation.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/ja/Microsoft.NET.Build.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/ko/Microsoft.Deployment.DotNet.Releases.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/ko/Microsoft.DotNet.ApiCompat.Task.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/ko/Microsoft.DotNet.ApiCompatibility.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/ko/Microsoft.DotNet.ApiSymbolExtensions.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/ko/Microsoft.DotNet.PackageValidation.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/ko/Microsoft.NET.Build.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/pl/Microsoft.Deployment.DotNet.Releases.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/pl/Microsoft.DotNet.ApiCompat.Task.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/pl/Microsoft.DotNet.ApiCompatibility.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/pl/Microsoft.DotNet.ApiSymbolExtensions.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/pl/Microsoft.DotNet.PackageValidation.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/pl/Microsoft.NET.Build.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/pt-BR/Microsoft.Deployment.DotNet.Releases.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/pt-BR/Microsoft.DotNet.ApiCompat.Task.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/pt-BR/Microsoft.DotNet.ApiCompatibility.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/pt-BR/Microsoft.DotNet.ApiSymbolExtensions.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/pt-BR/Microsoft.DotNet.PackageValidation.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/pt-BR/Microsoft.NET.Build.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/ru/Microsoft.Deployment.DotNet.Releases.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/ru/Microsoft.DotNet.ApiCompat.Task.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/ru/Microsoft.DotNet.ApiCompatibility.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/ru/Microsoft.DotNet.ApiSymbolExtensions.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/ru/Microsoft.DotNet.PackageValidation.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/ru/Microsoft.NET.Build.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/tr/Microsoft.Deployment.DotNet.Releases.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/tr/Microsoft.DotNet.ApiCompat.Task.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/tr/Microsoft.DotNet.ApiCompatibility.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/tr/Microsoft.DotNet.ApiSymbolExtensions.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/tr/Microsoft.DotNet.PackageValidation.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/tr/Microsoft.NET.Build.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/zh-Hans/Microsoft.Deployment.DotNet.Releases.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/zh-Hans/Microsoft.DotNet.ApiCompat.Task.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/zh-Hans/Microsoft.DotNet.ApiCompatibility.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/zh-Hans/Microsoft.DotNet.ApiSymbolExtensions.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/zh-Hans/Microsoft.DotNet.PackageValidation.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/zh-Hans/Microsoft.NET.Build.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/zh-Hant/Microsoft.Deployment.DotNet.Releases.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/zh-Hant/Microsoft.DotNet.ApiCompat.Task.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/zh-Hant/Microsoft.DotNet.ApiCompatibility.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/zh-Hant/Microsoft.DotNet.ApiSymbolExtensions.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/zh-Hant/Microsoft.DotNet.PackageValidation.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/zh-Hant/Microsoft.NET.Build.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/Microsoft.Deployment.DotNet.Releases.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/Microsoft.DotNet.ApiCompat.Task.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/Microsoft.DotNet.ApiCompatibility.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/Microsoft.DotNet.ApiSymbolExtensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/Microsoft.DotNet.PackageValidation.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/Microsoft.NET.Build.Tasks.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/cs/Microsoft.Deployment.DotNet.Releases.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/cs/Microsoft.DotNet.ApiCompat.Task.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/cs/Microsoft.DotNet.ApiCompatibility.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/cs/Microsoft.DotNet.ApiSymbolExtensions.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/cs/Microsoft.DotNet.PackageValidation.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/cs/Microsoft.NET.Build.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/de/Microsoft.Deployment.DotNet.Releases.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/de/Microsoft.DotNet.ApiCompat.Task.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/de/Microsoft.DotNet.ApiCompatibility.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/de/Microsoft.DotNet.ApiSymbolExtensions.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/de/Microsoft.DotNet.PackageValidation.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/de/Microsoft.NET.Build.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/es/Microsoft.Deployment.DotNet.Releases.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/es/Microsoft.DotNet.ApiCompat.Task.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/es/Microsoft.DotNet.ApiCompatibility.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/es/Microsoft.DotNet.ApiSymbolExtensions.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/es/Microsoft.DotNet.PackageValidation.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/es/Microsoft.NET.Build.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/fr/Microsoft.Deployment.DotNet.Releases.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/fr/Microsoft.DotNet.ApiCompat.Task.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/fr/Microsoft.DotNet.ApiCompatibility.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/fr/Microsoft.DotNet.ApiSymbolExtensions.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/fr/Microsoft.DotNet.PackageValidation.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/fr/Microsoft.NET.Build.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/it/Microsoft.Deployment.DotNet.Releases.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/it/Microsoft.DotNet.ApiCompat.Task.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/it/Microsoft.DotNet.ApiCompatibility.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/it/Microsoft.DotNet.ApiSymbolExtensions.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/it/Microsoft.DotNet.PackageValidation.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/it/Microsoft.NET.Build.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/ja/Microsoft.Deployment.DotNet.Releases.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/ja/Microsoft.DotNet.ApiCompat.Task.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/ja/Microsoft.DotNet.ApiCompatibility.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/ja/Microsoft.DotNet.ApiSymbolExtensions.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/ja/Microsoft.DotNet.PackageValidation.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/ja/Microsoft.NET.Build.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/ko/Microsoft.Deployment.DotNet.Releases.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/ko/Microsoft.DotNet.ApiCompat.Task.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/ko/Microsoft.DotNet.ApiCompatibility.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/ko/Microsoft.DotNet.ApiSymbolExtensions.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/ko/Microsoft.DotNet.PackageValidation.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/ko/Microsoft.NET.Build.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/pl/Microsoft.Deployment.DotNet.Releases.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/pl/Microsoft.DotNet.ApiCompat.Task.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/pl/Microsoft.DotNet.ApiCompatibility.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/pl/Microsoft.DotNet.ApiSymbolExtensions.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/pl/Microsoft.DotNet.PackageValidation.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/pl/Microsoft.NET.Build.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/pt-BR/Microsoft.Deployment.DotNet.Releases.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/pt-BR/Microsoft.DotNet.ApiCompat.Task.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/pt-BR/Microsoft.DotNet.ApiCompatibility.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/pt-BR/Microsoft.DotNet.ApiSymbolExtensions.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/pt-BR/Microsoft.DotNet.PackageValidation.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/pt-BR/Microsoft.NET.Build.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/ru/Microsoft.Deployment.DotNet.Releases.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/ru/Microsoft.DotNet.ApiCompat.Task.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/ru/Microsoft.DotNet.ApiCompatibility.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/ru/Microsoft.DotNet.ApiSymbolExtensions.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/ru/Microsoft.DotNet.PackageValidation.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/ru/Microsoft.NET.Build.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/tr/Microsoft.Deployment.DotNet.Releases.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/tr/Microsoft.DotNet.ApiCompat.Task.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/tr/Microsoft.DotNet.ApiCompatibility.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/tr/Microsoft.DotNet.ApiSymbolExtensions.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/tr/Microsoft.DotNet.PackageValidation.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/tr/Microsoft.NET.Build.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/zh-Hans/Microsoft.Deployment.DotNet.Releases.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/zh-Hans/Microsoft.DotNet.ApiCompat.Task.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/zh-Hans/Microsoft.DotNet.ApiCompatibility.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/zh-Hans/Microsoft.DotNet.ApiSymbolExtensions.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/zh-Hans/Microsoft.DotNet.PackageValidation.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/zh-Hans/Microsoft.NET.Build.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/zh-Hant/Microsoft.Deployment.DotNet.Releases.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/zh-Hant/Microsoft.DotNet.ApiCompat.Task.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/zh-Hant/Microsoft.DotNet.ApiCompatibility.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/zh-Hant/Microsoft.DotNet.ApiSymbolExtensions.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/zh-Hant/Microsoft.DotNet.PackageValidation.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/zh-Hant/Microsoft.NET.Build.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.AzureRepos.Git/build/Microsoft.SourceLink.AzureRepos.Git.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.AzureRepos.Git/build/Microsoft.SourceLink.AzureRepos.Git.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.AzureRepos.Git/buildMultiTargeting/Microsoft.SourceLink.AzureRepos.Git.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.AzureRepos.Git/buildMultiTargeting/Microsoft.SourceLink.AzureRepos.Git.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.AzureRepos.Git/tools/core/Microsoft.SourceLink.AzureRepos.Git.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.AzureRepos.Git/tools/core/cs/Microsoft.SourceLink.AzureRepos.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.AzureRepos.Git/tools/core/de/Microsoft.SourceLink.AzureRepos.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.AzureRepos.Git/tools/core/es/Microsoft.SourceLink.AzureRepos.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.AzureRepos.Git/tools/core/fr/Microsoft.SourceLink.AzureRepos.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.AzureRepos.Git/tools/core/it/Microsoft.SourceLink.AzureRepos.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.AzureRepos.Git/tools/core/ja/Microsoft.SourceLink.AzureRepos.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.AzureRepos.Git/tools/core/ko/Microsoft.SourceLink.AzureRepos.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.AzureRepos.Git/tools/core/pl/Microsoft.SourceLink.AzureRepos.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.AzureRepos.Git/tools/core/pt-BR/Microsoft.SourceLink.AzureRepos.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.AzureRepos.Git/tools/core/ru/Microsoft.SourceLink.AzureRepos.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.AzureRepos.Git/tools/core/tr/Microsoft.SourceLink.AzureRepos.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.AzureRepos.Git/tools/core/zh-Hans/Microsoft.SourceLink.AzureRepos.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.AzureRepos.Git/tools/core/zh-Hant/Microsoft.SourceLink.AzureRepos.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.AzureRepos.Git/tools/net472/Microsoft.SourceLink.AzureRepos.Git.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.AzureRepos.Git/tools/net472/cs/Microsoft.SourceLink.AzureRepos.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.AzureRepos.Git/tools/net472/de/Microsoft.SourceLink.AzureRepos.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.AzureRepos.Git/tools/net472/es/Microsoft.SourceLink.AzureRepos.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.AzureRepos.Git/tools/net472/fr/Microsoft.SourceLink.AzureRepos.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.AzureRepos.Git/tools/net472/it/Microsoft.SourceLink.AzureRepos.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.AzureRepos.Git/tools/net472/ja/Microsoft.SourceLink.AzureRepos.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.AzureRepos.Git/tools/net472/ko/Microsoft.SourceLink.AzureRepos.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.AzureRepos.Git/tools/net472/pl/Microsoft.SourceLink.AzureRepos.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.AzureRepos.Git/tools/net472/pt-BR/Microsoft.SourceLink.AzureRepos.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.AzureRepos.Git/tools/net472/ru/Microsoft.SourceLink.AzureRepos.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.AzureRepos.Git/tools/net472/tr/Microsoft.SourceLink.AzureRepos.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.AzureRepos.Git/tools/net472/zh-Hans/Microsoft.SourceLink.AzureRepos.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.AzureRepos.Git/tools/net472/zh-Hant/Microsoft.SourceLink.AzureRepos.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Bitbucket.Git/build/Microsoft.SourceLink.Bitbucket.Git.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Bitbucket.Git/build/Microsoft.SourceLink.Bitbucket.Git.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Bitbucket.Git/buildMultiTargeting/Microsoft.SourceLink.Bitbucket.Git.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Bitbucket.Git/buildMultiTargeting/Microsoft.SourceLink.Bitbucket.Git.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Bitbucket.Git/tools/core/Microsoft.SourceLink.Bitbucket.Git.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Bitbucket.Git/tools/core/cs/Microsoft.SourceLink.Bitbucket.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Bitbucket.Git/tools/core/de/Microsoft.SourceLink.Bitbucket.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Bitbucket.Git/tools/core/es/Microsoft.SourceLink.Bitbucket.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Bitbucket.Git/tools/core/fr/Microsoft.SourceLink.Bitbucket.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Bitbucket.Git/tools/core/it/Microsoft.SourceLink.Bitbucket.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Bitbucket.Git/tools/core/ja/Microsoft.SourceLink.Bitbucket.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Bitbucket.Git/tools/core/ko/Microsoft.SourceLink.Bitbucket.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Bitbucket.Git/tools/core/pl/Microsoft.SourceLink.Bitbucket.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Bitbucket.Git/tools/core/pt-BR/Microsoft.SourceLink.Bitbucket.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Bitbucket.Git/tools/core/ru/Microsoft.SourceLink.Bitbucket.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Bitbucket.Git/tools/core/tr/Microsoft.SourceLink.Bitbucket.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Bitbucket.Git/tools/core/zh-Hans/Microsoft.SourceLink.Bitbucket.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Bitbucket.Git/tools/core/zh-Hant/Microsoft.SourceLink.Bitbucket.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Bitbucket.Git/tools/net472/Microsoft.SourceLink.Bitbucket.Git.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Bitbucket.Git/tools/net472/cs/Microsoft.SourceLink.Bitbucket.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Bitbucket.Git/tools/net472/de/Microsoft.SourceLink.Bitbucket.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Bitbucket.Git/tools/net472/es/Microsoft.SourceLink.Bitbucket.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Bitbucket.Git/tools/net472/fr/Microsoft.SourceLink.Bitbucket.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Bitbucket.Git/tools/net472/it/Microsoft.SourceLink.Bitbucket.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Bitbucket.Git/tools/net472/ja/Microsoft.SourceLink.Bitbucket.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Bitbucket.Git/tools/net472/ko/Microsoft.SourceLink.Bitbucket.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Bitbucket.Git/tools/net472/pl/Microsoft.SourceLink.Bitbucket.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Bitbucket.Git/tools/net472/pt-BR/Microsoft.SourceLink.Bitbucket.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Bitbucket.Git/tools/net472/ru/Microsoft.SourceLink.Bitbucket.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Bitbucket.Git/tools/net472/tr/Microsoft.SourceLink.Bitbucket.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Bitbucket.Git/tools/net472/zh-Hans/Microsoft.SourceLink.Bitbucket.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Bitbucket.Git/tools/net472/zh-Hant/Microsoft.SourceLink.Bitbucket.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Common/build/InitializeSourceControlInformation.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Common/build/Microsoft.SourceLink.Common.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Common/build/Microsoft.SourceLink.Common.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Common/buildMultiTargeting/Microsoft.SourceLink.Common.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Common/buildMultiTargeting/Microsoft.SourceLink.Common.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Common/tools/core/Microsoft.SourceLink.Common.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Common/tools/core/cs/Microsoft.SourceLink.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Common/tools/core/de/Microsoft.SourceLink.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Common/tools/core/es/Microsoft.SourceLink.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Common/tools/core/fr/Microsoft.SourceLink.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Common/tools/core/it/Microsoft.SourceLink.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Common/tools/core/ja/Microsoft.SourceLink.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Common/tools/core/ko/Microsoft.SourceLink.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Common/tools/core/pl/Microsoft.SourceLink.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Common/tools/core/pt-BR/Microsoft.SourceLink.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Common/tools/core/ru/Microsoft.SourceLink.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Common/tools/core/tr/Microsoft.SourceLink.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Common/tools/core/zh-Hans/Microsoft.SourceLink.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Common/tools/core/zh-Hant/Microsoft.SourceLink.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Common/tools/net472/Microsoft.SourceLink.Common.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Common/tools/net472/cs/Microsoft.SourceLink.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Common/tools/net472/de/Microsoft.SourceLink.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Common/tools/net472/es/Microsoft.SourceLink.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Common/tools/net472/fr/Microsoft.SourceLink.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Common/tools/net472/it/Microsoft.SourceLink.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Common/tools/net472/ja/Microsoft.SourceLink.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Common/tools/net472/ko/Microsoft.SourceLink.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Common/tools/net472/pl/Microsoft.SourceLink.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Common/tools/net472/pt-BR/Microsoft.SourceLink.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Common/tools/net472/ru/Microsoft.SourceLink.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Common/tools/net472/tr/Microsoft.SourceLink.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Common/tools/net472/zh-Hans/Microsoft.SourceLink.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Common/tools/net472/zh-Hant/Microsoft.SourceLink.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitHub/build/Microsoft.SourceLink.GitHub.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitHub/build/Microsoft.SourceLink.GitHub.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitHub/buildMultiTargeting/Microsoft.SourceLink.GitHub.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitHub/buildMultiTargeting/Microsoft.SourceLink.GitHub.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitHub/tools/core/Microsoft.SourceLink.GitHub.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitHub/tools/core/cs/Microsoft.SourceLink.GitHub.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitHub/tools/core/de/Microsoft.SourceLink.GitHub.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitHub/tools/core/es/Microsoft.SourceLink.GitHub.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitHub/tools/core/fr/Microsoft.SourceLink.GitHub.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitHub/tools/core/it/Microsoft.SourceLink.GitHub.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitHub/tools/core/ja/Microsoft.SourceLink.GitHub.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitHub/tools/core/ko/Microsoft.SourceLink.GitHub.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitHub/tools/core/pl/Microsoft.SourceLink.GitHub.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitHub/tools/core/pt-BR/Microsoft.SourceLink.GitHub.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitHub/tools/core/ru/Microsoft.SourceLink.GitHub.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitHub/tools/core/tr/Microsoft.SourceLink.GitHub.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitHub/tools/core/zh-Hans/Microsoft.SourceLink.GitHub.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitHub/tools/core/zh-Hant/Microsoft.SourceLink.GitHub.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitHub/tools/net472/Microsoft.SourceLink.GitHub.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitHub/tools/net472/cs/Microsoft.SourceLink.GitHub.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitHub/tools/net472/de/Microsoft.SourceLink.GitHub.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitHub/tools/net472/es/Microsoft.SourceLink.GitHub.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitHub/tools/net472/fr/Microsoft.SourceLink.GitHub.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitHub/tools/net472/it/Microsoft.SourceLink.GitHub.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitHub/tools/net472/ja/Microsoft.SourceLink.GitHub.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitHub/tools/net472/ko/Microsoft.SourceLink.GitHub.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitHub/tools/net472/pl/Microsoft.SourceLink.GitHub.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitHub/tools/net472/pt-BR/Microsoft.SourceLink.GitHub.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitHub/tools/net472/ru/Microsoft.SourceLink.GitHub.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitHub/tools/net472/tr/Microsoft.SourceLink.GitHub.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitHub/tools/net472/zh-Hans/Microsoft.SourceLink.GitHub.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitHub/tools/net472/zh-Hant/Microsoft.SourceLink.GitHub.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitLab/build/Microsoft.SourceLink.GitLab.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitLab/build/Microsoft.SourceLink.GitLab.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitLab/buildMultiTargeting/Microsoft.SourceLink.GitLab.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitLab/buildMultiTargeting/Microsoft.SourceLink.GitLab.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitLab/tools/core/Microsoft.SourceLink.GitLab.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitLab/tools/core/cs/Microsoft.SourceLink.GitLab.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitLab/tools/core/de/Microsoft.SourceLink.GitLab.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitLab/tools/core/es/Microsoft.SourceLink.GitLab.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitLab/tools/core/fr/Microsoft.SourceLink.GitLab.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitLab/tools/core/it/Microsoft.SourceLink.GitLab.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitLab/tools/core/ja/Microsoft.SourceLink.GitLab.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitLab/tools/core/ko/Microsoft.SourceLink.GitLab.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitLab/tools/core/pl/Microsoft.SourceLink.GitLab.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitLab/tools/core/pt-BR/Microsoft.SourceLink.GitLab.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitLab/tools/core/ru/Microsoft.SourceLink.GitLab.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitLab/tools/core/tr/Microsoft.SourceLink.GitLab.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitLab/tools/core/zh-Hans/Microsoft.SourceLink.GitLab.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitLab/tools/core/zh-Hant/Microsoft.SourceLink.GitLab.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitLab/tools/net472/Microsoft.SourceLink.GitLab.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitLab/tools/net472/cs/Microsoft.SourceLink.GitLab.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitLab/tools/net472/de/Microsoft.SourceLink.GitLab.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitLab/tools/net472/es/Microsoft.SourceLink.GitLab.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitLab/tools/net472/fr/Microsoft.SourceLink.GitLab.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitLab/tools/net472/it/Microsoft.SourceLink.GitLab.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitLab/tools/net472/ja/Microsoft.SourceLink.GitLab.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitLab/tools/net472/ko/Microsoft.SourceLink.GitLab.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitLab/tools/net472/pl/Microsoft.SourceLink.GitLab.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitLab/tools/net472/pt-BR/Microsoft.SourceLink.GitLab.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitLab/tools/net472/ru/Microsoft.SourceLink.GitLab.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitLab/tools/net472/tr/Microsoft.SourceLink.GitLab.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitLab/tools/net472/zh-Hans/Microsoft.SourceLink.GitLab.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitLab/tools/net472/zh-Hant/Microsoft.SourceLink.GitLab.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/NuGet.Build.Tasks.Pack/CoreCLR/NuGet.Build.Tasks.Pack.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/NuGet.Build.Tasks.Pack/CoreCLR/cs/NuGet.Build.Tasks.Pack.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/NuGet.Build.Tasks.Pack/CoreCLR/de/NuGet.Build.Tasks.Pack.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/NuGet.Build.Tasks.Pack/CoreCLR/es/NuGet.Build.Tasks.Pack.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/NuGet.Build.Tasks.Pack/CoreCLR/fr/NuGet.Build.Tasks.Pack.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/NuGet.Build.Tasks.Pack/CoreCLR/it/NuGet.Build.Tasks.Pack.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/NuGet.Build.Tasks.Pack/CoreCLR/ja/NuGet.Build.Tasks.Pack.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/NuGet.Build.Tasks.Pack/CoreCLR/ko/NuGet.Build.Tasks.Pack.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/NuGet.Build.Tasks.Pack/CoreCLR/pl/NuGet.Build.Tasks.Pack.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/NuGet.Build.Tasks.Pack/CoreCLR/pt-BR/NuGet.Build.Tasks.Pack.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/NuGet.Build.Tasks.Pack/CoreCLR/ru/NuGet.Build.Tasks.Pack.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/NuGet.Build.Tasks.Pack/CoreCLR/tr/NuGet.Build.Tasks.Pack.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/NuGet.Build.Tasks.Pack/CoreCLR/zh-Hans/NuGet.Build.Tasks.Pack.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/NuGet.Build.Tasks.Pack/CoreCLR/zh-Hant/NuGet.Build.Tasks.Pack.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/NuGet.Build.Tasks.Pack/Desktop/NuGet.Build.Tasks.Pack.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/NuGet.Build.Tasks.Pack/Desktop/cs/NuGet.Build.Tasks.Pack.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/NuGet.Build.Tasks.Pack/Desktop/de/NuGet.Build.Tasks.Pack.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/NuGet.Build.Tasks.Pack/Desktop/es/NuGet.Build.Tasks.Pack.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/NuGet.Build.Tasks.Pack/Desktop/fr/NuGet.Build.Tasks.Pack.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/NuGet.Build.Tasks.Pack/Desktop/it/NuGet.Build.Tasks.Pack.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/NuGet.Build.Tasks.Pack/Desktop/ja/NuGet.Build.Tasks.Pack.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/NuGet.Build.Tasks.Pack/Desktop/ko/NuGet.Build.Tasks.Pack.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/NuGet.Build.Tasks.Pack/Desktop/pl/NuGet.Build.Tasks.Pack.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/NuGet.Build.Tasks.Pack/Desktop/pt-BR/NuGet.Build.Tasks.Pack.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/NuGet.Build.Tasks.Pack/Desktop/ru/NuGet.Build.Tasks.Pack.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/NuGet.Build.Tasks.Pack/Desktop/tr/NuGet.Build.Tasks.Pack.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/NuGet.Build.Tasks.Pack/Desktop/zh-Hans/NuGet.Build.Tasks.Pack.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/NuGet.Build.Tasks.Pack/Desktop/zh-Hant/NuGet.Build.Tasks.Pack.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/NuGet.Build.Tasks.Pack/NOTICES.txt\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/NuGet.Build.Tasks.Pack/README.md\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/NuGet.Build.Tasks.Pack/build/NuGet.Build.Tasks.Pack.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/NuGet.Build.Tasks.Pack/buildCrossTargeting/NuGet.Build.Tasks.Pack.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/System.CodeDom.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/System.CommandLine.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/System.ComponentModel.Composition.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/System.Configuration.ConfigurationManager.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/System.Diagnostics.EventLog.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/System.Reflection.MetadataLoadContext.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/System.Resources.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/System.Security.Cryptography.Pkcs.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/System.Security.Cryptography.ProtectedData.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/System.Security.Cryptography.Xml.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/System.ServiceProcess.ServiceController.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/Microsoft.TestPlatform.CommunicationUtilities.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/Microsoft.TestPlatform.CoreUtilities.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/Microsoft.TestPlatform.CrossPlatEngine.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/Microsoft.TestPlatform.PlatformAbstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/Microsoft.TestPlatform.Utilities.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/Microsoft.VisualStudio.TestPlatform.Common.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/Microsoft.Win32.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/Newtonsoft.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.AppContext.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Collections.Concurrent.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Collections.Immutable.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Collections.NonGeneric.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Collections.Specialized.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Collections.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.ComponentModel.EventBasedAsync.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.ComponentModel.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.ComponentModel.TypeConverter.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.ComponentModel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Console.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Data.Common.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Diagnostics.Contracts.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Diagnostics.Debug.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Diagnostics.FileVersionInfo.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Diagnostics.Process.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Diagnostics.StackTrace.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Diagnostics.TextWriterTraceListener.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Diagnostics.Tools.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Diagnostics.TraceSource.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Diagnostics.Tracing.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Drawing.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Dynamic.Runtime.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Globalization.Calendars.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Globalization.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Globalization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.IO.Compression.ZipFile.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.IO.Compression.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.IO.FileSystem.DriveInfo.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.IO.FileSystem.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.IO.FileSystem.Watcher.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.IO.FileSystem.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.IO.IsolatedStorage.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.IO.MemoryMappedFiles.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.IO.Pipes.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.IO.UnmanagedMemoryStream.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Linq.Parallel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Linq.Queryable.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Linq.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Net.Http.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Net.NameResolution.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Net.NetworkInformation.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Net.Ping.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Net.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Net.Requests.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Net.Security.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Net.Sockets.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Net.WebHeaderCollection.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Net.WebSockets.Client.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Net.WebSockets.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.ObjectModel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Reflection.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Reflection.Metadata.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Reflection.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Reflection.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Resources.Reader.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Resources.ResourceManager.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Resources.Writer.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Runtime.CompilerServices.VisualC.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Runtime.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Runtime.Handles.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Runtime.InteropServices.RuntimeInformation.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Runtime.InteropServices.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Runtime.Numerics.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Runtime.Serialization.Formatters.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Runtime.Serialization.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Runtime.Serialization.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Runtime.Serialization.Xml.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Runtime.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Security.Claims.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Security.Cryptography.Algorithms.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Security.Cryptography.Csp.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Security.Cryptography.Encoding.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Security.Cryptography.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Security.Cryptography.X509Certificates.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Security.Principal.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Security.SecureString.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Text.Encoding.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Text.Encoding.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Text.RegularExpressions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Threading.Overlapped.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Threading.Tasks.Parallel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Threading.Tasks.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Threading.Thread.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Threading.ThreadPool.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Threading.Timer.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Threading.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.ValueTuple.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Xml.ReaderWriter.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Xml.XDocument.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Xml.XPath.XDocument.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Xml.XPath.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Xml.XmlDocument.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Xml.XmlSerializer.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/cs/Microsoft.TestPlatform.CommunicationUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/cs/Microsoft.TestPlatform.CrossPlatEngine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/cs/Microsoft.TestPlatform.Utilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/cs/Microsoft.VisualStudio.TestPlatform.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/datacollector.arm64.exe\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/datacollector.arm64.exe.config\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/datacollector.exe\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/datacollector.exe.config\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/de/Microsoft.TestPlatform.CommunicationUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/de/Microsoft.TestPlatform.CoreUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/de/Microsoft.TestPlatform.CrossPlatEngine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/de/Microsoft.TestPlatform.Utilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/de/Microsoft.VisualStudio.TestPlatform.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/es/Microsoft.TestPlatform.CommunicationUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/es/Microsoft.TestPlatform.CoreUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/es/Microsoft.TestPlatform.CrossPlatEngine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/es/Microsoft.TestPlatform.Utilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/es/Microsoft.VisualStudio.TestPlatform.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/fr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/fr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/fr/Microsoft.TestPlatform.Utilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/fr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/it/Microsoft.TestPlatform.CommunicationUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/it/Microsoft.TestPlatform.CoreUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/it/Microsoft.TestPlatform.CrossPlatEngine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/it/Microsoft.TestPlatform.Utilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/it/Microsoft.VisualStudio.TestPlatform.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/ja/Microsoft.TestPlatform.CommunicationUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/ja/Microsoft.TestPlatform.CrossPlatEngine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/ja/Microsoft.TestPlatform.Utilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/ja/Microsoft.VisualStudio.TestPlatform.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/ko/Microsoft.TestPlatform.CommunicationUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/ko/Microsoft.TestPlatform.CrossPlatEngine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/ko/Microsoft.TestPlatform.Utilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/ko/Microsoft.VisualStudio.TestPlatform.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/netstandard.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/pl/Microsoft.TestPlatform.CommunicationUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/pl/Microsoft.TestPlatform.CrossPlatEngine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/pl/Microsoft.TestPlatform.Utilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/pl/Microsoft.VisualStudio.TestPlatform.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/pt-BR/Microsoft.TestPlatform.CommunicationUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/pt-BR/Microsoft.TestPlatform.CrossPlatEngine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/de/Microsoft.TemplateEngine.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/pt-BR/Microsoft.TestPlatform.Utilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/pt-BR/Microsoft.VisualStudio.TestPlatform.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/ru/Microsoft.TestPlatform.CommunicationUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/ru/Microsoft.TestPlatform.CrossPlatEngine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/ru/Microsoft.TestPlatform.Utilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/ru/Microsoft.VisualStudio.TestPlatform.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/testhost.arm64.exe\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/testhost.arm64.exe.config\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/testhost.exe\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/testhost.exe.config\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/testhost.net47.arm64.exe\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/testhost.net47.arm64.exe.config\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/testhost.net47.exe\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/testhost.net47.exe.config\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/testhost.net47.x86.exe\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/testhost.net47.x86.exe.config\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/testhost.net471.arm64.exe\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/testhost.net471.arm64.exe.config\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/testhost.net471.exe\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/testhost.net471.exe.config\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/testhost.net471.x86.exe\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/testhost.net471.x86.exe.config\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/testhost.net472.arm64.exe\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/testhost.net472.arm64.exe.config\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/testhost.net472.exe\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/testhost.net472.exe.config\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/testhost.net472.x86.exe\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/testhost.net472.x86.exe.config\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/testhost.net48.arm64.exe\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/testhost.net48.arm64.exe.config\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/testhost.net48.exe\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/testhost.net48.exe.config\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/testhost.net48.x86.exe\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/testhost.net48.x86.exe.config\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/testhost.x86.exe\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/testhost.x86.exe.config\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/tr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/tr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/tr/Microsoft.TestPlatform.Utilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/tr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/x64/msdia140.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/x64/msdia140.dll.manifest\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/x86/msdia140.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/x86/msdia140.dll.manifest\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/zh-Hans/Microsoft.TestPlatform.CommunicationUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/zh-Hans/Microsoft.TestPlatform.CrossPlatEngine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/zh-Hans/Microsoft.TestPlatform.Utilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/zh-Hans/Microsoft.VisualStudio.TestPlatform.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/zh-Hant/Microsoft.TestPlatform.CommunicationUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/zh-Hant/Microsoft.TestPlatform.CrossPlatEngine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/zh-Hant/Microsoft.TestPlatform.Utilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/zh-Hant/Microsoft.VisualStudio.TestPlatform.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/cs/MSBuild.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/cs/Microsoft.Build.Tasks.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/cs/Microsoft.Build.Utilities.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/cs/Microsoft.Build.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/cs/Microsoft.CodeCoverage.IO.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/cs/Microsoft.Deployment.DotNet.Releases.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/cs/Microsoft.DotNet.Cli.Sln.Internal.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/cs/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/cs/Microsoft.DotNet.Configurer.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/cs/Microsoft.DotNet.TemplateLocator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/cs/Microsoft.NET.Sdk.WorkloadManifestReader.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/cs/Microsoft.TemplateEngine.Cli.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/cs/Microsoft.TemplateEngine.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/cs/Microsoft.TemplateEngine.Edge.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/cs/Microsoft.TemplateEngine.Orchestrator.RunnableProjects.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/cs/Microsoft.TemplateEngine.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/cs/Microsoft.TemplateSearch.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/cs/Microsoft.TestPlatform.Build.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/cs/Microsoft.TestPlatform.CommunicationUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/cs/Microsoft.TestPlatform.CrossPlatEngine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/cs/Microsoft.TestPlatform.Utilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/cs/Microsoft.TestPlatform.VsTestConsole.TranslationLayer.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/cs/Microsoft.VisualStudio.TestPlatform.Client.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/cs/Microsoft.VisualStudio.TestPlatform.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/cs/NuGet.Build.Tasks.Console.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/cs/NuGet.Build.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/cs/NuGet.CommandLine.XPlat.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/cs/NuGet.Commands.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/cs/NuGet.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/cs/NuGet.Configuration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/cs/NuGet.Credentials.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/cs/NuGet.DependencyResolver.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/cs/NuGet.Frameworks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/cs/NuGet.LibraryModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/cs/NuGet.Packaging.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/cs/NuGet.ProjectModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/cs/NuGet.Protocol.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/cs/NuGet.Versioning.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/cs/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/cs/dotnet.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/cs/vstest.console.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/datacollector.deps.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/datacollector.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/datacollector.dll.config\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/datacollector.runtimeconfig.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/de/MSBuild.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/de/Microsoft.Build.Tasks.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/de/Microsoft.Build.Utilities.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/de/Microsoft.Build.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/de/Microsoft.CodeCoverage.IO.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/de/Microsoft.Deployment.DotNet.Releases.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/de/Microsoft.DotNet.Cli.Sln.Internal.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/de/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/de/Microsoft.DotNet.Configurer.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/de/Microsoft.DotNet.TemplateLocator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/de/Microsoft.NET.Sdk.WorkloadManifestReader.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/de/Microsoft.TemplateEngine.Cli.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/de/Microsoft.TemplateEngine.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/de/Microsoft.TemplateEngine.Edge.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/de/Microsoft.TemplateEngine.Orchestrator.RunnableProjects.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/de/Microsoft.TemplateSearch.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/de/Microsoft.TestPlatform.Build.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/de/Microsoft.TestPlatform.CommunicationUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/de/Microsoft.TestPlatform.CoreUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/de/Microsoft.TestPlatform.CrossPlatEngine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/de/Microsoft.TestPlatform.Utilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/de/Microsoft.TestPlatform.VsTestConsole.TranslationLayer.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/de/Microsoft.VisualStudio.TestPlatform.Client.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/de/Microsoft.VisualStudio.TestPlatform.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/de/NuGet.Build.Tasks.Console.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/de/NuGet.Build.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/de/NuGet.CommandLine.XPlat.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/de/NuGet.Commands.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/de/NuGet.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/de/NuGet.Configuration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/de/NuGet.Credentials.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/de/NuGet.DependencyResolver.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/de/NuGet.Frameworks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/de/NuGet.LibraryModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/de/NuGet.Packaging.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/de/NuGet.ProjectModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/de/NuGet.Protocol.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/de/NuGet.Versioning.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/de/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/de/dotnet.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/de/vstest.console.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/dotnet.deps.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/dotnet.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/dotnet.runtimeconfig.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/es/MSBuild.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/es/Microsoft.Build.Tasks.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/es/Microsoft.Build.Utilities.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/es/Microsoft.Build.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/es/Microsoft.CodeCoverage.IO.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/es/Microsoft.Deployment.DotNet.Releases.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/es/Microsoft.DotNet.Cli.Sln.Internal.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/es/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/es/Microsoft.DotNet.Configurer.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/es/Microsoft.DotNet.TemplateLocator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/es/Microsoft.NET.Sdk.WorkloadManifestReader.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/es/Microsoft.TemplateEngine.Cli.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/es/Microsoft.TemplateEngine.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/es/Microsoft.TemplateEngine.Edge.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/es/Microsoft.TemplateEngine.Orchestrator.RunnableProjects.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/es/Microsoft.TemplateEngine.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/es/Microsoft.TemplateSearch.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/es/Microsoft.TestPlatform.Build.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/es/Microsoft.TestPlatform.CommunicationUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/es/Microsoft.TestPlatform.CoreUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/es/Microsoft.TestPlatform.CrossPlatEngine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/es/Microsoft.TestPlatform.Utilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/es/Microsoft.TestPlatform.VsTestConsole.TranslationLayer.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/es/Microsoft.VisualStudio.TestPlatform.Client.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/es/Microsoft.VisualStudio.TestPlatform.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/es/NuGet.Build.Tasks.Console.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/es/NuGet.Build.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/es/NuGet.CommandLine.XPlat.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/es/NuGet.Commands.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/es/NuGet.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/es/NuGet.Configuration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/es/NuGet.Credentials.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/es/NuGet.DependencyResolver.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/es/NuGet.Frameworks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/es/NuGet.LibraryModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/es/NuGet.Packaging.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/es/NuGet.ProjectModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/es/NuGet.Protocol.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/es/NuGet.Versioning.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/es/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/es/dotnet.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/es/vstest.console.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/fr/MSBuild.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/fr/Microsoft.Build.Tasks.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/fr/Microsoft.Build.Utilities.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/fr/Microsoft.Build.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/fr/Microsoft.CodeCoverage.IO.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/fr/Microsoft.Deployment.DotNet.Releases.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/fr/Microsoft.DotNet.Cli.Sln.Internal.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/fr/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/fr/Microsoft.DotNet.Configurer.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/fr/Microsoft.DotNet.TemplateLocator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/fr/Microsoft.NET.Sdk.WorkloadManifestReader.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/fr/Microsoft.TemplateEngine.Cli.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/fr/Microsoft.TemplateEngine.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/fr/Microsoft.TemplateEngine.Edge.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/fr/Microsoft.TemplateEngine.Orchestrator.RunnableProjects.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/fr/Microsoft.TemplateEngine.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/fr/Microsoft.TemplateSearch.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/fr/Microsoft.TestPlatform.Build.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/fr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/fr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/fr/Microsoft.TestPlatform.Utilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/fr/Microsoft.TestPlatform.VsTestConsole.TranslationLayer.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/fr/Microsoft.VisualStudio.TestPlatform.Client.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/fr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/fr/NuGet.Build.Tasks.Console.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/fr/NuGet.Build.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/fr/NuGet.CommandLine.XPlat.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/fr/NuGet.Commands.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/fr/NuGet.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/fr/NuGet.Configuration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/fr/NuGet.Credentials.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/fr/NuGet.DependencyResolver.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/fr/NuGet.Frameworks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/fr/NuGet.LibraryModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/fr/NuGet.Packaging.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/fr/NuGet.ProjectModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/fr/NuGet.Protocol.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/fr/NuGet.Versioning.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/fr/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/fr/dotnet.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/fr/vstest.console.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/it/MSBuild.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/it/Microsoft.Build.Tasks.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/it/Microsoft.Build.Utilities.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/it/Microsoft.Build.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/it/Microsoft.CodeCoverage.IO.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/it/Microsoft.Deployment.DotNet.Releases.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/it/Microsoft.DotNet.Cli.Sln.Internal.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/it/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/it/Microsoft.DotNet.Configurer.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/it/Microsoft.DotNet.TemplateLocator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/it/Microsoft.NET.Sdk.WorkloadManifestReader.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/it/Microsoft.TemplateEngine.Cli.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/it/Microsoft.TemplateEngine.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/it/Microsoft.TemplateEngine.Edge.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/it/Microsoft.TemplateEngine.Orchestrator.RunnableProjects.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/it/Microsoft.TemplateEngine.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/it/Microsoft.TemplateSearch.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/it/Microsoft.TestPlatform.Build.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/it/Microsoft.TestPlatform.CommunicationUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/it/Microsoft.TestPlatform.CoreUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/it/Microsoft.TestPlatform.CrossPlatEngine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/it/Microsoft.TestPlatform.Utilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/it/Microsoft.TestPlatform.VsTestConsole.TranslationLayer.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/it/Microsoft.VisualStudio.TestPlatform.Client.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/it/Microsoft.VisualStudio.TestPlatform.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/it/NuGet.Build.Tasks.Console.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/it/NuGet.Build.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/it/NuGet.CommandLine.XPlat.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/it/NuGet.Commands.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/it/NuGet.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/it/NuGet.Configuration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/it/NuGet.Credentials.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/it/NuGet.DependencyResolver.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/it/NuGet.Frameworks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/it/NuGet.LibraryModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/it/NuGet.Packaging.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/it/NuGet.ProjectModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/it/NuGet.Protocol.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/it/NuGet.Versioning.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/it/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/it/dotnet.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/it/vstest.console.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ja/MSBuild.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ja/Microsoft.Build.Tasks.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ja/Microsoft.Build.Utilities.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ja/Microsoft.Build.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ja/Microsoft.CodeCoverage.IO.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ja/Microsoft.Deployment.DotNet.Releases.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ja/Microsoft.DotNet.Cli.Sln.Internal.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ja/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ja/Microsoft.DotNet.Configurer.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ja/Microsoft.DotNet.TemplateLocator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ja/Microsoft.NET.Sdk.WorkloadManifestReader.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ja/Microsoft.TemplateEngine.Cli.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ja/Microsoft.TemplateEngine.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ja/Microsoft.TemplateEngine.Edge.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ja/Microsoft.TemplateEngine.Orchestrator.RunnableProjects.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ja/Microsoft.TemplateEngine.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ja/Microsoft.TemplateSearch.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ja/Microsoft.TestPlatform.Build.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ja/Microsoft.TestPlatform.CommunicationUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ja/Microsoft.TestPlatform.CrossPlatEngine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ja/Microsoft.TestPlatform.Utilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ja/Microsoft.TestPlatform.VsTestConsole.TranslationLayer.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ja/Microsoft.VisualStudio.TestPlatform.Client.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ja/Microsoft.VisualStudio.TestPlatform.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ja/NuGet.Build.Tasks.Console.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ja/NuGet.Build.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ja/NuGet.CommandLine.XPlat.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ja/NuGet.Commands.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ja/NuGet.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ja/NuGet.Configuration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ja/NuGet.Credentials.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ja/NuGet.DependencyResolver.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ja/NuGet.Frameworks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ja/NuGet.LibraryModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ja/NuGet.Packaging.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ja/NuGet.ProjectModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ja/NuGet.Protocol.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ja/NuGet.Versioning.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ja/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ja/dotnet.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ja/vstest.console.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ko/MSBuild.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ko/Microsoft.Build.Tasks.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ko/Microsoft.Build.Utilities.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ko/Microsoft.Build.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ko/Microsoft.CodeCoverage.IO.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ko/Microsoft.Deployment.DotNet.Releases.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ko/Microsoft.DotNet.Cli.Sln.Internal.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ko/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ko/Microsoft.DotNet.Configurer.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ko/Microsoft.DotNet.TemplateLocator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ko/Microsoft.NET.Sdk.WorkloadManifestReader.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ko/Microsoft.TemplateEngine.Cli.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ko/Microsoft.TemplateEngine.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ko/Microsoft.TemplateEngine.Edge.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ko/Microsoft.TemplateEngine.Orchestrator.RunnableProjects.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ko/Microsoft.TemplateEngine.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ko/Microsoft.TemplateSearch.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ko/Microsoft.TestPlatform.Build.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ko/Microsoft.TestPlatform.CommunicationUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ko/Microsoft.TestPlatform.CrossPlatEngine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ko/Microsoft.TestPlatform.Utilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ko/Microsoft.TestPlatform.VsTestConsole.TranslationLayer.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ko/Microsoft.VisualStudio.TestPlatform.Client.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ko/Microsoft.VisualStudio.TestPlatform.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ko/NuGet.Build.Tasks.Console.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ko/NuGet.Build.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ko/NuGet.CommandLine.XPlat.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ko/NuGet.Commands.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ko/NuGet.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ko/NuGet.Configuration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ko/NuGet.Credentials.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ko/NuGet.DependencyResolver.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ko/NuGet.Frameworks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ko/NuGet.LibraryModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ko/NuGet.Packaging.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ko/NuGet.ProjectModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ko/NuGet.Protocol.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ko/NuGet.Versioning.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ko/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ko/dotnet.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ko/vstest.console.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/minimumMSBuildVersion\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pl/MSBuild.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pl/Microsoft.Build.Tasks.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pl/Microsoft.Build.Utilities.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pl/Microsoft.Build.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pl/Microsoft.CodeCoverage.IO.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pl/Microsoft.Deployment.DotNet.Releases.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pl/Microsoft.DotNet.Cli.Sln.Internal.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pl/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pl/Microsoft.DotNet.Configurer.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pl/Microsoft.DotNet.TemplateLocator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pl/Microsoft.NET.Sdk.WorkloadManifestReader.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pl/Microsoft.TemplateEngine.Cli.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pl/Microsoft.TemplateEngine.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pl/Microsoft.TemplateEngine.Edge.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pl/Microsoft.TemplateEngine.Orchestrator.RunnableProjects.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pl/Microsoft.TemplateEngine.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pl/Microsoft.TemplateSearch.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pl/Microsoft.TestPlatform.Build.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pl/Microsoft.TestPlatform.CommunicationUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pl/Microsoft.TestPlatform.CrossPlatEngine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pl/Microsoft.TestPlatform.Utilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pl/Microsoft.TestPlatform.VsTestConsole.TranslationLayer.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pl/Microsoft.VisualStudio.TestPlatform.Client.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pl/Microsoft.VisualStudio.TestPlatform.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pl/NuGet.Build.Tasks.Console.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pl/NuGet.Build.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pl/NuGet.CommandLine.XPlat.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pl/NuGet.Commands.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pl/NuGet.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pl/NuGet.Configuration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pl/NuGet.Credentials.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pl/NuGet.DependencyResolver.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pl/NuGet.Frameworks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pl/NuGet.LibraryModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pl/NuGet.Packaging.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pl/NuGet.ProjectModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pl/NuGet.Protocol.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pl/NuGet.Versioning.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pl/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pl/dotnet.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pl/vstest.console.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pt-BR/MSBuild.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pt-BR/Microsoft.Build.Tasks.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pt-BR/Microsoft.Build.Utilities.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pt-BR/Microsoft.Build.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pt-BR/Microsoft.CodeCoverage.IO.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pt-BR/Microsoft.Deployment.DotNet.Releases.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pt-BR/Microsoft.DotNet.Cli.Sln.Internal.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pt-BR/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pt-BR/Microsoft.DotNet.Configurer.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pt-BR/Microsoft.DotNet.TemplateLocator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pt-BR/Microsoft.NET.Sdk.WorkloadManifestReader.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pt-BR/Microsoft.TemplateEngine.Cli.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pt-BR/Microsoft.TemplateEngine.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pt-BR/Microsoft.TemplateEngine.Edge.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pt-BR/Microsoft.TemplateEngine.Orchestrator.RunnableProjects.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pt-BR/Microsoft.TemplateEngine.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pt-BR/Microsoft.TemplateSearch.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pt-BR/Microsoft.TestPlatform.Build.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pt-BR/Microsoft.TestPlatform.CommunicationUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pt-BR/Microsoft.TestPlatform.CrossPlatEngine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pt-BR/Microsoft.TestPlatform.Utilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pt-BR/Microsoft.TestPlatform.VsTestConsole.TranslationLayer.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pt-BR/Microsoft.VisualStudio.TestPlatform.Client.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pt-BR/Microsoft.VisualStudio.TestPlatform.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pt-BR/NuGet.Build.Tasks.Console.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pt-BR/NuGet.Build.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pt-BR/NuGet.CommandLine.XPlat.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pt-BR/NuGet.Commands.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pt-BR/NuGet.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pt-BR/NuGet.Configuration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pt-BR/NuGet.Credentials.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pt-BR/NuGet.DependencyResolver.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pt-BR/NuGet.Frameworks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pt-BR/NuGet.LibraryModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pt-BR/NuGet.Packaging.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pt-BR/NuGet.ProjectModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pt-BR/NuGet.Protocol.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pt-BR/NuGet.Versioning.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pt-BR/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pt-BR/dotnet.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pt-BR/vstest.console.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ref/Microsoft.Build.Framework.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ref/Microsoft.Build.Utilities.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ref/mscorlib.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ref/netstandard.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ru/MSBuild.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ru/Microsoft.Build.Tasks.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ru/Microsoft.Build.Utilities.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ru/Microsoft.Build.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ru/Microsoft.CodeCoverage.IO.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ru/Microsoft.Deployment.DotNet.Releases.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ru/Microsoft.DotNet.Cli.Sln.Internal.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ru/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ru/Microsoft.DotNet.Configurer.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ru/Microsoft.DotNet.TemplateLocator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ru/Microsoft.NET.Sdk.WorkloadManifestReader.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ru/Microsoft.TemplateEngine.Cli.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ru/Microsoft.TemplateEngine.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ru/Microsoft.TemplateEngine.Edge.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ru/Microsoft.TemplateEngine.Orchestrator.RunnableProjects.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ru/Microsoft.TemplateEngine.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ru/Microsoft.TemplateSearch.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ru/Microsoft.TestPlatform.Build.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ru/Microsoft.TestPlatform.CommunicationUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ru/Microsoft.TestPlatform.CrossPlatEngine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ru/Microsoft.TestPlatform.Utilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ru/Microsoft.TestPlatform.VsTestConsole.TranslationLayer.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ru/Microsoft.VisualStudio.TestPlatform.Client.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ru/Microsoft.VisualStudio.TestPlatform.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ru/NuGet.Build.Tasks.Console.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ru/NuGet.Build.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ru/NuGet.CommandLine.XPlat.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ru/NuGet.Commands.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ru/NuGet.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ru/NuGet.Configuration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ru/NuGet.Credentials.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ru/NuGet.DependencyResolver.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ru/NuGet.Frameworks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ru/NuGet.LibraryModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ru/NuGet.Packaging.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ru/NuGet.ProjectModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ru/NuGet.Protocol.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ru/NuGet.Versioning.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ru/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ru/dotnet.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ru/vstest.console.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/runtimes/any/native/Microsoft.TestPlatform.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/runtimes/any/native/NuGet.RestoreEx.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/runtimes/any/native/NuGet.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/runtimes/any/native/NuGet.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/runtimes/win/lib/net8.0/System.Diagnostics.EventLog.Messages.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/runtimes/win/lib/net8.0/System.Diagnostics.EventLog.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/runtimes/win/lib/net8.0/System.Security.Cryptography.Pkcs.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/runtimes/win/lib/net8.0/System.ServiceProcess.ServiceController.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/testhost-1.0.runtimeconfig.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/testhost-1.1.runtimeconfig.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/testhost-2.0.runtimeconfig.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/testhost-2.1.runtimeconfig.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/testhost-3.0.runtimeconfig.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/testhost-3.1.runtimeconfig.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/testhost-5.0.runtimeconfig.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/testhost-6.0.runtimeconfig.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/testhost-7.0.runtimeconfig.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/testhost-8.0.runtimeconfig.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/testhost-latest.runtimeconfig.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/testhost.deps.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/testhost.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/tr/MSBuild.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/tr/Microsoft.Build.Tasks.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/tr/Microsoft.Build.Utilities.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/tr/Microsoft.Build.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/tr/Microsoft.CodeCoverage.IO.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/tr/Microsoft.Deployment.DotNet.Releases.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/tr/Microsoft.DotNet.Cli.Sln.Internal.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/tr/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/tr/Microsoft.DotNet.Configurer.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/tr/Microsoft.DotNet.TemplateLocator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/tr/Microsoft.NET.Sdk.WorkloadManifestReader.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/tr/Microsoft.TemplateEngine.Cli.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/tr/Microsoft.TemplateEngine.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/tr/Microsoft.TemplateEngine.Edge.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/tr/Microsoft.TemplateEngine.Orchestrator.RunnableProjects.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/tr/Microsoft.TemplateEngine.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/tr/Microsoft.TemplateSearch.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/tr/Microsoft.TestPlatform.Build.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/tr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/tr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/tr/Microsoft.TestPlatform.Utilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/tr/Microsoft.TestPlatform.VsTestConsole.TranslationLayer.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/tr/Microsoft.VisualStudio.TestPlatform.Client.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/tr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/tr/NuGet.Build.Tasks.Console.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/tr/NuGet.Build.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/tr/NuGet.CommandLine.XPlat.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/tr/NuGet.Commands.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/tr/NuGet.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/tr/NuGet.Configuration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/tr/NuGet.Credentials.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/tr/NuGet.DependencyResolver.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/tr/NuGet.Frameworks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/tr/NuGet.LibraryModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/tr/NuGet.Packaging.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/tr/NuGet.ProjectModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/tr/NuGet.Protocol.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/tr/NuGet.Versioning.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/tr/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/tr/dotnet.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/tr/vstest.console.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/trustedroots/codesignctl.pem\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/trustedroots/timestampctl.pem\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/vstest.console.deps.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/vstest.console.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/vstest.console.dll.config\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/vstest.console.runtimeconfig.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hans/MSBuild.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hans/Microsoft.Build.Tasks.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hans/Microsoft.Build.Utilities.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hans/Microsoft.Build.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hans/Microsoft.CodeCoverage.IO.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hans/Microsoft.Deployment.DotNet.Releases.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hans/Microsoft.DotNet.Cli.Sln.Internal.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hans/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hans/Microsoft.DotNet.Configurer.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hans/Microsoft.DotNet.TemplateLocator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hans/Microsoft.NET.Sdk.WorkloadManifestReader.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hans/Microsoft.TemplateEngine.Cli.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hans/Microsoft.TemplateEngine.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hans/Microsoft.TemplateEngine.Edge.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hans/Microsoft.TemplateEngine.Orchestrator.RunnableProjects.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hans/Microsoft.TemplateEngine.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hans/Microsoft.TemplateSearch.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hans/Microsoft.TestPlatform.Build.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hans/Microsoft.TestPlatform.CommunicationUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hans/Microsoft.TestPlatform.CrossPlatEngine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hans/Microsoft.TestPlatform.Utilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hans/Microsoft.TestPlatform.VsTestConsole.TranslationLayer.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hans/Microsoft.VisualStudio.TestPlatform.Client.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hans/Microsoft.VisualStudio.TestPlatform.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hans/NuGet.Build.Tasks.Console.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hans/NuGet.Build.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hans/NuGet.CommandLine.XPlat.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hans/NuGet.Commands.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hans/NuGet.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hans/NuGet.Configuration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hans/NuGet.Credentials.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hans/NuGet.DependencyResolver.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hans/NuGet.Frameworks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hans/NuGet.LibraryModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hans/NuGet.Packaging.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hans/NuGet.ProjectModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hans/NuGet.Protocol.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hans/NuGet.Versioning.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hans/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hans/dotnet.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hans/vstest.console.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hant/MSBuild.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hant/Microsoft.Build.Tasks.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hant/Microsoft.Build.Utilities.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hant/Microsoft.Build.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hant/Microsoft.CodeCoverage.IO.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hant/Microsoft.Deployment.DotNet.Releases.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hant/Microsoft.DotNet.Cli.Sln.Internal.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hant/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hant/Microsoft.DotNet.Configurer.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hant/Microsoft.DotNet.TemplateLocator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hant/Microsoft.NET.Sdk.WorkloadManifestReader.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hant/Microsoft.TemplateEngine.Cli.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hant/Microsoft.TemplateEngine.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hant/Microsoft.TemplateEngine.Edge.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hant/Microsoft.TemplateEngine.Orchestrator.RunnableProjects.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hant/Microsoft.TemplateEngine.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hant/Microsoft.TemplateSearch.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hant/Microsoft.TestPlatform.Build.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hant/Microsoft.TestPlatform.CommunicationUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hant/Microsoft.TestPlatform.CrossPlatEngine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hant/Microsoft.TestPlatform.Utilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hant/Microsoft.TestPlatform.VsTestConsole.TranslationLayer.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hant/Microsoft.VisualStudio.TestPlatform.Client.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hant/Microsoft.VisualStudio.TestPlatform.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hant/NuGet.Build.Tasks.Console.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hant/NuGet.Build.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hant/NuGet.CommandLine.XPlat.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hant/NuGet.Commands.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hant/NuGet.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hant/NuGet.Configuration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hant/NuGet.Credentials.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hant/NuGet.DependencyResolver.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hant/NuGet.Frameworks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hant/NuGet.LibraryModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hant/NuGet.Packaging.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hant/NuGet.ProjectModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hant/NuGet.Protocol.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hant/NuGet.Versioning.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hant/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hant/dotnet.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hant/vstest.console.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/templates/8.0.31/microsoft.dotnet.common.itemtemplates.8.0.425.nupkg\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/templates/8.0.31/microsoft.dotnet.common.projecttemplates.8.0.8.0.425.nupkg\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/templates/8.0.31/microsoft.dotnet.test.projecttemplates.8.0.1.1.0-rc.24059.1.nupkg\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/templates/8.0.31/microsoft.dotnet.web.itemtemplates.8.0.8.0.31.nupkg\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/templates/8.0.31/microsoft.dotnet.web.projecttemplates.8.0.8.0.31.nupkg\n"
                }
            ]
        },
        {
            "build_id": 50282,
            "files": [
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/bin/lsm2bin\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/bin/tiff2fsspec\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/bin/tiffcomment\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/bin/tifffile\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile-2026.9.9.dist-info/METADATA\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile-2026.9.9.dist-info/RECORD\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile-2026.9.9.dist-info/WHEEL\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile-2026.9.9.dist-info/entry_points.txt\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile-2026.9.9.dist-info/licenses/LICENSE\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile-2026.9.9.dist-info/top_level.txt\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/__init__.py\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/__main__.py\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/__pycache__/__init__.cpython-313.opt-1.pyc\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/__pycache__/__init__.cpython-313.pyc\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/__pycache__/__main__.cpython-313.opt-1.pyc\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/__pycache__/__main__.cpython-313.pyc\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/__pycache__/_imagecodecs.cpython-313.opt-1.pyc\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/__pycache__/_imagecodecs.cpython-313.pyc\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/__pycache__/geodb.cpython-313.opt-1.pyc\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/__pycache__/geodb.cpython-313.pyc\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/__pycache__/lsm2bin.cpython-313.opt-1.pyc\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/__pycache__/lsm2bin.cpython-313.pyc\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/__pycache__/numcodecs.cpython-313.opt-1.pyc\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/__pycache__/numcodecs.cpython-313.pyc\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/__pycache__/tiff2fsspec.cpython-313.opt-1.pyc\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/__pycache__/tiff2fsspec.cpython-313.pyc\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/__pycache__/tiffcomment.cpython-313.opt-1.pyc\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/__pycache__/tiffcomment.cpython-313.pyc\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/__pycache__/tifffile.cpython-313.opt-1.pyc\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/__pycache__/tifffile.cpython-313.pyc\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/__pycache__/zarr.cpython-313.opt-1.pyc\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/__pycache__/zarr.cpython-313.pyc\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/_imagecodecs.py\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/geodb.py\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/lsm2bin.py\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/numcodecs.py\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/py.typed\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/tiff2fsspec.py\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/tiffcomment.py\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/tifffile.py\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/zarr.py\n"
                },
                {
                    "file": "  /opt/local/bin/lsm2bin-3.13\n"
                },
                {
                    "file": "  /opt/local/bin/tiff2fsspec-3.13\n"
                },
                {
                    "file": "  /opt/local/bin/tiffcomment-3.13\n"
                },
                {
                    "file": "  /opt/local/bin/tifffile-3.13\n"
                }
            ]
        },
        {
            "build_id": 50283,
            "files": [
                {
                    "file": "  /opt/local/bin/pv\n"
                },
                {
                    "file": "  /opt/local/share/doc/pv/ACKNOWLEDGEMENTS.md\n"
                },
                {
                    "file": "  /opt/local/share/doc/pv/COPYING\n"
                },
                {
                    "file": "  /opt/local/share/doc/pv/DEVELOPERS.md\n"
                },
                {
                    "file": "  /opt/local/share/doc/pv/INSTALL\n"
                },
                {
                    "file": "  /opt/local/share/doc/pv/NEWS.md\n"
                },
                {
                    "file": "  /opt/local/share/doc/pv/README.md\n"
                },
                {
                    "file": "  /opt/local/share/locale/cs/LC_MESSAGES/pv.mo\n"
                },
                {
                    "file": "  /opt/local/share/locale/de/LC_MESSAGES/pv.mo\n"
                },
                {
                    "file": "  /opt/local/share/locale/fi/LC_MESSAGES/pv.mo\n"
                },
                {
                    "file": "  /opt/local/share/locale/fr/LC_MESSAGES/pv.mo\n"
                },
                {
                    "file": "  /opt/local/share/locale/ka/LC_MESSAGES/pv.mo\n"
                },
                {
                    "file": "  /opt/local/share/locale/pl/LC_MESSAGES/pv.mo\n"
                },
                {
                    "file": "  /opt/local/share/locale/pt/LC_MESSAGES/pv.mo\n"
                },
                {
                    "file": "  /opt/local/share/locale/ru/LC_MESSAGES/pv.mo\n"
                },
                {
                    "file": "  /opt/local/share/locale/tr/LC_MESSAGES/pv.mo\n"
                },
                {
                    "file": "  /opt/local/share/man/man1/pv.1.gz\n"
                }
            ]
        },
        {
            "build_id": 50284,
            "files": [
                {
                    "file": "  /opt/local/bin/dotnet\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/LICENSE.txt\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/ThirdPartyNotices.txt\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/dotnet\n"
                }
            ]
        },
        {
            "build_id": 50285,
            "files": [
                {
                    "file": "  /opt/local/share/dotnet/host/fxr/8.0.31/libhostfxr.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/.version\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/Microsoft.CSharp.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/Microsoft.NETCore.App.deps.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/Microsoft.NETCore.App.runtimeconfig.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/Microsoft.VisualBasic.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/Microsoft.VisualBasic.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/Microsoft.Win32.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/Microsoft.Win32.Registry.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.AppContext.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Buffers.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Collections.Concurrent.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Collections.Immutable.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Collections.NonGeneric.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Collections.Specialized.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Collections.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.ComponentModel.Annotations.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.ComponentModel.DataAnnotations.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.ComponentModel.EventBasedAsync.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.ComponentModel.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.ComponentModel.TypeConverter.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.ComponentModel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Configuration.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Console.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Data.Common.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Data.DataSetExtensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Data.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Diagnostics.Contracts.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Diagnostics.Debug.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Diagnostics.DiagnosticSource.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Diagnostics.FileVersionInfo.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Diagnostics.Process.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Diagnostics.StackTrace.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Diagnostics.TextWriterTraceListener.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Diagnostics.Tools.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Diagnostics.TraceSource.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Diagnostics.Tracing.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Drawing.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Drawing.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Dynamic.Runtime.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Formats.Asn1.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Formats.Tar.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Globalization.Calendars.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Globalization.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Globalization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.IO.Compression.Brotli.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.IO.Compression.FileSystem.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.IO.Compression.ZipFile.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.IO.Compression.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.IO.FileSystem.AccessControl.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.IO.FileSystem.DriveInfo.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.IO.FileSystem.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.IO.FileSystem.Watcher.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.IO.FileSystem.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.IO.IsolatedStorage.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.IO.MemoryMappedFiles.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.IO.Pipes.AccessControl.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.IO.Pipes.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.IO.UnmanagedMemoryStream.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.IO.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Linq.Expressions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Linq.Parallel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Linq.Queryable.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Linq.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Memory.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Net.Http.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Net.Http.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Net.HttpListener.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Net.Mail.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Net.NameResolution.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Net.NetworkInformation.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Net.Ping.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Net.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Net.Quic.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Net.Requests.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Net.Security.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Net.ServicePoint.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Net.Sockets.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Net.WebClient.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Net.WebHeaderCollection.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Net.WebProxy.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Net.WebSockets.Client.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Net.WebSockets.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Net.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Numerics.Vectors.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Numerics.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.ObjectModel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Private.CoreLib.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Private.DataContractSerialization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Private.Uri.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Private.Xml.Linq.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Private.Xml.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Reflection.DispatchProxy.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Reflection.Emit.ILGeneration.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Reflection.Emit.Lightweight.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Reflection.Emit.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Reflection.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Reflection.Metadata.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Reflection.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Reflection.TypeExtensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Reflection.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Resources.Reader.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Resources.ResourceManager.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Resources.Writer.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Runtime.CompilerServices.Unsafe.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Runtime.CompilerServices.VisualC.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Runtime.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Runtime.Handles.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Runtime.InteropServices.JavaScript.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Runtime.InteropServices.RuntimeInformation.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Runtime.InteropServices.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Runtime.Intrinsics.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Runtime.Loader.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Runtime.Numerics.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Runtime.Serialization.Formatters.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Runtime.Serialization.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Runtime.Serialization.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Runtime.Serialization.Xml.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Runtime.Serialization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Runtime.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Security.AccessControl.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Security.Claims.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Security.Cryptography.Algorithms.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Security.Cryptography.Cng.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Security.Cryptography.Csp.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Security.Cryptography.Encoding.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Security.Cryptography.OpenSsl.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Security.Cryptography.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Security.Cryptography.X509Certificates.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Security.Cryptography.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Security.Principal.Windows.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Security.Principal.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Security.SecureString.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Security.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.ServiceModel.Web.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.ServiceProcess.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Text.Encoding.CodePages.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Text.Encoding.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Text.Encoding.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Text.Encodings.Web.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Text.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Text.RegularExpressions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Threading.Channels.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Threading.Overlapped.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Threading.Tasks.Dataflow.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Threading.Tasks.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Threading.Tasks.Parallel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Threading.Tasks.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Threading.Thread.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Threading.ThreadPool.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Threading.Timer.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Threading.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Transactions.Local.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Transactions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.ValueTuple.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Web.HttpUtility.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Web.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Windows.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Xml.Linq.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Xml.ReaderWriter.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Xml.Serialization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Xml.XDocument.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Xml.XPath.XDocument.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Xml.XPath.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Xml.XmlDocument.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Xml.XmlSerializer.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Xml.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/WindowsBase.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/createdump\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/libSystem.Globalization.Native.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/libSystem.IO.Compression.Native.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/libSystem.Native.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/libSystem.Net.Security.Native.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/libSystem.Security.Cryptography.Native.Apple.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/libSystem.Security.Cryptography.Native.OpenSsl.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/libclrgc.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/libclrjit.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/libcoreclr.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/libhostpolicy.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/libmscordaccore.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/libmscordbi.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/mscorlib.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/netstandard.dll\n"
                }
            ]
        },
        {
            "build_id": 50286,
            "files": [
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/.version\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Antiforgery.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.App.deps.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.App.runtimeconfig.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Authentication.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Authentication.BearerToken.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Authentication.Cookies.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Authentication.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Authentication.OAuth.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Authentication.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Authorization.Policy.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Authorization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Components.Authorization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Components.Endpoints.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Components.Forms.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Components.Server.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Components.Web.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Components.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Connections.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.CookiePolicy.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Cors.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Cryptography.Internal.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.DataProtection.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.DataProtection.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.DataProtection.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Diagnostics.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Diagnostics.HealthChecks.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Diagnostics.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.HostFiltering.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Hosting.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Hosting.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Html.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Http.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Http.Connections.Common.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Http.Connections.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Http.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Http.Features.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Http.Results.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Http.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.HttpLogging.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.HttpOverrides.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.HttpsPolicy.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Identity.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Localization.Routing.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Localization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Metadata.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Mvc.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Mvc.ApiExplorer.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Mvc.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Mvc.Cors.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Mvc.DataAnnotations.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Mvc.Formatters.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Mvc.Formatters.Xml.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Mvc.Localization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Mvc.Razor.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Mvc.RazorPages.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Mvc.TagHelpers.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Mvc.ViewFeatures.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Mvc.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.OutputCaching.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.RateLimiting.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Razor.Runtime.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Razor.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.RequestDecompression.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.ResponseCaching.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.ResponseCaching.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.ResponseCompression.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Rewrite.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Routing.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Routing.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Server.HttpSys.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Server.IIS.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Server.IISIntegration.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Server.Kestrel.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Server.Kestrel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Session.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.SignalR.Common.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.SignalR.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.SignalR.Protocols.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.SignalR.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.StaticFiles.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.WebSockets.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.WebUtilities.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Caching.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Caching.Memory.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Configuration.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Configuration.Binder.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Configuration.CommandLine.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Configuration.EnvironmentVariables.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Configuration.FileExtensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Configuration.Ini.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Configuration.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Configuration.KeyPerFile.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Configuration.UserSecrets.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Configuration.Xml.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Configuration.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.DependencyInjection.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.DependencyInjection.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Diagnostics.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Diagnostics.HealthChecks.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Diagnostics.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Features.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.FileProviders.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.FileProviders.Composite.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.FileProviders.Embedded.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.FileProviders.Physical.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.FileSystemGlobbing.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Hosting.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Hosting.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Http.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Identity.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Identity.Stores.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Localization.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Localization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Logging.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Logging.Configuration.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Logging.Console.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Logging.Debug.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Logging.EventLog.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Logging.EventSource.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Logging.TraceSource.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Logging.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.ObjectPool.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Options.ConfigurationExtensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Options.DataAnnotations.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Options.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.WebEncoders.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.JSInterop.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Net.Http.Headers.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/System.Diagnostics.EventLog.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/System.IO.Pipelines.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/System.Security.Cryptography.Pkcs.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/System.Security.Cryptography.Xml.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/System.Threading.RateLimiting.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/THIRD-PARTY-NOTICES.txt\n"
                }
            ]
        },
        {
            "build_id": 50287,
            "files": [
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/.version\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Antiforgery.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.App.deps.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.App.runtimeconfig.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Authentication.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Authentication.BearerToken.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Authentication.Cookies.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Authentication.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Authentication.OAuth.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Authentication.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Authorization.Policy.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Authorization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Components.Authorization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Components.Endpoints.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Components.Forms.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Components.Server.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Components.Web.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Components.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Connections.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.CookiePolicy.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Cors.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Cryptography.Internal.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.DataProtection.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.DataProtection.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.DataProtection.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Diagnostics.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Diagnostics.HealthChecks.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Diagnostics.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.HostFiltering.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Hosting.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Hosting.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Html.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Http.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Http.Connections.Common.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Http.Connections.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Http.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Http.Features.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Http.Results.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Http.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.HttpLogging.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.HttpOverrides.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.HttpsPolicy.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Identity.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Localization.Routing.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Localization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Metadata.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Mvc.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Mvc.ApiExplorer.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Mvc.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Mvc.Cors.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Mvc.DataAnnotations.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Mvc.Formatters.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Mvc.Formatters.Xml.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Mvc.Localization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Mvc.Razor.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Mvc.RazorPages.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Mvc.TagHelpers.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Mvc.ViewFeatures.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Mvc.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.OutputCaching.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.RateLimiting.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Razor.Runtime.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Razor.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.RequestDecompression.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.ResponseCaching.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.ResponseCaching.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.ResponseCompression.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Rewrite.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Routing.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Routing.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Server.HttpSys.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Server.IIS.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Server.IISIntegration.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Server.Kestrel.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Server.Kestrel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Session.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.SignalR.Common.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.SignalR.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.SignalR.Protocols.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.SignalR.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.StaticAssets.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.StaticFiles.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.WebSockets.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.WebUtilities.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.Extensions.Caching.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.Extensions.Caching.Memory.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.Extensions.Configuration.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.Extensions.Configuration.Binder.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.Extensions.Configuration.CommandLine.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.Extensions.Configuration.EnvironmentVariables.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.Extensions.Configuration.FileExtensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.Extensions.Configuration.Ini.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.Extensions.Configuration.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.Extensions.Configuration.KeyPerFile.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.Extensions.Configuration.UserSecrets.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.Extensions.Configuration.Xml.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.Extensions.Configuration.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.Extensions.DependencyInjection.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.Extensions.DependencyInjection.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.Extensions.Diagnostics.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.Extensions.Diagnostics.HealthChecks.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.Extensions.Diagnostics.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.Extensions.Features.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.Extensions.FileProviders.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.Extensions.FileProviders.Composite.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.Extensions.FileProviders.Embedded.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.Extensions.FileProviders.Physical.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.Extensions.FileSystemGlobbing.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.Extensions.Hosting.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.Extensions.Hosting.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.Extensions.Http.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.Extensions.Identity.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.Extensions.Identity.Stores.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.Extensions.Localization.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.Extensions.Localization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.Extensions.Logging.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.Extensions.Logging.Configuration.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.Extensions.Logging.Console.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.Extensions.Logging.Debug.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.Extensions.Logging.EventLog.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.Extensions.Logging.EventSource.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.Extensions.Logging.TraceSource.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.Extensions.Logging.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.Extensions.ObjectPool.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.Extensions.Options.ConfigurationExtensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.Extensions.Options.DataAnnotations.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.Extensions.Options.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.Extensions.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.Extensions.WebEncoders.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.JSInterop.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.Net.Http.Headers.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/System.Diagnostics.EventLog.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/System.Security.Cryptography.Pkcs.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/System.Security.Cryptography.Xml.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/System.Threading.RateLimiting.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/THIRD-PARTY-NOTICES.txt\n"
                }
            ]
        },
        {
            "build_id": 50288,
            "files": [
                {
                    "file": "  /opt/local/share/dotnet/host/fxr/10.0.12/libhostfxr.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/.version\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/Microsoft.CSharp.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/Microsoft.NETCore.App.deps.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/Microsoft.NETCore.App.runtimeconfig.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/Microsoft.VisualBasic.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/Microsoft.VisualBasic.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/Microsoft.Win32.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/Microsoft.Win32.Registry.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.AppContext.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Buffers.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Collections.Concurrent.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Collections.Immutable.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Collections.NonGeneric.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Collections.Specialized.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Collections.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.ComponentModel.Annotations.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.ComponentModel.DataAnnotations.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.ComponentModel.EventBasedAsync.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.ComponentModel.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.ComponentModel.TypeConverter.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.ComponentModel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Configuration.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Console.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Data.Common.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Data.DataSetExtensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Data.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Diagnostics.Contracts.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Diagnostics.Debug.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Diagnostics.DiagnosticSource.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Diagnostics.FileVersionInfo.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Diagnostics.Process.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Diagnostics.StackTrace.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Diagnostics.TextWriterTraceListener.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Diagnostics.Tools.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Diagnostics.TraceSource.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Diagnostics.Tracing.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Drawing.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Drawing.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Dynamic.Runtime.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Formats.Asn1.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Formats.Tar.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Globalization.Calendars.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Globalization.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Globalization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.IO.Compression.Brotli.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.IO.Compression.FileSystem.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.IO.Compression.ZipFile.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.IO.Compression.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.IO.FileSystem.AccessControl.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.IO.FileSystem.DriveInfo.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.IO.FileSystem.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.IO.FileSystem.Watcher.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.IO.FileSystem.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.IO.IsolatedStorage.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.IO.MemoryMappedFiles.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.IO.Pipelines.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.IO.Pipes.AccessControl.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.IO.Pipes.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.IO.UnmanagedMemoryStream.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.IO.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Linq.AsyncEnumerable.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Linq.Expressions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Linq.Parallel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Linq.Queryable.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Linq.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Memory.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Net.Http.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Net.Http.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Net.HttpListener.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Net.Mail.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Net.NameResolution.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Net.NetworkInformation.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Net.Ping.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Net.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Net.Quic.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Net.Requests.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Net.Security.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Net.ServerSentEvents.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Net.ServicePoint.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Net.Sockets.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Net.WebClient.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Net.WebHeaderCollection.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Net.WebProxy.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Net.WebSockets.Client.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Net.WebSockets.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Net.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Numerics.Vectors.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Numerics.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.ObjectModel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Private.CoreLib.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Private.DataContractSerialization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Private.Uri.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Private.Xml.Linq.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Private.Xml.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Reflection.DispatchProxy.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Reflection.Emit.ILGeneration.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Reflection.Emit.Lightweight.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Reflection.Emit.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Reflection.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Reflection.Metadata.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Reflection.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Reflection.TypeExtensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Reflection.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Resources.Reader.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Resources.ResourceManager.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Resources.Writer.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Runtime.CompilerServices.Unsafe.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Runtime.CompilerServices.VisualC.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Runtime.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Runtime.Handles.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Runtime.InteropServices.JavaScript.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Runtime.InteropServices.RuntimeInformation.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Runtime.InteropServices.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Runtime.Intrinsics.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Runtime.Loader.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Runtime.Numerics.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Runtime.Serialization.Formatters.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Runtime.Serialization.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Runtime.Serialization.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Runtime.Serialization.Xml.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Runtime.Serialization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Runtime.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Security.AccessControl.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Security.Claims.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Security.Cryptography.Algorithms.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Security.Cryptography.Cng.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Security.Cryptography.Csp.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Security.Cryptography.Encoding.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Security.Cryptography.OpenSsl.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Security.Cryptography.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Security.Cryptography.X509Certificates.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Security.Cryptography.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Security.Principal.Windows.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Security.Principal.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Security.SecureString.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Security.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.ServiceModel.Web.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.ServiceProcess.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Text.Encoding.CodePages.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Text.Encoding.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Text.Encoding.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Text.Encodings.Web.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Text.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Text.RegularExpressions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Threading.AccessControl.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Threading.Channels.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Threading.Overlapped.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Threading.Tasks.Dataflow.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Threading.Tasks.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Threading.Tasks.Parallel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Threading.Tasks.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Threading.Thread.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Threading.ThreadPool.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Threading.Timer.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Threading.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Transactions.Local.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Transactions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.ValueTuple.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Web.HttpUtility.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Web.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Windows.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Xml.Linq.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Xml.ReaderWriter.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Xml.Serialization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Xml.XDocument.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Xml.XPath.XDocument.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Xml.XPath.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Xml.XmlDocument.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Xml.XmlSerializer.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Xml.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/WindowsBase.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/createdump\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/libSystem.Globalization.Native.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/libSystem.IO.Compression.Native.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/libSystem.Native.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/libSystem.Net.Security.Native.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/libSystem.Security.Cryptography.Native.Apple.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/libclrgc.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/libclrgcexp.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/libclrjit.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/libcoreclr.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/libhostpolicy.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/libmscordaccore.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/libmscordbi.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/mscorlib.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/netstandard.dll\n"
                }
            ]
        },
        {
            "build_id": 50289,
            "files": [
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/.version\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Antiforgery.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.App.deps.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.App.runtimeconfig.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Authentication.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Authentication.BearerToken.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Authentication.Cookies.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Authentication.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Authentication.OAuth.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Authentication.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Authorization.Policy.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Authorization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Components.Authorization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Components.Endpoints.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Components.Forms.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Components.Server.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Components.Web.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Components.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Connections.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.CookiePolicy.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Cors.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Cryptography.Internal.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.DataProtection.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.DataProtection.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.DataProtection.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Diagnostics.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Diagnostics.HealthChecks.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Diagnostics.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.HostFiltering.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Hosting.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Hosting.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Html.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Http.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Http.Connections.Common.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Http.Connections.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Http.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Http.Features.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Http.Results.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Http.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.HttpLogging.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.HttpOverrides.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.HttpsPolicy.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Identity.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Localization.Routing.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Localization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Metadata.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Mvc.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Mvc.ApiExplorer.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Mvc.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Mvc.Cors.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Mvc.DataAnnotations.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Mvc.Formatters.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Mvc.Formatters.Xml.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Mvc.Localization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Mvc.Razor.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Mvc.RazorPages.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Mvc.TagHelpers.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Mvc.ViewFeatures.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Mvc.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.OutputCaching.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.RateLimiting.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Razor.Runtime.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Razor.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.RequestDecompression.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.ResponseCaching.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.ResponseCaching.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.ResponseCompression.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Rewrite.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Routing.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Routing.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Server.HttpSys.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Server.IIS.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Server.IISIntegration.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Server.Kestrel.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Server.Kestrel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Session.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.SignalR.Common.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.SignalR.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.SignalR.Protocols.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.SignalR.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.StaticAssets.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.StaticFiles.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.WebSockets.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.WebUtilities.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.Extensions.Caching.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.Extensions.Caching.Memory.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.Extensions.Configuration.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.Extensions.Configuration.Binder.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.Extensions.Configuration.CommandLine.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.Extensions.Configuration.EnvironmentVariables.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.Extensions.Configuration.FileExtensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.Extensions.Configuration.Ini.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.Extensions.Configuration.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.Extensions.Configuration.KeyPerFile.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.Extensions.Configuration.UserSecrets.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.Extensions.Configuration.Xml.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.Extensions.Configuration.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.Extensions.DependencyInjection.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.Extensions.DependencyInjection.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.Extensions.Diagnostics.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.Extensions.Diagnostics.HealthChecks.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.Extensions.Diagnostics.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.Extensions.Features.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.Extensions.FileProviders.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.Extensions.FileProviders.Composite.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.Extensions.FileProviders.Embedded.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.Extensions.FileProviders.Physical.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.Extensions.FileSystemGlobbing.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.Extensions.Hosting.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.Extensions.Hosting.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.Extensions.Http.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.Extensions.Identity.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.Extensions.Identity.Stores.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.Extensions.Localization.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.Extensions.Localization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.Extensions.Logging.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.Extensions.Logging.Configuration.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.Extensions.Logging.Console.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.Extensions.Logging.Debug.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.Extensions.Logging.EventLog.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.Extensions.Logging.EventSource.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.Extensions.Logging.TraceSource.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.Extensions.Logging.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.Extensions.ObjectPool.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.Extensions.Options.ConfigurationExtensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.Extensions.Options.DataAnnotations.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.Extensions.Options.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.Extensions.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.Extensions.Validation.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.Extensions.WebEncoders.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.JSInterop.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.Net.Http.Headers.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/System.Diagnostics.EventLog.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/System.Formats.Cbor.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/System.Security.Cryptography.Pkcs.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/System.Security.Cryptography.Xml.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/System.Threading.RateLimiting.dll\n"
                }
            ]
        },
        {
            "build_id": 50290,
            "files": [
                {
                    "file": "  /opt/local/share/dotnet/host/fxr/11.0.0-rc.1.26425.128/libhostfxr.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/.version\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/Microsoft.CSharp.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/Microsoft.Extensions.Caching.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/Microsoft.Extensions.Configuration.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/Microsoft.Extensions.DependencyInjection.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/Microsoft.Extensions.Diagnostics.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/Microsoft.Extensions.FileProviders.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/Microsoft.Extensions.Hosting.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/Microsoft.Extensions.Logging.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/Microsoft.Extensions.Options.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/Microsoft.Extensions.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/Microsoft.NETCore.App.deps.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/Microsoft.NETCore.App.runtimeconfig.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/Microsoft.VisualBasic.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/Microsoft.VisualBasic.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/Microsoft.Win32.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/Microsoft.Win32.Registry.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.AppContext.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Buffers.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Collections.Concurrent.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Collections.Immutable.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Collections.NonGeneric.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Collections.Specialized.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Collections.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.ComponentModel.Annotations.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.ComponentModel.DataAnnotations.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.ComponentModel.EventBasedAsync.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.ComponentModel.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.ComponentModel.TypeConverter.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.ComponentModel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Configuration.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Console.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Data.Common.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Data.DataSetExtensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Data.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Diagnostics.Contracts.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Diagnostics.Debug.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Diagnostics.DiagnosticSource.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Diagnostics.FileVersionInfo.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Diagnostics.Process.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Diagnostics.StackTrace.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Diagnostics.TextWriterTraceListener.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Diagnostics.Tools.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Diagnostics.TraceSource.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Diagnostics.Tracing.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Drawing.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Drawing.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Dynamic.Runtime.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Formats.Asn1.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Formats.Tar.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Globalization.Calendars.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Globalization.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Globalization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.IO.Compression.Brotli.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.IO.Compression.FileSystem.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.IO.Compression.ZipFile.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.IO.Compression.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.IO.FileSystem.AccessControl.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.IO.FileSystem.DriveInfo.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.IO.FileSystem.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.IO.FileSystem.Watcher.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.IO.FileSystem.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.IO.IsolatedStorage.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.IO.MemoryMappedFiles.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.IO.Pipelines.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.IO.Pipes.AccessControl.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.IO.Pipes.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.IO.UnmanagedMemoryStream.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.IO.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Linq.AsyncEnumerable.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Linq.Expressions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Linq.Parallel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Linq.Queryable.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Linq.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Memory.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Net.Http.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Net.Http.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Net.HttpListener.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Net.Mail.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Net.NameResolution.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Net.NetworkInformation.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Net.Ping.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Net.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Net.Quic.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Net.Requests.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Net.Security.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Net.ServerSentEvents.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Net.ServicePoint.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Net.Sockets.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Net.WebClient.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Net.WebHeaderCollection.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Net.WebProxy.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Net.WebSockets.Client.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Net.WebSockets.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Net.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Numerics.Vectors.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Numerics.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.ObjectModel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Private.CoreLib.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Private.DataContractSerialization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Private.Uri.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Private.Xml.Linq.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Private.Xml.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Reflection.DispatchProxy.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Reflection.Emit.ILGeneration.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Reflection.Emit.Lightweight.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Reflection.Emit.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Reflection.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Reflection.Metadata.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Reflection.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Reflection.TypeExtensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Reflection.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Resources.Reader.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Resources.ResourceManager.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Resources.Writer.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Runtime.CompilerServices.Unsafe.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Runtime.CompilerServices.VisualC.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Runtime.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Runtime.Handles.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Runtime.InteropServices.JavaScript.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Runtime.InteropServices.RuntimeInformation.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Runtime.InteropServices.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Runtime.Intrinsics.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Runtime.Loader.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Runtime.Numerics.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Runtime.Serialization.Formatters.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Runtime.Serialization.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Runtime.Serialization.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Runtime.Serialization.Xml.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Runtime.Serialization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Runtime.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Security.AccessControl.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Security.Claims.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Security.Cryptography.Algorithms.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Security.Cryptography.Cng.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Security.Cryptography.Csp.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Security.Cryptography.Encoding.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Security.Cryptography.OpenSsl.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Security.Cryptography.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Security.Cryptography.X509Certificates.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Security.Cryptography.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Security.Principal.Windows.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Security.Principal.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Security.SecureString.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Security.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.ServiceModel.Web.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.ServiceProcess.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Text.Encoding.CodePages.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Text.Encoding.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Text.Encoding.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Text.Encodings.Web.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Text.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Text.RegularExpressions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Threading.AccessControl.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Threading.Channels.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Threading.Overlapped.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Threading.Tasks.Dataflow.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Threading.Tasks.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Threading.Tasks.Parallel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Threading.Tasks.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Threading.Thread.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Threading.ThreadPool.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Threading.Timer.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Threading.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Transactions.Local.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Transactions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.ValueTuple.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Web.HttpUtility.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Web.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Windows.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Xml.Linq.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Xml.ReaderWriter.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Xml.Serialization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Xml.XDocument.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Xml.XPath.XDocument.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Xml.XPath.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Xml.XmlDocument.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Xml.XmlSerializer.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Xml.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/WindowsBase.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/createdump\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/libSystem.Globalization.Native.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/libSystem.IO.Compression.Native.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/libSystem.Native.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/libSystem.Net.Security.Native.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/libSystem.Security.Cryptography.Native.Apple.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/libclrgc.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/libclrgcexp.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/libclrjit.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/libcoreclr.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/libhostpolicy.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/libmscordaccore.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/libmscordbi.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/mscorlib.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/netstandard.dll\n"
                }
            ]
        },
        {
            "build_id": 50291,
            "files": [
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/.version\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Antiforgery.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.App.deps.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.App.runtimeconfig.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Authentication.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Authentication.BearerToken.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Authentication.Cookies.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Authentication.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Authentication.OAuth.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Authentication.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Authorization.Policy.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Authorization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Components.Authorization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Components.Endpoints.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Components.Forms.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Components.Server.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Components.Web.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Components.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Connections.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.CookiePolicy.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Cors.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Cryptography.Internal.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.DataProtection.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.DataProtection.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.DataProtection.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Diagnostics.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Diagnostics.HealthChecks.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Diagnostics.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.HostFiltering.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Hosting.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Hosting.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Html.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Http.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Http.Connections.Common.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Http.Connections.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Http.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Http.Features.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Http.Results.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Http.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.HttpLogging.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.HttpOverrides.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.HttpsPolicy.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Identity.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Localization.Routing.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Localization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Metadata.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Mvc.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Mvc.ApiExplorer.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Mvc.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Mvc.Cors.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Mvc.DataAnnotations.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Mvc.Formatters.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Mvc.Formatters.Xml.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Mvc.Localization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Mvc.Razor.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Mvc.RazorPages.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Mvc.TagHelpers.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Mvc.ViewFeatures.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Mvc.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.OutputCaching.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.RateLimiting.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Razor.Runtime.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Razor.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.RequestDecompression.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.ResponseCaching.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.ResponseCaching.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.ResponseCompression.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Rewrite.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Routing.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Routing.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Server.HttpSys.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Server.IIS.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Server.IISIntegration.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Server.Kestrel.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Server.Kestrel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Session.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.SignalR.Common.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.SignalR.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.SignalR.Protocols.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.SignalR.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.StaticAssets.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.StaticFiles.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.WebSockets.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.WebUtilities.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.Extensions.Caching.Memory.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.Extensions.Configuration.Binder.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.Extensions.Configuration.CommandLine.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.Extensions.Configuration.EnvironmentVariables.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.Extensions.Configuration.FileExtensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.Extensions.Configuration.Ini.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.Extensions.Configuration.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.Extensions.Configuration.KeyPerFile.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.Extensions.Configuration.UserSecrets.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.Extensions.Configuration.Xml.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.Extensions.Configuration.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.Extensions.DependencyInjection.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.Extensions.Diagnostics.HealthChecks.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.Extensions.Diagnostics.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.Extensions.Features.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.Extensions.FileProviders.Composite.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.Extensions.FileProviders.Embedded.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.Extensions.FileProviders.Physical.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.Extensions.FileSystemGlobbing.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.Extensions.Hosting.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.Extensions.Http.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.Extensions.Identity.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.Extensions.Identity.Stores.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.Extensions.Localization.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.Extensions.Localization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.Extensions.Logging.Configuration.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.Extensions.Logging.Console.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.Extensions.Logging.Debug.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.Extensions.Logging.EventLog.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.Extensions.Logging.EventSource.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.Extensions.Logging.TraceSource.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.Extensions.Logging.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.Extensions.ObjectPool.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.Extensions.Options.ConfigurationExtensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.Extensions.Options.DataAnnotations.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.Extensions.Validation.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.Extensions.WebEncoders.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.JSInterop.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.Net.Http.Headers.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/System.Diagnostics.EventLog.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/System.Formats.Cbor.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/System.Security.Cryptography.Pkcs.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/System.Security.Cryptography.Xml.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/System.Threading.RateLimiting.dll\n"
                }
            ]
        },
        {
            "build_id": 50292,
            "files": [
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Diagnostics.Contracts.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/host/fxr/9.0.20/libhostfxr.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/.version\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/Microsoft.CSharp.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/Microsoft.NETCore.App.deps.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/Microsoft.NETCore.App.runtimeconfig.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/Microsoft.VisualBasic.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/Microsoft.VisualBasic.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/Microsoft.Win32.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/Microsoft.Win32.Registry.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.AppContext.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Buffers.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Collections.Concurrent.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Collections.Immutable.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Collections.NonGeneric.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Collections.Specialized.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Collections.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.ComponentModel.Annotations.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.ComponentModel.DataAnnotations.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.ComponentModel.EventBasedAsync.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.ComponentModel.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.ComponentModel.TypeConverter.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.ComponentModel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Configuration.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Console.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Data.Common.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Data.DataSetExtensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Data.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Diagnostics.Debug.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Diagnostics.DiagnosticSource.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Diagnostics.FileVersionInfo.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Diagnostics.Process.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Diagnostics.StackTrace.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Diagnostics.TextWriterTraceListener.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Diagnostics.Tools.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Diagnostics.TraceSource.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Diagnostics.Tracing.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Drawing.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Drawing.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Dynamic.Runtime.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Formats.Asn1.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Formats.Tar.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Globalization.Calendars.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Globalization.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Globalization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.IO.Compression.Brotli.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.IO.Compression.FileSystem.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.IO.Compression.ZipFile.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.IO.Compression.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.IO.FileSystem.AccessControl.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.IO.FileSystem.DriveInfo.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.IO.FileSystem.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.IO.FileSystem.Watcher.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.IO.FileSystem.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.IO.IsolatedStorage.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.IO.MemoryMappedFiles.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.IO.Pipelines.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.IO.Pipes.AccessControl.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.IO.Pipes.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.IO.UnmanagedMemoryStream.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.IO.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Linq.Expressions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Linq.Parallel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Linq.Queryable.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Linq.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Memory.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Net.Http.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Net.Http.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Net.HttpListener.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Net.Mail.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Net.NameResolution.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Net.NetworkInformation.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Net.Ping.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Net.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Net.Quic.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Net.Requests.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Net.Security.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Net.ServicePoint.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Net.Sockets.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Net.WebClient.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Net.WebHeaderCollection.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Net.WebProxy.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Net.WebSockets.Client.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Net.WebSockets.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Net.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Numerics.Vectors.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Numerics.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.ObjectModel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Private.CoreLib.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Private.DataContractSerialization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Private.Uri.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Private.Xml.Linq.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Private.Xml.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Reflection.DispatchProxy.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Reflection.Emit.ILGeneration.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Reflection.Emit.Lightweight.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Reflection.Emit.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Reflection.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Reflection.Metadata.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Reflection.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Reflection.TypeExtensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Reflection.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Resources.Reader.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Resources.ResourceManager.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Resources.Writer.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Runtime.CompilerServices.Unsafe.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Runtime.CompilerServices.VisualC.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Runtime.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Runtime.Handles.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Runtime.InteropServices.JavaScript.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Runtime.InteropServices.RuntimeInformation.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Runtime.InteropServices.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Runtime.Intrinsics.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Runtime.Loader.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Runtime.Numerics.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Runtime.Serialization.Formatters.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Runtime.Serialization.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Runtime.Serialization.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Runtime.Serialization.Xml.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Runtime.Serialization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Runtime.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Security.AccessControl.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Security.Claims.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Security.Cryptography.Algorithms.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Security.Cryptography.Cng.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Security.Cryptography.Csp.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Security.Cryptography.Encoding.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Security.Cryptography.OpenSsl.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Security.Cryptography.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Security.Cryptography.X509Certificates.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Security.Cryptography.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Security.Principal.Windows.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Security.Principal.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Security.SecureString.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Security.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.ServiceModel.Web.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.ServiceProcess.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Text.Encoding.CodePages.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Text.Encoding.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Text.Encoding.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Text.Encodings.Web.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Text.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Text.RegularExpressions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Threading.Channels.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Threading.Overlapped.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Threading.Tasks.Dataflow.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Threading.Tasks.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Threading.Tasks.Parallel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Threading.Tasks.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Threading.Thread.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Threading.ThreadPool.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Threading.Timer.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Threading.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Transactions.Local.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Transactions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.ValueTuple.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Web.HttpUtility.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Web.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Windows.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Xml.Linq.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Xml.ReaderWriter.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Xml.Serialization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Xml.XDocument.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Xml.XPath.XDocument.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Xml.XPath.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Xml.XmlDocument.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Xml.XmlSerializer.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Xml.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/WindowsBase.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/createdump\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/libSystem.Globalization.Native.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/libSystem.IO.Compression.Native.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/libSystem.Native.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/libSystem.Net.Security.Native.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/libSystem.Security.Cryptography.Native.Apple.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/libSystem.Security.Cryptography.Native.OpenSsl.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/libclrgc.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/libclrgcexp.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/libclrjit.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/libcoreclr.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/libhostpolicy.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/libmscordaccore.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/libmscordbi.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/mscorlib.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/netstandard.dll\n"
                }
            ]
        },
        {
            "build_id": 50293,
            "files": [
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/analyzers/dotnet/cs/Microsoft.AspNetCore.App.Analyzers.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/analyzers/dotnet/cs/Microsoft.AspNetCore.App.CodeFixes.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/analyzers/dotnet/cs/Microsoft.AspNetCore.Components.Analyzers.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/analyzers/dotnet/cs/Microsoft.AspNetCore.Http.RequestDelegateGenerator.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/analyzers/dotnet/cs/Microsoft.Extensions.Configuration.Binder.SourceGeneration.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/analyzers/dotnet/cs/cs/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/analyzers/dotnet/cs/de/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/analyzers/dotnet/cs/es/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/analyzers/dotnet/cs/fr/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/analyzers/dotnet/cs/it/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/analyzers/dotnet/cs/ja/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/analyzers/dotnet/cs/ko/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/analyzers/dotnet/cs/pl/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/analyzers/dotnet/cs/pt-BR/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/analyzers/dotnet/cs/ru/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/analyzers/dotnet/cs/tr/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/analyzers/dotnet/cs/zh-Hans/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/analyzers/dotnet/cs/zh-Hant/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/analyzers/dotnet/roslyn4.4/cs/Microsoft.Extensions.Logging.Generators.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/analyzers/dotnet/roslyn4.4/cs/Microsoft.Extensions.Options.SourceGeneration.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/analyzers/dotnet/roslyn4.4/cs/cs/Microsoft.Extensions.Logging.Generators.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/analyzers/dotnet/roslyn4.4/cs/cs/Microsoft.Extensions.Options.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/analyzers/dotnet/roslyn4.4/cs/de/Microsoft.Extensions.Logging.Generators.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/analyzers/dotnet/roslyn4.4/cs/de/Microsoft.Extensions.Options.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/analyzers/dotnet/roslyn4.4/cs/es/Microsoft.Extensions.Logging.Generators.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/analyzers/dotnet/roslyn4.4/cs/es/Microsoft.Extensions.Options.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/analyzers/dotnet/roslyn4.4/cs/fr/Microsoft.Extensions.Logging.Generators.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/analyzers/dotnet/roslyn4.4/cs/fr/Microsoft.Extensions.Options.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/analyzers/dotnet/roslyn4.4/cs/it/Microsoft.Extensions.Logging.Generators.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/analyzers/dotnet/roslyn4.4/cs/it/Microsoft.Extensions.Options.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/analyzers/dotnet/roslyn4.4/cs/ja/Microsoft.Extensions.Logging.Generators.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/analyzers/dotnet/roslyn4.4/cs/ja/Microsoft.Extensions.Options.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/analyzers/dotnet/roslyn4.4/cs/ko/Microsoft.Extensions.Logging.Generators.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/analyzers/dotnet/roslyn4.4/cs/ko/Microsoft.Extensions.Options.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/analyzers/dotnet/roslyn4.4/cs/pl/Microsoft.Extensions.Logging.Generators.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/analyzers/dotnet/roslyn4.4/cs/pl/Microsoft.Extensions.Options.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/analyzers/dotnet/roslyn4.4/cs/pt-BR/Microsoft.Extensions.Logging.Generators.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/analyzers/dotnet/roslyn4.4/cs/pt-BR/Microsoft.Extensions.Options.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/analyzers/dotnet/roslyn4.4/cs/ru/Microsoft.Extensions.Logging.Generators.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/analyzers/dotnet/roslyn4.4/cs/ru/Microsoft.Extensions.Options.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/analyzers/dotnet/roslyn4.4/cs/tr/Microsoft.Extensions.Logging.Generators.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/analyzers/dotnet/roslyn4.4/cs/tr/Microsoft.Extensions.Options.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/analyzers/dotnet/roslyn4.4/cs/zh-Hans/Microsoft.Extensions.Logging.Generators.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/analyzers/dotnet/roslyn4.4/cs/zh-Hans/Microsoft.Extensions.Options.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/analyzers/dotnet/roslyn4.4/cs/zh-Hant/Microsoft.Extensions.Logging.Generators.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/analyzers/dotnet/roslyn4.4/cs/zh-Hant/Microsoft.Extensions.Options.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/data/FrameworkList.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/data/PackageOverrides.txt\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/data/PlatformManifest.txt\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Antiforgery.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Antiforgery.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Authentication.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Authentication.Abstractions.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Authentication.BearerToken.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Authentication.BearerToken.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Authentication.Cookies.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Authentication.Cookies.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Authentication.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Authentication.Core.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Authentication.OAuth.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Authentication.OAuth.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Authentication.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Authentication.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Authorization.Policy.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Authorization.Policy.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Authorization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Authorization.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Components.Authorization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Components.Authorization.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Components.Endpoints.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Components.Endpoints.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Components.Forms.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Components.Forms.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Components.Server.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Components.Server.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Components.Web.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Components.Web.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Components.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Components.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Connections.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Connections.Abstractions.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.CookiePolicy.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.CookiePolicy.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Cors.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Cors.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Cryptography.Internal.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Cryptography.Internal.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Cryptography.KeyDerivation.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.DataProtection.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.DataProtection.Abstractions.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.DataProtection.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.DataProtection.Extensions.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.DataProtection.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.DataProtection.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Diagnostics.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Diagnostics.Abstractions.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Diagnostics.HealthChecks.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Diagnostics.HealthChecks.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Diagnostics.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Diagnostics.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.HostFiltering.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.HostFiltering.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Hosting.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Hosting.Abstractions.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Hosting.Server.Abstractions.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Hosting.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Hosting.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Html.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Html.Abstractions.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Http.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Http.Abstractions.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Http.Connections.Common.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Http.Connections.Common.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Http.Connections.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Http.Connections.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Http.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Http.Extensions.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Http.Features.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Http.Features.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Http.Results.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Http.Results.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Http.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Http.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.HttpLogging.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.HttpLogging.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.HttpOverrides.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.HttpOverrides.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.HttpsPolicy.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.HttpsPolicy.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Identity.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Identity.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Localization.Routing.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Localization.Routing.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Localization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Localization.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Metadata.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Metadata.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Mvc.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Mvc.Abstractions.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Mvc.ApiExplorer.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Mvc.ApiExplorer.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Mvc.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Mvc.Core.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Mvc.Cors.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Mvc.Cors.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Mvc.DataAnnotations.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Mvc.DataAnnotations.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Mvc.Formatters.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Mvc.Formatters.Json.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Mvc.Formatters.Xml.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Mvc.Formatters.Xml.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Mvc.Localization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Mvc.Localization.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Mvc.Razor.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Mvc.Razor.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Mvc.RazorPages.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Mvc.RazorPages.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Mvc.TagHelpers.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Mvc.TagHelpers.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Mvc.ViewFeatures.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Mvc.ViewFeatures.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Mvc.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Mvc.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.OutputCaching.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.RateLimiting.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.RateLimiting.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Razor.Runtime.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Razor.Runtime.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Razor.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Razor.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.RequestDecompression.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.RequestDecompression.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.ResponseCaching.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.ResponseCaching.Abstractions.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.ResponseCaching.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.ResponseCaching.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.ResponseCompression.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.ResponseCompression.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Rewrite.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Rewrite.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Routing.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Routing.Abstractions.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Routing.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Routing.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Server.HttpSys.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Server.HttpSys.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Server.IIS.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Server.IIS.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Server.IISIntegration.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Server.IISIntegration.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Server.Kestrel.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Server.Kestrel.Core.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Server.Kestrel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Server.Kestrel.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Session.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Session.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.SignalR.Common.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.SignalR.Common.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.SignalR.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.SignalR.Core.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.SignalR.Protocols.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.SignalR.Protocols.Json.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.SignalR.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.SignalR.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.StaticFiles.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.StaticFiles.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.WebSockets.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.WebSockets.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.WebUtilities.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.WebUtilities.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Caching.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Caching.Abstractions.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Caching.Memory.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Caching.Memory.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Configuration.Abstractions.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Configuration.Binder.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Configuration.Binder.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Configuration.CommandLine.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Configuration.CommandLine.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Configuration.EnvironmentVariables.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Configuration.EnvironmentVariables.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Configuration.FileExtensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Configuration.FileExtensions.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Configuration.Ini.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Configuration.Ini.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Configuration.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Configuration.Json.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Configuration.KeyPerFile.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Configuration.KeyPerFile.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Configuration.UserSecrets.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Configuration.UserSecrets.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Configuration.Xml.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Configuration.Xml.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Configuration.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Configuration.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.DependencyInjection.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.DependencyInjection.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Diagnostics.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Diagnostics.Abstractions.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Diagnostics.HealthChecks.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Diagnostics.HealthChecks.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Diagnostics.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Diagnostics.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Features.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Features.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.FileProviders.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.FileProviders.Abstractions.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.FileProviders.Composite.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.FileProviders.Composite.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.FileProviders.Embedded.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.FileProviders.Embedded.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.FileProviders.Physical.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.FileProviders.Physical.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.FileSystemGlobbing.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.FileSystemGlobbing.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Hosting.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Hosting.Abstractions.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Hosting.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Hosting.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Http.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Http.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Identity.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Identity.Core.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Identity.Stores.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Identity.Stores.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Localization.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Localization.Abstractions.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Localization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Localization.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Logging.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Logging.Abstractions.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Logging.Configuration.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Logging.Configuration.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Logging.Console.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Logging.Console.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Logging.Debug.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Logging.Debug.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Logging.EventLog.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Logging.EventLog.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Logging.EventSource.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Logging.EventSource.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Logging.TraceSource.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Logging.TraceSource.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Logging.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Logging.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.ObjectPool.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.ObjectPool.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Options.ConfigurationExtensions.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Options.DataAnnotations.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Options.DataAnnotations.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Options.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Options.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Primitives.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.WebEncoders.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.WebEncoders.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.JSInterop.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.JSInterop.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Net.Http.Headers.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Net.Http.Headers.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/System.Diagnostics.EventLog.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/System.Diagnostics.EventLog.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/System.IO.Pipelines.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/System.IO.Pipelines.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/System.Security.Cryptography.Xml.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/System.Security.Cryptography.Xml.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/System.Threading.RateLimiting.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/System.Threading.RateLimiting.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Host.osx-arm64/8.0.31/runtimes/osx-arm64/native/apphost\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Host.osx-arm64/8.0.31/runtimes/osx-arm64/native/coreclr_delegates.h\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Host.osx-arm64/8.0.31/runtimes/osx-arm64/native/hostfxr.h\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Host.osx-arm64/8.0.31/runtimes/osx-arm64/native/libnethost.a\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Host.osx-arm64/8.0.31/runtimes/osx-arm64/native/libnethost.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Host.osx-arm64/8.0.31/runtimes/osx-arm64/native/nethost.h\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Host.osx-arm64/8.0.31/runtimes/osx-arm64/native/singlefilehost\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/cs/Microsoft.Interop.ComInterfaceGenerator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/cs/Microsoft.Interop.LibraryImportGenerator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/cs/Microsoft.Interop.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/cs/System.Text.Json.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/cs/System.Text.RegularExpressions.Generator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/de/Microsoft.Interop.ComInterfaceGenerator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/de/Microsoft.Interop.LibraryImportGenerator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/de/Microsoft.Interop.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/de/System.Text.Json.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/de/System.Text.RegularExpressions.Generator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/es/Microsoft.Interop.ComInterfaceGenerator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/es/Microsoft.Interop.LibraryImportGenerator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/es/Microsoft.Interop.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/es/System.Text.Json.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/es/System.Text.RegularExpressions.Generator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/fr/Microsoft.Interop.ComInterfaceGenerator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/fr/Microsoft.Interop.LibraryImportGenerator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/fr/Microsoft.Interop.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/fr/System.Text.Json.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/fr/System.Text.RegularExpressions.Generator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/it/Microsoft.Interop.ComInterfaceGenerator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/it/Microsoft.Interop.LibraryImportGenerator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/it/Microsoft.Interop.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/it/System.Text.Json.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/it/System.Text.RegularExpressions.Generator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/ja/Microsoft.Interop.ComInterfaceGenerator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/ja/Microsoft.Interop.LibraryImportGenerator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/ja/Microsoft.Interop.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/ja/System.Text.Json.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/ja/System.Text.RegularExpressions.Generator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/ko/Microsoft.Interop.ComInterfaceGenerator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/ko/Microsoft.Interop.LibraryImportGenerator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/ko/Microsoft.Interop.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/ko/System.Text.Json.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/ko/System.Text.RegularExpressions.Generator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/pl/Microsoft.Interop.ComInterfaceGenerator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/pl/Microsoft.Interop.LibraryImportGenerator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/pl/Microsoft.Interop.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/pl/System.Text.Json.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/pl/System.Text.RegularExpressions.Generator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/pt-BR/Microsoft.Interop.ComInterfaceGenerator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/pt-BR/Microsoft.Interop.LibraryImportGenerator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/pt-BR/Microsoft.Interop.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/pt-BR/System.Text.Json.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/pt-BR/System.Text.RegularExpressions.Generator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/ru/Microsoft.Interop.ComInterfaceGenerator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/ru/Microsoft.Interop.LibraryImportGenerator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/ru/Microsoft.Interop.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/ru/System.Text.Json.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/ru/System.Text.RegularExpressions.Generator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/tr/Microsoft.Interop.ComInterfaceGenerator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/tr/Microsoft.Interop.LibraryImportGenerator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/tr/Microsoft.Interop.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/tr/System.Text.Json.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/tr/System.Text.RegularExpressions.Generator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/zh-Hans/Microsoft.Interop.ComInterfaceGenerator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/zh-Hans/Microsoft.Interop.LibraryImportGenerator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/zh-Hans/Microsoft.Interop.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/zh-Hans/System.Text.Json.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/zh-Hans/System.Text.RegularExpressions.Generator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/zh-Hant/Microsoft.Interop.ComInterfaceGenerator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/zh-Hant/Microsoft.Interop.LibraryImportGenerator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/zh-Hant/Microsoft.Interop.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/zh-Hant/System.Text.Json.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/zh-Hant/System.Text.RegularExpressions.Generator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/data/FrameworkList.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/data/PackageOverrides.txt\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/data/PlatformManifest.txt\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/Microsoft.CSharp.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/Microsoft.CSharp.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/Microsoft.VisualBasic.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/Microsoft.VisualBasic.Core.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/Microsoft.VisualBasic.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Win32.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Win32.Primitives.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Win32.Registry.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Win32.Registry.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.AppContext.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Buffers.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Collections.Concurrent.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Collections.Concurrent.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Collections.Immutable.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Collections.Immutable.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Collections.NonGeneric.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Collections.NonGeneric.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Collections.Specialized.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Collections.Specialized.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Collections.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Collections.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.ComponentModel.Annotations.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.ComponentModel.Annotations.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.ComponentModel.DataAnnotations.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.ComponentModel.EventBasedAsync.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.ComponentModel.EventBasedAsync.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.ComponentModel.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.ComponentModel.Primitives.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.ComponentModel.TypeConverter.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.ComponentModel.TypeConverter.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.ComponentModel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.ComponentModel.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Configuration.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Console.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Console.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Data.Common.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Data.Common.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Data.DataSetExtensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Data.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Diagnostics.Contracts.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Diagnostics.Contracts.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Diagnostics.Debug.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Diagnostics.DiagnosticSource.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Diagnostics.DiagnosticSource.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Diagnostics.FileVersionInfo.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Diagnostics.FileVersionInfo.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Diagnostics.Process.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Diagnostics.Process.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Diagnostics.StackTrace.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Diagnostics.StackTrace.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Diagnostics.TextWriterTraceListener.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Diagnostics.TextWriterTraceListener.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Diagnostics.Tools.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Diagnostics.TraceSource.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Diagnostics.TraceSource.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Diagnostics.Tracing.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Diagnostics.Tracing.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Drawing.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Drawing.Primitives.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Drawing.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Dynamic.Runtime.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Formats.Asn1.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Formats.Asn1.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Formats.Tar.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Formats.Tar.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Globalization.Calendars.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Globalization.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Globalization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.IO.Compression.Brotli.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.IO.Compression.Brotli.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.IO.Compression.FileSystem.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.IO.Compression.ZipFile.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.IO.Compression.ZipFile.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.IO.Compression.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.IO.Compression.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.IO.FileSystem.AccessControl.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.IO.FileSystem.AccessControl.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.IO.FileSystem.DriveInfo.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.IO.FileSystem.DriveInfo.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.IO.FileSystem.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.IO.FileSystem.Watcher.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.IO.FileSystem.Watcher.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.IO.FileSystem.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.IO.IsolatedStorage.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.IO.IsolatedStorage.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.IO.MemoryMappedFiles.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.IO.MemoryMappedFiles.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.IO.Pipes.AccessControl.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.IO.Pipes.AccessControl.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.IO.Pipes.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.IO.Pipes.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.IO.UnmanagedMemoryStream.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.IO.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Linq.Expressions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Linq.Expressions.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Linq.Parallel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Linq.Parallel.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Linq.Queryable.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Linq.Queryable.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Linq.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Linq.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Memory.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Memory.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Net.Http.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Net.Http.Json.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Net.Http.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Net.Http.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Net.HttpListener.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Net.HttpListener.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Net.Mail.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Net.Mail.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Net.NameResolution.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Net.NameResolution.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Net.NetworkInformation.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Net.NetworkInformation.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Net.Ping.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Net.Ping.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Net.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Net.Primitives.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Net.Quic.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Net.Quic.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Net.Requests.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Net.Requests.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Net.Security.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Net.Security.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Net.ServicePoint.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Net.ServicePoint.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Net.Sockets.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Net.Sockets.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Net.WebClient.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Net.WebClient.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Net.WebHeaderCollection.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Net.WebHeaderCollection.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Net.WebProxy.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Net.WebProxy.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Net.WebSockets.Client.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Net.WebSockets.Client.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Net.WebSockets.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Net.WebSockets.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Net.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Numerics.Vectors.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Numerics.Vectors.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Numerics.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.ObjectModel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.ObjectModel.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Reflection.DispatchProxy.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Reflection.DispatchProxy.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Reflection.Emit.ILGeneration.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Reflection.Emit.ILGeneration.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Reflection.Emit.Lightweight.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Reflection.Emit.Lightweight.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Reflection.Emit.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Reflection.Emit.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Reflection.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Reflection.Metadata.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Reflection.Metadata.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Reflection.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Reflection.Primitives.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Reflection.TypeExtensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Reflection.TypeExtensions.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Reflection.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Resources.Reader.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Resources.ResourceManager.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Resources.Writer.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Resources.Writer.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Runtime.CompilerServices.Unsafe.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Runtime.CompilerServices.VisualC.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Runtime.CompilerServices.VisualC.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Runtime.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Runtime.Handles.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Runtime.InteropServices.JavaScript.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Runtime.InteropServices.JavaScript.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Runtime.InteropServices.RuntimeInformation.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Runtime.InteropServices.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Runtime.InteropServices.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Runtime.Intrinsics.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Runtime.Intrinsics.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Runtime.Loader.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Runtime.Loader.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Runtime.Numerics.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Runtime.Numerics.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Runtime.Serialization.Formatters.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Runtime.Serialization.Formatters.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Runtime.Serialization.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Runtime.Serialization.Json.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Runtime.Serialization.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Runtime.Serialization.Primitives.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Runtime.Serialization.Xml.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Runtime.Serialization.Xml.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Runtime.Serialization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Runtime.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Runtime.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Security.AccessControl.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Security.AccessControl.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Security.Claims.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Security.Claims.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Security.Cryptography.Algorithms.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Security.Cryptography.Cng.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Security.Cryptography.Csp.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Security.Cryptography.Encoding.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Security.Cryptography.OpenSsl.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Security.Cryptography.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Security.Cryptography.X509Certificates.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Security.Cryptography.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Security.Cryptography.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Security.Principal.Windows.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Security.Principal.Windows.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Security.Principal.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Security.SecureString.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Security.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.ServiceModel.Web.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.ServiceProcess.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Text.Encoding.CodePages.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Text.Encoding.CodePages.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Text.Encoding.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Text.Encoding.Extensions.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Text.Encoding.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Text.Encodings.Web.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Text.Encodings.Web.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Text.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Text.Json.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Text.RegularExpressions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Text.RegularExpressions.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Threading.Channels.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Threading.Channels.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Threading.Overlapped.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Threading.Overlapped.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Threading.Tasks.Dataflow.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Threading.Tasks.Dataflow.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Threading.Tasks.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Threading.Tasks.Parallel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Threading.Tasks.Parallel.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Threading.Tasks.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Threading.Thread.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Threading.Thread.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Threading.ThreadPool.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Threading.ThreadPool.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Threading.Timer.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Threading.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Threading.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Transactions.Local.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Transactions.Local.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Transactions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.ValueTuple.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Web.HttpUtility.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Web.HttpUtility.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Web.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Windows.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Xml.Linq.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Xml.ReaderWriter.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Xml.ReaderWriter.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Xml.Serialization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Xml.XDocument.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Xml.XDocument.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Xml.XPath.XDocument.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Xml.XPath.XDocument.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Xml.XPath.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Xml.XPath.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Xml.XmlDocument.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Xml.XmlSerializer.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Xml.XmlSerializer.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Xml.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/WindowsBase.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/mscorlib.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/netstandard.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.sdk.android/34.0.43/WorkloadManifest.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.sdk.android/34.0.43/WorkloadManifest.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.sdk.aspire/8.0.0-preview.1.23557.2/WorkloadManifest.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.sdk.aspire/8.0.0-preview.1.23557.2/WorkloadManifest.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.sdk.ios/17.0.8478/WorkloadManifest.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.sdk.ios/17.0.8478/WorkloadManifest.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.sdk.maccatalyst/17.0.8478/WorkloadManifest.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.sdk.maccatalyst/17.0.8478/WorkloadManifest.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.sdk.macos/14.0.8478/WorkloadManifest.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.sdk.macos/14.0.8478/WorkloadManifest.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.sdk.maui/8.0.3/WorkloadManifest.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.sdk.maui/8.0.3/WorkloadManifest.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.sdk.tvos/17.0.8478/WorkloadManifest.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.sdk.tvos/17.0.8478/WorkloadManifest.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.emscripten.current/8.0.31/WorkloadManifest.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.emscripten.current/8.0.31/WorkloadManifest.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.emscripten.net6/8.0.31/WorkloadManifest.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.emscripten.net6/8.0.31/WorkloadManifest.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.emscripten.net7/8.0.31/WorkloadManifest.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.emscripten.net7/8.0.31/WorkloadManifest.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.current/8.0.31/WorkloadManifest.Wasi.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.current/8.0.31/WorkloadManifest.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.current/8.0.31/WorkloadManifest.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.current/8.0.31/WorkloadTelemetry.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.current/8.0.31/localize/WorkloadManifest.cs.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.current/8.0.31/localize/WorkloadManifest.de.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.current/8.0.31/localize/WorkloadManifest.en.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.current/8.0.31/localize/WorkloadManifest.es.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.current/8.0.31/localize/WorkloadManifest.fr.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.current/8.0.31/localize/WorkloadManifest.it.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.current/8.0.31/localize/WorkloadManifest.ja.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.current/8.0.31/localize/WorkloadManifest.ko.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.current/8.0.31/localize/WorkloadManifest.pl.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.current/8.0.31/localize/WorkloadManifest.pt-BR.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.current/8.0.31/localize/WorkloadManifest.ru.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.current/8.0.31/localize/WorkloadManifest.tr.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.current/8.0.31/localize/WorkloadManifest.zh-Hans.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.current/8.0.31/localize/WorkloadManifest.zh-Hant.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.net6/8.0.31/WorkloadManifest.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.net6/8.0.31/WorkloadManifest.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.net6/8.0.31/localize/WorkloadManifest.cs.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.net6/8.0.31/localize/WorkloadManifest.de.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.net6/8.0.31/localize/WorkloadManifest.en.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.net6/8.0.31/localize/WorkloadManifest.es.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.net6/8.0.31/localize/WorkloadManifest.fr.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.net6/8.0.31/localize/WorkloadManifest.it.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.net6/8.0.31/localize/WorkloadManifest.ja.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.net6/8.0.31/localize/WorkloadManifest.ko.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.net6/8.0.31/localize/WorkloadManifest.pl.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.net6/8.0.31/localize/WorkloadManifest.pt-BR.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.net6/8.0.31/localize/WorkloadManifest.ru.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.net6/8.0.31/localize/WorkloadManifest.tr.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.net6/8.0.31/localize/WorkloadManifest.zh-Hans.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.net6/8.0.31/localize/WorkloadManifest.zh-Hant.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.net7/8.0.31/WorkloadManifest.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.net7/8.0.31/WorkloadManifest.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.net7/8.0.31/localize/WorkloadManifest.cs.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.net7/8.0.31/localize/WorkloadManifest.de.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.net7/8.0.31/localize/WorkloadManifest.en.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.net7/8.0.31/localize/WorkloadManifest.es.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.net7/8.0.31/localize/WorkloadManifest.fr.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.net7/8.0.31/localize/WorkloadManifest.it.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.net7/8.0.31/localize/WorkloadManifest.ja.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.net7/8.0.31/localize/WorkloadManifest.ko.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.net7/8.0.31/localize/WorkloadManifest.pl.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.net7/8.0.31/localize/WorkloadManifest.pt-BR.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.net7/8.0.31/localize/WorkloadManifest.ru.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.net7/8.0.31/localize/WorkloadManifest.tr.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.net7/8.0.31/localize/WorkloadManifest.zh-Hans.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.net7/8.0.31/localize/WorkloadManifest.zh-Hant.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/workloadsets/8.0.425-baseline.26421.9/baseline.workloadset.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/.toolsetversion\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/.version\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/AppHostTemplate/apphost\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/build/Microsoft.NET.Build.Containers.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/build/Microsoft.NET.Build.Containers.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/MSBuild.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/Microsoft.DotNet.Cli.Utils.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/Microsoft.Extensions.Configuration.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/Microsoft.Extensions.Configuration.Binder.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/Microsoft.Extensions.Configuration.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/Microsoft.Extensions.DependencyInjection.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/Microsoft.Extensions.DependencyInjection.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/Microsoft.Extensions.DependencyModel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/Microsoft.Extensions.Logging.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/Microsoft.Extensions.Logging.Configuration.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/Microsoft.Extensions.Logging.Console.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/Microsoft.Extensions.Logging.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/Microsoft.Extensions.Options.ConfigurationExtensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/Microsoft.Extensions.Options.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/Microsoft.Extensions.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/Microsoft.NET.Build.Containers.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/Newtonsoft.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/NuGet.Common.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/NuGet.Configuration.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/NuGet.DependencyResolver.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/NuGet.Frameworks.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/NuGet.LibraryModel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/NuGet.Packaging.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/NuGet.ProjectModel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/NuGet.Protocol.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/NuGet.Versioning.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/System.CommandLine.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/System.Security.Cryptography.Pkcs.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/System.Security.Cryptography.ProtectedData.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/Valleysoft.DockerCredsProvider.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/containerize.deps.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/containerize.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/containerize.exe\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/containerize.runtimeconfig.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/NuGet.Frameworks.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/cs/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/cs/Microsoft.NET.Build.Containers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/cs/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/de/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/de/Microsoft.NET.Build.Containers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/de/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/es/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/es/Microsoft.NET.Build.Containers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/es/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/fr/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/fr/Microsoft.NET.Build.Containers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/fr/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/it/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/it/Microsoft.NET.Build.Containers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/it/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/ja/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/ja/Microsoft.NET.Build.Containers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/ja/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/ko/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/ko/Microsoft.NET.Build.Containers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/ko/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/pl/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/pl/Microsoft.NET.Build.Containers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/pl/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/pt-BR/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/pt-BR/Microsoft.NET.Build.Containers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/pt-BR/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/ru/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/ru/Microsoft.NET.Build.Containers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/ru/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/runtimes/win/lib/net8.0/System.Security.Cryptography.Pkcs.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/tr/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/tr/Microsoft.NET.Build.Containers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/tr/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/zh-Hans/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/zh-Hans/Microsoft.NET.Build.Containers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/zh-Hans/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/zh-Hant/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/zh-Hant/Microsoft.NET.Build.Containers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/zh-Hant/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/Microsoft.Bcl.AsyncInterfaces.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/Microsoft.DotNet.Cli.Utils.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/Microsoft.DotNet.Cli.Utils.dll.config\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/Microsoft.Extensions.DependencyInjection.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/Microsoft.Extensions.DependencyInjection.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/Microsoft.Extensions.DependencyModel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/Microsoft.Extensions.Logging.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/Microsoft.Extensions.Logging.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/Microsoft.Extensions.Options.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/Microsoft.Extensions.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/Microsoft.NET.Build.Containers.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/Microsoft.NET.Build.Containers.dll.config\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/Newtonsoft.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/NuGet.Common.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/NuGet.Configuration.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/NuGet.DependencyResolver.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/NuGet.LibraryModel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/NuGet.Packaging.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/NuGet.ProjectModel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/NuGet.Protocol.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/NuGet.Versioning.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/System.Buffers.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/System.CommandLine.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/System.Diagnostics.DiagnosticSource.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/System.Memory.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/System.Numerics.Vectors.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/System.Runtime.CompilerServices.Unsafe.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/System.Text.Encodings.Web.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/System.Text.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/System.Threading.Tasks.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/System.ValueTuple.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/Valleysoft.DockerCredsProvider.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/cs/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/cs/Microsoft.NET.Build.Containers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/cs/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/de/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/de/Microsoft.NET.Build.Containers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/de/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/es/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/es/Microsoft.NET.Build.Containers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/es/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/fr/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/fr/Microsoft.NET.Build.Containers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/fr/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/it/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/it/Microsoft.NET.Build.Containers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/it/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/ja/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/ja/Microsoft.NET.Build.Containers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/ja/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/ko/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/ko/Microsoft.NET.Build.Containers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/ko/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/pl/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/pl/Microsoft.NET.Build.Containers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/pl/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/pt-BR/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/pt-BR/Microsoft.NET.Build.Containers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/pt-BR/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/ru/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/ru/Microsoft.NET.Build.Containers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/ru/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/tr/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/tr/Microsoft.NET.Build.Containers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/tr/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/zh-Hans/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/zh-Hans/Microsoft.NET.Build.Containers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/zh-Hans/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/zh-Hant/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/zh-Hant/Microsoft.NET.Build.Containers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/zh-Hant/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/MSBuild.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/Microsoft.DotNet.Cli.Utils.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/Microsoft.Build.Tasks.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/Microsoft.Extensions.DependencyInjection.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/Microsoft.Extensions.DependencyModel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/Microsoft.Extensions.Logging.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/Microsoft.Extensions.Logging.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/Microsoft.Extensions.Options.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/Microsoft.Extensions.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/Microsoft.NET.Build.Containers.deps.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/Microsoft.NET.Build.Containers.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/Newtonsoft.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/NuGet.Common.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/NuGet.Configuration.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/NuGet.DependencyResolver.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/NuGet.Frameworks.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/NuGet.LibraryModel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/NuGet.Packaging.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/NuGet.ProjectModel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/NuGet.Protocol.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/NuGet.Versioning.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/System.CommandLine.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/System.Security.Cryptography.Pkcs.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/System.Security.Cryptography.ProtectedData.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/Valleysoft.DockerCredsProvider.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/cs/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/cs/Microsoft.NET.Build.Containers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/cs/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/de/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/de/Microsoft.NET.Build.Containers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/de/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/es/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/es/Microsoft.NET.Build.Containers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/es/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/fr/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/fr/Microsoft.NET.Build.Containers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/fr/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/it/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/it/Microsoft.NET.Build.Containers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/it/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/ja/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/ja/Microsoft.NET.Build.Containers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/ja/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/ko/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/ko/Microsoft.NET.Build.Containers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/ko/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/pl/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/pl/Microsoft.NET.Build.Containers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/pl/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/pt-BR/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/pt-BR/Microsoft.NET.Build.Containers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/pt-BR/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/ru/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/ru/Microsoft.NET.Build.Containers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/ru/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/runtimes/win/lib/net8.0/System.Security.Cryptography.Pkcs.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/tr/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/tr/Microsoft.NET.Build.Containers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/tr/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/zh-Hans/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/zh-Hans/Microsoft.NET.Build.Containers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/zh-Hans/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/zh-Hant/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/zh-Hant/Microsoft.NET.Build.Containers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/zh-Hant/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Current/Microsoft.Common.CrossTargeting.targets/ImportAfter/Microsoft.TestPlatform.CrossTargeting.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Current/Microsoft.Common.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Current/Microsoft.Common.targets/ImportAfter/Microsoft.NET.Build.Extensions.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Current/Microsoft.Common.targets/ImportAfter/Microsoft.TestPlatform.ImportAfter.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Current/SolutionFile/ImportAfter/Microsoft.NET.Sdk.Solution.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Current/SolutionFile/ImportAfter/Microsoft.NuGet.ImportAfter.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-dev-certs/8.0.31-servicing.26421.25/tools/net8.0/any/DotnetToolSettings.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-dev-certs/8.0.31-servicing.26421.25/tools/net8.0/any/dotnet-dev-certs.deps.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-dev-certs/8.0.31-servicing.26421.25/tools/net8.0/any/dotnet-dev-certs.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-dev-certs/8.0.31-servicing.26421.25/tools/net8.0/any/dotnet-dev-certs.runtimeconfig.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-net472/Microsoft.Bcl.AsyncInterfaces.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-net472/Microsoft.Build.Locator.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-net472/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.exe.config\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-net472/Microsoft.IO.Redist.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-net472/Newtonsoft.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-net472/System.Buffers.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-net472/System.Collections.Immutable.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-net472/System.CommandLine.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-net472/System.Memory.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-net472/System.Numerics.Vectors.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-net472/System.Runtime.CompilerServices.Unsafe.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-net472/System.Text.Encodings.Web.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-net472/System.Text.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-net472/System.Threading.Tasks.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-net472/System.ValueTuple.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-net472/cs/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-net472/de/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-net472/es/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-net472/fr/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-net472/it/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-net472/ja/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-net472/ko/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-net472/pl/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-net472/pt-BR/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-net472/ru/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-net472/tr/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-net472/zh-Hans/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-net472/zh-Hant/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-netcore/Microsoft.Build.Locator.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-netcore/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.deps.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-netcore/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-netcore/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.dll.config\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-netcore/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.runtimeconfig.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-netcore/Newtonsoft.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-netcore/System.Collections.Immutable.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/Microsoft.Build.Utilities.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-netcore/System.CommandLine.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-netcore/System.Text.Encodings.Web.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-netcore/System.Text.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-netcore/cs/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-netcore/de/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-netcore/es/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-netcore/fr/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-netcore/it/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-netcore/ja/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-netcore/ko/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-netcore/pl/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-netcore/pt-BR/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-netcore/ru/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-netcore/runtimes/browser/lib/net6.0/System.Text.Encodings.Web.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-netcore/tr/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-netcore/zh-Hans/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-netcore/zh-Hant/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/Humanizer.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/Microsoft.Bcl.AsyncInterfaces.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/Microsoft.Build.Framework.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/Microsoft.Build.Locator.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/Microsoft.Build.Tasks.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/Microsoft.Build.Utilities.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/Microsoft.Build.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/Microsoft.CodeAnalysis.AnalyzerUtilities.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/Microsoft.CodeAnalysis.CSharp.Features.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/Microsoft.CodeAnalysis.CSharp.Workspaces.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/Microsoft.CodeAnalysis.CSharp.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/Microsoft.CodeAnalysis.Elfie.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/Microsoft.CodeAnalysis.ExternalAccess.RazorCompiler.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/Microsoft.CodeAnalysis.Features.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/Microsoft.CodeAnalysis.Scripting.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/Microsoft.CodeAnalysis.VisualBasic.Features.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/Microsoft.CodeAnalysis.VisualBasic.Workspaces.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/Microsoft.CodeAnalysis.VisualBasic.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/Microsoft.CodeAnalysis.Workspaces.MSBuild.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/Microsoft.CodeAnalysis.Workspaces.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/Microsoft.CodeAnalysis.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/Microsoft.DiaSymReader.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/Microsoft.Extensions.DependencyInjection.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/Microsoft.Extensions.DependencyInjection.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/Microsoft.Extensions.FileSystemGlobbing.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/Microsoft.Extensions.Logging.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/Microsoft.Extensions.Logging.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/Microsoft.Extensions.Options.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/Microsoft.Extensions.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/Microsoft.NET.StringTools.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/Newtonsoft.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/System.CodeDom.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/System.CommandLine.Rendering.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/System.CommandLine.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/System.Composition.AttributedModel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/System.Composition.Convention.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/System.Composition.Hosting.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/System.Composition.Runtime.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/System.Composition.TypedParts.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/System.Configuration.ConfigurationManager.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/System.Diagnostics.EventLog.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/System.IO.Pipelines.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/System.Reflection.MetadataLoadContext.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/System.Resources.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/System.Security.Cryptography.Pkcs.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/System.Security.Cryptography.ProtectedData.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/System.Security.Cryptography.Xml.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/System.Security.Permissions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/System.Windows.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/cs/Microsoft.CodeAnalysis.CSharp.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/cs/Microsoft.CodeAnalysis.CSharp.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/cs/Microsoft.CodeAnalysis.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/cs/Microsoft.CodeAnalysis.Scripting.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/cs/Microsoft.CodeAnalysis.VisualBasic.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/cs/Microsoft.CodeAnalysis.VisualBasic.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/cs/Microsoft.CodeAnalysis.VisualBasic.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/cs/Microsoft.CodeAnalysis.Workspaces.MSBuild.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/cs/Microsoft.CodeAnalysis.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/cs/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/cs/dotnet-format.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/de/Microsoft.CodeAnalysis.CSharp.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/de/Microsoft.CodeAnalysis.CSharp.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/de/Microsoft.CodeAnalysis.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/de/Microsoft.CodeAnalysis.Scripting.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/de/Microsoft.CodeAnalysis.VisualBasic.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/de/Microsoft.CodeAnalysis.VisualBasic.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/de/Microsoft.CodeAnalysis.VisualBasic.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/de/Microsoft.CodeAnalysis.Workspaces.MSBuild.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/de/Microsoft.CodeAnalysis.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/de/Microsoft.CodeAnalysis.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/de/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/de/dotnet-format.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/dotnet-format.deps.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/dotnet-format.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/dotnet-format.dll.config\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/dotnet-format.runtimeconfig.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/es/Microsoft.CodeAnalysis.CSharp.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/es/Microsoft.CodeAnalysis.CSharp.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/es/Microsoft.CodeAnalysis.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/es/Microsoft.CodeAnalysis.Scripting.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/es/Microsoft.CodeAnalysis.VisualBasic.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/es/Microsoft.CodeAnalysis.VisualBasic.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/es/Microsoft.CodeAnalysis.VisualBasic.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/es/Microsoft.CodeAnalysis.Workspaces.MSBuild.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/es/Microsoft.CodeAnalysis.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/es/Microsoft.CodeAnalysis.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/es/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/es/dotnet-format.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/fr/Microsoft.CodeAnalysis.CSharp.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/fr/Microsoft.CodeAnalysis.CSharp.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/fr/Microsoft.CodeAnalysis.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/fr/Microsoft.CodeAnalysis.Scripting.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/fr/Microsoft.CodeAnalysis.VisualBasic.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/fr/Microsoft.CodeAnalysis.VisualBasic.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/fr/Microsoft.CodeAnalysis.VisualBasic.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/fr/Microsoft.CodeAnalysis.Workspaces.MSBuild.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/fr/Microsoft.CodeAnalysis.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/fr/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/fr/dotnet-format.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/it/Microsoft.CodeAnalysis.CSharp.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/it/Microsoft.CodeAnalysis.CSharp.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/it/Microsoft.CodeAnalysis.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/it/Microsoft.CodeAnalysis.Scripting.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/it/Microsoft.CodeAnalysis.VisualBasic.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/it/Microsoft.CodeAnalysis.VisualBasic.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/it/Microsoft.CodeAnalysis.VisualBasic.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/it/Microsoft.CodeAnalysis.Workspaces.MSBuild.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/it/Microsoft.CodeAnalysis.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/it/Microsoft.CodeAnalysis.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/it/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/it/dotnet-format.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/ja/Microsoft.CodeAnalysis.CSharp.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/ja/Microsoft.CodeAnalysis.CSharp.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/ja/Microsoft.CodeAnalysis.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/ja/Microsoft.CodeAnalysis.Scripting.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/ja/Microsoft.CodeAnalysis.VisualBasic.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/ja/Microsoft.CodeAnalysis.VisualBasic.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/ja/Microsoft.CodeAnalysis.VisualBasic.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/ja/Microsoft.CodeAnalysis.Workspaces.MSBuild.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/ja/Microsoft.CodeAnalysis.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/ja/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/ja/dotnet-format.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/ko/Microsoft.CodeAnalysis.CSharp.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/ko/Microsoft.CodeAnalysis.CSharp.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/ko/Microsoft.CodeAnalysis.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/ko/Microsoft.CodeAnalysis.Scripting.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/ko/Microsoft.CodeAnalysis.VisualBasic.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/ko/Microsoft.CodeAnalysis.VisualBasic.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/ko/Microsoft.CodeAnalysis.VisualBasic.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/ko/Microsoft.CodeAnalysis.Workspaces.MSBuild.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/ko/Microsoft.CodeAnalysis.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/ko/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/ko/dotnet-format.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/pl/Microsoft.CodeAnalysis.CSharp.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/pl/Microsoft.CodeAnalysis.CSharp.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/pl/Microsoft.CodeAnalysis.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/pl/Microsoft.CodeAnalysis.Scripting.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/pl/Microsoft.CodeAnalysis.VisualBasic.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/pl/Microsoft.CodeAnalysis.VisualBasic.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/pl/Microsoft.CodeAnalysis.VisualBasic.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/pl/Microsoft.CodeAnalysis.Workspaces.MSBuild.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/pl/Microsoft.CodeAnalysis.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/pl/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/pl/dotnet-format.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/pt-BR/Microsoft.CodeAnalysis.CSharp.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/pt-BR/Microsoft.CodeAnalysis.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/pt-BR/Microsoft.CodeAnalysis.Scripting.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/pt-BR/Microsoft.CodeAnalysis.VisualBasic.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/pt-BR/Microsoft.CodeAnalysis.VisualBasic.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/pt-BR/Microsoft.CodeAnalysis.VisualBasic.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/pt-BR/Microsoft.CodeAnalysis.Workspaces.MSBuild.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/pt-BR/Microsoft.CodeAnalysis.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/pt-BR/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/pt-BR/dotnet-format.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/ru/Microsoft.CodeAnalysis.CSharp.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/ru/Microsoft.CodeAnalysis.CSharp.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/ru/Microsoft.CodeAnalysis.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/ru/Microsoft.CodeAnalysis.Scripting.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/ru/Microsoft.CodeAnalysis.VisualBasic.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/ru/Microsoft.CodeAnalysis.VisualBasic.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/ru/Microsoft.CodeAnalysis.VisualBasic.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/ru/Microsoft.CodeAnalysis.Workspaces.MSBuild.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/ru/Microsoft.CodeAnalysis.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/ru/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/ru/dotnet-format.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/runtimes/win/lib/net8.0/System.Diagnostics.EventLog.Messages.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/runtimes/win/lib/net8.0/System.Diagnostics.EventLog.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/runtimes/win/lib/net8.0/System.Security.Cryptography.Pkcs.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/runtimes/win/lib/net8.0/System.Windows.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/tr/Microsoft.CodeAnalysis.CSharp.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/tr/Microsoft.CodeAnalysis.CSharp.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/tr/Microsoft.CodeAnalysis.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/tr/Microsoft.CodeAnalysis.Scripting.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/tr/Microsoft.CodeAnalysis.VisualBasic.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/tr/Microsoft.CodeAnalysis.VisualBasic.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/tr/Microsoft.CodeAnalysis.VisualBasic.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/tr/Microsoft.CodeAnalysis.Workspaces.MSBuild.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/Microsoft.FSharp.Core.NetSdk.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/tr/Microsoft.CodeAnalysis.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/tr/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/tr/dotnet-format.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/zh-Hans/Microsoft.CodeAnalysis.CSharp.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/zh-Hans/Microsoft.CodeAnalysis.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/zh-Hans/Microsoft.CodeAnalysis.Scripting.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/zh-Hans/Microsoft.CodeAnalysis.VisualBasic.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/zh-Hans/Microsoft.CodeAnalysis.VisualBasic.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/zh-Hans/Microsoft.CodeAnalysis.VisualBasic.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/zh-Hans/Microsoft.CodeAnalysis.Workspaces.MSBuild.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/zh-Hans/Microsoft.CodeAnalysis.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/zh-Hans/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/zh-Hans/dotnet-format.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/zh-Hant/Microsoft.CodeAnalysis.CSharp.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/zh-Hant/Microsoft.CodeAnalysis.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/zh-Hant/Microsoft.CodeAnalysis.Scripting.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/zh-Hant/Microsoft.CodeAnalysis.VisualBasic.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/zh-Hant/Microsoft.CodeAnalysis.VisualBasic.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/zh-Hant/Microsoft.CodeAnalysis.VisualBasic.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/zh-Hant/Microsoft.CodeAnalysis.Workspaces.MSBuild.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/zh-Hant/Microsoft.CodeAnalysis.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/zh-Hant/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/zh-Hant/dotnet-format.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-user-jwts/8.0.31-servicing.26421.25/tools/net8.0/any/DotnetToolSettings.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-user-jwts/8.0.31-servicing.26421.25/tools/net8.0/any/Microsoft.Extensions.Configuration.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-user-jwts/8.0.31-servicing.26421.25/tools/net8.0/any/Microsoft.Extensions.Configuration.Binder.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-user-jwts/8.0.31-servicing.26421.25/tools/net8.0/any/Microsoft.Extensions.Configuration.FileExtensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-user-jwts/8.0.31-servicing.26421.25/tools/net8.0/any/Microsoft.Extensions.Configuration.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-user-jwts/8.0.31-servicing.26421.25/tools/net8.0/any/Microsoft.Extensions.Configuration.UserSecrets.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-user-jwts/8.0.31-servicing.26421.25/tools/net8.0/any/Microsoft.Extensions.Configuration.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-user-jwts/8.0.31-servicing.26421.25/tools/net8.0/any/Microsoft.Extensions.FileProviders.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-user-jwts/8.0.31-servicing.26421.25/tools/net8.0/any/Microsoft.Extensions.FileProviders.Physical.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-user-jwts/8.0.31-servicing.26421.25/tools/net8.0/any/Microsoft.Extensions.FileSystemGlobbing.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-user-jwts/8.0.31-servicing.26421.25/tools/net8.0/any/Microsoft.Extensions.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-user-jwts/8.0.31-servicing.26421.25/tools/net8.0/any/Microsoft.IdentityModel.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-user-jwts/8.0.31-servicing.26421.25/tools/net8.0/any/Microsoft.IdentityModel.JsonWebTokens.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-user-jwts/8.0.31-servicing.26421.25/tools/net8.0/any/Microsoft.IdentityModel.Logging.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-user-jwts/8.0.31-servicing.26421.25/tools/net8.0/any/Microsoft.IdentityModel.Tokens.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-user-jwts/8.0.31-servicing.26421.25/tools/net8.0/any/System.IdentityModel.Tokens.Jwt.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-user-jwts/8.0.31-servicing.26421.25/tools/net8.0/any/assets/SecretManager.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-user-jwts/8.0.31-servicing.26421.25/tools/net8.0/any/dotnet-user-jwts.deps.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-user-jwts/8.0.31-servicing.26421.25/tools/net8.0/any/dotnet-user-jwts.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-user-jwts/8.0.31-servicing.26421.25/tools/net8.0/any/dotnet-user-jwts.runtimeconfig.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-user-secrets/8.0.31-servicing.26421.25/tools/net8.0/any/DotnetToolSettings.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-user-secrets/8.0.31-servicing.26421.25/tools/net8.0/any/Microsoft.Extensions.Configuration.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-user-secrets/8.0.31-servicing.26421.25/tools/net8.0/any/Microsoft.Extensions.Configuration.FileExtensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-user-secrets/8.0.31-servicing.26421.25/tools/net8.0/any/Microsoft.Extensions.Configuration.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-user-secrets/8.0.31-servicing.26421.25/tools/net8.0/any/Microsoft.Extensions.Configuration.UserSecrets.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-user-secrets/8.0.31-servicing.26421.25/tools/net8.0/any/Microsoft.Extensions.Configuration.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-user-secrets/8.0.31-servicing.26421.25/tools/net8.0/any/Microsoft.Extensions.FileProviders.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-user-secrets/8.0.31-servicing.26421.25/tools/net8.0/any/Microsoft.Extensions.FileProviders.Physical.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-user-secrets/8.0.31-servicing.26421.25/tools/net8.0/any/Microsoft.Extensions.FileSystemGlobbing.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-user-secrets/8.0.31-servicing.26421.25/tools/net8.0/any/Microsoft.Extensions.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-user-secrets/8.0.31-servicing.26421.25/tools/net8.0/any/Newtonsoft.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-user-secrets/8.0.31-servicing.26421.25/tools/net8.0/any/assets/SecretManager.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-user-secrets/8.0.31-servicing.26421.25/tools/net8.0/any/dotnet-user-secrets.deps.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-user-secrets/8.0.31-servicing.26421.25/tools/net8.0/any/dotnet-user-secrets.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-user-secrets/8.0.31-servicing.26421.25/tools/net8.0/any/dotnet-user-secrets.runtimeconfig.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-net472/Microsoft.Bcl.AsyncInterfaces.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-net472/Microsoft.Build.Locator.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-net472/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.exe\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-net472/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.exe.config\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-net472/Microsoft.IO.Redist.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-net472/Newtonsoft.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-net472/System.Buffers.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-net472/System.Collections.Immutable.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-net472/System.CommandLine.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-net472/System.Memory.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-net472/System.Numerics.Vectors.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-net472/System.Runtime.CompilerServices.Unsafe.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-net472/System.Text.Encodings.Web.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-net472/System.Text.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-net472/System.Threading.Tasks.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-net472/System.ValueTuple.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-net472/cs/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-net472/de/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-net472/es/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-net472/fr/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-net472/it/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-net472/ja/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-net472/ko/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-net472/pl/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-net472/pt-BR/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-net472/ru/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-net472/tr/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-net472/zh-Hans/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-net472/zh-Hant/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-netcore/Microsoft.Build.Locator.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-netcore/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.deps.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-netcore/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-netcore/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.dll.config\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-netcore/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.runtimeconfig.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-netcore/Newtonsoft.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-netcore/System.Collections.Immutable.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-netcore/System.CommandLine.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-netcore/System.Text.Encodings.Web.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-netcore/System.Text.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-netcore/cs/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-netcore/de/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-netcore/es/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-netcore/fr/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-netcore/it/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-netcore/ja/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-netcore/ko/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-netcore/pl/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-netcore/pt-BR/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-netcore/ru/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-netcore/runtimes/browser/lib/net6.0/System.Text.Encodings.Web.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-netcore/tr/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-netcore/zh-Hans/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-netcore/zh-Hant/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/DotNetWatch.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/DotNetWatchTasks.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/Humanizer.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/Microsoft.Build.Locator.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/Microsoft.CodeAnalysis.AnalyzerUtilities.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/Microsoft.CodeAnalysis.CSharp.Features.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/Microsoft.CodeAnalysis.CSharp.Workspaces.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/Microsoft.CodeAnalysis.Elfie.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/Microsoft.CodeAnalysis.ExternalAccess.RazorCompiler.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/Microsoft.CodeAnalysis.Features.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/Microsoft.CodeAnalysis.Scripting.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/Microsoft.CodeAnalysis.Workspaces.MSBuild.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/Microsoft.CodeAnalysis.Workspaces.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/Microsoft.DiaSymReader.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/Microsoft.Extensions.DependencyInjection.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/Microsoft.Extensions.DependencyInjection.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/Microsoft.Extensions.Logging.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/Microsoft.Extensions.Logging.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/Microsoft.Extensions.Options.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/Newtonsoft.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/System.CodeDom.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/System.CommandLine.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/System.Composition.AttributedModel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/System.Composition.Convention.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/System.Composition.Hosting.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/System.Composition.Runtime.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/System.Composition.TypedParts.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/System.Configuration.ConfigurationManager.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/System.Diagnostics.EventLog.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/System.Reflection.MetadataLoadContext.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/System.Resources.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/System.Security.Cryptography.Pkcs.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/System.Security.Cryptography.ProtectedData.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/System.Security.Cryptography.Xml.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/System.Security.Permissions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/System.Windows.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/cs/Microsoft.CodeAnalysis.CSharp.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/cs/Microsoft.CodeAnalysis.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/cs/Microsoft.CodeAnalysis.Scripting.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/cs/Microsoft.CodeAnalysis.Workspaces.MSBuild.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/cs/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/cs/dotnet-watch.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/de/Microsoft.CodeAnalysis.CSharp.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/de/Microsoft.CodeAnalysis.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/de/Microsoft.CodeAnalysis.Scripting.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/de/Microsoft.CodeAnalysis.Workspaces.MSBuild.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/de/Microsoft.CodeAnalysis.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/de/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/de/dotnet-watch.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/Microsoft.FSharp.NetSdk.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/dotnet-watch.deps.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/dotnet-watch.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/dotnet-watch.dll.config\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/dotnet-watch.runtimeconfig.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/es/Microsoft.CodeAnalysis.CSharp.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/es/Microsoft.CodeAnalysis.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/es/Microsoft.CodeAnalysis.Scripting.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/es/Microsoft.CodeAnalysis.Workspaces.MSBuild.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/es/Microsoft.CodeAnalysis.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/es/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/es/dotnet-watch.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/fr/Microsoft.CodeAnalysis.CSharp.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/fr/Microsoft.CodeAnalysis.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/fr/Microsoft.CodeAnalysis.Scripting.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/fr/Microsoft.CodeAnalysis.Workspaces.MSBuild.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/fr/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/fr/dotnet-watch.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/hotreload/Microsoft.Extensions.DotNetDeltaApplier.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/it/Microsoft.CodeAnalysis.CSharp.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/it/Microsoft.CodeAnalysis.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/it/Microsoft.CodeAnalysis.Scripting.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/it/Microsoft.CodeAnalysis.Workspaces.MSBuild.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/it/Microsoft.CodeAnalysis.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/it/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/it/dotnet-watch.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/ja/Microsoft.CodeAnalysis.CSharp.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/ja/Microsoft.CodeAnalysis.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/ja/Microsoft.CodeAnalysis.Scripting.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/ja/Microsoft.CodeAnalysis.Workspaces.MSBuild.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/ja/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/ja/dotnet-watch.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/ko/Microsoft.CodeAnalysis.CSharp.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/ko/Microsoft.CodeAnalysis.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/ko/Microsoft.CodeAnalysis.Scripting.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/ko/Microsoft.CodeAnalysis.Workspaces.MSBuild.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/ko/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/ko/dotnet-watch.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/middleware/Microsoft.AspNetCore.Watch.BrowserRefresh.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/pl/Microsoft.CodeAnalysis.CSharp.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/pl/Microsoft.CodeAnalysis.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/pl/Microsoft.CodeAnalysis.Scripting.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/pl/Microsoft.CodeAnalysis.Workspaces.MSBuild.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/pl/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/pl/dotnet-watch.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/pt-BR/Microsoft.CodeAnalysis.CSharp.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/pt-BR/Microsoft.CodeAnalysis.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/pt-BR/Microsoft.CodeAnalysis.Scripting.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/pt-BR/Microsoft.CodeAnalysis.Workspaces.MSBuild.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/pt-BR/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/pt-BR/dotnet-watch.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/ru/Microsoft.CodeAnalysis.CSharp.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/ru/Microsoft.CodeAnalysis.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/ru/Microsoft.CodeAnalysis.Scripting.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/ru/Microsoft.CodeAnalysis.Workspaces.MSBuild.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/ru/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/ru/dotnet-watch.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/runtimes/win/lib/net8.0/System.Diagnostics.EventLog.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/runtimes/win/lib/net8.0/System.Security.Cryptography.Pkcs.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/runtimes/win/lib/net8.0/System.Windows.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/tr/Microsoft.CodeAnalysis.CSharp.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/tr/Microsoft.CodeAnalysis.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/tr/Microsoft.CodeAnalysis.Scripting.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/tr/Microsoft.CodeAnalysis.Workspaces.MSBuild.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/tr/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/tr/dotnet-watch.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/Microsoft.FSharp.NetSdk.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/zh-Hans/Microsoft.CodeAnalysis.CSharp.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/zh-Hans/Microsoft.CodeAnalysis.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/zh-Hans/Microsoft.CodeAnalysis.Scripting.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/zh-Hans/Microsoft.CodeAnalysis.Workspaces.MSBuild.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/zh-Hans/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/zh-Hans/dotnet-watch.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/zh-Hant/Microsoft.CodeAnalysis.CSharp.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/zh-Hant/Microsoft.CodeAnalysis.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/zh-Hant/Microsoft.CodeAnalysis.Scripting.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/zh-Hant/Microsoft.CodeAnalysis.Workspaces.MSBuild.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/zh-Hant/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/zh-Hant/dotnet-watch.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/Microsoft.Diagnostics.NETCore.Client.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/Microsoft.TestPlatform.Extensions.BlameDataCollector.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/Microsoft.TestPlatform.Extensions.EventLogCollector.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/Microsoft.TestPlatform.TestHostRuntimeProvider.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/Microsoft.VisualStudio.TestPlatform.Extensions.Html.TestLogger.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/cs/Microsoft.TestPlatform.Extensions.BlameDataCollector.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/cs/Microsoft.TestPlatform.Extensions.EventLogCollector.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/cs/Microsoft.TestPlatform.TestHostRuntimeProvider.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/cs/Microsoft.VisualStudio.TestPlatform.Extensions.Html.TestLogger.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/cs/Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/de/Microsoft.TestPlatform.Extensions.BlameDataCollector.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/de/Microsoft.TestPlatform.Extensions.EventLogCollector.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/de/Microsoft.TestPlatform.TestHostRuntimeProvider.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/de/Microsoft.VisualStudio.TestPlatform.Extensions.Html.TestLogger.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/de/Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/dump/DumpMinitool.arm64.exe\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/dump/DumpMinitool.arm64.exe.config\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/dump/DumpMinitool.exe\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/dump/DumpMinitool.exe.config\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/dump/DumpMinitool.x86.exe\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/dump/DumpMinitool.x86.exe.config\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/es/Microsoft.TestPlatform.Extensions.BlameDataCollector.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/es/Microsoft.TestPlatform.Extensions.EventLogCollector.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/es/Microsoft.TestPlatform.TestHostRuntimeProvider.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/es/Microsoft.VisualStudio.TestPlatform.Extensions.Html.TestLogger.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/es/Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/fr/Microsoft.TestPlatform.Extensions.BlameDataCollector.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/fr/Microsoft.TestPlatform.Extensions.EventLogCollector.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/fr/Microsoft.TestPlatform.TestHostRuntimeProvider.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/fr/Microsoft.VisualStudio.TestPlatform.Extensions.Html.TestLogger.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/fr/Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/it/Microsoft.TestPlatform.Extensions.BlameDataCollector.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/it/Microsoft.TestPlatform.Extensions.EventLogCollector.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/it/Microsoft.TestPlatform.TestHostRuntimeProvider.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/it/Microsoft.VisualStudio.TestPlatform.Extensions.Html.TestLogger.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/it/Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/ja/Microsoft.TestPlatform.Extensions.BlameDataCollector.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/ja/Microsoft.TestPlatform.Extensions.EventLogCollector.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/ja/Microsoft.TestPlatform.TestHostRuntimeProvider.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/ja/Microsoft.VisualStudio.TestPlatform.Extensions.Html.TestLogger.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/ja/Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/ko/Microsoft.TestPlatform.Extensions.BlameDataCollector.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/ko/Microsoft.TestPlatform.Extensions.EventLogCollector.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/ko/Microsoft.TestPlatform.TestHostRuntimeProvider.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/ko/Microsoft.VisualStudio.TestPlatform.Extensions.Html.TestLogger.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/ko/Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/pl/Microsoft.TestPlatform.Extensions.BlameDataCollector.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/pl/Microsoft.TestPlatform.Extensions.EventLogCollector.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/pl/Microsoft.TestPlatform.TestHostRuntimeProvider.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/pl/Microsoft.VisualStudio.TestPlatform.Extensions.Html.TestLogger.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/pl/Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/pt-BR/Microsoft.TestPlatform.Extensions.BlameDataCollector.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/pt-BR/Microsoft.TestPlatform.Extensions.EventLogCollector.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/pt-BR/Microsoft.TestPlatform.TestHostRuntimeProvider.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/pt-BR/Microsoft.VisualStudio.TestPlatform.Extensions.Html.TestLogger.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/pt-BR/Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/ru/Microsoft.TestPlatform.Extensions.BlameDataCollector.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/ru/Microsoft.TestPlatform.Extensions.EventLogCollector.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/ru/Microsoft.TestPlatform.TestHostRuntimeProvider.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/ru/Microsoft.VisualStudio.TestPlatform.Extensions.Html.TestLogger.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/ru/Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/tr/Microsoft.TestPlatform.Extensions.BlameDataCollector.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/tr/Microsoft.TestPlatform.Extensions.EventLogCollector.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/tr/Microsoft.TestPlatform.TestHostRuntimeProvider.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/tr/Microsoft.VisualStudio.TestPlatform.Extensions.Html.TestLogger.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/tr/Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/zh-Hans/Microsoft.TestPlatform.Extensions.BlameDataCollector.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/zh-Hans/Microsoft.TestPlatform.Extensions.EventLogCollector.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/zh-Hans/Microsoft.TestPlatform.TestHostRuntimeProvider.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/zh-Hans/Microsoft.VisualStudio.TestPlatform.Extensions.Html.TestLogger.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/zh-Hans/Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/zh-Hant/Microsoft.TestPlatform.Extensions.BlameDataCollector.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/zh-Hant/Microsoft.TestPlatform.Extensions.EventLogCollector.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/zh-Hant/Microsoft.TestPlatform.TestHostRuntimeProvider.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/zh-Hant/Microsoft.VisualStudio.TestPlatform.Extensions.Html.TestLogger.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/zh-Hant/Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/FSharp.Build.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/FSharp.Compiler.Interactive.Settings.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/FSharp.Compiler.Service.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/FSharp.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/FSharp.Core.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/FSharp.DependencyManager.Nuget.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/Microsoft.Build.Framework.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/Microsoft.FSharp.Overrides.NetSdk.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/Microsoft.FSharp.Targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/Microsoft.NET.StringTools.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/Microsoft.Portable.FSharp.Targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/System.CodeDom.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/System.Configuration.ConfigurationManager.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/System.Diagnostics.EventLog.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/System.Resources.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/System.Security.Cryptography.Pkcs.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/System.Security.Cryptography.ProtectedData.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/System.Security.Cryptography.Xml.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/cs/FSharp.Build.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/cs/FSharp.Compiler.Interactive.Settings.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/cs/FSharp.Compiler.Service.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/cs/FSharp.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/cs/FSharp.DependencyManager.Nuget.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/de/FSharp.Build.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/de/FSharp.Compiler.Interactive.Settings.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/de/FSharp.Compiler.Service.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/de/FSharp.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/de/FSharp.DependencyManager.Nuget.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/default.win32manifest\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/es/FSharp.Build.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/es/FSharp.Compiler.Interactive.Settings.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/es/FSharp.Compiler.Service.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/es/FSharp.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/es/FSharp.DependencyManager.Nuget.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/fr/FSharp.Build.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/fr/FSharp.Compiler.Interactive.Settings.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/fr/FSharp.Compiler.Service.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/fr/FSharp.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/fr/FSharp.DependencyManager.Nuget.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/fsc.deps.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/fsc.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/fsc.runtimeconfig.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/fsi.deps.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/fsi.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/fsi.runtimeconfig.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/it/FSharp.Build.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/it/FSharp.Compiler.Interactive.Settings.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/it/FSharp.Compiler.Service.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/it/FSharp.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/it/FSharp.DependencyManager.Nuget.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/ja/FSharp.Build.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/ja/FSharp.Compiler.Interactive.Settings.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/ja/FSharp.Compiler.Service.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/ja/FSharp.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/ja/FSharp.DependencyManager.Nuget.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/ko/FSharp.Build.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/ko/FSharp.Compiler.Interactive.Settings.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/ko/FSharp.Compiler.Service.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/ko/FSharp.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/ko/FSharp.DependencyManager.Nuget.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/library-packs/FSharp.Core.8.0.403.nupkg\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/pl/FSharp.Build.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/pl/FSharp.Compiler.Interactive.Settings.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/pl/FSharp.Compiler.Service.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/pl/FSharp.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/pl/FSharp.DependencyManager.Nuget.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/pt-BR/FSharp.Build.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/pt-BR/FSharp.Compiler.Interactive.Settings.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/pt-BR/FSharp.Compiler.Service.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/pt-BR/FSharp.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/pt-BR/FSharp.DependencyManager.Nuget.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/ru/FSharp.Build.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/ru/FSharp.Compiler.Interactive.Settings.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/ru/FSharp.Compiler.Service.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/ru/FSharp.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/ru/FSharp.DependencyManager.Nuget.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/runtimes/win/lib/net8.0/System.Diagnostics.EventLog.Messages.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/runtimes/win/lib/net8.0/System.Diagnostics.EventLog.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/runtimes/win/lib/net8.0/System.Security.Cryptography.Pkcs.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/tr/FSharp.Build.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/tr/FSharp.Compiler.Interactive.Settings.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/tr/FSharp.Compiler.Service.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/tr/FSharp.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/tr/FSharp.DependencyManager.Nuget.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/zh-Hans/FSharp.Build.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/zh-Hans/FSharp.Compiler.Interactive.Settings.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/zh-Hans/FSharp.Compiler.Service.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/zh-Hans/FSharp.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/zh-Hans/FSharp.DependencyManager.Nuget.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/zh-Hant/FSharp.Build.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/zh-Hant/FSharp.Compiler.Interactive.Settings.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/zh-Hant/FSharp.Compiler.Service.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/zh-Hant/FSharp.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/zh-Hant/FSharp.DependencyManager.Nuget.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/KnownWorkloadManifests.txt\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/MSBuild.deps.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/MSBuild.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/MSBuild.runtimeconfig.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.ApplicationInsights.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.AspNetCore.DeveloperCertificates.XPlat.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.Build.Framework.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.Build.NuGetSdkResolver.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.Build.Tasks.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.Build.Utilities.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.Build.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.CSharp.CrossTargeting.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.CSharp.CurrentVersion.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.CSharp.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.CodeCoverage.IO.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.Common.CrossTargeting.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.Common.CurrentVersion.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.Common.Test.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.Common.overridetasks\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.Common.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.Common.tasks\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.Deployment.DotNet.Releases.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.DotNet.Cli.Sln.Internal.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.DotNet.Cli.Utils.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.DotNet.Configurer.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.DotNet.InternalAbstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.DotNet.NativeWrapper.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.DotNet.SdkResolver.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.DotNet.TemplateLocator.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.Extensions.Configuration.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.Extensions.Configuration.Binder.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.Extensions.Configuration.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.Extensions.DependencyInjection.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.Extensions.DependencyInjection.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.Extensions.DependencyModel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.Extensions.FileProviders.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.Extensions.FileSystemGlobbing.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.Extensions.Logging.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.Extensions.Logging.Configuration.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.Extensions.Logging.Console.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.Extensions.Logging.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.Extensions.Options.ConfigurationExtensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.Extensions.Options.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.Extensions.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.Managed.After.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.Managed.Before.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.Managed.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.NET.HostModel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.NET.Sdk.WorkloadMSBuildSdkResolver.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.NET.Sdk.WorkloadManifestReader.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.NET.StringTools.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.NET.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.NETCoreSdk.BundledCliTools.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.NETCoreSdk.BundledMSBuildInformation.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.NETCoreSdk.BundledVersions.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.NETFramework.CurrentVersion.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.NETFramework.CurrentVersion.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.NETFramework.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.NETFramework.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.TemplateEngine.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.TemplateEngine.Cli.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.TemplateEngine.Cli.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.TemplateEngine.Core.Contracts.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.TemplateEngine.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.TemplateEngine.Edge.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.TemplateEngine.Orchestrator.RunnableProjects.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.TemplateEngine.Utils.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.TemplateSearch.Common.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.TestPlatform.Build.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.TestPlatform.CommunicationUtilities.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.TestPlatform.CoreUtilities.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.TestPlatform.CrossPlatEngine.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.TestPlatform.PlatformAbstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.TestPlatform.Utilities.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.TestPlatform.VsTestConsole.TranslationLayer.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.TestPlatform.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.VisualBasic.CrossTargeting.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.VisualBasic.CurrentVersion.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.VisualBasic.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.VisualStudio.TestPlatform.Client.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.VisualStudio.TestPlatform.Common.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.VisualStudioVersion.v11.Common.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.VisualStudioVersion.v12.Common.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.VisualStudioVersion.v14.Common.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.Win32.Msi.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/Microsoft.NET.Build.Extensions.ConflictResolution.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/Microsoft.NET.Build.Extensions.NETFramework.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/Microsoft.NET.Build.Extensions.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/Microsoft.NET.DefaultPackageConflictOverrides.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/Microsoft.Win32.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.AppContext.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Collections.Concurrent.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Collections.NonGeneric.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Collections.Specialized.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Collections.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.ComponentModel.EventBasedAsync.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.ComponentModel.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.ComponentModel.TypeConverter.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.ComponentModel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Console.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Data.Common.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Diagnostics.Contracts.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Diagnostics.Debug.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Diagnostics.FileVersionInfo.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Diagnostics.Process.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Diagnostics.StackTrace.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Diagnostics.TextWriterTraceListener.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Diagnostics.Tools.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Diagnostics.TraceSource.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Diagnostics.Tracing.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Drawing.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Dynamic.Runtime.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Globalization.Calendars.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Globalization.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Globalization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.IO.Compression.ZipFile.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.IO.Compression.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.IO.FileSystem.DriveInfo.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.IO.FileSystem.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.IO.FileSystem.Watcher.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.IO.FileSystem.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.IO.IsolatedStorage.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.IO.MemoryMappedFiles.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.IO.Pipes.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.IO.UnmanagedMemoryStream.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.IO.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Linq.Expressions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Linq.Parallel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Linq.Queryable.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Linq.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Net.Http.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Net.NameResolution.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Net.NetworkInformation.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Net.Ping.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Net.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Net.Requests.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Net.Security.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Net.Sockets.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Net.WebHeaderCollection.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Net.WebSockets.Client.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Net.WebSockets.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.ObjectModel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Reflection.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Reflection.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Reflection.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Resources.Reader.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Resources.ResourceManager.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Resources.Writer.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Runtime.CompilerServices.VisualC.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Runtime.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Runtime.Handles.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Runtime.InteropServices.RuntimeInformation.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Runtime.InteropServices.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Runtime.Numerics.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Runtime.Serialization.Formatters.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Runtime.Serialization.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Runtime.Serialization.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Runtime.Serialization.Xml.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Runtime.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Security.Claims.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Security.Cryptography.Algorithms.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Security.Cryptography.Csp.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Security.Cryptography.Encoding.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Security.Cryptography.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Security.Cryptography.X509Certificates.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Security.Principal.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Security.SecureString.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Text.Encoding.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Text.Encoding.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Text.RegularExpressions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Threading.Overlapped.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Threading.Tasks.Parallel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Threading.Tasks.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Threading.Thread.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Threading.ThreadPool.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Threading.Timer.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Threading.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.ValueTuple.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Xml.ReaderWriter.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Xml.XDocument.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Xml.XPath.XDocument.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Xml.XPath.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Xml.XmlDocument.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Xml.XmlSerializer.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/netfx.force.conflicts.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/netstandard.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net462/lib/System.Runtime.InteropServices.RuntimeInformation.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net47/lib/System.Runtime.InteropServices.RuntimeInformation.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net47/lib/System.Security.Cryptography.Algorithms.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net47/lib/System.ValueTuple.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net471/_._\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net471/lib/System.Data.Common.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net471/lib/System.Diagnostics.StackTrace.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net471/lib/System.Diagnostics.Tracing.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net471/lib/System.Globalization.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net471/lib/System.IO.Compression.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net471/lib/System.Net.Http.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net471/lib/System.Net.Sockets.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net471/lib/System.Runtime.Serialization.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net471/lib/System.Security.Cryptography.Algorithms.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net471/lib/System.Security.SecureString.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net471/lib/System.Threading.Overlapped.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net471/lib/System.Xml.XPath.XDocument.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net471/lib/netfx.force.conflicts.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/tools/net8.0/Microsoft.NET.Build.Extensions.Tasks.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/fr/Microsoft.CodeAnalysis.VisualBasic.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/tools/net8.0/cs/Microsoft.NET.Build.Extensions.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/tools/net8.0/de/Microsoft.NET.Build.Extensions.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/tools/net8.0/es/Microsoft.NET.Build.Extensions.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/tools/net8.0/fr/Microsoft.NET.Build.Extensions.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/tools/net8.0/it/Microsoft.NET.Build.Extensions.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/tools/net8.0/ja/Microsoft.NET.Build.Extensions.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/tools/net8.0/ko/Microsoft.NET.Build.Extensions.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/tools/net8.0/pl/Microsoft.NET.Build.Extensions.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/tools/net8.0/pt-BR/Microsoft.NET.Build.Extensions.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/tools/net8.0/ru/Microsoft.NET.Build.Extensions.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/tools/net8.0/tr/Microsoft.NET.Build.Extensions.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/tools/net8.0/zh-Hans/Microsoft.NET.Build.Extensions.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/tools/net8.0/zh-Hant/Microsoft.NET.Build.Extensions.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/NETCoreSdkRuntimeIdentifierChain.txt\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Newtonsoft.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/NuGet.Build.Tasks.Console.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/NuGet.Build.Tasks.Console.runtimeconfig.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/NuGet.Build.Tasks.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/NuGet.CommandLine.XPlat.deps.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/NuGet.CommandLine.XPlat.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/NuGet.CommandLine.XPlat.runtimeconfig.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/NuGet.Commands.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/NuGet.Common.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/NuGet.Configuration.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/NuGet.Credentials.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/NuGet.DependencyResolver.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/NuGet.Frameworks.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/NuGet.LibraryModel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/NuGet.Packaging.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/NuGet.ProjectModel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/NuGet.Protocol.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/NuGet.RestoreEx.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/NuGet.Versioning.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/NuGet.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/NuGet.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/PortableRuntimeIdentifierGraph.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/Microsoft.Build.Tasks.CodeAnalysis.deps.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/Microsoft.Build.Tasks.CodeAnalysis.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/Microsoft.CSharp.Core.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/Microsoft.Managed.Core.CurrentVersions.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/Microsoft.Managed.Core.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/Microsoft.VisualBasic.Core.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/Microsoft.CodeAnalysis.CSharp.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/Microsoft.CodeAnalysis.VisualBasic.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/Microsoft.CodeAnalysis.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/VBCSCompiler.deps.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/VBCSCompiler.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/VBCSCompiler.runtimeconfig.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/cs/Microsoft.CodeAnalysis.CSharp.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/cs/Microsoft.CodeAnalysis.VisualBasic.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/cs/Microsoft.CodeAnalysis.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/csc.deps.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/csc.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/csc.runtimeconfig.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/de/Microsoft.CodeAnalysis.CSharp.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/de/Microsoft.CodeAnalysis.VisualBasic.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/de/Microsoft.CodeAnalysis.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/es/Microsoft.CodeAnalysis.CSharp.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/es/Microsoft.CodeAnalysis.VisualBasic.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/es/Microsoft.CodeAnalysis.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/fr/Microsoft.CodeAnalysis.CSharp.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/fr/Microsoft.CodeAnalysis.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/it/Microsoft.CodeAnalysis.CSharp.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/it/Microsoft.CodeAnalysis.VisualBasic.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/it/Microsoft.CodeAnalysis.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/ja/Microsoft.CodeAnalysis.CSharp.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/ja/Microsoft.CodeAnalysis.VisualBasic.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/ja/Microsoft.CodeAnalysis.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/ko/Microsoft.CodeAnalysis.CSharp.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/ko/Microsoft.CodeAnalysis.VisualBasic.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/ko/Microsoft.CodeAnalysis.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/pl/Microsoft.CodeAnalysis.CSharp.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/pl/Microsoft.CodeAnalysis.VisualBasic.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/pl/Microsoft.CodeAnalysis.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/pt-BR/Microsoft.CodeAnalysis.VisualBasic.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/pt-BR/Microsoft.CodeAnalysis.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/ru/Microsoft.CodeAnalysis.CSharp.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/ru/Microsoft.CodeAnalysis.VisualBasic.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/ru/Microsoft.CodeAnalysis.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/tr/Microsoft.CodeAnalysis.CSharp.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/tr/Microsoft.CodeAnalysis.VisualBasic.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/tr/Microsoft.CodeAnalysis.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/vbc.deps.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/vbc.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/vbc.runtimeconfig.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/zh-Hans/Microsoft.CodeAnalysis.VisualBasic.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/zh-Hans/Microsoft.CodeAnalysis.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/zh-Hant/Microsoft.CodeAnalysis.VisualBasic.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/zh-Hant/Microsoft.CodeAnalysis.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/cs/Microsoft.Build.Tasks.CodeAnalysis.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/de/Microsoft.Build.Tasks.CodeAnalysis.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/es/Microsoft.Build.Tasks.CodeAnalysis.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/fr/Microsoft.Build.Tasks.CodeAnalysis.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/it/Microsoft.Build.Tasks.CodeAnalysis.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/ja/Microsoft.Build.Tasks.CodeAnalysis.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/ko/Microsoft.Build.Tasks.CodeAnalysis.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/pl/Microsoft.Build.Tasks.CodeAnalysis.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/pt-BR/Microsoft.Build.Tasks.CodeAnalysis.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/ru/Microsoft.Build.Tasks.CodeAnalysis.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/tr/Microsoft.Build.Tasks.CodeAnalysis.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/zh-Hans/Microsoft.Build.Tasks.CodeAnalysis.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/zh-Hant/Microsoft.Build.Tasks.CodeAnalysis.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/RuntimeIdentifierGraph.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/SDKPrecomputedAssemblyReferences.cache\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/SdkResolvers/Microsoft.Build.NuGetSdkResolver/Microsoft.Build.NuGetSdkResolver.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/SdkResolvers/Microsoft.NET.Sdk.WorkloadMSBuildSdkResolver/Microsoft.NET.Sdk.WorkloadMSBuildSdkResolver.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/FSharp.NET.Sdk/Sdk/Sdk.OnRestore.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/FSharp.NET.Sdk/Sdk/Sdk.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/FSharp.NET.Sdk/Sdk/Sdk.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.Build.Tasks.Git/build/Microsoft.Build.Tasks.Git.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.Build.Tasks.Git/build/Microsoft.Build.Tasks.Git.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.Build.Tasks.Git/buildMultiTargeting/Microsoft.Build.Tasks.Git.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.Build.Tasks.Git/buildMultiTargeting/Microsoft.Build.Tasks.Git.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.Build.Tasks.Git/tools/core/Microsoft.Build.Tasks.Git.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.Build.Tasks.Git/tools/core/cs/Microsoft.Build.Tasks.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.Build.Tasks.Git/tools/core/de/Microsoft.Build.Tasks.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.Build.Tasks.Git/tools/core/es/Microsoft.Build.Tasks.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.Build.Tasks.Git/tools/core/fr/Microsoft.Build.Tasks.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.Build.Tasks.Git/tools/core/it/Microsoft.Build.Tasks.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.Build.Tasks.Git/tools/core/ja/Microsoft.Build.Tasks.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.Build.Tasks.Git/tools/core/ko/Microsoft.Build.Tasks.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.Build.Tasks.Git/tools/core/pl/Microsoft.Build.Tasks.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.Build.Tasks.Git/tools/core/pt-BR/Microsoft.Build.Tasks.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.Build.Tasks.Git/tools/core/ru/Microsoft.Build.Tasks.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.Build.Tasks.Git/tools/core/tr/Microsoft.Build.Tasks.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.Build.Tasks.Git/tools/core/zh-Hans/Microsoft.Build.Tasks.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.Build.Tasks.Git/tools/core/zh-Hant/Microsoft.Build.Tasks.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.Build.Tasks.Git/tools/net472/Microsoft.Build.Tasks.Git.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.Build.Tasks.Git/tools/net472/System.Collections.Immutable.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.Build.Tasks.Git/tools/net472/cs/Microsoft.Build.Tasks.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.Build.Tasks.Git/tools/net472/de/Microsoft.Build.Tasks.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.Build.Tasks.Git/tools/net472/es/Microsoft.Build.Tasks.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.Build.Tasks.Git/tools/net472/fr/Microsoft.Build.Tasks.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.Build.Tasks.Git/tools/net472/it/Microsoft.Build.Tasks.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.Build.Tasks.Git/tools/net472/ja/Microsoft.Build.Tasks.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.Build.Tasks.Git/tools/net472/ko/Microsoft.Build.Tasks.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.Build.Tasks.Git/tools/net472/pl/Microsoft.Build.Tasks.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.Build.Tasks.Git/tools/net472/pt-BR/Microsoft.Build.Tasks.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.Build.Tasks.Git/tools/net472/ru/Microsoft.Build.Tasks.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.Build.Tasks.Git/tools/net472/tr/Microsoft.Build.Tasks.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.Build.Tasks.Git/tools/net472/zh-Hans/Microsoft.Build.Tasks.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.Build.Tasks.Git/tools/net472/zh-Hant/Microsoft.Build.Tasks.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.Docker.Sdk/Sdk/Sdk.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.Docker.Sdk/Sdk/Sdk.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.BlazorWebAssembly/Sdk/Sdk.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.BlazorWebAssembly/Sdk/Sdk.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.BlazorWebAssembly/targets/BlazorWasm.web.config\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.BlazorWebAssembly/targets/Microsoft.NET.Sdk.BlazorWebAssembly.5_0.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.BlazorWebAssembly/targets/Microsoft.NET.Sdk.BlazorWebAssembly.6_0.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.BlazorWebAssembly/targets/Microsoft.NET.Sdk.BlazorWebAssembly.Current.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.BlazorWebAssembly/targets/Microsoft.NET.Sdk.BlazorWebAssembly.Current.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.BlazorWebAssembly/targets/Microsoft.NET.Sdk.BlazorWebAssembly.ServiceWorkerAssetsManifest.5_0.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.BlazorWebAssembly/targets/Microsoft.NET.Sdk.BlazorWebAssembly.ServiceWorkerAssetsManifest.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.BlazorWebAssembly/tools/net472/Microsoft.NET.Sdk.BlazorWebAssembly.Tasks.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.BlazorWebAssembly/tools/net472/Microsoft.NET.Sdk.BlazorWebAssembly.Tasks.dll.config\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.BlazorWebAssembly/tools/net8.0/Microsoft.NET.Sdk.BlazorWebAssembly.Tasks.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.BlazorWebAssembly/tools/net8.0/Microsoft.NET.Sdk.BlazorWebAssembly.Tool.deps.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.BlazorWebAssembly/tools/net8.0/Microsoft.NET.Sdk.BlazorWebAssembly.Tool.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.BlazorWebAssembly/tools/net8.0/Microsoft.NET.Sdk.BlazorWebAssembly.Tool.runtimeconfig.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.BlazorWebAssembly/tools/net8.0/System.CommandLine.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/Sdk/Sdk.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/Sdk/Sdk.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/targets/ComputeTargets/Microsoft.NET.Sdk.Publish.ComputeFiles.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/targets/CopyTargets/Microsoft.NET.Sdk.Publish.CopyFiles.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/targets/CopyTargets/Microsoft.NET.Sdk.Publish.FilterFiles.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/targets/DotNetCLIToolTargets/Microsoft.NET.Sdk.DotNetCLITool.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/targets/Microsoft.NET.Sdk.Publish.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/targets/Microsoft.NET.Sdk.Publish.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/targets/PublishProfiles/Default.pubxml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/targets/PublishProfiles/DefaultContainer.pubxml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/targets/PublishProfiles/DefaultMSDeploy.pubxml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/targets/PublishProfiles/DefaultMSDeployPackage.pubxml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/targets/PublishProfiles/DefaultZipDeploy.pubxml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/targets/PublishTargets/Microsoft.NET.Sdk.Publish.Container.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/targets/PublishTargets/Microsoft.NET.Sdk.Publish.Docker.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/targets/PublishTargets/Microsoft.NET.Sdk.Publish.FileSystem.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/targets/PublishTargets/Microsoft.NET.Sdk.Publish.Kudu.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/targets/PublishTargets/Microsoft.NET.Sdk.Publish.MSDeploy.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/targets/PublishTargets/Microsoft.NET.Sdk.Publish.MSDeployPackage.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/targets/PublishTargets/Microsoft.NET.Sdk.Publish.ZipDeploy.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/targets/TransformTargets/Microsoft.NET.Sdk.Publish.TransformFiles.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/targets/TransformTargets/Transforms/EnvironmentNoLocation.transform\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/targets/TransformTargets/Transforms/EnvironmentWithLocation.transform\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/tools/net472/Microsoft.Bcl.AsyncInterfaces.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/tools/net472/Microsoft.NET.Sdk.Publish.Tasks.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/tools/net472/Microsoft.NET.Sdk.Publish.Tasks.dll.config\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/tools/net472/Microsoft.Web.Delegation.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/tools/net472/Microsoft.Web.Deployment.Tracing.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/tools/net472/Microsoft.Web.Deployment.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/tools/net472/Microsoft.Web.XmlTransform.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/tools/net472/System.Buffers.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/tools/net472/System.Memory.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/tools/net472/System.Numerics.Vectors.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/tools/net472/System.Runtime.CompilerServices.Unsafe.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/tools/net472/System.Security.Cryptography.ProtectedData.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/tools/net472/System.Text.Encodings.Web.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/tools/net472/System.Text.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/tools/net472/System.Threading.Tasks.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/tools/net472/System.ValueTuple.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/tools/net472/cs/Microsoft.NET.Sdk.Publish.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/tools/net472/de/Microsoft.NET.Sdk.Publish.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/tools/net472/es/Microsoft.NET.Sdk.Publish.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/tools/net472/fr/Microsoft.NET.Sdk.Publish.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/tools/net472/it/Microsoft.NET.Sdk.Publish.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/tools/net472/ja/Microsoft.NET.Sdk.Publish.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/tools/net472/ko/Microsoft.NET.Sdk.Publish.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/tools/net472/pl/Microsoft.NET.Sdk.Publish.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/tools/net472/pt-BR/Microsoft.NET.Sdk.Publish.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/tools/net472/ru/Microsoft.NET.Sdk.Publish.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/tools/net472/tr/Microsoft.NET.Sdk.Publish.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/tools/net472/zh-Hans/Microsoft.NET.Sdk.Publish.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/tools/net472/zh-Hant/Microsoft.NET.Sdk.Publish.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/tools/net8.0/Microsoft.NET.Sdk.Publish.Tasks.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/tools/net8.0/Microsoft.Web.XmlTransform.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/tools/net8.0/System.Security.Cryptography.ProtectedData.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/tools/net8.0/cs/Microsoft.NET.Sdk.Publish.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/tools/net8.0/de/Microsoft.NET.Sdk.Publish.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/tools/net8.0/es/Microsoft.NET.Sdk.Publish.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/tools/net8.0/fr/Microsoft.NET.Sdk.Publish.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/tools/net8.0/it/Microsoft.NET.Sdk.Publish.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/tools/net8.0/ja/Microsoft.NET.Sdk.Publish.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/tools/net8.0/ko/Microsoft.NET.Sdk.Publish.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/tools/net8.0/pl/Microsoft.NET.Sdk.Publish.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/tools/net8.0/pt-BR/Microsoft.NET.Sdk.Publish.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/tools/net8.0/ru/Microsoft.NET.Sdk.Publish.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/tools/net8.0/tr/Microsoft.NET.Sdk.Publish.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/tools/net8.0/zh-Hans/Microsoft.NET.Sdk.Publish.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/tools/net8.0/zh-Hant/Microsoft.NET.Sdk.Publish.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/Sdk/Sdk.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/Sdk/Sdk.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/source-generators/Microsoft.AspNetCore.Razor.Utilities.Shared.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/source-generators/Microsoft.AspNetCore.Razor.Utilities.Shared.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/source-generators/Microsoft.CodeAnalysis.Razor.Compiler.deps.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/source-generators/Microsoft.CodeAnalysis.Razor.Compiler.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/source-generators/Microsoft.Extensions.ObjectPool.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/source-generators/RazorSourceGenerator.razorencconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/source-generators/System.Collections.Immutable.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/targets/Microsoft.NET.Sdk.Razor.BeforeCommon.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/targets/Microsoft.NET.Sdk.Razor.CodeGeneration.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/targets/Microsoft.NET.Sdk.Razor.Compilation.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/targets/Microsoft.NET.Sdk.Razor.Component.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/targets/Microsoft.NET.Sdk.Razor.Configuration.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/targets/Microsoft.NET.Sdk.Razor.DesignTime.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/targets/Microsoft.NET.Sdk.Razor.GenerateAssemblyInfo.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/targets/Microsoft.NET.Sdk.Razor.MvcApplicationPartsDiscovery.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/targets/Microsoft.NET.Sdk.Razor.SourceGenerators.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/targets/Microsoft.NET.Sdk.Razor.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/targets/Rules/RazorComponentWithTargetPath.xaml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/targets/Rules/RazorConfiguration.xaml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/targets/Rules/RazorExtension.xaml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/targets/Rules/RazorGeneral.xaml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/targets/Rules/RazorGenerateWithTargetPath.xaml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/targets/Sdk.Razor.CurrentVersion.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/targets/Sdk.Razor.CurrentVersion.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/tasks/net472/Microsoft.Bcl.AsyncInterfaces.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/tasks/net472/Microsoft.Extensions.FileSystemGlobbing.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/tasks/net472/Microsoft.NET.Sdk.Razor.Tasks.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/tasks/net472/Microsoft.NET.Sdk.Razor.Tasks.dll.config\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/tasks/net472/System.Buffers.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/tasks/net472/System.Collections.Immutable.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/tasks/net472/System.Memory.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/tasks/net472/System.Numerics.Vectors.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/tasks/net472/System.Reflection.Metadata.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/tasks/net472/System.Runtime.CompilerServices.Unsafe.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/tasks/net472/System.Text.Encodings.Web.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/tasks/net472/System.Text.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/tasks/net472/System.Threading.Tasks.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/tasks/net472/System.ValueTuple.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/tasks/net8.0/Microsoft.Extensions.FileSystemGlobbing.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/tasks/net8.0/Microsoft.NET.Sdk.Razor.Tasks.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/tools/Microsoft.AspNetCore.Razor.Utilities.Shared.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/tools/Microsoft.CodeAnalysis.Razor.Compiler.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/tools/Microsoft.Css.Parser.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/tools/Microsoft.Extensions.ObjectPool.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/tools/Newtonsoft.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/tools/rzc.deps.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/tools/rzc.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/tools/rzc.runtimeconfig.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.StaticWebAssets/Sdk/Sdk.StaticWebAssets.StaticAssets.ProjectSystem.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.StaticWebAssets/Sdk/Sdk.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.StaticWebAssets/Sdk/Sdk.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.StaticWebAssets/targets/Microsoft.NET.Sdk.StaticWebAssets.5_0.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.StaticWebAssets/targets/Microsoft.NET.Sdk.StaticWebAssets.Compression.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.StaticWebAssets/targets/Microsoft.NET.Sdk.StaticWebAssets.CrossTargeting.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.StaticWebAssets/targets/Microsoft.NET.Sdk.StaticWebAssets.EmbeddedAssets.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.StaticWebAssets/targets/Microsoft.NET.Sdk.StaticWebAssets.JSModules.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.StaticWebAssets/targets/Microsoft.NET.Sdk.StaticWebAssets.Pack.CrossTargeting.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.StaticWebAssets/targets/Microsoft.NET.Sdk.StaticWebAssets.Pack.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.StaticWebAssets/targets/Microsoft.NET.Sdk.StaticWebAssets.Publish.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.StaticWebAssets/targets/Microsoft.NET.Sdk.StaticWebAssets.References.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.StaticWebAssets/targets/Microsoft.NET.Sdk.StaticWebAssets.ScopedCss.5_0.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.StaticWebAssets/targets/Microsoft.NET.Sdk.StaticWebAssets.ScopedCss.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.StaticWebAssets/targets/Microsoft.NET.Sdk.StaticWebAssets.SingleTargeting.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.StaticWebAssets/targets/Microsoft.NET.Sdk.StaticWebAssets.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.StaticWebAssets/targets/Microsoft.NET.Sdk.StaticWebAssets.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.StaticWebAssets/targets/Sdk.StaticWebAssets.CurrentVersion.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.StaticWebAssets/targets/Sdk.StaticWebAssets.CurrentVersion.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.StaticWebAssets/tasks/net472/Microsoft.Bcl.AsyncInterfaces.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.StaticWebAssets/tasks/net472/Microsoft.Css.Parser.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.StaticWebAssets/tasks/net472/Microsoft.Extensions.FileSystemGlobbing.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.StaticWebAssets/tasks/net472/Microsoft.NET.Sdk.StaticWebAssets.Tasks.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.StaticWebAssets/tasks/net472/Microsoft.NET.Sdk.StaticWebAssets.Tasks.dll.config\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.StaticWebAssets/tasks/net472/System.Buffers.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.StaticWebAssets/tasks/net472/System.Collections.Immutable.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.StaticWebAssets/tasks/net472/System.Memory.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.StaticWebAssets/tasks/net472/System.Numerics.Vectors.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.StaticWebAssets/tasks/net472/System.Reflection.Metadata.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.StaticWebAssets/tasks/net472/System.Runtime.CompilerServices.Unsafe.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.StaticWebAssets/tasks/net472/System.Text.Encodings.Web.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.StaticWebAssets/tasks/net472/System.Text.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.StaticWebAssets/tasks/net472/System.Threading.Tasks.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.StaticWebAssets/tasks/net472/System.ValueTuple.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.StaticWebAssets/tasks/net8.0/Microsoft.Css.Parser.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.StaticWebAssets/tasks/net8.0/Microsoft.Extensions.FileSystemGlobbing.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.StaticWebAssets/tasks/net8.0/Microsoft.NET.Sdk.StaticWebAssets.Tasks.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.StaticWebAssets/tools/net8.0/Microsoft.NET.Sdk.StaticWebAssets.Tool.deps.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.StaticWebAssets/tools/net8.0/Microsoft.NET.Sdk.StaticWebAssets.Tool.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.StaticWebAssets/tools/net8.0/Microsoft.NET.Sdk.StaticWebAssets.Tool.runtimeconfig.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.StaticWebAssets/tools/net8.0/System.CommandLine.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Web.ProjectSystem/Sdk/Sdk.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Web.ProjectSystem/Sdk/Sdk.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Web.ProjectSystem/targets/Microsoft.NET.Sdk.Web.BeforeCommon.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Web.ProjectSystem/targets/Microsoft.NET.Sdk.Web.DefaultItems.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Web.ProjectSystem/targets/Microsoft.NET.Sdk.Web.ProjectSystem.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Web.ProjectSystem/targets/Microsoft.NET.Sdk.Web.ProjectSystem.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Web.ProjectSystem/tools/net472/Microsoft.NET.Sdk.Web.ProjectSystem.Tasks.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Web.ProjectSystem/tools/net8.0/Microsoft.NET.Sdk.Web.ProjectSystem.Tasks.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Web/Sdk/Sdk.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Web/Sdk/Sdk.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Web/Targets/Sdk.Browser.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Web/Targets/Sdk.Browser.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Web/Targets/Sdk.Server.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Web/Targets/Sdk.Server.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Web/analyzers/cs/Microsoft.AspNetCore.Analyzers.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Web/analyzers/cs/Microsoft.AspNetCore.Components.SdkAnalyzers.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Web/analyzers/cs/Microsoft.AspNetCore.Mvc.Analyzers.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Web/analyzers/cs/Microsoft.AspNetCore.Mvc.Api.Analyzers.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Web/tools/net472/Microsoft.NET.Sdk.Web.Tasks.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Web/tools/net8.0/Microsoft.NET.Sdk.Web.Tasks.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WebAssembly/Sdk/Sdk.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WebAssembly/Sdk/Sdk.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WebAssembly/tools/net472/Microsoft.NET.Sdk.WebAssembly.Tasks.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WebAssembly/tools/net8.0/Microsoft.NET.Sdk.WebAssembly.Tasks.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WindowsDesktop/LICENSE.TXT\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WindowsDesktop/Sdk/Sdk.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WindowsDesktop/Sdk/Sdk.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WindowsDesktop/THIRD-PARTY-NOTICES.TXT\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WindowsDesktop/targets/Microsoft.NET.Sdk.WindowsDesktop.WPF.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WindowsDesktop/targets/Microsoft.NET.Sdk.WindowsDesktop.WindowsForms.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WindowsDesktop/targets/Microsoft.NET.Sdk.WindowsDesktop.WindowsForms.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WindowsDesktop/targets/Microsoft.NET.Sdk.WindowsDesktop.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WindowsDesktop/targets/Microsoft.NET.Sdk.WindowsDesktop.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WindowsDesktop/targets/Microsoft.WinFX.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WindowsDesktop/targets/System.Windows.Forms.Analyzers.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WindowsDesktop/tools/net472/PresentationBuildTasks.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WindowsDesktop/tools/net472/System.Collections.Immutable.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WindowsDesktop/tools/net472/System.Memory.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WindowsDesktop/tools/net472/System.Numerics.Vectors.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WindowsDesktop/tools/net472/System.Reflection.Metadata.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WindowsDesktop/tools/net472/System.Reflection.MetadataLoadContext.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WindowsDesktop/tools/net472/System.Runtime.CompilerServices.Unsafe.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WindowsDesktop/tools/net472/cs/PresentationBuildTasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WindowsDesktop/tools/net472/de/PresentationBuildTasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WindowsDesktop/tools/net472/es/PresentationBuildTasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WindowsDesktop/tools/net472/fr/PresentationBuildTasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/System.ComponentModel.Composition.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WindowsDesktop/tools/net472/it/PresentationBuildTasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WindowsDesktop/tools/net472/ja/PresentationBuildTasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WindowsDesktop/tools/net472/ko/PresentationBuildTasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WindowsDesktop/tools/net472/pl/PresentationBuildTasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WindowsDesktop/tools/net472/pt-BR/PresentationBuildTasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WindowsDesktop/tools/net472/ru/PresentationBuildTasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WindowsDesktop/tools/net472/tr/PresentationBuildTasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WindowsDesktop/tools/net472/zh-Hans/PresentationBuildTasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WindowsDesktop/tools/net472/zh-Hant/PresentationBuildTasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WindowsDesktop/tools/net8.0/PresentationBuildTasks.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WindowsDesktop/tools/net8.0/System.Reflection.MetadataLoadContext.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WindowsDesktop/tools/net8.0/cs/PresentationBuildTasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WindowsDesktop/tools/net8.0/de/PresentationBuildTasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WindowsDesktop/tools/net8.0/es/PresentationBuildTasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WindowsDesktop/tools/net8.0/fr/PresentationBuildTasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WindowsDesktop/tools/net8.0/it/PresentationBuildTasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WindowsDesktop/tools/net8.0/ja/PresentationBuildTasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WindowsDesktop/tools/net8.0/ko/PresentationBuildTasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WindowsDesktop/tools/net8.0/pl/PresentationBuildTasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WindowsDesktop/tools/net8.0/pt-BR/PresentationBuildTasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WindowsDesktop/tools/net8.0/ru/PresentationBuildTasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WindowsDesktop/tools/net8.0/tr/PresentationBuildTasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WindowsDesktop/tools/net8.0/zh-Hans/PresentationBuildTasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WindowsDesktop/tools/net8.0/zh-Hant/PresentationBuildTasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WindowsDesktop/useSharedDesignerContext.txt\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WindowsDesktop/version.txt\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Worker/Sdk/Sdk.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Worker/Sdk/Sdk.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Worker/targets/Microsoft.NET.Sdk.Worker.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Worker/targets/Microsoft.NET.Sdk.Worker.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Worker/tools/net472/Microsoft.NET.Sdk.Worker.Tasks.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Worker/tools/net8.0/Microsoft.NET.Sdk.Worker.Tasks.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/Sdk/Sdk.AfterCommon.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/Sdk/Sdk.BeforeCommon.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/Sdk/Sdk.NuGet.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/Sdk/Sdk.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/Sdk/Sdk.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/Sdk/UseArtifactsOutputPath.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/Microsoft.CodeAnalysis.NetAnalyzers.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/Microsoft.CodeAnalysis.VisualBasic.NetAnalyzers.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/Microsoft.CodeAnalysis.NetAnalyzers.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/Microsoft.CodeAnalysis.NetAnalyzers.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_5_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_5_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_5_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_5_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_5_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_5_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_5_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_5_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_5_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_5_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_6_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_6_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_6_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_6_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_6_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_6_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_6_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_6_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_6_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_6_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_7_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_7_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_7_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_7_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_7_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_7_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_7_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_7_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_7_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_7_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_8_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_8_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_8_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_8_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_8_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_8_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_8_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_8_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_8_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_8_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_9_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_9_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_9_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_9_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_9_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_9_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_9_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_9_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_9_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_9_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_5_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_5_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_5_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_5_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_5_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_5_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_5_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_5_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_5_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_5_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_6_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_6_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_6_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_6_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_6_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_6_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_6_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_6_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_6_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_6_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_7_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_7_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_7_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_7_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_7_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_7_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_7_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_7_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_7_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_7_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_8_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_8_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_8_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_8_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_8_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_8_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_8_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_8_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_8_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_8_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_9_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_9_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_9_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_9_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_9_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_9_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_9_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_9_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_9_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_9_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_5_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_5_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_5_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_5_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_5_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_5_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_5_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_5_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_5_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_5_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_6_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_6_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_6_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_6_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_6_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_6_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_6_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_6_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_6_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_6_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_7_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_7_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_7_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_7_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_7_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_7_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_7_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_7_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_7_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_7_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_8_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_8_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_8_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_8_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_8_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_8_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_8_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_8_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_8_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_8_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_9_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_9_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_9_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_9_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_9_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_9_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_9_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_9_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_9_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_9_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_5_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_5_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_5_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_5_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_5_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_5_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_5_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_5_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_5_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_5_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_6_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_6_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_6_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_6_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_6_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_6_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_6_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_6_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_6_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_6_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_7_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_7_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_7_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_7_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_7_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_7_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_7_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_7_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_7_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_7_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_8_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_8_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_8_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_8_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_8_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_8_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_8_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_8_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_8_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_8_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_9_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_9_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_9_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_9_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_9_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_9_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_9_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_9_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_9_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_9_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_5_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_5_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_5_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_5_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_5_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_5_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_5_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_5_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_5_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_5_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_6_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_6_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_6_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_6_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_6_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_6_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_6_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_6_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_6_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_6_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_7_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_7_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_7_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_7_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_7_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_7_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_7_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_7_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_7_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_7_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_8_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_8_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_8_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_5_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_8_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_8_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_8_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_8_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_8_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_8_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_8_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_9_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_9_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_9_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_9_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_9_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_9_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_9_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_9_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_9_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_9_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_5_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_5_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_5_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_5_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_5_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_5_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_5_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_5_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_5_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_5_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_6_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_6_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_6_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_6_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_6_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_6_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_6_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_6_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_6_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_6_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_7_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_7_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_7_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_7_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_7_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_7_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_7_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_7_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_7_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_7_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_8_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_8_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_8_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_8_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_8_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_8_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_8_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_8_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_8_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_8_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_9_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_9_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_9_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_9_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_9_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_9_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_9_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_9_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_9_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_9_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_5_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_5_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_5_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_5_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_5_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_5_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_5_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_5_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_5_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_5_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_6_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_6_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_6_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_6_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_6_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_6_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_6_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_6_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_6_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_6_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_7_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_7_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_7_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_7_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_7_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_7_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_7_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_7_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_7_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_7_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_8_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_8_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_8_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_8_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_8_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_8_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_8_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_8_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_8_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_8_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_9_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_9_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_9_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_9_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_9_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_9_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_9_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_9_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_9_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_9_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_5_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_5_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_5_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_5_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_5_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_5_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_5_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_5_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_5_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_5_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_6_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_6_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_6_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_6_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_6_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_6_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_6_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_6_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_6_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_6_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_7_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_7_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_7_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_7_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_7_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_7_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_7_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_7_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_7_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_7_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_8_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_8_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_8_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_8_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_8_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_8_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_8_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_8_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_8_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_8_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_9_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_9_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_9_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_9_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_9_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_9_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_9_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_9_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_9_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_9_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_5_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_5_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_5_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_5_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_5_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_5_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_5_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_5_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_5_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_5_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_6_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_6_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_6_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_6_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_6_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_6_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_6_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_6_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_6_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_6_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_7_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_7_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_7_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_7_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_7_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_7_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_7_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_7_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_7_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_7_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_8_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_8_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_8_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_8_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_8_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_8_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_8_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_8_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_8_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_8_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_9_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_9_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_9_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_9_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_9_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_9_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_9_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_9_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_9_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_9_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_5_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_5_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_5_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_5_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_5_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_5_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_5_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_5_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_5_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_5_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_6_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_6_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_6_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_6_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_6_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_6_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_6_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_6_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_6_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_6_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_7_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_7_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_7_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_7_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_7_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_7_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_7_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_7_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_7_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_7_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_8_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_8_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_8_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_8_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_8_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_8_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_8_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_8_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_8_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_8_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_9_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_9_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_9_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_9_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_9_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_9_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_9_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_9_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_9_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_9_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_5_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_5_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_5_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_5_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_5_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_5_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_5_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_5_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_5_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_6_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_6_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_6_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_6_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_6_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_6_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_6_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_6_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_6_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_6_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_7_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_7_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_7_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_7_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_7_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_7_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_7_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_7_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_7_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_7_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_8_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_8_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_8_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_8_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_8_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_8_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_8_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_8_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_8_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_8_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_9_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_9_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_9_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_9_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_9_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_9_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_9_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_9_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_9_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_9_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/cs/Microsoft.CodeAnalysis.NetAnalyzers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/de/Microsoft.CodeAnalysis.NetAnalyzers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/es/Microsoft.CodeAnalysis.NetAnalyzers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/fr/Microsoft.CodeAnalysis.NetAnalyzers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/it/Microsoft.CodeAnalysis.NetAnalyzers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/ja/Microsoft.CodeAnalysis.NetAnalyzers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/ko/Microsoft.CodeAnalysis.NetAnalyzers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/pl/Microsoft.CodeAnalysis.NetAnalyzers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/pt-BR/Microsoft.CodeAnalysis.NetAnalyzers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/ru/Microsoft.CodeAnalysis.NetAnalyzers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/tr/Microsoft.CodeAnalysis.NetAnalyzers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/zh-Hans/Microsoft.CodeAnalysis.NetAnalyzers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/zh-Hant/Microsoft.CodeAnalysis.NetAnalyzers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/Microsoft.CodeAnalysis.CSharp.CodeStyle.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/Microsoft.CodeAnalysis.CodeStyle.Fixes.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/Microsoft.CodeAnalysis.CodeStyle.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/build/Microsoft.CodeAnalysis.CSharp.CodeStyle.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/build/config/analysislevelstyle_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/build/config/analysislevelstyle_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/build/config/analysislevelstyle_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/build/config/analysislevelstyle_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/build/config/analysislevelstyle_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/cs/Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/cs/Microsoft.CodeAnalysis.CSharp.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/cs/Microsoft.CodeAnalysis.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/cs/Microsoft.CodeAnalysis.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/de/Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/de/Microsoft.CodeAnalysis.CSharp.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/de/Microsoft.CodeAnalysis.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/de/Microsoft.CodeAnalysis.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/es/Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/es/Microsoft.CodeAnalysis.CSharp.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/es/Microsoft.CodeAnalysis.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/es/Microsoft.CodeAnalysis.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/fr/Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/fr/Microsoft.CodeAnalysis.CSharp.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/fr/Microsoft.CodeAnalysis.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/fr/Microsoft.CodeAnalysis.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/it/Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/it/Microsoft.CodeAnalysis.CSharp.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/it/Microsoft.CodeAnalysis.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/it/Microsoft.CodeAnalysis.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/ja/Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/ja/Microsoft.CodeAnalysis.CSharp.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/ja/Microsoft.CodeAnalysis.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/ja/Microsoft.CodeAnalysis.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/ko/Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/ko/Microsoft.CodeAnalysis.CSharp.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/ko/Microsoft.CodeAnalysis.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/ko/Microsoft.CodeAnalysis.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/pl/Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/pl/Microsoft.CodeAnalysis.CSharp.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/pl/Microsoft.CodeAnalysis.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/pl/Microsoft.CodeAnalysis.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/pt-BR/Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/pt-BR/Microsoft.CodeAnalysis.CSharp.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/pt-BR/Microsoft.CodeAnalysis.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/pt-BR/Microsoft.CodeAnalysis.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/ru/Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/ru/Microsoft.CodeAnalysis.CSharp.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/ru/Microsoft.CodeAnalysis.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/ru/Microsoft.CodeAnalysis.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/tr/Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/tr/Microsoft.CodeAnalysis.CSharp.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/tr/Microsoft.CodeAnalysis.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/tr/Microsoft.CodeAnalysis.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/zh-Hans/Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/zh-Hans/Microsoft.CodeAnalysis.CSharp.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/zh-Hans/Microsoft.CodeAnalysis.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/zh-Hans/Microsoft.CodeAnalysis.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/zh-Hant/Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/zh-Hant/Microsoft.CodeAnalysis.CSharp.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/zh-Hant/Microsoft.CodeAnalysis.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/zh-Hant/Microsoft.CodeAnalysis.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/Microsoft.CodeAnalysis.CodeStyle.Fixes.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/Microsoft.CodeAnalysis.CodeStyle.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/Microsoft.CodeAnalysis.VisualBasic.CodeStyle.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/build/Microsoft.CodeAnalysis.VisualBasic.CodeStyle.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/build/config/analysislevelstyle_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/build/config/analysislevelstyle_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/build/config/analysislevelstyle_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/build/config/analysislevelstyle_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/build/config/analysislevelstyle_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/cs/Microsoft.CodeAnalysis.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/cs/Microsoft.CodeAnalysis.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/cs/Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/cs/Microsoft.CodeAnalysis.VisualBasic.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/de/Microsoft.CodeAnalysis.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/de/Microsoft.CodeAnalysis.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/de/Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/de/Microsoft.CodeAnalysis.VisualBasic.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/es/Microsoft.CodeAnalysis.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/es/Microsoft.CodeAnalysis.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/es/Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/es/Microsoft.CodeAnalysis.VisualBasic.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/fr/Microsoft.CodeAnalysis.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/fr/Microsoft.CodeAnalysis.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/fr/Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/fr/Microsoft.CodeAnalysis.VisualBasic.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/it/Microsoft.CodeAnalysis.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/it/Microsoft.CodeAnalysis.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/it/Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/it/Microsoft.CodeAnalysis.VisualBasic.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/ja/Microsoft.CodeAnalysis.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/ja/Microsoft.CodeAnalysis.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/ja/Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/ja/Microsoft.CodeAnalysis.VisualBasic.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/ko/Microsoft.CodeAnalysis.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/ko/Microsoft.CodeAnalysis.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/ko/Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/ko/Microsoft.CodeAnalysis.VisualBasic.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/pl/Microsoft.CodeAnalysis.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/pl/Microsoft.CodeAnalysis.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/pl/Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/pl/Microsoft.CodeAnalysis.VisualBasic.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/pt-BR/Microsoft.CodeAnalysis.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/pt-BR/Microsoft.CodeAnalysis.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/pt-BR/Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/pt-BR/Microsoft.CodeAnalysis.VisualBasic.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/ru/Microsoft.CodeAnalysis.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/ru/Microsoft.CodeAnalysis.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/ru/Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/ru/Microsoft.CodeAnalysis.VisualBasic.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/tr/Microsoft.CodeAnalysis.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/tr/Microsoft.CodeAnalysis.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/tr/Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/tr/Microsoft.CodeAnalysis.VisualBasic.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/zh-Hans/Microsoft.CodeAnalysis.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/zh-Hans/Microsoft.CodeAnalysis.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/zh-Hans/Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/zh-Hans/Microsoft.CodeAnalysis.VisualBasic.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/zh-Hant/Microsoft.CodeAnalysis.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/zh-Hant/Microsoft.CodeAnalysis.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/zh-Hant/Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/zh-Hant/Microsoft.CodeAnalysis.VisualBasic.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/GenerateDeps/GenerateDeps.proj\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.ApiCompat.Common.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.ApiCompat.ValidatePackage.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.ApiCompat.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.ClickOnce.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.ComposeStore.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.ConflictResolution.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.CrossGen.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DefaultArtifactsPath.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DefaultAssemblyInfo.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DefaultOutputPaths.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DefaultPackageConflictOverrides.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DesignerSupport.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DisableStandardFrameworkResolution.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.EolTargetFrameworks.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.GenerateAssemblyInfo.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.GenerateGlobalUsings.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.GenerateSupportedRuntime.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.NuGetOfflineCache.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.ObsoleteReferences.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackProjectTool.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackProjectTool.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackStubs.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackTool.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackTool.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PreserveCompilationContext.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.RuntimeIdentifierInference.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.Analyzers.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.BeforeCommon.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.BeforeCommonCrossTargeting.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.CSharp.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.CSharp.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.Common.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.CrossTargeting.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.Shared.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FSharp.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FSharp.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FSharpTargetsShim.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.GetRequiredWorkloads.CrossTargeting.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.ImportPublishProfile.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.ImportWorkloads.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.ImportWorkloads.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.Shared.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.SourceLink.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.SourceLink.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.VisualBasic.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.VisualBasic.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.Workloads.CrossTargeting.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.SupportedPlatforms.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.SupportedTargetFrameworks.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Windows.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Windows.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.WindowsSdkSupportedTargetPlatforms.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/System.CodeDom.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolutionStubs.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/Microsoft.Bcl.AsyncInterfaces.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/Microsoft.Deployment.DotNet.Releases.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/Microsoft.DotNet.ApiCompat.Task.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/Microsoft.DotNet.ApiCompatibility.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/Microsoft.DotNet.ApiSymbolExtensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/Microsoft.DotNet.PackageValidation.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/Microsoft.Extensions.DependencyModel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/Microsoft.NET.Build.Tasks.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/Microsoft.NET.Build.Tasks.dll.config\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/Microsoft.NET.HostModel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/Newtonsoft.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/NuGet.Common.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/NuGet.Configuration.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/NuGet.DependencyResolver.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/NuGet.Frameworks.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/NuGet.LibraryModel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/NuGet.Packaging.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/NuGet.ProjectModel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/NuGet.Protocol.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/NuGet.Versioning.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/System.Buffers.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/System.Collections.Immutable.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/System.Memory.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/System.Numerics.Vectors.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/System.Reflection.Metadata.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/System.Reflection.MetadataLoadContext.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/System.Runtime.CompilerServices.Unsafe.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/System.Text.Encodings.Web.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/System.Text.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/System.Threading.Tasks.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/System.ValueTuple.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/cs/Microsoft.Deployment.DotNet.Releases.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/cs/Microsoft.DotNet.ApiCompat.Task.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/cs/Microsoft.DotNet.ApiCompatibility.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/cs/Microsoft.DotNet.ApiSymbolExtensions.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/cs/Microsoft.DotNet.PackageValidation.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/cs/Microsoft.NET.Build.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/de/Microsoft.Deployment.DotNet.Releases.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/de/Microsoft.DotNet.ApiCompat.Task.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/de/Microsoft.DotNet.ApiCompatibility.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/de/Microsoft.DotNet.ApiSymbolExtensions.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/de/Microsoft.DotNet.PackageValidation.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/de/Microsoft.NET.Build.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/es/Microsoft.Deployment.DotNet.Releases.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/es/Microsoft.DotNet.ApiCompat.Task.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/es/Microsoft.DotNet.ApiCompatibility.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/es/Microsoft.DotNet.ApiSymbolExtensions.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/es/Microsoft.DotNet.PackageValidation.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/es/Microsoft.NET.Build.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/fr/Microsoft.Deployment.DotNet.Releases.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/fr/Microsoft.DotNet.ApiCompat.Task.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/fr/Microsoft.DotNet.ApiCompatibility.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/fr/Microsoft.DotNet.ApiSymbolExtensions.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/fr/Microsoft.DotNet.PackageValidation.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/fr/Microsoft.NET.Build.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/it/Microsoft.Deployment.DotNet.Releases.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/it/Microsoft.DotNet.ApiCompat.Task.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/it/Microsoft.DotNet.ApiCompatibility.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/it/Microsoft.DotNet.ApiSymbolExtensions.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/it/Microsoft.DotNet.PackageValidation.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/it/Microsoft.NET.Build.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/ja/Microsoft.Deployment.DotNet.Releases.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/ja/Microsoft.DotNet.ApiCompat.Task.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/ja/Microsoft.DotNet.ApiCompatibility.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/ja/Microsoft.DotNet.ApiSymbolExtensions.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/ja/Microsoft.DotNet.PackageValidation.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/ja/Microsoft.NET.Build.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/ko/Microsoft.Deployment.DotNet.Releases.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/ko/Microsoft.DotNet.ApiCompat.Task.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/ko/Microsoft.DotNet.ApiCompatibility.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/ko/Microsoft.DotNet.ApiSymbolExtensions.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/ko/Microsoft.DotNet.PackageValidation.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/ko/Microsoft.NET.Build.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/pl/Microsoft.Deployment.DotNet.Releases.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/pl/Microsoft.DotNet.ApiCompat.Task.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/pl/Microsoft.DotNet.ApiCompatibility.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/pl/Microsoft.DotNet.ApiSymbolExtensions.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/pl/Microsoft.DotNet.PackageValidation.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/pl/Microsoft.NET.Build.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/pt-BR/Microsoft.Deployment.DotNet.Releases.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/pt-BR/Microsoft.DotNet.ApiCompat.Task.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/pt-BR/Microsoft.DotNet.ApiCompatibility.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/pt-BR/Microsoft.DotNet.ApiSymbolExtensions.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/pt-BR/Microsoft.DotNet.PackageValidation.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/pt-BR/Microsoft.NET.Build.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/ru/Microsoft.Deployment.DotNet.Releases.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/ru/Microsoft.DotNet.ApiCompat.Task.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/ru/Microsoft.DotNet.ApiCompatibility.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/ru/Microsoft.DotNet.ApiSymbolExtensions.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/ru/Microsoft.DotNet.PackageValidation.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/ru/Microsoft.NET.Build.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/tr/Microsoft.Deployment.DotNet.Releases.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/tr/Microsoft.DotNet.ApiCompat.Task.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/tr/Microsoft.DotNet.ApiCompatibility.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/tr/Microsoft.DotNet.ApiSymbolExtensions.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/tr/Microsoft.DotNet.PackageValidation.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/tr/Microsoft.NET.Build.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/zh-Hans/Microsoft.Deployment.DotNet.Releases.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/zh-Hans/Microsoft.DotNet.ApiCompat.Task.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/zh-Hans/Microsoft.DotNet.ApiCompatibility.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/zh-Hans/Microsoft.DotNet.ApiSymbolExtensions.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/zh-Hans/Microsoft.DotNet.PackageValidation.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/zh-Hans/Microsoft.NET.Build.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/zh-Hant/Microsoft.Deployment.DotNet.Releases.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/zh-Hant/Microsoft.DotNet.ApiCompat.Task.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/zh-Hant/Microsoft.DotNet.ApiCompatibility.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/zh-Hant/Microsoft.DotNet.ApiSymbolExtensions.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/zh-Hant/Microsoft.DotNet.PackageValidation.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/zh-Hant/Microsoft.NET.Build.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/Microsoft.Deployment.DotNet.Releases.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/Microsoft.DotNet.ApiCompat.Task.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/Microsoft.DotNet.ApiCompatibility.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/Microsoft.DotNet.ApiSymbolExtensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/Microsoft.DotNet.PackageValidation.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/Microsoft.NET.Build.Tasks.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/cs/Microsoft.Deployment.DotNet.Releases.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/cs/Microsoft.DotNet.ApiCompat.Task.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/cs/Microsoft.DotNet.ApiCompatibility.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/cs/Microsoft.DotNet.ApiSymbolExtensions.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/cs/Microsoft.DotNet.PackageValidation.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/cs/Microsoft.NET.Build.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/de/Microsoft.Deployment.DotNet.Releases.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/de/Microsoft.DotNet.ApiCompat.Task.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/de/Microsoft.DotNet.ApiCompatibility.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/de/Microsoft.DotNet.ApiSymbolExtensions.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/de/Microsoft.DotNet.PackageValidation.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/de/Microsoft.NET.Build.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/es/Microsoft.Deployment.DotNet.Releases.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/es/Microsoft.DotNet.ApiCompat.Task.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/es/Microsoft.DotNet.ApiCompatibility.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/es/Microsoft.DotNet.ApiSymbolExtensions.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/es/Microsoft.DotNet.PackageValidation.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/es/Microsoft.NET.Build.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/fr/Microsoft.Deployment.DotNet.Releases.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/fr/Microsoft.DotNet.ApiCompat.Task.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/fr/Microsoft.DotNet.ApiCompatibility.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/fr/Microsoft.DotNet.ApiSymbolExtensions.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/fr/Microsoft.DotNet.PackageValidation.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/fr/Microsoft.NET.Build.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/it/Microsoft.Deployment.DotNet.Releases.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/it/Microsoft.DotNet.ApiCompat.Task.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/it/Microsoft.DotNet.ApiCompatibility.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/it/Microsoft.DotNet.ApiSymbolExtensions.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/it/Microsoft.DotNet.PackageValidation.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/it/Microsoft.NET.Build.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/ja/Microsoft.Deployment.DotNet.Releases.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/ja/Microsoft.DotNet.ApiCompat.Task.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/ja/Microsoft.DotNet.ApiCompatibility.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/ja/Microsoft.DotNet.ApiSymbolExtensions.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/ja/Microsoft.DotNet.PackageValidation.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/ja/Microsoft.NET.Build.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/ko/Microsoft.Deployment.DotNet.Releases.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/ko/Microsoft.DotNet.ApiCompat.Task.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/ko/Microsoft.DotNet.ApiCompatibility.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/ko/Microsoft.DotNet.ApiSymbolExtensions.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/ko/Microsoft.DotNet.PackageValidation.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/ko/Microsoft.NET.Build.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/pl/Microsoft.Deployment.DotNet.Releases.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/pl/Microsoft.DotNet.ApiCompat.Task.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/pl/Microsoft.DotNet.ApiCompatibility.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/pl/Microsoft.DotNet.ApiSymbolExtensions.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/pl/Microsoft.DotNet.PackageValidation.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/pl/Microsoft.NET.Build.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/pt-BR/Microsoft.Deployment.DotNet.Releases.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/pt-BR/Microsoft.DotNet.ApiCompat.Task.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/pt-BR/Microsoft.DotNet.ApiCompatibility.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/pt-BR/Microsoft.DotNet.ApiSymbolExtensions.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/pt-BR/Microsoft.DotNet.PackageValidation.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/pt-BR/Microsoft.NET.Build.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/ru/Microsoft.Deployment.DotNet.Releases.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/ru/Microsoft.DotNet.ApiCompat.Task.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/ru/Microsoft.DotNet.ApiCompatibility.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/ru/Microsoft.DotNet.ApiSymbolExtensions.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/ru/Microsoft.DotNet.PackageValidation.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/ru/Microsoft.NET.Build.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/tr/Microsoft.Deployment.DotNet.Releases.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/tr/Microsoft.DotNet.ApiCompat.Task.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/tr/Microsoft.DotNet.ApiCompatibility.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/tr/Microsoft.DotNet.ApiSymbolExtensions.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/tr/Microsoft.DotNet.PackageValidation.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/tr/Microsoft.NET.Build.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/zh-Hans/Microsoft.Deployment.DotNet.Releases.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/zh-Hans/Microsoft.DotNet.ApiCompat.Task.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/zh-Hans/Microsoft.DotNet.ApiCompatibility.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/zh-Hans/Microsoft.DotNet.ApiSymbolExtensions.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/zh-Hans/Microsoft.DotNet.PackageValidation.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/zh-Hans/Microsoft.NET.Build.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/zh-Hant/Microsoft.Deployment.DotNet.Releases.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/zh-Hant/Microsoft.DotNet.ApiCompat.Task.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/zh-Hant/Microsoft.DotNet.ApiCompatibility.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/zh-Hant/Microsoft.DotNet.ApiSymbolExtensions.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/zh-Hant/Microsoft.DotNet.PackageValidation.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/zh-Hant/Microsoft.NET.Build.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.AzureRepos.Git/build/Microsoft.SourceLink.AzureRepos.Git.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.AzureRepos.Git/build/Microsoft.SourceLink.AzureRepos.Git.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.AzureRepos.Git/buildMultiTargeting/Microsoft.SourceLink.AzureRepos.Git.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.AzureRepos.Git/buildMultiTargeting/Microsoft.SourceLink.AzureRepos.Git.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.AzureRepos.Git/tools/core/Microsoft.SourceLink.AzureRepos.Git.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.AzureRepos.Git/tools/core/cs/Microsoft.SourceLink.AzureRepos.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.AzureRepos.Git/tools/core/de/Microsoft.SourceLink.AzureRepos.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.AzureRepos.Git/tools/core/es/Microsoft.SourceLink.AzureRepos.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.AzureRepos.Git/tools/core/fr/Microsoft.SourceLink.AzureRepos.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.AzureRepos.Git/tools/core/it/Microsoft.SourceLink.AzureRepos.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.AzureRepos.Git/tools/core/ja/Microsoft.SourceLink.AzureRepos.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.AzureRepos.Git/tools/core/ko/Microsoft.SourceLink.AzureRepos.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.AzureRepos.Git/tools/core/pl/Microsoft.SourceLink.AzureRepos.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.AzureRepos.Git/tools/core/pt-BR/Microsoft.SourceLink.AzureRepos.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.AzureRepos.Git/tools/core/ru/Microsoft.SourceLink.AzureRepos.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.AzureRepos.Git/tools/core/tr/Microsoft.SourceLink.AzureRepos.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.AzureRepos.Git/tools/core/zh-Hans/Microsoft.SourceLink.AzureRepos.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.AzureRepos.Git/tools/core/zh-Hant/Microsoft.SourceLink.AzureRepos.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.AzureRepos.Git/tools/net472/Microsoft.SourceLink.AzureRepos.Git.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.AzureRepos.Git/tools/net472/cs/Microsoft.SourceLink.AzureRepos.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.AzureRepos.Git/tools/net472/de/Microsoft.SourceLink.AzureRepos.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.AzureRepos.Git/tools/net472/es/Microsoft.SourceLink.AzureRepos.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.AzureRepos.Git/tools/net472/fr/Microsoft.SourceLink.AzureRepos.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.AzureRepos.Git/tools/net472/it/Microsoft.SourceLink.AzureRepos.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.AzureRepos.Git/tools/net472/ja/Microsoft.SourceLink.AzureRepos.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.AzureRepos.Git/tools/net472/ko/Microsoft.SourceLink.AzureRepos.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.AzureRepos.Git/tools/net472/pl/Microsoft.SourceLink.AzureRepos.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.AzureRepos.Git/tools/net472/pt-BR/Microsoft.SourceLink.AzureRepos.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.AzureRepos.Git/tools/net472/ru/Microsoft.SourceLink.AzureRepos.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.AzureRepos.Git/tools/net472/tr/Microsoft.SourceLink.AzureRepos.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.AzureRepos.Git/tools/net472/zh-Hans/Microsoft.SourceLink.AzureRepos.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.AzureRepos.Git/tools/net472/zh-Hant/Microsoft.SourceLink.AzureRepos.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Bitbucket.Git/build/Microsoft.SourceLink.Bitbucket.Git.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Bitbucket.Git/build/Microsoft.SourceLink.Bitbucket.Git.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Bitbucket.Git/buildMultiTargeting/Microsoft.SourceLink.Bitbucket.Git.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Bitbucket.Git/buildMultiTargeting/Microsoft.SourceLink.Bitbucket.Git.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Bitbucket.Git/tools/core/Microsoft.SourceLink.Bitbucket.Git.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Bitbucket.Git/tools/core/cs/Microsoft.SourceLink.Bitbucket.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Bitbucket.Git/tools/core/de/Microsoft.SourceLink.Bitbucket.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Bitbucket.Git/tools/core/es/Microsoft.SourceLink.Bitbucket.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Bitbucket.Git/tools/core/fr/Microsoft.SourceLink.Bitbucket.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Bitbucket.Git/tools/core/it/Microsoft.SourceLink.Bitbucket.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Bitbucket.Git/tools/core/ja/Microsoft.SourceLink.Bitbucket.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Bitbucket.Git/tools/core/ko/Microsoft.SourceLink.Bitbucket.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Bitbucket.Git/tools/core/pl/Microsoft.SourceLink.Bitbucket.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Bitbucket.Git/tools/core/pt-BR/Microsoft.SourceLink.Bitbucket.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Bitbucket.Git/tools/core/ru/Microsoft.SourceLink.Bitbucket.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Bitbucket.Git/tools/core/tr/Microsoft.SourceLink.Bitbucket.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/System.CommandLine.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Bitbucket.Git/tools/core/zh-Hans/Microsoft.SourceLink.Bitbucket.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Bitbucket.Git/tools/core/zh-Hant/Microsoft.SourceLink.Bitbucket.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Bitbucket.Git/tools/net472/Microsoft.SourceLink.Bitbucket.Git.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Bitbucket.Git/tools/net472/cs/Microsoft.SourceLink.Bitbucket.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Bitbucket.Git/tools/net472/de/Microsoft.SourceLink.Bitbucket.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Bitbucket.Git/tools/net472/es/Microsoft.SourceLink.Bitbucket.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Bitbucket.Git/tools/net472/fr/Microsoft.SourceLink.Bitbucket.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Bitbucket.Git/tools/net472/it/Microsoft.SourceLink.Bitbucket.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Bitbucket.Git/tools/net472/ja/Microsoft.SourceLink.Bitbucket.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Bitbucket.Git/tools/net472/ko/Microsoft.SourceLink.Bitbucket.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Bitbucket.Git/tools/net472/pl/Microsoft.SourceLink.Bitbucket.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Bitbucket.Git/tools/net472/pt-BR/Microsoft.SourceLink.Bitbucket.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Bitbucket.Git/tools/net472/ru/Microsoft.SourceLink.Bitbucket.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Bitbucket.Git/tools/net472/tr/Microsoft.SourceLink.Bitbucket.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Bitbucket.Git/tools/net472/zh-Hans/Microsoft.SourceLink.Bitbucket.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Bitbucket.Git/tools/net472/zh-Hant/Microsoft.SourceLink.Bitbucket.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Common/build/InitializeSourceControlInformation.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Common/build/Microsoft.SourceLink.Common.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Common/build/Microsoft.SourceLink.Common.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Common/buildMultiTargeting/Microsoft.SourceLink.Common.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Common/buildMultiTargeting/Microsoft.SourceLink.Common.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Common/tools/core/Microsoft.SourceLink.Common.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Common/tools/core/cs/Microsoft.SourceLink.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Common/tools/core/de/Microsoft.SourceLink.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Common/tools/core/es/Microsoft.SourceLink.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Common/tools/core/fr/Microsoft.SourceLink.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Common/tools/core/it/Microsoft.SourceLink.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Common/tools/core/ja/Microsoft.SourceLink.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Common/tools/core/ko/Microsoft.SourceLink.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Common/tools/core/pl/Microsoft.SourceLink.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Common/tools/core/pt-BR/Microsoft.SourceLink.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Common/tools/core/ru/Microsoft.SourceLink.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Common/tools/core/tr/Microsoft.SourceLink.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Common/tools/core/zh-Hans/Microsoft.SourceLink.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Common/tools/core/zh-Hant/Microsoft.SourceLink.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Common/tools/net472/Microsoft.SourceLink.Common.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Common/tools/net472/cs/Microsoft.SourceLink.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Common/tools/net472/de/Microsoft.SourceLink.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Common/tools/net472/es/Microsoft.SourceLink.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Common/tools/net472/fr/Microsoft.SourceLink.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Common/tools/net472/it/Microsoft.SourceLink.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Common/tools/net472/ja/Microsoft.SourceLink.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Common/tools/net472/ko/Microsoft.SourceLink.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Common/tools/net472/pl/Microsoft.SourceLink.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Common/tools/net472/pt-BR/Microsoft.SourceLink.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Common/tools/net472/ru/Microsoft.SourceLink.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Common/tools/net472/tr/Microsoft.SourceLink.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Common/tools/net472/zh-Hans/Microsoft.SourceLink.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Common/tools/net472/zh-Hant/Microsoft.SourceLink.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitHub/build/Microsoft.SourceLink.GitHub.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitHub/build/Microsoft.SourceLink.GitHub.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitHub/buildMultiTargeting/Microsoft.SourceLink.GitHub.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitHub/buildMultiTargeting/Microsoft.SourceLink.GitHub.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitHub/tools/core/Microsoft.SourceLink.GitHub.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitHub/tools/core/cs/Microsoft.SourceLink.GitHub.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitHub/tools/core/de/Microsoft.SourceLink.GitHub.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitHub/tools/core/es/Microsoft.SourceLink.GitHub.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitHub/tools/core/fr/Microsoft.SourceLink.GitHub.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitHub/tools/core/it/Microsoft.SourceLink.GitHub.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitHub/tools/core/ja/Microsoft.SourceLink.GitHub.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitHub/tools/core/ko/Microsoft.SourceLink.GitHub.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitHub/tools/core/pl/Microsoft.SourceLink.GitHub.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitHub/tools/core/pt-BR/Microsoft.SourceLink.GitHub.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitHub/tools/core/ru/Microsoft.SourceLink.GitHub.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitHub/tools/core/tr/Microsoft.SourceLink.GitHub.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitHub/tools/core/zh-Hans/Microsoft.SourceLink.GitHub.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitHub/tools/core/zh-Hant/Microsoft.SourceLink.GitHub.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitHub/tools/net472/Microsoft.SourceLink.GitHub.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitHub/tools/net472/cs/Microsoft.SourceLink.GitHub.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitHub/tools/net472/de/Microsoft.SourceLink.GitHub.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitHub/tools/net472/es/Microsoft.SourceLink.GitHub.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitHub/tools/net472/fr/Microsoft.SourceLink.GitHub.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitHub/tools/net472/it/Microsoft.SourceLink.GitHub.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitHub/tools/net472/ja/Microsoft.SourceLink.GitHub.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitHub/tools/net472/ko/Microsoft.SourceLink.GitHub.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitHub/tools/net472/pl/Microsoft.SourceLink.GitHub.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitHub/tools/net472/pt-BR/Microsoft.SourceLink.GitHub.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitHub/tools/net472/ru/Microsoft.SourceLink.GitHub.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitHub/tools/net472/tr/Microsoft.SourceLink.GitHub.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitHub/tools/net472/zh-Hans/Microsoft.SourceLink.GitHub.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitHub/tools/net472/zh-Hant/Microsoft.SourceLink.GitHub.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitLab/build/Microsoft.SourceLink.GitLab.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitLab/build/Microsoft.SourceLink.GitLab.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitLab/buildMultiTargeting/Microsoft.SourceLink.GitLab.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitLab/buildMultiTargeting/Microsoft.SourceLink.GitLab.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitLab/tools/core/Microsoft.SourceLink.GitLab.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitLab/tools/core/cs/Microsoft.SourceLink.GitLab.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitLab/tools/core/de/Microsoft.SourceLink.GitLab.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitLab/tools/core/es/Microsoft.SourceLink.GitLab.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitLab/tools/core/fr/Microsoft.SourceLink.GitLab.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitLab/tools/core/it/Microsoft.SourceLink.GitLab.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitLab/tools/core/ja/Microsoft.SourceLink.GitLab.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitLab/tools/core/ko/Microsoft.SourceLink.GitLab.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitLab/tools/core/pl/Microsoft.SourceLink.GitLab.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitLab/tools/core/pt-BR/Microsoft.SourceLink.GitLab.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitLab/tools/core/ru/Microsoft.SourceLink.GitLab.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitLab/tools/core/tr/Microsoft.SourceLink.GitLab.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitLab/tools/core/zh-Hans/Microsoft.SourceLink.GitLab.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitLab/tools/core/zh-Hant/Microsoft.SourceLink.GitLab.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitLab/tools/net472/Microsoft.SourceLink.GitLab.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitLab/tools/net472/cs/Microsoft.SourceLink.GitLab.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitLab/tools/net472/de/Microsoft.SourceLink.GitLab.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitLab/tools/net472/es/Microsoft.SourceLink.GitLab.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitLab/tools/net472/fr/Microsoft.SourceLink.GitLab.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitLab/tools/net472/it/Microsoft.SourceLink.GitLab.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitLab/tools/net472/ja/Microsoft.SourceLink.GitLab.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitLab/tools/net472/ko/Microsoft.SourceLink.GitLab.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitLab/tools/net472/pl/Microsoft.SourceLink.GitLab.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitLab/tools/net472/pt-BR/Microsoft.SourceLink.GitLab.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitLab/tools/net472/ru/Microsoft.SourceLink.GitLab.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitLab/tools/net472/tr/Microsoft.SourceLink.GitLab.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitLab/tools/net472/zh-Hans/Microsoft.SourceLink.GitLab.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitLab/tools/net472/zh-Hant/Microsoft.SourceLink.GitLab.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/NuGet.Build.Tasks.Pack/CoreCLR/NuGet.Build.Tasks.Pack.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/NuGet.Build.Tasks.Pack/CoreCLR/cs/NuGet.Build.Tasks.Pack.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/NuGet.Build.Tasks.Pack/CoreCLR/de/NuGet.Build.Tasks.Pack.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/NuGet.Build.Tasks.Pack/CoreCLR/es/NuGet.Build.Tasks.Pack.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/NuGet.Build.Tasks.Pack/CoreCLR/fr/NuGet.Build.Tasks.Pack.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/NuGet.Build.Tasks.Pack/CoreCLR/it/NuGet.Build.Tasks.Pack.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/NuGet.Build.Tasks.Pack/CoreCLR/ja/NuGet.Build.Tasks.Pack.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/NuGet.Build.Tasks.Pack/CoreCLR/ko/NuGet.Build.Tasks.Pack.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/NuGet.Build.Tasks.Pack/CoreCLR/pl/NuGet.Build.Tasks.Pack.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/NuGet.Build.Tasks.Pack/CoreCLR/pt-BR/NuGet.Build.Tasks.Pack.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/NuGet.Build.Tasks.Pack/CoreCLR/ru/NuGet.Build.Tasks.Pack.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/NuGet.Build.Tasks.Pack/CoreCLR/tr/NuGet.Build.Tasks.Pack.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/NuGet.Build.Tasks.Pack/CoreCLR/zh-Hans/NuGet.Build.Tasks.Pack.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/NuGet.Build.Tasks.Pack/CoreCLR/zh-Hant/NuGet.Build.Tasks.Pack.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/NuGet.Build.Tasks.Pack/Desktop/NuGet.Build.Tasks.Pack.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/NuGet.Build.Tasks.Pack/Desktop/cs/NuGet.Build.Tasks.Pack.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/NuGet.Build.Tasks.Pack/Desktop/de/NuGet.Build.Tasks.Pack.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/NuGet.Build.Tasks.Pack/Desktop/es/NuGet.Build.Tasks.Pack.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/NuGet.Build.Tasks.Pack/Desktop/fr/NuGet.Build.Tasks.Pack.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/NuGet.Build.Tasks.Pack/Desktop/it/NuGet.Build.Tasks.Pack.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/NuGet.Build.Tasks.Pack/Desktop/ja/NuGet.Build.Tasks.Pack.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/NuGet.Build.Tasks.Pack/Desktop/ko/NuGet.Build.Tasks.Pack.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/NuGet.Build.Tasks.Pack/Desktop/pl/NuGet.Build.Tasks.Pack.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/NuGet.Build.Tasks.Pack/Desktop/pt-BR/NuGet.Build.Tasks.Pack.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/NuGet.Build.Tasks.Pack/Desktop/ru/NuGet.Build.Tasks.Pack.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/NuGet.Build.Tasks.Pack/Desktop/tr/NuGet.Build.Tasks.Pack.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/NuGet.Build.Tasks.Pack/Desktop/zh-Hans/NuGet.Build.Tasks.Pack.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/NuGet.Build.Tasks.Pack/Desktop/zh-Hant/NuGet.Build.Tasks.Pack.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/NuGet.Build.Tasks.Pack/NOTICES.txt\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/NuGet.Build.Tasks.Pack/README.md\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/NuGet.Build.Tasks.Pack/build/NuGet.Build.Tasks.Pack.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/NuGet.Build.Tasks.Pack/buildCrossTargeting/NuGet.Build.Tasks.Pack.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/System.Configuration.ConfigurationManager.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/System.Diagnostics.EventLog.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/System.Reflection.MetadataLoadContext.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/System.Resources.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/System.Security.Cryptography.Pkcs.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/System.Security.Cryptography.ProtectedData.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/System.Security.Cryptography.Xml.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/System.ServiceProcess.ServiceController.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/Microsoft.TestPlatform.CommunicationUtilities.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/Microsoft.TestPlatform.CoreUtilities.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/Microsoft.TestPlatform.CrossPlatEngine.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/Microsoft.TestPlatform.PlatformAbstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/Microsoft.TestPlatform.Utilities.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/Microsoft.VisualStudio.TestPlatform.Common.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/Microsoft.Win32.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/Newtonsoft.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.AppContext.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Collections.Concurrent.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Collections.Immutable.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Collections.NonGeneric.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Collections.Specialized.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Collections.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.ComponentModel.EventBasedAsync.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.ComponentModel.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.ComponentModel.TypeConverter.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.ComponentModel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Console.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Data.Common.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Diagnostics.Contracts.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Diagnostics.Debug.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Diagnostics.FileVersionInfo.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Diagnostics.Process.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Diagnostics.StackTrace.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Diagnostics.TextWriterTraceListener.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Diagnostics.Tools.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Diagnostics.TraceSource.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Diagnostics.Tracing.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Drawing.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Dynamic.Runtime.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Globalization.Calendars.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Globalization.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Globalization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.IO.Compression.ZipFile.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.IO.Compression.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.IO.FileSystem.DriveInfo.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.IO.FileSystem.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.IO.FileSystem.Watcher.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.IO.FileSystem.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.IO.IsolatedStorage.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.IO.MemoryMappedFiles.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.IO.Pipes.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.IO.UnmanagedMemoryStream.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.IO.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Linq.Expressions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Linq.Parallel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Linq.Queryable.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Linq.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Net.Http.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Net.NameResolution.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Net.NetworkInformation.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Net.Ping.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Net.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Net.Requests.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Net.Security.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Net.Sockets.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Net.WebHeaderCollection.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Net.WebSockets.Client.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Net.WebSockets.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.ObjectModel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Reflection.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Reflection.Metadata.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Reflection.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Reflection.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Resources.Reader.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Resources.ResourceManager.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Resources.Writer.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Runtime.CompilerServices.VisualC.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Runtime.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Runtime.Handles.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Runtime.InteropServices.RuntimeInformation.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Runtime.InteropServices.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Runtime.Numerics.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Runtime.Serialization.Formatters.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Runtime.Serialization.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Runtime.Serialization.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Runtime.Serialization.Xml.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Runtime.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Security.Claims.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Security.Cryptography.Algorithms.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Security.Cryptography.Csp.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Security.Cryptography.Encoding.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Security.Cryptography.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Security.Cryptography.X509Certificates.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Security.Principal.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Security.SecureString.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Text.Encoding.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Text.Encoding.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Text.RegularExpressions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Threading.Overlapped.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Threading.Tasks.Parallel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Threading.Tasks.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Threading.Thread.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Threading.ThreadPool.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Threading.Timer.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Threading.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.ValueTuple.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Xml.ReaderWriter.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Xml.XDocument.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Xml.XPath.XDocument.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Xml.XPath.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Xml.XmlDocument.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Xml.XmlSerializer.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/cs/Microsoft.TestPlatform.CommunicationUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/cs/Microsoft.TestPlatform.CrossPlatEngine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/cs/Microsoft.TestPlatform.Utilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/cs/Microsoft.VisualStudio.TestPlatform.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/datacollector.arm64.exe\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/datacollector.arm64.exe.config\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/datacollector.exe\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/datacollector.exe.config\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/de/Microsoft.TestPlatform.CommunicationUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/de/Microsoft.TestPlatform.CoreUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/de/Microsoft.TestPlatform.CrossPlatEngine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/de/Microsoft.TestPlatform.Utilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/de/Microsoft.VisualStudio.TestPlatform.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/es/Microsoft.TestPlatform.CommunicationUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/es/Microsoft.TestPlatform.CoreUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/es/Microsoft.TestPlatform.CrossPlatEngine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/es/Microsoft.TestPlatform.Utilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/es/Microsoft.VisualStudio.TestPlatform.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/fr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/fr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/fr/Microsoft.TestPlatform.Utilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/fr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/it/Microsoft.TestPlatform.CommunicationUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/it/Microsoft.TestPlatform.CoreUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/it/Microsoft.TestPlatform.CrossPlatEngine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/it/Microsoft.TestPlatform.Utilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/it/Microsoft.VisualStudio.TestPlatform.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/ja/Microsoft.TestPlatform.CommunicationUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/ja/Microsoft.TestPlatform.CrossPlatEngine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/ja/Microsoft.TestPlatform.Utilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/ja/Microsoft.VisualStudio.TestPlatform.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/ko/Microsoft.TestPlatform.CommunicationUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/ko/Microsoft.TestPlatform.CrossPlatEngine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/ko/Microsoft.TestPlatform.Utilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/ko/Microsoft.VisualStudio.TestPlatform.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/netstandard.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/pl/Microsoft.TestPlatform.CommunicationUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/pl/Microsoft.TestPlatform.CrossPlatEngine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/pl/Microsoft.TestPlatform.Utilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/pl/Microsoft.VisualStudio.TestPlatform.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/pt-BR/Microsoft.TestPlatform.CommunicationUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/pt-BR/Microsoft.TestPlatform.CrossPlatEngine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/pt-BR/Microsoft.TestPlatform.Utilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/pt-BR/Microsoft.VisualStudio.TestPlatform.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/ru/Microsoft.TestPlatform.CommunicationUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/ru/Microsoft.TestPlatform.CrossPlatEngine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/ru/Microsoft.TestPlatform.Utilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/ru/Microsoft.VisualStudio.TestPlatform.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/testhost.arm64.exe\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/testhost.arm64.exe.config\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/testhost.exe\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/testhost.exe.config\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/testhost.net47.arm64.exe\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/testhost.net47.arm64.exe.config\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/testhost.net47.exe\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/testhost.net47.exe.config\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/testhost.net47.x86.exe\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/testhost.net47.x86.exe.config\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/testhost.net471.arm64.exe\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/testhost.net471.arm64.exe.config\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/testhost.net471.exe\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/testhost.net471.exe.config\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/testhost.net471.x86.exe\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/testhost.net471.x86.exe.config\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/testhost.net472.arm64.exe\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/testhost.net472.arm64.exe.config\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/testhost.net472.exe\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/testhost.net472.exe.config\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/testhost.net472.x86.exe\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/testhost.net472.x86.exe.config\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/testhost.net48.arm64.exe\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/testhost.net48.arm64.exe.config\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/testhost.net48.exe\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/testhost.net48.exe.config\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/testhost.net48.x86.exe\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/testhost.net48.x86.exe.config\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/testhost.x86.exe\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/testhost.x86.exe.config\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/tr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/tr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/tr/Microsoft.TestPlatform.Utilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/tr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/x64/msdia140.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/x64/msdia140.dll.manifest\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/x86/msdia140.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/x86/msdia140.dll.manifest\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/zh-Hans/Microsoft.TestPlatform.CommunicationUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/zh-Hans/Microsoft.TestPlatform.CrossPlatEngine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/zh-Hans/Microsoft.TestPlatform.Utilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/zh-Hans/Microsoft.VisualStudio.TestPlatform.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/zh-Hant/Microsoft.TestPlatform.CommunicationUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/zh-Hant/Microsoft.TestPlatform.CrossPlatEngine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/zh-Hant/Microsoft.TestPlatform.Utilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/zh-Hant/Microsoft.VisualStudio.TestPlatform.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/cs/MSBuild.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/cs/Microsoft.Build.Tasks.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/cs/Microsoft.Build.Utilities.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/cs/Microsoft.Build.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/cs/Microsoft.CodeCoverage.IO.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/cs/Microsoft.Deployment.DotNet.Releases.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/cs/Microsoft.DotNet.Cli.Sln.Internal.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/cs/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/cs/Microsoft.DotNet.Configurer.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/cs/Microsoft.DotNet.TemplateLocator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/cs/Microsoft.NET.Sdk.WorkloadManifestReader.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/cs/Microsoft.TemplateEngine.Cli.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/cs/Microsoft.TemplateEngine.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/cs/Microsoft.TemplateEngine.Edge.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/cs/Microsoft.TemplateEngine.Orchestrator.RunnableProjects.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/cs/Microsoft.TemplateEngine.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/cs/Microsoft.TemplateSearch.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/cs/Microsoft.TestPlatform.Build.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/cs/Microsoft.TestPlatform.CommunicationUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/cs/Microsoft.TestPlatform.CrossPlatEngine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/cs/Microsoft.TestPlatform.Utilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/cs/Microsoft.TestPlatform.VsTestConsole.TranslationLayer.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/cs/Microsoft.VisualStudio.TestPlatform.Client.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/cs/Microsoft.VisualStudio.TestPlatform.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/cs/NuGet.Build.Tasks.Console.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/cs/NuGet.Build.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/cs/NuGet.CommandLine.XPlat.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/cs/NuGet.Commands.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/cs/NuGet.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/cs/NuGet.Configuration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/cs/NuGet.Credentials.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/cs/NuGet.DependencyResolver.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/cs/NuGet.Frameworks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/cs/NuGet.LibraryModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/cs/NuGet.Packaging.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/cs/NuGet.ProjectModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/cs/NuGet.Protocol.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/cs/NuGet.Versioning.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/cs/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/cs/dotnet.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/cs/vstest.console.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/datacollector.deps.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/datacollector.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/datacollector.dll.config\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/datacollector.runtimeconfig.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/de/MSBuild.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/de/Microsoft.Build.Tasks.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/de/Microsoft.Build.Utilities.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/de/Microsoft.Build.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/de/Microsoft.CodeCoverage.IO.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/de/Microsoft.Deployment.DotNet.Releases.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/de/Microsoft.DotNet.Cli.Sln.Internal.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/de/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/de/Microsoft.DotNet.Configurer.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/de/Microsoft.DotNet.TemplateLocator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/de/Microsoft.NET.Sdk.WorkloadManifestReader.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/de/Microsoft.TemplateEngine.Cli.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/de/Microsoft.TemplateEngine.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/de/Microsoft.TemplateEngine.Edge.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/de/Microsoft.TemplateEngine.Orchestrator.RunnableProjects.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/de/Microsoft.TemplateEngine.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/de/Microsoft.TemplateSearch.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/de/Microsoft.TestPlatform.Build.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/de/Microsoft.TestPlatform.CommunicationUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/de/Microsoft.TestPlatform.CoreUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/de/Microsoft.TestPlatform.CrossPlatEngine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/de/Microsoft.TestPlatform.Utilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/de/Microsoft.TestPlatform.VsTestConsole.TranslationLayer.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/de/Microsoft.VisualStudio.TestPlatform.Client.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/de/Microsoft.VisualStudio.TestPlatform.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/de/NuGet.Build.Tasks.Console.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/de/NuGet.Build.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/de/NuGet.CommandLine.XPlat.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/de/NuGet.Commands.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/de/NuGet.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/de/NuGet.Configuration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/de/NuGet.Credentials.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/de/NuGet.DependencyResolver.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/de/NuGet.Frameworks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/de/NuGet.LibraryModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/de/NuGet.Packaging.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/de/NuGet.ProjectModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/de/NuGet.Protocol.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/de/NuGet.Versioning.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/de/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/de/dotnet.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/de/vstest.console.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/dotnet.deps.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/dotnet.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/dotnet.runtimeconfig.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/es/MSBuild.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/es/Microsoft.Build.Tasks.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/es/Microsoft.Build.Utilities.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/es/Microsoft.Build.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/es/Microsoft.CodeCoverage.IO.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/es/Microsoft.Deployment.DotNet.Releases.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/es/Microsoft.DotNet.Cli.Sln.Internal.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/es/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/es/Microsoft.DotNet.Configurer.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/es/Microsoft.DotNet.TemplateLocator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/es/Microsoft.NET.Sdk.WorkloadManifestReader.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/es/Microsoft.TemplateEngine.Cli.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/es/Microsoft.TemplateEngine.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/es/Microsoft.TemplateEngine.Edge.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/es/Microsoft.TemplateEngine.Orchestrator.RunnableProjects.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/es/Microsoft.TemplateEngine.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/es/Microsoft.TemplateSearch.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/es/Microsoft.TestPlatform.Build.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/es/Microsoft.TestPlatform.CommunicationUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/es/Microsoft.TestPlatform.CoreUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/es/Microsoft.TestPlatform.CrossPlatEngine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/es/Microsoft.TestPlatform.Utilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/es/Microsoft.TestPlatform.VsTestConsole.TranslationLayer.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/es/Microsoft.VisualStudio.TestPlatform.Client.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/es/Microsoft.VisualStudio.TestPlatform.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/es/NuGet.Build.Tasks.Console.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/es/NuGet.Build.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/es/NuGet.CommandLine.XPlat.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/es/NuGet.Commands.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/es/NuGet.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/es/NuGet.Configuration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/es/NuGet.Credentials.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/es/NuGet.DependencyResolver.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/es/NuGet.Frameworks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/es/NuGet.LibraryModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/es/NuGet.Packaging.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/es/NuGet.ProjectModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/es/NuGet.Protocol.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/es/NuGet.Versioning.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/es/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/es/dotnet.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/es/vstest.console.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/fr/MSBuild.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/fr/Microsoft.Build.Tasks.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/fr/Microsoft.Build.Utilities.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/fr/Microsoft.Build.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/fr/Microsoft.CodeCoverage.IO.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/fr/Microsoft.Deployment.DotNet.Releases.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/fr/Microsoft.DotNet.Cli.Sln.Internal.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/fr/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/fr/Microsoft.DotNet.Configurer.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/fr/Microsoft.DotNet.TemplateLocator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/fr/Microsoft.NET.Sdk.WorkloadManifestReader.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/fr/Microsoft.TemplateEngine.Cli.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/fr/Microsoft.TemplateEngine.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/fr/Microsoft.TemplateEngine.Edge.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/fr/Microsoft.TemplateEngine.Orchestrator.RunnableProjects.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/fr/Microsoft.TemplateEngine.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/fr/Microsoft.TemplateSearch.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/fr/Microsoft.TestPlatform.Build.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/fr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/fr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/fr/Microsoft.TestPlatform.Utilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/fr/Microsoft.TestPlatform.VsTestConsole.TranslationLayer.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/fr/Microsoft.VisualStudio.TestPlatform.Client.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/fr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/fr/NuGet.Build.Tasks.Console.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/fr/NuGet.Build.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/fr/NuGet.CommandLine.XPlat.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/fr/NuGet.Commands.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/fr/NuGet.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/fr/NuGet.Configuration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/fr/NuGet.Credentials.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/fr/NuGet.DependencyResolver.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/fr/NuGet.Frameworks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/fr/NuGet.LibraryModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/fr/NuGet.Packaging.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/fr/NuGet.ProjectModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/fr/NuGet.Protocol.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/fr/NuGet.Versioning.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/fr/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/fr/dotnet.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/fr/vstest.console.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/it/MSBuild.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/it/Microsoft.Build.Tasks.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/it/Microsoft.Build.Utilities.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/it/Microsoft.Build.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/it/Microsoft.CodeCoverage.IO.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/it/Microsoft.Deployment.DotNet.Releases.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/it/Microsoft.DotNet.Cli.Sln.Internal.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/it/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/it/Microsoft.DotNet.Configurer.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/it/Microsoft.DotNet.TemplateLocator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/it/Microsoft.NET.Sdk.WorkloadManifestReader.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/it/Microsoft.TemplateEngine.Cli.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/it/Microsoft.TemplateEngine.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/it/Microsoft.TemplateEngine.Edge.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/it/Microsoft.TemplateEngine.Orchestrator.RunnableProjects.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/it/Microsoft.TemplateEngine.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/it/Microsoft.TemplateSearch.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/it/Microsoft.TestPlatform.Build.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/it/Microsoft.TestPlatform.CommunicationUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/it/Microsoft.TestPlatform.CoreUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/it/Microsoft.TestPlatform.CrossPlatEngine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/it/Microsoft.TestPlatform.Utilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/it/Microsoft.TestPlatform.VsTestConsole.TranslationLayer.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/it/Microsoft.VisualStudio.TestPlatform.Client.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/it/Microsoft.VisualStudio.TestPlatform.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/it/NuGet.Build.Tasks.Console.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/it/NuGet.Build.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/it/NuGet.CommandLine.XPlat.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/it/NuGet.Commands.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/it/NuGet.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/it/NuGet.Configuration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/it/NuGet.Credentials.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/it/NuGet.DependencyResolver.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/it/NuGet.Frameworks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/it/NuGet.LibraryModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/it/NuGet.Packaging.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/it/NuGet.ProjectModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/it/NuGet.Protocol.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/it/NuGet.Versioning.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/it/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/it/dotnet.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/it/vstest.console.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ja/MSBuild.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ja/Microsoft.Build.Tasks.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ja/Microsoft.Build.Utilities.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ja/Microsoft.Build.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ja/Microsoft.CodeCoverage.IO.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ja/Microsoft.Deployment.DotNet.Releases.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ja/Microsoft.DotNet.Cli.Sln.Internal.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ja/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ja/Microsoft.DotNet.Configurer.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ja/Microsoft.DotNet.TemplateLocator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ja/Microsoft.NET.Sdk.WorkloadManifestReader.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ja/Microsoft.TemplateEngine.Cli.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ja/Microsoft.TemplateEngine.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ja/Microsoft.TemplateEngine.Edge.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ja/Microsoft.TemplateEngine.Orchestrator.RunnableProjects.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ja/Microsoft.TemplateEngine.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ja/Microsoft.TemplateSearch.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ja/Microsoft.TestPlatform.Build.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ja/Microsoft.TestPlatform.CommunicationUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ja/Microsoft.TestPlatform.CrossPlatEngine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ja/Microsoft.TestPlatform.Utilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ja/Microsoft.TestPlatform.VsTestConsole.TranslationLayer.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ja/Microsoft.VisualStudio.TestPlatform.Client.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ja/Microsoft.VisualStudio.TestPlatform.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ja/NuGet.Build.Tasks.Console.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ja/NuGet.Build.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ja/NuGet.CommandLine.XPlat.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ja/NuGet.Commands.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ja/NuGet.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ja/NuGet.Configuration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ja/NuGet.Credentials.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ja/NuGet.DependencyResolver.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ja/NuGet.Frameworks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ja/NuGet.LibraryModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ja/NuGet.Packaging.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ja/NuGet.ProjectModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ja/NuGet.Protocol.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ja/NuGet.Versioning.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ja/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ja/dotnet.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ja/vstest.console.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ko/MSBuild.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ko/Microsoft.Build.Tasks.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ko/Microsoft.Build.Utilities.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ko/Microsoft.Build.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ko/Microsoft.CodeCoverage.IO.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ko/Microsoft.Deployment.DotNet.Releases.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ko/Microsoft.DotNet.Cli.Sln.Internal.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ko/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ko/Microsoft.DotNet.Configurer.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ko/Microsoft.DotNet.TemplateLocator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ko/Microsoft.NET.Sdk.WorkloadManifestReader.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ko/Microsoft.TemplateEngine.Cli.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ko/Microsoft.TemplateEngine.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ko/Microsoft.TemplateEngine.Edge.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ko/Microsoft.TemplateEngine.Orchestrator.RunnableProjects.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ko/Microsoft.TemplateEngine.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ko/Microsoft.TemplateSearch.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ko/Microsoft.TestPlatform.Build.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ko/Microsoft.TestPlatform.CommunicationUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ko/Microsoft.TestPlatform.CrossPlatEngine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ko/Microsoft.TestPlatform.Utilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ko/Microsoft.TestPlatform.VsTestConsole.TranslationLayer.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ko/Microsoft.VisualStudio.TestPlatform.Client.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ko/Microsoft.VisualStudio.TestPlatform.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ko/NuGet.Build.Tasks.Console.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ko/NuGet.Build.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ko/NuGet.CommandLine.XPlat.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ko/NuGet.Commands.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ko/NuGet.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ko/NuGet.Configuration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ko/NuGet.Credentials.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ko/NuGet.DependencyResolver.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ko/NuGet.Frameworks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ko/NuGet.LibraryModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ko/NuGet.Packaging.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ko/NuGet.ProjectModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ko/NuGet.Protocol.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ko/NuGet.Versioning.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ko/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ko/dotnet.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ko/vstest.console.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/minimumMSBuildVersion\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pl/MSBuild.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pl/Microsoft.Build.Tasks.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pl/Microsoft.Build.Utilities.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pl/Microsoft.Build.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pl/Microsoft.CodeCoverage.IO.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pl/Microsoft.Deployment.DotNet.Releases.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pl/Microsoft.DotNet.Cli.Sln.Internal.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pl/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pl/Microsoft.DotNet.Configurer.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pl/Microsoft.DotNet.TemplateLocator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pl/Microsoft.NET.Sdk.WorkloadManifestReader.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pl/Microsoft.TemplateEngine.Cli.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pl/Microsoft.TemplateEngine.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pl/Microsoft.TemplateEngine.Edge.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pl/Microsoft.TemplateEngine.Orchestrator.RunnableProjects.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pl/Microsoft.TemplateEngine.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pl/Microsoft.TemplateSearch.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pl/Microsoft.TestPlatform.Build.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pl/Microsoft.TestPlatform.CommunicationUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pl/Microsoft.TestPlatform.CrossPlatEngine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pl/Microsoft.TestPlatform.Utilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pl/Microsoft.TestPlatform.VsTestConsole.TranslationLayer.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pl/Microsoft.VisualStudio.TestPlatform.Client.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pl/Microsoft.VisualStudio.TestPlatform.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pl/NuGet.Build.Tasks.Console.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pl/NuGet.Build.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pl/NuGet.CommandLine.XPlat.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pl/NuGet.Commands.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pl/NuGet.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pl/NuGet.Configuration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pl/NuGet.Credentials.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pl/NuGet.DependencyResolver.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pl/NuGet.Frameworks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pl/NuGet.LibraryModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pl/NuGet.Packaging.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pl/NuGet.ProjectModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pl/NuGet.Protocol.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pl/NuGet.Versioning.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pl/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pl/dotnet.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pl/vstest.console.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pt-BR/MSBuild.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pt-BR/Microsoft.Build.Tasks.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pt-BR/Microsoft.Build.Utilities.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pt-BR/Microsoft.Build.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pt-BR/Microsoft.CodeCoverage.IO.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pt-BR/Microsoft.Deployment.DotNet.Releases.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pt-BR/Microsoft.DotNet.Cli.Sln.Internal.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pt-BR/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pt-BR/Microsoft.DotNet.Configurer.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pt-BR/Microsoft.DotNet.TemplateLocator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pt-BR/Microsoft.NET.Sdk.WorkloadManifestReader.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pt-BR/Microsoft.TemplateEngine.Cli.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pt-BR/Microsoft.TemplateEngine.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pt-BR/Microsoft.TemplateEngine.Edge.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pt-BR/Microsoft.TemplateEngine.Orchestrator.RunnableProjects.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pt-BR/Microsoft.TemplateEngine.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pt-BR/Microsoft.TemplateSearch.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pt-BR/Microsoft.TestPlatform.Build.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pt-BR/Microsoft.TestPlatform.CommunicationUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pt-BR/Microsoft.TestPlatform.CrossPlatEngine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pt-BR/Microsoft.TestPlatform.Utilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pt-BR/Microsoft.TestPlatform.VsTestConsole.TranslationLayer.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pt-BR/Microsoft.VisualStudio.TestPlatform.Client.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pt-BR/Microsoft.VisualStudio.TestPlatform.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pt-BR/NuGet.Build.Tasks.Console.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pt-BR/NuGet.Build.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pt-BR/NuGet.CommandLine.XPlat.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pt-BR/NuGet.Commands.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pt-BR/NuGet.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pt-BR/NuGet.Configuration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pt-BR/NuGet.Credentials.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pt-BR/NuGet.DependencyResolver.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pt-BR/NuGet.Frameworks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pt-BR/NuGet.LibraryModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pt-BR/NuGet.Packaging.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pt-BR/NuGet.ProjectModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pt-BR/NuGet.Protocol.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pt-BR/NuGet.Versioning.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pt-BR/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pt-BR/dotnet.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pt-BR/vstest.console.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ref/Microsoft.Build.Framework.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ref/Microsoft.Build.Utilities.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ref/mscorlib.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ref/netstandard.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ru/MSBuild.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ru/Microsoft.Build.Tasks.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ru/Microsoft.Build.Utilities.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ru/Microsoft.Build.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ru/Microsoft.CodeCoverage.IO.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ru/Microsoft.Deployment.DotNet.Releases.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ru/Microsoft.DotNet.Cli.Sln.Internal.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ru/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ru/Microsoft.DotNet.Configurer.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ru/Microsoft.DotNet.TemplateLocator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ru/Microsoft.NET.Sdk.WorkloadManifestReader.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ru/Microsoft.TemplateEngine.Cli.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ru/Microsoft.TemplateEngine.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ru/Microsoft.TemplateEngine.Edge.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ru/Microsoft.TemplateEngine.Orchestrator.RunnableProjects.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ru/Microsoft.TemplateEngine.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ru/Microsoft.TemplateSearch.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ru/Microsoft.TestPlatform.Build.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ru/Microsoft.TestPlatform.CommunicationUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ru/Microsoft.TestPlatform.CrossPlatEngine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ru/Microsoft.TestPlatform.Utilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ru/Microsoft.TestPlatform.VsTestConsole.TranslationLayer.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ru/Microsoft.VisualStudio.TestPlatform.Client.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ru/Microsoft.VisualStudio.TestPlatform.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ru/NuGet.Build.Tasks.Console.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ru/NuGet.Build.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ru/NuGet.CommandLine.XPlat.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ru/NuGet.Commands.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ru/NuGet.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ru/NuGet.Configuration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ru/NuGet.Credentials.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ru/NuGet.DependencyResolver.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ru/NuGet.Frameworks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ru/NuGet.LibraryModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ru/NuGet.Packaging.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ru/NuGet.ProjectModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ru/NuGet.Protocol.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ru/NuGet.Versioning.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ru/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ru/dotnet.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ru/vstest.console.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/runtimes/any/native/Microsoft.TestPlatform.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/runtimes/any/native/NuGet.RestoreEx.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/runtimes/any/native/NuGet.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/runtimes/any/native/NuGet.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/runtimes/win/lib/net8.0/System.Diagnostics.EventLog.Messages.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/runtimes/win/lib/net8.0/System.Diagnostics.EventLog.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/runtimes/win/lib/net8.0/System.Security.Cryptography.Pkcs.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/runtimes/win/lib/net8.0/System.ServiceProcess.ServiceController.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/testhost-1.0.runtimeconfig.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/testhost-1.1.runtimeconfig.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/testhost-2.0.runtimeconfig.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/testhost-2.1.runtimeconfig.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/testhost-3.0.runtimeconfig.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/testhost-3.1.runtimeconfig.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/testhost-5.0.runtimeconfig.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/testhost-6.0.runtimeconfig.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/testhost-7.0.runtimeconfig.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/testhost-8.0.runtimeconfig.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/testhost-latest.runtimeconfig.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/testhost.deps.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/testhost.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/tr/MSBuild.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/tr/Microsoft.Build.Tasks.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/tr/Microsoft.Build.Utilities.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/tr/Microsoft.Build.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/tr/Microsoft.CodeCoverage.IO.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/tr/Microsoft.Deployment.DotNet.Releases.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/tr/Microsoft.DotNet.Cli.Sln.Internal.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/tr/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/tr/Microsoft.DotNet.Configurer.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/tr/Microsoft.DotNet.TemplateLocator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/tr/Microsoft.NET.Sdk.WorkloadManifestReader.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/tr/Microsoft.TemplateEngine.Cli.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/tr/Microsoft.TemplateEngine.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/tr/Microsoft.TemplateEngine.Edge.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/tr/Microsoft.TemplateEngine.Orchestrator.RunnableProjects.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/tr/Microsoft.TemplateEngine.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/tr/Microsoft.TemplateSearch.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/tr/Microsoft.TestPlatform.Build.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/tr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/tr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/tr/Microsoft.TestPlatform.Utilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/tr/Microsoft.TestPlatform.VsTestConsole.TranslationLayer.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/tr/Microsoft.VisualStudio.TestPlatform.Client.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/tr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/tr/NuGet.Build.Tasks.Console.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/tr/NuGet.Build.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/tr/NuGet.CommandLine.XPlat.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/tr/NuGet.Commands.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/tr/NuGet.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/tr/NuGet.Configuration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/tr/NuGet.Credentials.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/tr/NuGet.DependencyResolver.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/tr/NuGet.Frameworks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/tr/NuGet.LibraryModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/tr/NuGet.Packaging.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/tr/NuGet.ProjectModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/tr/NuGet.Protocol.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/tr/NuGet.Versioning.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/tr/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/tr/dotnet.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/tr/vstest.console.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/trustedroots/codesignctl.pem\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/trustedroots/timestampctl.pem\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/vstest.console.deps.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/vstest.console.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/vstest.console.dll.config\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/vstest.console.runtimeconfig.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hans/MSBuild.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hans/Microsoft.Build.Tasks.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hans/Microsoft.Build.Utilities.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hans/Microsoft.Build.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hans/Microsoft.CodeCoverage.IO.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hans/Microsoft.Deployment.DotNet.Releases.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hans/Microsoft.DotNet.Cli.Sln.Internal.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hans/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hans/Microsoft.DotNet.Configurer.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hans/Microsoft.DotNet.TemplateLocator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hans/Microsoft.NET.Sdk.WorkloadManifestReader.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hans/Microsoft.TemplateEngine.Cli.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hans/Microsoft.TemplateEngine.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hans/Microsoft.TemplateEngine.Edge.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hans/Microsoft.TemplateEngine.Orchestrator.RunnableProjects.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hans/Microsoft.TemplateEngine.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hans/Microsoft.TemplateSearch.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hans/Microsoft.TestPlatform.Build.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hans/Microsoft.TestPlatform.CommunicationUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hans/Microsoft.TestPlatform.CrossPlatEngine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hans/Microsoft.TestPlatform.Utilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hans/Microsoft.TestPlatform.VsTestConsole.TranslationLayer.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hans/Microsoft.VisualStudio.TestPlatform.Client.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hans/Microsoft.VisualStudio.TestPlatform.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hans/NuGet.Build.Tasks.Console.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hans/NuGet.Build.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hans/NuGet.CommandLine.XPlat.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hans/NuGet.Commands.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hans/NuGet.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hans/NuGet.Configuration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hans/NuGet.Credentials.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hans/NuGet.DependencyResolver.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hans/NuGet.Frameworks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hans/NuGet.LibraryModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hans/NuGet.Packaging.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hans/NuGet.ProjectModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hans/NuGet.Protocol.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hans/NuGet.Versioning.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hans/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hans/dotnet.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hans/vstest.console.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hant/MSBuild.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hant/Microsoft.Build.Tasks.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hant/Microsoft.Build.Utilities.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hant/Microsoft.Build.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hant/Microsoft.CodeCoverage.IO.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hant/Microsoft.Deployment.DotNet.Releases.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hant/Microsoft.DotNet.Cli.Sln.Internal.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hant/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hant/Microsoft.DotNet.Configurer.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hant/Microsoft.DotNet.TemplateLocator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hant/Microsoft.NET.Sdk.WorkloadManifestReader.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hant/Microsoft.TemplateEngine.Cli.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hant/Microsoft.TemplateEngine.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hant/Microsoft.TemplateEngine.Edge.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hant/Microsoft.TemplateEngine.Orchestrator.RunnableProjects.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hant/Microsoft.TemplateEngine.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hant/Microsoft.TemplateSearch.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hant/Microsoft.TestPlatform.Build.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hant/Microsoft.TestPlatform.CommunicationUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hant/Microsoft.TestPlatform.CrossPlatEngine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hant/Microsoft.TestPlatform.Utilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hant/Microsoft.TestPlatform.VsTestConsole.TranslationLayer.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hant/Microsoft.VisualStudio.TestPlatform.Client.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hant/Microsoft.VisualStudio.TestPlatform.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hant/NuGet.Build.Tasks.Console.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hant/NuGet.Build.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hant/NuGet.CommandLine.XPlat.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hant/NuGet.Commands.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hant/NuGet.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hant/NuGet.Configuration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hant/NuGet.Credentials.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hant/NuGet.DependencyResolver.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hant/NuGet.Frameworks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hant/NuGet.LibraryModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hant/NuGet.Packaging.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hant/NuGet.ProjectModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hant/NuGet.Protocol.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hant/NuGet.Versioning.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hant/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hant/dotnet.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hant/vstest.console.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/templates/8.0.31/microsoft.dotnet.common.itemtemplates.8.0.425.nupkg\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/templates/8.0.31/microsoft.dotnet.common.projecttemplates.8.0.8.0.425.nupkg\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/templates/8.0.31/microsoft.dotnet.test.projecttemplates.8.0.1.1.0-rc.24059.1.nupkg\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/templates/8.0.31/microsoft.dotnet.web.itemtemplates.8.0.8.0.31.nupkg\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/templates/8.0.31/microsoft.dotnet.web.projecttemplates.8.0.8.0.31.nupkg\n"
                }
            ]
        },
        {
            "build_id": 83642,
            "files": [
                {
                    "file": "  /opt/local/bin/archive_color\n"
                },
                {
                    "file": "  /opt/local/bin/lesspipe.sh\n"
                },
                {
                    "file": "  /opt/local/etc/bash_completion.d/less\n"
                },
                {
                    "file": "  /opt/local/libexec/lesspipe/lesscomplete\n"
                },
                {
                    "file": "  /opt/local/share/man/man1/lesspipe.1.gz\n"
                },
                {
                    "file": "  /opt/local/share/zsh/site-functions/_less\n"
                }
            ]
        },
        {
            "build_id": 83643,
            "files": [
                {
                    "file": "  /opt/local/bin/pv\n"
                },
                {
                    "file": "  /opt/local/share/doc/pv/ACKNOWLEDGEMENTS.md\n"
                },
                {
                    "file": "  /opt/local/share/doc/pv/COPYING\n"
                },
                {
                    "file": "  /opt/local/share/doc/pv/DEVELOPERS.md\n"
                },
                {
                    "file": "  /opt/local/share/doc/pv/INSTALL\n"
                },
                {
                    "file": "  /opt/local/share/doc/pv/NEWS.md\n"
                },
                {
                    "file": "  /opt/local/share/doc/pv/README.md\n"
                },
                {
                    "file": "  /opt/local/share/locale/cs/LC_MESSAGES/pv.mo\n"
                },
                {
                    "file": "  /opt/local/share/locale/de/LC_MESSAGES/pv.mo\n"
                },
                {
                    "file": "  /opt/local/share/locale/fi/LC_MESSAGES/pv.mo\n"
                },
                {
                    "file": "  /opt/local/share/locale/fr/LC_MESSAGES/pv.mo\n"
                },
                {
                    "file": "  /opt/local/share/locale/ka/LC_MESSAGES/pv.mo\n"
                },
                {
                    "file": "  /opt/local/share/locale/pl/LC_MESSAGES/pv.mo\n"
                },
                {
                    "file": "  /opt/local/share/locale/pt/LC_MESSAGES/pv.mo\n"
                },
                {
                    "file": "  /opt/local/share/locale/ru/LC_MESSAGES/pv.mo\n"
                },
                {
                    "file": "  /opt/local/share/locale/tr/LC_MESSAGES/pv.mo\n"
                },
                {
                    "file": "  /opt/local/share/man/man1/pv.1.gz\n"
                }
            ]
        },
        {
            "build_id": 83644,
            "files": [
                {
                    "file": "  /opt/local/bin/dotnet\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/LICENSE.txt\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/ThirdPartyNotices.txt\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/dotnet\n"
                }
            ]
        },
        {
            "build_id": 83645,
            "files": [
                {
                    "file": "  /opt/local/share/dotnet/host/fxr/8.0.31/libhostfxr.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/.version\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/Microsoft.CSharp.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/Microsoft.NETCore.App.deps.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/Microsoft.NETCore.App.runtimeconfig.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/Microsoft.VisualBasic.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/Microsoft.VisualBasic.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/Microsoft.Win32.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/Microsoft.Win32.Registry.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.AppContext.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Buffers.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Collections.Concurrent.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Collections.Immutable.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Collections.NonGeneric.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Collections.Specialized.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Collections.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.ComponentModel.Annotations.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.ComponentModel.DataAnnotations.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.ComponentModel.EventBasedAsync.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.ComponentModel.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.ComponentModel.TypeConverter.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.ComponentModel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Configuration.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Console.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Data.Common.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Data.DataSetExtensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Data.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Diagnostics.Contracts.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Diagnostics.Debug.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Diagnostics.DiagnosticSource.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Diagnostics.FileVersionInfo.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Diagnostics.Process.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Diagnostics.StackTrace.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Diagnostics.TextWriterTraceListener.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Diagnostics.Tools.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Diagnostics.TraceSource.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Diagnostics.Tracing.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Drawing.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Drawing.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Dynamic.Runtime.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Formats.Asn1.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Formats.Tar.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Globalization.Calendars.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Globalization.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Globalization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.IO.Compression.Brotli.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.IO.Compression.FileSystem.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.IO.Compression.ZipFile.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.IO.Compression.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.IO.FileSystem.AccessControl.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.IO.FileSystem.DriveInfo.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.IO.FileSystem.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.IO.FileSystem.Watcher.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.IO.FileSystem.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.IO.IsolatedStorage.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.IO.MemoryMappedFiles.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.IO.Pipes.AccessControl.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.IO.Pipes.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.IO.UnmanagedMemoryStream.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.IO.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Linq.Expressions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Linq.Parallel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Linq.Queryable.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Linq.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Memory.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Net.Http.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Net.Http.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Net.HttpListener.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Net.Mail.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Net.NameResolution.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Net.NetworkInformation.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Net.Ping.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Net.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Net.Quic.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Net.Requests.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Net.Security.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Net.ServicePoint.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Net.Sockets.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Net.WebClient.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Net.WebHeaderCollection.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Net.WebProxy.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Net.WebSockets.Client.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Net.WebSockets.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Net.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Numerics.Vectors.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Numerics.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.ObjectModel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Private.CoreLib.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Private.DataContractSerialization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Private.Uri.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Private.Xml.Linq.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Private.Xml.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Reflection.DispatchProxy.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Reflection.Emit.ILGeneration.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Reflection.Emit.Lightweight.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Reflection.Emit.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Reflection.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Reflection.Metadata.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Reflection.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Reflection.TypeExtensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Reflection.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Resources.Reader.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Resources.ResourceManager.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Resources.Writer.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Runtime.CompilerServices.Unsafe.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Runtime.CompilerServices.VisualC.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Runtime.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Runtime.Handles.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Runtime.InteropServices.JavaScript.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Runtime.InteropServices.RuntimeInformation.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Runtime.InteropServices.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Runtime.Intrinsics.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Runtime.Loader.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Runtime.Numerics.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Runtime.Serialization.Formatters.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Runtime.Serialization.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Runtime.Serialization.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Runtime.Serialization.Xml.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Runtime.Serialization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Runtime.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Security.AccessControl.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Security.Claims.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Security.Cryptography.Algorithms.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Security.Cryptography.Cng.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Security.Cryptography.Csp.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Security.Cryptography.Encoding.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Security.Cryptography.OpenSsl.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Security.Cryptography.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Security.Cryptography.X509Certificates.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Security.Cryptography.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Security.Principal.Windows.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Security.Principal.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Security.SecureString.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Security.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.ServiceModel.Web.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.ServiceProcess.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Text.Encoding.CodePages.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Text.Encoding.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Text.Encoding.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Text.Encodings.Web.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Text.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Text.RegularExpressions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Threading.Channels.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Threading.Overlapped.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Threading.Tasks.Dataflow.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Threading.Tasks.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Threading.Tasks.Parallel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Threading.Tasks.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Threading.Thread.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Threading.ThreadPool.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Threading.Timer.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Threading.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Transactions.Local.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Transactions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.ValueTuple.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Web.HttpUtility.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Web.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Windows.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Xml.Linq.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Xml.ReaderWriter.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Xml.Serialization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Xml.XDocument.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Xml.XPath.XDocument.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Xml.XPath.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Xml.XmlDocument.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Xml.XmlSerializer.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Xml.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/WindowsBase.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/createdump\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/libSystem.Globalization.Native.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/libSystem.IO.Compression.Native.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/libSystem.Native.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/libSystem.Net.Security.Native.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/libSystem.Security.Cryptography.Native.Apple.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/libSystem.Security.Cryptography.Native.OpenSsl.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/libclrgc.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/libclrjit.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/libcoreclr.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/libhostpolicy.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/libmscordaccore.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/libmscordbi.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/mscorlib.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/netstandard.dll\n"
                }
            ]
        },
        {
            "build_id": 83646,
            "files": [
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/.version\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Antiforgery.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.App.deps.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.App.runtimeconfig.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Authentication.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Authentication.BearerToken.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Authentication.Cookies.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Authentication.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Authentication.OAuth.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Authentication.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Authorization.Policy.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Authorization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Components.Authorization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Components.Endpoints.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Components.Forms.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Components.Server.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Components.Web.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Components.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Connections.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.CookiePolicy.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Cors.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Cryptography.Internal.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.DataProtection.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.DataProtection.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.DataProtection.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Diagnostics.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Diagnostics.HealthChecks.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Diagnostics.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.HostFiltering.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Hosting.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Hosting.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Html.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Http.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Http.Connections.Common.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Http.Connections.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Http.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Http.Features.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Http.Results.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Http.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.HttpLogging.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.HttpOverrides.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.HttpsPolicy.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Identity.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Localization.Routing.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Localization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Metadata.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Mvc.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Mvc.ApiExplorer.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Mvc.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Mvc.Cors.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Mvc.DataAnnotations.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Mvc.Formatters.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Mvc.Formatters.Xml.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Mvc.Localization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Mvc.Razor.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Mvc.RazorPages.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Mvc.TagHelpers.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Mvc.ViewFeatures.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Mvc.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.OutputCaching.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.RateLimiting.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Razor.Runtime.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Razor.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.RequestDecompression.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.ResponseCaching.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.ResponseCaching.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.ResponseCompression.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Rewrite.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Routing.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Routing.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Server.HttpSys.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Server.IIS.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Server.IISIntegration.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Server.Kestrel.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Server.Kestrel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Session.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.SignalR.Common.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.SignalR.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.SignalR.Protocols.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.SignalR.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.StaticFiles.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.WebSockets.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.WebUtilities.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Caching.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Caching.Memory.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Configuration.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Configuration.Binder.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Configuration.CommandLine.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Configuration.EnvironmentVariables.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Configuration.FileExtensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Configuration.Ini.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Configuration.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Configuration.KeyPerFile.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Configuration.UserSecrets.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Configuration.Xml.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Configuration.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.DependencyInjection.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.DependencyInjection.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Diagnostics.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Diagnostics.HealthChecks.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Diagnostics.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Features.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.FileProviders.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.FileProviders.Composite.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.FileProviders.Embedded.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.FileProviders.Physical.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.FileSystemGlobbing.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Hosting.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Hosting.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Http.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Identity.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Identity.Stores.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Localization.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Localization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Logging.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Logging.Configuration.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Logging.Console.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Logging.Debug.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Logging.EventLog.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Logging.EventSource.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Logging.TraceSource.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Logging.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.ObjectPool.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Options.ConfigurationExtensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Options.DataAnnotations.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Options.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.WebEncoders.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.JSInterop.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Net.Http.Headers.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/System.Diagnostics.EventLog.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/System.IO.Pipelines.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/System.Security.Cryptography.Pkcs.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/System.Security.Cryptography.Xml.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/System.Threading.RateLimiting.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/THIRD-PARTY-NOTICES.txt\n"
                }
            ]
        },
        {
            "build_id": 83647,
            "files": [
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/.version\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Antiforgery.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.App.deps.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.App.runtimeconfig.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Authentication.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Authentication.BearerToken.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Authentication.Cookies.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Authentication.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Authentication.OAuth.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Authentication.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Authorization.Policy.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Authorization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Components.Authorization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Components.Endpoints.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Components.Forms.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Components.Server.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Components.Web.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Components.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Connections.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.CookiePolicy.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Cors.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Cryptography.Internal.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.DataProtection.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.DataProtection.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.DataProtection.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Diagnostics.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Diagnostics.HealthChecks.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Diagnostics.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.HostFiltering.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Hosting.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Hosting.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Html.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Http.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Http.Connections.Common.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Http.Connections.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Http.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Http.Features.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Http.Results.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Http.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.HttpLogging.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.HttpOverrides.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.HttpsPolicy.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Identity.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Localization.Routing.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Localization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Metadata.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Mvc.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Mvc.ApiExplorer.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Mvc.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Mvc.Cors.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Mvc.DataAnnotations.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Mvc.Formatters.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Mvc.Formatters.Xml.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Mvc.Localization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Mvc.Razor.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Mvc.RazorPages.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Mvc.TagHelpers.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Mvc.ViewFeatures.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Mvc.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.OutputCaching.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.RateLimiting.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Razor.Runtime.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Razor.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.RequestDecompression.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.ResponseCaching.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.ResponseCaching.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.ResponseCompression.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Rewrite.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Routing.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Routing.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Server.HttpSys.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Server.IIS.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Server.IISIntegration.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Server.Kestrel.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Server.Kestrel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.Session.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.SignalR.Common.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.SignalR.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.SignalR.Protocols.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.SignalR.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.StaticAssets.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.StaticFiles.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.WebSockets.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.WebUtilities.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.AspNetCore.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.Extensions.Caching.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.Extensions.Caching.Memory.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.Extensions.Configuration.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.Extensions.Configuration.Binder.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.Extensions.Configuration.CommandLine.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.Extensions.Configuration.EnvironmentVariables.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.Extensions.Configuration.FileExtensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.Extensions.Configuration.Ini.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.Extensions.Configuration.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.Extensions.Configuration.KeyPerFile.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.Extensions.Configuration.UserSecrets.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.Extensions.Configuration.Xml.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.Extensions.Configuration.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.Extensions.DependencyInjection.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.Extensions.DependencyInjection.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.Extensions.Diagnostics.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.Extensions.Diagnostics.HealthChecks.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.Extensions.Diagnostics.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.Extensions.Features.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.Extensions.FileProviders.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.Extensions.FileProviders.Composite.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.Extensions.FileProviders.Embedded.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.Extensions.FileProviders.Physical.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.Extensions.FileSystemGlobbing.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.Extensions.Hosting.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.Extensions.Hosting.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.Extensions.Http.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.Extensions.Identity.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.Extensions.Identity.Stores.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.Extensions.Localization.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.Extensions.Localization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.Extensions.Logging.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.Extensions.Logging.Configuration.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.Extensions.Logging.Console.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.Extensions.Logging.Debug.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.Extensions.Logging.EventLog.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.Extensions.Logging.EventSource.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.Extensions.Logging.TraceSource.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.Extensions.Logging.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.Extensions.ObjectPool.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.Extensions.Options.ConfigurationExtensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.Extensions.Options.DataAnnotations.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.Extensions.Options.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.Extensions.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.Extensions.WebEncoders.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.JSInterop.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/Microsoft.Net.Http.Headers.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/System.Diagnostics.EventLog.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/System.Security.Cryptography.Pkcs.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/System.Security.Cryptography.Xml.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/System.Threading.RateLimiting.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.20/THIRD-PARTY-NOTICES.txt\n"
                }
            ]
        },
        {
            "build_id": 83648,
            "files": [
                {
                    "file": "  /opt/local/share/dotnet/host/fxr/10.0.12/libhostfxr.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/.version\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/Microsoft.CSharp.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/Microsoft.NETCore.App.deps.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/Microsoft.NETCore.App.runtimeconfig.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/Microsoft.VisualBasic.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/Microsoft.VisualBasic.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/Microsoft.Win32.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/Microsoft.Win32.Registry.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.AppContext.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Buffers.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Collections.Concurrent.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Collections.Immutable.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Collections.NonGeneric.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Collections.Specialized.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Collections.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.ComponentModel.Annotations.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.ComponentModel.DataAnnotations.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.ComponentModel.EventBasedAsync.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.ComponentModel.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.ComponentModel.TypeConverter.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.ComponentModel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Configuration.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Console.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Data.Common.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Data.DataSetExtensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Data.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Diagnostics.Contracts.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Diagnostics.Debug.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Diagnostics.DiagnosticSource.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Diagnostics.FileVersionInfo.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Diagnostics.Process.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Diagnostics.StackTrace.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Diagnostics.TextWriterTraceListener.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Diagnostics.Tools.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Diagnostics.TraceSource.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Diagnostics.Tracing.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Drawing.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Drawing.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Dynamic.Runtime.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Formats.Asn1.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Formats.Tar.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Globalization.Calendars.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Globalization.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Globalization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.IO.Compression.Brotli.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.IO.Compression.FileSystem.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.IO.Compression.ZipFile.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.IO.Compression.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.IO.FileSystem.AccessControl.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.IO.FileSystem.DriveInfo.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.IO.FileSystem.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.IO.FileSystem.Watcher.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.IO.FileSystem.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.IO.IsolatedStorage.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.IO.MemoryMappedFiles.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.IO.Pipelines.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.IO.Pipes.AccessControl.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.IO.Pipes.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.IO.UnmanagedMemoryStream.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.IO.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Linq.AsyncEnumerable.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Linq.Expressions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Linq.Parallel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Linq.Queryable.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Linq.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Memory.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Net.Http.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Net.Http.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Net.HttpListener.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Net.Mail.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Net.NameResolution.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Net.NetworkInformation.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Net.Ping.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Net.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Net.Quic.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Net.Requests.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Net.Security.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Net.ServerSentEvents.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Net.ServicePoint.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Net.Sockets.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Net.WebClient.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Net.WebHeaderCollection.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Net.WebProxy.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Net.WebSockets.Client.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Net.WebSockets.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Net.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Numerics.Vectors.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Numerics.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.ObjectModel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Private.CoreLib.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Private.DataContractSerialization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Private.Uri.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Private.Xml.Linq.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Private.Xml.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Reflection.DispatchProxy.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Reflection.Emit.ILGeneration.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Reflection.Emit.Lightweight.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Reflection.Emit.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Reflection.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Reflection.Metadata.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Reflection.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Reflection.TypeExtensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Reflection.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Resources.Reader.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Resources.ResourceManager.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Resources.Writer.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Runtime.CompilerServices.Unsafe.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Runtime.CompilerServices.VisualC.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Runtime.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Runtime.Handles.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Runtime.InteropServices.JavaScript.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Runtime.InteropServices.RuntimeInformation.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Runtime.InteropServices.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Runtime.Intrinsics.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Runtime.Loader.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Runtime.Numerics.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Runtime.Serialization.Formatters.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Runtime.Serialization.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Runtime.Serialization.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Runtime.Serialization.Xml.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Runtime.Serialization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Runtime.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Security.AccessControl.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Security.Claims.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Security.Cryptography.Algorithms.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Security.Cryptography.Cng.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Security.Cryptography.Csp.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Security.Cryptography.Encoding.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Security.Cryptography.OpenSsl.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Security.Cryptography.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Security.Cryptography.X509Certificates.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Security.Cryptography.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Security.Principal.Windows.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Security.Principal.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Security.SecureString.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Security.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.ServiceModel.Web.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.ServiceProcess.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Text.Encoding.CodePages.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Text.Encoding.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Text.Encoding.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Text.Encodings.Web.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Text.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Text.RegularExpressions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Threading.AccessControl.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Threading.Channels.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Threading.Overlapped.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Threading.Tasks.Dataflow.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Threading.Tasks.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Threading.Tasks.Parallel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Threading.Tasks.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Threading.Thread.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Threading.ThreadPool.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Threading.Timer.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Threading.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Transactions.Local.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Transactions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.ValueTuple.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Web.HttpUtility.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Web.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Windows.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Xml.Linq.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Xml.ReaderWriter.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Xml.Serialization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Xml.XDocument.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Xml.XPath.XDocument.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Xml.XPath.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Xml.XmlDocument.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Xml.XmlSerializer.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.Xml.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/System.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/WindowsBase.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/createdump\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/libSystem.Globalization.Native.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/libSystem.IO.Compression.Native.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/libSystem.Native.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/libSystem.Net.Security.Native.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/libSystem.Security.Cryptography.Native.Apple.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/libclrgc.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/libclrgcexp.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/libclrjit.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/libcoreclr.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/libhostpolicy.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/libmscordaccore.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/libmscordbi.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/mscorlib.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/10.0.12/netstandard.dll\n"
                }
            ]
        },
        {
            "build_id": 83649,
            "files": [
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/.version\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Antiforgery.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.App.deps.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.App.runtimeconfig.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Authentication.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Authentication.BearerToken.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Authentication.Cookies.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Authentication.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Authentication.OAuth.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Authentication.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Authorization.Policy.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Authorization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Components.Authorization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Components.Endpoints.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Components.Forms.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Components.Server.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Components.Web.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Components.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Connections.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.CookiePolicy.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Cors.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Cryptography.Internal.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.DataProtection.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.DataProtection.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.DataProtection.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Diagnostics.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Diagnostics.HealthChecks.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Diagnostics.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.HostFiltering.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Hosting.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Hosting.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Html.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Http.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Http.Connections.Common.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Http.Connections.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Http.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Http.Features.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Http.Results.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Http.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.HttpLogging.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.HttpOverrides.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.HttpsPolicy.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Identity.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Localization.Routing.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Localization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Metadata.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Mvc.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Mvc.ApiExplorer.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Mvc.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Mvc.Cors.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Mvc.DataAnnotations.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Mvc.Formatters.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Mvc.Formatters.Xml.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Mvc.Localization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Mvc.Razor.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Mvc.RazorPages.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Mvc.TagHelpers.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Mvc.ViewFeatures.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Mvc.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.OutputCaching.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.RateLimiting.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Razor.Runtime.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Razor.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.RequestDecompression.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.ResponseCaching.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.ResponseCaching.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.ResponseCompression.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Rewrite.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Routing.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Routing.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Server.HttpSys.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Server.IIS.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Server.IISIntegration.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Server.Kestrel.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Server.Kestrel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.Session.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.SignalR.Common.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.SignalR.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.SignalR.Protocols.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.SignalR.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.StaticAssets.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.StaticFiles.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.WebSockets.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.WebUtilities.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.AspNetCore.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.Extensions.Caching.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.Extensions.Caching.Memory.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.Extensions.Configuration.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.Extensions.Configuration.Binder.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.Extensions.Configuration.CommandLine.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.Extensions.Configuration.EnvironmentVariables.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.Extensions.Configuration.FileExtensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.Extensions.Configuration.Ini.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.Extensions.Configuration.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.Extensions.Configuration.KeyPerFile.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.Extensions.Configuration.UserSecrets.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.Extensions.Configuration.Xml.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.Extensions.Configuration.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.Extensions.DependencyInjection.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.Extensions.DependencyInjection.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.Extensions.Diagnostics.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.Extensions.Diagnostics.HealthChecks.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.Extensions.Diagnostics.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.Extensions.Features.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.Extensions.FileProviders.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.Extensions.FileProviders.Composite.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.Extensions.FileProviders.Embedded.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.Extensions.FileProviders.Physical.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.Extensions.FileSystemGlobbing.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.Extensions.Hosting.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.Extensions.Hosting.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.Extensions.Http.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.Extensions.Identity.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.Extensions.Identity.Stores.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.Extensions.Localization.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.Extensions.Localization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.Extensions.Logging.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.Extensions.Logging.Configuration.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.Extensions.Logging.Console.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.Extensions.Logging.Debug.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.Extensions.Logging.EventLog.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.Extensions.Logging.EventSource.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.Extensions.Logging.TraceSource.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.Extensions.Logging.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.Extensions.ObjectPool.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.Extensions.Options.ConfigurationExtensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.Extensions.Options.DataAnnotations.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.Extensions.Options.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.Extensions.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.Extensions.Validation.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.Extensions.WebEncoders.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.JSInterop.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/Microsoft.Net.Http.Headers.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/System.Diagnostics.EventLog.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/System.Formats.Cbor.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/System.Security.Cryptography.Pkcs.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/System.Security.Cryptography.Xml.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/10.0.12/System.Threading.RateLimiting.dll\n"
                }
            ]
        },
        {
            "build_id": 83650,
            "files": [
                {
                    "file": "  /opt/local/share/dotnet/host/fxr/11.0.0-rc.1.26425.128/libhostfxr.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/.version\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/Microsoft.CSharp.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/Microsoft.Extensions.Caching.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/Microsoft.Extensions.Configuration.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/Microsoft.Extensions.DependencyInjection.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/Microsoft.Extensions.Diagnostics.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/Microsoft.Extensions.FileProviders.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/Microsoft.Extensions.Hosting.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/Microsoft.Extensions.Logging.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/Microsoft.Extensions.Options.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/Microsoft.Extensions.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/Microsoft.NETCore.App.deps.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/Microsoft.NETCore.App.runtimeconfig.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/Microsoft.VisualBasic.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/Microsoft.VisualBasic.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/Microsoft.Win32.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/Microsoft.Win32.Registry.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.AppContext.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Buffers.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Collections.Concurrent.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Collections.Immutable.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Collections.NonGeneric.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Collections.Specialized.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Collections.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.ComponentModel.Annotations.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.ComponentModel.DataAnnotations.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.ComponentModel.EventBasedAsync.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.ComponentModel.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.ComponentModel.TypeConverter.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.ComponentModel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Configuration.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Console.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Data.Common.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Data.DataSetExtensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Data.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Diagnostics.Contracts.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Diagnostics.Debug.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Diagnostics.DiagnosticSource.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Diagnostics.FileVersionInfo.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Diagnostics.Process.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Diagnostics.StackTrace.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Diagnostics.TextWriterTraceListener.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Diagnostics.Tools.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Diagnostics.TraceSource.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Diagnostics.Tracing.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Drawing.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Drawing.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Dynamic.Runtime.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Formats.Asn1.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Formats.Tar.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Globalization.Calendars.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Globalization.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Globalization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.IO.Compression.Brotli.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.IO.Compression.FileSystem.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.IO.Compression.ZipFile.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.IO.Compression.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.IO.FileSystem.AccessControl.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.IO.FileSystem.DriveInfo.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.IO.FileSystem.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.IO.FileSystem.Watcher.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.IO.FileSystem.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.IO.IsolatedStorage.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.IO.MemoryMappedFiles.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.IO.Pipelines.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.IO.Pipes.AccessControl.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.IO.Pipes.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.IO.UnmanagedMemoryStream.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.IO.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Linq.AsyncEnumerable.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Linq.Expressions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Linq.Parallel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Linq.Queryable.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Linq.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Memory.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Net.Http.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Net.Http.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Net.HttpListener.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Net.Mail.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Net.NameResolution.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Net.NetworkInformation.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Net.Ping.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Net.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Net.Quic.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Net.Requests.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Net.Security.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Net.ServerSentEvents.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Net.ServicePoint.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Net.Sockets.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Net.WebClient.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Net.WebHeaderCollection.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Net.WebProxy.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Net.WebSockets.Client.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Net.WebSockets.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Net.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Numerics.Vectors.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Numerics.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.ObjectModel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Private.CoreLib.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Private.DataContractSerialization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Private.Uri.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Private.Xml.Linq.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Private.Xml.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Reflection.DispatchProxy.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Reflection.Emit.ILGeneration.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Reflection.Emit.Lightweight.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Reflection.Emit.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Reflection.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Reflection.Metadata.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Reflection.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Reflection.TypeExtensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Reflection.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Resources.Reader.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Resources.ResourceManager.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Resources.Writer.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Runtime.CompilerServices.Unsafe.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Runtime.CompilerServices.VisualC.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Runtime.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Runtime.Handles.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Runtime.InteropServices.JavaScript.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Runtime.InteropServices.RuntimeInformation.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Runtime.InteropServices.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Runtime.Intrinsics.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Runtime.Loader.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Runtime.Numerics.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Runtime.Serialization.Formatters.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Runtime.Serialization.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Runtime.Serialization.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Runtime.Serialization.Xml.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Runtime.Serialization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Runtime.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Security.AccessControl.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Security.Claims.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Security.Cryptography.Algorithms.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Security.Cryptography.Cng.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Security.Cryptography.Csp.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Security.Cryptography.Encoding.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Security.Cryptography.OpenSsl.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Security.Cryptography.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Security.Cryptography.X509Certificates.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Security.Cryptography.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Security.Principal.Windows.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Security.Principal.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Security.SecureString.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Security.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.ServiceModel.Web.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.ServiceProcess.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Text.Encoding.CodePages.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Text.Encoding.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Text.Encoding.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Text.Encodings.Web.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Text.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Text.RegularExpressions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Threading.AccessControl.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Threading.Channels.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Threading.Overlapped.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Threading.Tasks.Dataflow.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Threading.Tasks.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Threading.Tasks.Parallel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Threading.Tasks.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Threading.Thread.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Threading.ThreadPool.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Threading.Timer.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Threading.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Transactions.Local.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Transactions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.ValueTuple.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Web.HttpUtility.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Web.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Windows.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Xml.Linq.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Xml.ReaderWriter.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Xml.Serialization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Xml.XDocument.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Xml.XPath.XDocument.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Xml.XPath.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Xml.XmlDocument.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Xml.XmlSerializer.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.Xml.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/System.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/WindowsBase.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/createdump\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/libSystem.Globalization.Native.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/libSystem.IO.Compression.Native.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/libSystem.Native.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/libSystem.Net.Security.Native.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/libSystem.Security.Cryptography.Native.Apple.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/libclrgc.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/libclrgcexp.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/libclrjit.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/libcoreclr.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/libhostpolicy.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/libmscordaccore.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/libmscordbi.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/mscorlib.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/11.0.0-rc.1.26425.128/netstandard.dll\n"
                }
            ]
        },
        {
            "build_id": 83651,
            "files": [
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/.version\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Antiforgery.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.App.deps.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.App.runtimeconfig.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Authentication.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Authentication.BearerToken.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Authentication.Cookies.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Authentication.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Authentication.OAuth.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Authentication.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Authorization.Policy.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Authorization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Components.Authorization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Components.Endpoints.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Components.Forms.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Components.Server.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Components.Web.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Components.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Connections.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.CookiePolicy.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Cors.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Cryptography.Internal.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.DataProtection.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.DataProtection.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.DataProtection.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Diagnostics.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Diagnostics.HealthChecks.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Diagnostics.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.HostFiltering.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Hosting.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Hosting.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Html.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Http.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Http.Connections.Common.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Http.Connections.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Http.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Http.Features.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Http.Results.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Http.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.HttpLogging.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.HttpOverrides.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.HttpsPolicy.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Identity.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Localization.Routing.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Localization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Metadata.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Mvc.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Mvc.ApiExplorer.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Mvc.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Mvc.Cors.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Mvc.DataAnnotations.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Mvc.Formatters.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Mvc.Formatters.Xml.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Mvc.Localization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Mvc.Razor.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Mvc.RazorPages.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Mvc.TagHelpers.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Mvc.ViewFeatures.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Mvc.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.OutputCaching.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.RateLimiting.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Razor.Runtime.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Razor.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.RequestDecompression.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.ResponseCaching.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.ResponseCaching.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.ResponseCompression.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Rewrite.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Routing.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Routing.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Server.HttpSys.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Server.IIS.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Server.IISIntegration.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Server.Kestrel.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Server.Kestrel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.Session.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.SignalR.Common.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.SignalR.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.SignalR.Protocols.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.SignalR.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.StaticAssets.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.StaticFiles.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.WebSockets.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.WebUtilities.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.AspNetCore.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.Extensions.Caching.Memory.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.Extensions.Configuration.Binder.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.Extensions.Configuration.CommandLine.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.Extensions.Configuration.EnvironmentVariables.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.Extensions.Configuration.FileExtensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.Extensions.Configuration.Ini.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.Extensions.Configuration.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.Extensions.Configuration.KeyPerFile.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.Extensions.Configuration.UserSecrets.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.Extensions.Configuration.Xml.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.Extensions.Configuration.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.Extensions.DependencyInjection.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.Extensions.Diagnostics.HealthChecks.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.Extensions.Diagnostics.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.Extensions.Features.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.Extensions.FileProviders.Composite.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.Extensions.FileProviders.Embedded.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.Extensions.FileProviders.Physical.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.Extensions.FileSystemGlobbing.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.Extensions.Hosting.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.Extensions.Http.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.Extensions.Identity.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.Extensions.Identity.Stores.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.Extensions.Localization.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.Extensions.Localization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.Extensions.Logging.Configuration.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.Extensions.Logging.Console.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.Extensions.Logging.Debug.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.Extensions.Logging.EventLog.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.Extensions.Logging.EventSource.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.Extensions.Logging.TraceSource.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.Extensions.Logging.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.Extensions.ObjectPool.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.Extensions.Options.ConfigurationExtensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.Extensions.Options.DataAnnotations.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.Extensions.Validation.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.Extensions.WebEncoders.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.JSInterop.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/Microsoft.Net.Http.Headers.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/System.Diagnostics.EventLog.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/System.Formats.Cbor.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/System.Security.Cryptography.Pkcs.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/System.Security.Cryptography.Xml.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/11.0.0-rc.1.26425.128/System.Threading.RateLimiting.dll\n"
                }
            ]
        },
        {
            "build_id": 83652,
            "files": [
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.ObjectModel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/host/fxr/9.0.20/libhostfxr.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/.version\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/Microsoft.CSharp.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/Microsoft.NETCore.App.deps.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/Microsoft.NETCore.App.runtimeconfig.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/Microsoft.VisualBasic.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/Microsoft.VisualBasic.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/Microsoft.Win32.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/Microsoft.Win32.Registry.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.AppContext.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Buffers.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Collections.Concurrent.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Collections.Immutable.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Collections.NonGeneric.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Collections.Specialized.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Collections.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.ComponentModel.Annotations.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.ComponentModel.DataAnnotations.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.ComponentModel.EventBasedAsync.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.ComponentModel.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.ComponentModel.TypeConverter.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.ComponentModel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Configuration.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Console.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Data.Common.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Data.DataSetExtensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Data.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Diagnostics.Contracts.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Diagnostics.Debug.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Diagnostics.DiagnosticSource.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Diagnostics.FileVersionInfo.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Diagnostics.Process.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Diagnostics.StackTrace.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Diagnostics.TextWriterTraceListener.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Diagnostics.Tools.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Diagnostics.TraceSource.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Diagnostics.Tracing.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Drawing.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Drawing.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Dynamic.Runtime.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Formats.Asn1.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Formats.Tar.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Globalization.Calendars.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Globalization.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Globalization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.IO.Compression.Brotli.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.IO.Compression.FileSystem.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.IO.Compression.ZipFile.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.IO.Compression.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.IO.FileSystem.AccessControl.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.IO.FileSystem.DriveInfo.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.IO.FileSystem.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.IO.FileSystem.Watcher.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.IO.FileSystem.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.IO.IsolatedStorage.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.IO.MemoryMappedFiles.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.IO.Pipelines.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.IO.Pipes.AccessControl.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.IO.Pipes.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.IO.UnmanagedMemoryStream.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.IO.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Linq.Expressions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Linq.Parallel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Linq.Queryable.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Linq.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Memory.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Net.Http.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Net.Http.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Net.HttpListener.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Net.Mail.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Net.NameResolution.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Net.NetworkInformation.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Net.Ping.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Net.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Net.Quic.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Net.Requests.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Net.Security.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Net.ServicePoint.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Net.Sockets.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Net.WebClient.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Net.WebHeaderCollection.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Net.WebProxy.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Net.WebSockets.Client.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Net.WebSockets.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Net.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Numerics.Vectors.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Numerics.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Private.CoreLib.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Private.DataContractSerialization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Private.Uri.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Private.Xml.Linq.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Private.Xml.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Reflection.DispatchProxy.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Reflection.Emit.ILGeneration.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Reflection.Emit.Lightweight.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Reflection.Emit.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Reflection.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Reflection.Metadata.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Reflection.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Reflection.TypeExtensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Reflection.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Resources.Reader.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Resources.ResourceManager.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Resources.Writer.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Runtime.CompilerServices.Unsafe.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Runtime.CompilerServices.VisualC.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Runtime.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Runtime.Handles.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Runtime.InteropServices.JavaScript.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Runtime.InteropServices.RuntimeInformation.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Runtime.InteropServices.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Runtime.Intrinsics.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Runtime.Loader.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Runtime.Numerics.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Runtime.Serialization.Formatters.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Runtime.Serialization.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Runtime.Serialization.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Runtime.Serialization.Xml.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Runtime.Serialization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Runtime.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Security.AccessControl.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Security.Claims.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Security.Cryptography.Algorithms.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Security.Cryptography.Cng.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Security.Cryptography.Csp.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Security.Cryptography.Encoding.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Security.Cryptography.OpenSsl.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Security.Cryptography.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Security.Cryptography.X509Certificates.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Security.Cryptography.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Security.Principal.Windows.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Security.Principal.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Security.SecureString.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Security.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.ServiceModel.Web.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.ServiceProcess.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Text.Encoding.CodePages.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Text.Encoding.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Text.Encoding.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Text.Encodings.Web.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Text.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Text.RegularExpressions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Threading.Channels.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Threading.Overlapped.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Threading.Tasks.Dataflow.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Threading.Tasks.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Threading.Tasks.Parallel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Threading.Tasks.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Threading.Thread.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Threading.ThreadPool.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Threading.Timer.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Threading.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Transactions.Local.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Transactions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.ValueTuple.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Web.HttpUtility.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Web.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Windows.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Xml.Linq.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Xml.ReaderWriter.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Xml.Serialization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Xml.XDocument.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Xml.XPath.XDocument.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Xml.XPath.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Xml.XmlDocument.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Xml.XmlSerializer.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.Xml.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/System.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/WindowsBase.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/createdump\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/libSystem.Globalization.Native.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/libSystem.IO.Compression.Native.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/libSystem.Native.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/libSystem.Net.Security.Native.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/libSystem.Security.Cryptography.Native.Apple.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/libSystem.Security.Cryptography.Native.OpenSsl.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/libclrgc.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/libclrgcexp.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/libclrjit.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/libcoreclr.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/libhostpolicy.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/libmscordaccore.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/libmscordbi.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/mscorlib.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/9.0.20/netstandard.dll\n"
                }
            ]
        },
        {
            "build_id": 83653,
            "files": [
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/analyzers/dotnet/cs/Microsoft.AspNetCore.App.Analyzers.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/analyzers/dotnet/cs/Microsoft.AspNetCore.App.CodeFixes.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/analyzers/dotnet/cs/Microsoft.AspNetCore.Components.Analyzers.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/analyzers/dotnet/cs/Microsoft.AspNetCore.Http.RequestDelegateGenerator.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/analyzers/dotnet/cs/Microsoft.Extensions.Configuration.Binder.SourceGeneration.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/analyzers/dotnet/cs/cs/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/analyzers/dotnet/cs/de/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/analyzers/dotnet/cs/es/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/analyzers/dotnet/cs/fr/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/analyzers/dotnet/cs/it/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/analyzers/dotnet/cs/ja/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/analyzers/dotnet/cs/ko/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/analyzers/dotnet/cs/pl/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/analyzers/dotnet/cs/pt-BR/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/analyzers/dotnet/cs/ru/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/analyzers/dotnet/cs/tr/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/analyzers/dotnet/cs/zh-Hans/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/analyzers/dotnet/cs/zh-Hant/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/analyzers/dotnet/roslyn4.4/cs/Microsoft.Extensions.Logging.Generators.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/analyzers/dotnet/roslyn4.4/cs/Microsoft.Extensions.Options.SourceGeneration.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/analyzers/dotnet/roslyn4.4/cs/cs/Microsoft.Extensions.Logging.Generators.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/analyzers/dotnet/roslyn4.4/cs/cs/Microsoft.Extensions.Options.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/analyzers/dotnet/roslyn4.4/cs/de/Microsoft.Extensions.Logging.Generators.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/analyzers/dotnet/roslyn4.4/cs/de/Microsoft.Extensions.Options.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/analyzers/dotnet/roslyn4.4/cs/es/Microsoft.Extensions.Logging.Generators.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/analyzers/dotnet/roslyn4.4/cs/es/Microsoft.Extensions.Options.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/analyzers/dotnet/roslyn4.4/cs/fr/Microsoft.Extensions.Logging.Generators.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/analyzers/dotnet/roslyn4.4/cs/fr/Microsoft.Extensions.Options.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/analyzers/dotnet/roslyn4.4/cs/it/Microsoft.Extensions.Logging.Generators.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/analyzers/dotnet/roslyn4.4/cs/it/Microsoft.Extensions.Options.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/analyzers/dotnet/roslyn4.4/cs/ja/Microsoft.Extensions.Logging.Generators.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/analyzers/dotnet/roslyn4.4/cs/ja/Microsoft.Extensions.Options.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/analyzers/dotnet/roslyn4.4/cs/ko/Microsoft.Extensions.Logging.Generators.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/analyzers/dotnet/roslyn4.4/cs/ko/Microsoft.Extensions.Options.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/analyzers/dotnet/roslyn4.4/cs/pl/Microsoft.Extensions.Logging.Generators.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/analyzers/dotnet/roslyn4.4/cs/pl/Microsoft.Extensions.Options.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/analyzers/dotnet/roslyn4.4/cs/pt-BR/Microsoft.Extensions.Logging.Generators.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/analyzers/dotnet/roslyn4.4/cs/pt-BR/Microsoft.Extensions.Options.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/analyzers/dotnet/roslyn4.4/cs/ru/Microsoft.Extensions.Logging.Generators.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/analyzers/dotnet/roslyn4.4/cs/ru/Microsoft.Extensions.Options.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/analyzers/dotnet/roslyn4.4/cs/tr/Microsoft.Extensions.Logging.Generators.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/analyzers/dotnet/roslyn4.4/cs/tr/Microsoft.Extensions.Options.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/analyzers/dotnet/roslyn4.4/cs/zh-Hans/Microsoft.Extensions.Logging.Generators.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/analyzers/dotnet/roslyn4.4/cs/zh-Hans/Microsoft.Extensions.Options.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/analyzers/dotnet/roslyn4.4/cs/zh-Hant/Microsoft.Extensions.Logging.Generators.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/analyzers/dotnet/roslyn4.4/cs/zh-Hant/Microsoft.Extensions.Options.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/data/FrameworkList.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/data/PackageOverrides.txt\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/data/PlatformManifest.txt\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Antiforgery.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Antiforgery.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Authentication.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Authentication.Abstractions.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Authentication.BearerToken.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Authentication.BearerToken.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Authentication.Cookies.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Authentication.Cookies.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Authentication.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Authentication.Core.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Authentication.OAuth.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Authentication.OAuth.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Authentication.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Authentication.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Authorization.Policy.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Authorization.Policy.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Authorization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Authorization.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Components.Authorization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Components.Authorization.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Components.Endpoints.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Components.Endpoints.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Components.Forms.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Components.Forms.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Components.Server.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Components.Server.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Components.Web.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Components.Web.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Components.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Components.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Connections.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Connections.Abstractions.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.CookiePolicy.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.CookiePolicy.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Cors.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Cors.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Cryptography.Internal.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Cryptography.Internal.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Cryptography.KeyDerivation.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.DataProtection.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.DataProtection.Abstractions.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.DataProtection.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.DataProtection.Extensions.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.DataProtection.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.DataProtection.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Diagnostics.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Diagnostics.Abstractions.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Diagnostics.HealthChecks.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Diagnostics.HealthChecks.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Diagnostics.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Diagnostics.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.HostFiltering.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.HostFiltering.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Hosting.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Hosting.Abstractions.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Hosting.Server.Abstractions.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Hosting.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Hosting.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Html.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Html.Abstractions.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Http.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Http.Abstractions.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Http.Connections.Common.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Http.Connections.Common.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Http.Connections.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Http.Connections.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Http.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Http.Extensions.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Http.Features.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Http.Features.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Http.Results.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Http.Results.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Http.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Http.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.HttpLogging.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.HttpLogging.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.HttpOverrides.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.HttpOverrides.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.HttpsPolicy.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.HttpsPolicy.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Identity.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Identity.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Localization.Routing.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Localization.Routing.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Localization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Localization.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Metadata.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Metadata.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Mvc.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Mvc.Abstractions.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Mvc.ApiExplorer.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Mvc.ApiExplorer.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Mvc.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Mvc.Core.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Mvc.Cors.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Mvc.Cors.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Mvc.DataAnnotations.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Mvc.DataAnnotations.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Mvc.Formatters.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Mvc.Formatters.Json.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Mvc.Formatters.Xml.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Mvc.Formatters.Xml.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Mvc.Localization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Mvc.Localization.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Mvc.Razor.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Mvc.Razor.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Mvc.RazorPages.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Mvc.RazorPages.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Mvc.TagHelpers.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Mvc.TagHelpers.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Mvc.ViewFeatures.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Mvc.ViewFeatures.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Mvc.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Mvc.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.OutputCaching.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.RateLimiting.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.RateLimiting.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Razor.Runtime.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Razor.Runtime.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Razor.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Razor.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.RequestDecompression.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.RequestDecompression.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.ResponseCaching.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.ResponseCaching.Abstractions.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.ResponseCaching.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.ResponseCaching.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.ResponseCompression.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.ResponseCompression.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Rewrite.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Rewrite.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Routing.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Routing.Abstractions.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Routing.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Routing.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Server.HttpSys.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Server.HttpSys.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Server.IIS.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Server.IIS.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Server.IISIntegration.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Server.IISIntegration.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Server.Kestrel.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Server.Kestrel.Core.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Server.Kestrel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Server.Kestrel.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Session.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.Session.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.SignalR.Common.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.SignalR.Common.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.SignalR.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.SignalR.Core.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.SignalR.Protocols.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.SignalR.Protocols.Json.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.SignalR.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.SignalR.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.StaticFiles.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.StaticFiles.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.WebSockets.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.WebSockets.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.WebUtilities.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.WebUtilities.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.AspNetCore.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Caching.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Caching.Abstractions.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Caching.Memory.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Caching.Memory.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Configuration.Abstractions.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Configuration.Binder.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Configuration.Binder.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Configuration.CommandLine.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Configuration.CommandLine.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Configuration.EnvironmentVariables.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Configuration.EnvironmentVariables.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Configuration.FileExtensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Configuration.FileExtensions.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Configuration.Ini.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Configuration.Ini.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Configuration.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Configuration.Json.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Configuration.KeyPerFile.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Configuration.KeyPerFile.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Configuration.UserSecrets.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Configuration.UserSecrets.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Configuration.Xml.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Configuration.Xml.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Configuration.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Configuration.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.DependencyInjection.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.DependencyInjection.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Diagnostics.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Diagnostics.Abstractions.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Diagnostics.HealthChecks.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Diagnostics.HealthChecks.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Diagnostics.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Diagnostics.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Features.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Features.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.FileProviders.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.FileProviders.Abstractions.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.FileProviders.Composite.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.FileProviders.Composite.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.FileProviders.Embedded.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.FileProviders.Embedded.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.FileProviders.Physical.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.FileProviders.Physical.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.FileSystemGlobbing.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.FileSystemGlobbing.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Hosting.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Hosting.Abstractions.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Hosting.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Hosting.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Http.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Http.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Identity.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Identity.Core.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Identity.Stores.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Identity.Stores.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Localization.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Localization.Abstractions.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Localization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Localization.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Logging.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Logging.Abstractions.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Logging.Configuration.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Logging.Configuration.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Logging.Console.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Logging.Console.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Logging.Debug.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Logging.Debug.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Logging.EventLog.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Logging.EventLog.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Logging.EventSource.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Logging.EventSource.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Logging.TraceSource.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Logging.TraceSource.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Logging.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Logging.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.ObjectPool.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.ObjectPool.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Options.ConfigurationExtensions.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Options.DataAnnotations.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Options.DataAnnotations.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Options.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Options.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.Primitives.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.WebEncoders.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Extensions.WebEncoders.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.JSInterop.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.JSInterop.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Net.Http.Headers.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Net.Http.Headers.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/System.Diagnostics.EventLog.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/System.Diagnostics.EventLog.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/System.IO.Pipelines.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/System.IO.Pipelines.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/System.Security.Cryptography.Xml.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/System.Security.Cryptography.Xml.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/System.Threading.RateLimiting.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.31/ref/net8.0/System.Threading.RateLimiting.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Host.osx-arm64/8.0.31/runtimes/osx-arm64/native/apphost\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Host.osx-arm64/8.0.31/runtimes/osx-arm64/native/coreclr_delegates.h\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Host.osx-arm64/8.0.31/runtimes/osx-arm64/native/hostfxr.h\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Host.osx-arm64/8.0.31/runtimes/osx-arm64/native/libnethost.a\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Host.osx-arm64/8.0.31/runtimes/osx-arm64/native/libnethost.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Host.osx-arm64/8.0.31/runtimes/osx-arm64/native/nethost.h\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Host.osx-arm64/8.0.31/runtimes/osx-arm64/native/singlefilehost\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/cs/Microsoft.Interop.ComInterfaceGenerator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/cs/Microsoft.Interop.LibraryImportGenerator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/cs/Microsoft.Interop.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/cs/System.Text.Json.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/cs/System.Text.RegularExpressions.Generator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/de/Microsoft.Interop.ComInterfaceGenerator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/de/Microsoft.Interop.LibraryImportGenerator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/de/Microsoft.Interop.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/de/System.Text.Json.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/de/System.Text.RegularExpressions.Generator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/es/Microsoft.Interop.ComInterfaceGenerator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/es/Microsoft.Interop.LibraryImportGenerator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/es/Microsoft.Interop.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/es/System.Text.Json.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/es/System.Text.RegularExpressions.Generator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/fr/Microsoft.Interop.ComInterfaceGenerator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/fr/Microsoft.Interop.LibraryImportGenerator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/fr/Microsoft.Interop.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/fr/System.Text.Json.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/fr/System.Text.RegularExpressions.Generator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/it/Microsoft.Interop.ComInterfaceGenerator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/it/Microsoft.Interop.LibraryImportGenerator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/it/Microsoft.Interop.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/it/System.Text.Json.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/it/System.Text.RegularExpressions.Generator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/ja/Microsoft.Interop.ComInterfaceGenerator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/ja/Microsoft.Interop.LibraryImportGenerator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/ja/Microsoft.Interop.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/ja/System.Text.Json.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/ja/System.Text.RegularExpressions.Generator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/ko/Microsoft.Interop.ComInterfaceGenerator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/ko/Microsoft.Interop.LibraryImportGenerator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/ko/Microsoft.Interop.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/ko/System.Text.Json.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/ko/System.Text.RegularExpressions.Generator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/pl/Microsoft.Interop.ComInterfaceGenerator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/pl/Microsoft.Interop.LibraryImportGenerator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/pl/Microsoft.Interop.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/pl/System.Text.Json.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/pl/System.Text.RegularExpressions.Generator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/pt-BR/Microsoft.Interop.ComInterfaceGenerator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/pt-BR/Microsoft.Interop.LibraryImportGenerator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/pt-BR/Microsoft.Interop.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/pt-BR/System.Text.Json.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/pt-BR/System.Text.RegularExpressions.Generator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/ru/Microsoft.Interop.ComInterfaceGenerator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/ru/Microsoft.Interop.LibraryImportGenerator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/ru/Microsoft.Interop.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/ru/System.Text.Json.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/ru/System.Text.RegularExpressions.Generator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/tr/Microsoft.Interop.ComInterfaceGenerator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/tr/Microsoft.Interop.LibraryImportGenerator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/tr/Microsoft.Interop.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/tr/System.Text.Json.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/tr/System.Text.RegularExpressions.Generator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/zh-Hans/Microsoft.Interop.ComInterfaceGenerator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/zh-Hans/Microsoft.Interop.LibraryImportGenerator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/zh-Hans/Microsoft.Interop.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/zh-Hans/System.Text.Json.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/zh-Hans/System.Text.RegularExpressions.Generator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/zh-Hant/Microsoft.Interop.ComInterfaceGenerator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/zh-Hant/Microsoft.Interop.LibraryImportGenerator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/zh-Hant/Microsoft.Interop.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/zh-Hant/System.Text.Json.SourceGeneration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/analyzers/dotnet/cs/zh-Hant/System.Text.RegularExpressions.Generator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/data/FrameworkList.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/data/PackageOverrides.txt\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/data/PlatformManifest.txt\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/Microsoft.CSharp.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/Microsoft.CSharp.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/Microsoft.VisualBasic.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/Microsoft.VisualBasic.Core.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/Microsoft.VisualBasic.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Win32.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Win32.Primitives.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Win32.Registry.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/Microsoft.Win32.Registry.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.AppContext.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Buffers.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Collections.Concurrent.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Collections.Concurrent.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Collections.Immutable.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Collections.Immutable.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Collections.NonGeneric.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Collections.NonGeneric.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Collections.Specialized.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Collections.Specialized.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Collections.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Collections.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.ComponentModel.Annotations.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.ComponentModel.Annotations.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.ComponentModel.DataAnnotations.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.ComponentModel.EventBasedAsync.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.ComponentModel.EventBasedAsync.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.ComponentModel.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.ComponentModel.Primitives.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.ComponentModel.TypeConverter.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.ComponentModel.TypeConverter.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.ComponentModel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.ComponentModel.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Configuration.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Console.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Console.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Data.Common.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Data.Common.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Data.DataSetExtensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Data.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Diagnostics.Contracts.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Diagnostics.Contracts.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Diagnostics.Debug.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Diagnostics.DiagnosticSource.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Diagnostics.DiagnosticSource.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Diagnostics.FileVersionInfo.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Diagnostics.FileVersionInfo.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Diagnostics.Process.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Diagnostics.Process.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Diagnostics.StackTrace.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Diagnostics.StackTrace.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Diagnostics.TextWriterTraceListener.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Diagnostics.TextWriterTraceListener.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Diagnostics.Tools.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Diagnostics.TraceSource.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Diagnostics.TraceSource.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Diagnostics.Tracing.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Diagnostics.Tracing.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Drawing.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Drawing.Primitives.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Drawing.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Dynamic.Runtime.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Formats.Asn1.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Formats.Asn1.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Formats.Tar.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Formats.Tar.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Globalization.Calendars.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Globalization.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Globalization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.IO.Compression.Brotli.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.IO.Compression.Brotli.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.IO.Compression.FileSystem.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.IO.Compression.ZipFile.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.IO.Compression.ZipFile.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.IO.Compression.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.IO.Compression.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.IO.FileSystem.AccessControl.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.IO.FileSystem.AccessControl.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.IO.FileSystem.DriveInfo.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.IO.FileSystem.DriveInfo.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.IO.FileSystem.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.IO.FileSystem.Watcher.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.IO.FileSystem.Watcher.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.IO.FileSystem.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.IO.IsolatedStorage.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.IO.IsolatedStorage.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.IO.MemoryMappedFiles.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.IO.MemoryMappedFiles.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.IO.Pipes.AccessControl.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.IO.Pipes.AccessControl.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.IO.Pipes.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.IO.Pipes.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.IO.UnmanagedMemoryStream.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.IO.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Linq.Expressions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Linq.Expressions.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Linq.Parallel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Linq.Parallel.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Linq.Queryable.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Linq.Queryable.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Linq.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Linq.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Memory.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Memory.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Net.Http.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Net.Http.Json.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Net.Http.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Net.Http.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Net.HttpListener.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Net.HttpListener.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Net.Mail.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Net.Mail.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Net.NameResolution.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Net.NameResolution.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Net.NetworkInformation.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Net.NetworkInformation.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Net.Ping.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Net.Ping.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Net.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Net.Primitives.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Net.Quic.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Net.Quic.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Net.Requests.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Net.Requests.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Net.Security.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Net.Security.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Net.ServicePoint.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Net.ServicePoint.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Net.Sockets.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Net.Sockets.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Net.WebClient.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Net.WebClient.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Net.WebHeaderCollection.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Net.WebHeaderCollection.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Net.WebProxy.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Net.WebProxy.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Net.WebSockets.Client.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Net.WebSockets.Client.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Net.WebSockets.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Net.WebSockets.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Net.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Numerics.Vectors.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Numerics.Vectors.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Numerics.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.ObjectModel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.ObjectModel.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Reflection.DispatchProxy.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Reflection.DispatchProxy.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Reflection.Emit.ILGeneration.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Reflection.Emit.ILGeneration.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Reflection.Emit.Lightweight.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Reflection.Emit.Lightweight.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Reflection.Emit.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Reflection.Emit.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Reflection.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Reflection.Metadata.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Reflection.Metadata.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Reflection.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Reflection.Primitives.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Reflection.TypeExtensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Reflection.TypeExtensions.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Reflection.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Resources.Reader.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Resources.ResourceManager.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Resources.Writer.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Resources.Writer.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Runtime.CompilerServices.Unsafe.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Runtime.CompilerServices.VisualC.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Runtime.CompilerServices.VisualC.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Runtime.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Runtime.Handles.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Runtime.InteropServices.JavaScript.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Runtime.InteropServices.JavaScript.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Runtime.InteropServices.RuntimeInformation.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Runtime.InteropServices.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Runtime.InteropServices.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Runtime.Intrinsics.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Runtime.Intrinsics.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Runtime.Loader.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Runtime.Loader.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Runtime.Numerics.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Runtime.Numerics.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Runtime.Serialization.Formatters.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Runtime.Serialization.Formatters.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Runtime.Serialization.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Runtime.Serialization.Json.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Runtime.Serialization.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Runtime.Serialization.Primitives.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Runtime.Serialization.Xml.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Runtime.Serialization.Xml.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Runtime.Serialization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Runtime.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Runtime.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Security.AccessControl.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Security.AccessControl.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Security.Claims.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Security.Claims.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Security.Cryptography.Algorithms.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Security.Cryptography.Cng.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Security.Cryptography.Csp.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Security.Cryptography.Encoding.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Security.Cryptography.OpenSsl.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Security.Cryptography.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Security.Cryptography.X509Certificates.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Security.Cryptography.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Security.Cryptography.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Security.Principal.Windows.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Security.Principal.Windows.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Security.Principal.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Security.SecureString.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Security.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.ServiceModel.Web.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.ServiceProcess.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Text.Encoding.CodePages.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Text.Encoding.CodePages.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Text.Encoding.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Text.Encoding.Extensions.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Text.Encoding.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Text.Encodings.Web.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Text.Encodings.Web.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Text.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Text.Json.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Text.RegularExpressions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Text.RegularExpressions.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Threading.Channels.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Threading.Channels.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Threading.Overlapped.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Threading.Overlapped.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Threading.Tasks.Dataflow.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Threading.Tasks.Dataflow.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Threading.Tasks.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Threading.Tasks.Parallel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Threading.Tasks.Parallel.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Threading.Tasks.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Threading.Thread.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Threading.Thread.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Threading.ThreadPool.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Threading.ThreadPool.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Threading.Timer.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Threading.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Threading.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Transactions.Local.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Transactions.Local.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Transactions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.ValueTuple.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Web.HttpUtility.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Web.HttpUtility.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Web.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Windows.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Xml.Linq.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Xml.ReaderWriter.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Xml.ReaderWriter.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Xml.Serialization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Xml.XDocument.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Xml.XDocument.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Xml.XPath.XDocument.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Xml.XPath.XDocument.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Xml.XPath.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Xml.XPath.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Xml.XmlDocument.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Xml.XmlSerializer.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Xml.XmlSerializer.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.Xml.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/System.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/WindowsBase.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/mscorlib.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.31/ref/net8.0/netstandard.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.sdk.android/34.0.43/WorkloadManifest.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.sdk.android/34.0.43/WorkloadManifest.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.sdk.aspire/8.0.0-preview.1.23557.2/WorkloadManifest.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.sdk.aspire/8.0.0-preview.1.23557.2/WorkloadManifest.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.sdk.ios/17.0.8478/WorkloadManifest.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.sdk.ios/17.0.8478/WorkloadManifest.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.sdk.maccatalyst/17.0.8478/WorkloadManifest.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.sdk.maccatalyst/17.0.8478/WorkloadManifest.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.sdk.macos/14.0.8478/WorkloadManifest.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.sdk.macos/14.0.8478/WorkloadManifest.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.sdk.maui/8.0.3/WorkloadManifest.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.sdk.maui/8.0.3/WorkloadManifest.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.sdk.tvos/17.0.8478/WorkloadManifest.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.sdk.tvos/17.0.8478/WorkloadManifest.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.emscripten.current/8.0.31/WorkloadManifest.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.emscripten.current/8.0.31/WorkloadManifest.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.emscripten.net6/8.0.31/WorkloadManifest.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.emscripten.net6/8.0.31/WorkloadManifest.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.emscripten.net7/8.0.31/WorkloadManifest.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.emscripten.net7/8.0.31/WorkloadManifest.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.current/8.0.31/WorkloadManifest.Wasi.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.current/8.0.31/WorkloadManifest.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.current/8.0.31/WorkloadManifest.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.current/8.0.31/WorkloadTelemetry.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.current/8.0.31/localize/WorkloadManifest.cs.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.current/8.0.31/localize/WorkloadManifest.de.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.current/8.0.31/localize/WorkloadManifest.en.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.current/8.0.31/localize/WorkloadManifest.es.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.current/8.0.31/localize/WorkloadManifest.fr.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.current/8.0.31/localize/WorkloadManifest.it.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.current/8.0.31/localize/WorkloadManifest.ja.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.current/8.0.31/localize/WorkloadManifest.ko.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.current/8.0.31/localize/WorkloadManifest.pl.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.current/8.0.31/localize/WorkloadManifest.pt-BR.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.current/8.0.31/localize/WorkloadManifest.ru.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.current/8.0.31/localize/WorkloadManifest.tr.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.current/8.0.31/localize/WorkloadManifest.zh-Hans.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.current/8.0.31/localize/WorkloadManifest.zh-Hant.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.net6/8.0.31/WorkloadManifest.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.net6/8.0.31/WorkloadManifest.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.net6/8.0.31/localize/WorkloadManifest.cs.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.net6/8.0.31/localize/WorkloadManifest.de.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.net6/8.0.31/localize/WorkloadManifest.en.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.net6/8.0.31/localize/WorkloadManifest.es.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.net6/8.0.31/localize/WorkloadManifest.fr.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.net6/8.0.31/localize/WorkloadManifest.it.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.net6/8.0.31/localize/WorkloadManifest.ja.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.net6/8.0.31/localize/WorkloadManifest.ko.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.net6/8.0.31/localize/WorkloadManifest.pl.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.net6/8.0.31/localize/WorkloadManifest.pt-BR.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.net6/8.0.31/localize/WorkloadManifest.ru.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.net6/8.0.31/localize/WorkloadManifest.tr.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.net6/8.0.31/localize/WorkloadManifest.zh-Hans.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/containerize.runtimeconfig.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.net6/8.0.31/localize/WorkloadManifest.zh-Hant.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.net7/8.0.31/WorkloadManifest.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.net7/8.0.31/WorkloadManifest.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.net7/8.0.31/localize/WorkloadManifest.cs.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.net7/8.0.31/localize/WorkloadManifest.de.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.net7/8.0.31/localize/WorkloadManifest.en.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.net7/8.0.31/localize/WorkloadManifest.es.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.net7/8.0.31/localize/WorkloadManifest.fr.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.net7/8.0.31/localize/WorkloadManifest.it.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.net7/8.0.31/localize/WorkloadManifest.ja.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.net7/8.0.31/localize/WorkloadManifest.ko.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.net7/8.0.31/localize/WorkloadManifest.pl.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.net7/8.0.31/localize/WorkloadManifest.pt-BR.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.net7/8.0.31/localize/WorkloadManifest.ru.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.net7/8.0.31/localize/WorkloadManifest.tr.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.net7/8.0.31/localize/WorkloadManifest.zh-Hans.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/microsoft.net.workload.mono.toolchain.net7/8.0.31/localize/WorkloadManifest.zh-Hant.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk-manifests/8.0.100/workloadsets/8.0.425-baseline.26421.9/baseline.workloadset.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/.toolsetversion\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/.version\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/AppHostTemplate/apphost\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/build/Microsoft.NET.Build.Containers.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/build/Microsoft.NET.Build.Containers.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/MSBuild.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/Microsoft.DotNet.Cli.Utils.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/Microsoft.Extensions.Configuration.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/Microsoft.Extensions.Configuration.Binder.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/Microsoft.Extensions.Configuration.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/Microsoft.Extensions.DependencyInjection.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/Microsoft.Extensions.DependencyInjection.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/Microsoft.Extensions.DependencyModel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/Microsoft.Extensions.Logging.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/Microsoft.Extensions.Logging.Configuration.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/Microsoft.Extensions.Logging.Console.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/Microsoft.Extensions.Logging.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/Microsoft.Extensions.Options.ConfigurationExtensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/Microsoft.Extensions.Options.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/Microsoft.Extensions.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/Microsoft.NET.Build.Containers.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/Newtonsoft.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/NuGet.Common.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/NuGet.Configuration.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/NuGet.DependencyResolver.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/NuGet.Frameworks.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/NuGet.LibraryModel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/NuGet.Packaging.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/NuGet.ProjectModel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/NuGet.Protocol.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/NuGet.Versioning.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/System.CommandLine.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/System.Security.Cryptography.Pkcs.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/System.Security.Cryptography.ProtectedData.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/Valleysoft.DockerCredsProvider.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/containerize.deps.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/containerize.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/containerize.exe\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/cs/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/cs/Microsoft.NET.Build.Containers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/cs/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/de/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/de/Microsoft.NET.Build.Containers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/de/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/es/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/es/Microsoft.NET.Build.Containers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/es/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/fr/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/fr/Microsoft.NET.Build.Containers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/fr/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/it/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/it/Microsoft.NET.Build.Containers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/it/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/ja/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/ja/Microsoft.NET.Build.Containers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/ja/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/ko/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/ko/Microsoft.NET.Build.Containers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/ko/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/pl/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/pl/Microsoft.NET.Build.Containers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/pl/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/pt-BR/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/pt-BR/Microsoft.NET.Build.Containers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/pt-BR/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/ru/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/ru/Microsoft.NET.Build.Containers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/ru/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/runtimes/win/lib/net8.0/System.Security.Cryptography.Pkcs.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/tr/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/tr/Microsoft.NET.Build.Containers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/tr/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/zh-Hans/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/zh-Hans/Microsoft.NET.Build.Containers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/zh-Hans/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/zh-Hant/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/zh-Hant/Microsoft.NET.Build.Containers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/containerize/zh-Hant/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/Microsoft.Bcl.AsyncInterfaces.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/Microsoft.DotNet.Cli.Utils.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/Microsoft.DotNet.Cli.Utils.dll.config\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/Microsoft.Extensions.DependencyInjection.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/Microsoft.Extensions.DependencyInjection.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/Microsoft.Extensions.DependencyModel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/Microsoft.Extensions.Logging.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/Microsoft.Extensions.Logging.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/Microsoft.Extensions.Options.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/Microsoft.Extensions.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/Microsoft.NET.Build.Containers.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/Microsoft.NET.Build.Containers.dll.config\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/Newtonsoft.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/NuGet.Common.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/NuGet.Configuration.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/NuGet.DependencyResolver.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/NuGet.Frameworks.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/NuGet.LibraryModel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/NuGet.Packaging.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/NuGet.ProjectModel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/NuGet.Protocol.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/NuGet.Versioning.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/System.Buffers.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/System.CommandLine.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/System.Diagnostics.DiagnosticSource.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/System.Memory.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/System.Numerics.Vectors.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/System.Runtime.CompilerServices.Unsafe.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/System.Text.Encodings.Web.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/System.Text.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/System.Threading.Tasks.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/System.ValueTuple.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/Valleysoft.DockerCredsProvider.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/cs/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/cs/Microsoft.NET.Build.Containers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/cs/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/de/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/de/Microsoft.NET.Build.Containers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/de/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/es/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/es/Microsoft.NET.Build.Containers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/es/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/fr/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/fr/Microsoft.NET.Build.Containers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/fr/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/it/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/it/Microsoft.NET.Build.Containers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/it/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/ja/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/ja/Microsoft.NET.Build.Containers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/ja/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/ko/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/ko/Microsoft.NET.Build.Containers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/ko/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/pl/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/pl/Microsoft.NET.Build.Containers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/pl/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/pt-BR/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/pt-BR/Microsoft.NET.Build.Containers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/pt-BR/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/ru/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/ru/Microsoft.NET.Build.Containers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/ru/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/tr/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/tr/Microsoft.NET.Build.Containers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/tr/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/zh-Hans/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/zh-Hans/Microsoft.NET.Build.Containers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/zh-Hans/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/zh-Hant/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/zh-Hant/Microsoft.NET.Build.Containers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net472/zh-Hant/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/MSBuild.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/Microsoft.DotNet.Cli.Utils.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/Microsoft.Extensions.DependencyInjection.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/Microsoft.Extensions.DependencyModel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/Microsoft.Extensions.Logging.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/Microsoft.Extensions.Logging.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/Microsoft.Extensions.Options.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/Microsoft.Extensions.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/Microsoft.NET.Build.Containers.deps.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/Microsoft.NET.Build.Containers.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/Newtonsoft.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/NuGet.Common.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/NuGet.Configuration.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/NuGet.DependencyResolver.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/NuGet.Frameworks.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/NuGet.LibraryModel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/NuGet.Packaging.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/NuGet.ProjectModel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/NuGet.Protocol.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/NuGet.Versioning.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/System.CommandLine.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/System.Security.Cryptography.Pkcs.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/System.Security.Cryptography.ProtectedData.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/Valleysoft.DockerCredsProvider.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/cs/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/cs/Microsoft.NET.Build.Containers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/cs/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/de/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/de/Microsoft.NET.Build.Containers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/de/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/es/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/es/Microsoft.NET.Build.Containers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/es/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/fr/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/fr/Microsoft.NET.Build.Containers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/fr/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/it/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/it/Microsoft.NET.Build.Containers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/it/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/ja/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/ja/Microsoft.NET.Build.Containers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/ja/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/ko/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/ko/Microsoft.NET.Build.Containers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/ko/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/pl/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/pl/Microsoft.NET.Build.Containers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/pl/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/pt-BR/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/pt-BR/Microsoft.NET.Build.Containers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/pt-BR/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/ru/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/ru/Microsoft.NET.Build.Containers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/ru/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/runtimes/win/lib/net8.0/System.Security.Cryptography.Pkcs.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/tr/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/tr/Microsoft.NET.Build.Containers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/tr/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/zh-Hans/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/zh-Hans/Microsoft.NET.Build.Containers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/zh-Hans/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/zh-Hant/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/zh-Hant/Microsoft.NET.Build.Containers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Containers/tasks/net8.0/zh-Hant/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Current/Microsoft.Common.CrossTargeting.targets/ImportAfter/Microsoft.TestPlatform.CrossTargeting.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Current/Microsoft.Common.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Current/Microsoft.Common.targets/ImportAfter/Microsoft.NET.Build.Extensions.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Current/Microsoft.Common.targets/ImportAfter/Microsoft.TestPlatform.ImportAfter.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Current/SolutionFile/ImportAfter/Microsoft.NET.Sdk.Solution.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Current/SolutionFile/ImportAfter/Microsoft.NuGet.ImportAfter.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-dev-certs/8.0.31-servicing.26421.25/tools/net8.0/any/DotnetToolSettings.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-dev-certs/8.0.31-servicing.26421.25/tools/net8.0/any/dotnet-dev-certs.deps.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-dev-certs/8.0.31-servicing.26421.25/tools/net8.0/any/dotnet-dev-certs.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-dev-certs/8.0.31-servicing.26421.25/tools/net8.0/any/dotnet-dev-certs.runtimeconfig.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-net472/Microsoft.Bcl.AsyncInterfaces.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-net472/Microsoft.Build.Locator.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-net472/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.exe.config\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-net472/Microsoft.IO.Redist.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-net472/Newtonsoft.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-net472/System.Buffers.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-net472/System.Collections.Immutable.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-net472/System.CommandLine.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-net472/System.Memory.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-net472/System.Numerics.Vectors.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-net472/System.Runtime.CompilerServices.Unsafe.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-net472/System.Text.Encodings.Web.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-net472/System.Text.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-net472/System.Threading.Tasks.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-net472/System.ValueTuple.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-net472/cs/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-net472/de/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-net472/es/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-net472/fr/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-net472/it/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-net472/ja/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-net472/ko/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-net472/pl/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-net472/pt-BR/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-net472/ru/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-net472/tr/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-net472/zh-Hans/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-net472/zh-Hant/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-netcore/Microsoft.Build.Locator.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-netcore/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.deps.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-netcore/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-netcore/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.dll.config\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-netcore/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.runtimeconfig.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-netcore/Newtonsoft.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-netcore/System.Collections.Immutable.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/Microsoft.Build.Tasks.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-netcore/System.CommandLine.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-netcore/System.Text.Encodings.Web.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-netcore/System.Text.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-netcore/cs/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-netcore/de/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-netcore/es/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-netcore/fr/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-netcore/it/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-netcore/ja/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-netcore/ko/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-netcore/pl/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-netcore/pt-BR/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-netcore/ru/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-netcore/runtimes/browser/lib/net6.0/System.Text.Encodings.Web.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-netcore/tr/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-netcore/zh-Hans/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/BuildHost-netcore/zh-Hant/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/Humanizer.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/Microsoft.Bcl.AsyncInterfaces.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/Microsoft.Build.Framework.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/Microsoft.Build.Locator.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/Microsoft.Build.Tasks.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/Microsoft.Build.Utilities.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/Microsoft.Build.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/Microsoft.CodeAnalysis.AnalyzerUtilities.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/Microsoft.CodeAnalysis.CSharp.Features.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/Microsoft.CodeAnalysis.CSharp.Workspaces.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/Microsoft.CodeAnalysis.CSharp.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/Microsoft.CodeAnalysis.Elfie.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/Microsoft.CodeAnalysis.ExternalAccess.RazorCompiler.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/Microsoft.CodeAnalysis.Features.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/Microsoft.CodeAnalysis.Scripting.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/Microsoft.CodeAnalysis.VisualBasic.Features.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/Microsoft.CodeAnalysis.VisualBasic.Workspaces.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/Microsoft.CodeAnalysis.VisualBasic.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/Microsoft.CodeAnalysis.Workspaces.MSBuild.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/Microsoft.CodeAnalysis.Workspaces.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/Microsoft.CodeAnalysis.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/Microsoft.DiaSymReader.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/Microsoft.Extensions.DependencyInjection.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/Microsoft.Extensions.DependencyInjection.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/Microsoft.Extensions.FileSystemGlobbing.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/Microsoft.Extensions.Logging.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/Microsoft.Extensions.Logging.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/Microsoft.Extensions.Options.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/Microsoft.Extensions.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/Microsoft.NET.StringTools.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/Newtonsoft.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/System.CodeDom.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/System.CommandLine.Rendering.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/System.CommandLine.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/System.Composition.AttributedModel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/System.Composition.Convention.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/System.Composition.Hosting.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/System.Composition.Runtime.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/System.Composition.TypedParts.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/System.Configuration.ConfigurationManager.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/System.Diagnostics.EventLog.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/System.IO.Pipelines.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/System.Reflection.MetadataLoadContext.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/System.Resources.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/System.Security.Cryptography.Pkcs.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/System.Security.Cryptography.ProtectedData.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/System.Security.Cryptography.Xml.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/System.Security.Permissions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/System.Windows.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/cs/Microsoft.CodeAnalysis.CSharp.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/cs/Microsoft.CodeAnalysis.CSharp.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/cs/Microsoft.CodeAnalysis.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/cs/Microsoft.CodeAnalysis.Scripting.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/cs/Microsoft.CodeAnalysis.VisualBasic.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/cs/Microsoft.CodeAnalysis.VisualBasic.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/cs/Microsoft.CodeAnalysis.VisualBasic.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/cs/Microsoft.CodeAnalysis.Workspaces.MSBuild.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/cs/Microsoft.CodeAnalysis.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/cs/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/cs/dotnet-format.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/de/Microsoft.CodeAnalysis.CSharp.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/de/Microsoft.CodeAnalysis.CSharp.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/de/Microsoft.CodeAnalysis.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/de/Microsoft.CodeAnalysis.Scripting.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/de/Microsoft.CodeAnalysis.VisualBasic.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/de/Microsoft.CodeAnalysis.VisualBasic.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/de/Microsoft.CodeAnalysis.VisualBasic.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/de/Microsoft.CodeAnalysis.Workspaces.MSBuild.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/de/Microsoft.CodeAnalysis.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/de/Microsoft.CodeAnalysis.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/de/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/de/dotnet-format.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/dotnet-format.deps.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/dotnet-format.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/dotnet-format.dll.config\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/dotnet-format.runtimeconfig.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/es/Microsoft.CodeAnalysis.CSharp.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/es/Microsoft.CodeAnalysis.CSharp.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/es/Microsoft.CodeAnalysis.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/es/Microsoft.CodeAnalysis.Scripting.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/es/Microsoft.CodeAnalysis.VisualBasic.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/es/Microsoft.CodeAnalysis.VisualBasic.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/es/Microsoft.CodeAnalysis.VisualBasic.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/es/Microsoft.CodeAnalysis.Workspaces.MSBuild.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/es/Microsoft.CodeAnalysis.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/es/Microsoft.CodeAnalysis.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/es/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/es/dotnet-format.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/fr/Microsoft.CodeAnalysis.CSharp.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/fr/Microsoft.CodeAnalysis.CSharp.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/fr/Microsoft.CodeAnalysis.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/fr/Microsoft.CodeAnalysis.Scripting.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/fr/Microsoft.CodeAnalysis.VisualBasic.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/fr/Microsoft.CodeAnalysis.VisualBasic.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/fr/Microsoft.CodeAnalysis.VisualBasic.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/fr/Microsoft.CodeAnalysis.Workspaces.MSBuild.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/fr/Microsoft.CodeAnalysis.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/fr/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/fr/dotnet-format.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/it/Microsoft.CodeAnalysis.CSharp.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/it/Microsoft.CodeAnalysis.CSharp.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/it/Microsoft.CodeAnalysis.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/it/Microsoft.CodeAnalysis.Scripting.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/it/Microsoft.CodeAnalysis.VisualBasic.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/it/Microsoft.CodeAnalysis.VisualBasic.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/it/Microsoft.CodeAnalysis.VisualBasic.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/it/Microsoft.CodeAnalysis.Workspaces.MSBuild.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/it/Microsoft.CodeAnalysis.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/it/Microsoft.CodeAnalysis.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/it/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/it/dotnet-format.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/ja/Microsoft.CodeAnalysis.CSharp.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/ja/Microsoft.CodeAnalysis.CSharp.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/ja/Microsoft.CodeAnalysis.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/ja/Microsoft.CodeAnalysis.Scripting.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/ja/Microsoft.CodeAnalysis.VisualBasic.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/ja/Microsoft.CodeAnalysis.VisualBasic.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/ja/Microsoft.CodeAnalysis.VisualBasic.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/ja/Microsoft.CodeAnalysis.Workspaces.MSBuild.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/ja/Microsoft.CodeAnalysis.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/ja/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/ja/dotnet-format.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/ko/Microsoft.CodeAnalysis.CSharp.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/ko/Microsoft.CodeAnalysis.CSharp.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/ko/Microsoft.CodeAnalysis.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/ko/Microsoft.CodeAnalysis.Scripting.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/ko/Microsoft.CodeAnalysis.VisualBasic.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/ko/Microsoft.CodeAnalysis.VisualBasic.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/ko/Microsoft.CodeAnalysis.VisualBasic.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/ko/Microsoft.CodeAnalysis.Workspaces.MSBuild.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/ko/Microsoft.CodeAnalysis.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/ko/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/ko/dotnet-format.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/pl/Microsoft.CodeAnalysis.CSharp.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/pl/Microsoft.CodeAnalysis.CSharp.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/pl/Microsoft.CodeAnalysis.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/pl/Microsoft.CodeAnalysis.Scripting.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/pl/Microsoft.CodeAnalysis.VisualBasic.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/pl/Microsoft.CodeAnalysis.VisualBasic.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/pl/Microsoft.CodeAnalysis.VisualBasic.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/pl/Microsoft.CodeAnalysis.Workspaces.MSBuild.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/pl/Microsoft.CodeAnalysis.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/pl/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/pl/dotnet-format.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/pt-BR/Microsoft.CodeAnalysis.CSharp.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/pt-BR/Microsoft.CodeAnalysis.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/pt-BR/Microsoft.CodeAnalysis.Scripting.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/pt-BR/Microsoft.CodeAnalysis.VisualBasic.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/pt-BR/Microsoft.CodeAnalysis.VisualBasic.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/pt-BR/Microsoft.CodeAnalysis.VisualBasic.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/pt-BR/Microsoft.CodeAnalysis.Workspaces.MSBuild.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/pt-BR/Microsoft.CodeAnalysis.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/pt-BR/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/pt-BR/dotnet-format.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/ru/Microsoft.CodeAnalysis.CSharp.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/ru/Microsoft.CodeAnalysis.CSharp.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/ru/Microsoft.CodeAnalysis.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/ru/Microsoft.CodeAnalysis.Scripting.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/ru/Microsoft.CodeAnalysis.VisualBasic.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/ru/Microsoft.CodeAnalysis.VisualBasic.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/ru/Microsoft.CodeAnalysis.VisualBasic.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/ru/Microsoft.CodeAnalysis.Workspaces.MSBuild.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/ru/Microsoft.CodeAnalysis.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/ru/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/ru/dotnet-format.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/runtimes/win/lib/net8.0/System.Diagnostics.EventLog.Messages.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/runtimes/win/lib/net8.0/System.Diagnostics.EventLog.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/runtimes/win/lib/net8.0/System.Security.Cryptography.Pkcs.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/runtimes/win/lib/net8.0/System.Windows.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/tr/Microsoft.CodeAnalysis.CSharp.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/tr/Microsoft.CodeAnalysis.CSharp.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/tr/Microsoft.CodeAnalysis.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/tr/Microsoft.CodeAnalysis.Scripting.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/tr/Microsoft.CodeAnalysis.VisualBasic.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/tr/Microsoft.CodeAnalysis.VisualBasic.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/tr/Microsoft.CodeAnalysis.VisualBasic.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/tr/Microsoft.CodeAnalysis.Workspaces.MSBuild.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/Microsoft.Build.Utilities.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/tr/Microsoft.CodeAnalysis.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/tr/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/tr/dotnet-format.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/zh-Hans/Microsoft.CodeAnalysis.CSharp.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/zh-Hans/Microsoft.CodeAnalysis.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/zh-Hans/Microsoft.CodeAnalysis.Scripting.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/zh-Hans/Microsoft.CodeAnalysis.VisualBasic.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/zh-Hans/Microsoft.CodeAnalysis.VisualBasic.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/zh-Hans/Microsoft.CodeAnalysis.VisualBasic.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/zh-Hans/Microsoft.CodeAnalysis.Workspaces.MSBuild.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/zh-Hans/Microsoft.CodeAnalysis.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/zh-Hans/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/zh-Hans/dotnet-format.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/zh-Hant/Microsoft.CodeAnalysis.CSharp.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/zh-Hant/Microsoft.CodeAnalysis.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/zh-Hant/Microsoft.CodeAnalysis.Scripting.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/zh-Hant/Microsoft.CodeAnalysis.VisualBasic.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/zh-Hant/Microsoft.CodeAnalysis.VisualBasic.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/zh-Hant/Microsoft.CodeAnalysis.VisualBasic.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/zh-Hant/Microsoft.CodeAnalysis.Workspaces.MSBuild.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/zh-Hant/Microsoft.CodeAnalysis.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/zh-Hant/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-format/zh-Hant/dotnet-format.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-user-jwts/8.0.31-servicing.26421.25/tools/net8.0/any/DotnetToolSettings.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-user-jwts/8.0.31-servicing.26421.25/tools/net8.0/any/Microsoft.Extensions.Configuration.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-user-jwts/8.0.31-servicing.26421.25/tools/net8.0/any/Microsoft.Extensions.Configuration.Binder.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-user-jwts/8.0.31-servicing.26421.25/tools/net8.0/any/Microsoft.Extensions.Configuration.FileExtensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-user-jwts/8.0.31-servicing.26421.25/tools/net8.0/any/Microsoft.Extensions.Configuration.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-user-jwts/8.0.31-servicing.26421.25/tools/net8.0/any/Microsoft.Extensions.Configuration.UserSecrets.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-user-jwts/8.0.31-servicing.26421.25/tools/net8.0/any/Microsoft.Extensions.Configuration.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-user-jwts/8.0.31-servicing.26421.25/tools/net8.0/any/Microsoft.Extensions.FileProviders.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-user-jwts/8.0.31-servicing.26421.25/tools/net8.0/any/Microsoft.Extensions.FileProviders.Physical.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-user-jwts/8.0.31-servicing.26421.25/tools/net8.0/any/Microsoft.Extensions.FileSystemGlobbing.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-user-jwts/8.0.31-servicing.26421.25/tools/net8.0/any/Microsoft.Extensions.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-user-jwts/8.0.31-servicing.26421.25/tools/net8.0/any/Microsoft.IdentityModel.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-user-jwts/8.0.31-servicing.26421.25/tools/net8.0/any/Microsoft.IdentityModel.JsonWebTokens.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-user-jwts/8.0.31-servicing.26421.25/tools/net8.0/any/Microsoft.IdentityModel.Logging.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-user-jwts/8.0.31-servicing.26421.25/tools/net8.0/any/Microsoft.IdentityModel.Tokens.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-user-jwts/8.0.31-servicing.26421.25/tools/net8.0/any/System.IdentityModel.Tokens.Jwt.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-user-jwts/8.0.31-servicing.26421.25/tools/net8.0/any/assets/SecretManager.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-user-jwts/8.0.31-servicing.26421.25/tools/net8.0/any/dotnet-user-jwts.deps.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-user-jwts/8.0.31-servicing.26421.25/tools/net8.0/any/dotnet-user-jwts.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-user-jwts/8.0.31-servicing.26421.25/tools/net8.0/any/dotnet-user-jwts.runtimeconfig.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-user-secrets/8.0.31-servicing.26421.25/tools/net8.0/any/DotnetToolSettings.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-user-secrets/8.0.31-servicing.26421.25/tools/net8.0/any/Microsoft.Extensions.Configuration.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-user-secrets/8.0.31-servicing.26421.25/tools/net8.0/any/Microsoft.Extensions.Configuration.FileExtensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-user-secrets/8.0.31-servicing.26421.25/tools/net8.0/any/Microsoft.Extensions.Configuration.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-user-secrets/8.0.31-servicing.26421.25/tools/net8.0/any/Microsoft.Extensions.Configuration.UserSecrets.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-user-secrets/8.0.31-servicing.26421.25/tools/net8.0/any/Microsoft.Extensions.Configuration.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-user-secrets/8.0.31-servicing.26421.25/tools/net8.0/any/Microsoft.Extensions.FileProviders.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-user-secrets/8.0.31-servicing.26421.25/tools/net8.0/any/Microsoft.Extensions.FileProviders.Physical.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-user-secrets/8.0.31-servicing.26421.25/tools/net8.0/any/Microsoft.Extensions.FileSystemGlobbing.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-user-secrets/8.0.31-servicing.26421.25/tools/net8.0/any/Microsoft.Extensions.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-user-secrets/8.0.31-servicing.26421.25/tools/net8.0/any/Newtonsoft.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-user-secrets/8.0.31-servicing.26421.25/tools/net8.0/any/assets/SecretManager.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-user-secrets/8.0.31-servicing.26421.25/tools/net8.0/any/dotnet-user-secrets.deps.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-user-secrets/8.0.31-servicing.26421.25/tools/net8.0/any/dotnet-user-secrets.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-user-secrets/8.0.31-servicing.26421.25/tools/net8.0/any/dotnet-user-secrets.runtimeconfig.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-net472/Microsoft.Bcl.AsyncInterfaces.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-net472/Microsoft.Build.Locator.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-net472/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.exe\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-net472/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.exe.config\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-net472/Microsoft.IO.Redist.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-net472/Newtonsoft.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-net472/System.Buffers.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-net472/System.Collections.Immutable.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-net472/System.CommandLine.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-net472/System.Memory.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-net472/System.Numerics.Vectors.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-net472/System.Runtime.CompilerServices.Unsafe.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-net472/System.Text.Encodings.Web.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-net472/System.Text.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-net472/System.Threading.Tasks.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-net472/System.ValueTuple.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-net472/cs/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-net472/de/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-net472/es/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-net472/fr/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-net472/it/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-net472/ja/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-net472/ko/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-net472/pl/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-net472/pt-BR/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-net472/ru/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-net472/tr/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-net472/zh-Hans/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-net472/zh-Hant/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-netcore/Microsoft.Build.Locator.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-netcore/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.deps.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-netcore/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-netcore/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.dll.config\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-netcore/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.runtimeconfig.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-netcore/Newtonsoft.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-netcore/System.Collections.Immutable.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-netcore/System.CommandLine.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-netcore/System.Text.Encodings.Web.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-netcore/System.Text.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-netcore/cs/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-netcore/de/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-netcore/es/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-netcore/fr/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-netcore/it/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-netcore/ja/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-netcore/ko/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-netcore/pl/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-netcore/pt-BR/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-netcore/ru/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-netcore/runtimes/browser/lib/net6.0/System.Text.Encodings.Web.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-netcore/tr/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-netcore/zh-Hans/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/BuildHost-netcore/zh-Hant/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/DotNetWatch.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/DotNetWatchTasks.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/Humanizer.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/Microsoft.Build.Locator.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/Microsoft.CodeAnalysis.AnalyzerUtilities.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/Microsoft.CodeAnalysis.CSharp.Features.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/Microsoft.CodeAnalysis.CSharp.Workspaces.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/Microsoft.CodeAnalysis.Elfie.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/Microsoft.CodeAnalysis.ExternalAccess.RazorCompiler.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/Microsoft.CodeAnalysis.Features.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/Microsoft.CodeAnalysis.Scripting.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/Microsoft.CodeAnalysis.Workspaces.MSBuild.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/Microsoft.CodeAnalysis.Workspaces.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/Microsoft.DiaSymReader.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/Microsoft.Extensions.DependencyInjection.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/Microsoft.Extensions.DependencyInjection.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/Microsoft.Extensions.Logging.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/Microsoft.Extensions.Logging.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/Microsoft.Extensions.Options.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/Newtonsoft.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/System.CodeDom.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/System.CommandLine.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/System.Composition.AttributedModel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/System.Composition.Convention.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/System.Composition.Hosting.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/System.Composition.Runtime.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/System.Composition.TypedParts.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/System.Configuration.ConfigurationManager.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/System.Diagnostics.EventLog.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/System.Reflection.MetadataLoadContext.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/System.Resources.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/System.Security.Cryptography.Pkcs.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/System.Security.Cryptography.ProtectedData.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/System.Security.Cryptography.Xml.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/System.Security.Permissions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/System.Windows.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/cs/Microsoft.CodeAnalysis.CSharp.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/cs/Microsoft.CodeAnalysis.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/cs/Microsoft.CodeAnalysis.Scripting.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/cs/Microsoft.CodeAnalysis.Workspaces.MSBuild.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/cs/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/cs/dotnet-watch.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/de/Microsoft.CodeAnalysis.CSharp.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/de/Microsoft.CodeAnalysis.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/de/Microsoft.CodeAnalysis.Scripting.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/de/Microsoft.CodeAnalysis.Workspaces.MSBuild.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/de/Microsoft.CodeAnalysis.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/de/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/de/dotnet-watch.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/Microsoft.FSharp.Core.NetSdk.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/dotnet-watch.deps.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/dotnet-watch.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/dotnet-watch.dll.config\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/dotnet-watch.runtimeconfig.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/es/Microsoft.CodeAnalysis.CSharp.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/es/Microsoft.CodeAnalysis.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/es/Microsoft.CodeAnalysis.Scripting.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/es/Microsoft.CodeAnalysis.Workspaces.MSBuild.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/es/Microsoft.CodeAnalysis.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/es/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/es/dotnet-watch.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/fr/Microsoft.CodeAnalysis.CSharp.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/fr/Microsoft.CodeAnalysis.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/fr/Microsoft.CodeAnalysis.Scripting.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/fr/Microsoft.CodeAnalysis.Workspaces.MSBuild.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/fr/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/fr/dotnet-watch.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/hotreload/Microsoft.Extensions.DotNetDeltaApplier.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/it/Microsoft.CodeAnalysis.CSharp.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/it/Microsoft.CodeAnalysis.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/it/Microsoft.CodeAnalysis.Scripting.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/it/Microsoft.CodeAnalysis.Workspaces.MSBuild.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/it/Microsoft.CodeAnalysis.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/it/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/it/dotnet-watch.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/ja/Microsoft.CodeAnalysis.CSharp.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/ja/Microsoft.CodeAnalysis.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/ja/Microsoft.CodeAnalysis.Scripting.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/ja/Microsoft.CodeAnalysis.Workspaces.MSBuild.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/ja/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/ja/dotnet-watch.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/ko/Microsoft.CodeAnalysis.CSharp.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/ko/Microsoft.CodeAnalysis.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/ko/Microsoft.CodeAnalysis.Scripting.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/ko/Microsoft.CodeAnalysis.Workspaces.MSBuild.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/ko/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/ko/dotnet-watch.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/middleware/Microsoft.AspNetCore.Watch.BrowserRefresh.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/pl/Microsoft.CodeAnalysis.CSharp.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/pl/Microsoft.CodeAnalysis.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/pl/Microsoft.CodeAnalysis.Scripting.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/pl/Microsoft.CodeAnalysis.Workspaces.MSBuild.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/pl/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/pl/dotnet-watch.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/pt-BR/Microsoft.CodeAnalysis.CSharp.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/pt-BR/Microsoft.CodeAnalysis.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/pt-BR/Microsoft.CodeAnalysis.Scripting.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/pt-BR/Microsoft.CodeAnalysis.Workspaces.MSBuild.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/pt-BR/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/pt-BR/dotnet-watch.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/ru/Microsoft.CodeAnalysis.CSharp.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/ru/Microsoft.CodeAnalysis.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/ru/Microsoft.CodeAnalysis.Scripting.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/ru/Microsoft.CodeAnalysis.Workspaces.MSBuild.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/ru/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/ru/dotnet-watch.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/runtimes/win/lib/net8.0/System.Diagnostics.EventLog.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/runtimes/win/lib/net8.0/System.Security.Cryptography.Pkcs.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/runtimes/win/lib/net8.0/System.Windows.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/tr/Microsoft.CodeAnalysis.CSharp.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/tr/Microsoft.CodeAnalysis.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/tr/Microsoft.CodeAnalysis.Scripting.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/tr/Microsoft.CodeAnalysis.Workspaces.MSBuild.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/tr/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/tr/dotnet-watch.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/Microsoft.FSharp.NetSdk.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/zh-Hans/Microsoft.CodeAnalysis.CSharp.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/zh-Hans/Microsoft.CodeAnalysis.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/zh-Hans/Microsoft.CodeAnalysis.Scripting.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/zh-Hans/Microsoft.CodeAnalysis.Workspaces.MSBuild.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/zh-Hans/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/zh-Hans/dotnet-watch.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/zh-Hant/Microsoft.CodeAnalysis.CSharp.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/zh-Hant/Microsoft.CodeAnalysis.Features.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/zh-Hant/Microsoft.CodeAnalysis.Scripting.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/zh-Hant/Microsoft.CodeAnalysis.Workspaces.MSBuild.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/zh-Hant/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/DotnetTools/dotnet-watch/8.0.425-servicing.26421.11/tools/net8.0/any/zh-Hant/dotnet-watch.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/Microsoft.Diagnostics.NETCore.Client.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/Microsoft.TestPlatform.Extensions.BlameDataCollector.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/Microsoft.TestPlatform.Extensions.EventLogCollector.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/Microsoft.TestPlatform.TestHostRuntimeProvider.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/Microsoft.VisualStudio.TestPlatform.Extensions.Html.TestLogger.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/cs/Microsoft.TestPlatform.Extensions.BlameDataCollector.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/cs/Microsoft.TestPlatform.Extensions.EventLogCollector.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/cs/Microsoft.TestPlatform.TestHostRuntimeProvider.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/cs/Microsoft.VisualStudio.TestPlatform.Extensions.Html.TestLogger.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/cs/Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/de/Microsoft.TestPlatform.Extensions.BlameDataCollector.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/de/Microsoft.TestPlatform.Extensions.EventLogCollector.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/de/Microsoft.TestPlatform.TestHostRuntimeProvider.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/de/Microsoft.VisualStudio.TestPlatform.Extensions.Html.TestLogger.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/de/Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/dump/DumpMinitool.arm64.exe\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/dump/DumpMinitool.arm64.exe.config\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/dump/DumpMinitool.exe\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/dump/DumpMinitool.exe.config\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/dump/DumpMinitool.x86.exe\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/dump/DumpMinitool.x86.exe.config\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/es/Microsoft.TestPlatform.Extensions.BlameDataCollector.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/es/Microsoft.TestPlatform.Extensions.EventLogCollector.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/es/Microsoft.TestPlatform.TestHostRuntimeProvider.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/es/Microsoft.VisualStudio.TestPlatform.Extensions.Html.TestLogger.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/es/Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/fr/Microsoft.TestPlatform.Extensions.BlameDataCollector.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/fr/Microsoft.TestPlatform.Extensions.EventLogCollector.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/fr/Microsoft.TestPlatform.TestHostRuntimeProvider.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/fr/Microsoft.VisualStudio.TestPlatform.Extensions.Html.TestLogger.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/fr/Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/it/Microsoft.TestPlatform.Extensions.BlameDataCollector.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/it/Microsoft.TestPlatform.Extensions.EventLogCollector.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/it/Microsoft.TestPlatform.TestHostRuntimeProvider.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/it/Microsoft.VisualStudio.TestPlatform.Extensions.Html.TestLogger.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/it/Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/ja/Microsoft.TestPlatform.Extensions.BlameDataCollector.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/ja/Microsoft.TestPlatform.Extensions.EventLogCollector.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/ja/Microsoft.TestPlatform.TestHostRuntimeProvider.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/ja/Microsoft.VisualStudio.TestPlatform.Extensions.Html.TestLogger.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/ja/Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/ko/Microsoft.TestPlatform.Extensions.BlameDataCollector.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/ko/Microsoft.TestPlatform.Extensions.EventLogCollector.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/ko/Microsoft.TestPlatform.TestHostRuntimeProvider.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/ko/Microsoft.VisualStudio.TestPlatform.Extensions.Html.TestLogger.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/ko/Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/pl/Microsoft.TestPlatform.Extensions.BlameDataCollector.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/pl/Microsoft.TestPlatform.Extensions.EventLogCollector.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/pl/Microsoft.TestPlatform.TestHostRuntimeProvider.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/pl/Microsoft.VisualStudio.TestPlatform.Extensions.Html.TestLogger.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/pl/Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/pt-BR/Microsoft.TestPlatform.Extensions.BlameDataCollector.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/pt-BR/Microsoft.TestPlatform.Extensions.EventLogCollector.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/pt-BR/Microsoft.TestPlatform.TestHostRuntimeProvider.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/pt-BR/Microsoft.VisualStudio.TestPlatform.Extensions.Html.TestLogger.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/pt-BR/Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/ru/Microsoft.TestPlatform.Extensions.BlameDataCollector.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/ru/Microsoft.TestPlatform.Extensions.EventLogCollector.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/ru/Microsoft.TestPlatform.TestHostRuntimeProvider.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/ru/Microsoft.VisualStudio.TestPlatform.Extensions.Html.TestLogger.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/ru/Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/tr/Microsoft.TestPlatform.Extensions.BlameDataCollector.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/tr/Microsoft.TestPlatform.Extensions.EventLogCollector.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/tr/Microsoft.TestPlatform.TestHostRuntimeProvider.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/tr/Microsoft.VisualStudio.TestPlatform.Extensions.Html.TestLogger.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/tr/Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/zh-Hans/Microsoft.TestPlatform.Extensions.BlameDataCollector.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/zh-Hans/Microsoft.TestPlatform.Extensions.EventLogCollector.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/zh-Hans/Microsoft.TestPlatform.TestHostRuntimeProvider.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/zh-Hans/Microsoft.VisualStudio.TestPlatform.Extensions.Html.TestLogger.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/zh-Hans/Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/zh-Hant/Microsoft.TestPlatform.Extensions.BlameDataCollector.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/zh-Hant/Microsoft.TestPlatform.Extensions.EventLogCollector.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/zh-Hant/Microsoft.TestPlatform.TestHostRuntimeProvider.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/zh-Hant/Microsoft.VisualStudio.TestPlatform.Extensions.Html.TestLogger.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Extensions/zh-Hant/Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/FSharp.Build.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/FSharp.Compiler.Interactive.Settings.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/FSharp.Compiler.Service.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/FSharp.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/FSharp.Core.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/FSharp.DependencyManager.Nuget.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/Microsoft.Build.Framework.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/Microsoft.FSharp.NetSdk.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/Microsoft.FSharp.Overrides.NetSdk.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/Microsoft.FSharp.Targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/Microsoft.NET.StringTools.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/Microsoft.Portable.FSharp.Targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/System.CodeDom.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/System.Configuration.ConfigurationManager.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/System.Diagnostics.EventLog.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/System.Resources.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/System.Security.Cryptography.Pkcs.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/System.Security.Cryptography.ProtectedData.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/System.Security.Cryptography.Xml.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/cs/FSharp.Build.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/cs/FSharp.Compiler.Interactive.Settings.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/cs/FSharp.Compiler.Service.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/cs/FSharp.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/cs/FSharp.DependencyManager.Nuget.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/de/FSharp.Build.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/de/FSharp.Compiler.Interactive.Settings.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/de/FSharp.Compiler.Service.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/de/FSharp.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/de/FSharp.DependencyManager.Nuget.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/default.win32manifest\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/es/FSharp.Build.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/es/FSharp.Compiler.Interactive.Settings.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/es/FSharp.Compiler.Service.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/es/FSharp.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/es/FSharp.DependencyManager.Nuget.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/fr/FSharp.Build.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/fr/FSharp.Compiler.Interactive.Settings.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/fr/FSharp.Compiler.Service.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/fr/FSharp.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/fr/FSharp.DependencyManager.Nuget.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/fsc.deps.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/fsc.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/fsc.runtimeconfig.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/fsi.deps.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/fsi.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/fsi.runtimeconfig.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/it/FSharp.Build.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/it/FSharp.Compiler.Interactive.Settings.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/it/FSharp.Compiler.Service.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/it/FSharp.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/it/FSharp.DependencyManager.Nuget.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/ja/FSharp.Build.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/ja/FSharp.Compiler.Interactive.Settings.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/ja/FSharp.Compiler.Service.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/ja/FSharp.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/ja/FSharp.DependencyManager.Nuget.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/ko/FSharp.Build.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/ko/FSharp.Compiler.Interactive.Settings.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/ko/FSharp.Compiler.Service.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/ko/FSharp.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/ko/FSharp.DependencyManager.Nuget.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/library-packs/FSharp.Core.8.0.403.nupkg\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/pl/FSharp.Build.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/pl/FSharp.Compiler.Interactive.Settings.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/pl/FSharp.Compiler.Service.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/pl/FSharp.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/pl/FSharp.DependencyManager.Nuget.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/pt-BR/FSharp.Build.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/pt-BR/FSharp.Compiler.Interactive.Settings.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/pt-BR/FSharp.Compiler.Service.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/pt-BR/FSharp.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/pt-BR/FSharp.DependencyManager.Nuget.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/ru/FSharp.Build.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/ru/FSharp.Compiler.Interactive.Settings.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/ru/FSharp.Compiler.Service.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/ru/FSharp.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/ru/FSharp.DependencyManager.Nuget.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/runtimes/win/lib/net8.0/System.Diagnostics.EventLog.Messages.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/runtimes/win/lib/net8.0/System.Diagnostics.EventLog.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/runtimes/win/lib/net8.0/System.Security.Cryptography.Pkcs.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/tr/FSharp.Build.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/tr/FSharp.Compiler.Interactive.Settings.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/tr/FSharp.Compiler.Service.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/tr/FSharp.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/tr/FSharp.DependencyManager.Nuget.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/zh-Hans/FSharp.Build.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/zh-Hans/FSharp.Compiler.Interactive.Settings.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/zh-Hans/FSharp.Compiler.Service.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/zh-Hans/FSharp.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/zh-Hans/FSharp.DependencyManager.Nuget.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/zh-Hant/FSharp.Build.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/zh-Hant/FSharp.Compiler.Interactive.Settings.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/zh-Hant/FSharp.Compiler.Service.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/zh-Hant/FSharp.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/FSharp/zh-Hant/FSharp.DependencyManager.Nuget.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/KnownWorkloadManifests.txt\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/MSBuild.deps.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/MSBuild.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/MSBuild.runtimeconfig.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.ApplicationInsights.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.AspNetCore.DeveloperCertificates.XPlat.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.Build.Framework.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.Build.NuGetSdkResolver.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.Build.Tasks.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.Build.Utilities.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.Build.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.CSharp.CrossTargeting.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.CSharp.CurrentVersion.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.CSharp.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.CodeCoverage.IO.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.Common.CrossTargeting.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.Common.CurrentVersion.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.Common.Test.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.Common.overridetasks\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.Common.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.Common.tasks\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.Deployment.DotNet.Releases.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.DotNet.Cli.Sln.Internal.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.DotNet.Cli.Utils.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.DotNet.Configurer.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.DotNet.InternalAbstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.DotNet.NativeWrapper.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.DotNet.SdkResolver.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.DotNet.TemplateLocator.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.Extensions.Configuration.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.Extensions.Configuration.Binder.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.Extensions.Configuration.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.Extensions.DependencyInjection.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.Extensions.DependencyInjection.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.Extensions.DependencyModel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.Extensions.FileProviders.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.Extensions.FileSystemGlobbing.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.Extensions.Logging.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.Extensions.Logging.Configuration.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.Extensions.Logging.Console.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.Extensions.Logging.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.Extensions.Options.ConfigurationExtensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.Extensions.Options.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.Extensions.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.Managed.After.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.Managed.Before.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.Managed.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.NET.HostModel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.NET.Sdk.WorkloadMSBuildSdkResolver.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.NET.Sdk.WorkloadManifestReader.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.NET.StringTools.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.NET.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.NETCoreSdk.BundledCliTools.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.NETCoreSdk.BundledMSBuildInformation.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.NETCoreSdk.BundledVersions.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.NETFramework.CurrentVersion.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.NETFramework.CurrentVersion.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.NETFramework.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.NETFramework.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.TemplateEngine.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.TemplateEngine.Cli.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.TemplateEngine.Cli.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.TemplateEngine.Core.Contracts.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.TemplateEngine.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.TemplateEngine.Edge.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.TemplateEngine.Orchestrator.RunnableProjects.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.TemplateEngine.Utils.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.TemplateSearch.Common.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.TestPlatform.Build.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.TestPlatform.CommunicationUtilities.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.TestPlatform.CoreUtilities.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.TestPlatform.CrossPlatEngine.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.TestPlatform.PlatformAbstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.TestPlatform.Utilities.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.TestPlatform.VsTestConsole.TranslationLayer.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.TestPlatform.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.VisualBasic.CrossTargeting.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.VisualBasic.CurrentVersion.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.VisualBasic.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.VisualStudio.TestPlatform.Client.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.VisualStudio.TestPlatform.Common.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.VisualStudioVersion.v11.Common.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.VisualStudioVersion.v12.Common.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.VisualStudioVersion.v14.Common.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft.Win32.Msi.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/Microsoft.NET.Build.Extensions.ConflictResolution.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/Microsoft.NET.Build.Extensions.NETFramework.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/Microsoft.NET.Build.Extensions.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/Microsoft.NET.DefaultPackageConflictOverrides.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/Microsoft.Win32.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.AppContext.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Collections.Concurrent.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Collections.NonGeneric.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Collections.Specialized.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Collections.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.ComponentModel.EventBasedAsync.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.ComponentModel.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.ComponentModel.TypeConverter.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.ComponentModel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Console.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Data.Common.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Diagnostics.Contracts.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Diagnostics.Debug.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Diagnostics.FileVersionInfo.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Diagnostics.Process.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Diagnostics.StackTrace.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Diagnostics.TextWriterTraceListener.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Diagnostics.Tools.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Diagnostics.TraceSource.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Diagnostics.Tracing.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Drawing.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Dynamic.Runtime.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Globalization.Calendars.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Globalization.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Globalization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.IO.Compression.ZipFile.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.IO.Compression.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.IO.FileSystem.DriveInfo.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.IO.FileSystem.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.IO.FileSystem.Watcher.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.IO.FileSystem.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.IO.IsolatedStorage.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.IO.MemoryMappedFiles.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.IO.Pipes.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.IO.UnmanagedMemoryStream.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.IO.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Linq.Expressions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Linq.Parallel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Linq.Queryable.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Linq.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Net.Http.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Net.NameResolution.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Net.NetworkInformation.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Net.Ping.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Net.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Net.Requests.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Net.Security.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Net.Sockets.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Net.WebHeaderCollection.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Net.WebSockets.Client.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Net.WebSockets.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.ObjectModel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Reflection.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Reflection.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Reflection.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Resources.Reader.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Resources.ResourceManager.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Resources.Writer.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Runtime.CompilerServices.VisualC.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Runtime.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Runtime.Handles.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Runtime.InteropServices.RuntimeInformation.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Runtime.InteropServices.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Runtime.Numerics.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Runtime.Serialization.Formatters.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Runtime.Serialization.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Runtime.Serialization.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Runtime.Serialization.Xml.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Runtime.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Security.Claims.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Security.Cryptography.Algorithms.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Security.Cryptography.Csp.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Security.Cryptography.Encoding.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Security.Cryptography.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Security.Cryptography.X509Certificates.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Security.Principal.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Security.SecureString.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Text.Encoding.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Text.Encoding.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Text.RegularExpressions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Threading.Overlapped.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Threading.Tasks.Parallel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Threading.Tasks.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Threading.Thread.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Threading.ThreadPool.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Threading.Timer.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Threading.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.ValueTuple.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Xml.ReaderWriter.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Xml.XDocument.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Xml.XPath.XDocument.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Xml.XPath.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Xml.XmlDocument.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/System.Xml.XmlSerializer.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/netfx.force.conflicts.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net461/lib/netstandard.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net462/lib/System.Runtime.InteropServices.RuntimeInformation.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net47/lib/System.Runtime.InteropServices.RuntimeInformation.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net47/lib/System.Security.Cryptography.Algorithms.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net47/lib/System.ValueTuple.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net471/_._\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net471/lib/System.Data.Common.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net471/lib/System.Diagnostics.StackTrace.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net471/lib/System.Diagnostics.Tracing.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net471/lib/System.Globalization.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net471/lib/System.IO.Compression.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net471/lib/System.Net.Http.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net471/lib/System.Net.Sockets.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net471/lib/System.Runtime.Serialization.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net471/lib/System.Security.Cryptography.Algorithms.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net471/lib/System.Security.SecureString.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net471/lib/System.Threading.Overlapped.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net471/lib/System.Xml.XPath.XDocument.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/net471/lib/netfx.force.conflicts.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/tools/net8.0/Microsoft.NET.Build.Extensions.Tasks.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/tools/net8.0/cs/Microsoft.NET.Build.Extensions.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/tools/net8.0/de/Microsoft.NET.Build.Extensions.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/tools/net8.0/es/Microsoft.NET.Build.Extensions.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/tools/net8.0/fr/Microsoft.NET.Build.Extensions.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/tools/net8.0/it/Microsoft.NET.Build.Extensions.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/tools/net8.0/ja/Microsoft.NET.Build.Extensions.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/tools/net8.0/ko/Microsoft.NET.Build.Extensions.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/tools/net8.0/pl/Microsoft.NET.Build.Extensions.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/tools/net8.0/pt-BR/Microsoft.NET.Build.Extensions.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/tools/net8.0/ru/Microsoft.NET.Build.Extensions.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/tools/net8.0/tr/Microsoft.NET.Build.Extensions.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/tools/net8.0/zh-Hans/Microsoft.NET.Build.Extensions.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Microsoft/Microsoft.NET.Build.Extensions/tools/net8.0/zh-Hant/Microsoft.NET.Build.Extensions.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/NETCoreSdkRuntimeIdentifierChain.txt\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Newtonsoft.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/NuGet.Build.Tasks.Console.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/NuGet.Build.Tasks.Console.runtimeconfig.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/NuGet.Build.Tasks.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/NuGet.CommandLine.XPlat.deps.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/NuGet.CommandLine.XPlat.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/NuGet.CommandLine.XPlat.runtimeconfig.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/NuGet.Commands.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/NuGet.Common.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/NuGet.Configuration.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/NuGet.Credentials.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/NuGet.DependencyResolver.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/NuGet.Frameworks.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/NuGet.LibraryModel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/NuGet.Packaging.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/NuGet.ProjectModel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/NuGet.Protocol.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/NuGet.RestoreEx.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/NuGet.Versioning.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/NuGet.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/NuGet.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/PortableRuntimeIdentifierGraph.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/Microsoft.Build.Tasks.CodeAnalysis.deps.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/Microsoft.Build.Tasks.CodeAnalysis.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/Microsoft.CSharp.Core.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/Microsoft.Managed.Core.CurrentVersions.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/Microsoft.Managed.Core.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/Microsoft.VisualBasic.Core.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/Microsoft.CodeAnalysis.CSharp.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/Microsoft.CodeAnalysis.VisualBasic.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/Microsoft.CodeAnalysis.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/VBCSCompiler.deps.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/VBCSCompiler.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/VBCSCompiler.runtimeconfig.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/cs/Microsoft.CodeAnalysis.CSharp.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/cs/Microsoft.CodeAnalysis.VisualBasic.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/cs/Microsoft.CodeAnalysis.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/csc.deps.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/csc.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/csc.runtimeconfig.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/de/Microsoft.CodeAnalysis.CSharp.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/de/Microsoft.CodeAnalysis.VisualBasic.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/de/Microsoft.CodeAnalysis.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/es/Microsoft.CodeAnalysis.CSharp.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/es/Microsoft.CodeAnalysis.VisualBasic.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/es/Microsoft.CodeAnalysis.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/fr/Microsoft.CodeAnalysis.CSharp.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/fr/Microsoft.CodeAnalysis.VisualBasic.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/fr/Microsoft.CodeAnalysis.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/it/Microsoft.CodeAnalysis.CSharp.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/it/Microsoft.CodeAnalysis.VisualBasic.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/it/Microsoft.CodeAnalysis.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/ja/Microsoft.CodeAnalysis.CSharp.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/ja/Microsoft.CodeAnalysis.VisualBasic.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/ja/Microsoft.CodeAnalysis.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/ko/Microsoft.CodeAnalysis.CSharp.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/ko/Microsoft.CodeAnalysis.VisualBasic.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/ko/Microsoft.CodeAnalysis.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/pl/Microsoft.CodeAnalysis.CSharp.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/pl/Microsoft.CodeAnalysis.VisualBasic.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/pl/Microsoft.CodeAnalysis.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/pt-BR/Microsoft.CodeAnalysis.VisualBasic.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/pt-BR/Microsoft.CodeAnalysis.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/ru/Microsoft.CodeAnalysis.CSharp.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/ru/Microsoft.CodeAnalysis.VisualBasic.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/ru/Microsoft.CodeAnalysis.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/tr/Microsoft.CodeAnalysis.CSharp.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/tr/Microsoft.CodeAnalysis.VisualBasic.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/tr/Microsoft.CodeAnalysis.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/vbc.deps.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/vbc.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/vbc.runtimeconfig.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/zh-Hans/Microsoft.CodeAnalysis.VisualBasic.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/zh-Hans/Microsoft.CodeAnalysis.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/zh-Hant/Microsoft.CodeAnalysis.VisualBasic.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/bincore/zh-Hant/Microsoft.CodeAnalysis.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/cs/Microsoft.Build.Tasks.CodeAnalysis.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/de/Microsoft.Build.Tasks.CodeAnalysis.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/es/Microsoft.Build.Tasks.CodeAnalysis.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/fr/Microsoft.Build.Tasks.CodeAnalysis.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/it/Microsoft.Build.Tasks.CodeAnalysis.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/ja/Microsoft.Build.Tasks.CodeAnalysis.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/ko/Microsoft.Build.Tasks.CodeAnalysis.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/pl/Microsoft.Build.Tasks.CodeAnalysis.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/pt-BR/Microsoft.Build.Tasks.CodeAnalysis.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/ru/Microsoft.Build.Tasks.CodeAnalysis.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/tr/Microsoft.Build.Tasks.CodeAnalysis.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/zh-Hans/Microsoft.Build.Tasks.CodeAnalysis.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Roslyn/zh-Hant/Microsoft.Build.Tasks.CodeAnalysis.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/RuntimeIdentifierGraph.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/SDKPrecomputedAssemblyReferences.cache\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/SdkResolvers/Microsoft.Build.NuGetSdkResolver/Microsoft.Build.NuGetSdkResolver.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/SdkResolvers/Microsoft.NET.Sdk.WorkloadMSBuildSdkResolver/Microsoft.NET.Sdk.WorkloadMSBuildSdkResolver.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/FSharp.NET.Sdk/Sdk/Sdk.OnRestore.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/FSharp.NET.Sdk/Sdk/Sdk.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/FSharp.NET.Sdk/Sdk/Sdk.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.Build.Tasks.Git/build/Microsoft.Build.Tasks.Git.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.Build.Tasks.Git/build/Microsoft.Build.Tasks.Git.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.Build.Tasks.Git/buildMultiTargeting/Microsoft.Build.Tasks.Git.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.Build.Tasks.Git/buildMultiTargeting/Microsoft.Build.Tasks.Git.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.Build.Tasks.Git/tools/core/Microsoft.Build.Tasks.Git.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.Build.Tasks.Git/tools/core/cs/Microsoft.Build.Tasks.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.Build.Tasks.Git/tools/core/de/Microsoft.Build.Tasks.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.Build.Tasks.Git/tools/core/es/Microsoft.Build.Tasks.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.Build.Tasks.Git/tools/core/fr/Microsoft.Build.Tasks.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.Build.Tasks.Git/tools/core/it/Microsoft.Build.Tasks.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.Build.Tasks.Git/tools/core/ja/Microsoft.Build.Tasks.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.Build.Tasks.Git/tools/core/ko/Microsoft.Build.Tasks.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.Build.Tasks.Git/tools/core/pl/Microsoft.Build.Tasks.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.Build.Tasks.Git/tools/core/pt-BR/Microsoft.Build.Tasks.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.Build.Tasks.Git/tools/core/ru/Microsoft.Build.Tasks.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.Build.Tasks.Git/tools/core/tr/Microsoft.Build.Tasks.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.Build.Tasks.Git/tools/core/zh-Hans/Microsoft.Build.Tasks.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.Build.Tasks.Git/tools/core/zh-Hant/Microsoft.Build.Tasks.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.Build.Tasks.Git/tools/net472/Microsoft.Build.Tasks.Git.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.Build.Tasks.Git/tools/net472/System.Collections.Immutable.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.Build.Tasks.Git/tools/net472/cs/Microsoft.Build.Tasks.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.Build.Tasks.Git/tools/net472/de/Microsoft.Build.Tasks.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.Build.Tasks.Git/tools/net472/es/Microsoft.Build.Tasks.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.Build.Tasks.Git/tools/net472/fr/Microsoft.Build.Tasks.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.Build.Tasks.Git/tools/net472/it/Microsoft.Build.Tasks.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.Build.Tasks.Git/tools/net472/ja/Microsoft.Build.Tasks.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.Build.Tasks.Git/tools/net472/ko/Microsoft.Build.Tasks.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.Build.Tasks.Git/tools/net472/pl/Microsoft.Build.Tasks.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.Build.Tasks.Git/tools/net472/pt-BR/Microsoft.Build.Tasks.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.Build.Tasks.Git/tools/net472/ru/Microsoft.Build.Tasks.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.Build.Tasks.Git/tools/net472/tr/Microsoft.Build.Tasks.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.Build.Tasks.Git/tools/net472/zh-Hans/Microsoft.Build.Tasks.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.Build.Tasks.Git/tools/net472/zh-Hant/Microsoft.Build.Tasks.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.Docker.Sdk/Sdk/Sdk.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.Docker.Sdk/Sdk/Sdk.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.BlazorWebAssembly/Sdk/Sdk.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.BlazorWebAssembly/Sdk/Sdk.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.BlazorWebAssembly/targets/BlazorWasm.web.config\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.BlazorWebAssembly/targets/Microsoft.NET.Sdk.BlazorWebAssembly.5_0.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.BlazorWebAssembly/targets/Microsoft.NET.Sdk.BlazorWebAssembly.6_0.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.BlazorWebAssembly/targets/Microsoft.NET.Sdk.BlazorWebAssembly.Current.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.BlazorWebAssembly/targets/Microsoft.NET.Sdk.BlazorWebAssembly.Current.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.BlazorWebAssembly/targets/Microsoft.NET.Sdk.BlazorWebAssembly.ServiceWorkerAssetsManifest.5_0.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.BlazorWebAssembly/targets/Microsoft.NET.Sdk.BlazorWebAssembly.ServiceWorkerAssetsManifest.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.BlazorWebAssembly/tools/net472/Microsoft.NET.Sdk.BlazorWebAssembly.Tasks.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.BlazorWebAssembly/tools/net472/Microsoft.NET.Sdk.BlazorWebAssembly.Tasks.dll.config\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.BlazorWebAssembly/tools/net8.0/Microsoft.NET.Sdk.BlazorWebAssembly.Tasks.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.BlazorWebAssembly/tools/net8.0/Microsoft.NET.Sdk.BlazorWebAssembly.Tool.deps.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.BlazorWebAssembly/tools/net8.0/Microsoft.NET.Sdk.BlazorWebAssembly.Tool.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.BlazorWebAssembly/tools/net8.0/Microsoft.NET.Sdk.BlazorWebAssembly.Tool.runtimeconfig.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.BlazorWebAssembly/tools/net8.0/System.CommandLine.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/Sdk/Sdk.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/Sdk/Sdk.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/targets/ComputeTargets/Microsoft.NET.Sdk.Publish.ComputeFiles.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/targets/CopyTargets/Microsoft.NET.Sdk.Publish.CopyFiles.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/targets/CopyTargets/Microsoft.NET.Sdk.Publish.FilterFiles.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/targets/DotNetCLIToolTargets/Microsoft.NET.Sdk.DotNetCLITool.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/targets/Microsoft.NET.Sdk.Publish.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/targets/Microsoft.NET.Sdk.Publish.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/targets/PublishProfiles/Default.pubxml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/targets/PublishProfiles/DefaultContainer.pubxml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/targets/PublishProfiles/DefaultMSDeploy.pubxml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/targets/PublishProfiles/DefaultMSDeployPackage.pubxml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/targets/PublishProfiles/DefaultZipDeploy.pubxml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/targets/PublishTargets/Microsoft.NET.Sdk.Publish.Container.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/targets/PublishTargets/Microsoft.NET.Sdk.Publish.Docker.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/targets/PublishTargets/Microsoft.NET.Sdk.Publish.FileSystem.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/targets/PublishTargets/Microsoft.NET.Sdk.Publish.Kudu.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/targets/PublishTargets/Microsoft.NET.Sdk.Publish.MSDeploy.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/targets/PublishTargets/Microsoft.NET.Sdk.Publish.MSDeployPackage.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/targets/PublishTargets/Microsoft.NET.Sdk.Publish.ZipDeploy.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/targets/TransformTargets/Microsoft.NET.Sdk.Publish.TransformFiles.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/targets/TransformTargets/Transforms/EnvironmentNoLocation.transform\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/targets/TransformTargets/Transforms/EnvironmentWithLocation.transform\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/tools/net472/Microsoft.Bcl.AsyncInterfaces.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/tools/net472/Microsoft.NET.Sdk.Publish.Tasks.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/tools/net472/Microsoft.NET.Sdk.Publish.Tasks.dll.config\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/tools/net472/Microsoft.Web.Delegation.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/tools/net472/Microsoft.Web.Deployment.Tracing.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/tools/net472/Microsoft.Web.Deployment.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/tools/net472/Microsoft.Web.XmlTransform.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/tools/net472/System.Buffers.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/tools/net472/System.Memory.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/tools/net472/System.Numerics.Vectors.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/tools/net472/System.Runtime.CompilerServices.Unsafe.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/tools/net472/System.Security.Cryptography.ProtectedData.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/tools/net472/System.Text.Encodings.Web.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/tools/net472/System.Text.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/tools/net472/System.Threading.Tasks.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/tools/net472/System.ValueTuple.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/tools/net472/cs/Microsoft.NET.Sdk.Publish.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/tools/net472/de/Microsoft.NET.Sdk.Publish.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/tools/net472/es/Microsoft.NET.Sdk.Publish.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/tools/net472/fr/Microsoft.NET.Sdk.Publish.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/tools/net472/it/Microsoft.NET.Sdk.Publish.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/tools/net472/ja/Microsoft.NET.Sdk.Publish.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/tools/net472/ko/Microsoft.NET.Sdk.Publish.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/tools/net472/pl/Microsoft.NET.Sdk.Publish.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/tools/net472/pt-BR/Microsoft.NET.Sdk.Publish.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/tools/net472/ru/Microsoft.NET.Sdk.Publish.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/tools/net472/tr/Microsoft.NET.Sdk.Publish.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/tools/net472/zh-Hans/Microsoft.NET.Sdk.Publish.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/tools/net472/zh-Hant/Microsoft.NET.Sdk.Publish.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/tools/net8.0/Microsoft.NET.Sdk.Publish.Tasks.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/tools/net8.0/Microsoft.Web.XmlTransform.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/tools/net8.0/System.Security.Cryptography.ProtectedData.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/tools/net8.0/cs/Microsoft.NET.Sdk.Publish.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/tools/net8.0/de/Microsoft.NET.Sdk.Publish.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/tools/net8.0/es/Microsoft.NET.Sdk.Publish.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/tools/net8.0/fr/Microsoft.NET.Sdk.Publish.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/tools/net8.0/it/Microsoft.NET.Sdk.Publish.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/tools/net8.0/ja/Microsoft.NET.Sdk.Publish.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/tools/net8.0/ko/Microsoft.NET.Sdk.Publish.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/tools/net8.0/pl/Microsoft.NET.Sdk.Publish.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/tools/net8.0/pt-BR/Microsoft.NET.Sdk.Publish.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/tools/net8.0/ru/Microsoft.NET.Sdk.Publish.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/tools/net8.0/tr/Microsoft.NET.Sdk.Publish.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/tools/net8.0/zh-Hans/Microsoft.NET.Sdk.Publish.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Publish/tools/net8.0/zh-Hant/Microsoft.NET.Sdk.Publish.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/Sdk/Sdk.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/Sdk/Sdk.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/source-generators/Microsoft.AspNetCore.Razor.Utilities.Shared.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/source-generators/Microsoft.AspNetCore.Razor.Utilities.Shared.xml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/source-generators/Microsoft.CodeAnalysis.Razor.Compiler.deps.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/source-generators/Microsoft.CodeAnalysis.Razor.Compiler.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/source-generators/Microsoft.Extensions.ObjectPool.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/source-generators/RazorSourceGenerator.razorencconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/source-generators/System.Collections.Immutable.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/targets/Microsoft.NET.Sdk.Razor.BeforeCommon.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/targets/Microsoft.NET.Sdk.Razor.CodeGeneration.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/targets/Microsoft.NET.Sdk.Razor.Compilation.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/targets/Microsoft.NET.Sdk.Razor.Component.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/targets/Microsoft.NET.Sdk.Razor.Configuration.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/targets/Microsoft.NET.Sdk.Razor.DesignTime.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/targets/Microsoft.NET.Sdk.Razor.GenerateAssemblyInfo.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/targets/Microsoft.NET.Sdk.Razor.MvcApplicationPartsDiscovery.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/targets/Microsoft.NET.Sdk.Razor.SourceGenerators.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/targets/Microsoft.NET.Sdk.Razor.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/targets/Rules/RazorComponentWithTargetPath.xaml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/targets/Rules/RazorConfiguration.xaml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/targets/Rules/RazorExtension.xaml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/targets/Rules/RazorGeneral.xaml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/targets/Rules/RazorGenerateWithTargetPath.xaml\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/targets/Sdk.Razor.CurrentVersion.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/targets/Sdk.Razor.CurrentVersion.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/tasks/net472/Microsoft.Bcl.AsyncInterfaces.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/tasks/net472/Microsoft.Extensions.FileSystemGlobbing.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/tasks/net472/Microsoft.NET.Sdk.Razor.Tasks.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/tasks/net472/Microsoft.NET.Sdk.Razor.Tasks.dll.config\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/tasks/net472/System.Buffers.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/tasks/net472/System.Collections.Immutable.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/tasks/net472/System.Memory.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/tasks/net472/System.Numerics.Vectors.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/tasks/net472/System.Reflection.Metadata.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/tasks/net472/System.Runtime.CompilerServices.Unsafe.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/tasks/net472/System.Text.Encodings.Web.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/tasks/net472/System.Text.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/tasks/net472/System.Threading.Tasks.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/tasks/net472/System.ValueTuple.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/tasks/net8.0/Microsoft.Extensions.FileSystemGlobbing.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/tasks/net8.0/Microsoft.NET.Sdk.Razor.Tasks.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/tools/Microsoft.AspNetCore.Razor.Utilities.Shared.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/tools/Microsoft.CodeAnalysis.Razor.Compiler.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/tools/Microsoft.Css.Parser.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/tools/Microsoft.Extensions.ObjectPool.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/tools/Newtonsoft.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/tools/rzc.deps.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/tools/rzc.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Razor/tools/rzc.runtimeconfig.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.StaticWebAssets/Sdk/Sdk.StaticWebAssets.StaticAssets.ProjectSystem.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.StaticWebAssets/Sdk/Sdk.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.StaticWebAssets/Sdk/Sdk.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.StaticWebAssets/targets/Microsoft.NET.Sdk.StaticWebAssets.5_0.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.StaticWebAssets/targets/Microsoft.NET.Sdk.StaticWebAssets.Compression.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.StaticWebAssets/targets/Microsoft.NET.Sdk.StaticWebAssets.CrossTargeting.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.StaticWebAssets/targets/Microsoft.NET.Sdk.StaticWebAssets.EmbeddedAssets.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.StaticWebAssets/targets/Microsoft.NET.Sdk.StaticWebAssets.JSModules.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.StaticWebAssets/targets/Microsoft.NET.Sdk.StaticWebAssets.Pack.CrossTargeting.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.StaticWebAssets/targets/Microsoft.NET.Sdk.StaticWebAssets.Pack.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.StaticWebAssets/targets/Microsoft.NET.Sdk.StaticWebAssets.Publish.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.StaticWebAssets/targets/Microsoft.NET.Sdk.StaticWebAssets.References.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.StaticWebAssets/targets/Microsoft.NET.Sdk.StaticWebAssets.ScopedCss.5_0.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.StaticWebAssets/targets/Microsoft.NET.Sdk.StaticWebAssets.ScopedCss.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.StaticWebAssets/targets/Microsoft.NET.Sdk.StaticWebAssets.SingleTargeting.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.StaticWebAssets/targets/Microsoft.NET.Sdk.StaticWebAssets.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.StaticWebAssets/targets/Microsoft.NET.Sdk.StaticWebAssets.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.StaticWebAssets/targets/Sdk.StaticWebAssets.CurrentVersion.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.StaticWebAssets/targets/Sdk.StaticWebAssets.CurrentVersion.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.StaticWebAssets/tasks/net472/Microsoft.Bcl.AsyncInterfaces.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.StaticWebAssets/tasks/net472/Microsoft.Css.Parser.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.StaticWebAssets/tasks/net472/Microsoft.Extensions.FileSystemGlobbing.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.StaticWebAssets/tasks/net472/Microsoft.NET.Sdk.StaticWebAssets.Tasks.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.StaticWebAssets/tasks/net472/Microsoft.NET.Sdk.StaticWebAssets.Tasks.dll.config\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.StaticWebAssets/tasks/net472/System.Buffers.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.StaticWebAssets/tasks/net472/System.Collections.Immutable.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.StaticWebAssets/tasks/net472/System.Memory.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.StaticWebAssets/tasks/net472/System.Numerics.Vectors.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.StaticWebAssets/tasks/net472/System.Reflection.Metadata.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.StaticWebAssets/tasks/net472/System.Runtime.CompilerServices.Unsafe.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.StaticWebAssets/tasks/net472/System.Text.Encodings.Web.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.StaticWebAssets/tasks/net472/System.Text.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.StaticWebAssets/tasks/net472/System.Threading.Tasks.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.StaticWebAssets/tasks/net472/System.ValueTuple.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.StaticWebAssets/tasks/net8.0/Microsoft.Css.Parser.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.StaticWebAssets/tasks/net8.0/Microsoft.Extensions.FileSystemGlobbing.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.StaticWebAssets/tasks/net8.0/Microsoft.NET.Sdk.StaticWebAssets.Tasks.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.StaticWebAssets/tools/net8.0/Microsoft.NET.Sdk.StaticWebAssets.Tool.deps.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.StaticWebAssets/tools/net8.0/Microsoft.NET.Sdk.StaticWebAssets.Tool.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.StaticWebAssets/tools/net8.0/Microsoft.NET.Sdk.StaticWebAssets.Tool.runtimeconfig.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.StaticWebAssets/tools/net8.0/System.CommandLine.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Web.ProjectSystem/Sdk/Sdk.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Web.ProjectSystem/Sdk/Sdk.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Web.ProjectSystem/targets/Microsoft.NET.Sdk.Web.BeforeCommon.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Web.ProjectSystem/targets/Microsoft.NET.Sdk.Web.DefaultItems.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Web.ProjectSystem/targets/Microsoft.NET.Sdk.Web.ProjectSystem.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Web.ProjectSystem/targets/Microsoft.NET.Sdk.Web.ProjectSystem.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Web.ProjectSystem/tools/net472/Microsoft.NET.Sdk.Web.ProjectSystem.Tasks.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Web.ProjectSystem/tools/net8.0/Microsoft.NET.Sdk.Web.ProjectSystem.Tasks.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Web/Sdk/Sdk.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Web/Sdk/Sdk.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Web/Targets/Sdk.Browser.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Web/Targets/Sdk.Browser.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Web/Targets/Sdk.Server.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Web/Targets/Sdk.Server.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Web/analyzers/cs/Microsoft.AspNetCore.Analyzers.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Web/analyzers/cs/Microsoft.AspNetCore.Components.SdkAnalyzers.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Web/analyzers/cs/Microsoft.AspNetCore.Mvc.Analyzers.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Web/analyzers/cs/Microsoft.AspNetCore.Mvc.Api.Analyzers.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Web/tools/net472/Microsoft.NET.Sdk.Web.Tasks.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Web/tools/net8.0/Microsoft.NET.Sdk.Web.Tasks.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WebAssembly/Sdk/Sdk.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WebAssembly/Sdk/Sdk.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WebAssembly/tools/net472/Microsoft.NET.Sdk.WebAssembly.Tasks.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WebAssembly/tools/net8.0/Microsoft.NET.Sdk.WebAssembly.Tasks.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WindowsDesktop/LICENSE.TXT\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WindowsDesktop/Sdk/Sdk.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WindowsDesktop/Sdk/Sdk.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WindowsDesktop/THIRD-PARTY-NOTICES.TXT\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WindowsDesktop/targets/Microsoft.NET.Sdk.WindowsDesktop.WPF.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WindowsDesktop/targets/Microsoft.NET.Sdk.WindowsDesktop.WindowsForms.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WindowsDesktop/targets/Microsoft.NET.Sdk.WindowsDesktop.WindowsForms.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WindowsDesktop/targets/Microsoft.NET.Sdk.WindowsDesktop.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WindowsDesktop/targets/Microsoft.NET.Sdk.WindowsDesktop.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WindowsDesktop/targets/Microsoft.WinFX.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WindowsDesktop/targets/System.Windows.Forms.Analyzers.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WindowsDesktop/tools/net472/PresentationBuildTasks.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WindowsDesktop/tools/net472/System.Collections.Immutable.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WindowsDesktop/tools/net472/System.Memory.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WindowsDesktop/tools/net472/System.Numerics.Vectors.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WindowsDesktop/tools/net472/System.Reflection.Metadata.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WindowsDesktop/tools/net472/System.Reflection.MetadataLoadContext.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WindowsDesktop/tools/net472/System.Runtime.CompilerServices.Unsafe.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WindowsDesktop/tools/net472/cs/PresentationBuildTasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WindowsDesktop/tools/net472/de/PresentationBuildTasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WindowsDesktop/tools/net472/es/PresentationBuildTasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/NuGet.Build.Tasks.Pack/README.md\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WindowsDesktop/tools/net472/fr/PresentationBuildTasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WindowsDesktop/tools/net472/it/PresentationBuildTasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WindowsDesktop/tools/net472/ja/PresentationBuildTasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WindowsDesktop/tools/net472/ko/PresentationBuildTasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WindowsDesktop/tools/net472/pl/PresentationBuildTasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WindowsDesktop/tools/net472/pt-BR/PresentationBuildTasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WindowsDesktop/tools/net472/ru/PresentationBuildTasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WindowsDesktop/tools/net472/tr/PresentationBuildTasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WindowsDesktop/tools/net472/zh-Hans/PresentationBuildTasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WindowsDesktop/tools/net472/zh-Hant/PresentationBuildTasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WindowsDesktop/tools/net8.0/PresentationBuildTasks.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WindowsDesktop/tools/net8.0/System.Reflection.MetadataLoadContext.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WindowsDesktop/tools/net8.0/cs/PresentationBuildTasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WindowsDesktop/tools/net8.0/de/PresentationBuildTasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WindowsDesktop/tools/net8.0/es/PresentationBuildTasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WindowsDesktop/tools/net8.0/fr/PresentationBuildTasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WindowsDesktop/tools/net8.0/it/PresentationBuildTasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WindowsDesktop/tools/net8.0/ja/PresentationBuildTasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WindowsDesktop/tools/net8.0/ko/PresentationBuildTasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WindowsDesktop/tools/net8.0/pl/PresentationBuildTasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WindowsDesktop/tools/net8.0/pt-BR/PresentationBuildTasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WindowsDesktop/tools/net8.0/ru/PresentationBuildTasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WindowsDesktop/tools/net8.0/tr/PresentationBuildTasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WindowsDesktop/tools/net8.0/zh-Hans/PresentationBuildTasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WindowsDesktop/tools/net8.0/zh-Hant/PresentationBuildTasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WindowsDesktop/useSharedDesignerContext.txt\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.WindowsDesktop/version.txt\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Worker/Sdk/Sdk.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Worker/Sdk/Sdk.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Worker/targets/Microsoft.NET.Sdk.Worker.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Worker/targets/Microsoft.NET.Sdk.Worker.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Worker/tools/net472/Microsoft.NET.Sdk.Worker.Tasks.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk.Worker/tools/net8.0/Microsoft.NET.Sdk.Worker.Tasks.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/Sdk/Sdk.AfterCommon.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/Sdk/Sdk.BeforeCommon.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/Sdk/Sdk.NuGet.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/Sdk/Sdk.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/Sdk/Sdk.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/Sdk/UseArtifactsOutputPath.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/Microsoft.CodeAnalysis.NetAnalyzers.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/Microsoft.CodeAnalysis.VisualBasic.NetAnalyzers.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/Microsoft.CodeAnalysis.NetAnalyzers.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/Microsoft.CodeAnalysis.NetAnalyzers.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_5_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_5_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_5_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_5_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_5_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_5_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_5_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_5_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_5_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_5_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_6_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_6_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_6_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_6_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_6_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_6_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_6_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_6_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_6_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_6_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_7_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_7_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_7_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_7_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_7_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_7_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_7_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_7_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_7_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_7_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_8_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_8_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_8_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_8_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_8_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_8_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_8_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_8_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_8_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_8_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_9_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_9_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_9_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_9_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_9_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_9_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_9_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_9_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_9_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_9_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_5_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_5_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_5_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_5_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_5_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_5_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_5_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_5_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_5_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_5_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_6_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_6_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_6_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_6_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_6_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_6_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_6_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_6_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_6_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_6_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_7_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_7_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_7_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_7_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_7_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_7_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_7_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_7_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_7_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_7_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_8_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_8_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_8_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_8_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_8_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_8_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_8_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_8_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_8_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_8_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_9_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_9_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_9_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_9_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_9_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_9_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_9_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_9_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_9_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldesign_9_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_5_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_5_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_5_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_5_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_5_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_5_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_5_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_5_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_5_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_5_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_6_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_6_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_6_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_6_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_6_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_6_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_6_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_6_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_6_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_6_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_7_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_7_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_7_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_7_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_7_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_7_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_7_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_7_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_7_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_7_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_8_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_8_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_8_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_8_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_8_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_8_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_8_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_8_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_8_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_8_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_9_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_9_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_9_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_9_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_9_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_9_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_9_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_9_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_9_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysisleveldocumentation_9_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_5_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_5_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_5_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_5_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_5_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_5_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_5_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_5_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_5_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_5_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_6_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_6_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_6_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_6_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_6_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_6_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_6_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_6_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_6_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_6_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_7_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_7_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_7_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_7_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_7_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_7_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_7_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_7_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_7_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_7_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_8_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_8_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_8_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_8_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_8_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_8_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_8_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_8_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_8_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_8_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_9_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_9_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_9_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_9_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_9_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_9_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_9_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_9_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_9_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelglobalization_9_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_5_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_5_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_5_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_5_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_5_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_5_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_5_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_5_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_5_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_5_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_6_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_6_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_6_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_6_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_6_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_6_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_6_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_6_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_6_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_6_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_7_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_7_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_7_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_7_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_7_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_7_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_7_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_7_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_7_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_7_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_8_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_8_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Net.Http.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_8_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_8_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_8_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_8_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_8_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_8_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_8_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_8_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_9_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_9_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_9_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_9_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_9_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_9_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_9_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_9_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_9_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelinteroperability_9_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_5_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_5_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_5_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_5_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_5_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_5_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_5_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_5_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_5_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_5_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_6_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_6_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_6_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_6_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_6_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_6_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_6_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_6_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_6_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_6_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_7_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_7_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_7_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_7_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_7_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_7_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_7_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_7_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_7_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_7_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_8_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_8_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_8_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_8_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_8_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_8_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_8_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_8_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_8_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_8_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_9_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_9_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_9_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_9_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_9_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_9_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_9_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_9_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_9_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelmaintainability_9_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_5_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_5_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_5_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_5_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_5_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_5_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_5_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_5_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_5_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_5_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_6_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_6_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_6_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_6_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_6_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_6_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_6_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_6_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_6_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_6_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_7_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_7_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_7_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_7_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_7_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_7_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_7_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_7_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_7_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_7_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_8_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_8_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_8_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_8_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_8_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_8_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_8_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_8_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_8_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_8_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_9_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_9_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_9_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_9_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_9_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_9_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_9_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_9_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_9_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelnaming_9_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_5_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_5_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_5_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_5_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_5_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_5_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_5_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_5_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_5_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_5_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_6_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_6_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_6_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_6_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_6_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_6_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_6_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_6_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_6_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_6_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_7_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_7_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_7_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_7_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_7_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_7_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_7_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_7_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_7_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_7_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_8_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_8_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_8_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_8_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_8_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_8_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_8_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_8_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_8_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_8_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_9_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_9_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_9_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_9_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_9_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_9_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_9_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_9_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_9_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelperformance_9_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_5_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_5_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_5_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_5_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_5_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_5_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_5_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_5_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_5_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_5_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_6_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_6_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_6_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_6_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_6_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_6_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_6_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_6_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_6_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_6_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_7_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_7_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_7_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_7_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_7_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_7_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_7_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_7_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_7_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_7_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_8_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_8_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_8_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_8_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_8_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_8_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_8_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_8_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_8_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_8_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_9_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_9_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_9_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_9_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_9_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_9_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_9_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_9_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_9_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelreliability_9_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_5_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_5_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_5_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_5_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_5_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_5_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_5_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_5_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_5_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_5_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_6_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_6_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_6_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_6_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_6_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_6_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_6_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_6_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_6_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_6_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_7_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_7_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_7_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_7_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_7_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_7_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_7_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_7_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_7_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_7_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_8_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_8_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_8_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_8_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_8_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_8_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_8_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_8_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_8_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_8_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_9_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_9_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_9_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_9_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_9_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_9_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_9_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_9_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_9_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelsecurity_9_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_5_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_5_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_5_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_5_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_5_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_5_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_5_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_5_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_5_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_5_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_6_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_6_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_6_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_6_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_6_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_6_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_6_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_6_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_6_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_6_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_7_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_7_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_7_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_7_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_7_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_7_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_7_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_7_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_7_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_7_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_8_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_8_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_8_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_8_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_8_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_8_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_8_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_8_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_8_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_8_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_9_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_9_all_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_9_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_9_default_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_9_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_9_minimum_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_9_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_9_none_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_9_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/es/Microsoft.CodeAnalysis.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevelusage_9_recommended_warnaserror.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/cs/Microsoft.CodeAnalysis.NetAnalyzers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/de/Microsoft.CodeAnalysis.NetAnalyzers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/es/Microsoft.CodeAnalysis.NetAnalyzers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/fr/Microsoft.CodeAnalysis.NetAnalyzers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/it/Microsoft.CodeAnalysis.NetAnalyzers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/ja/Microsoft.CodeAnalysis.NetAnalyzers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/ko/Microsoft.CodeAnalysis.NetAnalyzers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/pl/Microsoft.CodeAnalysis.NetAnalyzers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/pt-BR/Microsoft.CodeAnalysis.NetAnalyzers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/ru/Microsoft.CodeAnalysis.NetAnalyzers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/tr/Microsoft.CodeAnalysis.NetAnalyzers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/zh-Hans/Microsoft.CodeAnalysis.NetAnalyzers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/analyzers/zh-Hant/Microsoft.CodeAnalysis.NetAnalyzers.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/Microsoft.CodeAnalysis.CSharp.CodeStyle.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/Microsoft.CodeAnalysis.CodeStyle.Fixes.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/Microsoft.CodeAnalysis.CodeStyle.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/build/Microsoft.CodeAnalysis.CSharp.CodeStyle.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/build/config/analysislevelstyle_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/build/config/analysislevelstyle_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/build/config/analysislevelstyle_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/build/config/analysislevelstyle_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/build/config/analysislevelstyle_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/cs/Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/cs/Microsoft.CodeAnalysis.CSharp.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/cs/Microsoft.CodeAnalysis.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/cs/Microsoft.CodeAnalysis.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/de/Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/de/Microsoft.CodeAnalysis.CSharp.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/de/Microsoft.CodeAnalysis.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/de/Microsoft.CodeAnalysis.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/es/Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/es/Microsoft.CodeAnalysis.CSharp.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/es/Microsoft.CodeAnalysis.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/es/Microsoft.CodeAnalysis.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/fr/Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/fr/Microsoft.CodeAnalysis.CSharp.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/fr/Microsoft.CodeAnalysis.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/fr/Microsoft.CodeAnalysis.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/it/Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/it/Microsoft.CodeAnalysis.CSharp.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/it/Microsoft.CodeAnalysis.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/it/Microsoft.CodeAnalysis.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/ja/Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/ja/Microsoft.CodeAnalysis.CSharp.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/ja/Microsoft.CodeAnalysis.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/ja/Microsoft.CodeAnalysis.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/ko/Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/ko/Microsoft.CodeAnalysis.CSharp.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/ko/Microsoft.CodeAnalysis.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/ko/Microsoft.CodeAnalysis.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/pl/Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/pl/Microsoft.CodeAnalysis.CSharp.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/pl/Microsoft.CodeAnalysis.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/pl/Microsoft.CodeAnalysis.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/pt-BR/Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/pt-BR/Microsoft.CodeAnalysis.CSharp.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/pt-BR/Microsoft.CodeAnalysis.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/pt-BR/Microsoft.CodeAnalysis.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/ru/Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/ru/Microsoft.CodeAnalysis.CSharp.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/ru/Microsoft.CodeAnalysis.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/ru/Microsoft.CodeAnalysis.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/tr/Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/tr/Microsoft.CodeAnalysis.CSharp.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/tr/Microsoft.CodeAnalysis.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/tr/Microsoft.CodeAnalysis.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/zh-Hans/Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/zh-Hans/Microsoft.CodeAnalysis.CSharp.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/zh-Hans/Microsoft.CodeAnalysis.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/zh-Hans/Microsoft.CodeAnalysis.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/zh-Hant/Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/zh-Hant/Microsoft.CodeAnalysis.CSharp.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/zh-Hant/Microsoft.CodeAnalysis.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/cs/zh-Hant/Microsoft.CodeAnalysis.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/Microsoft.CodeAnalysis.CodeStyle.Fixes.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/Microsoft.CodeAnalysis.CodeStyle.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/Microsoft.CodeAnalysis.VisualBasic.CodeStyle.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/build/Microsoft.CodeAnalysis.VisualBasic.CodeStyle.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/build/config/analysislevelstyle_all.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/build/config/analysislevelstyle_default.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/build/config/analysislevelstyle_minimum.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/build/config/analysislevelstyle_none.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/build/config/analysislevelstyle_recommended.globalconfig\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/cs/Microsoft.CodeAnalysis.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/cs/Microsoft.CodeAnalysis.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/cs/Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/cs/Microsoft.CodeAnalysis.VisualBasic.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/de/Microsoft.CodeAnalysis.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/de/Microsoft.CodeAnalysis.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/de/Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/de/Microsoft.CodeAnalysis.VisualBasic.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/es/Microsoft.CodeAnalysis.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/es/Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/es/Microsoft.CodeAnalysis.VisualBasic.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/fr/Microsoft.CodeAnalysis.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/fr/Microsoft.CodeAnalysis.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/fr/Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/fr/Microsoft.CodeAnalysis.VisualBasic.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/it/Microsoft.CodeAnalysis.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/it/Microsoft.CodeAnalysis.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/it/Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/it/Microsoft.CodeAnalysis.VisualBasic.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/ja/Microsoft.CodeAnalysis.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/ja/Microsoft.CodeAnalysis.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/ja/Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/ja/Microsoft.CodeAnalysis.VisualBasic.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/ko/Microsoft.CodeAnalysis.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/ko/Microsoft.CodeAnalysis.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/ko/Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/ko/Microsoft.CodeAnalysis.VisualBasic.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/pl/Microsoft.CodeAnalysis.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/pl/Microsoft.CodeAnalysis.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/pl/Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/pl/Microsoft.CodeAnalysis.VisualBasic.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/pt-BR/Microsoft.CodeAnalysis.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/pt-BR/Microsoft.CodeAnalysis.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/pt-BR/Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/pt-BR/Microsoft.CodeAnalysis.VisualBasic.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/ru/Microsoft.CodeAnalysis.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/ru/Microsoft.CodeAnalysis.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/ru/Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/ru/Microsoft.CodeAnalysis.VisualBasic.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/tr/Microsoft.CodeAnalysis.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/tr/Microsoft.CodeAnalysis.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/tr/Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/tr/Microsoft.CodeAnalysis.VisualBasic.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/zh-Hans/Microsoft.CodeAnalysis.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/zh-Hans/Microsoft.CodeAnalysis.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/zh-Hans/Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/zh-Hans/Microsoft.CodeAnalysis.VisualBasic.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/zh-Hant/Microsoft.CodeAnalysis.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/zh-Hant/Microsoft.CodeAnalysis.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/zh-Hant/Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/codestyle/vb/zh-Hant/Microsoft.CodeAnalysis.VisualBasic.CodeStyle.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/GenerateDeps/GenerateDeps.proj\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.ApiCompat.Common.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.ApiCompat.ValidatePackage.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.ApiCompat.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/es/dotnet.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.ClickOnce.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.ComposeStore.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.ConflictResolution.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.CrossGen.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DefaultArtifactsPath.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DefaultAssemblyInfo.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DefaultOutputPaths.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DefaultPackageConflictOverrides.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DesignerSupport.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DisableStandardFrameworkResolution.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.EolTargetFrameworks.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.GenerateAssemblyInfo.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.GenerateGlobalUsings.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.GenerateSupportedRuntime.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.NuGetOfflineCache.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.ObsoleteReferences.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackProjectTool.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackProjectTool.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackStubs.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackTool.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackTool.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PreserveCompilationContext.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.RuntimeIdentifierInference.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.Analyzers.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.BeforeCommon.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.BeforeCommonCrossTargeting.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.CSharp.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.CSharp.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.Common.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.CrossTargeting.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.Shared.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FSharp.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FSharp.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FSharpTargetsShim.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.GetRequiredWorkloads.CrossTargeting.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.ImportPublishProfile.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.ImportWorkloads.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.ImportWorkloads.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.Shared.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.SourceLink.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.SourceLink.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.VisualBasic.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.VisualBasic.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.Workloads.CrossTargeting.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.SupportedPlatforms.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.SupportedTargetFrameworks.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Windows.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ref/netstandard.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Windows.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.WindowsSdkSupportedTargetPlatforms.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolutionStubs.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/Microsoft.Bcl.AsyncInterfaces.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/Microsoft.Deployment.DotNet.Releases.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/Microsoft.DotNet.ApiCompat.Task.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/Microsoft.DotNet.ApiCompatibility.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/Microsoft.DotNet.ApiSymbolExtensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/Microsoft.DotNet.PackageValidation.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/Microsoft.Extensions.DependencyModel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/Microsoft.NET.Build.Tasks.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/Microsoft.NET.Build.Tasks.dll.config\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/Microsoft.NET.HostModel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/Newtonsoft.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/NuGet.Common.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/NuGet.Configuration.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/NuGet.DependencyResolver.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/NuGet.Frameworks.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/NuGet.LibraryModel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/NuGet.Packaging.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/NuGet.ProjectModel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/NuGet.Protocol.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/NuGet.Versioning.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/System.Buffers.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/System.Collections.Immutable.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/System.Memory.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/System.Numerics.Vectors.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/System.Reflection.Metadata.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/System.Reflection.MetadataLoadContext.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/System.Runtime.CompilerServices.Unsafe.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/System.Text.Encodings.Web.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/System.Text.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/System.Threading.Tasks.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/System.ValueTuple.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/cs/Microsoft.Deployment.DotNet.Releases.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/cs/Microsoft.DotNet.ApiCompat.Task.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/cs/Microsoft.DotNet.ApiCompatibility.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/cs/Microsoft.DotNet.ApiSymbolExtensions.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/cs/Microsoft.DotNet.PackageValidation.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/cs/Microsoft.NET.Build.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/de/Microsoft.Deployment.DotNet.Releases.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/de/Microsoft.DotNet.ApiCompat.Task.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/de/Microsoft.DotNet.ApiCompatibility.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/de/Microsoft.DotNet.ApiSymbolExtensions.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/de/Microsoft.DotNet.PackageValidation.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/de/Microsoft.NET.Build.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/es/Microsoft.Deployment.DotNet.Releases.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/es/Microsoft.DotNet.ApiCompat.Task.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/es/Microsoft.DotNet.ApiCompatibility.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/es/Microsoft.DotNet.ApiSymbolExtensions.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/es/Microsoft.DotNet.PackageValidation.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/es/Microsoft.NET.Build.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ru/MSBuild.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/fr/Microsoft.Deployment.DotNet.Releases.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/fr/Microsoft.DotNet.ApiCompat.Task.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/fr/Microsoft.DotNet.ApiCompatibility.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/fr/Microsoft.DotNet.ApiSymbolExtensions.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/fr/Microsoft.DotNet.PackageValidation.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/fr/Microsoft.NET.Build.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/it/Microsoft.Deployment.DotNet.Releases.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/it/Microsoft.DotNet.ApiCompat.Task.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/it/Microsoft.DotNet.ApiCompatibility.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/it/Microsoft.DotNet.ApiSymbolExtensions.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/it/Microsoft.DotNet.PackageValidation.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/it/Microsoft.NET.Build.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/ja/Microsoft.Deployment.DotNet.Releases.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/ja/Microsoft.DotNet.ApiCompat.Task.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/ja/Microsoft.DotNet.ApiCompatibility.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/ja/Microsoft.DotNet.ApiSymbolExtensions.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/ja/Microsoft.DotNet.PackageValidation.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/ja/Microsoft.NET.Build.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/ko/Microsoft.Deployment.DotNet.Releases.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/ko/Microsoft.DotNet.ApiCompat.Task.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/ko/Microsoft.DotNet.ApiCompatibility.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/ko/Microsoft.DotNet.ApiSymbolExtensions.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/ko/Microsoft.DotNet.PackageValidation.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/ko/Microsoft.NET.Build.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/pl/Microsoft.Deployment.DotNet.Releases.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/pl/Microsoft.DotNet.ApiCompat.Task.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/pl/Microsoft.DotNet.ApiCompatibility.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/pl/Microsoft.DotNet.ApiSymbolExtensions.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/pl/Microsoft.DotNet.PackageValidation.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/pl/Microsoft.NET.Build.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/pt-BR/Microsoft.Deployment.DotNet.Releases.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/pt-BR/Microsoft.DotNet.ApiCompat.Task.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/pt-BR/Microsoft.DotNet.ApiCompatibility.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/pt-BR/Microsoft.DotNet.ApiSymbolExtensions.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/pt-BR/Microsoft.DotNet.PackageValidation.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/pt-BR/Microsoft.NET.Build.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/ru/Microsoft.Deployment.DotNet.Releases.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/ru/Microsoft.DotNet.ApiCompat.Task.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/ru/Microsoft.DotNet.ApiCompatibility.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/ru/Microsoft.DotNet.ApiSymbolExtensions.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/ru/Microsoft.DotNet.PackageValidation.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/ru/Microsoft.NET.Build.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/tr/Microsoft.Deployment.DotNet.Releases.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/tr/Microsoft.DotNet.ApiCompat.Task.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/tr/Microsoft.DotNet.ApiCompatibility.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/tr/Microsoft.DotNet.ApiSymbolExtensions.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/tr/Microsoft.DotNet.PackageValidation.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/tr/Microsoft.NET.Build.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/zh-Hans/Microsoft.Deployment.DotNet.Releases.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/zh-Hans/Microsoft.DotNet.ApiCompat.Task.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/zh-Hans/Microsoft.DotNet.ApiCompatibility.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/zh-Hans/Microsoft.DotNet.ApiSymbolExtensions.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/zh-Hans/Microsoft.DotNet.PackageValidation.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/zh-Hans/Microsoft.NET.Build.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/zh-Hant/Microsoft.Deployment.DotNet.Releases.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/zh-Hant/Microsoft.DotNet.ApiCompat.Task.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/zh-Hant/Microsoft.DotNet.ApiCompatibility.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/zh-Hant/Microsoft.DotNet.ApiSymbolExtensions.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/zh-Hant/Microsoft.DotNet.PackageValidation.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net472/zh-Hant/Microsoft.NET.Build.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/Microsoft.Deployment.DotNet.Releases.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/Microsoft.DotNet.ApiCompat.Task.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/Microsoft.DotNet.ApiCompatibility.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/Microsoft.DotNet.ApiSymbolExtensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/Microsoft.DotNet.PackageValidation.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/Microsoft.NET.Build.Tasks.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/cs/Microsoft.Deployment.DotNet.Releases.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/cs/Microsoft.DotNet.ApiCompat.Task.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/cs/Microsoft.DotNet.ApiCompatibility.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/cs/Microsoft.DotNet.ApiSymbolExtensions.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/cs/Microsoft.DotNet.PackageValidation.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/cs/Microsoft.NET.Build.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/de/Microsoft.Deployment.DotNet.Releases.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/de/Microsoft.DotNet.ApiCompat.Task.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/de/Microsoft.DotNet.ApiCompatibility.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/de/Microsoft.DotNet.ApiSymbolExtensions.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/de/Microsoft.DotNet.PackageValidation.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/de/Microsoft.NET.Build.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/es/Microsoft.Deployment.DotNet.Releases.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/es/Microsoft.DotNet.ApiCompat.Task.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/es/Microsoft.DotNet.ApiCompatibility.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/es/Microsoft.DotNet.ApiSymbolExtensions.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/es/Microsoft.DotNet.PackageValidation.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/es/Microsoft.NET.Build.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/fr/Microsoft.Deployment.DotNet.Releases.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/fr/Microsoft.DotNet.ApiCompat.Task.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/fr/Microsoft.DotNet.ApiCompatibility.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/fr/Microsoft.DotNet.ApiSymbolExtensions.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/fr/Microsoft.DotNet.PackageValidation.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/fr/Microsoft.NET.Build.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/it/Microsoft.Deployment.DotNet.Releases.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/it/Microsoft.DotNet.ApiCompat.Task.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/it/Microsoft.DotNet.ApiCompatibility.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/it/Microsoft.DotNet.ApiSymbolExtensions.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/it/Microsoft.DotNet.PackageValidation.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/it/Microsoft.NET.Build.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/ja/Microsoft.Deployment.DotNet.Releases.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/ja/Microsoft.DotNet.ApiCompat.Task.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/ja/Microsoft.DotNet.ApiCompatibility.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/ja/Microsoft.DotNet.ApiSymbolExtensions.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/ja/Microsoft.DotNet.PackageValidation.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/ja/Microsoft.NET.Build.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/ko/Microsoft.Deployment.DotNet.Releases.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/ko/Microsoft.DotNet.ApiCompat.Task.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/ko/Microsoft.DotNet.ApiCompatibility.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/ko/Microsoft.DotNet.ApiSymbolExtensions.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/ko/Microsoft.DotNet.PackageValidation.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/ko/Microsoft.NET.Build.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/pl/Microsoft.Deployment.DotNet.Releases.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/pl/Microsoft.DotNet.ApiCompat.Task.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/pl/Microsoft.DotNet.ApiCompatibility.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/pl/Microsoft.DotNet.ApiSymbolExtensions.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/pl/Microsoft.DotNet.PackageValidation.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/pl/Microsoft.NET.Build.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/pt-BR/Microsoft.Deployment.DotNet.Releases.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/pt-BR/Microsoft.DotNet.ApiCompat.Task.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/pt-BR/Microsoft.DotNet.ApiCompatibility.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/pt-BR/Microsoft.DotNet.ApiSymbolExtensions.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/pt-BR/Microsoft.DotNet.PackageValidation.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/pt-BR/Microsoft.NET.Build.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/ru/Microsoft.Deployment.DotNet.Releases.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/ru/Microsoft.DotNet.ApiCompat.Task.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/ru/Microsoft.DotNet.ApiCompatibility.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/ru/Microsoft.DotNet.ApiSymbolExtensions.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/ru/Microsoft.DotNet.PackageValidation.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/ru/Microsoft.NET.Build.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/tr/Microsoft.Deployment.DotNet.Releases.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/tr/Microsoft.DotNet.ApiCompat.Task.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/tr/Microsoft.DotNet.ApiCompatibility.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/tr/Microsoft.DotNet.ApiSymbolExtensions.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/tr/Microsoft.DotNet.PackageValidation.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/tr/Microsoft.NET.Build.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/zh-Hans/Microsoft.Deployment.DotNet.Releases.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/zh-Hans/Microsoft.DotNet.ApiCompat.Task.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/zh-Hans/Microsoft.DotNet.ApiCompatibility.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/zh-Hans/Microsoft.DotNet.ApiSymbolExtensions.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/zh-Hans/Microsoft.DotNet.PackageValidation.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/zh-Hans/Microsoft.NET.Build.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/zh-Hant/Microsoft.Deployment.DotNet.Releases.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/zh-Hant/Microsoft.DotNet.ApiCompat.Task.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/zh-Hant/Microsoft.DotNet.ApiCompatibility.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/zh-Hant/Microsoft.DotNet.ApiSymbolExtensions.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/zh-Hant/Microsoft.DotNet.PackageValidation.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.NET.Sdk/tools/net8.0/zh-Hant/Microsoft.NET.Build.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.AzureRepos.Git/build/Microsoft.SourceLink.AzureRepos.Git.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.AzureRepos.Git/build/Microsoft.SourceLink.AzureRepos.Git.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.AzureRepos.Git/buildMultiTargeting/Microsoft.SourceLink.AzureRepos.Git.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.AzureRepos.Git/buildMultiTargeting/Microsoft.SourceLink.AzureRepos.Git.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.AzureRepos.Git/tools/core/Microsoft.SourceLink.AzureRepos.Git.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.AzureRepos.Git/tools/core/cs/Microsoft.SourceLink.AzureRepos.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.AzureRepos.Git/tools/core/de/Microsoft.SourceLink.AzureRepos.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.AzureRepos.Git/tools/core/es/Microsoft.SourceLink.AzureRepos.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.AzureRepos.Git/tools/core/fr/Microsoft.SourceLink.AzureRepos.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.AzureRepos.Git/tools/core/it/Microsoft.SourceLink.AzureRepos.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.AzureRepos.Git/tools/core/ja/Microsoft.SourceLink.AzureRepos.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.AzureRepos.Git/tools/core/ko/Microsoft.SourceLink.AzureRepos.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.AzureRepos.Git/tools/core/pl/Microsoft.SourceLink.AzureRepos.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.AzureRepos.Git/tools/core/pt-BR/Microsoft.SourceLink.AzureRepos.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.AzureRepos.Git/tools/core/ru/Microsoft.SourceLink.AzureRepos.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.AzureRepos.Git/tools/core/tr/Microsoft.SourceLink.AzureRepos.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.AzureRepos.Git/tools/core/zh-Hans/Microsoft.SourceLink.AzureRepos.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.AzureRepos.Git/tools/core/zh-Hant/Microsoft.SourceLink.AzureRepos.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.AzureRepos.Git/tools/net472/Microsoft.SourceLink.AzureRepos.Git.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.AzureRepos.Git/tools/net472/cs/Microsoft.SourceLink.AzureRepos.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.AzureRepos.Git/tools/net472/de/Microsoft.SourceLink.AzureRepos.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.AzureRepos.Git/tools/net472/es/Microsoft.SourceLink.AzureRepos.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.AzureRepos.Git/tools/net472/fr/Microsoft.SourceLink.AzureRepos.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.AzureRepos.Git/tools/net472/it/Microsoft.SourceLink.AzureRepos.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.AzureRepos.Git/tools/net472/ja/Microsoft.SourceLink.AzureRepos.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.AzureRepos.Git/tools/net472/ko/Microsoft.SourceLink.AzureRepos.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.AzureRepos.Git/tools/net472/pl/Microsoft.SourceLink.AzureRepos.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.AzureRepos.Git/tools/net472/pt-BR/Microsoft.SourceLink.AzureRepos.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.AzureRepos.Git/tools/net472/ru/Microsoft.SourceLink.AzureRepos.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.AzureRepos.Git/tools/net472/tr/Microsoft.SourceLink.AzureRepos.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.AzureRepos.Git/tools/net472/zh-Hans/Microsoft.SourceLink.AzureRepos.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.AzureRepos.Git/tools/net472/zh-Hant/Microsoft.SourceLink.AzureRepos.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Bitbucket.Git/build/Microsoft.SourceLink.Bitbucket.Git.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Bitbucket.Git/build/Microsoft.SourceLink.Bitbucket.Git.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Bitbucket.Git/buildMultiTargeting/Microsoft.SourceLink.Bitbucket.Git.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Bitbucket.Git/buildMultiTargeting/Microsoft.SourceLink.Bitbucket.Git.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Bitbucket.Git/tools/core/Microsoft.SourceLink.Bitbucket.Git.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Bitbucket.Git/tools/core/cs/Microsoft.SourceLink.Bitbucket.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Bitbucket.Git/tools/core/de/Microsoft.SourceLink.Bitbucket.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Bitbucket.Git/tools/core/es/Microsoft.SourceLink.Bitbucket.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Bitbucket.Git/tools/core/fr/Microsoft.SourceLink.Bitbucket.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Bitbucket.Git/tools/core/it/Microsoft.SourceLink.Bitbucket.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Bitbucket.Git/tools/core/ja/Microsoft.SourceLink.Bitbucket.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Bitbucket.Git/tools/core/ko/Microsoft.SourceLink.Bitbucket.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Bitbucket.Git/tools/core/pl/Microsoft.SourceLink.Bitbucket.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/NuGet.Build.Tasks.Pack/NOTICES.txt\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Bitbucket.Git/tools/core/pt-BR/Microsoft.SourceLink.Bitbucket.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Bitbucket.Git/tools/core/ru/Microsoft.SourceLink.Bitbucket.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Bitbucket.Git/tools/core/tr/Microsoft.SourceLink.Bitbucket.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Bitbucket.Git/tools/core/zh-Hans/Microsoft.SourceLink.Bitbucket.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Bitbucket.Git/tools/core/zh-Hant/Microsoft.SourceLink.Bitbucket.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Bitbucket.Git/tools/net472/Microsoft.SourceLink.Bitbucket.Git.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Bitbucket.Git/tools/net472/cs/Microsoft.SourceLink.Bitbucket.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Bitbucket.Git/tools/net472/de/Microsoft.SourceLink.Bitbucket.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Bitbucket.Git/tools/net472/es/Microsoft.SourceLink.Bitbucket.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Bitbucket.Git/tools/net472/fr/Microsoft.SourceLink.Bitbucket.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Bitbucket.Git/tools/net472/it/Microsoft.SourceLink.Bitbucket.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Bitbucket.Git/tools/net472/ja/Microsoft.SourceLink.Bitbucket.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Bitbucket.Git/tools/net472/ko/Microsoft.SourceLink.Bitbucket.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Bitbucket.Git/tools/net472/pl/Microsoft.SourceLink.Bitbucket.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Bitbucket.Git/tools/net472/pt-BR/Microsoft.SourceLink.Bitbucket.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Bitbucket.Git/tools/net472/ru/Microsoft.SourceLink.Bitbucket.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Bitbucket.Git/tools/net472/tr/Microsoft.SourceLink.Bitbucket.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Bitbucket.Git/tools/net472/zh-Hans/Microsoft.SourceLink.Bitbucket.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Bitbucket.Git/tools/net472/zh-Hant/Microsoft.SourceLink.Bitbucket.Git.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Common/build/InitializeSourceControlInformation.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Common/build/Microsoft.SourceLink.Common.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Common/build/Microsoft.SourceLink.Common.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Common/buildMultiTargeting/Microsoft.SourceLink.Common.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Common/buildMultiTargeting/Microsoft.SourceLink.Common.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Common/tools/core/Microsoft.SourceLink.Common.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Common/tools/core/cs/Microsoft.SourceLink.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Common/tools/core/de/Microsoft.SourceLink.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Common/tools/core/es/Microsoft.SourceLink.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Common/tools/core/fr/Microsoft.SourceLink.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Common/tools/core/it/Microsoft.SourceLink.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Common/tools/core/ja/Microsoft.SourceLink.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Common/tools/core/ko/Microsoft.SourceLink.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Common/tools/core/pl/Microsoft.SourceLink.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Common/tools/core/pt-BR/Microsoft.SourceLink.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Common/tools/core/ru/Microsoft.SourceLink.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Common/tools/core/tr/Microsoft.SourceLink.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Common/tools/core/zh-Hans/Microsoft.SourceLink.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Common/tools/core/zh-Hant/Microsoft.SourceLink.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Common/tools/net472/Microsoft.SourceLink.Common.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Common/tools/net472/cs/Microsoft.SourceLink.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Common/tools/net472/de/Microsoft.SourceLink.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Common/tools/net472/es/Microsoft.SourceLink.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Common/tools/net472/fr/Microsoft.SourceLink.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Common/tools/net472/it/Microsoft.SourceLink.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Common/tools/net472/ja/Microsoft.SourceLink.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Common/tools/net472/ko/Microsoft.SourceLink.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Common/tools/net472/pl/Microsoft.SourceLink.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Common/tools/net472/pt-BR/Microsoft.SourceLink.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Common/tools/net472/ru/Microsoft.SourceLink.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Common/tools/net472/tr/Microsoft.SourceLink.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Common/tools/net472/zh-Hans/Microsoft.SourceLink.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.Common/tools/net472/zh-Hant/Microsoft.SourceLink.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitHub/build/Microsoft.SourceLink.GitHub.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitHub/build/Microsoft.SourceLink.GitHub.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitHub/buildMultiTargeting/Microsoft.SourceLink.GitHub.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitHub/buildMultiTargeting/Microsoft.SourceLink.GitHub.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitHub/tools/core/Microsoft.SourceLink.GitHub.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitHub/tools/core/cs/Microsoft.SourceLink.GitHub.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitHub/tools/core/de/Microsoft.SourceLink.GitHub.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitHub/tools/core/es/Microsoft.SourceLink.GitHub.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitHub/tools/core/fr/Microsoft.SourceLink.GitHub.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitHub/tools/core/it/Microsoft.SourceLink.GitHub.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitHub/tools/core/ja/Microsoft.SourceLink.GitHub.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitHub/tools/core/ko/Microsoft.SourceLink.GitHub.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitHub/tools/core/pl/Microsoft.SourceLink.GitHub.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitHub/tools/core/pt-BR/Microsoft.SourceLink.GitHub.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitHub/tools/core/ru/Microsoft.SourceLink.GitHub.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitHub/tools/core/tr/Microsoft.SourceLink.GitHub.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitHub/tools/core/zh-Hans/Microsoft.SourceLink.GitHub.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitHub/tools/core/zh-Hant/Microsoft.SourceLink.GitHub.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitHub/tools/net472/Microsoft.SourceLink.GitHub.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitHub/tools/net472/cs/Microsoft.SourceLink.GitHub.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitHub/tools/net472/de/Microsoft.SourceLink.GitHub.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitHub/tools/net472/es/Microsoft.SourceLink.GitHub.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitHub/tools/net472/fr/Microsoft.SourceLink.GitHub.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitHub/tools/net472/it/Microsoft.SourceLink.GitHub.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitHub/tools/net472/ja/Microsoft.SourceLink.GitHub.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitHub/tools/net472/ko/Microsoft.SourceLink.GitHub.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitHub/tools/net472/pl/Microsoft.SourceLink.GitHub.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitHub/tools/net472/pt-BR/Microsoft.SourceLink.GitHub.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitHub/tools/net472/ru/Microsoft.SourceLink.GitHub.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitHub/tools/net472/tr/Microsoft.SourceLink.GitHub.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitHub/tools/net472/zh-Hans/Microsoft.SourceLink.GitHub.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitHub/tools/net472/zh-Hant/Microsoft.SourceLink.GitHub.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitLab/build/Microsoft.SourceLink.GitLab.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitLab/build/Microsoft.SourceLink.GitLab.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitLab/buildMultiTargeting/Microsoft.SourceLink.GitLab.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitLab/buildMultiTargeting/Microsoft.SourceLink.GitLab.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitLab/tools/core/Microsoft.SourceLink.GitLab.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitLab/tools/core/cs/Microsoft.SourceLink.GitLab.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitLab/tools/core/de/Microsoft.SourceLink.GitLab.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitLab/tools/core/es/Microsoft.SourceLink.GitLab.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitLab/tools/core/fr/Microsoft.SourceLink.GitLab.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitLab/tools/core/it/Microsoft.SourceLink.GitLab.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitLab/tools/core/ja/Microsoft.SourceLink.GitLab.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitLab/tools/core/ko/Microsoft.SourceLink.GitLab.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitLab/tools/core/pl/Microsoft.SourceLink.GitLab.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitLab/tools/core/pt-BR/Microsoft.SourceLink.GitLab.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitLab/tools/core/ru/Microsoft.SourceLink.GitLab.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitLab/tools/core/tr/Microsoft.SourceLink.GitLab.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitLab/tools/core/zh-Hans/Microsoft.SourceLink.GitLab.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitLab/tools/core/zh-Hant/Microsoft.SourceLink.GitLab.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitLab/tools/net472/Microsoft.SourceLink.GitLab.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitLab/tools/net472/cs/Microsoft.SourceLink.GitLab.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitLab/tools/net472/de/Microsoft.SourceLink.GitLab.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitLab/tools/net472/es/Microsoft.SourceLink.GitLab.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitLab/tools/net472/fr/Microsoft.SourceLink.GitLab.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitLab/tools/net472/it/Microsoft.SourceLink.GitLab.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitLab/tools/net472/ja/Microsoft.SourceLink.GitLab.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitLab/tools/net472/ko/Microsoft.SourceLink.GitLab.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitLab/tools/net472/pl/Microsoft.SourceLink.GitLab.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitLab/tools/net472/pt-BR/Microsoft.SourceLink.GitLab.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitLab/tools/net472/ru/Microsoft.SourceLink.GitLab.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitLab/tools/net472/tr/Microsoft.SourceLink.GitLab.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitLab/tools/net472/zh-Hans/Microsoft.SourceLink.GitLab.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/Microsoft.SourceLink.GitLab/tools/net472/zh-Hant/Microsoft.SourceLink.GitLab.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/NuGet.Build.Tasks.Pack/CoreCLR/NuGet.Build.Tasks.Pack.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/NuGet.Build.Tasks.Pack/CoreCLR/cs/NuGet.Build.Tasks.Pack.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/NuGet.Build.Tasks.Pack/CoreCLR/de/NuGet.Build.Tasks.Pack.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/NuGet.Build.Tasks.Pack/CoreCLR/es/NuGet.Build.Tasks.Pack.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/NuGet.Build.Tasks.Pack/CoreCLR/fr/NuGet.Build.Tasks.Pack.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/NuGet.Build.Tasks.Pack/CoreCLR/it/NuGet.Build.Tasks.Pack.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/NuGet.Build.Tasks.Pack/CoreCLR/ja/NuGet.Build.Tasks.Pack.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/NuGet.Build.Tasks.Pack/CoreCLR/ko/NuGet.Build.Tasks.Pack.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/NuGet.Build.Tasks.Pack/CoreCLR/pl/NuGet.Build.Tasks.Pack.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/NuGet.Build.Tasks.Pack/CoreCLR/pt-BR/NuGet.Build.Tasks.Pack.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/NuGet.Build.Tasks.Pack/CoreCLR/ru/NuGet.Build.Tasks.Pack.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/NuGet.Build.Tasks.Pack/CoreCLR/tr/NuGet.Build.Tasks.Pack.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/NuGet.Build.Tasks.Pack/CoreCLR/zh-Hans/NuGet.Build.Tasks.Pack.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/NuGet.Build.Tasks.Pack/CoreCLR/zh-Hant/NuGet.Build.Tasks.Pack.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/NuGet.Build.Tasks.Pack/Desktop/NuGet.Build.Tasks.Pack.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/NuGet.Build.Tasks.Pack/Desktop/cs/NuGet.Build.Tasks.Pack.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/NuGet.Build.Tasks.Pack/Desktop/de/NuGet.Build.Tasks.Pack.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/NuGet.Build.Tasks.Pack/Desktop/es/NuGet.Build.Tasks.Pack.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/NuGet.Build.Tasks.Pack/Desktop/fr/NuGet.Build.Tasks.Pack.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/NuGet.Build.Tasks.Pack/Desktop/it/NuGet.Build.Tasks.Pack.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/NuGet.Build.Tasks.Pack/Desktop/ja/NuGet.Build.Tasks.Pack.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/NuGet.Build.Tasks.Pack/Desktop/ko/NuGet.Build.Tasks.Pack.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/NuGet.Build.Tasks.Pack/Desktop/pl/NuGet.Build.Tasks.Pack.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/NuGet.Build.Tasks.Pack/Desktop/pt-BR/NuGet.Build.Tasks.Pack.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/NuGet.Build.Tasks.Pack/Desktop/ru/NuGet.Build.Tasks.Pack.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/NuGet.Build.Tasks.Pack/Desktop/tr/NuGet.Build.Tasks.Pack.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/NuGet.Build.Tasks.Pack/Desktop/zh-Hans/NuGet.Build.Tasks.Pack.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/NuGet.Build.Tasks.Pack/Desktop/zh-Hant/NuGet.Build.Tasks.Pack.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/NuGet.Build.Tasks.Pack/build/NuGet.Build.Tasks.Pack.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/Sdks/NuGet.Build.Tasks.Pack/buildCrossTargeting/NuGet.Build.Tasks.Pack.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/System.CodeDom.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/System.CommandLine.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/System.ComponentModel.Composition.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/System.Configuration.ConfigurationManager.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/System.Diagnostics.EventLog.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/System.Reflection.MetadataLoadContext.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/System.Resources.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/System.Security.Cryptography.Pkcs.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/System.Security.Cryptography.ProtectedData.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/System.Security.Cryptography.Xml.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/System.ServiceProcess.ServiceController.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/Microsoft.TestPlatform.CommunicationUtilities.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/Microsoft.TestPlatform.CoreUtilities.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/Microsoft.TestPlatform.CrossPlatEngine.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/Microsoft.TestPlatform.PlatformAbstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/Microsoft.TestPlatform.Utilities.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/Microsoft.VisualStudio.TestPlatform.Common.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/Microsoft.Win32.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/Newtonsoft.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.AppContext.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Collections.Concurrent.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Collections.Immutable.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Collections.NonGeneric.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Collections.Specialized.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Collections.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.ComponentModel.EventBasedAsync.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.ComponentModel.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.ComponentModel.TypeConverter.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.ComponentModel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Console.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Data.Common.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Diagnostics.Contracts.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Diagnostics.Debug.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Diagnostics.FileVersionInfo.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Diagnostics.Process.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Diagnostics.StackTrace.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Diagnostics.TextWriterTraceListener.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Diagnostics.Tools.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Diagnostics.TraceSource.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Diagnostics.Tracing.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Drawing.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Dynamic.Runtime.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Globalization.Calendars.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Globalization.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Globalization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.IO.Compression.ZipFile.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.IO.Compression.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.IO.FileSystem.DriveInfo.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.IO.FileSystem.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.IO.FileSystem.Watcher.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.IO.FileSystem.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.IO.IsolatedStorage.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.IO.MemoryMappedFiles.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.IO.Pipes.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.IO.UnmanagedMemoryStream.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.IO.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Linq.Expressions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Linq.Parallel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Linq.Queryable.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Linq.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Net.NameResolution.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Net.NetworkInformation.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Net.Ping.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Net.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Net.Requests.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Net.Security.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Net.Sockets.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Net.WebHeaderCollection.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Net.WebSockets.Client.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Net.WebSockets.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.ObjectModel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Reflection.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Reflection.Metadata.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Reflection.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Reflection.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Resources.Reader.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Resources.ResourceManager.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Resources.Writer.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Runtime.CompilerServices.VisualC.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Runtime.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Runtime.Handles.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Runtime.InteropServices.RuntimeInformation.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Runtime.InteropServices.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Runtime.Numerics.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Runtime.Serialization.Formatters.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Runtime.Serialization.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Runtime.Serialization.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Runtime.Serialization.Xml.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Runtime.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Security.Claims.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Security.Cryptography.Algorithms.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Security.Cryptography.Csp.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Security.Cryptography.Encoding.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Security.Cryptography.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Security.Cryptography.X509Certificates.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Security.Principal.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Security.SecureString.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Text.Encoding.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Text.Encoding.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Text.RegularExpressions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Threading.Overlapped.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Threading.Tasks.Parallel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Threading.Tasks.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Threading.Thread.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Threading.ThreadPool.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Threading.Timer.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Threading.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.ValueTuple.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Xml.ReaderWriter.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Xml.XDocument.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Xml.XPath.XDocument.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Xml.XPath.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Xml.XmlDocument.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/System.Xml.XmlSerializer.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/cs/Microsoft.TestPlatform.CommunicationUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/cs/Microsoft.TestPlatform.CrossPlatEngine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/cs/Microsoft.TestPlatform.Utilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/cs/Microsoft.VisualStudio.TestPlatform.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/datacollector.arm64.exe\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/datacollector.arm64.exe.config\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/datacollector.exe\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/datacollector.exe.config\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/de/Microsoft.TestPlatform.CommunicationUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/de/Microsoft.TestPlatform.CoreUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/de/Microsoft.TestPlatform.CrossPlatEngine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/de/Microsoft.TestPlatform.Utilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/de/Microsoft.VisualStudio.TestPlatform.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/es/Microsoft.TestPlatform.CommunicationUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/es/Microsoft.TestPlatform.CoreUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/es/Microsoft.TestPlatform.CrossPlatEngine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/es/Microsoft.TestPlatform.Utilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/es/Microsoft.VisualStudio.TestPlatform.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/fr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/fr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/fr/Microsoft.TestPlatform.Utilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/fr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/it/Microsoft.TestPlatform.CommunicationUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/it/Microsoft.TestPlatform.CoreUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/it/Microsoft.TestPlatform.CrossPlatEngine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/it/Microsoft.TestPlatform.Utilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/it/Microsoft.VisualStudio.TestPlatform.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/ja/Microsoft.TestPlatform.CommunicationUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/ja/Microsoft.TestPlatform.CrossPlatEngine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/ja/Microsoft.TestPlatform.Utilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/ja/Microsoft.VisualStudio.TestPlatform.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/ko/Microsoft.TestPlatform.CommunicationUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/ko/Microsoft.TestPlatform.CrossPlatEngine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/ko/Microsoft.TestPlatform.Utilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/ko/Microsoft.VisualStudio.TestPlatform.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/netstandard.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/pl/Microsoft.TestPlatform.CommunicationUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/pl/Microsoft.TestPlatform.CrossPlatEngine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/pl/Microsoft.TestPlatform.Utilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/pl/Microsoft.VisualStudio.TestPlatform.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/pt-BR/Microsoft.TestPlatform.CommunicationUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/pt-BR/Microsoft.TestPlatform.CrossPlatEngine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/pt-BR/Microsoft.TestPlatform.Utilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/pt-BR/Microsoft.VisualStudio.TestPlatform.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/ru/Microsoft.TestPlatform.CommunicationUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/ru/Microsoft.TestPlatform.CrossPlatEngine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/ru/Microsoft.TestPlatform.Utilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/ru/Microsoft.VisualStudio.TestPlatform.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/testhost.arm64.exe\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/testhost.arm64.exe.config\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/testhost.exe\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/testhost.exe.config\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/testhost.net47.arm64.exe\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/testhost.net47.arm64.exe.config\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/testhost.net47.exe\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/testhost.net47.exe.config\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/testhost.net47.x86.exe\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/testhost.net47.x86.exe.config\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/testhost.net471.arm64.exe\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/testhost.net471.arm64.exe.config\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/testhost.net471.exe\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/testhost.net471.exe.config\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/testhost.net471.x86.exe\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/testhost.net471.x86.exe.config\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/testhost.net472.arm64.exe\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/testhost.net472.arm64.exe.config\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/testhost.net472.exe\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/testhost.net472.exe.config\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/testhost.net472.x86.exe\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/testhost.net472.x86.exe.config\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/testhost.net48.arm64.exe\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/testhost.net48.arm64.exe.config\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/testhost.net48.exe\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/testhost.net48.exe.config\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/testhost.net48.x86.exe\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/testhost.net48.x86.exe.config\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/testhost.x86.exe\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/testhost.x86.exe.config\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/tr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/tr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/tr/Microsoft.TestPlatform.Utilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/tr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/x64/msdia140.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/x64/msdia140.dll.manifest\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/x86/msdia140.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/x86/msdia140.dll.manifest\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/zh-Hans/Microsoft.TestPlatform.CommunicationUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/zh-Hans/Microsoft.TestPlatform.CrossPlatEngine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/zh-Hans/Microsoft.TestPlatform.Utilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/zh-Hans/Microsoft.VisualStudio.TestPlatform.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/zh-Hant/Microsoft.TestPlatform.CommunicationUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/zh-Hant/Microsoft.TestPlatform.CrossPlatEngine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/zh-Hant/Microsoft.TestPlatform.Utilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/zh-Hant/Microsoft.VisualStudio.TestPlatform.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/TestHostNetFramework/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/cs/MSBuild.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/cs/Microsoft.Build.Tasks.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/cs/Microsoft.Build.Utilities.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/cs/Microsoft.Build.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/cs/Microsoft.CodeCoverage.IO.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/cs/Microsoft.Deployment.DotNet.Releases.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/cs/Microsoft.DotNet.Cli.Sln.Internal.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/cs/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/cs/Microsoft.DotNet.Configurer.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/cs/Microsoft.DotNet.TemplateLocator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/cs/Microsoft.NET.Sdk.WorkloadManifestReader.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/cs/Microsoft.TemplateEngine.Cli.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/cs/Microsoft.TemplateEngine.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/cs/Microsoft.TemplateEngine.Edge.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/cs/Microsoft.TemplateEngine.Orchestrator.RunnableProjects.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/cs/Microsoft.TemplateEngine.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/cs/Microsoft.TemplateSearch.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/cs/Microsoft.TestPlatform.Build.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/cs/Microsoft.TestPlatform.CommunicationUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/cs/Microsoft.TestPlatform.CrossPlatEngine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/cs/Microsoft.TestPlatform.Utilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/cs/Microsoft.TestPlatform.VsTestConsole.TranslationLayer.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/cs/Microsoft.VisualStudio.TestPlatform.Client.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/cs/Microsoft.VisualStudio.TestPlatform.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/cs/NuGet.Build.Tasks.Console.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/cs/NuGet.Build.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/cs/NuGet.CommandLine.XPlat.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/cs/NuGet.Commands.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/cs/NuGet.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/cs/NuGet.Configuration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/cs/NuGet.Credentials.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/cs/NuGet.DependencyResolver.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/cs/NuGet.Frameworks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/cs/NuGet.LibraryModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/cs/NuGet.Packaging.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/cs/NuGet.ProjectModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/cs/NuGet.Protocol.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/cs/NuGet.Versioning.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/cs/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/cs/dotnet.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/cs/vstest.console.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/datacollector.deps.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/datacollector.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/datacollector.dll.config\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/datacollector.runtimeconfig.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/de/MSBuild.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/de/Microsoft.Build.Tasks.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/de/Microsoft.Build.Utilities.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/de/Microsoft.Build.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/de/Microsoft.CodeCoverage.IO.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/de/Microsoft.Deployment.DotNet.Releases.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/de/Microsoft.DotNet.Cli.Sln.Internal.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/de/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/de/Microsoft.DotNet.Configurer.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/de/Microsoft.DotNet.TemplateLocator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/de/Microsoft.NET.Sdk.WorkloadManifestReader.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/de/Microsoft.TemplateEngine.Cli.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/de/Microsoft.TemplateEngine.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/de/Microsoft.TemplateEngine.Edge.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/de/Microsoft.TemplateEngine.Orchestrator.RunnableProjects.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/de/Microsoft.TemplateEngine.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/de/Microsoft.TemplateSearch.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/de/Microsoft.TestPlatform.Build.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/de/Microsoft.TestPlatform.CommunicationUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/de/Microsoft.TestPlatform.CoreUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/de/Microsoft.TestPlatform.CrossPlatEngine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/de/Microsoft.TestPlatform.Utilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/de/Microsoft.TestPlatform.VsTestConsole.TranslationLayer.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/de/Microsoft.VisualStudio.TestPlatform.Client.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/de/Microsoft.VisualStudio.TestPlatform.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/de/NuGet.Build.Tasks.Console.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/de/NuGet.Build.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/de/NuGet.CommandLine.XPlat.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/de/NuGet.Commands.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/de/NuGet.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/de/NuGet.Configuration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/de/NuGet.Credentials.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/de/NuGet.DependencyResolver.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/de/NuGet.Frameworks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/de/NuGet.LibraryModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/de/NuGet.Packaging.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/de/NuGet.ProjectModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/de/NuGet.Protocol.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/de/NuGet.Versioning.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/de/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/de/dotnet.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/de/vstest.console.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/dotnet.deps.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/dotnet.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/dotnet.runtimeconfig.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/es/MSBuild.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/es/Microsoft.Build.Tasks.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/es/Microsoft.Build.Utilities.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/es/Microsoft.Build.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/es/Microsoft.CodeCoverage.IO.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/es/Microsoft.Deployment.DotNet.Releases.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/es/Microsoft.DotNet.Cli.Sln.Internal.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/es/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/es/Microsoft.DotNet.Configurer.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/es/Microsoft.DotNet.TemplateLocator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/es/Microsoft.NET.Sdk.WorkloadManifestReader.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/es/Microsoft.TemplateEngine.Cli.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/es/Microsoft.TemplateEngine.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/es/Microsoft.TemplateEngine.Edge.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/es/Microsoft.TemplateEngine.Orchestrator.RunnableProjects.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/es/Microsoft.TemplateEngine.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/es/Microsoft.TemplateSearch.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/es/Microsoft.TestPlatform.Build.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/es/Microsoft.TestPlatform.CommunicationUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/es/Microsoft.TestPlatform.CoreUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/es/Microsoft.TestPlatform.CrossPlatEngine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/es/Microsoft.TestPlatform.Utilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/es/Microsoft.TestPlatform.VsTestConsole.TranslationLayer.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/es/Microsoft.VisualStudio.TestPlatform.Client.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/es/Microsoft.VisualStudio.TestPlatform.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/es/NuGet.Build.Tasks.Console.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/es/NuGet.Build.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/es/NuGet.CommandLine.XPlat.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/es/NuGet.Commands.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/es/NuGet.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/es/NuGet.Configuration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/es/NuGet.Credentials.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/es/NuGet.DependencyResolver.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/es/NuGet.Frameworks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/es/NuGet.LibraryModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/es/NuGet.Packaging.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/es/NuGet.ProjectModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/es/NuGet.Protocol.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/es/NuGet.Versioning.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/es/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/es/vstest.console.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/fr/MSBuild.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/fr/Microsoft.Build.Tasks.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/fr/Microsoft.Build.Utilities.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/fr/Microsoft.Build.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/fr/Microsoft.CodeCoverage.IO.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/fr/Microsoft.Deployment.DotNet.Releases.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/fr/Microsoft.DotNet.Cli.Sln.Internal.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/fr/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/fr/Microsoft.DotNet.Configurer.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/fr/Microsoft.DotNet.TemplateLocator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/fr/Microsoft.NET.Sdk.WorkloadManifestReader.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/fr/Microsoft.TemplateEngine.Cli.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/fr/Microsoft.TemplateEngine.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/fr/Microsoft.TemplateEngine.Edge.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/fr/Microsoft.TemplateEngine.Orchestrator.RunnableProjects.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/fr/Microsoft.TemplateEngine.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/fr/Microsoft.TemplateSearch.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/fr/Microsoft.TestPlatform.Build.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/fr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/fr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/fr/Microsoft.TestPlatform.Utilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/fr/Microsoft.TestPlatform.VsTestConsole.TranslationLayer.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/fr/Microsoft.VisualStudio.TestPlatform.Client.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/fr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/fr/NuGet.Build.Tasks.Console.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/fr/NuGet.Build.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/fr/NuGet.CommandLine.XPlat.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/fr/NuGet.Commands.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/fr/NuGet.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/fr/NuGet.Configuration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/fr/NuGet.Credentials.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/fr/NuGet.DependencyResolver.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/fr/NuGet.Frameworks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/fr/NuGet.LibraryModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/fr/NuGet.Packaging.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/fr/NuGet.ProjectModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/fr/NuGet.Protocol.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/fr/NuGet.Versioning.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/fr/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/fr/dotnet.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/fr/vstest.console.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/it/MSBuild.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/it/Microsoft.Build.Tasks.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/it/Microsoft.Build.Utilities.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/it/Microsoft.Build.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/it/Microsoft.CodeCoverage.IO.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/it/Microsoft.Deployment.DotNet.Releases.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/it/Microsoft.DotNet.Cli.Sln.Internal.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/it/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/it/Microsoft.DotNet.Configurer.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/it/Microsoft.DotNet.TemplateLocator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/it/Microsoft.NET.Sdk.WorkloadManifestReader.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/it/Microsoft.TemplateEngine.Cli.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/it/Microsoft.TemplateEngine.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/it/Microsoft.TemplateEngine.Edge.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/it/Microsoft.TemplateEngine.Orchestrator.RunnableProjects.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/it/Microsoft.TemplateEngine.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/it/Microsoft.TemplateSearch.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/it/Microsoft.TestPlatform.Build.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/it/Microsoft.TestPlatform.CommunicationUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/it/Microsoft.TestPlatform.CoreUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/it/Microsoft.TestPlatform.CrossPlatEngine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/it/Microsoft.TestPlatform.Utilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/it/Microsoft.TestPlatform.VsTestConsole.TranslationLayer.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/it/Microsoft.VisualStudio.TestPlatform.Client.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/it/Microsoft.VisualStudio.TestPlatform.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/it/NuGet.Build.Tasks.Console.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/it/NuGet.Build.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/it/NuGet.CommandLine.XPlat.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/it/NuGet.Commands.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/it/NuGet.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/it/NuGet.Configuration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/it/NuGet.Credentials.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/it/NuGet.DependencyResolver.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/it/NuGet.Frameworks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/it/NuGet.LibraryModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/it/NuGet.Packaging.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/it/NuGet.ProjectModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/it/NuGet.Protocol.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/it/NuGet.Versioning.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/it/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/it/dotnet.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/it/vstest.console.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ja/MSBuild.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ja/Microsoft.Build.Tasks.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ja/Microsoft.Build.Utilities.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ja/Microsoft.Build.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ja/Microsoft.CodeCoverage.IO.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ja/Microsoft.Deployment.DotNet.Releases.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ja/Microsoft.DotNet.Cli.Sln.Internal.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ja/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ja/Microsoft.DotNet.Configurer.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ja/Microsoft.DotNet.TemplateLocator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ja/Microsoft.NET.Sdk.WorkloadManifestReader.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ja/Microsoft.TemplateEngine.Cli.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ja/Microsoft.TemplateEngine.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ja/Microsoft.TemplateEngine.Edge.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ja/Microsoft.TemplateEngine.Orchestrator.RunnableProjects.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ja/Microsoft.TemplateEngine.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ja/Microsoft.TemplateSearch.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ja/Microsoft.TestPlatform.Build.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ja/Microsoft.TestPlatform.CommunicationUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ja/Microsoft.TestPlatform.CrossPlatEngine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ja/Microsoft.TestPlatform.Utilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ja/Microsoft.TestPlatform.VsTestConsole.TranslationLayer.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ja/Microsoft.VisualStudio.TestPlatform.Client.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ja/Microsoft.VisualStudio.TestPlatform.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ja/NuGet.Build.Tasks.Console.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ja/NuGet.Build.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ja/NuGet.CommandLine.XPlat.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ja/NuGet.Commands.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ja/NuGet.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ja/NuGet.Configuration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ja/NuGet.Credentials.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ja/NuGet.DependencyResolver.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ja/NuGet.Frameworks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ja/NuGet.LibraryModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ja/NuGet.Packaging.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ja/NuGet.ProjectModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ja/NuGet.Protocol.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ja/NuGet.Versioning.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ja/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ja/dotnet.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ja/vstest.console.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ko/MSBuild.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ko/Microsoft.Build.Tasks.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ko/Microsoft.Build.Utilities.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ko/Microsoft.Build.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ko/Microsoft.CodeCoverage.IO.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ko/Microsoft.Deployment.DotNet.Releases.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ko/Microsoft.DotNet.Cli.Sln.Internal.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ko/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ko/Microsoft.DotNet.Configurer.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ko/Microsoft.DotNet.TemplateLocator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ko/Microsoft.NET.Sdk.WorkloadManifestReader.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ko/Microsoft.TemplateEngine.Cli.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ko/Microsoft.TemplateEngine.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ko/Microsoft.TemplateEngine.Edge.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ko/Microsoft.TemplateEngine.Orchestrator.RunnableProjects.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ko/Microsoft.TemplateEngine.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ko/Microsoft.TemplateSearch.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ko/Microsoft.TestPlatform.Build.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ko/Microsoft.TestPlatform.CommunicationUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ko/Microsoft.TestPlatform.CrossPlatEngine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ko/Microsoft.TestPlatform.Utilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ko/Microsoft.TestPlatform.VsTestConsole.TranslationLayer.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ko/Microsoft.VisualStudio.TestPlatform.Client.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ko/Microsoft.VisualStudio.TestPlatform.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ko/NuGet.Build.Tasks.Console.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ko/NuGet.Build.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ko/NuGet.CommandLine.XPlat.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ko/NuGet.Commands.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ko/NuGet.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ko/NuGet.Configuration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ko/NuGet.Credentials.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ko/NuGet.DependencyResolver.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ko/NuGet.Frameworks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ko/NuGet.LibraryModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ko/NuGet.Packaging.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ko/NuGet.ProjectModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ko/NuGet.Protocol.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ko/NuGet.Versioning.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ko/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ko/dotnet.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ko/vstest.console.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/minimumMSBuildVersion\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pl/MSBuild.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pl/Microsoft.Build.Tasks.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pl/Microsoft.Build.Utilities.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pl/Microsoft.Build.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pl/Microsoft.CodeCoverage.IO.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pl/Microsoft.Deployment.DotNet.Releases.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pl/Microsoft.DotNet.Cli.Sln.Internal.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pl/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pl/Microsoft.DotNet.Configurer.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pl/Microsoft.DotNet.TemplateLocator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pl/Microsoft.NET.Sdk.WorkloadManifestReader.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pl/Microsoft.TemplateEngine.Cli.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pl/Microsoft.TemplateEngine.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pl/Microsoft.TemplateEngine.Edge.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pl/Microsoft.TemplateEngine.Orchestrator.RunnableProjects.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pl/Microsoft.TemplateEngine.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pl/Microsoft.TemplateSearch.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pl/Microsoft.TestPlatform.Build.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pl/Microsoft.TestPlatform.CommunicationUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pl/Microsoft.TestPlatform.CrossPlatEngine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pl/Microsoft.TestPlatform.Utilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pl/Microsoft.TestPlatform.VsTestConsole.TranslationLayer.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pl/Microsoft.VisualStudio.TestPlatform.Client.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pl/Microsoft.VisualStudio.TestPlatform.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pl/NuGet.Build.Tasks.Console.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pl/NuGet.Build.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pl/NuGet.CommandLine.XPlat.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pl/NuGet.Commands.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pl/NuGet.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pl/NuGet.Configuration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pl/NuGet.Credentials.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pl/NuGet.DependencyResolver.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pl/NuGet.Frameworks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pl/NuGet.LibraryModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pl/NuGet.Packaging.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pl/NuGet.ProjectModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pl/NuGet.Protocol.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pl/NuGet.Versioning.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pl/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pl/dotnet.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pl/vstest.console.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pt-BR/MSBuild.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pt-BR/Microsoft.Build.Tasks.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pt-BR/Microsoft.Build.Utilities.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pt-BR/Microsoft.Build.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pt-BR/Microsoft.CodeCoverage.IO.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pt-BR/Microsoft.Deployment.DotNet.Releases.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pt-BR/Microsoft.DotNet.Cli.Sln.Internal.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pt-BR/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pt-BR/Microsoft.DotNet.Configurer.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pt-BR/Microsoft.DotNet.TemplateLocator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pt-BR/Microsoft.NET.Sdk.WorkloadManifestReader.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pt-BR/Microsoft.TemplateEngine.Cli.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pt-BR/Microsoft.TemplateEngine.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pt-BR/Microsoft.TemplateEngine.Edge.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pt-BR/Microsoft.TemplateEngine.Orchestrator.RunnableProjects.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pt-BR/Microsoft.TemplateEngine.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pt-BR/Microsoft.TemplateSearch.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pt-BR/Microsoft.TestPlatform.Build.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pt-BR/Microsoft.TestPlatform.CommunicationUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pt-BR/Microsoft.TestPlatform.CrossPlatEngine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pt-BR/Microsoft.TestPlatform.Utilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pt-BR/Microsoft.TestPlatform.VsTestConsole.TranslationLayer.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pt-BR/Microsoft.VisualStudio.TestPlatform.Client.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pt-BR/Microsoft.VisualStudio.TestPlatform.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pt-BR/NuGet.Build.Tasks.Console.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pt-BR/NuGet.Build.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pt-BR/NuGet.CommandLine.XPlat.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pt-BR/NuGet.Commands.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pt-BR/NuGet.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pt-BR/NuGet.Configuration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pt-BR/NuGet.Credentials.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pt-BR/NuGet.DependencyResolver.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pt-BR/NuGet.Frameworks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pt-BR/NuGet.LibraryModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pt-BR/NuGet.Packaging.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pt-BR/NuGet.ProjectModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pt-BR/NuGet.Protocol.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pt-BR/NuGet.Versioning.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pt-BR/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pt-BR/dotnet.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/pt-BR/vstest.console.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ref/Microsoft.Build.Framework.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ref/Microsoft.Build.Utilities.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ref/mscorlib.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ru/Microsoft.Build.Tasks.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ru/Microsoft.Build.Utilities.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ru/Microsoft.Build.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ru/Microsoft.CodeCoverage.IO.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ru/Microsoft.Deployment.DotNet.Releases.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ru/Microsoft.DotNet.Cli.Sln.Internal.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ru/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ru/Microsoft.DotNet.Configurer.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ru/Microsoft.DotNet.TemplateLocator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ru/Microsoft.NET.Sdk.WorkloadManifestReader.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ru/Microsoft.TemplateEngine.Cli.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ru/Microsoft.TemplateEngine.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ru/Microsoft.TemplateEngine.Edge.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ru/Microsoft.TemplateEngine.Orchestrator.RunnableProjects.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ru/Microsoft.TemplateEngine.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ru/Microsoft.TemplateSearch.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ru/Microsoft.TestPlatform.Build.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ru/Microsoft.TestPlatform.CommunicationUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ru/Microsoft.TestPlatform.CrossPlatEngine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ru/Microsoft.TestPlatform.Utilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ru/Microsoft.TestPlatform.VsTestConsole.TranslationLayer.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ru/Microsoft.VisualStudio.TestPlatform.Client.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ru/Microsoft.VisualStudio.TestPlatform.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ru/NuGet.Build.Tasks.Console.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ru/NuGet.Build.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ru/NuGet.CommandLine.XPlat.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ru/NuGet.Commands.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ru/NuGet.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ru/NuGet.Configuration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ru/NuGet.Credentials.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ru/NuGet.DependencyResolver.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ru/NuGet.Frameworks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ru/NuGet.LibraryModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ru/NuGet.Packaging.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ru/NuGet.ProjectModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ru/NuGet.Protocol.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ru/NuGet.Versioning.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ru/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ru/dotnet.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/ru/vstest.console.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/runtimes/any/native/Microsoft.TestPlatform.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/runtimes/any/native/NuGet.RestoreEx.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/runtimes/any/native/NuGet.props\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/runtimes/any/native/NuGet.targets\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/runtimes/win/lib/net8.0/System.Diagnostics.EventLog.Messages.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/runtimes/win/lib/net8.0/System.Diagnostics.EventLog.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/runtimes/win/lib/net8.0/System.Security.Cryptography.Pkcs.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/runtimes/win/lib/net8.0/System.ServiceProcess.ServiceController.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/testhost-1.0.runtimeconfig.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/testhost-1.1.runtimeconfig.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/testhost-2.0.runtimeconfig.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/testhost-2.1.runtimeconfig.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/testhost-3.0.runtimeconfig.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/testhost-3.1.runtimeconfig.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/testhost-5.0.runtimeconfig.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/testhost-6.0.runtimeconfig.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/testhost-7.0.runtimeconfig.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/testhost-8.0.runtimeconfig.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/testhost-latest.runtimeconfig.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/testhost.deps.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/testhost.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/tr/MSBuild.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/tr/Microsoft.Build.Tasks.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/tr/Microsoft.Build.Utilities.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/tr/Microsoft.Build.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/tr/Microsoft.CodeCoverage.IO.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/tr/Microsoft.Deployment.DotNet.Releases.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/tr/Microsoft.DotNet.Cli.Sln.Internal.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/tr/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/tr/Microsoft.DotNet.Configurer.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/tr/Microsoft.DotNet.TemplateLocator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/tr/Microsoft.NET.Sdk.WorkloadManifestReader.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/tr/Microsoft.TemplateEngine.Cli.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/tr/Microsoft.TemplateEngine.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/tr/Microsoft.TemplateEngine.Edge.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/tr/Microsoft.TemplateEngine.Orchestrator.RunnableProjects.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/tr/Microsoft.TemplateEngine.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/tr/Microsoft.TemplateSearch.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/tr/Microsoft.TestPlatform.Build.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/tr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/tr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/tr/Microsoft.TestPlatform.Utilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/tr/Microsoft.TestPlatform.VsTestConsole.TranslationLayer.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/tr/Microsoft.VisualStudio.TestPlatform.Client.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/tr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/tr/NuGet.Build.Tasks.Console.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/tr/NuGet.Build.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/tr/NuGet.CommandLine.XPlat.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/tr/NuGet.Commands.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/tr/NuGet.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/tr/NuGet.Configuration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/tr/NuGet.Credentials.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/tr/NuGet.DependencyResolver.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/tr/NuGet.Frameworks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/tr/NuGet.LibraryModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/tr/NuGet.Packaging.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/tr/NuGet.ProjectModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/tr/NuGet.Protocol.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/tr/NuGet.Versioning.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/tr/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/tr/dotnet.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/tr/vstest.console.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/trustedroots/codesignctl.pem\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/trustedroots/timestampctl.pem\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/vstest.console.deps.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/vstest.console.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/vstest.console.dll.config\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/vstest.console.runtimeconfig.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hans/MSBuild.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hans/Microsoft.Build.Tasks.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hans/Microsoft.Build.Utilities.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hans/Microsoft.Build.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hans/Microsoft.CodeCoverage.IO.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hans/Microsoft.Deployment.DotNet.Releases.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hans/Microsoft.DotNet.Cli.Sln.Internal.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hans/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hans/Microsoft.DotNet.Configurer.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hans/Microsoft.DotNet.TemplateLocator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hans/Microsoft.NET.Sdk.WorkloadManifestReader.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hans/Microsoft.TemplateEngine.Cli.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hans/Microsoft.TemplateEngine.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hans/Microsoft.TemplateEngine.Edge.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hans/Microsoft.TemplateEngine.Orchestrator.RunnableProjects.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hans/Microsoft.TemplateEngine.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hans/Microsoft.TemplateSearch.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hans/Microsoft.TestPlatform.Build.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hans/Microsoft.TestPlatform.CommunicationUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hans/Microsoft.TestPlatform.CrossPlatEngine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hans/Microsoft.TestPlatform.Utilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hans/Microsoft.TestPlatform.VsTestConsole.TranslationLayer.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hans/Microsoft.VisualStudio.TestPlatform.Client.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hans/Microsoft.VisualStudio.TestPlatform.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hans/NuGet.Build.Tasks.Console.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hans/NuGet.Build.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hans/NuGet.CommandLine.XPlat.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hans/NuGet.Commands.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hans/NuGet.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hans/NuGet.Configuration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hans/NuGet.Credentials.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hans/NuGet.DependencyResolver.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hans/NuGet.Frameworks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hans/NuGet.LibraryModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hans/NuGet.Packaging.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hans/NuGet.ProjectModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hans/NuGet.Protocol.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hans/NuGet.Versioning.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hans/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hans/dotnet.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hans/vstest.console.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hant/MSBuild.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hant/Microsoft.Build.Tasks.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hant/Microsoft.Build.Utilities.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hant/Microsoft.Build.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hant/Microsoft.CodeCoverage.IO.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hant/Microsoft.Deployment.DotNet.Releases.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hant/Microsoft.DotNet.Cli.Sln.Internal.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hant/Microsoft.DotNet.Cli.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hant/Microsoft.DotNet.Configurer.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hant/Microsoft.DotNet.TemplateLocator.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hant/Microsoft.NET.Sdk.WorkloadManifestReader.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hant/Microsoft.TemplateEngine.Cli.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hant/Microsoft.TemplateEngine.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hant/Microsoft.TemplateEngine.Edge.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hant/Microsoft.TemplateEngine.Orchestrator.RunnableProjects.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hant/Microsoft.TemplateEngine.Utils.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hant/Microsoft.TemplateSearch.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hant/Microsoft.TestPlatform.Build.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hant/Microsoft.TestPlatform.CommunicationUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hant/Microsoft.TestPlatform.CrossPlatEngine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hant/Microsoft.TestPlatform.Utilities.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hant/Microsoft.TestPlatform.VsTestConsole.TranslationLayer.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hant/Microsoft.VisualStudio.TestPlatform.Client.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hant/Microsoft.VisualStudio.TestPlatform.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hant/NuGet.Build.Tasks.Console.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hant/NuGet.Build.Tasks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hant/NuGet.CommandLine.XPlat.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hant/NuGet.Commands.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hant/NuGet.Common.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hant/NuGet.Configuration.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hant/NuGet.Credentials.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hant/NuGet.DependencyResolver.Core.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hant/NuGet.Frameworks.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hant/NuGet.LibraryModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hant/NuGet.Packaging.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hant/NuGet.ProjectModel.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hant/NuGet.Protocol.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hant/NuGet.Versioning.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hant/System.CommandLine.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hant/dotnet.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/sdk/8.0.425/zh-Hant/vstest.console.resources.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/templates/8.0.31/microsoft.dotnet.common.itemtemplates.8.0.425.nupkg\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/templates/8.0.31/microsoft.dotnet.common.projecttemplates.8.0.8.0.425.nupkg\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/templates/8.0.31/microsoft.dotnet.test.projecttemplates.8.0.1.1.0-rc.24059.1.nupkg\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/templates/8.0.31/microsoft.dotnet.web.itemtemplates.8.0.8.0.31.nupkg\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/templates/8.0.31/microsoft.dotnet.web.projecttemplates.8.0.8.0.31.nupkg\n"
                }
            ]
        },
        {
            "build_id": 109693,
            "files": [
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/bin/lsm2bin\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/bin/tiff2fsspec\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/bin/tiffcomment\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/bin/tifffile\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile-2026.9.9.dist-info/METADATA\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile-2026.9.9.dist-info/RECORD\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile-2026.9.9.dist-info/WHEEL\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile-2026.9.9.dist-info/entry_points.txt\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile-2026.9.9.dist-info/licenses/LICENSE\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile-2026.9.9.dist-info/top_level.txt\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/__init__.py\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/__main__.py\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/__pycache__/__init__.cpython-313.opt-1.pyc\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/__pycache__/__init__.cpython-313.pyc\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/__pycache__/__main__.cpython-313.opt-1.pyc\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/__pycache__/__main__.cpython-313.pyc\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/__pycache__/_imagecodecs.cpython-313.opt-1.pyc\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/__pycache__/_imagecodecs.cpython-313.pyc\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/__pycache__/geodb.cpython-313.opt-1.pyc\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/__pycache__/geodb.cpython-313.pyc\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/__pycache__/lsm2bin.cpython-313.opt-1.pyc\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/__pycache__/lsm2bin.cpython-313.pyc\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/__pycache__/numcodecs.cpython-313.opt-1.pyc\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/__pycache__/numcodecs.cpython-313.pyc\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/__pycache__/tiff2fsspec.cpython-313.opt-1.pyc\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/__pycache__/tiff2fsspec.cpython-313.pyc\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/__pycache__/tiffcomment.cpython-313.opt-1.pyc\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/__pycache__/tiffcomment.cpython-313.pyc\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/__pycache__/tifffile.cpython-313.opt-1.pyc\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/__pycache__/tifffile.cpython-313.pyc\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/__pycache__/zarr.cpython-313.opt-1.pyc\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/__pycache__/zarr.cpython-313.pyc\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/_imagecodecs.py\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/geodb.py\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/lsm2bin.py\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/numcodecs.py\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/py.typed\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/tiff2fsspec.py\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/tiffcomment.py\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/tifffile.py\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/zarr.py\n"
                },
                {
                    "file": "  /opt/local/bin/lsm2bin-3.13\n"
                },
                {
                    "file": "  /opt/local/bin/tiff2fsspec-3.13\n"
                },
                {
                    "file": "  /opt/local/bin/tiffcomment-3.13\n"
                },
                {
                    "file": "  /opt/local/bin/tifffile-3.13\n"
                }
            ]
        },
        {
            "build_id": 109694,
            "files": [
                {
                    "file": "  /opt/local/share/doc/pv/INSTALL\n"
                },
                {
                    "file": "  /opt/local/share/doc/pv/NEWS.md\n"
                },
                {
                    "file": "  /opt/local/share/doc/pv/README.md\n"
                },
                {
                    "file": "  /opt/local/share/locale/cs/LC_MESSAGES/pv.mo\n"
                },
                {
                    "file": "  /opt/local/share/locale/de/LC_MESSAGES/pv.mo\n"
                },
                {
                    "file": "  /opt/local/share/locale/fi/LC_MESSAGES/pv.mo\n"
                },
                {
                    "file": "  /opt/local/share/locale/fr/LC_MESSAGES/pv.mo\n"
                },
                {
                    "file": "  /opt/local/share/locale/ka/LC_MESSAGES/pv.mo\n"
                },
                {
                    "file": "  /opt/local/share/locale/pl/LC_MESSAGES/pv.mo\n"
                },
                {
                    "file": "  /opt/local/share/locale/pt/LC_MESSAGES/pv.mo\n"
                },
                {
                    "file": "  /opt/local/share/locale/ru/LC_MESSAGES/pv.mo\n"
                },
                {
                    "file": "  /opt/local/share/locale/tr/LC_MESSAGES/pv.mo\n"
                },
                {
                    "file": "  /opt/local/share/man/man1/pv.1.gz\n"
                },
                {
                    "file": "  /opt/local/share/doc/pv/ACKNOWLEDGEMENTS.md\n"
                },
                {
                    "file": "  /opt/local/share/doc/pv/COPYING\n"
                },
                {
                    "file": "  /opt/local/share/doc/pv/DEVELOPERS.md\n"
                },
                {
                    "file": "  /opt/local/bin/pv\n"
                }
            ]
        },
        {
            "build_id": 109695,
            "files": [
                {
                    "file": "  /opt/local/bin/dotnet\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/LICENSE.txt\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/ThirdPartyNotices.txt\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/dotnet\n"
                }
            ]
        },
        {
            "build_id": 109696,
            "files": [
                {
                    "file": "  /opt/local/share/dotnet/host/fxr/8.0.31/libhostfxr.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/.version\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/Microsoft.CSharp.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/Microsoft.NETCore.App.deps.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/Microsoft.NETCore.App.runtimeconfig.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/Microsoft.VisualBasic.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/Microsoft.VisualBasic.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/Microsoft.Win32.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/Microsoft.Win32.Registry.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.AppContext.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Buffers.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Collections.Concurrent.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Collections.Immutable.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Collections.NonGeneric.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Collections.Specialized.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Collections.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.ComponentModel.Annotations.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.ComponentModel.DataAnnotations.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.ComponentModel.EventBasedAsync.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.ComponentModel.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.ComponentModel.TypeConverter.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.ComponentModel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Configuration.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Console.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Data.Common.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Data.DataSetExtensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Data.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Diagnostics.Contracts.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Diagnostics.Debug.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Diagnostics.DiagnosticSource.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Diagnostics.FileVersionInfo.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Diagnostics.Process.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Diagnostics.StackTrace.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Diagnostics.TextWriterTraceListener.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Diagnostics.Tools.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Diagnostics.TraceSource.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Diagnostics.Tracing.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Drawing.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Drawing.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Dynamic.Runtime.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Formats.Asn1.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Formats.Tar.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Globalization.Calendars.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Globalization.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Globalization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.IO.Compression.Brotli.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.IO.Compression.FileSystem.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.IO.Compression.ZipFile.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.IO.Compression.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.IO.FileSystem.AccessControl.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.IO.FileSystem.DriveInfo.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.IO.FileSystem.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.IO.FileSystem.Watcher.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.IO.FileSystem.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.IO.IsolatedStorage.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.IO.MemoryMappedFiles.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.IO.Pipes.AccessControl.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.IO.Pipes.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.IO.UnmanagedMemoryStream.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.IO.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Linq.Expressions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Linq.Parallel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Linq.Queryable.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Linq.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Memory.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Net.Http.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Net.Http.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Net.HttpListener.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Net.Mail.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Net.NameResolution.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Net.NetworkInformation.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Net.Ping.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Net.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Net.Quic.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Net.Requests.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Net.Security.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Net.ServicePoint.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Net.Sockets.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Net.WebClient.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Net.WebHeaderCollection.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Net.WebProxy.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Net.WebSockets.Client.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Net.WebSockets.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Net.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Numerics.Vectors.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Numerics.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.ObjectModel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Private.CoreLib.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Private.DataContractSerialization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Private.Uri.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Private.Xml.Linq.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Private.Xml.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Reflection.DispatchProxy.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Reflection.Emit.ILGeneration.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Reflection.Emit.Lightweight.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Reflection.Emit.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Reflection.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Reflection.Metadata.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Reflection.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Reflection.TypeExtensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Reflection.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Resources.Reader.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Resources.ResourceManager.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Resources.Writer.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Runtime.CompilerServices.Unsafe.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Runtime.CompilerServices.VisualC.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Runtime.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Runtime.Handles.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Runtime.InteropServices.JavaScript.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Runtime.InteropServices.RuntimeInformation.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Runtime.InteropServices.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Runtime.Intrinsics.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Runtime.Loader.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Runtime.Numerics.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Runtime.Serialization.Formatters.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Runtime.Serialization.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Runtime.Serialization.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Runtime.Serialization.Xml.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Runtime.Serialization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Runtime.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Security.AccessControl.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Security.Claims.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Security.Cryptography.Algorithms.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Security.Cryptography.Cng.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Security.Cryptography.Csp.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Security.Cryptography.Encoding.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Security.Cryptography.OpenSsl.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Security.Cryptography.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Security.Cryptography.X509Certificates.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Security.Cryptography.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Security.Principal.Windows.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Security.Principal.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Security.SecureString.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Security.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.ServiceModel.Web.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.ServiceProcess.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Text.Encoding.CodePages.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Text.Encoding.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Text.Encoding.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Text.Encodings.Web.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Text.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Text.RegularExpressions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Threading.Channels.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Threading.Overlapped.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Threading.Tasks.Dataflow.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Threading.Tasks.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Threading.Tasks.Parallel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Threading.Tasks.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Threading.Thread.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Threading.ThreadPool.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Threading.Timer.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Threading.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Transactions.Local.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Transactions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.ValueTuple.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Web.HttpUtility.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Web.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Windows.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Xml.Linq.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Xml.ReaderWriter.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Xml.Serialization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Xml.XDocument.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Xml.XPath.XDocument.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Xml.XPath.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Xml.XmlDocument.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Xml.XmlSerializer.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.Xml.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/System.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/WindowsBase.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/createdump\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/libSystem.Globalization.Native.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/libSystem.IO.Compression.Native.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/libSystem.Native.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/libSystem.Net.Security.Native.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/libSystem.Security.Cryptography.Native.Apple.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/libSystem.Security.Cryptography.Native.OpenSsl.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/libclrgc.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/libclrjit.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/libcoreclr.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/libhostpolicy.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/libmscordaccore.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/libmscordbi.dylib\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/mscorlib.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.31/netstandard.dll\n"
                }
            ]
        },
        {
            "build_id": 109697,
            "files": [
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/.version\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Antiforgery.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.App.deps.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.App.runtimeconfig.json\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Authentication.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Authentication.BearerToken.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Authentication.Cookies.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Authentication.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Authentication.OAuth.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Authentication.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Authorization.Policy.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Authorization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Components.Authorization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Components.Endpoints.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Components.Forms.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Components.Server.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Components.Web.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Components.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Connections.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.CookiePolicy.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Cors.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Cryptography.Internal.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.DataProtection.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.DataProtection.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.DataProtection.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Diagnostics.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Diagnostics.HealthChecks.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Diagnostics.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.HostFiltering.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Hosting.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Hosting.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Html.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Http.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Http.Connections.Common.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Http.Connections.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Http.Extensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Http.Features.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Http.Results.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Http.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.HttpLogging.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.HttpOverrides.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.HttpsPolicy.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Identity.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Localization.Routing.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Localization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Metadata.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Mvc.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Mvc.ApiExplorer.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Mvc.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Mvc.Cors.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Mvc.DataAnnotations.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Mvc.Formatters.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Mvc.Formatters.Xml.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Mvc.Localization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Mvc.Razor.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Mvc.RazorPages.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Mvc.TagHelpers.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Mvc.ViewFeatures.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Mvc.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.OutputCaching.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.RateLimiting.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Razor.Runtime.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Razor.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.RequestDecompression.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.ResponseCaching.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.ResponseCaching.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.ResponseCompression.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Rewrite.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Routing.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Routing.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Server.HttpSys.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Server.IIS.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Server.IISIntegration.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Server.Kestrel.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Server.Kestrel.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.Session.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.SignalR.Common.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.SignalR.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.SignalR.Protocols.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.SignalR.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.StaticFiles.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.WebSockets.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.WebUtilities.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.AspNetCore.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Caching.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Caching.Memory.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Configuration.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Configuration.Binder.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Configuration.CommandLine.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Configuration.EnvironmentVariables.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Configuration.FileExtensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Configuration.Ini.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Configuration.Json.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Configuration.KeyPerFile.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Configuration.UserSecrets.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Configuration.Xml.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Configuration.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.DependencyInjection.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.DependencyInjection.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Diagnostics.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Diagnostics.HealthChecks.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Diagnostics.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Features.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.FileProviders.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.FileProviders.Composite.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.FileProviders.Embedded.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.FileProviders.Physical.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.FileSystemGlobbing.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Hosting.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Hosting.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Http.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Identity.Core.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Identity.Stores.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Localization.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Localization.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Logging.Abstractions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Logging.Configuration.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Logging.Console.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Logging.Debug.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Logging.EventLog.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Logging.EventSource.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Logging.TraceSource.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Logging.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.ObjectPool.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Options.ConfigurationExtensions.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Options.DataAnnotations.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Options.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.Primitives.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Extensions.WebEncoders.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.JSInterop.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/Microsoft.Net.Http.Headers.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/System.Diagnostics.EventLog.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/System.IO.Pipelines.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/System.Security.Cryptography.Pkcs.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/System.Security.Cryptography.Xml.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/System.Threading.RateLimiting.dll\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.31/THIRD-PARTY-NOTICES.txt\n"
                }
            ]
        },
        {
            "build_id": 166498,
            "files": [
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/bin/lsm2bin\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/bin/tiff2fsspec\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/bin/tiffcomment\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/bin/tifffile\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile-2026.9.9.dist-info/METADATA\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile-2026.9.9.dist-info/RECORD\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile-2026.9.9.dist-info/WHEEL\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile-2026.9.9.dist-info/entry_points.txt\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile-2026.9.9.dist-info/licenses/LICENSE\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile-2026.9.9.dist-info/top_level.txt\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/__init__.py\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/__main__.py\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/__pycache__/__init__.cpython-313.opt-1.pyc\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/__pycache__/__init__.cpython-313.pyc\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/__pycache__/__main__.cpython-313.opt-1.pyc\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/__pycache__/__main__.cpython-313.pyc\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/__pycache__/_imagecodecs.cpython-313.opt-1.pyc\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/__pycache__/_imagecodecs.cpython-313.pyc\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/__pycache__/geodb.cpython-313.opt-1.pyc\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/__pycache__/geodb.cpython-313.pyc\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/__pycache__/lsm2bin.cpython-313.opt-1.pyc\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/__pycache__/lsm2bin.cpython-313.pyc\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/__pycache__/numcodecs.cpython-313.opt-1.pyc\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/__pycache__/numcodecs.cpython-313.pyc\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/__pycache__/tiff2fsspec.cpython-313.opt-1.pyc\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/__pycache__/tiff2fsspec.cpython-313.pyc\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/__pycache__/tiffcomment.cpython-313.opt-1.pyc\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/__pycache__/tiffcomment.cpython-313.pyc\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/__pycache__/tifffile.cpython-313.opt-1.pyc\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/__pycache__/tifffile.cpython-313.pyc\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/__pycache__/zarr.cpython-313.opt-1.pyc\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/__pycache__/zarr.cpython-313.pyc\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/_imagecodecs.py\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/geodb.py\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/lsm2bin.py\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/numcodecs.py\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/py.typed\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/tiff2fsspec.py\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/tiffcomment.py\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/tifffile.py\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/zarr.py\n"
                },
                {
                    "file": "  /opt/local/bin/lsm2bin-3.13\n"
                },
                {
                    "file": "  /opt/local/bin/tiff2fsspec-3.13\n"
                },
                {
                    "file": "  /opt/local/bin/tiffcomment-3.13\n"
                },
                {
                    "file": "  /opt/local/bin/tifffile-3.13\n"
                }
            ]
        },
        {
            "build_id": 166499,
            "files": [
                {
                    "file": "  /opt/local/bin/pv\n"
                },
                {
                    "file": "  /opt/local/share/doc/pv/ACKNOWLEDGEMENTS.md\n"
                },
                {
                    "file": "  /opt/local/share/doc/pv/COPYING\n"
                },
                {
                    "file": "  /opt/local/share/doc/pv/DEVELOPERS.md\n"
                },
                {
                    "file": "  /opt/local/share/doc/pv/INSTALL\n"
                },
                {
                    "file": "  /opt/local/share/doc/pv/NEWS.md\n"
                },
                {
                    "file": "  /opt/local/share/doc/pv/README.md\n"
                },
                {
                    "file": "  /opt/local/share/locale/cs/LC_MESSAGES/pv.mo\n"
                },
                {
                    "file": "  /opt/local/share/locale/de/LC_MESSAGES/pv.mo\n"
                },
                {
                    "file": "  /opt/local/share/locale/fi/LC_MESSAGES/pv.mo\n"
                },
                {
                    "file": "  /opt/local/share/locale/fr/LC_MESSAGES/pv.mo\n"
                },
                {
                    "file": "  /opt/local/share/locale/ka/LC_MESSAGES/pv.mo\n"
                },
                {
                    "file": "  /opt/local/share/locale/pl/LC_MESSAGES/pv.mo\n"
                },
                {
                    "file": "  /opt/local/share/locale/pt/LC_MESSAGES/pv.mo\n"
                },
                {
                    "file": "  /opt/local/share/locale/ru/LC_MESSAGES/pv.mo\n"
                },
                {
                    "file": "  /opt/local/share/locale/tr/LC_MESSAGES/pv.mo\n"
                },
                {
                    "file": "  /opt/local/share/man/man1/pv.1.gz\n"
                }
            ]
        },
        {
            "build_id": 166500,
            "files": [
                {
                    "file": "  /opt/local/bin/dotnet\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/LICENSE.txt\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/ThirdPartyNotices.txt\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/dotnet\n"
                }
            ]
        },
        {
            "build_id": 219395,
            "files": [
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/bin/lsm2bin\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/bin/tiff2fsspec\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/bin/tiffcomment\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/bin/tifffile\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile-2026.9.9.dist-info/METADATA\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile-2026.9.9.dist-info/RECORD\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile-2026.9.9.dist-info/WHEEL\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile-2026.9.9.dist-info/entry_points.txt\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile-2026.9.9.dist-info/licenses/LICENSE\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile-2026.9.9.dist-info/top_level.txt\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/__init__.py\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/__main__.py\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/__pycache__/__init__.cpython-313.opt-1.pyc\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/__pycache__/__init__.cpython-313.pyc\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/__pycache__/__main__.cpython-313.opt-1.pyc\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/__pycache__/__main__.cpython-313.pyc\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/__pycache__/_imagecodecs.cpython-313.opt-1.pyc\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/__pycache__/_imagecodecs.cpython-313.pyc\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/__pycache__/geodb.cpython-313.opt-1.pyc\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/__pycache__/geodb.cpython-313.pyc\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/__pycache__/lsm2bin.cpython-313.opt-1.pyc\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/__pycache__/lsm2bin.cpython-313.pyc\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/__pycache__/numcodecs.cpython-313.opt-1.pyc\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/__pycache__/numcodecs.cpython-313.pyc\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/__pycache__/tiff2fsspec.cpython-313.opt-1.pyc\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/__pycache__/tiff2fsspec.cpython-313.pyc\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/__pycache__/tiffcomment.cpython-313.opt-1.pyc\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/__pycache__/tiffcomment.cpython-313.pyc\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/__pycache__/tifffile.cpython-313.opt-1.pyc\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/__pycache__/tifffile.cpython-313.pyc\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/__pycache__/zarr.cpython-313.opt-1.pyc\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/__pycache__/zarr.cpython-313.pyc\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/_imagecodecs.py\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/geodb.py\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/lsm2bin.py\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/numcodecs.py\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/py.typed\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/tiff2fsspec.py\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/tiffcomment.py\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/tifffile.py\n"
                },
                {
                    "file": "  /opt/local/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/tifffile/zarr.py\n"
                },
                {
                    "file": "  /opt/local/bin/lsm2bin-3.13\n"
                },
                {
                    "file": "  /opt/local/bin/tiff2fsspec-3.13\n"
                },
                {
                    "file": "  /opt/local/bin/tiffcomment-3.13\n"
                },
                {
                    "file": "  /opt/local/bin/tifffile-3.13\n"
                }
            ]
        },
        {
            "build_id": 219396,
            "files": [
                {
                    "file": "  /opt/local/bin/pv\n"
                },
                {
                    "file": "  /opt/local/share/doc/pv/ACKNOWLEDGEMENTS.md\n"
                },
                {
                    "file": "  /opt/local/share/doc/pv/COPYING\n"
                },
                {
                    "file": "  /opt/local/share/doc/pv/DEVELOPERS.md\n"
                },
                {
                    "file": "  /opt/local/share/doc/pv/INSTALL\n"
                },
                {
                    "file": "  /opt/local/share/doc/pv/NEWS.md\n"
                },
                {
                    "file": "  /opt/local/share/doc/pv/README.md\n"
                },
                {
                    "file": "  /opt/local/share/locale/cs/LC_MESSAGES/pv.mo\n"
                },
                {
                    "file": "  /opt/local/share/locale/de/LC_MESSAGES/pv.mo\n"
                },
                {
                    "file": "  /opt/local/share/locale/fi/LC_MESSAGES/pv.mo\n"
                },
                {
                    "file": "  /opt/local/share/locale/fr/LC_MESSAGES/pv.mo\n"
                },
                {
                    "file": "  /opt/local/share/locale/ka/LC_MESSAGES/pv.mo\n"
                },
                {
                    "file": "  /opt/local/share/locale/pl/LC_MESSAGES/pv.mo\n"
                },
                {
                    "file": "  /opt/local/share/locale/pt/LC_MESSAGES/pv.mo\n"
                },
                {
                    "file": "  /opt/local/share/locale/ru/LC_MESSAGES/pv.mo\n"
                },
                {
                    "file": "  /opt/local/share/locale/tr/LC_MESSAGES/pv.mo\n"
                },
                {
                    "file": "  /opt/local/share/man/man1/pv.1.gz\n"
                }
            ]
        },
        {
            "build_id": 219397,
            "files": [
                {
                    "file": "  /opt/local/bin/dotnet\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/LICENSE.txt\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/ThirdPartyNotices.txt\n"
                },
                {
                    "file": "  /opt/local/share/dotnet/dotnet\n"
                }
            ]
        }
    ]
}