diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 82f2d06..04b8154 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,10 +2,10 @@ name: CI on: push: - branches: [ main ] + branches: [ master ] tags: [ 'v*' ] pull_request: - branches: [ main ] + branches: [ master ] jobs: build: diff --git a/Directory.Packages.props b/Directory.Packages.props index 5b635f7..136f148 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -3,10 +3,10 @@ true - - - - + + + + @@ -17,8 +17,8 @@ - - + + diff --git a/samples/InshiminatorSample/bin/Debug/net8.0/InshiminatorSample.deps.json b/samples/InshiminatorSample/bin/Debug/net8.0/InshiminatorSample.deps.json deleted file mode 100644 index 2471602..0000000 --- a/samples/InshiminatorSample/bin/Debug/net8.0/InshiminatorSample.deps.json +++ /dev/null @@ -1,83 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETCoreApp,Version=v8.0", - "signature": "" - }, - "compilationOptions": {}, - "targets": { - ".NETCoreApp,Version=v8.0": { - "InshiminatorSample/0.1.2-g2e58a4565a": { - "dependencies": { - "Inshiminator.Abstractions": "1.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.7", - "Microsoft.SourceLink.GitHub": "10.0.203" - }, - "runtime": { - "InshiminatorSample.dll": {} - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/10.0.7": { - "runtime": { - "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { - "assemblyVersion": "10.0.0.0", - "fileVersion": "10.0.726.21808" - } - } - }, - "Microsoft.SourceLink.GitHub/10.0.203": { - "dependencies": { - "System.IO.Hashing": "10.0.7" - } - }, - "System.IO.Hashing/10.0.7": { - "runtime": { - "lib/net8.0/System.IO.Hashing.dll": { - "assemblyVersion": "10.0.0.7", - "fileVersion": "10.0.726.21808" - } - } - }, - "Inshiminator.Abstractions/1.0.0": { - "runtime": { - "Inshiminator.Abstractions.dll": { - "assemblyVersion": "0.1.0.0", - "fileVersion": "0.1.2.11864" - } - } - } - } - }, - "libraries": { - "InshiminatorSample/0.1.2-g2e58a4565a": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/10.0.7": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Z6mfFEaFcwCfSboxJwOLfu7/31npCY9q70WUamHW/vRQhDvBKOT4Vf9YkZj5J6hLvJpb0oDEYfHunQZj0xxvKw==", - "path": "microsoft.extensions.dependencyinjection.abstractions/10.0.7", - "hashPath": "microsoft.extensions.dependencyinjection.abstractions.10.0.7.nupkg.sha512" - }, - "Microsoft.SourceLink.GitHub/10.0.203": { - "type": "package", - "serviceable": true, - "sha512": "sha512-R4Tvr1oACImMS+Y5M7NM07ll9QyJSKnki3Dvz8QwG1W6FEmd+9fmZXAF6BE6UPswHF6n0v41wgMQGlaudOspqA==", - "path": "microsoft.sourcelink.github/10.0.203", - "hashPath": "microsoft.sourcelink.github.10.0.203.nupkg.sha512" - }, - "System.IO.Hashing/10.0.7": { - "type": "package", - "serviceable": true, - "sha512": "sha512-6hsjdSr4VOXSOnhALkYplHpAxnTG1J33YN42IB6nH2fEg4QnJqrZ4Ft+qn7mkrKAOYC8pCSFYwVWw6rQbmwgLQ==", - "path": "system.io.hashing/10.0.7", - "hashPath": "system.io.hashing.10.0.7.nupkg.sha512" - }, - "Inshiminator.Abstractions/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - } - } -} \ No newline at end of file diff --git a/samples/InshiminatorSample/bin/Debug/net8.0/InshiminatorSample.dll b/samples/InshiminatorSample/bin/Debug/net8.0/InshiminatorSample.dll deleted file mode 100644 index f9ea995..0000000 Binary files a/samples/InshiminatorSample/bin/Debug/net8.0/InshiminatorSample.dll and /dev/null differ diff --git a/samples/InshiminatorSample/bin/Debug/net8.0/InshiminatorSample.exe b/samples/InshiminatorSample/bin/Debug/net8.0/InshiminatorSample.exe deleted file mode 100644 index 28796d9..0000000 Binary files a/samples/InshiminatorSample/bin/Debug/net8.0/InshiminatorSample.exe and /dev/null differ diff --git a/samples/InshiminatorSample/bin/Debug/net8.0/InshiminatorSample.pdb b/samples/InshiminatorSample/bin/Debug/net8.0/InshiminatorSample.pdb deleted file mode 100644 index 1c8c913..0000000 Binary files a/samples/InshiminatorSample/bin/Debug/net8.0/InshiminatorSample.pdb and /dev/null differ diff --git a/samples/InshiminatorSample/bin/Debug/net8.0/InshiminatorSample.runtimeconfig.json b/samples/InshiminatorSample/bin/Debug/net8.0/InshiminatorSample.runtimeconfig.json deleted file mode 100644 index 1de3a5d..0000000 --- a/samples/InshiminatorSample/bin/Debug/net8.0/InshiminatorSample.runtimeconfig.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "runtimeOptions": { - "tfm": "net8.0", - "framework": { - "name": "Microsoft.NETCore.App", - "version": "8.0.0" - }, - "configProperties": { - "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false - } - } -} \ No newline at end of file diff --git a/samples/InshiminatorSample/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs b/samples/InshiminatorSample/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs deleted file mode 100644 index 678fc5f..0000000 --- a/samples/InshiminatorSample/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs +++ /dev/null @@ -1,4 +0,0 @@ -// -using System; -using System.Reflection; -[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName = ".NET 8.0")] diff --git a/samples/InshiminatorSample/obj/Debug/net8.0/InshiminatorSample.AssemblyInfo.cs b/samples/InshiminatorSample/obj/Debug/net8.0/InshiminatorSample.AssemblyInfo.cs deleted file mode 100644 index 91e2aec..0000000 --- a/samples/InshiminatorSample/obj/Debug/net8.0/InshiminatorSample.AssemblyInfo.cs +++ /dev/null @@ -1,22 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -using System; -using System.Reflection; - -[assembly: System.Reflection.AssemblyCompanyAttribute("Jerrett Davis")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] -[assembly: System.Reflection.AssemblyCopyrightAttribute("Copyright (c) 2026 Jerrett Davis")] -[assembly: System.Reflection.AssemblyDescriptionAttribute("Analyzer-guided shim generation for .NET applications.")] -[assembly: System.Reflection.AssemblyProductAttribute("InshiminatorSample")] -[assembly: System.Reflection.AssemblyTitleAttribute("InshiminatorSample")] -[assembly: System.Reflection.AssemblyMetadataAttribute("RepositoryUrl", "https://github.com/JerrettDavis/InShimInator")] - -// Generated by the MSBuild WriteCodeFragment class. - diff --git a/samples/InshiminatorSample/obj/Debug/net8.0/InshiminatorSample.AssemblyInfoInputs.cache b/samples/InshiminatorSample/obj/Debug/net8.0/InshiminatorSample.AssemblyInfoInputs.cache deleted file mode 100644 index d84ad1a..0000000 --- a/samples/InshiminatorSample/obj/Debug/net8.0/InshiminatorSample.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -c85468b3407377d46db850bd9c25c101c6180056ba44511afac69d22374d16f1 diff --git a/samples/InshiminatorSample/obj/Debug/net8.0/InshiminatorSample.GeneratedMSBuildEditorConfig.editorconfig b/samples/InshiminatorSample/obj/Debug/net8.0/InshiminatorSample.GeneratedMSBuildEditorConfig.editorconfig deleted file mode 100644 index 586990d..0000000 --- a/samples/InshiminatorSample/obj/Debug/net8.0/InshiminatorSample.GeneratedMSBuildEditorConfig.editorconfig +++ /dev/null @@ -1,17 +0,0 @@ -is_global = true -build_property.TargetFramework = net8.0 -build_property.TargetFrameworkIdentifier = .NETCoreApp -build_property.TargetFrameworkVersion = v8.0 -build_property.TargetPlatformMinVersion = -build_property.UsingMicrosoftNETSdkWeb = -build_property.ProjectTypeGuids = -build_property.InvariantGlobalization = -build_property.PlatformNeutralAssembly = -build_property.EnforceExtendedAnalyzerRules = true -build_property._SupportedPlatformList = Linux,macOS,Windows -build_property.RootNamespace = InshiminatorSample -build_property.ProjectDir = C:\git\InShimInator\samples\InshiminatorSample\ -build_property.EnableComHosting = -build_property.EnableGeneratedComInterfaceComImportInterop = -build_property.EffectiveAnalysisLevelStyle = 8.0 -build_property.EnableCodeStyleSeverity = diff --git a/samples/InshiminatorSample/obj/Debug/net8.0/InshiminatorSample.GlobalUsings.g.cs b/samples/InshiminatorSample/obj/Debug/net8.0/InshiminatorSample.GlobalUsings.g.cs deleted file mode 100644 index 3bad85c..0000000 --- a/samples/InshiminatorSample/obj/Debug/net8.0/InshiminatorSample.GlobalUsings.g.cs +++ /dev/null @@ -1,8 +0,0 @@ -// -global using System; -global using System.Collections.Generic; -global using System.IO; -global using System.Linq; -global using System.Net.Http; -global using System.Threading; -global using System.Threading.Tasks; diff --git a/samples/InshiminatorSample/obj/Debug/net8.0/InshiminatorSample.Version.cs b/samples/InshiminatorSample/obj/Debug/net8.0/InshiminatorSample.Version.cs deleted file mode 100644 index fea7343..0000000 --- a/samples/InshiminatorSample/obj/Debug/net8.0/InshiminatorSample.Version.cs +++ /dev/null @@ -1,35 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -#pragma warning disable CA2243 - -[assembly: global::System.Reflection.AssemblyVersionAttribute("0.1.0.0")] -[assembly: global::System.Reflection.AssemblyFileVersionAttribute("0.1.2.11864")] -[assembly: global::System.Reflection.AssemblyInformationalVersionAttribute("0.1.2+2e58a4565a")] -#if NETSTANDARD || NETFRAMEWORK || NETCOREAPP -[global::System.CodeDom.Compiler.GeneratedCode("Nerdbank.GitVersioning.Tasks","3.9.50.28654")] -#endif -#if NET40_OR_GREATER || NETCOREAPP2_0_OR_GREATER || NETSTANDARD2_0_OR_GREATER -[global::System.Diagnostics.CodeAnalysis.ExcludeFromCodeCoverage] -#endif -internal static partial class ThisAssembly { - internal const string AssemblyConfiguration = "Debug"; - internal const string AssemblyFileVersion = "0.1.2.11864"; - internal const string AssemblyInformationalVersion = "0.1.2+2e58a4565a"; - internal const string AssemblyName = "InshiminatorSample"; - internal const string AssemblyTitle = "InshiminatorSample"; - internal const string AssemblyVersion = "0.1.0.0"; - internal static readonly global::System.DateTime GitCommitAuthorDate = new global::System.DateTime(639138599560000000L, global::System.DateTimeKind.Utc); - internal static readonly global::System.DateTime GitCommitDate = new global::System.DateTime(639138599560000000L, global::System.DateTimeKind.Utc); - internal const string GitCommitId = "2e58a4565a8558cbb77d4b912c0ddcb50b29665c"; - internal const bool IsPrerelease = false; - internal const bool IsPublicRelease = false; - internal const string RootNamespace = "InshiminatorSample"; -} diff --git a/samples/InshiminatorSample/obj/Debug/net8.0/InshiminatorSample.Version.cs.new b/samples/InshiminatorSample/obj/Debug/net8.0/InshiminatorSample.Version.cs.new deleted file mode 100644 index fea7343..0000000 --- a/samples/InshiminatorSample/obj/Debug/net8.0/InshiminatorSample.Version.cs.new +++ /dev/null @@ -1,35 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -#pragma warning disable CA2243 - -[assembly: global::System.Reflection.AssemblyVersionAttribute("0.1.0.0")] -[assembly: global::System.Reflection.AssemblyFileVersionAttribute("0.1.2.11864")] -[assembly: global::System.Reflection.AssemblyInformationalVersionAttribute("0.1.2+2e58a4565a")] -#if NETSTANDARD || NETFRAMEWORK || NETCOREAPP -[global::System.CodeDom.Compiler.GeneratedCode("Nerdbank.GitVersioning.Tasks","3.9.50.28654")] -#endif -#if NET40_OR_GREATER || NETCOREAPP2_0_OR_GREATER || NETSTANDARD2_0_OR_GREATER -[global::System.Diagnostics.CodeAnalysis.ExcludeFromCodeCoverage] -#endif -internal static partial class ThisAssembly { - internal const string AssemblyConfiguration = "Debug"; - internal const string AssemblyFileVersion = "0.1.2.11864"; - internal const string AssemblyInformationalVersion = "0.1.2+2e58a4565a"; - internal const string AssemblyName = "InshiminatorSample"; - internal const string AssemblyTitle = "InshiminatorSample"; - internal const string AssemblyVersion = "0.1.0.0"; - internal static readonly global::System.DateTime GitCommitAuthorDate = new global::System.DateTime(639138599560000000L, global::System.DateTimeKind.Utc); - internal static readonly global::System.DateTime GitCommitDate = new global::System.DateTime(639138599560000000L, global::System.DateTimeKind.Utc); - internal const string GitCommitId = "2e58a4565a8558cbb77d4b912c0ddcb50b29665c"; - internal const bool IsPrerelease = false; - internal const bool IsPublicRelease = false; - internal const string RootNamespace = "InshiminatorSample"; -} diff --git a/samples/InshiminatorSample/obj/Debug/net8.0/InshiminatorSample.assets.cache b/samples/InshiminatorSample/obj/Debug/net8.0/InshiminatorSample.assets.cache deleted file mode 100644 index eb836ad..0000000 Binary files a/samples/InshiminatorSample/obj/Debug/net8.0/InshiminatorSample.assets.cache and /dev/null differ diff --git a/samples/InshiminatorSample/obj/Debug/net8.0/InshiminatorSample.csproj.CoreCompileInputs.cache b/samples/InshiminatorSample/obj/Debug/net8.0/InshiminatorSample.csproj.CoreCompileInputs.cache deleted file mode 100644 index 99e44d4..0000000 --- a/samples/InshiminatorSample/obj/Debug/net8.0/InshiminatorSample.csproj.CoreCompileInputs.cache +++ /dev/null @@ -1 +0,0 @@ -365fe805352b88777ffa12599a9491d7a34add7406986b9e88712b6deac464c2 diff --git a/samples/InshiminatorSample/obj/Debug/net8.0/InshiminatorSample.csproj.FileListAbsolute.txt b/samples/InshiminatorSample/obj/Debug/net8.0/InshiminatorSample.csproj.FileListAbsolute.txt deleted file mode 100644 index d415708..0000000 --- a/samples/InshiminatorSample/obj/Debug/net8.0/InshiminatorSample.csproj.FileListAbsolute.txt +++ /dev/null @@ -1,20 +0,0 @@ -C:\git\InShimInator\samples\InshiminatorSample\bin\Debug\net8.0\InshiminatorSample.exe -C:\git\InShimInator\samples\InshiminatorSample\bin\Debug\net8.0\InshiminatorSample.deps.json -C:\git\InShimInator\samples\InshiminatorSample\bin\Debug\net8.0\InshiminatorSample.runtimeconfig.json -C:\git\InShimInator\samples\InshiminatorSample\bin\Debug\net8.0\InshiminatorSample.dll -C:\git\InShimInator\samples\InshiminatorSample\bin\Debug\net8.0\InshiminatorSample.pdb -C:\git\InShimInator\samples\InshiminatorSample\obj\Debug\net8.0\InshiminatorSample.GeneratedMSBuildEditorConfig.editorconfig -C:\git\InShimInator\samples\InshiminatorSample\obj\Debug\net8.0\InshiminatorSample.AssemblyInfoInputs.cache -C:\git\InShimInator\samples\InshiminatorSample\obj\Debug\net8.0\InshiminatorSample.AssemblyInfo.cs -C:\git\InShimInator\samples\InshiminatorSample\obj\Debug\net8.0\InshiminatorSample.csproj.CoreCompileInputs.cache -C:\git\InShimInator\samples\InshiminatorSample\obj\Debug\net8.0\InshiminatorSample.dll -C:\git\InShimInator\samples\InshiminatorSample\obj\Debug\net8.0\refint\InshiminatorSample.dll -C:\git\InShimInator\samples\InshiminatorSample\obj\Debug\net8.0\InshiminatorSample.pdb -C:\git\InShimInator\samples\InshiminatorSample\obj\Debug\net8.0\InshiminatorSample.genruntimeconfig.cache -C:\git\InShimInator\samples\InshiminatorSample\obj\Debug\net8.0\ref\InshiminatorSample.dll -C:\git\InShimInator\samples\InshiminatorSample\obj\Debug\net8.0\InshiminatorSample.csproj.AssemblyReference.cache -C:\git\InShimInator\samples\InshiminatorSample\bin\Debug\net8.0\Microsoft.Extensions.DependencyInjection.Abstractions.dll -C:\git\InShimInator\samples\InshiminatorSample\bin\Debug\net8.0\Inshiminator.Abstractions.dll -C:\git\InShimInator\samples\InshiminatorSample\bin\Debug\net8.0\Inshiminator.Abstractions.pdb -C:\git\InShimInator\samples\InshiminatorSample\obj\Debug\net8.0\Inshimin.AE54CAE0.Up2Date -C:\git\InShimInator\samples\InshiminatorSample\bin\Debug\net8.0\System.IO.Hashing.dll diff --git a/samples/InshiminatorSample/obj/Debug/net8.0/InshiminatorSample.dll b/samples/InshiminatorSample/obj/Debug/net8.0/InshiminatorSample.dll deleted file mode 100644 index f9ea995..0000000 Binary files a/samples/InshiminatorSample/obj/Debug/net8.0/InshiminatorSample.dll and /dev/null differ diff --git a/samples/InshiminatorSample/obj/Debug/net8.0/InshiminatorSample.genruntimeconfig.cache b/samples/InshiminatorSample/obj/Debug/net8.0/InshiminatorSample.genruntimeconfig.cache deleted file mode 100644 index abce4ca..0000000 --- a/samples/InshiminatorSample/obj/Debug/net8.0/InshiminatorSample.genruntimeconfig.cache +++ /dev/null @@ -1 +0,0 @@ -b603f7d12277195329dbf262b2a63248086736b67510d6ba8d224c2ed389e54c diff --git a/samples/InshiminatorSample/obj/Debug/net8.0/InshiminatorSample.pdb b/samples/InshiminatorSample/obj/Debug/net8.0/InshiminatorSample.pdb deleted file mode 100644 index 1c8c913..0000000 Binary files a/samples/InshiminatorSample/obj/Debug/net8.0/InshiminatorSample.pdb and /dev/null differ diff --git a/samples/InshiminatorSample/obj/Debug/net8.0/apphost.exe b/samples/InshiminatorSample/obj/Debug/net8.0/apphost.exe deleted file mode 100644 index 28796d9..0000000 Binary files a/samples/InshiminatorSample/obj/Debug/net8.0/apphost.exe and /dev/null differ diff --git a/samples/InshiminatorSample/obj/Debug/net8.0/ref/InshiminatorSample.dll b/samples/InshiminatorSample/obj/Debug/net8.0/ref/InshiminatorSample.dll deleted file mode 100644 index ea53c18..0000000 Binary files a/samples/InshiminatorSample/obj/Debug/net8.0/ref/InshiminatorSample.dll and /dev/null differ diff --git a/samples/InshiminatorSample/obj/Debug/net8.0/refint/InshiminatorSample.dll b/samples/InshiminatorSample/obj/Debug/net8.0/refint/InshiminatorSample.dll deleted file mode 100644 index ea53c18..0000000 Binary files a/samples/InshiminatorSample/obj/Debug/net8.0/refint/InshiminatorSample.dll and /dev/null differ diff --git a/samples/InshiminatorSample/obj/InshiminatorSample.csproj.nuget.dgspec.json b/samples/InshiminatorSample/obj/InshiminatorSample.csproj.nuget.dgspec.json deleted file mode 100644 index 759774b..0000000 --- a/samples/InshiminatorSample/obj/InshiminatorSample.csproj.nuget.dgspec.json +++ /dev/null @@ -1,1777 +0,0 @@ -{ - "format": 1, - "restore": { - "C:\\git\\InShimInator\\samples\\InshiminatorSample\\InshiminatorSample.csproj": {} - }, - "projects": { - "C:\\git\\InShimInator\\samples\\InshiminatorSample\\InshiminatorSample.csproj": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "C:\\git\\InShimInator\\samples\\InshiminatorSample\\InshiminatorSample.csproj", - "projectName": "InshiminatorSample", - "projectPath": "C:\\git\\InShimInator\\samples\\InshiminatorSample\\InshiminatorSample.csproj", - "packagesPath": "C:\\Users\\jd\\.nuget\\packages\\", - "outputPath": "C:\\git\\InShimInator\\samples\\InshiminatorSample\\obj\\", - "projectStyle": "PackageReference", - "crossTargeting": true, - "centralPackageVersionsManagementEnabled": true, - "fallbackFolders": [ - "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" - ], - "configFilePaths": [ - "C:\\git\\InShimInator\\NuGet.Config", - "C:\\Users\\jd\\AppData\\Roaming\\NuGet\\NuGet.Config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" - ], - "originalTargetFrameworks": [ - "net10.0", - "net8.0", - "netstandard2.0" - ], - "sources": { - "C:\\Program Files\\dotnet\\library-packs": {}, - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net8.0": { - "targetAlias": "net8.0", - "projectReferences": { - "C:\\git\\InShimInator\\src\\Inshiminator.Abstractions\\Inshiminator.Abstractions.csproj": { - "projectPath": "C:\\git\\InShimInator\\src\\Inshiminator.Abstractions\\Inshiminator.Abstractions.csproj" - } - } - }, - "net10.0": { - "targetAlias": "net10.0", - "projectReferences": { - "C:\\git\\InShimInator\\src\\Inshiminator.Abstractions\\Inshiminator.Abstractions.csproj": { - "projectPath": "C:\\git\\InShimInator\\src\\Inshiminator.Abstractions\\Inshiminator.Abstractions.csproj" - } - } - }, - "netstandard2.0": { - "targetAlias": "netstandard2.0", - "projectReferences": { - "C:\\git\\InShimInator\\src\\Inshiminator.Abstractions\\Inshiminator.Abstractions.csproj": { - "projectPath": "C:\\git\\InShimInator\\src\\Inshiminator.Abstractions\\Inshiminator.Abstractions.csproj" - } - } - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - }, - "restoreAuditProperties": { - "enableAudit": "true", - "auditLevel": "low", - "auditMode": "all" - }, - "SdkAnalysisLevel": "10.0.100" - }, - "frameworks": { - "net8.0": { - "targetAlias": "net8.0", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": { - "target": "Package", - "version": "[10.0.7, )", - "versionCentrallyManaged": true - }, - "Microsoft.SourceLink.GitHub": { - "suppressParent": "All", - "target": "Package", - "version": "[10.0.203, )", - "versionCentrallyManaged": true - }, - "Nerdbank.GitVersioning": { - "suppressParent": "All", - "target": "Package", - "version": "[3.9.50, )", - "versionCentrallyManaged": true - } - }, - "centralPackageVersions": { - "coverlet.collector": "10.0.0", - "Microsoft.Build.Locator": "1.11.2", - "Microsoft.CodeAnalysis.Analyzers": "3.11.0", - "Microsoft.CodeAnalysis.CSharp": "4.12.0", - "Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.12.0", - "Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing.XUnit": "1.1.2", - "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.7", - "Microsoft.NET.Test.Sdk": "18.5.1", - "Microsoft.SourceLink.GitHub": "10.0.203", - "Nerdbank.GitVersioning": "3.9.50", - "Spectre.Console.Cli": "0.55.0", - "xunit": "2.9.3", - "xunit.runner.visualstudio": "3.1.5" - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48", - "net481" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\10.0.107/PortableRuntimeIdentifierGraph.json", - "packagesToPrune": { - "Microsoft.CSharp": "(,4.7.32767]", - "Microsoft.VisualBasic": "(,10.3.32767]", - "Microsoft.Win32.Primitives": "(,4.3.32767]", - "Microsoft.Win32.Registry": "(,5.0.32767]", - "runtime.any.System.Collections": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.any.System.Globalization": "(,4.3.32767]", - "runtime.any.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.any.System.IO": "(,4.3.32767]", - "runtime.any.System.Reflection": "(,4.3.32767]", - "runtime.any.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.any.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.any.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.any.System.Runtime": "(,4.3.32767]", - "runtime.any.System.Runtime.Handles": "(,4.3.32767]", - "runtime.any.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.any.System.Text.Encoding": "(,4.3.32767]", - "runtime.any.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.any.System.Threading.Tasks": "(,4.3.32767]", - "runtime.any.System.Threading.Timer": "(,4.3.32767]", - "runtime.aot.System.Collections": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.aot.System.Globalization": "(,4.3.32767]", - "runtime.aot.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.aot.System.IO": "(,4.3.32767]", - "runtime.aot.System.Reflection": "(,4.3.32767]", - "runtime.aot.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.aot.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.aot.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.aot.System.Runtime": "(,4.3.32767]", - "runtime.aot.System.Runtime.Handles": "(,4.3.32767]", - "runtime.aot.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.aot.System.Threading.Tasks": "(,4.3.32767]", - "runtime.aot.System.Threading.Timer": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.native.System.Security.Cryptography.Apple": "(,4.3.32767]", - "runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.unix.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.unix.System.Console": "(,4.3.32767]", - "runtime.unix.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.unix.System.IO.FileSystem": "(,4.3.32767]", - "runtime.unix.System.Net.Primitives": "(,4.3.32767]", - "runtime.unix.System.Net.Sockets": "(,4.3.32767]", - "runtime.unix.System.Private.Uri": "(,4.3.32767]", - "runtime.unix.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.win.System.Console": "(,4.3.32767]", - "runtime.win.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.win.System.IO.FileSystem": "(,4.3.32767]", - "runtime.win.System.Net.Primitives": "(,4.3.32767]", - "runtime.win.System.Net.Sockets": "(,4.3.32767]", - "runtime.win.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win10-arm-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-arm64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win10-x64-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-x86-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7-x86.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7.System.Private.Uri": "(,4.3.32767]", - "runtime.win8-arm.runtime.native.System.IO.Compression": "(,4.3.32767]", - "System.AppContext": "(,4.3.32767]", - "System.Buffers": "(,4.6.32767]", - "System.Collections": "(,4.3.32767]", - "System.Collections.Concurrent": "(,4.3.32767]", - "System.Collections.Immutable": "(,8.0.32767]", - "System.Collections.NonGeneric": "(,4.3.32767]", - "System.Collections.Specialized": "(,4.3.32767]", - "System.ComponentModel": "(,4.3.32767]", - "System.ComponentModel.Annotations": "(,5.0.32767]", - "System.ComponentModel.EventBasedAsync": "(,4.3.32767]", - "System.ComponentModel.Primitives": "(,4.3.32767]", - "System.ComponentModel.TypeConverter": "(,4.3.32767]", - "System.Console": "(,4.3.32767]", - "System.Data.Common": "(,4.3.32767]", - "System.Data.DataSetExtensions": "(,4.5.32767]", - "System.Diagnostics.Contracts": "(,4.3.32767]", - "System.Diagnostics.Debug": "(,4.3.32767]", - "System.Diagnostics.DiagnosticSource": "(,8.0.32767]", - "System.Diagnostics.FileVersionInfo": "(,4.3.32767]", - "System.Diagnostics.Process": "(,4.3.32767]", - "System.Diagnostics.StackTrace": "(,4.3.32767]", - "System.Diagnostics.TextWriterTraceListener": "(,4.3.32767]", - "System.Diagnostics.Tools": "(,4.3.32767]", - "System.Diagnostics.TraceSource": "(,4.3.32767]", - "System.Diagnostics.Tracing": "(,4.3.32767]", - "System.Drawing.Primitives": "(,4.3.32767]", - "System.Dynamic.Runtime": "(,4.3.32767]", - "System.Formats.Asn1": "(,8.0.32767]", - "System.Globalization": "(,4.3.32767]", - "System.Globalization.Calendars": "(,4.3.32767]", - "System.Globalization.Extensions": "(,4.3.32767]", - "System.IO": "(,4.3.32767]", - "System.IO.Compression": "(,4.3.32767]", - "System.IO.Compression.ZipFile": "(,4.3.32767]", - "System.IO.FileSystem": "(,4.3.32767]", - "System.IO.FileSystem.AccessControl": "(,5.0.32767]", - "System.IO.FileSystem.DriveInfo": "(,4.3.32767]", - "System.IO.FileSystem.Primitives": "(,4.3.32767]", - "System.IO.FileSystem.Watcher": "(,4.3.32767]", - "System.IO.IsolatedStorage": "(,4.3.32767]", - "System.IO.MemoryMappedFiles": "(,4.3.32767]", - "System.IO.Pipes": "(,4.3.32767]", - "System.IO.Pipes.AccessControl": "(,4.6.32767]", - "System.IO.UnmanagedMemoryStream": "(,4.3.32767]", - "System.Linq": "(,4.3.32767]", - "System.Linq.Expressions": "(,4.3.32767]", - "System.Linq.Parallel": "(,4.3.32767]", - "System.Linq.Queryable": "(,4.3.32767]", - "System.Memory": "(,4.6.32767]", - "System.Net.Http": "(,4.3.32767]", - "System.Net.Http.Json": "(,8.0.32767]", - "System.Net.NameResolution": "(,4.3.32767]", - "System.Net.NetworkInformation": "(,4.3.32767]", - "System.Net.Ping": "(,4.3.32767]", - "System.Net.Primitives": "(,4.3.32767]", - "System.Net.Requests": "(,4.3.32767]", - "System.Net.Security": "(,4.3.32767]", - "System.Net.Sockets": "(,4.3.32767]", - "System.Net.WebHeaderCollection": "(,4.3.32767]", - "System.Net.WebSockets": "(,4.3.32767]", - "System.Net.WebSockets.Client": "(,4.3.32767]", - "System.Numerics.Vectors": "(,4.6.32767]", - "System.ObjectModel": "(,4.3.32767]", - "System.Private.DataContractSerialization": "(,4.3.32767]", - "System.Private.Uri": "(,4.3.32767]", - "System.Reflection": "(,4.3.32767]", - "System.Reflection.DispatchProxy": "(,4.8.32767]", - "System.Reflection.Emit": "(,4.7.32767]", - "System.Reflection.Emit.ILGeneration": "(,4.7.32767]", - "System.Reflection.Emit.Lightweight": "(,4.7.32767]", - "System.Reflection.Extensions": "(,4.3.32767]", - "System.Reflection.Metadata": "(,8.0.32767]", - "System.Reflection.Primitives": "(,4.3.32767]", - "System.Reflection.TypeExtensions": "(,4.7.32767]", - "System.Resources.Reader": "(,4.3.32767]", - "System.Resources.ResourceManager": "(,4.3.32767]", - "System.Resources.Writer": "(,4.3.32767]", - "System.Runtime": "(,4.3.32767]", - "System.Runtime.CompilerServices.Unsafe": "(,6.1.32767]", - "System.Runtime.CompilerServices.VisualC": "(,4.3.32767]", - "System.Runtime.Extensions": "(,4.3.32767]", - "System.Runtime.Handles": "(,4.3.32767]", - "System.Runtime.InteropServices": "(,4.3.32767]", - "System.Runtime.InteropServices.RuntimeInformation": "(,4.3.32767]", - "System.Runtime.Loader": "(,4.3.32767]", - "System.Runtime.Numerics": "(,4.3.32767]", - "System.Runtime.Serialization.Formatters": "(,4.3.32767]", - "System.Runtime.Serialization.Json": "(,4.3.32767]", - "System.Runtime.Serialization.Primitives": "(,4.3.32767]", - "System.Runtime.Serialization.Xml": "(,4.3.32767]", - "System.Security.AccessControl": "(,6.0.32767]", - "System.Security.Claims": "(,4.3.32767]", - "System.Security.Cryptography.Algorithms": "(,4.3.32767]", - "System.Security.Cryptography.Cng": "(,4.6.32767]", - "System.Security.Cryptography.Csp": "(,4.3.32767]", - "System.Security.Cryptography.Encoding": "(,4.3.32767]", - "System.Security.Cryptography.OpenSsl": "(,5.0.32767]", - "System.Security.Cryptography.Primitives": "(,4.3.32767]", - "System.Security.Cryptography.X509Certificates": "(,4.3.32767]", - "System.Security.Principal": "(,4.3.32767]", - "System.Security.Principal.Windows": "(,5.0.32767]", - "System.Security.SecureString": "(,4.3.32767]", - "System.Text.Encoding": "(,4.3.32767]", - "System.Text.Encoding.CodePages": "(,8.0.32767]", - "System.Text.Encoding.Extensions": "(,4.3.32767]", - "System.Text.Encodings.Web": "(,8.0.32767]", - "System.Text.Json": "(,8.0.32767]", - "System.Text.RegularExpressions": "(,4.3.32767]", - "System.Threading": "(,4.3.32767]", - "System.Threading.Channels": "(,8.0.32767]", - "System.Threading.Overlapped": "(,4.3.32767]", - "System.Threading.Tasks": "(,4.3.32767]", - "System.Threading.Tasks.Dataflow": "(,8.0.32767]", - "System.Threading.Tasks.Extensions": "(,4.6.32767]", - "System.Threading.Tasks.Parallel": "(,4.3.32767]", - "System.Threading.Thread": "(,4.3.32767]", - "System.Threading.ThreadPool": "(,4.3.32767]", - "System.Threading.Timer": "(,4.3.32767]", - "System.ValueTuple": "(,4.6.32767]", - "System.Xml.ReaderWriter": "(,4.3.32767]", - "System.Xml.XDocument": "(,4.3.32767]", - "System.Xml.XmlDocument": "(,4.3.32767]", - "System.Xml.XmlSerializer": "(,4.3.32767]", - "System.Xml.XPath": "(,4.3.32767]", - "System.Xml.XPath.XDocument": "(,4.3.32767]" - } - }, - "net10.0": { - "targetAlias": "net10.0", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": { - "target": "Package", - "version": "[10.0.7, )", - "versionCentrallyManaged": true - }, - "Microsoft.SourceLink.GitHub": { - "suppressParent": "All", - "target": "Package", - "version": "[10.0.203, )", - "versionCentrallyManaged": true - }, - "Nerdbank.GitVersioning": { - "suppressParent": "All", - "target": "Package", - "version": "[3.9.50, )", - "versionCentrallyManaged": true - } - }, - "centralPackageVersions": { - "coverlet.collector": "10.0.0", - "Microsoft.Build.Locator": "1.11.2", - "Microsoft.CodeAnalysis.Analyzers": "3.11.0", - "Microsoft.CodeAnalysis.CSharp": "4.12.0", - "Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.12.0", - "Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing.XUnit": "1.1.2", - "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.7", - "Microsoft.NET.Test.Sdk": "18.5.1", - "Microsoft.SourceLink.GitHub": "10.0.203", - "Nerdbank.GitVersioning": "3.9.50", - "Spectre.Console.Cli": "0.55.0", - "xunit": "2.9.3", - "xunit.runner.visualstudio": "3.1.5" - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48", - "net481" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\10.0.107/PortableRuntimeIdentifierGraph.json", - "packagesToPrune": { - "Microsoft.CSharp": "(,4.7.32767]", - "Microsoft.VisualBasic": "(,10.4.32767]", - "Microsoft.Win32.Primitives": "(,4.3.32767]", - "Microsoft.Win32.Registry": "(,5.0.32767]", - "runtime.any.System.Collections": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.any.System.Globalization": "(,4.3.32767]", - "runtime.any.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.any.System.IO": "(,4.3.32767]", - "runtime.any.System.Reflection": "(,4.3.32767]", - "runtime.any.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.any.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.any.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.any.System.Runtime": "(,4.3.32767]", - "runtime.any.System.Runtime.Handles": "(,4.3.32767]", - "runtime.any.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.any.System.Text.Encoding": "(,4.3.32767]", - "runtime.any.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.any.System.Threading.Tasks": "(,4.3.32767]", - "runtime.any.System.Threading.Timer": "(,4.3.32767]", - "runtime.aot.System.Collections": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.aot.System.Globalization": "(,4.3.32767]", - "runtime.aot.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.aot.System.IO": "(,4.3.32767]", - "runtime.aot.System.Reflection": "(,4.3.32767]", - "runtime.aot.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.aot.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.aot.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.aot.System.Runtime": "(,4.3.32767]", - "runtime.aot.System.Runtime.Handles": "(,4.3.32767]", - "runtime.aot.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.aot.System.Threading.Tasks": "(,4.3.32767]", - "runtime.aot.System.Threading.Timer": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.unix.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.unix.System.Console": "(,4.3.32767]", - "runtime.unix.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.unix.System.IO.FileSystem": "(,4.3.32767]", - "runtime.unix.System.Net.Primitives": "(,4.3.32767]", - "runtime.unix.System.Net.Sockets": "(,4.3.32767]", - "runtime.unix.System.Private.Uri": "(,4.3.32767]", - "runtime.unix.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.win.System.Console": "(,4.3.32767]", - "runtime.win.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.win.System.IO.FileSystem": "(,4.3.32767]", - "runtime.win.System.Net.Primitives": "(,4.3.32767]", - "runtime.win.System.Net.Sockets": "(,4.3.32767]", - "runtime.win.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win10-arm-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-arm64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win10-x64-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-x86-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7-x86.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7.System.Private.Uri": "(,4.3.32767]", - "runtime.win8-arm.runtime.native.System.IO.Compression": "(,4.3.32767]", - "System.AppContext": "(,4.3.32767]", - "System.Buffers": "(,5.0.32767]", - "System.Collections": "(,4.3.32767]", - "System.Collections.Concurrent": "(,4.3.32767]", - "System.Collections.Immutable": "(,10.0.32767]", - "System.Collections.NonGeneric": "(,4.3.32767]", - "System.Collections.Specialized": "(,4.3.32767]", - "System.ComponentModel": "(,4.3.32767]", - "System.ComponentModel.Annotations": "(,4.3.32767]", - "System.ComponentModel.EventBasedAsync": "(,4.3.32767]", - "System.ComponentModel.Primitives": "(,4.3.32767]", - "System.ComponentModel.TypeConverter": "(,4.3.32767]", - "System.Console": "(,4.3.32767]", - "System.Data.Common": "(,4.3.32767]", - "System.Data.DataSetExtensions": "(,4.4.32767]", - "System.Diagnostics.Contracts": "(,4.3.32767]", - "System.Diagnostics.Debug": "(,4.3.32767]", - "System.Diagnostics.DiagnosticSource": "(,10.0.32767]", - "System.Diagnostics.FileVersionInfo": "(,4.3.32767]", - "System.Diagnostics.Process": "(,4.3.32767]", - "System.Diagnostics.StackTrace": "(,4.3.32767]", - "System.Diagnostics.TextWriterTraceListener": "(,4.3.32767]", - "System.Diagnostics.Tools": "(,4.3.32767]", - "System.Diagnostics.TraceSource": "(,4.3.32767]", - "System.Diagnostics.Tracing": "(,4.3.32767]", - "System.Drawing.Primitives": "(,4.3.32767]", - "System.Dynamic.Runtime": "(,4.3.32767]", - "System.Formats.Asn1": "(,10.0.32767]", - "System.Formats.Tar": "(,10.0.32767]", - "System.Globalization": "(,4.3.32767]", - "System.Globalization.Calendars": "(,4.3.32767]", - "System.Globalization.Extensions": "(,4.3.32767]", - "System.IO": "(,4.3.32767]", - "System.IO.Compression": "(,4.3.32767]", - "System.IO.Compression.ZipFile": "(,4.3.32767]", - "System.IO.FileSystem": "(,4.3.32767]", - "System.IO.FileSystem.AccessControl": "(,4.4.32767]", - "System.IO.FileSystem.DriveInfo": "(,4.3.32767]", - "System.IO.FileSystem.Primitives": "(,4.3.32767]", - "System.IO.FileSystem.Watcher": "(,4.3.32767]", - "System.IO.IsolatedStorage": "(,4.3.32767]", - "System.IO.MemoryMappedFiles": "(,4.3.32767]", - "System.IO.Pipelines": "(,10.0.32767]", - "System.IO.Pipes": "(,4.3.32767]", - "System.IO.Pipes.AccessControl": "(,5.0.32767]", - "System.IO.UnmanagedMemoryStream": "(,4.3.32767]", - "System.Linq": "(,4.3.32767]", - "System.Linq.AsyncEnumerable": "(,10.0.32767]", - "System.Linq.Expressions": "(,4.3.32767]", - "System.Linq.Parallel": "(,4.3.32767]", - "System.Linq.Queryable": "(,4.3.32767]", - "System.Memory": "(,5.0.32767]", - "System.Net.Http": "(,4.3.32767]", - "System.Net.Http.Json": "(,10.0.32767]", - "System.Net.NameResolution": "(,4.3.32767]", - "System.Net.NetworkInformation": "(,4.3.32767]", - "System.Net.Ping": "(,4.3.32767]", - "System.Net.Primitives": "(,4.3.32767]", - "System.Net.Requests": "(,4.3.32767]", - "System.Net.Security": "(,4.3.32767]", - "System.Net.ServerSentEvents": "(,10.0.32767]", - "System.Net.Sockets": "(,4.3.32767]", - "System.Net.WebHeaderCollection": "(,4.3.32767]", - "System.Net.WebSockets": "(,4.3.32767]", - "System.Net.WebSockets.Client": "(,4.3.32767]", - "System.Numerics.Vectors": "(,5.0.32767]", - "System.ObjectModel": "(,4.3.32767]", - "System.Private.DataContractSerialization": "(,4.3.32767]", - "System.Private.Uri": "(,4.3.32767]", - "System.Reflection": "(,4.3.32767]", - "System.Reflection.DispatchProxy": "(,6.0.32767]", - "System.Reflection.Emit": "(,4.7.32767]", - "System.Reflection.Emit.ILGeneration": "(,4.7.32767]", - "System.Reflection.Emit.Lightweight": "(,4.7.32767]", - "System.Reflection.Extensions": "(,4.3.32767]", - "System.Reflection.Metadata": "(,10.0.32767]", - "System.Reflection.Primitives": "(,4.3.32767]", - "System.Reflection.TypeExtensions": "(,4.3.32767]", - "System.Resources.Reader": "(,4.3.32767]", - "System.Resources.ResourceManager": "(,4.3.32767]", - "System.Resources.Writer": "(,4.3.32767]", - "System.Runtime": "(,4.3.32767]", - "System.Runtime.CompilerServices.Unsafe": "(,7.0.32767]", - "System.Runtime.CompilerServices.VisualC": "(,4.3.32767]", - "System.Runtime.Extensions": "(,4.3.32767]", - "System.Runtime.Handles": "(,4.3.32767]", - "System.Runtime.InteropServices": "(,4.3.32767]", - "System.Runtime.InteropServices.RuntimeInformation": "(,4.3.32767]", - "System.Runtime.Loader": "(,4.3.32767]", - "System.Runtime.Numerics": "(,4.3.32767]", - "System.Runtime.Serialization.Formatters": "(,4.3.32767]", - "System.Runtime.Serialization.Json": "(,4.3.32767]", - "System.Runtime.Serialization.Primitives": "(,4.3.32767]", - "System.Runtime.Serialization.Xml": "(,4.3.32767]", - "System.Security.AccessControl": "(,6.0.32767]", - "System.Security.Claims": "(,4.3.32767]", - "System.Security.Cryptography.Algorithms": "(,4.3.32767]", - "System.Security.Cryptography.Cng": "(,5.0.32767]", - "System.Security.Cryptography.Csp": "(,4.3.32767]", - "System.Security.Cryptography.Encoding": "(,4.3.32767]", - "System.Security.Cryptography.OpenSsl": "(,5.0.32767]", - "System.Security.Cryptography.Primitives": "(,4.3.32767]", - "System.Security.Cryptography.X509Certificates": "(,4.3.32767]", - "System.Security.Principal": "(,4.3.32767]", - "System.Security.Principal.Windows": "(,5.0.32767]", - "System.Security.SecureString": "(,4.3.32767]", - "System.Text.Encoding": "(,4.3.32767]", - "System.Text.Encoding.CodePages": "(,10.0.32767]", - "System.Text.Encoding.Extensions": "(,4.3.32767]", - "System.Text.Encodings.Web": "(,10.0.32767]", - "System.Text.Json": "(,10.0.32767]", - "System.Text.RegularExpressions": "(,4.3.32767]", - "System.Threading": "(,4.3.32767]", - "System.Threading.AccessControl": "(,10.0.32767]", - "System.Threading.Channels": "(,10.0.32767]", - "System.Threading.Overlapped": "(,4.3.32767]", - "System.Threading.Tasks": "(,4.3.32767]", - "System.Threading.Tasks.Dataflow": "(,10.0.32767]", - "System.Threading.Tasks.Extensions": "(,5.0.32767]", - "System.Threading.Tasks.Parallel": "(,4.3.32767]", - "System.Threading.Thread": "(,4.3.32767]", - "System.Threading.ThreadPool": "(,4.3.32767]", - "System.Threading.Timer": "(,4.3.32767]", - "System.ValueTuple": "(,4.5.32767]", - "System.Xml.ReaderWriter": "(,4.3.32767]", - "System.Xml.XDocument": "(,4.3.32767]", - "System.Xml.XmlDocument": "(,4.3.32767]", - "System.Xml.XmlSerializer": "(,4.3.32767]", - "System.Xml.XPath": "(,4.3.32767]", - "System.Xml.XPath.XDocument": "(,5.0.32767]" - } - }, - "netstandard2.0": { - "targetAlias": "netstandard2.0", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": { - "target": "Package", - "version": "[10.0.7, )", - "versionCentrallyManaged": true - }, - "Microsoft.SourceLink.GitHub": { - "suppressParent": "All", - "target": "Package", - "version": "[10.0.203, )", - "versionCentrallyManaged": true - }, - "NETStandard.Library": { - "suppressParent": "All", - "target": "Package", - "version": "[2.0.3, )", - "autoReferenced": true - }, - "Nerdbank.GitVersioning": { - "suppressParent": "All", - "target": "Package", - "version": "[3.9.50, )", - "versionCentrallyManaged": true - } - }, - "centralPackageVersions": { - "coverlet.collector": "10.0.0", - "Microsoft.Build.Locator": "1.11.2", - "Microsoft.CodeAnalysis.Analyzers": "3.11.0", - "Microsoft.CodeAnalysis.CSharp": "4.12.0", - "Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.12.0", - "Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing.XUnit": "1.1.2", - "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.7", - "Microsoft.NET.Test.Sdk": "18.5.1", - "Microsoft.SourceLink.GitHub": "10.0.203", - "Nerdbank.GitVersioning": "3.9.50", - "Spectre.Console.Cli": "0.55.0", - "xunit": "2.9.3", - "xunit.runner.visualstudio": "3.1.5" - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48", - "net481" - ], - "assetTargetFallback": true, - "warn": true, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\10.0.107\\RuntimeIdentifierGraph.json", - "packagesToPrune": { - "Microsoft.Win32.Primitives": "(,4.3.0]", - "System.AppContext": "(,4.3.0]", - "System.Collections": "(,4.3.0]", - "System.Collections.NonGeneric": "(,4.3.0]", - "System.Collections.Specialized": "(,4.3.0]", - "System.ComponentModel": "(,4.3.0]", - "System.ComponentModel.EventBasedAsync": "(,4.3.0]", - "System.ComponentModel.Primitives": "(,4.3.0]", - "System.ComponentModel.TypeConverter": "(,4.3.0]", - "System.Console": "(,4.3.1]", - "System.Data.Common": "(,4.3.0]", - "System.Diagnostics.Contracts": "(,4.3.0]", - "System.Diagnostics.Debug": "(,4.3.0]", - "System.Diagnostics.FileVersionInfo": "(,4.3.0]", - "System.Diagnostics.Process": "(,4.3.0]", - "System.Diagnostics.StackTrace": "(,4.3.0]", - "System.Diagnostics.TextWriterTraceListener": "(,4.3.0]", - "System.Diagnostics.Tools": "(,4.3.0]", - "System.Diagnostics.TraceSource": "(,4.3.0]", - "System.Diagnostics.Tracing": "(,4.3.0]", - "System.Drawing.Primitives": "(,4.3.0]", - "System.Dynamic.Runtime": "(,4.3.0]", - "System.Globalization": "(,4.3.0]", - "System.Globalization.Calendars": "(,4.3.0]", - "System.Globalization.Extensions": "(,4.3.0]", - "System.IO": "(,4.3.0]", - "System.IO.Compression": "(,4.3.0]", - "System.IO.Compression.ZipFile": "(,4.3.0]", - "System.IO.FileSystem": "(,4.3.0]", - "System.IO.FileSystem.DriveInfo": "(,4.3.1]", - "System.IO.FileSystem.Primitives": "(,4.3.0]", - "System.IO.FileSystem.Watcher": "(,4.3.0]", - "System.IO.IsolatedStorage": "(,4.3.0]", - "System.IO.MemoryMappedFiles": "(,4.3.0]", - "System.IO.Pipes": "(,4.3.0]", - "System.IO.UnmanagedMemoryStream": "(,4.3.0]", - "System.Linq": "(,4.3.0]", - "System.Linq.Expressions": "(,4.3.0]", - "System.Linq.Parallel": "(,4.3.0]", - "System.Linq.Queryable": "(,4.3.0]", - "System.Net.Http": "(,4.3.4]", - "System.Net.NameResolution": "(,4.3.0]", - "System.Net.NetworkInformation": "(,4.3.0]", - "System.Net.Ping": "(,4.3.0]", - "System.Net.Primitives": "(,4.3.1]", - "System.Net.Requests": "(,4.3.0]", - "System.Net.Security": "(,4.3.2]", - "System.Net.Sockets": "(,4.3.0]", - "System.Net.WebHeaderCollection": "(,4.3.0]", - "System.Net.WebSockets": "(,4.3.0]", - "System.Net.WebSockets.Client": "(,4.3.2]", - "System.Reflection": "(,4.3.0]", - "System.Reflection.Extensions": "(,4.3.0]", - "System.Reflection.Primitives": "(,4.3.0]", - "System.Resources.Reader": "(,4.3.0]", - "System.Resources.ResourceManager": "(,4.3.0]", - "System.Resources.Writer": "(,4.3.0]", - "System.Runtime": "(,4.3.1]", - "System.Runtime.CompilerServices.VisualC": "(,4.3.0]", - "System.Runtime.Extensions": "(,4.3.1]", - "System.Runtime.Handles": "(,4.3.0]", - "System.Runtime.InteropServices": "(,4.3.0]", - "System.Runtime.InteropServices.RuntimeInformation": "(,4.3.0]", - "System.Runtime.Numerics": "(,4.3.0]", - "System.Runtime.Serialization.Formatters": "(,4.3.0]", - "System.Runtime.Serialization.Primitives": "(,4.3.0]", - "System.Runtime.Serialization.Xml": "(,4.3.0]", - "System.Security.Claims": "(,4.3.0]", - "System.Security.Cryptography.Algorithms": "(,4.3.1]", - "System.Security.Cryptography.Csp": "(,4.3.0]", - "System.Security.Cryptography.Encoding": "(,4.3.0]", - "System.Security.Cryptography.Primitives": "(,4.3.0]", - "System.Security.Cryptography.X509Certificates": "(,4.3.2]", - "System.Security.Principal": "(,4.3.0]", - "System.Security.SecureString": "(,4.3.0]", - "System.Text.Encoding": "(,4.3.0]", - "System.Text.Encoding.Extensions": "(,4.3.0]", - "System.Text.RegularExpressions": "(,4.3.0]", - "System.Threading": "(,4.3.0]", - "System.Threading.Overlapped": "(,4.3.0]", - "System.Threading.Tasks": "(,4.3.0]", - "System.Threading.Tasks.Parallel": "(,4.3.0]", - "System.Threading.Thread": "(,4.3.0]", - "System.Threading.ThreadPool": "(,4.3.0]", - "System.Threading.Timer": "(,4.3.0]", - "System.ValueTuple": "(,4.6.1]", - "System.Xml.ReaderWriter": "(,4.3.1]", - "System.Xml.XDocument": "(,4.3.0]", - "System.Xml.XmlDocument": "(,4.3.0]", - "System.Xml.XmlSerializer": "(,4.3.0]", - "System.Xml.XPath": "(,4.3.0]", - "System.Xml.XPath.XDocument": "(,4.3.0]" - } - } - } - }, - "C:\\git\\InShimInator\\src\\Inshiminator.Abstractions\\Inshiminator.Abstractions.csproj": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "C:\\git\\InShimInator\\src\\Inshiminator.Abstractions\\Inshiminator.Abstractions.csproj", - "projectName": "Inshiminator.Abstractions", - "projectPath": "C:\\git\\InShimInator\\src\\Inshiminator.Abstractions\\Inshiminator.Abstractions.csproj", - "packagesPath": "C:\\Users\\jd\\.nuget\\packages\\", - "outputPath": "C:\\git\\InShimInator\\src\\Inshiminator.Abstractions\\obj\\", - "projectStyle": "PackageReference", - "crossTargeting": true, - "centralPackageVersionsManagementEnabled": true, - "fallbackFolders": [ - "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" - ], - "configFilePaths": [ - "C:\\git\\InShimInator\\NuGet.Config", - "C:\\Users\\jd\\AppData\\Roaming\\NuGet\\NuGet.Config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" - ], - "originalTargetFrameworks": [ - "net10.0", - "net8.0", - "netstandard2.0" - ], - "sources": { - "C:\\Program Files\\dotnet\\library-packs": {}, - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net8.0": { - "targetAlias": "net8.0", - "projectReferences": {} - }, - "net10.0": { - "targetAlias": "net10.0", - "projectReferences": {} - }, - "netstandard2.0": { - "targetAlias": "netstandard2.0", - "projectReferences": {} - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - }, - "restoreAuditProperties": { - "enableAudit": "true", - "auditLevel": "low", - "auditMode": "all" - }, - "SdkAnalysisLevel": "10.0.100" - }, - "frameworks": { - "net8.0": { - "targetAlias": "net8.0", - "dependencies": { - "Microsoft.SourceLink.GitHub": { - "suppressParent": "All", - "target": "Package", - "version": "[10.0.203, )", - "versionCentrallyManaged": true - }, - "Nerdbank.GitVersioning": { - "suppressParent": "All", - "target": "Package", - "version": "[3.9.50, )", - "versionCentrallyManaged": true - } - }, - "centralPackageVersions": { - "coverlet.collector": "10.0.0", - "Microsoft.Build.Locator": "1.11.2", - "Microsoft.CodeAnalysis.Analyzers": "3.11.0", - "Microsoft.CodeAnalysis.CSharp": "4.12.0", - "Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.12.0", - "Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing.XUnit": "1.1.2", - "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.7", - "Microsoft.NET.Test.Sdk": "18.5.1", - "Microsoft.SourceLink.GitHub": "10.0.203", - "Nerdbank.GitVersioning": "3.9.50", - "Spectre.Console.Cli": "0.55.0", - "xunit": "2.9.3", - "xunit.runner.visualstudio": "3.1.5" - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48", - "net481" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\10.0.107/PortableRuntimeIdentifierGraph.json", - "packagesToPrune": { - "Microsoft.CSharp": "(,4.7.32767]", - "Microsoft.VisualBasic": "(,10.3.32767]", - "Microsoft.Win32.Primitives": "(,4.3.32767]", - "Microsoft.Win32.Registry": "(,5.0.32767]", - "runtime.any.System.Collections": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.any.System.Globalization": "(,4.3.32767]", - "runtime.any.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.any.System.IO": "(,4.3.32767]", - "runtime.any.System.Reflection": "(,4.3.32767]", - "runtime.any.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.any.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.any.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.any.System.Runtime": "(,4.3.32767]", - "runtime.any.System.Runtime.Handles": "(,4.3.32767]", - "runtime.any.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.any.System.Text.Encoding": "(,4.3.32767]", - "runtime.any.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.any.System.Threading.Tasks": "(,4.3.32767]", - "runtime.any.System.Threading.Timer": "(,4.3.32767]", - "runtime.aot.System.Collections": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.aot.System.Globalization": "(,4.3.32767]", - "runtime.aot.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.aot.System.IO": "(,4.3.32767]", - "runtime.aot.System.Reflection": "(,4.3.32767]", - "runtime.aot.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.aot.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.aot.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.aot.System.Runtime": "(,4.3.32767]", - "runtime.aot.System.Runtime.Handles": "(,4.3.32767]", - "runtime.aot.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.aot.System.Threading.Tasks": "(,4.3.32767]", - "runtime.aot.System.Threading.Timer": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.native.System.Security.Cryptography.Apple": "(,4.3.32767]", - "runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.unix.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.unix.System.Console": "(,4.3.32767]", - "runtime.unix.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.unix.System.IO.FileSystem": "(,4.3.32767]", - "runtime.unix.System.Net.Primitives": "(,4.3.32767]", - "runtime.unix.System.Net.Sockets": "(,4.3.32767]", - "runtime.unix.System.Private.Uri": "(,4.3.32767]", - "runtime.unix.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.win.System.Console": "(,4.3.32767]", - "runtime.win.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.win.System.IO.FileSystem": "(,4.3.32767]", - "runtime.win.System.Net.Primitives": "(,4.3.32767]", - "runtime.win.System.Net.Sockets": "(,4.3.32767]", - "runtime.win.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win10-arm-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-arm64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win10-x64-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-x86-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7-x86.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7.System.Private.Uri": "(,4.3.32767]", - "runtime.win8-arm.runtime.native.System.IO.Compression": "(,4.3.32767]", - "System.AppContext": "(,4.3.32767]", - "System.Buffers": "(,4.6.32767]", - "System.Collections": "(,4.3.32767]", - "System.Collections.Concurrent": "(,4.3.32767]", - "System.Collections.Immutable": "(,8.0.32767]", - "System.Collections.NonGeneric": "(,4.3.32767]", - "System.Collections.Specialized": "(,4.3.32767]", - "System.ComponentModel": "(,4.3.32767]", - "System.ComponentModel.Annotations": "(,5.0.32767]", - "System.ComponentModel.EventBasedAsync": "(,4.3.32767]", - "System.ComponentModel.Primitives": "(,4.3.32767]", - "System.ComponentModel.TypeConverter": "(,4.3.32767]", - "System.Console": "(,4.3.32767]", - "System.Data.Common": "(,4.3.32767]", - "System.Data.DataSetExtensions": "(,4.5.32767]", - "System.Diagnostics.Contracts": "(,4.3.32767]", - "System.Diagnostics.Debug": "(,4.3.32767]", - "System.Diagnostics.DiagnosticSource": "(,8.0.32767]", - "System.Diagnostics.FileVersionInfo": "(,4.3.32767]", - "System.Diagnostics.Process": "(,4.3.32767]", - "System.Diagnostics.StackTrace": "(,4.3.32767]", - "System.Diagnostics.TextWriterTraceListener": "(,4.3.32767]", - "System.Diagnostics.Tools": "(,4.3.32767]", - "System.Diagnostics.TraceSource": "(,4.3.32767]", - "System.Diagnostics.Tracing": "(,4.3.32767]", - "System.Drawing.Primitives": "(,4.3.32767]", - "System.Dynamic.Runtime": "(,4.3.32767]", - "System.Formats.Asn1": "(,8.0.32767]", - "System.Globalization": "(,4.3.32767]", - "System.Globalization.Calendars": "(,4.3.32767]", - "System.Globalization.Extensions": "(,4.3.32767]", - "System.IO": "(,4.3.32767]", - "System.IO.Compression": "(,4.3.32767]", - "System.IO.Compression.ZipFile": "(,4.3.32767]", - "System.IO.FileSystem": "(,4.3.32767]", - "System.IO.FileSystem.AccessControl": "(,5.0.32767]", - "System.IO.FileSystem.DriveInfo": "(,4.3.32767]", - "System.IO.FileSystem.Primitives": "(,4.3.32767]", - "System.IO.FileSystem.Watcher": "(,4.3.32767]", - "System.IO.IsolatedStorage": "(,4.3.32767]", - "System.IO.MemoryMappedFiles": "(,4.3.32767]", - "System.IO.Pipes": "(,4.3.32767]", - "System.IO.Pipes.AccessControl": "(,4.6.32767]", - "System.IO.UnmanagedMemoryStream": "(,4.3.32767]", - "System.Linq": "(,4.3.32767]", - "System.Linq.Expressions": "(,4.3.32767]", - "System.Linq.Parallel": "(,4.3.32767]", - "System.Linq.Queryable": "(,4.3.32767]", - "System.Memory": "(,4.6.32767]", - "System.Net.Http": "(,4.3.32767]", - "System.Net.Http.Json": "(,8.0.32767]", - "System.Net.NameResolution": "(,4.3.32767]", - "System.Net.NetworkInformation": "(,4.3.32767]", - "System.Net.Ping": "(,4.3.32767]", - "System.Net.Primitives": "(,4.3.32767]", - "System.Net.Requests": "(,4.3.32767]", - "System.Net.Security": "(,4.3.32767]", - "System.Net.Sockets": "(,4.3.32767]", - "System.Net.WebHeaderCollection": "(,4.3.32767]", - "System.Net.WebSockets": "(,4.3.32767]", - "System.Net.WebSockets.Client": "(,4.3.32767]", - "System.Numerics.Vectors": "(,4.6.32767]", - "System.ObjectModel": "(,4.3.32767]", - "System.Private.DataContractSerialization": "(,4.3.32767]", - "System.Private.Uri": "(,4.3.32767]", - "System.Reflection": "(,4.3.32767]", - "System.Reflection.DispatchProxy": "(,4.8.32767]", - "System.Reflection.Emit": "(,4.7.32767]", - "System.Reflection.Emit.ILGeneration": "(,4.7.32767]", - "System.Reflection.Emit.Lightweight": "(,4.7.32767]", - "System.Reflection.Extensions": "(,4.3.32767]", - "System.Reflection.Metadata": "(,8.0.32767]", - "System.Reflection.Primitives": "(,4.3.32767]", - "System.Reflection.TypeExtensions": "(,4.7.32767]", - "System.Resources.Reader": "(,4.3.32767]", - "System.Resources.ResourceManager": "(,4.3.32767]", - "System.Resources.Writer": "(,4.3.32767]", - "System.Runtime": "(,4.3.32767]", - "System.Runtime.CompilerServices.Unsafe": "(,6.1.32767]", - "System.Runtime.CompilerServices.VisualC": "(,4.3.32767]", - "System.Runtime.Extensions": "(,4.3.32767]", - "System.Runtime.Handles": "(,4.3.32767]", - "System.Runtime.InteropServices": "(,4.3.32767]", - "System.Runtime.InteropServices.RuntimeInformation": "(,4.3.32767]", - "System.Runtime.Loader": "(,4.3.32767]", - "System.Runtime.Numerics": "(,4.3.32767]", - "System.Runtime.Serialization.Formatters": "(,4.3.32767]", - "System.Runtime.Serialization.Json": "(,4.3.32767]", - "System.Runtime.Serialization.Primitives": "(,4.3.32767]", - "System.Runtime.Serialization.Xml": "(,4.3.32767]", - "System.Security.AccessControl": "(,6.0.32767]", - "System.Security.Claims": "(,4.3.32767]", - "System.Security.Cryptography.Algorithms": "(,4.3.32767]", - "System.Security.Cryptography.Cng": "(,4.6.32767]", - "System.Security.Cryptography.Csp": "(,4.3.32767]", - "System.Security.Cryptography.Encoding": "(,4.3.32767]", - "System.Security.Cryptography.OpenSsl": "(,5.0.32767]", - "System.Security.Cryptography.Primitives": "(,4.3.32767]", - "System.Security.Cryptography.X509Certificates": "(,4.3.32767]", - "System.Security.Principal": "(,4.3.32767]", - "System.Security.Principal.Windows": "(,5.0.32767]", - "System.Security.SecureString": "(,4.3.32767]", - "System.Text.Encoding": "(,4.3.32767]", - "System.Text.Encoding.CodePages": "(,8.0.32767]", - "System.Text.Encoding.Extensions": "(,4.3.32767]", - "System.Text.Encodings.Web": "(,8.0.32767]", - "System.Text.Json": "(,8.0.32767]", - "System.Text.RegularExpressions": "(,4.3.32767]", - "System.Threading": "(,4.3.32767]", - "System.Threading.Channels": "(,8.0.32767]", - "System.Threading.Overlapped": "(,4.3.32767]", - "System.Threading.Tasks": "(,4.3.32767]", - "System.Threading.Tasks.Dataflow": "(,8.0.32767]", - "System.Threading.Tasks.Extensions": "(,4.6.32767]", - "System.Threading.Tasks.Parallel": "(,4.3.32767]", - "System.Threading.Thread": "(,4.3.32767]", - "System.Threading.ThreadPool": "(,4.3.32767]", - "System.Threading.Timer": "(,4.3.32767]", - "System.ValueTuple": "(,4.6.32767]", - "System.Xml.ReaderWriter": "(,4.3.32767]", - "System.Xml.XDocument": "(,4.3.32767]", - "System.Xml.XmlDocument": "(,4.3.32767]", - "System.Xml.XmlSerializer": "(,4.3.32767]", - "System.Xml.XPath": "(,4.3.32767]", - "System.Xml.XPath.XDocument": "(,4.3.32767]" - } - }, - "net10.0": { - "targetAlias": "net10.0", - "dependencies": { - "Microsoft.SourceLink.GitHub": { - "suppressParent": "All", - "target": "Package", - "version": "[10.0.203, )", - "versionCentrallyManaged": true - }, - "Nerdbank.GitVersioning": { - "suppressParent": "All", - "target": "Package", - "version": "[3.9.50, )", - "versionCentrallyManaged": true - } - }, - "centralPackageVersions": { - "coverlet.collector": "10.0.0", - "Microsoft.Build.Locator": "1.11.2", - "Microsoft.CodeAnalysis.Analyzers": "3.11.0", - "Microsoft.CodeAnalysis.CSharp": "4.12.0", - "Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.12.0", - "Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing.XUnit": "1.1.2", - "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.7", - "Microsoft.NET.Test.Sdk": "18.5.1", - "Microsoft.SourceLink.GitHub": "10.0.203", - "Nerdbank.GitVersioning": "3.9.50", - "Spectre.Console.Cli": "0.55.0", - "xunit": "2.9.3", - "xunit.runner.visualstudio": "3.1.5" - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48", - "net481" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\10.0.107/PortableRuntimeIdentifierGraph.json", - "packagesToPrune": { - "Microsoft.CSharp": "(,4.7.32767]", - "Microsoft.VisualBasic": "(,10.4.32767]", - "Microsoft.Win32.Primitives": "(,4.3.32767]", - "Microsoft.Win32.Registry": "(,5.0.32767]", - "runtime.any.System.Collections": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.any.System.Globalization": "(,4.3.32767]", - "runtime.any.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.any.System.IO": "(,4.3.32767]", - "runtime.any.System.Reflection": "(,4.3.32767]", - "runtime.any.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.any.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.any.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.any.System.Runtime": "(,4.3.32767]", - "runtime.any.System.Runtime.Handles": "(,4.3.32767]", - "runtime.any.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.any.System.Text.Encoding": "(,4.3.32767]", - "runtime.any.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.any.System.Threading.Tasks": "(,4.3.32767]", - "runtime.any.System.Threading.Timer": "(,4.3.32767]", - "runtime.aot.System.Collections": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.aot.System.Globalization": "(,4.3.32767]", - "runtime.aot.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.aot.System.IO": "(,4.3.32767]", - "runtime.aot.System.Reflection": "(,4.3.32767]", - "runtime.aot.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.aot.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.aot.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.aot.System.Runtime": "(,4.3.32767]", - "runtime.aot.System.Runtime.Handles": "(,4.3.32767]", - "runtime.aot.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.aot.System.Threading.Tasks": "(,4.3.32767]", - "runtime.aot.System.Threading.Timer": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.unix.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.unix.System.Console": "(,4.3.32767]", - "runtime.unix.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.unix.System.IO.FileSystem": "(,4.3.32767]", - "runtime.unix.System.Net.Primitives": "(,4.3.32767]", - "runtime.unix.System.Net.Sockets": "(,4.3.32767]", - "runtime.unix.System.Private.Uri": "(,4.3.32767]", - "runtime.unix.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.win.System.Console": "(,4.3.32767]", - "runtime.win.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.win.System.IO.FileSystem": "(,4.3.32767]", - "runtime.win.System.Net.Primitives": "(,4.3.32767]", - "runtime.win.System.Net.Sockets": "(,4.3.32767]", - "runtime.win.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win10-arm-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-arm64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win10-x64-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-x86-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7-x86.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7.System.Private.Uri": "(,4.3.32767]", - "runtime.win8-arm.runtime.native.System.IO.Compression": "(,4.3.32767]", - "System.AppContext": "(,4.3.32767]", - "System.Buffers": "(,5.0.32767]", - "System.Collections": "(,4.3.32767]", - "System.Collections.Concurrent": "(,4.3.32767]", - "System.Collections.Immutable": "(,10.0.32767]", - "System.Collections.NonGeneric": "(,4.3.32767]", - "System.Collections.Specialized": "(,4.3.32767]", - "System.ComponentModel": "(,4.3.32767]", - "System.ComponentModel.Annotations": "(,4.3.32767]", - "System.ComponentModel.EventBasedAsync": "(,4.3.32767]", - "System.ComponentModel.Primitives": "(,4.3.32767]", - "System.ComponentModel.TypeConverter": "(,4.3.32767]", - "System.Console": "(,4.3.32767]", - "System.Data.Common": "(,4.3.32767]", - "System.Data.DataSetExtensions": "(,4.4.32767]", - "System.Diagnostics.Contracts": "(,4.3.32767]", - "System.Diagnostics.Debug": "(,4.3.32767]", - "System.Diagnostics.DiagnosticSource": "(,10.0.32767]", - "System.Diagnostics.FileVersionInfo": "(,4.3.32767]", - "System.Diagnostics.Process": "(,4.3.32767]", - "System.Diagnostics.StackTrace": "(,4.3.32767]", - "System.Diagnostics.TextWriterTraceListener": "(,4.3.32767]", - "System.Diagnostics.Tools": "(,4.3.32767]", - "System.Diagnostics.TraceSource": "(,4.3.32767]", - "System.Diagnostics.Tracing": "(,4.3.32767]", - "System.Drawing.Primitives": "(,4.3.32767]", - "System.Dynamic.Runtime": "(,4.3.32767]", - "System.Formats.Asn1": "(,10.0.32767]", - "System.Formats.Tar": "(,10.0.32767]", - "System.Globalization": "(,4.3.32767]", - "System.Globalization.Calendars": "(,4.3.32767]", - "System.Globalization.Extensions": "(,4.3.32767]", - "System.IO": "(,4.3.32767]", - "System.IO.Compression": "(,4.3.32767]", - "System.IO.Compression.ZipFile": "(,4.3.32767]", - "System.IO.FileSystem": "(,4.3.32767]", - "System.IO.FileSystem.AccessControl": "(,4.4.32767]", - "System.IO.FileSystem.DriveInfo": "(,4.3.32767]", - "System.IO.FileSystem.Primitives": "(,4.3.32767]", - "System.IO.FileSystem.Watcher": "(,4.3.32767]", - "System.IO.IsolatedStorage": "(,4.3.32767]", - "System.IO.MemoryMappedFiles": "(,4.3.32767]", - "System.IO.Pipelines": "(,10.0.32767]", - "System.IO.Pipes": "(,4.3.32767]", - "System.IO.Pipes.AccessControl": "(,5.0.32767]", - "System.IO.UnmanagedMemoryStream": "(,4.3.32767]", - "System.Linq": "(,4.3.32767]", - "System.Linq.AsyncEnumerable": "(,10.0.32767]", - "System.Linq.Expressions": "(,4.3.32767]", - "System.Linq.Parallel": "(,4.3.32767]", - "System.Linq.Queryable": "(,4.3.32767]", - "System.Memory": "(,5.0.32767]", - "System.Net.Http": "(,4.3.32767]", - "System.Net.Http.Json": "(,10.0.32767]", - "System.Net.NameResolution": "(,4.3.32767]", - "System.Net.NetworkInformation": "(,4.3.32767]", - "System.Net.Ping": "(,4.3.32767]", - "System.Net.Primitives": "(,4.3.32767]", - "System.Net.Requests": "(,4.3.32767]", - "System.Net.Security": "(,4.3.32767]", - "System.Net.ServerSentEvents": "(,10.0.32767]", - "System.Net.Sockets": "(,4.3.32767]", - "System.Net.WebHeaderCollection": "(,4.3.32767]", - "System.Net.WebSockets": "(,4.3.32767]", - "System.Net.WebSockets.Client": "(,4.3.32767]", - "System.Numerics.Vectors": "(,5.0.32767]", - "System.ObjectModel": "(,4.3.32767]", - "System.Private.DataContractSerialization": "(,4.3.32767]", - "System.Private.Uri": "(,4.3.32767]", - "System.Reflection": "(,4.3.32767]", - "System.Reflection.DispatchProxy": "(,6.0.32767]", - "System.Reflection.Emit": "(,4.7.32767]", - "System.Reflection.Emit.ILGeneration": "(,4.7.32767]", - "System.Reflection.Emit.Lightweight": "(,4.7.32767]", - "System.Reflection.Extensions": "(,4.3.32767]", - "System.Reflection.Metadata": "(,10.0.32767]", - "System.Reflection.Primitives": "(,4.3.32767]", - "System.Reflection.TypeExtensions": "(,4.3.32767]", - "System.Resources.Reader": "(,4.3.32767]", - "System.Resources.ResourceManager": "(,4.3.32767]", - "System.Resources.Writer": "(,4.3.32767]", - "System.Runtime": "(,4.3.32767]", - "System.Runtime.CompilerServices.Unsafe": "(,7.0.32767]", - "System.Runtime.CompilerServices.VisualC": "(,4.3.32767]", - "System.Runtime.Extensions": "(,4.3.32767]", - "System.Runtime.Handles": "(,4.3.32767]", - "System.Runtime.InteropServices": "(,4.3.32767]", - "System.Runtime.InteropServices.RuntimeInformation": "(,4.3.32767]", - "System.Runtime.Loader": "(,4.3.32767]", - "System.Runtime.Numerics": "(,4.3.32767]", - "System.Runtime.Serialization.Formatters": "(,4.3.32767]", - "System.Runtime.Serialization.Json": "(,4.3.32767]", - "System.Runtime.Serialization.Primitives": "(,4.3.32767]", - "System.Runtime.Serialization.Xml": "(,4.3.32767]", - "System.Security.AccessControl": "(,6.0.32767]", - "System.Security.Claims": "(,4.3.32767]", - "System.Security.Cryptography.Algorithms": "(,4.3.32767]", - "System.Security.Cryptography.Cng": "(,5.0.32767]", - "System.Security.Cryptography.Csp": "(,4.3.32767]", - "System.Security.Cryptography.Encoding": "(,4.3.32767]", - "System.Security.Cryptography.OpenSsl": "(,5.0.32767]", - "System.Security.Cryptography.Primitives": "(,4.3.32767]", - "System.Security.Cryptography.X509Certificates": "(,4.3.32767]", - "System.Security.Principal": "(,4.3.32767]", - "System.Security.Principal.Windows": "(,5.0.32767]", - "System.Security.SecureString": "(,4.3.32767]", - "System.Text.Encoding": "(,4.3.32767]", - "System.Text.Encoding.CodePages": "(,10.0.32767]", - "System.Text.Encoding.Extensions": "(,4.3.32767]", - "System.Text.Encodings.Web": "(,10.0.32767]", - "System.Text.Json": "(,10.0.32767]", - "System.Text.RegularExpressions": "(,4.3.32767]", - "System.Threading": "(,4.3.32767]", - "System.Threading.AccessControl": "(,10.0.32767]", - "System.Threading.Channels": "(,10.0.32767]", - "System.Threading.Overlapped": "(,4.3.32767]", - "System.Threading.Tasks": "(,4.3.32767]", - "System.Threading.Tasks.Dataflow": "(,10.0.32767]", - "System.Threading.Tasks.Extensions": "(,5.0.32767]", - "System.Threading.Tasks.Parallel": "(,4.3.32767]", - "System.Threading.Thread": "(,4.3.32767]", - "System.Threading.ThreadPool": "(,4.3.32767]", - "System.Threading.Timer": "(,4.3.32767]", - "System.ValueTuple": "(,4.5.32767]", - "System.Xml.ReaderWriter": "(,4.3.32767]", - "System.Xml.XDocument": "(,4.3.32767]", - "System.Xml.XmlDocument": "(,4.3.32767]", - "System.Xml.XmlSerializer": "(,4.3.32767]", - "System.Xml.XPath": "(,4.3.32767]", - "System.Xml.XPath.XDocument": "(,5.0.32767]" - } - }, - "netstandard2.0": { - "targetAlias": "netstandard2.0", - "dependencies": { - "Microsoft.SourceLink.GitHub": { - "suppressParent": "All", - "target": "Package", - "version": "[10.0.203, )", - "versionCentrallyManaged": true - }, - "NETStandard.Library": { - "suppressParent": "All", - "target": "Package", - "version": "[2.0.3, )", - "autoReferenced": true - }, - "Nerdbank.GitVersioning": { - "suppressParent": "All", - "target": "Package", - "version": "[3.9.50, )", - "versionCentrallyManaged": true - } - }, - "centralPackageVersions": { - "coverlet.collector": "10.0.0", - "Microsoft.Build.Locator": "1.11.2", - "Microsoft.CodeAnalysis.Analyzers": "3.11.0", - "Microsoft.CodeAnalysis.CSharp": "4.12.0", - "Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.12.0", - "Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing.XUnit": "1.1.2", - "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.7", - "Microsoft.NET.Test.Sdk": "18.5.1", - "Microsoft.SourceLink.GitHub": "10.0.203", - "Nerdbank.GitVersioning": "3.9.50", - "Spectre.Console.Cli": "0.55.0", - "xunit": "2.9.3", - "xunit.runner.visualstudio": "3.1.5" - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48", - "net481" - ], - "assetTargetFallback": true, - "warn": true, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\10.0.107\\RuntimeIdentifierGraph.json", - "packagesToPrune": { - "Microsoft.Win32.Primitives": "(,4.3.0]", - "System.AppContext": "(,4.3.0]", - "System.Collections": "(,4.3.0]", - "System.Collections.NonGeneric": "(,4.3.0]", - "System.Collections.Specialized": "(,4.3.0]", - "System.ComponentModel": "(,4.3.0]", - "System.ComponentModel.EventBasedAsync": "(,4.3.0]", - "System.ComponentModel.Primitives": "(,4.3.0]", - "System.ComponentModel.TypeConverter": "(,4.3.0]", - "System.Console": "(,4.3.1]", - "System.Data.Common": "(,4.3.0]", - "System.Diagnostics.Contracts": "(,4.3.0]", - "System.Diagnostics.Debug": "(,4.3.0]", - "System.Diagnostics.FileVersionInfo": "(,4.3.0]", - "System.Diagnostics.Process": "(,4.3.0]", - "System.Diagnostics.StackTrace": "(,4.3.0]", - "System.Diagnostics.TextWriterTraceListener": "(,4.3.0]", - "System.Diagnostics.Tools": "(,4.3.0]", - "System.Diagnostics.TraceSource": "(,4.3.0]", - "System.Diagnostics.Tracing": "(,4.3.0]", - "System.Drawing.Primitives": "(,4.3.0]", - "System.Dynamic.Runtime": "(,4.3.0]", - "System.Globalization": "(,4.3.0]", - "System.Globalization.Calendars": "(,4.3.0]", - "System.Globalization.Extensions": "(,4.3.0]", - "System.IO": "(,4.3.0]", - "System.IO.Compression": "(,4.3.0]", - "System.IO.Compression.ZipFile": "(,4.3.0]", - "System.IO.FileSystem": "(,4.3.0]", - "System.IO.FileSystem.DriveInfo": "(,4.3.1]", - "System.IO.FileSystem.Primitives": "(,4.3.0]", - "System.IO.FileSystem.Watcher": "(,4.3.0]", - "System.IO.IsolatedStorage": "(,4.3.0]", - "System.IO.MemoryMappedFiles": "(,4.3.0]", - "System.IO.Pipes": "(,4.3.0]", - "System.IO.UnmanagedMemoryStream": "(,4.3.0]", - "System.Linq": "(,4.3.0]", - "System.Linq.Expressions": "(,4.3.0]", - "System.Linq.Parallel": "(,4.3.0]", - "System.Linq.Queryable": "(,4.3.0]", - "System.Net.Http": "(,4.3.4]", - "System.Net.NameResolution": "(,4.3.0]", - "System.Net.NetworkInformation": "(,4.3.0]", - "System.Net.Ping": "(,4.3.0]", - "System.Net.Primitives": "(,4.3.1]", - "System.Net.Requests": "(,4.3.0]", - "System.Net.Security": "(,4.3.2]", - "System.Net.Sockets": "(,4.3.0]", - "System.Net.WebHeaderCollection": "(,4.3.0]", - "System.Net.WebSockets": "(,4.3.0]", - "System.Net.WebSockets.Client": "(,4.3.2]", - "System.Reflection": "(,4.3.0]", - "System.Reflection.Extensions": "(,4.3.0]", - "System.Reflection.Primitives": "(,4.3.0]", - "System.Resources.Reader": "(,4.3.0]", - "System.Resources.ResourceManager": "(,4.3.0]", - "System.Resources.Writer": "(,4.3.0]", - "System.Runtime": "(,4.3.1]", - "System.Runtime.CompilerServices.VisualC": "(,4.3.0]", - "System.Runtime.Extensions": "(,4.3.1]", - "System.Runtime.Handles": "(,4.3.0]", - "System.Runtime.InteropServices": "(,4.3.0]", - "System.Runtime.InteropServices.RuntimeInformation": "(,4.3.0]", - "System.Runtime.Numerics": "(,4.3.0]", - "System.Runtime.Serialization.Formatters": "(,4.3.0]", - "System.Runtime.Serialization.Primitives": "(,4.3.0]", - "System.Runtime.Serialization.Xml": "(,4.3.0]", - "System.Security.Claims": "(,4.3.0]", - "System.Security.Cryptography.Algorithms": "(,4.3.1]", - "System.Security.Cryptography.Csp": "(,4.3.0]", - "System.Security.Cryptography.Encoding": "(,4.3.0]", - "System.Security.Cryptography.Primitives": "(,4.3.0]", - "System.Security.Cryptography.X509Certificates": "(,4.3.2]", - "System.Security.Principal": "(,4.3.0]", - "System.Security.SecureString": "(,4.3.0]", - "System.Text.Encoding": "(,4.3.0]", - "System.Text.Encoding.Extensions": "(,4.3.0]", - "System.Text.RegularExpressions": "(,4.3.0]", - "System.Threading": "(,4.3.0]", - "System.Threading.Overlapped": "(,4.3.0]", - "System.Threading.Tasks": "(,4.3.0]", - "System.Threading.Tasks.Parallel": "(,4.3.0]", - "System.Threading.Thread": "(,4.3.0]", - "System.Threading.ThreadPool": "(,4.3.0]", - "System.Threading.Timer": "(,4.3.0]", - "System.ValueTuple": "(,4.6.1]", - "System.Xml.ReaderWriter": "(,4.3.1]", - "System.Xml.XDocument": "(,4.3.0]", - "System.Xml.XmlDocument": "(,4.3.0]", - "System.Xml.XmlSerializer": "(,4.3.0]", - "System.Xml.XPath": "(,4.3.0]", - "System.Xml.XPath.XDocument": "(,4.3.0]" - } - } - } - } - } -} \ No newline at end of file diff --git a/samples/InshiminatorSample/obj/InshiminatorSample.csproj.nuget.g.props b/samples/InshiminatorSample/obj/InshiminatorSample.csproj.nuget.g.props deleted file mode 100644 index 4883fc4..0000000 --- a/samples/InshiminatorSample/obj/InshiminatorSample.csproj.nuget.g.props +++ /dev/null @@ -1,55 +0,0 @@ - - - - True - NuGet - $(MSBuildThisFileDirectory)project.assets.json - $(UserProfile)\.nuget\packages\ - C:\Users\jd\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages - PackageReference - 7.0.0 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - C:\Users\jd\.nuget\packages\microsoft.sourcelink.common\10.0.203 - C:\Users\jd\.nuget\packages\microsoft.build.tasks.git\10.0.203 - C:\Users\jd\.nuget\packages\microsoft.sourcelink.github\10.0.203 - - - C:\Users\jd\.nuget\packages\microsoft.sourcelink.common\10.0.203 - C:\Users\jd\.nuget\packages\microsoft.build.tasks.git\10.0.203 - C:\Users\jd\.nuget\packages\microsoft.sourcelink.github\10.0.203 - - - C:\Users\jd\.nuget\packages\microsoft.sourcelink.common\10.0.203 - C:\Users\jd\.nuget\packages\microsoft.build.tasks.git\10.0.203 - C:\Users\jd\.nuget\packages\microsoft.sourcelink.github\10.0.203 - - \ No newline at end of file diff --git a/samples/InshiminatorSample/obj/InshiminatorSample.csproj.nuget.g.targets b/samples/InshiminatorSample/obj/InshiminatorSample.csproj.nuget.g.targets deleted file mode 100644 index c41060b..0000000 --- a/samples/InshiminatorSample/obj/InshiminatorSample.csproj.nuget.g.targets +++ /dev/null @@ -1,28 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/samples/InshiminatorSample/obj/project.assets.json b/samples/InshiminatorSample/obj/project.assets.json deleted file mode 100644 index c00bce3..0000000 --- a/samples/InshiminatorSample/obj/project.assets.json +++ /dev/null @@ -1,1895 +0,0 @@ -{ - "version": 3, - "targets": { - ".NETStandard,Version=v2.0": { - "Microsoft.Bcl.AsyncInterfaces/10.0.7": { - "type": "package", - "dependencies": { - "System.Threading.Tasks.Extensions": "4.6.3" - }, - "compile": { - "lib/netstandard2.0/Microsoft.Bcl.AsyncInterfaces.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Bcl.AsyncInterfaces.dll": { - "related": ".xml" - } - } - }, - "Microsoft.Build.Tasks.Git/10.0.203": { - "type": "package", - "dependencies": { - "System.IO.Hashing": "10.0.7" - }, - "build": { - "buildTransitive/Microsoft.Build.Tasks.Git.props": {}, - "buildTransitive/Microsoft.Build.Tasks.Git.targets": {} - }, - "buildMultiTargeting": { - "buildMultiTargeting/Microsoft.Build.Tasks.Git.props": {}, - "buildMultiTargeting/Microsoft.Build.Tasks.Git.targets": {} - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/10.0.7": { - "type": "package", - "dependencies": { - "Microsoft.Bcl.AsyncInterfaces": "10.0.7", - "System.Threading.Tasks.Extensions": "4.6.3" - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { - "related": ".xml" - } - } - }, - "Microsoft.NETCore.Platforms/1.1.0": { - "type": "package", - "compile": { - "lib/netstandard1.0/_._": {} - }, - "runtime": { - "lib/netstandard1.0/_._": {} - } - }, - "Microsoft.SourceLink.Common/10.0.203": { - "type": "package", - "build": { - "buildTransitive/Microsoft.SourceLink.Common.props": {}, - "buildTransitive/Microsoft.SourceLink.Common.targets": {} - }, - "buildMultiTargeting": { - "buildMultiTargeting/Microsoft.SourceLink.Common.props": {}, - "buildMultiTargeting/Microsoft.SourceLink.Common.targets": {} - } - }, - "Microsoft.SourceLink.GitHub/10.0.203": { - "type": "package", - "dependencies": { - "Microsoft.Build.Tasks.Git": "10.0.203", - "Microsoft.SourceLink.Common": "10.0.203", - "System.IO.Hashing": "10.0.7" - }, - "build": { - "build/Microsoft.SourceLink.GitHub.props": {}, - "build/Microsoft.SourceLink.GitHub.targets": {} - }, - "buildMultiTargeting": { - "buildMultiTargeting/Microsoft.SourceLink.GitHub.props": {}, - "buildMultiTargeting/Microsoft.SourceLink.GitHub.targets": {} - } - }, - "Nerdbank.GitVersioning/3.9.50": { - "type": "package", - "build": { - "build/Nerdbank.GitVersioning.props": {}, - "build/Nerdbank.GitVersioning.targets": {} - }, - "buildMultiTargeting": { - "buildCrossTargeting/Nerdbank.GitVersioning.props": {}, - "buildCrossTargeting/Nerdbank.GitVersioning.targets": {} - } - }, - "NETStandard.Library/2.0.3": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0" - }, - "compile": { - "lib/netstandard1.0/_._": {} - }, - "runtime": { - "lib/netstandard1.0/_._": {} - }, - "build": { - "build/netstandard2.0/NETStandard.Library.targets": {} - } - }, - "System.Buffers/4.6.1": { - "type": "package", - "compile": { - "lib/netstandard2.0/System.Buffers.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard2.0/System.Buffers.dll": { - "related": ".xml" - } - } - }, - "System.IO.Hashing/10.0.7": { - "type": "package", - "dependencies": { - "System.Buffers": "4.6.1", - "System.Memory": "4.6.3" - }, - "compile": { - "lib/netstandard2.0/System.IO.Hashing.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard2.0/System.IO.Hashing.dll": { - "related": ".xml" - } - } - }, - "System.Memory/4.6.3": { - "type": "package", - "dependencies": { - "System.Buffers": "4.6.1", - "System.Numerics.Vectors": "4.6.1", - "System.Runtime.CompilerServices.Unsafe": "6.1.2" - }, - "compile": { - "lib/netstandard2.0/System.Memory.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard2.0/System.Memory.dll": { - "related": ".xml" - } - } - }, - "System.Numerics.Vectors/4.6.1": { - "type": "package", - "compile": { - "lib/netstandard2.0/System.Numerics.Vectors.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard2.0/System.Numerics.Vectors.dll": { - "related": ".xml" - } - } - }, - "System.Runtime.CompilerServices.Unsafe/6.1.2": { - "type": "package", - "compile": { - "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll": { - "related": ".xml" - } - } - }, - "System.Threading.Tasks.Extensions/4.6.3": { - "type": "package", - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.1.2" - }, - "compile": { - "lib/netstandard2.0/System.Threading.Tasks.Extensions.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard2.0/System.Threading.Tasks.Extensions.dll": { - "related": ".xml" - } - } - }, - "Inshiminator.Abstractions/1.0.0": { - "type": "project", - "framework": ".NETStandard,Version=v2.0", - "compile": { - "bin/placeholder/Inshiminator.Abstractions.dll": {} - }, - "runtime": { - "bin/placeholder/Inshiminator.Abstractions.dll": {} - } - } - }, - "net10.0": { - "Microsoft.Build.Tasks.Git/10.0.203": { - "type": "package", - "dependencies": { - "System.IO.Hashing": "10.0.7" - }, - "build": { - "buildTransitive/Microsoft.Build.Tasks.Git.props": {}, - "buildTransitive/Microsoft.Build.Tasks.Git.targets": {} - }, - "buildMultiTargeting": { - "buildMultiTargeting/Microsoft.Build.Tasks.Git.props": {}, - "buildMultiTargeting/Microsoft.Build.Tasks.Git.targets": {} - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/10.0.7": { - "type": "package", - "compile": { - "lib/net10.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net10.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net8.0/_._": {} - } - }, - "Microsoft.SourceLink.Common/10.0.203": { - "type": "package", - "build": { - "buildTransitive/Microsoft.SourceLink.Common.props": {}, - "buildTransitive/Microsoft.SourceLink.Common.targets": {} - }, - "buildMultiTargeting": { - "buildMultiTargeting/Microsoft.SourceLink.Common.props": {}, - "buildMultiTargeting/Microsoft.SourceLink.Common.targets": {} - } - }, - "Microsoft.SourceLink.GitHub/10.0.203": { - "type": "package", - "dependencies": { - "Microsoft.Build.Tasks.Git": "10.0.203", - "Microsoft.SourceLink.Common": "10.0.203", - "System.IO.Hashing": "10.0.7" - }, - "build": { - "build/Microsoft.SourceLink.GitHub.props": {}, - "build/Microsoft.SourceLink.GitHub.targets": {} - }, - "buildMultiTargeting": { - "buildMultiTargeting/Microsoft.SourceLink.GitHub.props": {}, - "buildMultiTargeting/Microsoft.SourceLink.GitHub.targets": {} - } - }, - "Nerdbank.GitVersioning/3.9.50": { - "type": "package", - "build": { - "build/Nerdbank.GitVersioning.props": {}, - "build/Nerdbank.GitVersioning.targets": {} - }, - "buildMultiTargeting": { - "buildCrossTargeting/Nerdbank.GitVersioning.props": {}, - "buildCrossTargeting/Nerdbank.GitVersioning.targets": {} - } - }, - "System.IO.Hashing/10.0.7": { - "type": "package", - "compile": { - "lib/net10.0/System.IO.Hashing.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net10.0/System.IO.Hashing.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net8.0/_._": {} - } - }, - "Inshiminator.Abstractions/1.0.0": { - "type": "project", - "framework": ".NETCoreApp,Version=v10.0", - "compile": { - "bin/placeholder/Inshiminator.Abstractions.dll": {} - }, - "runtime": { - "bin/placeholder/Inshiminator.Abstractions.dll": {} - } - } - }, - "net8.0": { - "Microsoft.Build.Tasks.Git/10.0.203": { - "type": "package", - "dependencies": { - "System.IO.Hashing": "10.0.7" - }, - "build": { - "buildTransitive/Microsoft.Build.Tasks.Git.props": {}, - "buildTransitive/Microsoft.Build.Tasks.Git.targets": {} - }, - "buildMultiTargeting": { - "buildMultiTargeting/Microsoft.Build.Tasks.Git.props": {}, - "buildMultiTargeting/Microsoft.Build.Tasks.Git.targets": {} - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/10.0.7": { - "type": "package", - "compile": { - "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net8.0/_._": {} - } - }, - "Microsoft.SourceLink.Common/10.0.203": { - "type": "package", - "build": { - "buildTransitive/Microsoft.SourceLink.Common.props": {}, - "buildTransitive/Microsoft.SourceLink.Common.targets": {} - }, - "buildMultiTargeting": { - "buildMultiTargeting/Microsoft.SourceLink.Common.props": {}, - "buildMultiTargeting/Microsoft.SourceLink.Common.targets": {} - } - }, - "Microsoft.SourceLink.GitHub/10.0.203": { - "type": "package", - "dependencies": { - "Microsoft.Build.Tasks.Git": "10.0.203", - "Microsoft.SourceLink.Common": "10.0.203", - "System.IO.Hashing": "10.0.7" - }, - "build": { - "build/Microsoft.SourceLink.GitHub.props": {}, - "build/Microsoft.SourceLink.GitHub.targets": {} - }, - "buildMultiTargeting": { - "buildMultiTargeting/Microsoft.SourceLink.GitHub.props": {}, - "buildMultiTargeting/Microsoft.SourceLink.GitHub.targets": {} - } - }, - "Nerdbank.GitVersioning/3.9.50": { - "type": "package", - "build": { - "build/Nerdbank.GitVersioning.props": {}, - "build/Nerdbank.GitVersioning.targets": {} - }, - "buildMultiTargeting": { - "buildCrossTargeting/Nerdbank.GitVersioning.props": {}, - "buildCrossTargeting/Nerdbank.GitVersioning.targets": {} - } - }, - "System.IO.Hashing/10.0.7": { - "type": "package", - "compile": { - "lib/net8.0/System.IO.Hashing.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net8.0/System.IO.Hashing.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net8.0/_._": {} - } - }, - "Inshiminator.Abstractions/1.0.0": { - "type": "project", - "framework": ".NETCoreApp,Version=v8.0", - "compile": { - "bin/placeholder/Inshiminator.Abstractions.dll": {} - }, - "runtime": { - "bin/placeholder/Inshiminator.Abstractions.dll": {} - } - } - } - }, - "libraries": { - "Microsoft.Bcl.AsyncInterfaces/10.0.7": { - "sha512": "g0Xp9A+B8jCf5pNIIhFOQXPJkte3D87shfTLY+ylwfSh22U5oQH6tvvmcUuqJvt/wtwKk0WdNp2OGEczHJlJdg==", - "type": "package", - "path": "microsoft.bcl.asyncinterfaces/10.0.7", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Bcl.AsyncInterfaces.targets", - "buildTransitive/net462/_._", - "lib/net462/Microsoft.Bcl.AsyncInterfaces.dll", - "lib/net462/Microsoft.Bcl.AsyncInterfaces.xml", - "lib/netstandard2.0/Microsoft.Bcl.AsyncInterfaces.dll", - "lib/netstandard2.0/Microsoft.Bcl.AsyncInterfaces.xml", - "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll", - "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.xml", - "microsoft.bcl.asyncinterfaces.10.0.7.nupkg.sha512", - "microsoft.bcl.asyncinterfaces.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "Microsoft.Build.Tasks.Git/10.0.203": { - "sha512": "m56WtzvIcL6t7JR3c7ogYitHizNM2QnRSo8yqxrQi+m5E/GGyDEmqymP+2p6YsFXn0j/Tzz67s4FQnrTLC7GKQ==", - "type": "package", - "path": "microsoft.build.tasks.git/10.0.203", - "hasTools": true, - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.txt", - "build/Microsoft.Build.Tasks.Git.props", - "build/Microsoft.Build.Tasks.Git.targets", - "buildMultiTargeting/Microsoft.Build.Tasks.Git.props", - "buildMultiTargeting/Microsoft.Build.Tasks.Git.targets", - "buildTransitive/Microsoft.Build.Tasks.Git.props", - "buildTransitive/Microsoft.Build.Tasks.Git.targets", - "microsoft.build.tasks.git.10.0.203.nupkg.sha512", - "microsoft.build.tasks.git.nuspec", - "tools/net/Microsoft.Build.Tasks.Git.deps.json", - "tools/net/Microsoft.Build.Tasks.Git.dll", - "tools/net/Microsoft.Build.Tasks.Git.pdb", - "tools/net/System.IO.Hashing.dll", - "tools/net/cs/Microsoft.Build.Tasks.Git.resources.dll", - "tools/net/de/Microsoft.Build.Tasks.Git.resources.dll", - "tools/net/es/Microsoft.Build.Tasks.Git.resources.dll", - "tools/net/fr/Microsoft.Build.Tasks.Git.resources.dll", - "tools/net/it/Microsoft.Build.Tasks.Git.resources.dll", - "tools/net/ja/Microsoft.Build.Tasks.Git.resources.dll", - "tools/net/ko/Microsoft.Build.Tasks.Git.resources.dll", - "tools/net/pl/Microsoft.Build.Tasks.Git.resources.dll", - "tools/net/pt-BR/Microsoft.Build.Tasks.Git.resources.dll", - "tools/net/ru/Microsoft.Build.Tasks.Git.resources.dll", - "tools/net/tr/Microsoft.Build.Tasks.Git.resources.dll", - "tools/net/zh-Hans/Microsoft.Build.Tasks.Git.resources.dll", - "tools/net/zh-Hant/Microsoft.Build.Tasks.Git.resources.dll", - "tools/netframework/Microsoft.Build.Tasks.Git.dll", - "tools/netframework/Microsoft.Build.Tasks.Git.dll.config", - "tools/netframework/Microsoft.Build.Tasks.Git.pdb", - "tools/netframework/System.Buffers.dll", - "tools/netframework/System.IO.Hashing.dll", - "tools/netframework/System.Memory.dll", - "tools/netframework/System.Numerics.Vectors.dll", - "tools/netframework/System.Runtime.CompilerServices.Unsafe.dll", - "tools/netframework/cs/Microsoft.Build.Tasks.Git.resources.dll", - "tools/netframework/de/Microsoft.Build.Tasks.Git.resources.dll", - "tools/netframework/es/Microsoft.Build.Tasks.Git.resources.dll", - "tools/netframework/fr/Microsoft.Build.Tasks.Git.resources.dll", - "tools/netframework/it/Microsoft.Build.Tasks.Git.resources.dll", - "tools/netframework/ja/Microsoft.Build.Tasks.Git.resources.dll", - "tools/netframework/ko/Microsoft.Build.Tasks.Git.resources.dll", - "tools/netframework/pl/Microsoft.Build.Tasks.Git.resources.dll", - "tools/netframework/pt-BR/Microsoft.Build.Tasks.Git.resources.dll", - "tools/netframework/ru/Microsoft.Build.Tasks.Git.resources.dll", - "tools/netframework/tr/Microsoft.Build.Tasks.Git.resources.dll", - "tools/netframework/zh-Hans/Microsoft.Build.Tasks.Git.resources.dll", - "tools/netframework/zh-Hant/Microsoft.Build.Tasks.Git.resources.dll" - ] - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/10.0.7": { - "sha512": "Z6mfFEaFcwCfSboxJwOLfu7/31npCY9q70WUamHW/vRQhDvBKOT4Vf9YkZj5J6hLvJpb0oDEYfHunQZj0xxvKw==", - "type": "package", - "path": "microsoft.extensions.dependencyinjection.abstractions/10.0.7", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.DependencyInjection.Abstractions.targets", - "buildTransitive/net462/_._", - "buildTransitive/net8.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyInjection.Abstractions.targets", - "lib/net10.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", - "lib/net10.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml", - "lib/net462/Microsoft.Extensions.DependencyInjection.Abstractions.dll", - "lib/net462/Microsoft.Extensions.DependencyInjection.Abstractions.xml", - "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", - "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml", - "lib/net9.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", - "lib/net9.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml", - "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", - "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml", - "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.Abstractions.dll", - "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.Abstractions.xml", - "microsoft.extensions.dependencyinjection.abstractions.10.0.7.nupkg.sha512", - "microsoft.extensions.dependencyinjection.abstractions.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "Microsoft.NETCore.Platforms/1.1.0": { - "sha512": "kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A==", - "type": "package", - "path": "microsoft.netcore.platforms/1.1.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/netstandard1.0/_._", - "microsoft.netcore.platforms.1.1.0.nupkg.sha512", - "microsoft.netcore.platforms.nuspec", - "runtime.json" - ] - }, - "Microsoft.SourceLink.Common/10.0.203": { - "sha512": "QYAnhBCOkT3ZUT/fHag11+bamwlbZ3U9Vi/WfKrD9emdUf1t3aqjWv0V2KtEGHSRSC81aBc8Oy/mvyGpEYd9Pg==", - "type": "package", - "path": "microsoft.sourcelink.common/10.0.203", - "hasTools": true, - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.txt", - "build/InitializeSourceControlInformation.targets", - "build/Microsoft.SourceLink.Common.props", - "build/Microsoft.SourceLink.Common.targets", - "buildMultiTargeting/Microsoft.SourceLink.Common.props", - "buildMultiTargeting/Microsoft.SourceLink.Common.targets", - "buildTransitive/Microsoft.SourceLink.Common.props", - "buildTransitive/Microsoft.SourceLink.Common.targets", - "microsoft.sourcelink.common.10.0.203.nupkg.sha512", - "microsoft.sourcelink.common.nuspec", - "tools/net/Microsoft.SourceLink.Common.deps.json", - "tools/net/Microsoft.SourceLink.Common.dll", - "tools/net/Microsoft.SourceLink.Common.pdb", - "tools/net/cs/Microsoft.SourceLink.Common.resources.dll", - "tools/net/de/Microsoft.SourceLink.Common.resources.dll", - "tools/net/es/Microsoft.SourceLink.Common.resources.dll", - "tools/net/fr/Microsoft.SourceLink.Common.resources.dll", - "tools/net/it/Microsoft.SourceLink.Common.resources.dll", - "tools/net/ja/Microsoft.SourceLink.Common.resources.dll", - "tools/net/ko/Microsoft.SourceLink.Common.resources.dll", - "tools/net/pl/Microsoft.SourceLink.Common.resources.dll", - "tools/net/pt-BR/Microsoft.SourceLink.Common.resources.dll", - "tools/net/ru/Microsoft.SourceLink.Common.resources.dll", - "tools/net/tr/Microsoft.SourceLink.Common.resources.dll", - "tools/net/zh-Hans/Microsoft.SourceLink.Common.resources.dll", - "tools/net/zh-Hant/Microsoft.SourceLink.Common.resources.dll", - "tools/netframework/Microsoft.SourceLink.Common.dll", - "tools/netframework/Microsoft.SourceLink.Common.dll.config", - "tools/netframework/Microsoft.SourceLink.Common.pdb", - "tools/netframework/cs/Microsoft.SourceLink.Common.resources.dll", - "tools/netframework/de/Microsoft.SourceLink.Common.resources.dll", - "tools/netframework/es/Microsoft.SourceLink.Common.resources.dll", - "tools/netframework/fr/Microsoft.SourceLink.Common.resources.dll", - "tools/netframework/it/Microsoft.SourceLink.Common.resources.dll", - "tools/netframework/ja/Microsoft.SourceLink.Common.resources.dll", - "tools/netframework/ko/Microsoft.SourceLink.Common.resources.dll", - "tools/netframework/pl/Microsoft.SourceLink.Common.resources.dll", - "tools/netframework/pt-BR/Microsoft.SourceLink.Common.resources.dll", - "tools/netframework/ru/Microsoft.SourceLink.Common.resources.dll", - "tools/netframework/tr/Microsoft.SourceLink.Common.resources.dll", - "tools/netframework/zh-Hans/Microsoft.SourceLink.Common.resources.dll", - "tools/netframework/zh-Hant/Microsoft.SourceLink.Common.resources.dll" - ] - }, - "Microsoft.SourceLink.GitHub/10.0.203": { - "sha512": "R4Tvr1oACImMS+Y5M7NM07ll9QyJSKnki3Dvz8QwG1W6FEmd+9fmZXAF6BE6UPswHF6n0v41wgMQGlaudOspqA==", - "type": "package", - "path": "microsoft.sourcelink.github/10.0.203", - "hasTools": true, - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.txt", - "build/Microsoft.SourceLink.GitHub.props", - "build/Microsoft.SourceLink.GitHub.targets", - "buildMultiTargeting/Microsoft.SourceLink.GitHub.props", - "buildMultiTargeting/Microsoft.SourceLink.GitHub.targets", - "microsoft.sourcelink.github.10.0.203.nupkg.sha512", - "microsoft.sourcelink.github.nuspec", - "tools/net/Microsoft.SourceLink.GitHub.deps.json", - "tools/net/Microsoft.SourceLink.GitHub.dll", - "tools/net/Microsoft.SourceLink.GitHub.pdb", - "tools/net/System.IO.Hashing.dll", - "tools/net/cs/Microsoft.SourceLink.GitHub.resources.dll", - "tools/net/de/Microsoft.SourceLink.GitHub.resources.dll", - "tools/net/es/Microsoft.SourceLink.GitHub.resources.dll", - "tools/net/fr/Microsoft.SourceLink.GitHub.resources.dll", - "tools/net/it/Microsoft.SourceLink.GitHub.resources.dll", - "tools/net/ja/Microsoft.SourceLink.GitHub.resources.dll", - "tools/net/ko/Microsoft.SourceLink.GitHub.resources.dll", - "tools/net/pl/Microsoft.SourceLink.GitHub.resources.dll", - "tools/net/pt-BR/Microsoft.SourceLink.GitHub.resources.dll", - "tools/net/ru/Microsoft.SourceLink.GitHub.resources.dll", - "tools/net/tr/Microsoft.SourceLink.GitHub.resources.dll", - "tools/net/zh-Hans/Microsoft.SourceLink.GitHub.resources.dll", - "tools/net/zh-Hant/Microsoft.SourceLink.GitHub.resources.dll", - "tools/netframework/Microsoft.SourceLink.GitHub.dll", - "tools/netframework/Microsoft.SourceLink.GitHub.dll.config", - "tools/netframework/Microsoft.SourceLink.GitHub.pdb", - "tools/netframework/System.Buffers.dll", - "tools/netframework/System.IO.Hashing.dll", - "tools/netframework/System.Memory.dll", - "tools/netframework/System.Numerics.Vectors.dll", - "tools/netframework/System.Runtime.CompilerServices.Unsafe.dll", - "tools/netframework/cs/Microsoft.SourceLink.GitHub.resources.dll", - "tools/netframework/de/Microsoft.SourceLink.GitHub.resources.dll", - "tools/netframework/es/Microsoft.SourceLink.GitHub.resources.dll", - "tools/netframework/fr/Microsoft.SourceLink.GitHub.resources.dll", - "tools/netframework/it/Microsoft.SourceLink.GitHub.resources.dll", - "tools/netframework/ja/Microsoft.SourceLink.GitHub.resources.dll", - "tools/netframework/ko/Microsoft.SourceLink.GitHub.resources.dll", - "tools/netframework/pl/Microsoft.SourceLink.GitHub.resources.dll", - "tools/netframework/pt-BR/Microsoft.SourceLink.GitHub.resources.dll", - "tools/netframework/ru/Microsoft.SourceLink.GitHub.resources.dll", - "tools/netframework/tr/Microsoft.SourceLink.GitHub.resources.dll", - "tools/netframework/zh-Hans/Microsoft.SourceLink.GitHub.resources.dll", - "tools/netframework/zh-Hant/Microsoft.SourceLink.GitHub.resources.dll" - ] - }, - "Nerdbank.GitVersioning/3.9.50": { - "sha512": "HtOgGF6jZ+WYbXnCUCYPT8Y2d6mIJo9ozjK/FINTRsXdm4Zgv9GehUMa7EFoGQkqrMcDJNOIDwCmENnvXg4UbA==", - "type": "package", - "path": "nerdbank.gitversioning/3.9.50", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "README.md", - "build/InProjectVersionComputation.targets", - "build/MSBuildCore/LibGit2Sharp.dll", - "build/MSBuildCore/LibGit2Sharp.dll.config", - "build/MSBuildCore/Microsoft.DotNet.PlatformAbstractions.dll", - "build/MSBuildCore/Nerdbank.GitVersioning.Tasks.dll", - "build/MSBuildCore/Nerdbank.GitVersioning.dll", - "build/MSBuildCore/Newtonsoft.Json.dll", - "build/MSBuildCore/Validation.dll", - "build/MSBuildFull/LibGit2Sharp.dll", - "build/MSBuildFull/LibGit2Sharp.dll.config", - "build/MSBuildFull/Microsoft.DotNet.PlatformAbstractions.dll", - "build/MSBuildFull/Nerdbank.GitVersioning.Tasks.dll", - "build/MSBuildFull/Nerdbank.GitVersioning.dll", - "build/MSBuildFull/Newtonsoft.Json.dll", - "build/MSBuildFull/System.Buffers.dll", - "build/MSBuildFull/System.Memory.dll", - "build/MSBuildFull/System.Numerics.Vectors.dll", - "build/MSBuildFull/System.Runtime.CompilerServices.Unsafe.dll", - "build/MSBuildFull/System.Text.Json.dll", - "build/MSBuildFull/Validation.dll", - "build/MSBuildFull/lib/linux-x64/libgit2-3f4182d.so", - "build/MSBuildFull/lib/osx-arm64/libgit2-3f4182d.dylib", - "build/MSBuildFull/lib/osx-x64/libgit2-3f4182d.dylib", - "build/MSBuildTargetCaching.targets", - "build/Nerdbank.GitVersioning.Common.targets", - "build/Nerdbank.GitVersioning.Inner.targets", - "build/Nerdbank.GitVersioning.props", - "build/Nerdbank.GitVersioning.targets", - "build/PrivateP2PCaching.proj", - "build/runtimes/linux-arm/native/libgit2-3f4182d.so", - "build/runtimes/linux-arm64/native/libgit2-3f4182d.so", - "build/runtimes/linux-musl-arm/native/libgit2-3f4182d.so", - "build/runtimes/linux-musl-arm64/native/libgit2-3f4182d.so", - "build/runtimes/linux-musl-x64/native/libgit2-3f4182d.so", - "build/runtimes/linux-ppc64le/native/libgit2-3f4182d.so", - "build/runtimes/linux-x64/native/libgit2-3f4182d.so", - "build/runtimes/osx-arm64/native/libgit2-3f4182d.dylib", - "build/runtimes/osx-x64/native/libgit2-3f4182d.dylib", - "build/runtimes/win-arm64/native/git2-3f4182d.dll", - "build/runtimes/win-x64/native/git2-3f4182d.dll", - "build/runtimes/win-x86/native/git2-3f4182d.dll", - "buildCrossTargeting/Nerdbank.GitVersioning.props", - "buildCrossTargeting/Nerdbank.GitVersioning.targets", - "nerdbank.gitversioning.3.9.50.nupkg.sha512", - "nerdbank.gitversioning.nuspec" - ] - }, - "NETStandard.Library/2.0.3": { - "sha512": "st47PosZSHrjECdjeIzZQbzivYBJFv6P2nv4cj2ypdI204DO+vZ7l5raGMiX4eXMJ53RfOIg+/s4DHVZ54Nu2A==", - "type": "package", - "path": "netstandard.library/2.0.3", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "build/netstandard2.0/NETStandard.Library.targets", - "build/netstandard2.0/ref/Microsoft.Win32.Primitives.dll", - "build/netstandard2.0/ref/System.AppContext.dll", - "build/netstandard2.0/ref/System.Collections.Concurrent.dll", - "build/netstandard2.0/ref/System.Collections.NonGeneric.dll", - "build/netstandard2.0/ref/System.Collections.Specialized.dll", - "build/netstandard2.0/ref/System.Collections.dll", - "build/netstandard2.0/ref/System.ComponentModel.Composition.dll", - "build/netstandard2.0/ref/System.ComponentModel.EventBasedAsync.dll", - "build/netstandard2.0/ref/System.ComponentModel.Primitives.dll", - "build/netstandard2.0/ref/System.ComponentModel.TypeConverter.dll", - "build/netstandard2.0/ref/System.ComponentModel.dll", - "build/netstandard2.0/ref/System.Console.dll", - "build/netstandard2.0/ref/System.Core.dll", - "build/netstandard2.0/ref/System.Data.Common.dll", - "build/netstandard2.0/ref/System.Data.dll", - "build/netstandard2.0/ref/System.Diagnostics.Contracts.dll", - "build/netstandard2.0/ref/System.Diagnostics.Debug.dll", - "build/netstandard2.0/ref/System.Diagnostics.FileVersionInfo.dll", - "build/netstandard2.0/ref/System.Diagnostics.Process.dll", - "build/netstandard2.0/ref/System.Diagnostics.StackTrace.dll", - "build/netstandard2.0/ref/System.Diagnostics.TextWriterTraceListener.dll", - "build/netstandard2.0/ref/System.Diagnostics.Tools.dll", - "build/netstandard2.0/ref/System.Diagnostics.TraceSource.dll", - "build/netstandard2.0/ref/System.Diagnostics.Tracing.dll", - "build/netstandard2.0/ref/System.Drawing.Primitives.dll", - "build/netstandard2.0/ref/System.Drawing.dll", - "build/netstandard2.0/ref/System.Dynamic.Runtime.dll", - "build/netstandard2.0/ref/System.Globalization.Calendars.dll", - "build/netstandard2.0/ref/System.Globalization.Extensions.dll", - "build/netstandard2.0/ref/System.Globalization.dll", - "build/netstandard2.0/ref/System.IO.Compression.FileSystem.dll", - "build/netstandard2.0/ref/System.IO.Compression.ZipFile.dll", - "build/netstandard2.0/ref/System.IO.Compression.dll", - "build/netstandard2.0/ref/System.IO.FileSystem.DriveInfo.dll", - "build/netstandard2.0/ref/System.IO.FileSystem.Primitives.dll", - "build/netstandard2.0/ref/System.IO.FileSystem.Watcher.dll", - "build/netstandard2.0/ref/System.IO.FileSystem.dll", - "build/netstandard2.0/ref/System.IO.IsolatedStorage.dll", - "build/netstandard2.0/ref/System.IO.MemoryMappedFiles.dll", - "build/netstandard2.0/ref/System.IO.Pipes.dll", - "build/netstandard2.0/ref/System.IO.UnmanagedMemoryStream.dll", - "build/netstandard2.0/ref/System.IO.dll", - "build/netstandard2.0/ref/System.Linq.Expressions.dll", - "build/netstandard2.0/ref/System.Linq.Parallel.dll", - "build/netstandard2.0/ref/System.Linq.Queryable.dll", - "build/netstandard2.0/ref/System.Linq.dll", - "build/netstandard2.0/ref/System.Net.Http.dll", - "build/netstandard2.0/ref/System.Net.NameResolution.dll", - "build/netstandard2.0/ref/System.Net.NetworkInformation.dll", - "build/netstandard2.0/ref/System.Net.Ping.dll", - "build/netstandard2.0/ref/System.Net.Primitives.dll", - "build/netstandard2.0/ref/System.Net.Requests.dll", - "build/netstandard2.0/ref/System.Net.Security.dll", - "build/netstandard2.0/ref/System.Net.Sockets.dll", - "build/netstandard2.0/ref/System.Net.WebHeaderCollection.dll", - "build/netstandard2.0/ref/System.Net.WebSockets.Client.dll", - "build/netstandard2.0/ref/System.Net.WebSockets.dll", - "build/netstandard2.0/ref/System.Net.dll", - "build/netstandard2.0/ref/System.Numerics.dll", - "build/netstandard2.0/ref/System.ObjectModel.dll", - "build/netstandard2.0/ref/System.Reflection.Extensions.dll", - "build/netstandard2.0/ref/System.Reflection.Primitives.dll", - "build/netstandard2.0/ref/System.Reflection.dll", - "build/netstandard2.0/ref/System.Resources.Reader.dll", - "build/netstandard2.0/ref/System.Resources.ResourceManager.dll", - "build/netstandard2.0/ref/System.Resources.Writer.dll", - "build/netstandard2.0/ref/System.Runtime.CompilerServices.VisualC.dll", - "build/netstandard2.0/ref/System.Runtime.Extensions.dll", - "build/netstandard2.0/ref/System.Runtime.Handles.dll", - "build/netstandard2.0/ref/System.Runtime.InteropServices.RuntimeInformation.dll", - "build/netstandard2.0/ref/System.Runtime.InteropServices.dll", - "build/netstandard2.0/ref/System.Runtime.Numerics.dll", - "build/netstandard2.0/ref/System.Runtime.Serialization.Formatters.dll", - "build/netstandard2.0/ref/System.Runtime.Serialization.Json.dll", - "build/netstandard2.0/ref/System.Runtime.Serialization.Primitives.dll", - "build/netstandard2.0/ref/System.Runtime.Serialization.Xml.dll", - "build/netstandard2.0/ref/System.Runtime.Serialization.dll", - "build/netstandard2.0/ref/System.Runtime.dll", - "build/netstandard2.0/ref/System.Security.Claims.dll", - "build/netstandard2.0/ref/System.Security.Cryptography.Algorithms.dll", - "build/netstandard2.0/ref/System.Security.Cryptography.Csp.dll", - "build/netstandard2.0/ref/System.Security.Cryptography.Encoding.dll", - "build/netstandard2.0/ref/System.Security.Cryptography.Primitives.dll", - "build/netstandard2.0/ref/System.Security.Cryptography.X509Certificates.dll", - "build/netstandard2.0/ref/System.Security.Principal.dll", - "build/netstandard2.0/ref/System.Security.SecureString.dll", - "build/netstandard2.0/ref/System.ServiceModel.Web.dll", - "build/netstandard2.0/ref/System.Text.Encoding.Extensions.dll", - "build/netstandard2.0/ref/System.Text.Encoding.dll", - "build/netstandard2.0/ref/System.Text.RegularExpressions.dll", - "build/netstandard2.0/ref/System.Threading.Overlapped.dll", - "build/netstandard2.0/ref/System.Threading.Tasks.Parallel.dll", - "build/netstandard2.0/ref/System.Threading.Tasks.dll", - "build/netstandard2.0/ref/System.Threading.Thread.dll", - "build/netstandard2.0/ref/System.Threading.ThreadPool.dll", - "build/netstandard2.0/ref/System.Threading.Timer.dll", - "build/netstandard2.0/ref/System.Threading.dll", - "build/netstandard2.0/ref/System.Transactions.dll", - "build/netstandard2.0/ref/System.ValueTuple.dll", - "build/netstandard2.0/ref/System.Web.dll", - "build/netstandard2.0/ref/System.Windows.dll", - "build/netstandard2.0/ref/System.Xml.Linq.dll", - "build/netstandard2.0/ref/System.Xml.ReaderWriter.dll", - "build/netstandard2.0/ref/System.Xml.Serialization.dll", - "build/netstandard2.0/ref/System.Xml.XDocument.dll", - "build/netstandard2.0/ref/System.Xml.XPath.XDocument.dll", - "build/netstandard2.0/ref/System.Xml.XPath.dll", - "build/netstandard2.0/ref/System.Xml.XmlDocument.dll", - "build/netstandard2.0/ref/System.Xml.XmlSerializer.dll", - "build/netstandard2.0/ref/System.Xml.dll", - "build/netstandard2.0/ref/System.dll", - "build/netstandard2.0/ref/mscorlib.dll", - "build/netstandard2.0/ref/netstandard.dll", - "build/netstandard2.0/ref/netstandard.xml", - "lib/netstandard1.0/_._", - "netstandard.library.2.0.3.nupkg.sha512", - "netstandard.library.nuspec" - ] - }, - "System.Buffers/4.6.1": { - "sha512": "N8GXpmiLMtljq7gwvyS+1QvKT/W2J8sNAvx+HVg4NGmsG/H+2k/y9QI23auLJRterrzCiDH+IWAw4V/GPwsMlw==", - "type": "package", - "path": "system.buffers/4.6.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "PACKAGE.md", - "buildTransitive/net461/System.Buffers.targets", - "buildTransitive/net462/_._", - "lib/net462/System.Buffers.dll", - "lib/net462/System.Buffers.xml", - "lib/netcoreapp2.0/_._", - "lib/netstandard2.0/System.Buffers.dll", - "lib/netstandard2.0/System.Buffers.xml", - "lib/netstandard2.1/_._", - "system.buffers.4.6.1.nupkg.sha512", - "system.buffers.nuspec" - ] - }, - "System.IO.Hashing/10.0.7": { - "sha512": "6hsjdSr4VOXSOnhALkYplHpAxnTG1J33YN42IB6nH2fEg4QnJqrZ4Ft+qn7mkrKAOYC8pCSFYwVWw6rQbmwgLQ==", - "type": "package", - "path": "system.io.hashing/10.0.7", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/System.IO.Hashing.targets", - "buildTransitive/net462/_._", - "buildTransitive/net8.0/_._", - "buildTransitive/netcoreapp2.0/System.IO.Hashing.targets", - "lib/net10.0/System.IO.Hashing.dll", - "lib/net10.0/System.IO.Hashing.xml", - "lib/net462/System.IO.Hashing.dll", - "lib/net462/System.IO.Hashing.xml", - "lib/net8.0/System.IO.Hashing.dll", - "lib/net8.0/System.IO.Hashing.xml", - "lib/net9.0/System.IO.Hashing.dll", - "lib/net9.0/System.IO.Hashing.xml", - "lib/netstandard2.0/System.IO.Hashing.dll", - "lib/netstandard2.0/System.IO.Hashing.xml", - "system.io.hashing.10.0.7.nupkg.sha512", - "system.io.hashing.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "System.Memory/4.6.3": { - "sha512": "qdcDOgnFZY40+Q9876JUHnlHu7bosOHX8XISRoH94fwk6hgaeQGSgfZd8srWRZNt5bV9ZW2TljcegDNxsf+96A==", - "type": "package", - "path": "system.memory/4.6.3", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "PACKAGE.md", - "buildTransitive/net461/System.Memory.targets", - "buildTransitive/net462/_._", - "lib/net462/System.Memory.dll", - "lib/net462/System.Memory.xml", - "lib/netcoreapp2.1/_._", - "lib/netstandard2.0/System.Memory.dll", - "lib/netstandard2.0/System.Memory.xml", - "lib/netstandard2.1/_._", - "system.memory.4.6.3.nupkg.sha512", - "system.memory.nuspec" - ] - }, - "System.Numerics.Vectors/4.6.1": { - "sha512": "sQxefTnhagrhoq2ReR0D/6K0zJcr9Hrd6kikeXsA1I8kOCboTavcUC4r7TSfpKFeE163uMuxZcyfO1mGO3EN8Q==", - "type": "package", - "path": "system.numerics.vectors/4.6.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "PACKAGE.md", - "buildTransitive/net461/System.Numerics.Vectors.targets", - "buildTransitive/net462/_._", - "lib/net462/System.Numerics.Vectors.dll", - "lib/net462/System.Numerics.Vectors.xml", - "lib/netcoreapp2.0/_._", - "lib/netstandard2.0/System.Numerics.Vectors.dll", - "lib/netstandard2.0/System.Numerics.Vectors.xml", - "lib/netstandard2.1/_._", - "system.numerics.vectors.4.6.1.nupkg.sha512", - "system.numerics.vectors.nuspec" - ] - }, - "System.Runtime.CompilerServices.Unsafe/6.1.2": { - "sha512": "2hBr6zdbIBTDE3EhK7NSVNdX58uTK6iHW/P/Axmm9sl1xoGSLqDvMtpecn226TNwHByFokYwJmt/aQQNlO5CRw==", - "type": "package", - "path": "system.runtime.compilerservices.unsafe/6.1.2", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "PACKAGE.md", - "buildTransitive/net461/System.Runtime.CompilerServices.Unsafe.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.targets", - "lib/net462/System.Runtime.CompilerServices.Unsafe.dll", - "lib/net462/System.Runtime.CompilerServices.Unsafe.xml", - "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll", - "lib/net6.0/System.Runtime.CompilerServices.Unsafe.xml", - "lib/net7.0/_._", - "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll", - "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.xml", - "system.runtime.compilerservices.unsafe.6.1.2.nupkg.sha512", - "system.runtime.compilerservices.unsafe.nuspec" - ] - }, - "System.Threading.Tasks.Extensions/4.6.3": { - "sha512": "7sCiwilJLYbTZELaKnc7RecBBXWXA+xMLQWZKWawBxYjp6DBlSE3v9/UcvKBvr1vv2tTOhipiogM8rRmxlhrVA==", - "type": "package", - "path": "system.threading.tasks.extensions/4.6.3", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "PACKAGE.md", - "buildTransitive/net461/System.Threading.Tasks.Extensions.targets", - "buildTransitive/net462/_._", - "lib/net462/System.Threading.Tasks.Extensions.dll", - "lib/net462/System.Threading.Tasks.Extensions.xml", - "lib/netcoreapp2.1/_._", - "lib/netstandard2.0/System.Threading.Tasks.Extensions.dll", - "lib/netstandard2.0/System.Threading.Tasks.Extensions.xml", - "lib/netstandard2.1/_._", - "system.threading.tasks.extensions.4.6.3.nupkg.sha512", - "system.threading.tasks.extensions.nuspec" - ] - }, - "Inshiminator.Abstractions/1.0.0": { - "type": "project", - "path": "../../src/Inshiminator.Abstractions/Inshiminator.Abstractions.csproj", - "msbuildProject": "../../src/Inshiminator.Abstractions/Inshiminator.Abstractions.csproj" - } - }, - "projectFileDependencyGroups": { - ".NETStandard,Version=v2.0": [ - "Inshiminator.Abstractions >= 1.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions >= 10.0.7", - "Microsoft.SourceLink.GitHub >= 10.0.203", - "NETStandard.Library >= 2.0.3", - "Nerdbank.GitVersioning >= 3.9.50" - ], - "net10.0": [ - "Inshiminator.Abstractions >= 1.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions >= 10.0.7", - "Microsoft.SourceLink.GitHub >= 10.0.203", - "Nerdbank.GitVersioning >= 3.9.50" - ], - "net8.0": [ - "Inshiminator.Abstractions >= 1.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions >= 10.0.7", - "Microsoft.SourceLink.GitHub >= 10.0.203", - "Nerdbank.GitVersioning >= 3.9.50" - ] - }, - "packageFolders": { - "C:\\Users\\jd\\.nuget\\packages\\": {}, - "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {} - }, - "project": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "C:\\git\\InShimInator\\samples\\InshiminatorSample\\InshiminatorSample.csproj", - "projectName": "InshiminatorSample", - "projectPath": "C:\\git\\InShimInator\\samples\\InshiminatorSample\\InshiminatorSample.csproj", - "packagesPath": "C:\\Users\\jd\\.nuget\\packages\\", - "outputPath": "C:\\git\\InShimInator\\samples\\InshiminatorSample\\obj\\", - "projectStyle": "PackageReference", - "crossTargeting": true, - "centralPackageVersionsManagementEnabled": true, - "fallbackFolders": [ - "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" - ], - "configFilePaths": [ - "C:\\git\\InShimInator\\NuGet.Config", - "C:\\Users\\jd\\AppData\\Roaming\\NuGet\\NuGet.Config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" - ], - "originalTargetFrameworks": [ - "net10.0", - "net8.0", - "netstandard2.0" - ], - "sources": { - "C:\\Program Files\\dotnet\\library-packs": {}, - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net8.0": { - "targetAlias": "net8.0", - "projectReferences": { - "C:\\git\\InShimInator\\src\\Inshiminator.Abstractions\\Inshiminator.Abstractions.csproj": { - "projectPath": "C:\\git\\InShimInator\\src\\Inshiminator.Abstractions\\Inshiminator.Abstractions.csproj" - } - } - }, - "net10.0": { - "targetAlias": "net10.0", - "projectReferences": { - "C:\\git\\InShimInator\\src\\Inshiminator.Abstractions\\Inshiminator.Abstractions.csproj": { - "projectPath": "C:\\git\\InShimInator\\src\\Inshiminator.Abstractions\\Inshiminator.Abstractions.csproj" - } - } - }, - "netstandard2.0": { - "targetAlias": "netstandard2.0", - "projectReferences": { - "C:\\git\\InShimInator\\src\\Inshiminator.Abstractions\\Inshiminator.Abstractions.csproj": { - "projectPath": "C:\\git\\InShimInator\\src\\Inshiminator.Abstractions\\Inshiminator.Abstractions.csproj" - } - } - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - }, - "restoreAuditProperties": { - "enableAudit": "true", - "auditLevel": "low", - "auditMode": "all" - }, - "SdkAnalysisLevel": "10.0.100" - }, - "frameworks": { - "net8.0": { - "targetAlias": "net8.0", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": { - "target": "Package", - "version": "[10.0.7, )", - "versionCentrallyManaged": true - }, - "Microsoft.SourceLink.GitHub": { - "suppressParent": "All", - "target": "Package", - "version": "[10.0.203, )", - "versionCentrallyManaged": true - }, - "Nerdbank.GitVersioning": { - "suppressParent": "All", - "target": "Package", - "version": "[3.9.50, )", - "versionCentrallyManaged": true - } - }, - "centralPackageVersions": { - "coverlet.collector": "10.0.0", - "Microsoft.Build.Locator": "1.11.2", - "Microsoft.CodeAnalysis.Analyzers": "3.11.0", - "Microsoft.CodeAnalysis.CSharp": "4.12.0", - "Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.12.0", - "Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing.XUnit": "1.1.2", - "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.7", - "Microsoft.NET.Test.Sdk": "18.5.1", - "Microsoft.SourceLink.GitHub": "10.0.203", - "Nerdbank.GitVersioning": "3.9.50", - "Spectre.Console.Cli": "0.55.0", - "xunit": "2.9.3", - "xunit.runner.visualstudio": "3.1.5" - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48", - "net481" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\10.0.107/PortableRuntimeIdentifierGraph.json", - "packagesToPrune": { - "Microsoft.CSharp": "(,4.7.32767]", - "Microsoft.VisualBasic": "(,10.3.32767]", - "Microsoft.Win32.Primitives": "(,4.3.32767]", - "Microsoft.Win32.Registry": "(,5.0.32767]", - "runtime.any.System.Collections": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.any.System.Globalization": "(,4.3.32767]", - "runtime.any.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.any.System.IO": "(,4.3.32767]", - "runtime.any.System.Reflection": "(,4.3.32767]", - "runtime.any.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.any.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.any.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.any.System.Runtime": "(,4.3.32767]", - "runtime.any.System.Runtime.Handles": "(,4.3.32767]", - "runtime.any.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.any.System.Text.Encoding": "(,4.3.32767]", - "runtime.any.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.any.System.Threading.Tasks": "(,4.3.32767]", - "runtime.any.System.Threading.Timer": "(,4.3.32767]", - "runtime.aot.System.Collections": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.aot.System.Globalization": "(,4.3.32767]", - "runtime.aot.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.aot.System.IO": "(,4.3.32767]", - "runtime.aot.System.Reflection": "(,4.3.32767]", - "runtime.aot.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.aot.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.aot.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.aot.System.Runtime": "(,4.3.32767]", - "runtime.aot.System.Runtime.Handles": "(,4.3.32767]", - "runtime.aot.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.aot.System.Threading.Tasks": "(,4.3.32767]", - "runtime.aot.System.Threading.Timer": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.native.System.Security.Cryptography.Apple": "(,4.3.32767]", - "runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.unix.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.unix.System.Console": "(,4.3.32767]", - "runtime.unix.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.unix.System.IO.FileSystem": "(,4.3.32767]", - "runtime.unix.System.Net.Primitives": "(,4.3.32767]", - "runtime.unix.System.Net.Sockets": "(,4.3.32767]", - "runtime.unix.System.Private.Uri": "(,4.3.32767]", - "runtime.unix.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.win.System.Console": "(,4.3.32767]", - "runtime.win.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.win.System.IO.FileSystem": "(,4.3.32767]", - "runtime.win.System.Net.Primitives": "(,4.3.32767]", - "runtime.win.System.Net.Sockets": "(,4.3.32767]", - "runtime.win.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win10-arm-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-arm64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win10-x64-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-x86-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7-x86.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7.System.Private.Uri": "(,4.3.32767]", - "runtime.win8-arm.runtime.native.System.IO.Compression": "(,4.3.32767]", - "System.AppContext": "(,4.3.32767]", - "System.Buffers": "(,4.6.32767]", - "System.Collections": "(,4.3.32767]", - "System.Collections.Concurrent": "(,4.3.32767]", - "System.Collections.Immutable": "(,8.0.32767]", - "System.Collections.NonGeneric": "(,4.3.32767]", - "System.Collections.Specialized": "(,4.3.32767]", - "System.ComponentModel": "(,4.3.32767]", - "System.ComponentModel.Annotations": "(,5.0.32767]", - "System.ComponentModel.EventBasedAsync": "(,4.3.32767]", - "System.ComponentModel.Primitives": "(,4.3.32767]", - "System.ComponentModel.TypeConverter": "(,4.3.32767]", - "System.Console": "(,4.3.32767]", - "System.Data.Common": "(,4.3.32767]", - "System.Data.DataSetExtensions": "(,4.5.32767]", - "System.Diagnostics.Contracts": "(,4.3.32767]", - "System.Diagnostics.Debug": "(,4.3.32767]", - "System.Diagnostics.DiagnosticSource": "(,8.0.32767]", - "System.Diagnostics.FileVersionInfo": "(,4.3.32767]", - "System.Diagnostics.Process": "(,4.3.32767]", - "System.Diagnostics.StackTrace": "(,4.3.32767]", - "System.Diagnostics.TextWriterTraceListener": "(,4.3.32767]", - "System.Diagnostics.Tools": "(,4.3.32767]", - "System.Diagnostics.TraceSource": "(,4.3.32767]", - "System.Diagnostics.Tracing": "(,4.3.32767]", - "System.Drawing.Primitives": "(,4.3.32767]", - "System.Dynamic.Runtime": "(,4.3.32767]", - "System.Formats.Asn1": "(,8.0.32767]", - "System.Globalization": "(,4.3.32767]", - "System.Globalization.Calendars": "(,4.3.32767]", - "System.Globalization.Extensions": "(,4.3.32767]", - "System.IO": "(,4.3.32767]", - "System.IO.Compression": "(,4.3.32767]", - "System.IO.Compression.ZipFile": "(,4.3.32767]", - "System.IO.FileSystem": "(,4.3.32767]", - "System.IO.FileSystem.AccessControl": "(,5.0.32767]", - "System.IO.FileSystem.DriveInfo": "(,4.3.32767]", - "System.IO.FileSystem.Primitives": "(,4.3.32767]", - "System.IO.FileSystem.Watcher": "(,4.3.32767]", - "System.IO.IsolatedStorage": "(,4.3.32767]", - "System.IO.MemoryMappedFiles": "(,4.3.32767]", - "System.IO.Pipes": "(,4.3.32767]", - "System.IO.Pipes.AccessControl": "(,4.6.32767]", - "System.IO.UnmanagedMemoryStream": "(,4.3.32767]", - "System.Linq": "(,4.3.32767]", - "System.Linq.Expressions": "(,4.3.32767]", - "System.Linq.Parallel": "(,4.3.32767]", - "System.Linq.Queryable": "(,4.3.32767]", - "System.Memory": "(,4.6.32767]", - "System.Net.Http": "(,4.3.32767]", - "System.Net.Http.Json": "(,8.0.32767]", - "System.Net.NameResolution": "(,4.3.32767]", - "System.Net.NetworkInformation": "(,4.3.32767]", - "System.Net.Ping": "(,4.3.32767]", - "System.Net.Primitives": "(,4.3.32767]", - "System.Net.Requests": "(,4.3.32767]", - "System.Net.Security": "(,4.3.32767]", - "System.Net.Sockets": "(,4.3.32767]", - "System.Net.WebHeaderCollection": "(,4.3.32767]", - "System.Net.WebSockets": "(,4.3.32767]", - "System.Net.WebSockets.Client": "(,4.3.32767]", - "System.Numerics.Vectors": "(,4.6.32767]", - "System.ObjectModel": "(,4.3.32767]", - "System.Private.DataContractSerialization": "(,4.3.32767]", - "System.Private.Uri": "(,4.3.32767]", - "System.Reflection": "(,4.3.32767]", - "System.Reflection.DispatchProxy": "(,4.8.32767]", - "System.Reflection.Emit": "(,4.7.32767]", - "System.Reflection.Emit.ILGeneration": "(,4.7.32767]", - "System.Reflection.Emit.Lightweight": "(,4.7.32767]", - "System.Reflection.Extensions": "(,4.3.32767]", - "System.Reflection.Metadata": "(,8.0.32767]", - "System.Reflection.Primitives": "(,4.3.32767]", - "System.Reflection.TypeExtensions": "(,4.7.32767]", - "System.Resources.Reader": "(,4.3.32767]", - "System.Resources.ResourceManager": "(,4.3.32767]", - "System.Resources.Writer": "(,4.3.32767]", - "System.Runtime": "(,4.3.32767]", - "System.Runtime.CompilerServices.Unsafe": "(,6.1.32767]", - "System.Runtime.CompilerServices.VisualC": "(,4.3.32767]", - "System.Runtime.Extensions": "(,4.3.32767]", - "System.Runtime.Handles": "(,4.3.32767]", - "System.Runtime.InteropServices": "(,4.3.32767]", - "System.Runtime.InteropServices.RuntimeInformation": "(,4.3.32767]", - "System.Runtime.Loader": "(,4.3.32767]", - "System.Runtime.Numerics": "(,4.3.32767]", - "System.Runtime.Serialization.Formatters": "(,4.3.32767]", - "System.Runtime.Serialization.Json": "(,4.3.32767]", - "System.Runtime.Serialization.Primitives": "(,4.3.32767]", - "System.Runtime.Serialization.Xml": "(,4.3.32767]", - "System.Security.AccessControl": "(,6.0.32767]", - "System.Security.Claims": "(,4.3.32767]", - "System.Security.Cryptography.Algorithms": "(,4.3.32767]", - "System.Security.Cryptography.Cng": "(,4.6.32767]", - "System.Security.Cryptography.Csp": "(,4.3.32767]", - "System.Security.Cryptography.Encoding": "(,4.3.32767]", - "System.Security.Cryptography.OpenSsl": "(,5.0.32767]", - "System.Security.Cryptography.Primitives": "(,4.3.32767]", - "System.Security.Cryptography.X509Certificates": "(,4.3.32767]", - "System.Security.Principal": "(,4.3.32767]", - "System.Security.Principal.Windows": "(,5.0.32767]", - "System.Security.SecureString": "(,4.3.32767]", - "System.Text.Encoding": "(,4.3.32767]", - "System.Text.Encoding.CodePages": "(,8.0.32767]", - "System.Text.Encoding.Extensions": "(,4.3.32767]", - "System.Text.Encodings.Web": "(,8.0.32767]", - "System.Text.Json": "(,8.0.32767]", - "System.Text.RegularExpressions": "(,4.3.32767]", - "System.Threading": "(,4.3.32767]", - "System.Threading.Channels": "(,8.0.32767]", - "System.Threading.Overlapped": "(,4.3.32767]", - "System.Threading.Tasks": "(,4.3.32767]", - "System.Threading.Tasks.Dataflow": "(,8.0.32767]", - "System.Threading.Tasks.Extensions": "(,4.6.32767]", - "System.Threading.Tasks.Parallel": "(,4.3.32767]", - "System.Threading.Thread": "(,4.3.32767]", - "System.Threading.ThreadPool": "(,4.3.32767]", - "System.Threading.Timer": "(,4.3.32767]", - "System.ValueTuple": "(,4.6.32767]", - "System.Xml.ReaderWriter": "(,4.3.32767]", - "System.Xml.XDocument": "(,4.3.32767]", - "System.Xml.XmlDocument": "(,4.3.32767]", - "System.Xml.XmlSerializer": "(,4.3.32767]", - "System.Xml.XPath": "(,4.3.32767]", - "System.Xml.XPath.XDocument": "(,4.3.32767]" - } - }, - "net10.0": { - "targetAlias": "net10.0", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": { - "target": "Package", - "version": "[10.0.7, )", - "versionCentrallyManaged": true - }, - "Microsoft.SourceLink.GitHub": { - "suppressParent": "All", - "target": "Package", - "version": "[10.0.203, )", - "versionCentrallyManaged": true - }, - "Nerdbank.GitVersioning": { - "suppressParent": "All", - "target": "Package", - "version": "[3.9.50, )", - "versionCentrallyManaged": true - } - }, - "centralPackageVersions": { - "coverlet.collector": "10.0.0", - "Microsoft.Build.Locator": "1.11.2", - "Microsoft.CodeAnalysis.Analyzers": "3.11.0", - "Microsoft.CodeAnalysis.CSharp": "4.12.0", - "Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.12.0", - "Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing.XUnit": "1.1.2", - "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.7", - "Microsoft.NET.Test.Sdk": "18.5.1", - "Microsoft.SourceLink.GitHub": "10.0.203", - "Nerdbank.GitVersioning": "3.9.50", - "Spectre.Console.Cli": "0.55.0", - "xunit": "2.9.3", - "xunit.runner.visualstudio": "3.1.5" - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48", - "net481" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\10.0.107/PortableRuntimeIdentifierGraph.json", - "packagesToPrune": { - "Microsoft.CSharp": "(,4.7.32767]", - "Microsoft.VisualBasic": "(,10.4.32767]", - "Microsoft.Win32.Primitives": "(,4.3.32767]", - "Microsoft.Win32.Registry": "(,5.0.32767]", - "runtime.any.System.Collections": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.any.System.Globalization": "(,4.3.32767]", - "runtime.any.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.any.System.IO": "(,4.3.32767]", - "runtime.any.System.Reflection": "(,4.3.32767]", - "runtime.any.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.any.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.any.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.any.System.Runtime": "(,4.3.32767]", - "runtime.any.System.Runtime.Handles": "(,4.3.32767]", - "runtime.any.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.any.System.Text.Encoding": "(,4.3.32767]", - "runtime.any.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.any.System.Threading.Tasks": "(,4.3.32767]", - "runtime.any.System.Threading.Timer": "(,4.3.32767]", - "runtime.aot.System.Collections": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.aot.System.Globalization": "(,4.3.32767]", - "runtime.aot.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.aot.System.IO": "(,4.3.32767]", - "runtime.aot.System.Reflection": "(,4.3.32767]", - "runtime.aot.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.aot.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.aot.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.aot.System.Runtime": "(,4.3.32767]", - "runtime.aot.System.Runtime.Handles": "(,4.3.32767]", - "runtime.aot.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.aot.System.Threading.Tasks": "(,4.3.32767]", - "runtime.aot.System.Threading.Timer": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.unix.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.unix.System.Console": "(,4.3.32767]", - "runtime.unix.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.unix.System.IO.FileSystem": "(,4.3.32767]", - "runtime.unix.System.Net.Primitives": "(,4.3.32767]", - "runtime.unix.System.Net.Sockets": "(,4.3.32767]", - "runtime.unix.System.Private.Uri": "(,4.3.32767]", - "runtime.unix.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.win.System.Console": "(,4.3.32767]", - "runtime.win.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.win.System.IO.FileSystem": "(,4.3.32767]", - "runtime.win.System.Net.Primitives": "(,4.3.32767]", - "runtime.win.System.Net.Sockets": "(,4.3.32767]", - "runtime.win.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win10-arm-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-arm64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win10-x64-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-x86-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7-x86.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7.System.Private.Uri": "(,4.3.32767]", - "runtime.win8-arm.runtime.native.System.IO.Compression": "(,4.3.32767]", - "System.AppContext": "(,4.3.32767]", - "System.Buffers": "(,5.0.32767]", - "System.Collections": "(,4.3.32767]", - "System.Collections.Concurrent": "(,4.3.32767]", - "System.Collections.Immutable": "(,10.0.32767]", - "System.Collections.NonGeneric": "(,4.3.32767]", - "System.Collections.Specialized": "(,4.3.32767]", - "System.ComponentModel": "(,4.3.32767]", - "System.ComponentModel.Annotations": "(,4.3.32767]", - "System.ComponentModel.EventBasedAsync": "(,4.3.32767]", - "System.ComponentModel.Primitives": "(,4.3.32767]", - "System.ComponentModel.TypeConverter": "(,4.3.32767]", - "System.Console": "(,4.3.32767]", - "System.Data.Common": "(,4.3.32767]", - "System.Data.DataSetExtensions": "(,4.4.32767]", - "System.Diagnostics.Contracts": "(,4.3.32767]", - "System.Diagnostics.Debug": "(,4.3.32767]", - "System.Diagnostics.DiagnosticSource": "(,10.0.32767]", - "System.Diagnostics.FileVersionInfo": "(,4.3.32767]", - "System.Diagnostics.Process": "(,4.3.32767]", - "System.Diagnostics.StackTrace": "(,4.3.32767]", - "System.Diagnostics.TextWriterTraceListener": "(,4.3.32767]", - "System.Diagnostics.Tools": "(,4.3.32767]", - "System.Diagnostics.TraceSource": "(,4.3.32767]", - "System.Diagnostics.Tracing": "(,4.3.32767]", - "System.Drawing.Primitives": "(,4.3.32767]", - "System.Dynamic.Runtime": "(,4.3.32767]", - "System.Formats.Asn1": "(,10.0.32767]", - "System.Formats.Tar": "(,10.0.32767]", - "System.Globalization": "(,4.3.32767]", - "System.Globalization.Calendars": "(,4.3.32767]", - "System.Globalization.Extensions": "(,4.3.32767]", - "System.IO": "(,4.3.32767]", - "System.IO.Compression": "(,4.3.32767]", - "System.IO.Compression.ZipFile": "(,4.3.32767]", - "System.IO.FileSystem": "(,4.3.32767]", - "System.IO.FileSystem.AccessControl": "(,4.4.32767]", - "System.IO.FileSystem.DriveInfo": "(,4.3.32767]", - "System.IO.FileSystem.Primitives": "(,4.3.32767]", - "System.IO.FileSystem.Watcher": "(,4.3.32767]", - "System.IO.IsolatedStorage": "(,4.3.32767]", - "System.IO.MemoryMappedFiles": "(,4.3.32767]", - "System.IO.Pipelines": "(,10.0.32767]", - "System.IO.Pipes": "(,4.3.32767]", - "System.IO.Pipes.AccessControl": "(,5.0.32767]", - "System.IO.UnmanagedMemoryStream": "(,4.3.32767]", - "System.Linq": "(,4.3.32767]", - "System.Linq.AsyncEnumerable": "(,10.0.32767]", - "System.Linq.Expressions": "(,4.3.32767]", - "System.Linq.Parallel": "(,4.3.32767]", - "System.Linq.Queryable": "(,4.3.32767]", - "System.Memory": "(,5.0.32767]", - "System.Net.Http": "(,4.3.32767]", - "System.Net.Http.Json": "(,10.0.32767]", - "System.Net.NameResolution": "(,4.3.32767]", - "System.Net.NetworkInformation": "(,4.3.32767]", - "System.Net.Ping": "(,4.3.32767]", - "System.Net.Primitives": "(,4.3.32767]", - "System.Net.Requests": "(,4.3.32767]", - "System.Net.Security": "(,4.3.32767]", - "System.Net.ServerSentEvents": "(,10.0.32767]", - "System.Net.Sockets": "(,4.3.32767]", - "System.Net.WebHeaderCollection": "(,4.3.32767]", - "System.Net.WebSockets": "(,4.3.32767]", - "System.Net.WebSockets.Client": "(,4.3.32767]", - "System.Numerics.Vectors": "(,5.0.32767]", - "System.ObjectModel": "(,4.3.32767]", - "System.Private.DataContractSerialization": "(,4.3.32767]", - "System.Private.Uri": "(,4.3.32767]", - "System.Reflection": "(,4.3.32767]", - "System.Reflection.DispatchProxy": "(,6.0.32767]", - "System.Reflection.Emit": "(,4.7.32767]", - "System.Reflection.Emit.ILGeneration": "(,4.7.32767]", - "System.Reflection.Emit.Lightweight": "(,4.7.32767]", - "System.Reflection.Extensions": "(,4.3.32767]", - "System.Reflection.Metadata": "(,10.0.32767]", - "System.Reflection.Primitives": "(,4.3.32767]", - "System.Reflection.TypeExtensions": "(,4.3.32767]", - "System.Resources.Reader": "(,4.3.32767]", - "System.Resources.ResourceManager": "(,4.3.32767]", - "System.Resources.Writer": "(,4.3.32767]", - "System.Runtime": "(,4.3.32767]", - "System.Runtime.CompilerServices.Unsafe": "(,7.0.32767]", - "System.Runtime.CompilerServices.VisualC": "(,4.3.32767]", - "System.Runtime.Extensions": "(,4.3.32767]", - "System.Runtime.Handles": "(,4.3.32767]", - "System.Runtime.InteropServices": "(,4.3.32767]", - "System.Runtime.InteropServices.RuntimeInformation": "(,4.3.32767]", - "System.Runtime.Loader": "(,4.3.32767]", - "System.Runtime.Numerics": "(,4.3.32767]", - "System.Runtime.Serialization.Formatters": "(,4.3.32767]", - "System.Runtime.Serialization.Json": "(,4.3.32767]", - "System.Runtime.Serialization.Primitives": "(,4.3.32767]", - "System.Runtime.Serialization.Xml": "(,4.3.32767]", - "System.Security.AccessControl": "(,6.0.32767]", - "System.Security.Claims": "(,4.3.32767]", - "System.Security.Cryptography.Algorithms": "(,4.3.32767]", - "System.Security.Cryptography.Cng": "(,5.0.32767]", - "System.Security.Cryptography.Csp": "(,4.3.32767]", - "System.Security.Cryptography.Encoding": "(,4.3.32767]", - "System.Security.Cryptography.OpenSsl": "(,5.0.32767]", - "System.Security.Cryptography.Primitives": "(,4.3.32767]", - "System.Security.Cryptography.X509Certificates": "(,4.3.32767]", - "System.Security.Principal": "(,4.3.32767]", - "System.Security.Principal.Windows": "(,5.0.32767]", - "System.Security.SecureString": "(,4.3.32767]", - "System.Text.Encoding": "(,4.3.32767]", - "System.Text.Encoding.CodePages": "(,10.0.32767]", - "System.Text.Encoding.Extensions": "(,4.3.32767]", - "System.Text.Encodings.Web": "(,10.0.32767]", - "System.Text.Json": "(,10.0.32767]", - "System.Text.RegularExpressions": "(,4.3.32767]", - "System.Threading": "(,4.3.32767]", - "System.Threading.AccessControl": "(,10.0.32767]", - "System.Threading.Channels": "(,10.0.32767]", - "System.Threading.Overlapped": "(,4.3.32767]", - "System.Threading.Tasks": "(,4.3.32767]", - "System.Threading.Tasks.Dataflow": "(,10.0.32767]", - "System.Threading.Tasks.Extensions": "(,5.0.32767]", - "System.Threading.Tasks.Parallel": "(,4.3.32767]", - "System.Threading.Thread": "(,4.3.32767]", - "System.Threading.ThreadPool": "(,4.3.32767]", - "System.Threading.Timer": "(,4.3.32767]", - "System.ValueTuple": "(,4.5.32767]", - "System.Xml.ReaderWriter": "(,4.3.32767]", - "System.Xml.XDocument": "(,4.3.32767]", - "System.Xml.XmlDocument": "(,4.3.32767]", - "System.Xml.XmlSerializer": "(,4.3.32767]", - "System.Xml.XPath": "(,4.3.32767]", - "System.Xml.XPath.XDocument": "(,5.0.32767]" - } - }, - "netstandard2.0": { - "targetAlias": "netstandard2.0", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": { - "target": "Package", - "version": "[10.0.7, )", - "versionCentrallyManaged": true - }, - "Microsoft.SourceLink.GitHub": { - "suppressParent": "All", - "target": "Package", - "version": "[10.0.203, )", - "versionCentrallyManaged": true - }, - "NETStandard.Library": { - "suppressParent": "All", - "target": "Package", - "version": "[2.0.3, )", - "autoReferenced": true - }, - "Nerdbank.GitVersioning": { - "suppressParent": "All", - "target": "Package", - "version": "[3.9.50, )", - "versionCentrallyManaged": true - } - }, - "centralPackageVersions": { - "coverlet.collector": "10.0.0", - "Microsoft.Build.Locator": "1.11.2", - "Microsoft.CodeAnalysis.Analyzers": "3.11.0", - "Microsoft.CodeAnalysis.CSharp": "4.12.0", - "Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.12.0", - "Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing.XUnit": "1.1.2", - "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.7", - "Microsoft.NET.Test.Sdk": "18.5.1", - "Microsoft.SourceLink.GitHub": "10.0.203", - "Nerdbank.GitVersioning": "3.9.50", - "Spectre.Console.Cli": "0.55.0", - "xunit": "2.9.3", - "xunit.runner.visualstudio": "3.1.5" - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48", - "net481" - ], - "assetTargetFallback": true, - "warn": true, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\10.0.107\\RuntimeIdentifierGraph.json", - "packagesToPrune": { - "Microsoft.Win32.Primitives": "(,4.3.0]", - "System.AppContext": "(,4.3.0]", - "System.Collections": "(,4.3.0]", - "System.Collections.NonGeneric": "(,4.3.0]", - "System.Collections.Specialized": "(,4.3.0]", - "System.ComponentModel": "(,4.3.0]", - "System.ComponentModel.EventBasedAsync": "(,4.3.0]", - "System.ComponentModel.Primitives": "(,4.3.0]", - "System.ComponentModel.TypeConverter": "(,4.3.0]", - "System.Console": "(,4.3.1]", - "System.Data.Common": "(,4.3.0]", - "System.Diagnostics.Contracts": "(,4.3.0]", - "System.Diagnostics.Debug": "(,4.3.0]", - "System.Diagnostics.FileVersionInfo": "(,4.3.0]", - "System.Diagnostics.Process": "(,4.3.0]", - "System.Diagnostics.StackTrace": "(,4.3.0]", - "System.Diagnostics.TextWriterTraceListener": "(,4.3.0]", - "System.Diagnostics.Tools": "(,4.3.0]", - "System.Diagnostics.TraceSource": "(,4.3.0]", - "System.Diagnostics.Tracing": "(,4.3.0]", - "System.Drawing.Primitives": "(,4.3.0]", - "System.Dynamic.Runtime": "(,4.3.0]", - "System.Globalization": "(,4.3.0]", - "System.Globalization.Calendars": "(,4.3.0]", - "System.Globalization.Extensions": "(,4.3.0]", - "System.IO": "(,4.3.0]", - "System.IO.Compression": "(,4.3.0]", - "System.IO.Compression.ZipFile": "(,4.3.0]", - "System.IO.FileSystem": "(,4.3.0]", - "System.IO.FileSystem.DriveInfo": "(,4.3.1]", - "System.IO.FileSystem.Primitives": "(,4.3.0]", - "System.IO.FileSystem.Watcher": "(,4.3.0]", - "System.IO.IsolatedStorage": "(,4.3.0]", - "System.IO.MemoryMappedFiles": "(,4.3.0]", - "System.IO.Pipes": "(,4.3.0]", - "System.IO.UnmanagedMemoryStream": "(,4.3.0]", - "System.Linq": "(,4.3.0]", - "System.Linq.Expressions": "(,4.3.0]", - "System.Linq.Parallel": "(,4.3.0]", - "System.Linq.Queryable": "(,4.3.0]", - "System.Net.Http": "(,4.3.4]", - "System.Net.NameResolution": "(,4.3.0]", - "System.Net.NetworkInformation": "(,4.3.0]", - "System.Net.Ping": "(,4.3.0]", - "System.Net.Primitives": "(,4.3.1]", - "System.Net.Requests": "(,4.3.0]", - "System.Net.Security": "(,4.3.2]", - "System.Net.Sockets": "(,4.3.0]", - "System.Net.WebHeaderCollection": "(,4.3.0]", - "System.Net.WebSockets": "(,4.3.0]", - "System.Net.WebSockets.Client": "(,4.3.2]", - "System.Reflection": "(,4.3.0]", - "System.Reflection.Extensions": "(,4.3.0]", - "System.Reflection.Primitives": "(,4.3.0]", - "System.Resources.Reader": "(,4.3.0]", - "System.Resources.ResourceManager": "(,4.3.0]", - "System.Resources.Writer": "(,4.3.0]", - "System.Runtime": "(,4.3.1]", - "System.Runtime.CompilerServices.VisualC": "(,4.3.0]", - "System.Runtime.Extensions": "(,4.3.1]", - "System.Runtime.Handles": "(,4.3.0]", - "System.Runtime.InteropServices": "(,4.3.0]", - "System.Runtime.InteropServices.RuntimeInformation": "(,4.3.0]", - "System.Runtime.Numerics": "(,4.3.0]", - "System.Runtime.Serialization.Formatters": "(,4.3.0]", - "System.Runtime.Serialization.Primitives": "(,4.3.0]", - "System.Runtime.Serialization.Xml": "(,4.3.0]", - "System.Security.Claims": "(,4.3.0]", - "System.Security.Cryptography.Algorithms": "(,4.3.1]", - "System.Security.Cryptography.Csp": "(,4.3.0]", - "System.Security.Cryptography.Encoding": "(,4.3.0]", - "System.Security.Cryptography.Primitives": "(,4.3.0]", - "System.Security.Cryptography.X509Certificates": "(,4.3.2]", - "System.Security.Principal": "(,4.3.0]", - "System.Security.SecureString": "(,4.3.0]", - "System.Text.Encoding": "(,4.3.0]", - "System.Text.Encoding.Extensions": "(,4.3.0]", - "System.Text.RegularExpressions": "(,4.3.0]", - "System.Threading": "(,4.3.0]", - "System.Threading.Overlapped": "(,4.3.0]", - "System.Threading.Tasks": "(,4.3.0]", - "System.Threading.Tasks.Parallel": "(,4.3.0]", - "System.Threading.Thread": "(,4.3.0]", - "System.Threading.ThreadPool": "(,4.3.0]", - "System.Threading.Timer": "(,4.3.0]", - "System.ValueTuple": "(,4.6.1]", - "System.Xml.ReaderWriter": "(,4.3.1]", - "System.Xml.XDocument": "(,4.3.0]", - "System.Xml.XmlDocument": "(,4.3.0]", - "System.Xml.XmlSerializer": "(,4.3.0]", - "System.Xml.XPath": "(,4.3.0]", - "System.Xml.XPath.XDocument": "(,4.3.0]" - } - } - } - } -} \ No newline at end of file diff --git a/samples/InshiminatorSample/obj/project.nuget.cache b/samples/InshiminatorSample/obj/project.nuget.cache deleted file mode 100644 index bae9e31..0000000 --- a/samples/InshiminatorSample/obj/project.nuget.cache +++ /dev/null @@ -1,23 +0,0 @@ -{ - "version": 2, - "dgSpecHash": "ZoCBJkf/oHQ=", - "success": true, - "projectFilePath": "C:\\git\\InShimInator\\samples\\InshiminatorSample\\InshiminatorSample.csproj", - "expectedPackageFiles": [ - "C:\\Users\\jd\\.nuget\\packages\\microsoft.bcl.asyncinterfaces\\10.0.7\\microsoft.bcl.asyncinterfaces.10.0.7.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\microsoft.build.tasks.git\\10.0.203\\microsoft.build.tasks.git.10.0.203.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\microsoft.extensions.dependencyinjection.abstractions\\10.0.7\\microsoft.extensions.dependencyinjection.abstractions.10.0.7.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\microsoft.netcore.platforms\\1.1.0\\microsoft.netcore.platforms.1.1.0.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\microsoft.sourcelink.common\\10.0.203\\microsoft.sourcelink.common.10.0.203.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\microsoft.sourcelink.github\\10.0.203\\microsoft.sourcelink.github.10.0.203.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\nerdbank.gitversioning\\3.9.50\\nerdbank.gitversioning.3.9.50.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\netstandard.library\\2.0.3\\netstandard.library.2.0.3.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\system.buffers\\4.6.1\\system.buffers.4.6.1.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\system.io.hashing\\10.0.7\\system.io.hashing.10.0.7.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\system.memory\\4.6.3\\system.memory.4.6.3.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\system.numerics.vectors\\4.6.1\\system.numerics.vectors.4.6.1.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\system.runtime.compilerservices.unsafe\\6.1.2\\system.runtime.compilerservices.unsafe.6.1.2.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\system.threading.tasks.extensions\\4.6.3\\system.threading.tasks.extensions.4.6.3.nupkg.sha512" - ], - "logs": [] -} \ No newline at end of file diff --git a/src/Inshiminator.Abstractions/bin/Debug/netstandard2.0/Inshiminator.Abstractions.deps.json b/src/Inshiminator.Abstractions/bin/Debug/netstandard2.0/Inshiminator.Abstractions.deps.json deleted file mode 100644 index c64d6c5..0000000 --- a/src/Inshiminator.Abstractions/bin/Debug/netstandard2.0/Inshiminator.Abstractions.deps.json +++ /dev/null @@ -1,123 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETStandard,Version=v2.0/", - "signature": "" - }, - "compilationOptions": {}, - "targets": { - ".NETStandard,Version=v2.0": {}, - ".NETStandard,Version=v2.0/": { - "Inshiminator.Abstractions/0.1.2-g2e58a4565a": { - "dependencies": { - "Microsoft.SourceLink.GitHub": "10.0.203" - }, - "runtime": { - "Inshiminator.Abstractions.dll": {} - } - }, - "Microsoft.SourceLink.GitHub/10.0.203": { - "dependencies": { - "System.IO.Hashing": "10.0.7" - } - }, - "System.Buffers/4.6.1": { - "runtime": { - "lib/netstandard2.0/System.Buffers.dll": { - "assemblyVersion": "4.0.2.0", - "fileVersion": "4.600.125.16908" - } - } - }, - "System.IO.Hashing/10.0.7": { - "dependencies": { - "System.Buffers": "4.6.1", - "System.Memory": "4.6.3" - }, - "runtime": { - "lib/netstandard2.0/System.IO.Hashing.dll": { - "assemblyVersion": "10.0.0.7", - "fileVersion": "10.0.726.21808" - } - } - }, - "System.Memory/4.6.3": { - "dependencies": { - "System.Buffers": "4.6.1", - "System.Numerics.Vectors": "4.6.1", - "System.Runtime.CompilerServices.Unsafe": "6.1.2" - }, - "runtime": { - "lib/netstandard2.0/System.Memory.dll": { - "assemblyVersion": "4.0.2.0", - "fileVersion": "4.600.325.20307" - } - } - }, - "System.Numerics.Vectors/4.6.1": { - "runtime": { - "lib/netstandard2.0/System.Numerics.Vectors.dll": { - "assemblyVersion": "4.1.3.0", - "fileVersion": "4.600.125.16908" - } - } - }, - "System.Runtime.CompilerServices.Unsafe/6.1.2": { - "runtime": { - "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.100.225.20307" - } - } - } - } - }, - "libraries": { - "Inshiminator.Abstractions/0.1.2-g2e58a4565a": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Microsoft.SourceLink.GitHub/10.0.203": { - "type": "package", - "serviceable": true, - "sha512": "sha512-R4Tvr1oACImMS+Y5M7NM07ll9QyJSKnki3Dvz8QwG1W6FEmd+9fmZXAF6BE6UPswHF6n0v41wgMQGlaudOspqA==", - "path": "microsoft.sourcelink.github/10.0.203", - "hashPath": "microsoft.sourcelink.github.10.0.203.nupkg.sha512" - }, - "System.Buffers/4.6.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-N8GXpmiLMtljq7gwvyS+1QvKT/W2J8sNAvx+HVg4NGmsG/H+2k/y9QI23auLJRterrzCiDH+IWAw4V/GPwsMlw==", - "path": "system.buffers/4.6.1", - "hashPath": "system.buffers.4.6.1.nupkg.sha512" - }, - "System.IO.Hashing/10.0.7": { - "type": "package", - "serviceable": true, - "sha512": "sha512-6hsjdSr4VOXSOnhALkYplHpAxnTG1J33YN42IB6nH2fEg4QnJqrZ4Ft+qn7mkrKAOYC8pCSFYwVWw6rQbmwgLQ==", - "path": "system.io.hashing/10.0.7", - "hashPath": "system.io.hashing.10.0.7.nupkg.sha512" - }, - "System.Memory/4.6.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-qdcDOgnFZY40+Q9876JUHnlHu7bosOHX8XISRoH94fwk6hgaeQGSgfZd8srWRZNt5bV9ZW2TljcegDNxsf+96A==", - "path": "system.memory/4.6.3", - "hashPath": "system.memory.4.6.3.nupkg.sha512" - }, - "System.Numerics.Vectors/4.6.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-sQxefTnhagrhoq2ReR0D/6K0zJcr9Hrd6kikeXsA1I8kOCboTavcUC4r7TSfpKFeE163uMuxZcyfO1mGO3EN8Q==", - "path": "system.numerics.vectors/4.6.1", - "hashPath": "system.numerics.vectors.4.6.1.nupkg.sha512" - }, - "System.Runtime.CompilerServices.Unsafe/6.1.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-2hBr6zdbIBTDE3EhK7NSVNdX58uTK6iHW/P/Axmm9sl1xoGSLqDvMtpecn226TNwHByFokYwJmt/aQQNlO5CRw==", - "path": "system.runtime.compilerservices.unsafe/6.1.2", - "hashPath": "system.runtime.compilerservices.unsafe.6.1.2.nupkg.sha512" - } - } -} \ No newline at end of file diff --git a/src/Inshiminator.Abstractions/bin/Debug/netstandard2.0/Inshiminator.Abstractions.dll b/src/Inshiminator.Abstractions/bin/Debug/netstandard2.0/Inshiminator.Abstractions.dll deleted file mode 100644 index 1f65383..0000000 Binary files a/src/Inshiminator.Abstractions/bin/Debug/netstandard2.0/Inshiminator.Abstractions.dll and /dev/null differ diff --git a/src/Inshiminator.Abstractions/bin/Debug/netstandard2.0/Inshiminator.Abstractions.pdb b/src/Inshiminator.Abstractions/bin/Debug/netstandard2.0/Inshiminator.Abstractions.pdb deleted file mode 100644 index 54f6212..0000000 Binary files a/src/Inshiminator.Abstractions/bin/Debug/netstandard2.0/Inshiminator.Abstractions.pdb and /dev/null differ diff --git a/src/Inshiminator.Abstractions/obj/Debug/netstandard2.0/.NETStandard,Version=v2.0.AssemblyAttributes.cs b/src/Inshiminator.Abstractions/obj/Debug/netstandard2.0/.NETStandard,Version=v2.0.AssemblyAttributes.cs deleted file mode 100644 index d474c37..0000000 --- a/src/Inshiminator.Abstractions/obj/Debug/netstandard2.0/.NETStandard,Version=v2.0.AssemblyAttributes.cs +++ /dev/null @@ -1,4 +0,0 @@ -// -using System; -using System.Reflection; -[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETStandard,Version=v2.0", FrameworkDisplayName = ".NET Standard 2.0")] diff --git a/src/Inshiminator.Abstractions/obj/Debug/netstandard2.0/Inshiminator.Abstractions.AssemblyInfo.cs b/src/Inshiminator.Abstractions/obj/Debug/netstandard2.0/Inshiminator.Abstractions.AssemblyInfo.cs deleted file mode 100644 index 5f8721b..0000000 --- a/src/Inshiminator.Abstractions/obj/Debug/netstandard2.0/Inshiminator.Abstractions.AssemblyInfo.cs +++ /dev/null @@ -1,22 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -using System; -using System.Reflection; - -[assembly: System.Reflection.AssemblyCompanyAttribute("Jerrett Davis")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] -[assembly: System.Reflection.AssemblyCopyrightAttribute("Copyright (c) 2026 Jerrett Davis")] -[assembly: System.Reflection.AssemblyDescriptionAttribute("Analyzer-guided shim generation for .NET applications.")] -[assembly: System.Reflection.AssemblyProductAttribute("Inshiminator.Abstractions")] -[assembly: System.Reflection.AssemblyTitleAttribute("Inshiminator.Abstractions")] -[assembly: System.Reflection.AssemblyMetadataAttribute("RepositoryUrl", "https://github.com/JerrettDavis/InShimInator")] - -// Generated by the MSBuild WriteCodeFragment class. - diff --git a/src/Inshiminator.Abstractions/obj/Debug/netstandard2.0/Inshiminator.Abstractions.AssemblyInfoInputs.cache b/src/Inshiminator.Abstractions/obj/Debug/netstandard2.0/Inshiminator.Abstractions.AssemblyInfoInputs.cache deleted file mode 100644 index ffe18fa..0000000 --- a/src/Inshiminator.Abstractions/obj/Debug/netstandard2.0/Inshiminator.Abstractions.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -f50fc4ed3d1d832ca7ce04c3c5889680f02304e2fe6185a004ffdc7c39cc72d0 diff --git a/src/Inshiminator.Abstractions/obj/Debug/netstandard2.0/Inshiminator.Abstractions.GeneratedMSBuildEditorConfig.editorconfig b/src/Inshiminator.Abstractions/obj/Debug/netstandard2.0/Inshiminator.Abstractions.GeneratedMSBuildEditorConfig.editorconfig deleted file mode 100644 index e79bae8..0000000 --- a/src/Inshiminator.Abstractions/obj/Debug/netstandard2.0/Inshiminator.Abstractions.GeneratedMSBuildEditorConfig.editorconfig +++ /dev/null @@ -1,8 +0,0 @@ -is_global = true -build_property.RootNamespace = Inshiminator.Abstractions -build_property.ProjectDir = C:\git\InShimInator\src\Inshiminator.Abstractions\ -build_property.EnableComHosting = -build_property.EnableGeneratedComInterfaceComImportInterop = -build_property.CsWinRTUseWindowsUIXamlProjections = false -build_property.EffectiveAnalysisLevelStyle = -build_property.EnableCodeStyleSeverity = diff --git a/src/Inshiminator.Abstractions/obj/Debug/netstandard2.0/Inshiminator.Abstractions.GlobalUsings.g.cs b/src/Inshiminator.Abstractions/obj/Debug/netstandard2.0/Inshiminator.Abstractions.GlobalUsings.g.cs deleted file mode 100644 index 3bad85c..0000000 --- a/src/Inshiminator.Abstractions/obj/Debug/netstandard2.0/Inshiminator.Abstractions.GlobalUsings.g.cs +++ /dev/null @@ -1,8 +0,0 @@ -// -global using System; -global using System.Collections.Generic; -global using System.IO; -global using System.Linq; -global using System.Net.Http; -global using System.Threading; -global using System.Threading.Tasks; diff --git a/src/Inshiminator.Abstractions/obj/Debug/netstandard2.0/Inshiminator.Abstractions.Version.cs b/src/Inshiminator.Abstractions/obj/Debug/netstandard2.0/Inshiminator.Abstractions.Version.cs deleted file mode 100644 index e4e8f24..0000000 --- a/src/Inshiminator.Abstractions/obj/Debug/netstandard2.0/Inshiminator.Abstractions.Version.cs +++ /dev/null @@ -1,35 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -#pragma warning disable CA2243 - -[assembly: global::System.Reflection.AssemblyVersionAttribute("0.1.0.0")] -[assembly: global::System.Reflection.AssemblyFileVersionAttribute("0.1.2.11864")] -[assembly: global::System.Reflection.AssemblyInformationalVersionAttribute("0.1.2+2e58a4565a")] -#if NETSTANDARD || NETFRAMEWORK || NETCOREAPP -[global::System.CodeDom.Compiler.GeneratedCode("Nerdbank.GitVersioning.Tasks","3.9.50.28654")] -#endif -#if NET40_OR_GREATER || NETCOREAPP2_0_OR_GREATER || NETSTANDARD2_0_OR_GREATER -[global::System.Diagnostics.CodeAnalysis.ExcludeFromCodeCoverage] -#endif -internal static partial class ThisAssembly { - internal const string AssemblyConfiguration = "Debug"; - internal const string AssemblyFileVersion = "0.1.2.11864"; - internal const string AssemblyInformationalVersion = "0.1.2+2e58a4565a"; - internal const string AssemblyName = "Inshiminator.Abstractions"; - internal const string AssemblyTitle = "Inshiminator.Abstractions"; - internal const string AssemblyVersion = "0.1.0.0"; - internal static readonly global::System.DateTime GitCommitAuthorDate = new global::System.DateTime(639138599560000000L, global::System.DateTimeKind.Utc); - internal static readonly global::System.DateTime GitCommitDate = new global::System.DateTime(639138599560000000L, global::System.DateTimeKind.Utc); - internal const string GitCommitId = "2e58a4565a8558cbb77d4b912c0ddcb50b29665c"; - internal const bool IsPrerelease = false; - internal const bool IsPublicRelease = false; - internal const string RootNamespace = "Inshiminator.Abstractions"; -} diff --git a/src/Inshiminator.Abstractions/obj/Debug/netstandard2.0/Inshiminator.Abstractions.Version.cs.new b/src/Inshiminator.Abstractions/obj/Debug/netstandard2.0/Inshiminator.Abstractions.Version.cs.new deleted file mode 100644 index e4e8f24..0000000 --- a/src/Inshiminator.Abstractions/obj/Debug/netstandard2.0/Inshiminator.Abstractions.Version.cs.new +++ /dev/null @@ -1,35 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -#pragma warning disable CA2243 - -[assembly: global::System.Reflection.AssemblyVersionAttribute("0.1.0.0")] -[assembly: global::System.Reflection.AssemblyFileVersionAttribute("0.1.2.11864")] -[assembly: global::System.Reflection.AssemblyInformationalVersionAttribute("0.1.2+2e58a4565a")] -#if NETSTANDARD || NETFRAMEWORK || NETCOREAPP -[global::System.CodeDom.Compiler.GeneratedCode("Nerdbank.GitVersioning.Tasks","3.9.50.28654")] -#endif -#if NET40_OR_GREATER || NETCOREAPP2_0_OR_GREATER || NETSTANDARD2_0_OR_GREATER -[global::System.Diagnostics.CodeAnalysis.ExcludeFromCodeCoverage] -#endif -internal static partial class ThisAssembly { - internal const string AssemblyConfiguration = "Debug"; - internal const string AssemblyFileVersion = "0.1.2.11864"; - internal const string AssemblyInformationalVersion = "0.1.2+2e58a4565a"; - internal const string AssemblyName = "Inshiminator.Abstractions"; - internal const string AssemblyTitle = "Inshiminator.Abstractions"; - internal const string AssemblyVersion = "0.1.0.0"; - internal static readonly global::System.DateTime GitCommitAuthorDate = new global::System.DateTime(639138599560000000L, global::System.DateTimeKind.Utc); - internal static readonly global::System.DateTime GitCommitDate = new global::System.DateTime(639138599560000000L, global::System.DateTimeKind.Utc); - internal const string GitCommitId = "2e58a4565a8558cbb77d4b912c0ddcb50b29665c"; - internal const bool IsPrerelease = false; - internal const bool IsPublicRelease = false; - internal const string RootNamespace = "Inshiminator.Abstractions"; -} diff --git a/src/Inshiminator.Abstractions/obj/Debug/netstandard2.0/Inshiminator.Abstractions.assets.cache b/src/Inshiminator.Abstractions/obj/Debug/netstandard2.0/Inshiminator.Abstractions.assets.cache deleted file mode 100644 index 7544eec..0000000 Binary files a/src/Inshiminator.Abstractions/obj/Debug/netstandard2.0/Inshiminator.Abstractions.assets.cache and /dev/null differ diff --git a/src/Inshiminator.Abstractions/obj/Debug/netstandard2.0/Inshiminator.Abstractions.csproj.AssemblyReference.cache b/src/Inshiminator.Abstractions/obj/Debug/netstandard2.0/Inshiminator.Abstractions.csproj.AssemblyReference.cache deleted file mode 100644 index 82edddb..0000000 Binary files a/src/Inshiminator.Abstractions/obj/Debug/netstandard2.0/Inshiminator.Abstractions.csproj.AssemblyReference.cache and /dev/null differ diff --git a/src/Inshiminator.Abstractions/obj/Debug/netstandard2.0/Inshiminator.Abstractions.csproj.CoreCompileInputs.cache b/src/Inshiminator.Abstractions/obj/Debug/netstandard2.0/Inshiminator.Abstractions.csproj.CoreCompileInputs.cache deleted file mode 100644 index d761378..0000000 --- a/src/Inshiminator.Abstractions/obj/Debug/netstandard2.0/Inshiminator.Abstractions.csproj.CoreCompileInputs.cache +++ /dev/null @@ -1 +0,0 @@ -cfa9c4b94d57465a337903a5f5d605711608d4d485ee8585a2a517309967ece7 diff --git a/src/Inshiminator.Abstractions/obj/Debug/netstandard2.0/Inshiminator.Abstractions.csproj.FileListAbsolute.txt b/src/Inshiminator.Abstractions/obj/Debug/netstandard2.0/Inshiminator.Abstractions.csproj.FileListAbsolute.txt deleted file mode 100644 index 192acdd..0000000 --- a/src/Inshiminator.Abstractions/obj/Debug/netstandard2.0/Inshiminator.Abstractions.csproj.FileListAbsolute.txt +++ /dev/null @@ -1,10 +0,0 @@ -C:\git\InShimInator\src\Inshiminator.Abstractions\obj\Debug\netstandard2.0\Inshiminator.Abstractions.csproj.AssemblyReference.cache -C:\git\InShimInator\src\Inshiminator.Abstractions\obj\Debug\netstandard2.0\Inshiminator.Abstractions.GeneratedMSBuildEditorConfig.editorconfig -C:\git\InShimInator\src\Inshiminator.Abstractions\obj\Debug\netstandard2.0\Inshiminator.Abstractions.AssemblyInfoInputs.cache -C:\git\InShimInator\src\Inshiminator.Abstractions\obj\Debug\netstandard2.0\Inshiminator.Abstractions.AssemblyInfo.cs -C:\git\InShimInator\src\Inshiminator.Abstractions\obj\Debug\netstandard2.0\Inshiminator.Abstractions.csproj.CoreCompileInputs.cache -C:\git\InShimInator\src\Inshiminator.Abstractions\bin\Debug\netstandard2.0\Inshiminator.Abstractions.deps.json -C:\git\InShimInator\src\Inshiminator.Abstractions\bin\Debug\netstandard2.0\Inshiminator.Abstractions.dll -C:\git\InShimInator\src\Inshiminator.Abstractions\bin\Debug\netstandard2.0\Inshiminator.Abstractions.pdb -C:\git\InShimInator\src\Inshiminator.Abstractions\obj\Debug\netstandard2.0\Inshiminator.Abstractions.dll -C:\git\InShimInator\src\Inshiminator.Abstractions\obj\Debug\netstandard2.0\Inshiminator.Abstractions.pdb diff --git a/src/Inshiminator.Abstractions/obj/Debug/netstandard2.0/Inshiminator.Abstractions.dll b/src/Inshiminator.Abstractions/obj/Debug/netstandard2.0/Inshiminator.Abstractions.dll deleted file mode 100644 index 1f65383..0000000 Binary files a/src/Inshiminator.Abstractions/obj/Debug/netstandard2.0/Inshiminator.Abstractions.dll and /dev/null differ diff --git a/src/Inshiminator.Abstractions/obj/Debug/netstandard2.0/Inshiminator.Abstractions.pdb b/src/Inshiminator.Abstractions/obj/Debug/netstandard2.0/Inshiminator.Abstractions.pdb deleted file mode 100644 index 54f6212..0000000 Binary files a/src/Inshiminator.Abstractions/obj/Debug/netstandard2.0/Inshiminator.Abstractions.pdb and /dev/null differ diff --git a/src/Inshiminator.Abstractions/obj/Inshiminator.Abstractions.csproj.nuget.dgspec.json b/src/Inshiminator.Abstractions/obj/Inshiminator.Abstractions.csproj.nuget.dgspec.json deleted file mode 100644 index d44710f..0000000 --- a/src/Inshiminator.Abstractions/obj/Inshiminator.Abstractions.csproj.nuget.dgspec.json +++ /dev/null @@ -1,879 +0,0 @@ -{ - "format": 1, - "restore": { - "C:\\git\\InShimInator\\src\\Inshiminator.Abstractions\\Inshiminator.Abstractions.csproj": {} - }, - "projects": { - "C:\\git\\InShimInator\\src\\Inshiminator.Abstractions\\Inshiminator.Abstractions.csproj": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "C:\\git\\InShimInator\\src\\Inshiminator.Abstractions\\Inshiminator.Abstractions.csproj", - "projectName": "Inshiminator.Abstractions", - "projectPath": "C:\\git\\InShimInator\\src\\Inshiminator.Abstractions\\Inshiminator.Abstractions.csproj", - "packagesPath": "C:\\Users\\jd\\.nuget\\packages\\", - "outputPath": "C:\\git\\InShimInator\\src\\Inshiminator.Abstractions\\obj\\", - "projectStyle": "PackageReference", - "crossTargeting": true, - "centralPackageVersionsManagementEnabled": true, - "fallbackFolders": [ - "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" - ], - "configFilePaths": [ - "C:\\git\\InShimInator\\NuGet.Config", - "C:\\Users\\jd\\AppData\\Roaming\\NuGet\\NuGet.Config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" - ], - "originalTargetFrameworks": [ - "net10.0", - "net8.0", - "netstandard2.0" - ], - "sources": { - "C:\\Program Files\\dotnet\\library-packs": {}, - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net8.0": { - "targetAlias": "net8.0", - "projectReferences": {} - }, - "net10.0": { - "targetAlias": "net10.0", - "projectReferences": {} - }, - "netstandard2.0": { - "targetAlias": "netstandard2.0", - "projectReferences": {} - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - }, - "restoreAuditProperties": { - "enableAudit": "true", - "auditLevel": "low", - "auditMode": "all" - }, - "SdkAnalysisLevel": "10.0.100" - }, - "frameworks": { - "net8.0": { - "targetAlias": "net8.0", - "dependencies": { - "Microsoft.SourceLink.GitHub": { - "suppressParent": "All", - "target": "Package", - "version": "[10.0.203, )", - "versionCentrallyManaged": true - }, - "Nerdbank.GitVersioning": { - "suppressParent": "All", - "target": "Package", - "version": "[3.9.50, )", - "versionCentrallyManaged": true - } - }, - "centralPackageVersions": { - "coverlet.collector": "10.0.0", - "Microsoft.Build.Locator": "1.11.2", - "Microsoft.CodeAnalysis.Analyzers": "3.11.0", - "Microsoft.CodeAnalysis.CSharp": "4.12.0", - "Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.12.0", - "Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing.XUnit": "1.1.2", - "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.7", - "Microsoft.NET.Test.Sdk": "18.5.1", - "Microsoft.SourceLink.GitHub": "10.0.203", - "Nerdbank.GitVersioning": "3.9.50", - "Spectre.Console.Cli": "0.55.0", - "xunit": "2.9.3", - "xunit.runner.visualstudio": "3.1.5" - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48", - "net481" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\10.0.107/PortableRuntimeIdentifierGraph.json", - "packagesToPrune": { - "Microsoft.CSharp": "(,4.7.32767]", - "Microsoft.VisualBasic": "(,10.3.32767]", - "Microsoft.Win32.Primitives": "(,4.3.32767]", - "Microsoft.Win32.Registry": "(,5.0.32767]", - "runtime.any.System.Collections": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.any.System.Globalization": "(,4.3.32767]", - "runtime.any.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.any.System.IO": "(,4.3.32767]", - "runtime.any.System.Reflection": "(,4.3.32767]", - "runtime.any.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.any.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.any.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.any.System.Runtime": "(,4.3.32767]", - "runtime.any.System.Runtime.Handles": "(,4.3.32767]", - "runtime.any.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.any.System.Text.Encoding": "(,4.3.32767]", - "runtime.any.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.any.System.Threading.Tasks": "(,4.3.32767]", - "runtime.any.System.Threading.Timer": "(,4.3.32767]", - "runtime.aot.System.Collections": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.aot.System.Globalization": "(,4.3.32767]", - "runtime.aot.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.aot.System.IO": "(,4.3.32767]", - "runtime.aot.System.Reflection": "(,4.3.32767]", - "runtime.aot.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.aot.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.aot.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.aot.System.Runtime": "(,4.3.32767]", - "runtime.aot.System.Runtime.Handles": "(,4.3.32767]", - "runtime.aot.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.aot.System.Threading.Tasks": "(,4.3.32767]", - "runtime.aot.System.Threading.Timer": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.native.System.Security.Cryptography.Apple": "(,4.3.32767]", - "runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.unix.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.unix.System.Console": "(,4.3.32767]", - "runtime.unix.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.unix.System.IO.FileSystem": "(,4.3.32767]", - "runtime.unix.System.Net.Primitives": "(,4.3.32767]", - "runtime.unix.System.Net.Sockets": "(,4.3.32767]", - "runtime.unix.System.Private.Uri": "(,4.3.32767]", - "runtime.unix.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.win.System.Console": "(,4.3.32767]", - "runtime.win.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.win.System.IO.FileSystem": "(,4.3.32767]", - "runtime.win.System.Net.Primitives": "(,4.3.32767]", - "runtime.win.System.Net.Sockets": "(,4.3.32767]", - "runtime.win.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win10-arm-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-arm64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win10-x64-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-x86-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7-x86.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7.System.Private.Uri": "(,4.3.32767]", - "runtime.win8-arm.runtime.native.System.IO.Compression": "(,4.3.32767]", - "System.AppContext": "(,4.3.32767]", - "System.Buffers": "(,4.6.32767]", - "System.Collections": "(,4.3.32767]", - "System.Collections.Concurrent": "(,4.3.32767]", - "System.Collections.Immutable": "(,8.0.32767]", - "System.Collections.NonGeneric": "(,4.3.32767]", - "System.Collections.Specialized": "(,4.3.32767]", - "System.ComponentModel": "(,4.3.32767]", - "System.ComponentModel.Annotations": "(,5.0.32767]", - "System.ComponentModel.EventBasedAsync": "(,4.3.32767]", - "System.ComponentModel.Primitives": "(,4.3.32767]", - "System.ComponentModel.TypeConverter": "(,4.3.32767]", - "System.Console": "(,4.3.32767]", - "System.Data.Common": "(,4.3.32767]", - "System.Data.DataSetExtensions": "(,4.5.32767]", - "System.Diagnostics.Contracts": "(,4.3.32767]", - "System.Diagnostics.Debug": "(,4.3.32767]", - "System.Diagnostics.DiagnosticSource": "(,8.0.32767]", - "System.Diagnostics.FileVersionInfo": "(,4.3.32767]", - "System.Diagnostics.Process": "(,4.3.32767]", - "System.Diagnostics.StackTrace": "(,4.3.32767]", - "System.Diagnostics.TextWriterTraceListener": "(,4.3.32767]", - "System.Diagnostics.Tools": "(,4.3.32767]", - "System.Diagnostics.TraceSource": "(,4.3.32767]", - "System.Diagnostics.Tracing": "(,4.3.32767]", - "System.Drawing.Primitives": "(,4.3.32767]", - "System.Dynamic.Runtime": "(,4.3.32767]", - "System.Formats.Asn1": "(,8.0.32767]", - "System.Globalization": "(,4.3.32767]", - "System.Globalization.Calendars": "(,4.3.32767]", - "System.Globalization.Extensions": "(,4.3.32767]", - "System.IO": "(,4.3.32767]", - "System.IO.Compression": "(,4.3.32767]", - "System.IO.Compression.ZipFile": "(,4.3.32767]", - "System.IO.FileSystem": "(,4.3.32767]", - "System.IO.FileSystem.AccessControl": "(,5.0.32767]", - "System.IO.FileSystem.DriveInfo": "(,4.3.32767]", - "System.IO.FileSystem.Primitives": "(,4.3.32767]", - "System.IO.FileSystem.Watcher": "(,4.3.32767]", - "System.IO.IsolatedStorage": "(,4.3.32767]", - "System.IO.MemoryMappedFiles": "(,4.3.32767]", - "System.IO.Pipes": "(,4.3.32767]", - "System.IO.Pipes.AccessControl": "(,4.6.32767]", - "System.IO.UnmanagedMemoryStream": "(,4.3.32767]", - "System.Linq": "(,4.3.32767]", - "System.Linq.Expressions": "(,4.3.32767]", - "System.Linq.Parallel": "(,4.3.32767]", - "System.Linq.Queryable": "(,4.3.32767]", - "System.Memory": "(,4.6.32767]", - "System.Net.Http": "(,4.3.32767]", - "System.Net.Http.Json": "(,8.0.32767]", - "System.Net.NameResolution": "(,4.3.32767]", - "System.Net.NetworkInformation": "(,4.3.32767]", - "System.Net.Ping": "(,4.3.32767]", - "System.Net.Primitives": "(,4.3.32767]", - "System.Net.Requests": "(,4.3.32767]", - "System.Net.Security": "(,4.3.32767]", - "System.Net.Sockets": "(,4.3.32767]", - "System.Net.WebHeaderCollection": "(,4.3.32767]", - "System.Net.WebSockets": "(,4.3.32767]", - "System.Net.WebSockets.Client": "(,4.3.32767]", - "System.Numerics.Vectors": "(,4.6.32767]", - "System.ObjectModel": "(,4.3.32767]", - "System.Private.DataContractSerialization": "(,4.3.32767]", - "System.Private.Uri": "(,4.3.32767]", - "System.Reflection": "(,4.3.32767]", - "System.Reflection.DispatchProxy": "(,4.8.32767]", - "System.Reflection.Emit": "(,4.7.32767]", - "System.Reflection.Emit.ILGeneration": "(,4.7.32767]", - "System.Reflection.Emit.Lightweight": "(,4.7.32767]", - "System.Reflection.Extensions": "(,4.3.32767]", - "System.Reflection.Metadata": "(,8.0.32767]", - "System.Reflection.Primitives": "(,4.3.32767]", - "System.Reflection.TypeExtensions": "(,4.7.32767]", - "System.Resources.Reader": "(,4.3.32767]", - "System.Resources.ResourceManager": "(,4.3.32767]", - "System.Resources.Writer": "(,4.3.32767]", - "System.Runtime": "(,4.3.32767]", - "System.Runtime.CompilerServices.Unsafe": "(,6.1.32767]", - "System.Runtime.CompilerServices.VisualC": "(,4.3.32767]", - "System.Runtime.Extensions": "(,4.3.32767]", - "System.Runtime.Handles": "(,4.3.32767]", - "System.Runtime.InteropServices": "(,4.3.32767]", - "System.Runtime.InteropServices.RuntimeInformation": "(,4.3.32767]", - "System.Runtime.Loader": "(,4.3.32767]", - "System.Runtime.Numerics": "(,4.3.32767]", - "System.Runtime.Serialization.Formatters": "(,4.3.32767]", - "System.Runtime.Serialization.Json": "(,4.3.32767]", - "System.Runtime.Serialization.Primitives": "(,4.3.32767]", - "System.Runtime.Serialization.Xml": "(,4.3.32767]", - "System.Security.AccessControl": "(,6.0.32767]", - "System.Security.Claims": "(,4.3.32767]", - "System.Security.Cryptography.Algorithms": "(,4.3.32767]", - "System.Security.Cryptography.Cng": "(,4.6.32767]", - "System.Security.Cryptography.Csp": "(,4.3.32767]", - "System.Security.Cryptography.Encoding": "(,4.3.32767]", - "System.Security.Cryptography.OpenSsl": "(,5.0.32767]", - "System.Security.Cryptography.Primitives": "(,4.3.32767]", - "System.Security.Cryptography.X509Certificates": "(,4.3.32767]", - "System.Security.Principal": "(,4.3.32767]", - "System.Security.Principal.Windows": "(,5.0.32767]", - "System.Security.SecureString": "(,4.3.32767]", - "System.Text.Encoding": "(,4.3.32767]", - "System.Text.Encoding.CodePages": "(,8.0.32767]", - "System.Text.Encoding.Extensions": "(,4.3.32767]", - "System.Text.Encodings.Web": "(,8.0.32767]", - "System.Text.Json": "(,8.0.32767]", - "System.Text.RegularExpressions": "(,4.3.32767]", - "System.Threading": "(,4.3.32767]", - "System.Threading.Channels": "(,8.0.32767]", - "System.Threading.Overlapped": "(,4.3.32767]", - "System.Threading.Tasks": "(,4.3.32767]", - "System.Threading.Tasks.Dataflow": "(,8.0.32767]", - "System.Threading.Tasks.Extensions": "(,4.6.32767]", - "System.Threading.Tasks.Parallel": "(,4.3.32767]", - "System.Threading.Thread": "(,4.3.32767]", - "System.Threading.ThreadPool": "(,4.3.32767]", - "System.Threading.Timer": "(,4.3.32767]", - "System.ValueTuple": "(,4.6.32767]", - "System.Xml.ReaderWriter": "(,4.3.32767]", - "System.Xml.XDocument": "(,4.3.32767]", - "System.Xml.XmlDocument": "(,4.3.32767]", - "System.Xml.XmlSerializer": "(,4.3.32767]", - "System.Xml.XPath": "(,4.3.32767]", - "System.Xml.XPath.XDocument": "(,4.3.32767]" - } - }, - "net10.0": { - "targetAlias": "net10.0", - "dependencies": { - "Microsoft.SourceLink.GitHub": { - "suppressParent": "All", - "target": "Package", - "version": "[10.0.203, )", - "versionCentrallyManaged": true - }, - "Nerdbank.GitVersioning": { - "suppressParent": "All", - "target": "Package", - "version": "[3.9.50, )", - "versionCentrallyManaged": true - } - }, - "centralPackageVersions": { - "coverlet.collector": "10.0.0", - "Microsoft.Build.Locator": "1.11.2", - "Microsoft.CodeAnalysis.Analyzers": "3.11.0", - "Microsoft.CodeAnalysis.CSharp": "4.12.0", - "Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.12.0", - "Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing.XUnit": "1.1.2", - "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.7", - "Microsoft.NET.Test.Sdk": "18.5.1", - "Microsoft.SourceLink.GitHub": "10.0.203", - "Nerdbank.GitVersioning": "3.9.50", - "Spectre.Console.Cli": "0.55.0", - "xunit": "2.9.3", - "xunit.runner.visualstudio": "3.1.5" - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48", - "net481" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\10.0.107/PortableRuntimeIdentifierGraph.json", - "packagesToPrune": { - "Microsoft.CSharp": "(,4.7.32767]", - "Microsoft.VisualBasic": "(,10.4.32767]", - "Microsoft.Win32.Primitives": "(,4.3.32767]", - "Microsoft.Win32.Registry": "(,5.0.32767]", - "runtime.any.System.Collections": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.any.System.Globalization": "(,4.3.32767]", - "runtime.any.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.any.System.IO": "(,4.3.32767]", - "runtime.any.System.Reflection": "(,4.3.32767]", - "runtime.any.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.any.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.any.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.any.System.Runtime": "(,4.3.32767]", - "runtime.any.System.Runtime.Handles": "(,4.3.32767]", - "runtime.any.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.any.System.Text.Encoding": "(,4.3.32767]", - "runtime.any.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.any.System.Threading.Tasks": "(,4.3.32767]", - "runtime.any.System.Threading.Timer": "(,4.3.32767]", - "runtime.aot.System.Collections": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.aot.System.Globalization": "(,4.3.32767]", - "runtime.aot.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.aot.System.IO": "(,4.3.32767]", - "runtime.aot.System.Reflection": "(,4.3.32767]", - "runtime.aot.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.aot.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.aot.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.aot.System.Runtime": "(,4.3.32767]", - "runtime.aot.System.Runtime.Handles": "(,4.3.32767]", - "runtime.aot.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.aot.System.Threading.Tasks": "(,4.3.32767]", - "runtime.aot.System.Threading.Timer": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.unix.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.unix.System.Console": "(,4.3.32767]", - "runtime.unix.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.unix.System.IO.FileSystem": "(,4.3.32767]", - "runtime.unix.System.Net.Primitives": "(,4.3.32767]", - "runtime.unix.System.Net.Sockets": "(,4.3.32767]", - "runtime.unix.System.Private.Uri": "(,4.3.32767]", - "runtime.unix.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.win.System.Console": "(,4.3.32767]", - "runtime.win.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.win.System.IO.FileSystem": "(,4.3.32767]", - "runtime.win.System.Net.Primitives": "(,4.3.32767]", - "runtime.win.System.Net.Sockets": "(,4.3.32767]", - "runtime.win.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win10-arm-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-arm64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win10-x64-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-x86-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7-x86.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7.System.Private.Uri": "(,4.3.32767]", - "runtime.win8-arm.runtime.native.System.IO.Compression": "(,4.3.32767]", - "System.AppContext": "(,4.3.32767]", - "System.Buffers": "(,5.0.32767]", - "System.Collections": "(,4.3.32767]", - "System.Collections.Concurrent": "(,4.3.32767]", - "System.Collections.Immutable": "(,10.0.32767]", - "System.Collections.NonGeneric": "(,4.3.32767]", - "System.Collections.Specialized": "(,4.3.32767]", - "System.ComponentModel": "(,4.3.32767]", - "System.ComponentModel.Annotations": "(,4.3.32767]", - "System.ComponentModel.EventBasedAsync": "(,4.3.32767]", - "System.ComponentModel.Primitives": "(,4.3.32767]", - "System.ComponentModel.TypeConverter": "(,4.3.32767]", - "System.Console": "(,4.3.32767]", - "System.Data.Common": "(,4.3.32767]", - "System.Data.DataSetExtensions": "(,4.4.32767]", - "System.Diagnostics.Contracts": "(,4.3.32767]", - "System.Diagnostics.Debug": "(,4.3.32767]", - "System.Diagnostics.DiagnosticSource": "(,10.0.32767]", - "System.Diagnostics.FileVersionInfo": "(,4.3.32767]", - "System.Diagnostics.Process": "(,4.3.32767]", - "System.Diagnostics.StackTrace": "(,4.3.32767]", - "System.Diagnostics.TextWriterTraceListener": "(,4.3.32767]", - "System.Diagnostics.Tools": "(,4.3.32767]", - "System.Diagnostics.TraceSource": "(,4.3.32767]", - "System.Diagnostics.Tracing": "(,4.3.32767]", - "System.Drawing.Primitives": "(,4.3.32767]", - "System.Dynamic.Runtime": "(,4.3.32767]", - "System.Formats.Asn1": "(,10.0.32767]", - "System.Formats.Tar": "(,10.0.32767]", - "System.Globalization": "(,4.3.32767]", - "System.Globalization.Calendars": "(,4.3.32767]", - "System.Globalization.Extensions": "(,4.3.32767]", - "System.IO": "(,4.3.32767]", - "System.IO.Compression": "(,4.3.32767]", - "System.IO.Compression.ZipFile": "(,4.3.32767]", - "System.IO.FileSystem": "(,4.3.32767]", - "System.IO.FileSystem.AccessControl": "(,4.4.32767]", - "System.IO.FileSystem.DriveInfo": "(,4.3.32767]", - "System.IO.FileSystem.Primitives": "(,4.3.32767]", - "System.IO.FileSystem.Watcher": "(,4.3.32767]", - "System.IO.IsolatedStorage": "(,4.3.32767]", - "System.IO.MemoryMappedFiles": "(,4.3.32767]", - "System.IO.Pipelines": "(,10.0.32767]", - "System.IO.Pipes": "(,4.3.32767]", - "System.IO.Pipes.AccessControl": "(,5.0.32767]", - "System.IO.UnmanagedMemoryStream": "(,4.3.32767]", - "System.Linq": "(,4.3.32767]", - "System.Linq.AsyncEnumerable": "(,10.0.32767]", - "System.Linq.Expressions": "(,4.3.32767]", - "System.Linq.Parallel": "(,4.3.32767]", - "System.Linq.Queryable": "(,4.3.32767]", - "System.Memory": "(,5.0.32767]", - "System.Net.Http": "(,4.3.32767]", - "System.Net.Http.Json": "(,10.0.32767]", - "System.Net.NameResolution": "(,4.3.32767]", - "System.Net.NetworkInformation": "(,4.3.32767]", - "System.Net.Ping": "(,4.3.32767]", - "System.Net.Primitives": "(,4.3.32767]", - "System.Net.Requests": "(,4.3.32767]", - "System.Net.Security": "(,4.3.32767]", - "System.Net.ServerSentEvents": "(,10.0.32767]", - "System.Net.Sockets": "(,4.3.32767]", - "System.Net.WebHeaderCollection": "(,4.3.32767]", - "System.Net.WebSockets": "(,4.3.32767]", - "System.Net.WebSockets.Client": "(,4.3.32767]", - "System.Numerics.Vectors": "(,5.0.32767]", - "System.ObjectModel": "(,4.3.32767]", - "System.Private.DataContractSerialization": "(,4.3.32767]", - "System.Private.Uri": "(,4.3.32767]", - "System.Reflection": "(,4.3.32767]", - "System.Reflection.DispatchProxy": "(,6.0.32767]", - "System.Reflection.Emit": "(,4.7.32767]", - "System.Reflection.Emit.ILGeneration": "(,4.7.32767]", - "System.Reflection.Emit.Lightweight": "(,4.7.32767]", - "System.Reflection.Extensions": "(,4.3.32767]", - "System.Reflection.Metadata": "(,10.0.32767]", - "System.Reflection.Primitives": "(,4.3.32767]", - "System.Reflection.TypeExtensions": "(,4.3.32767]", - "System.Resources.Reader": "(,4.3.32767]", - "System.Resources.ResourceManager": "(,4.3.32767]", - "System.Resources.Writer": "(,4.3.32767]", - "System.Runtime": "(,4.3.32767]", - "System.Runtime.CompilerServices.Unsafe": "(,7.0.32767]", - "System.Runtime.CompilerServices.VisualC": "(,4.3.32767]", - "System.Runtime.Extensions": "(,4.3.32767]", - "System.Runtime.Handles": "(,4.3.32767]", - "System.Runtime.InteropServices": "(,4.3.32767]", - "System.Runtime.InteropServices.RuntimeInformation": "(,4.3.32767]", - "System.Runtime.Loader": "(,4.3.32767]", - "System.Runtime.Numerics": "(,4.3.32767]", - "System.Runtime.Serialization.Formatters": "(,4.3.32767]", - "System.Runtime.Serialization.Json": "(,4.3.32767]", - "System.Runtime.Serialization.Primitives": "(,4.3.32767]", - "System.Runtime.Serialization.Xml": "(,4.3.32767]", - "System.Security.AccessControl": "(,6.0.32767]", - "System.Security.Claims": "(,4.3.32767]", - "System.Security.Cryptography.Algorithms": "(,4.3.32767]", - "System.Security.Cryptography.Cng": "(,5.0.32767]", - "System.Security.Cryptography.Csp": "(,4.3.32767]", - "System.Security.Cryptography.Encoding": "(,4.3.32767]", - "System.Security.Cryptography.OpenSsl": "(,5.0.32767]", - "System.Security.Cryptography.Primitives": "(,4.3.32767]", - "System.Security.Cryptography.X509Certificates": "(,4.3.32767]", - "System.Security.Principal": "(,4.3.32767]", - "System.Security.Principal.Windows": "(,5.0.32767]", - "System.Security.SecureString": "(,4.3.32767]", - "System.Text.Encoding": "(,4.3.32767]", - "System.Text.Encoding.CodePages": "(,10.0.32767]", - "System.Text.Encoding.Extensions": "(,4.3.32767]", - "System.Text.Encodings.Web": "(,10.0.32767]", - "System.Text.Json": "(,10.0.32767]", - "System.Text.RegularExpressions": "(,4.3.32767]", - "System.Threading": "(,4.3.32767]", - "System.Threading.AccessControl": "(,10.0.32767]", - "System.Threading.Channels": "(,10.0.32767]", - "System.Threading.Overlapped": "(,4.3.32767]", - "System.Threading.Tasks": "(,4.3.32767]", - "System.Threading.Tasks.Dataflow": "(,10.0.32767]", - "System.Threading.Tasks.Extensions": "(,5.0.32767]", - "System.Threading.Tasks.Parallel": "(,4.3.32767]", - "System.Threading.Thread": "(,4.3.32767]", - "System.Threading.ThreadPool": "(,4.3.32767]", - "System.Threading.Timer": "(,4.3.32767]", - "System.ValueTuple": "(,4.5.32767]", - "System.Xml.ReaderWriter": "(,4.3.32767]", - "System.Xml.XDocument": "(,4.3.32767]", - "System.Xml.XmlDocument": "(,4.3.32767]", - "System.Xml.XmlSerializer": "(,4.3.32767]", - "System.Xml.XPath": "(,4.3.32767]", - "System.Xml.XPath.XDocument": "(,5.0.32767]" - } - }, - "netstandard2.0": { - "targetAlias": "netstandard2.0", - "dependencies": { - "Microsoft.SourceLink.GitHub": { - "suppressParent": "All", - "target": "Package", - "version": "[10.0.203, )", - "versionCentrallyManaged": true - }, - "NETStandard.Library": { - "suppressParent": "All", - "target": "Package", - "version": "[2.0.3, )", - "autoReferenced": true - }, - "Nerdbank.GitVersioning": { - "suppressParent": "All", - "target": "Package", - "version": "[3.9.50, )", - "versionCentrallyManaged": true - } - }, - "centralPackageVersions": { - "coverlet.collector": "10.0.0", - "Microsoft.Build.Locator": "1.11.2", - "Microsoft.CodeAnalysis.Analyzers": "3.11.0", - "Microsoft.CodeAnalysis.CSharp": "4.12.0", - "Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.12.0", - "Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing.XUnit": "1.1.2", - "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.7", - "Microsoft.NET.Test.Sdk": "18.5.1", - "Microsoft.SourceLink.GitHub": "10.0.203", - "Nerdbank.GitVersioning": "3.9.50", - "Spectre.Console.Cli": "0.55.0", - "xunit": "2.9.3", - "xunit.runner.visualstudio": "3.1.5" - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48", - "net481" - ], - "assetTargetFallback": true, - "warn": true, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\10.0.107\\RuntimeIdentifierGraph.json", - "packagesToPrune": { - "Microsoft.Win32.Primitives": "(,4.3.0]", - "System.AppContext": "(,4.3.0]", - "System.Collections": "(,4.3.0]", - "System.Collections.NonGeneric": "(,4.3.0]", - "System.Collections.Specialized": "(,4.3.0]", - "System.ComponentModel": "(,4.3.0]", - "System.ComponentModel.EventBasedAsync": "(,4.3.0]", - "System.ComponentModel.Primitives": "(,4.3.0]", - "System.ComponentModel.TypeConverter": "(,4.3.0]", - "System.Console": "(,4.3.1]", - "System.Data.Common": "(,4.3.0]", - "System.Diagnostics.Contracts": "(,4.3.0]", - "System.Diagnostics.Debug": "(,4.3.0]", - "System.Diagnostics.FileVersionInfo": "(,4.3.0]", - "System.Diagnostics.Process": "(,4.3.0]", - "System.Diagnostics.StackTrace": "(,4.3.0]", - "System.Diagnostics.TextWriterTraceListener": "(,4.3.0]", - "System.Diagnostics.Tools": "(,4.3.0]", - "System.Diagnostics.TraceSource": "(,4.3.0]", - "System.Diagnostics.Tracing": "(,4.3.0]", - "System.Drawing.Primitives": "(,4.3.0]", - "System.Dynamic.Runtime": "(,4.3.0]", - "System.Globalization": "(,4.3.0]", - "System.Globalization.Calendars": "(,4.3.0]", - "System.Globalization.Extensions": "(,4.3.0]", - "System.IO": "(,4.3.0]", - "System.IO.Compression": "(,4.3.0]", - "System.IO.Compression.ZipFile": "(,4.3.0]", - "System.IO.FileSystem": "(,4.3.0]", - "System.IO.FileSystem.DriveInfo": "(,4.3.1]", - "System.IO.FileSystem.Primitives": "(,4.3.0]", - "System.IO.FileSystem.Watcher": "(,4.3.0]", - "System.IO.IsolatedStorage": "(,4.3.0]", - "System.IO.MemoryMappedFiles": "(,4.3.0]", - "System.IO.Pipes": "(,4.3.0]", - "System.IO.UnmanagedMemoryStream": "(,4.3.0]", - "System.Linq": "(,4.3.0]", - "System.Linq.Expressions": "(,4.3.0]", - "System.Linq.Parallel": "(,4.3.0]", - "System.Linq.Queryable": "(,4.3.0]", - "System.Net.Http": "(,4.3.4]", - "System.Net.NameResolution": "(,4.3.0]", - "System.Net.NetworkInformation": "(,4.3.0]", - "System.Net.Ping": "(,4.3.0]", - "System.Net.Primitives": "(,4.3.1]", - "System.Net.Requests": "(,4.3.0]", - "System.Net.Security": "(,4.3.2]", - "System.Net.Sockets": "(,4.3.0]", - "System.Net.WebHeaderCollection": "(,4.3.0]", - "System.Net.WebSockets": "(,4.3.0]", - "System.Net.WebSockets.Client": "(,4.3.2]", - "System.Reflection": "(,4.3.0]", - "System.Reflection.Extensions": "(,4.3.0]", - "System.Reflection.Primitives": "(,4.3.0]", - "System.Resources.Reader": "(,4.3.0]", - "System.Resources.ResourceManager": "(,4.3.0]", - "System.Resources.Writer": "(,4.3.0]", - "System.Runtime": "(,4.3.1]", - "System.Runtime.CompilerServices.VisualC": "(,4.3.0]", - "System.Runtime.Extensions": "(,4.3.1]", - "System.Runtime.Handles": "(,4.3.0]", - "System.Runtime.InteropServices": "(,4.3.0]", - "System.Runtime.InteropServices.RuntimeInformation": "(,4.3.0]", - "System.Runtime.Numerics": "(,4.3.0]", - "System.Runtime.Serialization.Formatters": "(,4.3.0]", - "System.Runtime.Serialization.Primitives": "(,4.3.0]", - "System.Runtime.Serialization.Xml": "(,4.3.0]", - "System.Security.Claims": "(,4.3.0]", - "System.Security.Cryptography.Algorithms": "(,4.3.1]", - "System.Security.Cryptography.Csp": "(,4.3.0]", - "System.Security.Cryptography.Encoding": "(,4.3.0]", - "System.Security.Cryptography.Primitives": "(,4.3.0]", - "System.Security.Cryptography.X509Certificates": "(,4.3.2]", - "System.Security.Principal": "(,4.3.0]", - "System.Security.SecureString": "(,4.3.0]", - "System.Text.Encoding": "(,4.3.0]", - "System.Text.Encoding.Extensions": "(,4.3.0]", - "System.Text.RegularExpressions": "(,4.3.0]", - "System.Threading": "(,4.3.0]", - "System.Threading.Overlapped": "(,4.3.0]", - "System.Threading.Tasks": "(,4.3.0]", - "System.Threading.Tasks.Parallel": "(,4.3.0]", - "System.Threading.Thread": "(,4.3.0]", - "System.Threading.ThreadPool": "(,4.3.0]", - "System.Threading.Timer": "(,4.3.0]", - "System.ValueTuple": "(,4.6.1]", - "System.Xml.ReaderWriter": "(,4.3.1]", - "System.Xml.XDocument": "(,4.3.0]", - "System.Xml.XmlDocument": "(,4.3.0]", - "System.Xml.XmlSerializer": "(,4.3.0]", - "System.Xml.XPath": "(,4.3.0]", - "System.Xml.XPath.XDocument": "(,4.3.0]" - } - } - } - } - } -} \ No newline at end of file diff --git a/src/Inshiminator.Abstractions/obj/Inshiminator.Abstractions.csproj.nuget.g.props b/src/Inshiminator.Abstractions/obj/Inshiminator.Abstractions.csproj.nuget.g.props deleted file mode 100644 index 4883fc4..0000000 --- a/src/Inshiminator.Abstractions/obj/Inshiminator.Abstractions.csproj.nuget.g.props +++ /dev/null @@ -1,55 +0,0 @@ - - - - True - NuGet - $(MSBuildThisFileDirectory)project.assets.json - $(UserProfile)\.nuget\packages\ - C:\Users\jd\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages - PackageReference - 7.0.0 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - C:\Users\jd\.nuget\packages\microsoft.sourcelink.common\10.0.203 - C:\Users\jd\.nuget\packages\microsoft.build.tasks.git\10.0.203 - C:\Users\jd\.nuget\packages\microsoft.sourcelink.github\10.0.203 - - - C:\Users\jd\.nuget\packages\microsoft.sourcelink.common\10.0.203 - C:\Users\jd\.nuget\packages\microsoft.build.tasks.git\10.0.203 - C:\Users\jd\.nuget\packages\microsoft.sourcelink.github\10.0.203 - - - C:\Users\jd\.nuget\packages\microsoft.sourcelink.common\10.0.203 - C:\Users\jd\.nuget\packages\microsoft.build.tasks.git\10.0.203 - C:\Users\jd\.nuget\packages\microsoft.sourcelink.github\10.0.203 - - \ No newline at end of file diff --git a/src/Inshiminator.Abstractions/obj/Inshiminator.Abstractions.csproj.nuget.g.targets b/src/Inshiminator.Abstractions/obj/Inshiminator.Abstractions.csproj.nuget.g.targets deleted file mode 100644 index c41060b..0000000 --- a/src/Inshiminator.Abstractions/obj/Inshiminator.Abstractions.csproj.nuget.g.targets +++ /dev/null @@ -1,28 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/Inshiminator.Abstractions/obj/project.assets.json b/src/Inshiminator.Abstractions/obj/project.assets.json deleted file mode 100644 index 542eee5..0000000 --- a/src/Inshiminator.Abstractions/obj/project.assets.json +++ /dev/null @@ -1,1671 +0,0 @@ -{ - "version": 3, - "targets": { - ".NETStandard,Version=v2.0": { - "Microsoft.Build.Tasks.Git/10.0.203": { - "type": "package", - "dependencies": { - "System.IO.Hashing": "10.0.7" - }, - "build": { - "buildTransitive/Microsoft.Build.Tasks.Git.props": {}, - "buildTransitive/Microsoft.Build.Tasks.Git.targets": {} - }, - "buildMultiTargeting": { - "buildMultiTargeting/Microsoft.Build.Tasks.Git.props": {}, - "buildMultiTargeting/Microsoft.Build.Tasks.Git.targets": {} - } - }, - "Microsoft.NETCore.Platforms/1.1.0": { - "type": "package", - "compile": { - "lib/netstandard1.0/_._": {} - }, - "runtime": { - "lib/netstandard1.0/_._": {} - } - }, - "Microsoft.SourceLink.Common/10.0.203": { - "type": "package", - "build": { - "buildTransitive/Microsoft.SourceLink.Common.props": {}, - "buildTransitive/Microsoft.SourceLink.Common.targets": {} - }, - "buildMultiTargeting": { - "buildMultiTargeting/Microsoft.SourceLink.Common.props": {}, - "buildMultiTargeting/Microsoft.SourceLink.Common.targets": {} - } - }, - "Microsoft.SourceLink.GitHub/10.0.203": { - "type": "package", - "dependencies": { - "Microsoft.Build.Tasks.Git": "10.0.203", - "Microsoft.SourceLink.Common": "10.0.203", - "System.IO.Hashing": "10.0.7" - }, - "build": { - "build/Microsoft.SourceLink.GitHub.props": {}, - "build/Microsoft.SourceLink.GitHub.targets": {} - }, - "buildMultiTargeting": { - "buildMultiTargeting/Microsoft.SourceLink.GitHub.props": {}, - "buildMultiTargeting/Microsoft.SourceLink.GitHub.targets": {} - } - }, - "Nerdbank.GitVersioning/3.9.50": { - "type": "package", - "build": { - "build/Nerdbank.GitVersioning.props": {}, - "build/Nerdbank.GitVersioning.targets": {} - }, - "buildMultiTargeting": { - "buildCrossTargeting/Nerdbank.GitVersioning.props": {}, - "buildCrossTargeting/Nerdbank.GitVersioning.targets": {} - } - }, - "NETStandard.Library/2.0.3": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0" - }, - "compile": { - "lib/netstandard1.0/_._": {} - }, - "runtime": { - "lib/netstandard1.0/_._": {} - }, - "build": { - "build/netstandard2.0/NETStandard.Library.targets": {} - } - }, - "System.Buffers/4.6.1": { - "type": "package", - "compile": { - "lib/netstandard2.0/System.Buffers.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard2.0/System.Buffers.dll": { - "related": ".xml" - } - } - }, - "System.IO.Hashing/10.0.7": { - "type": "package", - "dependencies": { - "System.Buffers": "4.6.1", - "System.Memory": "4.6.3" - }, - "compile": { - "lib/netstandard2.0/System.IO.Hashing.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard2.0/System.IO.Hashing.dll": { - "related": ".xml" - } - } - }, - "System.Memory/4.6.3": { - "type": "package", - "dependencies": { - "System.Buffers": "4.6.1", - "System.Numerics.Vectors": "4.6.1", - "System.Runtime.CompilerServices.Unsafe": "6.1.2" - }, - "compile": { - "lib/netstandard2.0/System.Memory.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard2.0/System.Memory.dll": { - "related": ".xml" - } - } - }, - "System.Numerics.Vectors/4.6.1": { - "type": "package", - "compile": { - "lib/netstandard2.0/System.Numerics.Vectors.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard2.0/System.Numerics.Vectors.dll": { - "related": ".xml" - } - } - }, - "System.Runtime.CompilerServices.Unsafe/6.1.2": { - "type": "package", - "compile": { - "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll": { - "related": ".xml" - } - } - } - }, - "net10.0": { - "Microsoft.Build.Tasks.Git/10.0.203": { - "type": "package", - "dependencies": { - "System.IO.Hashing": "10.0.7" - }, - "build": { - "buildTransitive/Microsoft.Build.Tasks.Git.props": {}, - "buildTransitive/Microsoft.Build.Tasks.Git.targets": {} - }, - "buildMultiTargeting": { - "buildMultiTargeting/Microsoft.Build.Tasks.Git.props": {}, - "buildMultiTargeting/Microsoft.Build.Tasks.Git.targets": {} - } - }, - "Microsoft.SourceLink.Common/10.0.203": { - "type": "package", - "build": { - "buildTransitive/Microsoft.SourceLink.Common.props": {}, - "buildTransitive/Microsoft.SourceLink.Common.targets": {} - }, - "buildMultiTargeting": { - "buildMultiTargeting/Microsoft.SourceLink.Common.props": {}, - "buildMultiTargeting/Microsoft.SourceLink.Common.targets": {} - } - }, - "Microsoft.SourceLink.GitHub/10.0.203": { - "type": "package", - "dependencies": { - "Microsoft.Build.Tasks.Git": "10.0.203", - "Microsoft.SourceLink.Common": "10.0.203", - "System.IO.Hashing": "10.0.7" - }, - "build": { - "build/Microsoft.SourceLink.GitHub.props": {}, - "build/Microsoft.SourceLink.GitHub.targets": {} - }, - "buildMultiTargeting": { - "buildMultiTargeting/Microsoft.SourceLink.GitHub.props": {}, - "buildMultiTargeting/Microsoft.SourceLink.GitHub.targets": {} - } - }, - "Nerdbank.GitVersioning/3.9.50": { - "type": "package", - "build": { - "build/Nerdbank.GitVersioning.props": {}, - "build/Nerdbank.GitVersioning.targets": {} - }, - "buildMultiTargeting": { - "buildCrossTargeting/Nerdbank.GitVersioning.props": {}, - "buildCrossTargeting/Nerdbank.GitVersioning.targets": {} - } - }, - "System.IO.Hashing/10.0.7": { - "type": "package", - "compile": { - "lib/net10.0/System.IO.Hashing.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net10.0/System.IO.Hashing.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net8.0/_._": {} - } - } - }, - "net8.0": { - "Microsoft.Build.Tasks.Git/10.0.203": { - "type": "package", - "dependencies": { - "System.IO.Hashing": "10.0.7" - }, - "build": { - "buildTransitive/Microsoft.Build.Tasks.Git.props": {}, - "buildTransitive/Microsoft.Build.Tasks.Git.targets": {} - }, - "buildMultiTargeting": { - "buildMultiTargeting/Microsoft.Build.Tasks.Git.props": {}, - "buildMultiTargeting/Microsoft.Build.Tasks.Git.targets": {} - } - }, - "Microsoft.SourceLink.Common/10.0.203": { - "type": "package", - "build": { - "buildTransitive/Microsoft.SourceLink.Common.props": {}, - "buildTransitive/Microsoft.SourceLink.Common.targets": {} - }, - "buildMultiTargeting": { - "buildMultiTargeting/Microsoft.SourceLink.Common.props": {}, - "buildMultiTargeting/Microsoft.SourceLink.Common.targets": {} - } - }, - "Microsoft.SourceLink.GitHub/10.0.203": { - "type": "package", - "dependencies": { - "Microsoft.Build.Tasks.Git": "10.0.203", - "Microsoft.SourceLink.Common": "10.0.203", - "System.IO.Hashing": "10.0.7" - }, - "build": { - "build/Microsoft.SourceLink.GitHub.props": {}, - "build/Microsoft.SourceLink.GitHub.targets": {} - }, - "buildMultiTargeting": { - "buildMultiTargeting/Microsoft.SourceLink.GitHub.props": {}, - "buildMultiTargeting/Microsoft.SourceLink.GitHub.targets": {} - } - }, - "Nerdbank.GitVersioning/3.9.50": { - "type": "package", - "build": { - "build/Nerdbank.GitVersioning.props": {}, - "build/Nerdbank.GitVersioning.targets": {} - }, - "buildMultiTargeting": { - "buildCrossTargeting/Nerdbank.GitVersioning.props": {}, - "buildCrossTargeting/Nerdbank.GitVersioning.targets": {} - } - }, - "System.IO.Hashing/10.0.7": { - "type": "package", - "compile": { - "lib/net8.0/System.IO.Hashing.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net8.0/System.IO.Hashing.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net8.0/_._": {} - } - } - } - }, - "libraries": { - "Microsoft.Build.Tasks.Git/10.0.203": { - "sha512": "m56WtzvIcL6t7JR3c7ogYitHizNM2QnRSo8yqxrQi+m5E/GGyDEmqymP+2p6YsFXn0j/Tzz67s4FQnrTLC7GKQ==", - "type": "package", - "path": "microsoft.build.tasks.git/10.0.203", - "hasTools": true, - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.txt", - "build/Microsoft.Build.Tasks.Git.props", - "build/Microsoft.Build.Tasks.Git.targets", - "buildMultiTargeting/Microsoft.Build.Tasks.Git.props", - "buildMultiTargeting/Microsoft.Build.Tasks.Git.targets", - "buildTransitive/Microsoft.Build.Tasks.Git.props", - "buildTransitive/Microsoft.Build.Tasks.Git.targets", - "microsoft.build.tasks.git.10.0.203.nupkg.sha512", - "microsoft.build.tasks.git.nuspec", - "tools/net/Microsoft.Build.Tasks.Git.deps.json", - "tools/net/Microsoft.Build.Tasks.Git.dll", - "tools/net/Microsoft.Build.Tasks.Git.pdb", - "tools/net/System.IO.Hashing.dll", - "tools/net/cs/Microsoft.Build.Tasks.Git.resources.dll", - "tools/net/de/Microsoft.Build.Tasks.Git.resources.dll", - "tools/net/es/Microsoft.Build.Tasks.Git.resources.dll", - "tools/net/fr/Microsoft.Build.Tasks.Git.resources.dll", - "tools/net/it/Microsoft.Build.Tasks.Git.resources.dll", - "tools/net/ja/Microsoft.Build.Tasks.Git.resources.dll", - "tools/net/ko/Microsoft.Build.Tasks.Git.resources.dll", - "tools/net/pl/Microsoft.Build.Tasks.Git.resources.dll", - "tools/net/pt-BR/Microsoft.Build.Tasks.Git.resources.dll", - "tools/net/ru/Microsoft.Build.Tasks.Git.resources.dll", - "tools/net/tr/Microsoft.Build.Tasks.Git.resources.dll", - "tools/net/zh-Hans/Microsoft.Build.Tasks.Git.resources.dll", - "tools/net/zh-Hant/Microsoft.Build.Tasks.Git.resources.dll", - "tools/netframework/Microsoft.Build.Tasks.Git.dll", - "tools/netframework/Microsoft.Build.Tasks.Git.dll.config", - "tools/netframework/Microsoft.Build.Tasks.Git.pdb", - "tools/netframework/System.Buffers.dll", - "tools/netframework/System.IO.Hashing.dll", - "tools/netframework/System.Memory.dll", - "tools/netframework/System.Numerics.Vectors.dll", - "tools/netframework/System.Runtime.CompilerServices.Unsafe.dll", - "tools/netframework/cs/Microsoft.Build.Tasks.Git.resources.dll", - "tools/netframework/de/Microsoft.Build.Tasks.Git.resources.dll", - "tools/netframework/es/Microsoft.Build.Tasks.Git.resources.dll", - "tools/netframework/fr/Microsoft.Build.Tasks.Git.resources.dll", - "tools/netframework/it/Microsoft.Build.Tasks.Git.resources.dll", - "tools/netframework/ja/Microsoft.Build.Tasks.Git.resources.dll", - "tools/netframework/ko/Microsoft.Build.Tasks.Git.resources.dll", - "tools/netframework/pl/Microsoft.Build.Tasks.Git.resources.dll", - "tools/netframework/pt-BR/Microsoft.Build.Tasks.Git.resources.dll", - "tools/netframework/ru/Microsoft.Build.Tasks.Git.resources.dll", - "tools/netframework/tr/Microsoft.Build.Tasks.Git.resources.dll", - "tools/netframework/zh-Hans/Microsoft.Build.Tasks.Git.resources.dll", - "tools/netframework/zh-Hant/Microsoft.Build.Tasks.Git.resources.dll" - ] - }, - "Microsoft.NETCore.Platforms/1.1.0": { - "sha512": "kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A==", - "type": "package", - "path": "microsoft.netcore.platforms/1.1.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/netstandard1.0/_._", - "microsoft.netcore.platforms.1.1.0.nupkg.sha512", - "microsoft.netcore.platforms.nuspec", - "runtime.json" - ] - }, - "Microsoft.SourceLink.Common/10.0.203": { - "sha512": "QYAnhBCOkT3ZUT/fHag11+bamwlbZ3U9Vi/WfKrD9emdUf1t3aqjWv0V2KtEGHSRSC81aBc8Oy/mvyGpEYd9Pg==", - "type": "package", - "path": "microsoft.sourcelink.common/10.0.203", - "hasTools": true, - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.txt", - "build/InitializeSourceControlInformation.targets", - "build/Microsoft.SourceLink.Common.props", - "build/Microsoft.SourceLink.Common.targets", - "buildMultiTargeting/Microsoft.SourceLink.Common.props", - "buildMultiTargeting/Microsoft.SourceLink.Common.targets", - "buildTransitive/Microsoft.SourceLink.Common.props", - "buildTransitive/Microsoft.SourceLink.Common.targets", - "microsoft.sourcelink.common.10.0.203.nupkg.sha512", - "microsoft.sourcelink.common.nuspec", - "tools/net/Microsoft.SourceLink.Common.deps.json", - "tools/net/Microsoft.SourceLink.Common.dll", - "tools/net/Microsoft.SourceLink.Common.pdb", - "tools/net/cs/Microsoft.SourceLink.Common.resources.dll", - "tools/net/de/Microsoft.SourceLink.Common.resources.dll", - "tools/net/es/Microsoft.SourceLink.Common.resources.dll", - "tools/net/fr/Microsoft.SourceLink.Common.resources.dll", - "tools/net/it/Microsoft.SourceLink.Common.resources.dll", - "tools/net/ja/Microsoft.SourceLink.Common.resources.dll", - "tools/net/ko/Microsoft.SourceLink.Common.resources.dll", - "tools/net/pl/Microsoft.SourceLink.Common.resources.dll", - "tools/net/pt-BR/Microsoft.SourceLink.Common.resources.dll", - "tools/net/ru/Microsoft.SourceLink.Common.resources.dll", - "tools/net/tr/Microsoft.SourceLink.Common.resources.dll", - "tools/net/zh-Hans/Microsoft.SourceLink.Common.resources.dll", - "tools/net/zh-Hant/Microsoft.SourceLink.Common.resources.dll", - "tools/netframework/Microsoft.SourceLink.Common.dll", - "tools/netframework/Microsoft.SourceLink.Common.dll.config", - "tools/netframework/Microsoft.SourceLink.Common.pdb", - "tools/netframework/cs/Microsoft.SourceLink.Common.resources.dll", - "tools/netframework/de/Microsoft.SourceLink.Common.resources.dll", - "tools/netframework/es/Microsoft.SourceLink.Common.resources.dll", - "tools/netframework/fr/Microsoft.SourceLink.Common.resources.dll", - "tools/netframework/it/Microsoft.SourceLink.Common.resources.dll", - "tools/netframework/ja/Microsoft.SourceLink.Common.resources.dll", - "tools/netframework/ko/Microsoft.SourceLink.Common.resources.dll", - "tools/netframework/pl/Microsoft.SourceLink.Common.resources.dll", - "tools/netframework/pt-BR/Microsoft.SourceLink.Common.resources.dll", - "tools/netframework/ru/Microsoft.SourceLink.Common.resources.dll", - "tools/netframework/tr/Microsoft.SourceLink.Common.resources.dll", - "tools/netframework/zh-Hans/Microsoft.SourceLink.Common.resources.dll", - "tools/netframework/zh-Hant/Microsoft.SourceLink.Common.resources.dll" - ] - }, - "Microsoft.SourceLink.GitHub/10.0.203": { - "sha512": "R4Tvr1oACImMS+Y5M7NM07ll9QyJSKnki3Dvz8QwG1W6FEmd+9fmZXAF6BE6UPswHF6n0v41wgMQGlaudOspqA==", - "type": "package", - "path": "microsoft.sourcelink.github/10.0.203", - "hasTools": true, - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.txt", - "build/Microsoft.SourceLink.GitHub.props", - "build/Microsoft.SourceLink.GitHub.targets", - "buildMultiTargeting/Microsoft.SourceLink.GitHub.props", - "buildMultiTargeting/Microsoft.SourceLink.GitHub.targets", - "microsoft.sourcelink.github.10.0.203.nupkg.sha512", - "microsoft.sourcelink.github.nuspec", - "tools/net/Microsoft.SourceLink.GitHub.deps.json", - "tools/net/Microsoft.SourceLink.GitHub.dll", - "tools/net/Microsoft.SourceLink.GitHub.pdb", - "tools/net/System.IO.Hashing.dll", - "tools/net/cs/Microsoft.SourceLink.GitHub.resources.dll", - "tools/net/de/Microsoft.SourceLink.GitHub.resources.dll", - "tools/net/es/Microsoft.SourceLink.GitHub.resources.dll", - "tools/net/fr/Microsoft.SourceLink.GitHub.resources.dll", - "tools/net/it/Microsoft.SourceLink.GitHub.resources.dll", - "tools/net/ja/Microsoft.SourceLink.GitHub.resources.dll", - "tools/net/ko/Microsoft.SourceLink.GitHub.resources.dll", - "tools/net/pl/Microsoft.SourceLink.GitHub.resources.dll", - "tools/net/pt-BR/Microsoft.SourceLink.GitHub.resources.dll", - "tools/net/ru/Microsoft.SourceLink.GitHub.resources.dll", - "tools/net/tr/Microsoft.SourceLink.GitHub.resources.dll", - "tools/net/zh-Hans/Microsoft.SourceLink.GitHub.resources.dll", - "tools/net/zh-Hant/Microsoft.SourceLink.GitHub.resources.dll", - "tools/netframework/Microsoft.SourceLink.GitHub.dll", - "tools/netframework/Microsoft.SourceLink.GitHub.dll.config", - "tools/netframework/Microsoft.SourceLink.GitHub.pdb", - "tools/netframework/System.Buffers.dll", - "tools/netframework/System.IO.Hashing.dll", - "tools/netframework/System.Memory.dll", - "tools/netframework/System.Numerics.Vectors.dll", - "tools/netframework/System.Runtime.CompilerServices.Unsafe.dll", - "tools/netframework/cs/Microsoft.SourceLink.GitHub.resources.dll", - "tools/netframework/de/Microsoft.SourceLink.GitHub.resources.dll", - "tools/netframework/es/Microsoft.SourceLink.GitHub.resources.dll", - "tools/netframework/fr/Microsoft.SourceLink.GitHub.resources.dll", - "tools/netframework/it/Microsoft.SourceLink.GitHub.resources.dll", - "tools/netframework/ja/Microsoft.SourceLink.GitHub.resources.dll", - "tools/netframework/ko/Microsoft.SourceLink.GitHub.resources.dll", - "tools/netframework/pl/Microsoft.SourceLink.GitHub.resources.dll", - "tools/netframework/pt-BR/Microsoft.SourceLink.GitHub.resources.dll", - "tools/netframework/ru/Microsoft.SourceLink.GitHub.resources.dll", - "tools/netframework/tr/Microsoft.SourceLink.GitHub.resources.dll", - "tools/netframework/zh-Hans/Microsoft.SourceLink.GitHub.resources.dll", - "tools/netframework/zh-Hant/Microsoft.SourceLink.GitHub.resources.dll" - ] - }, - "Nerdbank.GitVersioning/3.9.50": { - "sha512": "HtOgGF6jZ+WYbXnCUCYPT8Y2d6mIJo9ozjK/FINTRsXdm4Zgv9GehUMa7EFoGQkqrMcDJNOIDwCmENnvXg4UbA==", - "type": "package", - "path": "nerdbank.gitversioning/3.9.50", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "README.md", - "build/InProjectVersionComputation.targets", - "build/MSBuildCore/LibGit2Sharp.dll", - "build/MSBuildCore/LibGit2Sharp.dll.config", - "build/MSBuildCore/Microsoft.DotNet.PlatformAbstractions.dll", - "build/MSBuildCore/Nerdbank.GitVersioning.Tasks.dll", - "build/MSBuildCore/Nerdbank.GitVersioning.dll", - "build/MSBuildCore/Newtonsoft.Json.dll", - "build/MSBuildCore/Validation.dll", - "build/MSBuildFull/LibGit2Sharp.dll", - "build/MSBuildFull/LibGit2Sharp.dll.config", - "build/MSBuildFull/Microsoft.DotNet.PlatformAbstractions.dll", - "build/MSBuildFull/Nerdbank.GitVersioning.Tasks.dll", - "build/MSBuildFull/Nerdbank.GitVersioning.dll", - "build/MSBuildFull/Newtonsoft.Json.dll", - "build/MSBuildFull/System.Buffers.dll", - "build/MSBuildFull/System.Memory.dll", - "build/MSBuildFull/System.Numerics.Vectors.dll", - "build/MSBuildFull/System.Runtime.CompilerServices.Unsafe.dll", - "build/MSBuildFull/System.Text.Json.dll", - "build/MSBuildFull/Validation.dll", - "build/MSBuildFull/lib/linux-x64/libgit2-3f4182d.so", - "build/MSBuildFull/lib/osx-arm64/libgit2-3f4182d.dylib", - "build/MSBuildFull/lib/osx-x64/libgit2-3f4182d.dylib", - "build/MSBuildTargetCaching.targets", - "build/Nerdbank.GitVersioning.Common.targets", - "build/Nerdbank.GitVersioning.Inner.targets", - "build/Nerdbank.GitVersioning.props", - "build/Nerdbank.GitVersioning.targets", - "build/PrivateP2PCaching.proj", - "build/runtimes/linux-arm/native/libgit2-3f4182d.so", - "build/runtimes/linux-arm64/native/libgit2-3f4182d.so", - "build/runtimes/linux-musl-arm/native/libgit2-3f4182d.so", - "build/runtimes/linux-musl-arm64/native/libgit2-3f4182d.so", - "build/runtimes/linux-musl-x64/native/libgit2-3f4182d.so", - "build/runtimes/linux-ppc64le/native/libgit2-3f4182d.so", - "build/runtimes/linux-x64/native/libgit2-3f4182d.so", - "build/runtimes/osx-arm64/native/libgit2-3f4182d.dylib", - "build/runtimes/osx-x64/native/libgit2-3f4182d.dylib", - "build/runtimes/win-arm64/native/git2-3f4182d.dll", - "build/runtimes/win-x64/native/git2-3f4182d.dll", - "build/runtimes/win-x86/native/git2-3f4182d.dll", - "buildCrossTargeting/Nerdbank.GitVersioning.props", - "buildCrossTargeting/Nerdbank.GitVersioning.targets", - "nerdbank.gitversioning.3.9.50.nupkg.sha512", - "nerdbank.gitversioning.nuspec" - ] - }, - "NETStandard.Library/2.0.3": { - "sha512": "st47PosZSHrjECdjeIzZQbzivYBJFv6P2nv4cj2ypdI204DO+vZ7l5raGMiX4eXMJ53RfOIg+/s4DHVZ54Nu2A==", - "type": "package", - "path": "netstandard.library/2.0.3", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "build/netstandard2.0/NETStandard.Library.targets", - "build/netstandard2.0/ref/Microsoft.Win32.Primitives.dll", - "build/netstandard2.0/ref/System.AppContext.dll", - "build/netstandard2.0/ref/System.Collections.Concurrent.dll", - "build/netstandard2.0/ref/System.Collections.NonGeneric.dll", - "build/netstandard2.0/ref/System.Collections.Specialized.dll", - "build/netstandard2.0/ref/System.Collections.dll", - "build/netstandard2.0/ref/System.ComponentModel.Composition.dll", - "build/netstandard2.0/ref/System.ComponentModel.EventBasedAsync.dll", - "build/netstandard2.0/ref/System.ComponentModel.Primitives.dll", - "build/netstandard2.0/ref/System.ComponentModel.TypeConverter.dll", - "build/netstandard2.0/ref/System.ComponentModel.dll", - "build/netstandard2.0/ref/System.Console.dll", - "build/netstandard2.0/ref/System.Core.dll", - "build/netstandard2.0/ref/System.Data.Common.dll", - "build/netstandard2.0/ref/System.Data.dll", - "build/netstandard2.0/ref/System.Diagnostics.Contracts.dll", - "build/netstandard2.0/ref/System.Diagnostics.Debug.dll", - "build/netstandard2.0/ref/System.Diagnostics.FileVersionInfo.dll", - "build/netstandard2.0/ref/System.Diagnostics.Process.dll", - "build/netstandard2.0/ref/System.Diagnostics.StackTrace.dll", - "build/netstandard2.0/ref/System.Diagnostics.TextWriterTraceListener.dll", - "build/netstandard2.0/ref/System.Diagnostics.Tools.dll", - "build/netstandard2.0/ref/System.Diagnostics.TraceSource.dll", - "build/netstandard2.0/ref/System.Diagnostics.Tracing.dll", - "build/netstandard2.0/ref/System.Drawing.Primitives.dll", - "build/netstandard2.0/ref/System.Drawing.dll", - "build/netstandard2.0/ref/System.Dynamic.Runtime.dll", - "build/netstandard2.0/ref/System.Globalization.Calendars.dll", - "build/netstandard2.0/ref/System.Globalization.Extensions.dll", - "build/netstandard2.0/ref/System.Globalization.dll", - "build/netstandard2.0/ref/System.IO.Compression.FileSystem.dll", - "build/netstandard2.0/ref/System.IO.Compression.ZipFile.dll", - "build/netstandard2.0/ref/System.IO.Compression.dll", - "build/netstandard2.0/ref/System.IO.FileSystem.DriveInfo.dll", - "build/netstandard2.0/ref/System.IO.FileSystem.Primitives.dll", - "build/netstandard2.0/ref/System.IO.FileSystem.Watcher.dll", - "build/netstandard2.0/ref/System.IO.FileSystem.dll", - "build/netstandard2.0/ref/System.IO.IsolatedStorage.dll", - "build/netstandard2.0/ref/System.IO.MemoryMappedFiles.dll", - "build/netstandard2.0/ref/System.IO.Pipes.dll", - "build/netstandard2.0/ref/System.IO.UnmanagedMemoryStream.dll", - "build/netstandard2.0/ref/System.IO.dll", - "build/netstandard2.0/ref/System.Linq.Expressions.dll", - "build/netstandard2.0/ref/System.Linq.Parallel.dll", - "build/netstandard2.0/ref/System.Linq.Queryable.dll", - "build/netstandard2.0/ref/System.Linq.dll", - "build/netstandard2.0/ref/System.Net.Http.dll", - "build/netstandard2.0/ref/System.Net.NameResolution.dll", - "build/netstandard2.0/ref/System.Net.NetworkInformation.dll", - "build/netstandard2.0/ref/System.Net.Ping.dll", - "build/netstandard2.0/ref/System.Net.Primitives.dll", - "build/netstandard2.0/ref/System.Net.Requests.dll", - "build/netstandard2.0/ref/System.Net.Security.dll", - "build/netstandard2.0/ref/System.Net.Sockets.dll", - "build/netstandard2.0/ref/System.Net.WebHeaderCollection.dll", - "build/netstandard2.0/ref/System.Net.WebSockets.Client.dll", - "build/netstandard2.0/ref/System.Net.WebSockets.dll", - "build/netstandard2.0/ref/System.Net.dll", - "build/netstandard2.0/ref/System.Numerics.dll", - "build/netstandard2.0/ref/System.ObjectModel.dll", - "build/netstandard2.0/ref/System.Reflection.Extensions.dll", - "build/netstandard2.0/ref/System.Reflection.Primitives.dll", - "build/netstandard2.0/ref/System.Reflection.dll", - "build/netstandard2.0/ref/System.Resources.Reader.dll", - "build/netstandard2.0/ref/System.Resources.ResourceManager.dll", - "build/netstandard2.0/ref/System.Resources.Writer.dll", - "build/netstandard2.0/ref/System.Runtime.CompilerServices.VisualC.dll", - "build/netstandard2.0/ref/System.Runtime.Extensions.dll", - "build/netstandard2.0/ref/System.Runtime.Handles.dll", - "build/netstandard2.0/ref/System.Runtime.InteropServices.RuntimeInformation.dll", - "build/netstandard2.0/ref/System.Runtime.InteropServices.dll", - "build/netstandard2.0/ref/System.Runtime.Numerics.dll", - "build/netstandard2.0/ref/System.Runtime.Serialization.Formatters.dll", - "build/netstandard2.0/ref/System.Runtime.Serialization.Json.dll", - "build/netstandard2.0/ref/System.Runtime.Serialization.Primitives.dll", - "build/netstandard2.0/ref/System.Runtime.Serialization.Xml.dll", - "build/netstandard2.0/ref/System.Runtime.Serialization.dll", - "build/netstandard2.0/ref/System.Runtime.dll", - "build/netstandard2.0/ref/System.Security.Claims.dll", - "build/netstandard2.0/ref/System.Security.Cryptography.Algorithms.dll", - "build/netstandard2.0/ref/System.Security.Cryptography.Csp.dll", - "build/netstandard2.0/ref/System.Security.Cryptography.Encoding.dll", - "build/netstandard2.0/ref/System.Security.Cryptography.Primitives.dll", - "build/netstandard2.0/ref/System.Security.Cryptography.X509Certificates.dll", - "build/netstandard2.0/ref/System.Security.Principal.dll", - "build/netstandard2.0/ref/System.Security.SecureString.dll", - "build/netstandard2.0/ref/System.ServiceModel.Web.dll", - "build/netstandard2.0/ref/System.Text.Encoding.Extensions.dll", - "build/netstandard2.0/ref/System.Text.Encoding.dll", - "build/netstandard2.0/ref/System.Text.RegularExpressions.dll", - "build/netstandard2.0/ref/System.Threading.Overlapped.dll", - "build/netstandard2.0/ref/System.Threading.Tasks.Parallel.dll", - "build/netstandard2.0/ref/System.Threading.Tasks.dll", - "build/netstandard2.0/ref/System.Threading.Thread.dll", - "build/netstandard2.0/ref/System.Threading.ThreadPool.dll", - "build/netstandard2.0/ref/System.Threading.Timer.dll", - "build/netstandard2.0/ref/System.Threading.dll", - "build/netstandard2.0/ref/System.Transactions.dll", - "build/netstandard2.0/ref/System.ValueTuple.dll", - "build/netstandard2.0/ref/System.Web.dll", - "build/netstandard2.0/ref/System.Windows.dll", - "build/netstandard2.0/ref/System.Xml.Linq.dll", - "build/netstandard2.0/ref/System.Xml.ReaderWriter.dll", - "build/netstandard2.0/ref/System.Xml.Serialization.dll", - "build/netstandard2.0/ref/System.Xml.XDocument.dll", - "build/netstandard2.0/ref/System.Xml.XPath.XDocument.dll", - "build/netstandard2.0/ref/System.Xml.XPath.dll", - "build/netstandard2.0/ref/System.Xml.XmlDocument.dll", - "build/netstandard2.0/ref/System.Xml.XmlSerializer.dll", - "build/netstandard2.0/ref/System.Xml.dll", - "build/netstandard2.0/ref/System.dll", - "build/netstandard2.0/ref/mscorlib.dll", - "build/netstandard2.0/ref/netstandard.dll", - "build/netstandard2.0/ref/netstandard.xml", - "lib/netstandard1.0/_._", - "netstandard.library.2.0.3.nupkg.sha512", - "netstandard.library.nuspec" - ] - }, - "System.Buffers/4.6.1": { - "sha512": "N8GXpmiLMtljq7gwvyS+1QvKT/W2J8sNAvx+HVg4NGmsG/H+2k/y9QI23auLJRterrzCiDH+IWAw4V/GPwsMlw==", - "type": "package", - "path": "system.buffers/4.6.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "PACKAGE.md", - "buildTransitive/net461/System.Buffers.targets", - "buildTransitive/net462/_._", - "lib/net462/System.Buffers.dll", - "lib/net462/System.Buffers.xml", - "lib/netcoreapp2.0/_._", - "lib/netstandard2.0/System.Buffers.dll", - "lib/netstandard2.0/System.Buffers.xml", - "lib/netstandard2.1/_._", - "system.buffers.4.6.1.nupkg.sha512", - "system.buffers.nuspec" - ] - }, - "System.IO.Hashing/10.0.7": { - "sha512": "6hsjdSr4VOXSOnhALkYplHpAxnTG1J33YN42IB6nH2fEg4QnJqrZ4Ft+qn7mkrKAOYC8pCSFYwVWw6rQbmwgLQ==", - "type": "package", - "path": "system.io.hashing/10.0.7", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/System.IO.Hashing.targets", - "buildTransitive/net462/_._", - "buildTransitive/net8.0/_._", - "buildTransitive/netcoreapp2.0/System.IO.Hashing.targets", - "lib/net10.0/System.IO.Hashing.dll", - "lib/net10.0/System.IO.Hashing.xml", - "lib/net462/System.IO.Hashing.dll", - "lib/net462/System.IO.Hashing.xml", - "lib/net8.0/System.IO.Hashing.dll", - "lib/net8.0/System.IO.Hashing.xml", - "lib/net9.0/System.IO.Hashing.dll", - "lib/net9.0/System.IO.Hashing.xml", - "lib/netstandard2.0/System.IO.Hashing.dll", - "lib/netstandard2.0/System.IO.Hashing.xml", - "system.io.hashing.10.0.7.nupkg.sha512", - "system.io.hashing.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "System.Memory/4.6.3": { - "sha512": "qdcDOgnFZY40+Q9876JUHnlHu7bosOHX8XISRoH94fwk6hgaeQGSgfZd8srWRZNt5bV9ZW2TljcegDNxsf+96A==", - "type": "package", - "path": "system.memory/4.6.3", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "PACKAGE.md", - "buildTransitive/net461/System.Memory.targets", - "buildTransitive/net462/_._", - "lib/net462/System.Memory.dll", - "lib/net462/System.Memory.xml", - "lib/netcoreapp2.1/_._", - "lib/netstandard2.0/System.Memory.dll", - "lib/netstandard2.0/System.Memory.xml", - "lib/netstandard2.1/_._", - "system.memory.4.6.3.nupkg.sha512", - "system.memory.nuspec" - ] - }, - "System.Numerics.Vectors/4.6.1": { - "sha512": "sQxefTnhagrhoq2ReR0D/6K0zJcr9Hrd6kikeXsA1I8kOCboTavcUC4r7TSfpKFeE163uMuxZcyfO1mGO3EN8Q==", - "type": "package", - "path": "system.numerics.vectors/4.6.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "PACKAGE.md", - "buildTransitive/net461/System.Numerics.Vectors.targets", - "buildTransitive/net462/_._", - "lib/net462/System.Numerics.Vectors.dll", - "lib/net462/System.Numerics.Vectors.xml", - "lib/netcoreapp2.0/_._", - "lib/netstandard2.0/System.Numerics.Vectors.dll", - "lib/netstandard2.0/System.Numerics.Vectors.xml", - "lib/netstandard2.1/_._", - "system.numerics.vectors.4.6.1.nupkg.sha512", - "system.numerics.vectors.nuspec" - ] - }, - "System.Runtime.CompilerServices.Unsafe/6.1.2": { - "sha512": "2hBr6zdbIBTDE3EhK7NSVNdX58uTK6iHW/P/Axmm9sl1xoGSLqDvMtpecn226TNwHByFokYwJmt/aQQNlO5CRw==", - "type": "package", - "path": "system.runtime.compilerservices.unsafe/6.1.2", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "PACKAGE.md", - "buildTransitive/net461/System.Runtime.CompilerServices.Unsafe.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.targets", - "lib/net462/System.Runtime.CompilerServices.Unsafe.dll", - "lib/net462/System.Runtime.CompilerServices.Unsafe.xml", - "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll", - "lib/net6.0/System.Runtime.CompilerServices.Unsafe.xml", - "lib/net7.0/_._", - "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll", - "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.xml", - "system.runtime.compilerservices.unsafe.6.1.2.nupkg.sha512", - "system.runtime.compilerservices.unsafe.nuspec" - ] - } - }, - "projectFileDependencyGroups": { - ".NETStandard,Version=v2.0": [ - "Microsoft.SourceLink.GitHub >= 10.0.203", - "NETStandard.Library >= 2.0.3", - "Nerdbank.GitVersioning >= 3.9.50" - ], - "net10.0": [ - "Microsoft.SourceLink.GitHub >= 10.0.203", - "Nerdbank.GitVersioning >= 3.9.50" - ], - "net8.0": [ - "Microsoft.SourceLink.GitHub >= 10.0.203", - "Nerdbank.GitVersioning >= 3.9.50" - ] - }, - "packageFolders": { - "C:\\Users\\jd\\.nuget\\packages\\": {}, - "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {} - }, - "project": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "C:\\git\\InShimInator\\src\\Inshiminator.Abstractions\\Inshiminator.Abstractions.csproj", - "projectName": "Inshiminator.Abstractions", - "projectPath": "C:\\git\\InShimInator\\src\\Inshiminator.Abstractions\\Inshiminator.Abstractions.csproj", - "packagesPath": "C:\\Users\\jd\\.nuget\\packages\\", - "outputPath": "C:\\git\\InShimInator\\src\\Inshiminator.Abstractions\\obj\\", - "projectStyle": "PackageReference", - "crossTargeting": true, - "centralPackageVersionsManagementEnabled": true, - "fallbackFolders": [ - "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" - ], - "configFilePaths": [ - "C:\\git\\InShimInator\\NuGet.Config", - "C:\\Users\\jd\\AppData\\Roaming\\NuGet\\NuGet.Config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" - ], - "originalTargetFrameworks": [ - "net10.0", - "net8.0", - "netstandard2.0" - ], - "sources": { - "C:\\Program Files\\dotnet\\library-packs": {}, - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net8.0": { - "targetAlias": "net8.0", - "projectReferences": {} - }, - "net10.0": { - "targetAlias": "net10.0", - "projectReferences": {} - }, - "netstandard2.0": { - "targetAlias": "netstandard2.0", - "projectReferences": {} - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - }, - "restoreAuditProperties": { - "enableAudit": "true", - "auditLevel": "low", - "auditMode": "all" - }, - "SdkAnalysisLevel": "10.0.100" - }, - "frameworks": { - "net8.0": { - "targetAlias": "net8.0", - "dependencies": { - "Microsoft.SourceLink.GitHub": { - "suppressParent": "All", - "target": "Package", - "version": "[10.0.203, )", - "versionCentrallyManaged": true - }, - "Nerdbank.GitVersioning": { - "suppressParent": "All", - "target": "Package", - "version": "[3.9.50, )", - "versionCentrallyManaged": true - } - }, - "centralPackageVersions": { - "coverlet.collector": "10.0.0", - "Microsoft.Build.Locator": "1.11.2", - "Microsoft.CodeAnalysis.Analyzers": "3.11.0", - "Microsoft.CodeAnalysis.CSharp": "4.12.0", - "Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.12.0", - "Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing.XUnit": "1.1.2", - "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.7", - "Microsoft.NET.Test.Sdk": "18.5.1", - "Microsoft.SourceLink.GitHub": "10.0.203", - "Nerdbank.GitVersioning": "3.9.50", - "Spectre.Console.Cli": "0.55.0", - "xunit": "2.9.3", - "xunit.runner.visualstudio": "3.1.5" - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48", - "net481" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\10.0.107/PortableRuntimeIdentifierGraph.json", - "packagesToPrune": { - "Microsoft.CSharp": "(,4.7.32767]", - "Microsoft.VisualBasic": "(,10.3.32767]", - "Microsoft.Win32.Primitives": "(,4.3.32767]", - "Microsoft.Win32.Registry": "(,5.0.32767]", - "runtime.any.System.Collections": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.any.System.Globalization": "(,4.3.32767]", - "runtime.any.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.any.System.IO": "(,4.3.32767]", - "runtime.any.System.Reflection": "(,4.3.32767]", - "runtime.any.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.any.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.any.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.any.System.Runtime": "(,4.3.32767]", - "runtime.any.System.Runtime.Handles": "(,4.3.32767]", - "runtime.any.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.any.System.Text.Encoding": "(,4.3.32767]", - "runtime.any.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.any.System.Threading.Tasks": "(,4.3.32767]", - "runtime.any.System.Threading.Timer": "(,4.3.32767]", - "runtime.aot.System.Collections": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.aot.System.Globalization": "(,4.3.32767]", - "runtime.aot.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.aot.System.IO": "(,4.3.32767]", - "runtime.aot.System.Reflection": "(,4.3.32767]", - "runtime.aot.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.aot.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.aot.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.aot.System.Runtime": "(,4.3.32767]", - "runtime.aot.System.Runtime.Handles": "(,4.3.32767]", - "runtime.aot.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.aot.System.Threading.Tasks": "(,4.3.32767]", - "runtime.aot.System.Threading.Timer": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.native.System.Security.Cryptography.Apple": "(,4.3.32767]", - "runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.unix.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.unix.System.Console": "(,4.3.32767]", - "runtime.unix.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.unix.System.IO.FileSystem": "(,4.3.32767]", - "runtime.unix.System.Net.Primitives": "(,4.3.32767]", - "runtime.unix.System.Net.Sockets": "(,4.3.32767]", - "runtime.unix.System.Private.Uri": "(,4.3.32767]", - "runtime.unix.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.win.System.Console": "(,4.3.32767]", - "runtime.win.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.win.System.IO.FileSystem": "(,4.3.32767]", - "runtime.win.System.Net.Primitives": "(,4.3.32767]", - "runtime.win.System.Net.Sockets": "(,4.3.32767]", - "runtime.win.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win10-arm-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-arm64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win10-x64-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-x86-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7-x86.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7.System.Private.Uri": "(,4.3.32767]", - "runtime.win8-arm.runtime.native.System.IO.Compression": "(,4.3.32767]", - "System.AppContext": "(,4.3.32767]", - "System.Buffers": "(,4.6.32767]", - "System.Collections": "(,4.3.32767]", - "System.Collections.Concurrent": "(,4.3.32767]", - "System.Collections.Immutable": "(,8.0.32767]", - "System.Collections.NonGeneric": "(,4.3.32767]", - "System.Collections.Specialized": "(,4.3.32767]", - "System.ComponentModel": "(,4.3.32767]", - "System.ComponentModel.Annotations": "(,5.0.32767]", - "System.ComponentModel.EventBasedAsync": "(,4.3.32767]", - "System.ComponentModel.Primitives": "(,4.3.32767]", - "System.ComponentModel.TypeConverter": "(,4.3.32767]", - "System.Console": "(,4.3.32767]", - "System.Data.Common": "(,4.3.32767]", - "System.Data.DataSetExtensions": "(,4.5.32767]", - "System.Diagnostics.Contracts": "(,4.3.32767]", - "System.Diagnostics.Debug": "(,4.3.32767]", - "System.Diagnostics.DiagnosticSource": "(,8.0.32767]", - "System.Diagnostics.FileVersionInfo": "(,4.3.32767]", - "System.Diagnostics.Process": "(,4.3.32767]", - "System.Diagnostics.StackTrace": "(,4.3.32767]", - "System.Diagnostics.TextWriterTraceListener": "(,4.3.32767]", - "System.Diagnostics.Tools": "(,4.3.32767]", - "System.Diagnostics.TraceSource": "(,4.3.32767]", - "System.Diagnostics.Tracing": "(,4.3.32767]", - "System.Drawing.Primitives": "(,4.3.32767]", - "System.Dynamic.Runtime": "(,4.3.32767]", - "System.Formats.Asn1": "(,8.0.32767]", - "System.Globalization": "(,4.3.32767]", - "System.Globalization.Calendars": "(,4.3.32767]", - "System.Globalization.Extensions": "(,4.3.32767]", - "System.IO": "(,4.3.32767]", - "System.IO.Compression": "(,4.3.32767]", - "System.IO.Compression.ZipFile": "(,4.3.32767]", - "System.IO.FileSystem": "(,4.3.32767]", - "System.IO.FileSystem.AccessControl": "(,5.0.32767]", - "System.IO.FileSystem.DriveInfo": "(,4.3.32767]", - "System.IO.FileSystem.Primitives": "(,4.3.32767]", - "System.IO.FileSystem.Watcher": "(,4.3.32767]", - "System.IO.IsolatedStorage": "(,4.3.32767]", - "System.IO.MemoryMappedFiles": "(,4.3.32767]", - "System.IO.Pipes": "(,4.3.32767]", - "System.IO.Pipes.AccessControl": "(,4.6.32767]", - "System.IO.UnmanagedMemoryStream": "(,4.3.32767]", - "System.Linq": "(,4.3.32767]", - "System.Linq.Expressions": "(,4.3.32767]", - "System.Linq.Parallel": "(,4.3.32767]", - "System.Linq.Queryable": "(,4.3.32767]", - "System.Memory": "(,4.6.32767]", - "System.Net.Http": "(,4.3.32767]", - "System.Net.Http.Json": "(,8.0.32767]", - "System.Net.NameResolution": "(,4.3.32767]", - "System.Net.NetworkInformation": "(,4.3.32767]", - "System.Net.Ping": "(,4.3.32767]", - "System.Net.Primitives": "(,4.3.32767]", - "System.Net.Requests": "(,4.3.32767]", - "System.Net.Security": "(,4.3.32767]", - "System.Net.Sockets": "(,4.3.32767]", - "System.Net.WebHeaderCollection": "(,4.3.32767]", - "System.Net.WebSockets": "(,4.3.32767]", - "System.Net.WebSockets.Client": "(,4.3.32767]", - "System.Numerics.Vectors": "(,4.6.32767]", - "System.ObjectModel": "(,4.3.32767]", - "System.Private.DataContractSerialization": "(,4.3.32767]", - "System.Private.Uri": "(,4.3.32767]", - "System.Reflection": "(,4.3.32767]", - "System.Reflection.DispatchProxy": "(,4.8.32767]", - "System.Reflection.Emit": "(,4.7.32767]", - "System.Reflection.Emit.ILGeneration": "(,4.7.32767]", - "System.Reflection.Emit.Lightweight": "(,4.7.32767]", - "System.Reflection.Extensions": "(,4.3.32767]", - "System.Reflection.Metadata": "(,8.0.32767]", - "System.Reflection.Primitives": "(,4.3.32767]", - "System.Reflection.TypeExtensions": "(,4.7.32767]", - "System.Resources.Reader": "(,4.3.32767]", - "System.Resources.ResourceManager": "(,4.3.32767]", - "System.Resources.Writer": "(,4.3.32767]", - "System.Runtime": "(,4.3.32767]", - "System.Runtime.CompilerServices.Unsafe": "(,6.1.32767]", - "System.Runtime.CompilerServices.VisualC": "(,4.3.32767]", - "System.Runtime.Extensions": "(,4.3.32767]", - "System.Runtime.Handles": "(,4.3.32767]", - "System.Runtime.InteropServices": "(,4.3.32767]", - "System.Runtime.InteropServices.RuntimeInformation": "(,4.3.32767]", - "System.Runtime.Loader": "(,4.3.32767]", - "System.Runtime.Numerics": "(,4.3.32767]", - "System.Runtime.Serialization.Formatters": "(,4.3.32767]", - "System.Runtime.Serialization.Json": "(,4.3.32767]", - "System.Runtime.Serialization.Primitives": "(,4.3.32767]", - "System.Runtime.Serialization.Xml": "(,4.3.32767]", - "System.Security.AccessControl": "(,6.0.32767]", - "System.Security.Claims": "(,4.3.32767]", - "System.Security.Cryptography.Algorithms": "(,4.3.32767]", - "System.Security.Cryptography.Cng": "(,4.6.32767]", - "System.Security.Cryptography.Csp": "(,4.3.32767]", - "System.Security.Cryptography.Encoding": "(,4.3.32767]", - "System.Security.Cryptography.OpenSsl": "(,5.0.32767]", - "System.Security.Cryptography.Primitives": "(,4.3.32767]", - "System.Security.Cryptography.X509Certificates": "(,4.3.32767]", - "System.Security.Principal": "(,4.3.32767]", - "System.Security.Principal.Windows": "(,5.0.32767]", - "System.Security.SecureString": "(,4.3.32767]", - "System.Text.Encoding": "(,4.3.32767]", - "System.Text.Encoding.CodePages": "(,8.0.32767]", - "System.Text.Encoding.Extensions": "(,4.3.32767]", - "System.Text.Encodings.Web": "(,8.0.32767]", - "System.Text.Json": "(,8.0.32767]", - "System.Text.RegularExpressions": "(,4.3.32767]", - "System.Threading": "(,4.3.32767]", - "System.Threading.Channels": "(,8.0.32767]", - "System.Threading.Overlapped": "(,4.3.32767]", - "System.Threading.Tasks": "(,4.3.32767]", - "System.Threading.Tasks.Dataflow": "(,8.0.32767]", - "System.Threading.Tasks.Extensions": "(,4.6.32767]", - "System.Threading.Tasks.Parallel": "(,4.3.32767]", - "System.Threading.Thread": "(,4.3.32767]", - "System.Threading.ThreadPool": "(,4.3.32767]", - "System.Threading.Timer": "(,4.3.32767]", - "System.ValueTuple": "(,4.6.32767]", - "System.Xml.ReaderWriter": "(,4.3.32767]", - "System.Xml.XDocument": "(,4.3.32767]", - "System.Xml.XmlDocument": "(,4.3.32767]", - "System.Xml.XmlSerializer": "(,4.3.32767]", - "System.Xml.XPath": "(,4.3.32767]", - "System.Xml.XPath.XDocument": "(,4.3.32767]" - } - }, - "net10.0": { - "targetAlias": "net10.0", - "dependencies": { - "Microsoft.SourceLink.GitHub": { - "suppressParent": "All", - "target": "Package", - "version": "[10.0.203, )", - "versionCentrallyManaged": true - }, - "Nerdbank.GitVersioning": { - "suppressParent": "All", - "target": "Package", - "version": "[3.9.50, )", - "versionCentrallyManaged": true - } - }, - "centralPackageVersions": { - "coverlet.collector": "10.0.0", - "Microsoft.Build.Locator": "1.11.2", - "Microsoft.CodeAnalysis.Analyzers": "3.11.0", - "Microsoft.CodeAnalysis.CSharp": "4.12.0", - "Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.12.0", - "Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing.XUnit": "1.1.2", - "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.7", - "Microsoft.NET.Test.Sdk": "18.5.1", - "Microsoft.SourceLink.GitHub": "10.0.203", - "Nerdbank.GitVersioning": "3.9.50", - "Spectre.Console.Cli": "0.55.0", - "xunit": "2.9.3", - "xunit.runner.visualstudio": "3.1.5" - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48", - "net481" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\10.0.107/PortableRuntimeIdentifierGraph.json", - "packagesToPrune": { - "Microsoft.CSharp": "(,4.7.32767]", - "Microsoft.VisualBasic": "(,10.4.32767]", - "Microsoft.Win32.Primitives": "(,4.3.32767]", - "Microsoft.Win32.Registry": "(,5.0.32767]", - "runtime.any.System.Collections": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.any.System.Globalization": "(,4.3.32767]", - "runtime.any.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.any.System.IO": "(,4.3.32767]", - "runtime.any.System.Reflection": "(,4.3.32767]", - "runtime.any.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.any.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.any.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.any.System.Runtime": "(,4.3.32767]", - "runtime.any.System.Runtime.Handles": "(,4.3.32767]", - "runtime.any.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.any.System.Text.Encoding": "(,4.3.32767]", - "runtime.any.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.any.System.Threading.Tasks": "(,4.3.32767]", - "runtime.any.System.Threading.Timer": "(,4.3.32767]", - "runtime.aot.System.Collections": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.aot.System.Globalization": "(,4.3.32767]", - "runtime.aot.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.aot.System.IO": "(,4.3.32767]", - "runtime.aot.System.Reflection": "(,4.3.32767]", - "runtime.aot.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.aot.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.aot.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.aot.System.Runtime": "(,4.3.32767]", - "runtime.aot.System.Runtime.Handles": "(,4.3.32767]", - "runtime.aot.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.aot.System.Threading.Tasks": "(,4.3.32767]", - "runtime.aot.System.Threading.Timer": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.unix.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.unix.System.Console": "(,4.3.32767]", - "runtime.unix.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.unix.System.IO.FileSystem": "(,4.3.32767]", - "runtime.unix.System.Net.Primitives": "(,4.3.32767]", - "runtime.unix.System.Net.Sockets": "(,4.3.32767]", - "runtime.unix.System.Private.Uri": "(,4.3.32767]", - "runtime.unix.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.win.System.Console": "(,4.3.32767]", - "runtime.win.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.win.System.IO.FileSystem": "(,4.3.32767]", - "runtime.win.System.Net.Primitives": "(,4.3.32767]", - "runtime.win.System.Net.Sockets": "(,4.3.32767]", - "runtime.win.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win10-arm-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-arm64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win10-x64-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-x86-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7-x86.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7.System.Private.Uri": "(,4.3.32767]", - "runtime.win8-arm.runtime.native.System.IO.Compression": "(,4.3.32767]", - "System.AppContext": "(,4.3.32767]", - "System.Buffers": "(,5.0.32767]", - "System.Collections": "(,4.3.32767]", - "System.Collections.Concurrent": "(,4.3.32767]", - "System.Collections.Immutable": "(,10.0.32767]", - "System.Collections.NonGeneric": "(,4.3.32767]", - "System.Collections.Specialized": "(,4.3.32767]", - "System.ComponentModel": "(,4.3.32767]", - "System.ComponentModel.Annotations": "(,4.3.32767]", - "System.ComponentModel.EventBasedAsync": "(,4.3.32767]", - "System.ComponentModel.Primitives": "(,4.3.32767]", - "System.ComponentModel.TypeConverter": "(,4.3.32767]", - "System.Console": "(,4.3.32767]", - "System.Data.Common": "(,4.3.32767]", - "System.Data.DataSetExtensions": "(,4.4.32767]", - "System.Diagnostics.Contracts": "(,4.3.32767]", - "System.Diagnostics.Debug": "(,4.3.32767]", - "System.Diagnostics.DiagnosticSource": "(,10.0.32767]", - "System.Diagnostics.FileVersionInfo": "(,4.3.32767]", - "System.Diagnostics.Process": "(,4.3.32767]", - "System.Diagnostics.StackTrace": "(,4.3.32767]", - "System.Diagnostics.TextWriterTraceListener": "(,4.3.32767]", - "System.Diagnostics.Tools": "(,4.3.32767]", - "System.Diagnostics.TraceSource": "(,4.3.32767]", - "System.Diagnostics.Tracing": "(,4.3.32767]", - "System.Drawing.Primitives": "(,4.3.32767]", - "System.Dynamic.Runtime": "(,4.3.32767]", - "System.Formats.Asn1": "(,10.0.32767]", - "System.Formats.Tar": "(,10.0.32767]", - "System.Globalization": "(,4.3.32767]", - "System.Globalization.Calendars": "(,4.3.32767]", - "System.Globalization.Extensions": "(,4.3.32767]", - "System.IO": "(,4.3.32767]", - "System.IO.Compression": "(,4.3.32767]", - "System.IO.Compression.ZipFile": "(,4.3.32767]", - "System.IO.FileSystem": "(,4.3.32767]", - "System.IO.FileSystem.AccessControl": "(,4.4.32767]", - "System.IO.FileSystem.DriveInfo": "(,4.3.32767]", - "System.IO.FileSystem.Primitives": "(,4.3.32767]", - "System.IO.FileSystem.Watcher": "(,4.3.32767]", - "System.IO.IsolatedStorage": "(,4.3.32767]", - "System.IO.MemoryMappedFiles": "(,4.3.32767]", - "System.IO.Pipelines": "(,10.0.32767]", - "System.IO.Pipes": "(,4.3.32767]", - "System.IO.Pipes.AccessControl": "(,5.0.32767]", - "System.IO.UnmanagedMemoryStream": "(,4.3.32767]", - "System.Linq": "(,4.3.32767]", - "System.Linq.AsyncEnumerable": "(,10.0.32767]", - "System.Linq.Expressions": "(,4.3.32767]", - "System.Linq.Parallel": "(,4.3.32767]", - "System.Linq.Queryable": "(,4.3.32767]", - "System.Memory": "(,5.0.32767]", - "System.Net.Http": "(,4.3.32767]", - "System.Net.Http.Json": "(,10.0.32767]", - "System.Net.NameResolution": "(,4.3.32767]", - "System.Net.NetworkInformation": "(,4.3.32767]", - "System.Net.Ping": "(,4.3.32767]", - "System.Net.Primitives": "(,4.3.32767]", - "System.Net.Requests": "(,4.3.32767]", - "System.Net.Security": "(,4.3.32767]", - "System.Net.ServerSentEvents": "(,10.0.32767]", - "System.Net.Sockets": "(,4.3.32767]", - "System.Net.WebHeaderCollection": "(,4.3.32767]", - "System.Net.WebSockets": "(,4.3.32767]", - "System.Net.WebSockets.Client": "(,4.3.32767]", - "System.Numerics.Vectors": "(,5.0.32767]", - "System.ObjectModel": "(,4.3.32767]", - "System.Private.DataContractSerialization": "(,4.3.32767]", - "System.Private.Uri": "(,4.3.32767]", - "System.Reflection": "(,4.3.32767]", - "System.Reflection.DispatchProxy": "(,6.0.32767]", - "System.Reflection.Emit": "(,4.7.32767]", - "System.Reflection.Emit.ILGeneration": "(,4.7.32767]", - "System.Reflection.Emit.Lightweight": "(,4.7.32767]", - "System.Reflection.Extensions": "(,4.3.32767]", - "System.Reflection.Metadata": "(,10.0.32767]", - "System.Reflection.Primitives": "(,4.3.32767]", - "System.Reflection.TypeExtensions": "(,4.3.32767]", - "System.Resources.Reader": "(,4.3.32767]", - "System.Resources.ResourceManager": "(,4.3.32767]", - "System.Resources.Writer": "(,4.3.32767]", - "System.Runtime": "(,4.3.32767]", - "System.Runtime.CompilerServices.Unsafe": "(,7.0.32767]", - "System.Runtime.CompilerServices.VisualC": "(,4.3.32767]", - "System.Runtime.Extensions": "(,4.3.32767]", - "System.Runtime.Handles": "(,4.3.32767]", - "System.Runtime.InteropServices": "(,4.3.32767]", - "System.Runtime.InteropServices.RuntimeInformation": "(,4.3.32767]", - "System.Runtime.Loader": "(,4.3.32767]", - "System.Runtime.Numerics": "(,4.3.32767]", - "System.Runtime.Serialization.Formatters": "(,4.3.32767]", - "System.Runtime.Serialization.Json": "(,4.3.32767]", - "System.Runtime.Serialization.Primitives": "(,4.3.32767]", - "System.Runtime.Serialization.Xml": "(,4.3.32767]", - "System.Security.AccessControl": "(,6.0.32767]", - "System.Security.Claims": "(,4.3.32767]", - "System.Security.Cryptography.Algorithms": "(,4.3.32767]", - "System.Security.Cryptography.Cng": "(,5.0.32767]", - "System.Security.Cryptography.Csp": "(,4.3.32767]", - "System.Security.Cryptography.Encoding": "(,4.3.32767]", - "System.Security.Cryptography.OpenSsl": "(,5.0.32767]", - "System.Security.Cryptography.Primitives": "(,4.3.32767]", - "System.Security.Cryptography.X509Certificates": "(,4.3.32767]", - "System.Security.Principal": "(,4.3.32767]", - "System.Security.Principal.Windows": "(,5.0.32767]", - "System.Security.SecureString": "(,4.3.32767]", - "System.Text.Encoding": "(,4.3.32767]", - "System.Text.Encoding.CodePages": "(,10.0.32767]", - "System.Text.Encoding.Extensions": "(,4.3.32767]", - "System.Text.Encodings.Web": "(,10.0.32767]", - "System.Text.Json": "(,10.0.32767]", - "System.Text.RegularExpressions": "(,4.3.32767]", - "System.Threading": "(,4.3.32767]", - "System.Threading.AccessControl": "(,10.0.32767]", - "System.Threading.Channels": "(,10.0.32767]", - "System.Threading.Overlapped": "(,4.3.32767]", - "System.Threading.Tasks": "(,4.3.32767]", - "System.Threading.Tasks.Dataflow": "(,10.0.32767]", - "System.Threading.Tasks.Extensions": "(,5.0.32767]", - "System.Threading.Tasks.Parallel": "(,4.3.32767]", - "System.Threading.Thread": "(,4.3.32767]", - "System.Threading.ThreadPool": "(,4.3.32767]", - "System.Threading.Timer": "(,4.3.32767]", - "System.ValueTuple": "(,4.5.32767]", - "System.Xml.ReaderWriter": "(,4.3.32767]", - "System.Xml.XDocument": "(,4.3.32767]", - "System.Xml.XmlDocument": "(,4.3.32767]", - "System.Xml.XmlSerializer": "(,4.3.32767]", - "System.Xml.XPath": "(,4.3.32767]", - "System.Xml.XPath.XDocument": "(,5.0.32767]" - } - }, - "netstandard2.0": { - "targetAlias": "netstandard2.0", - "dependencies": { - "Microsoft.SourceLink.GitHub": { - "suppressParent": "All", - "target": "Package", - "version": "[10.0.203, )", - "versionCentrallyManaged": true - }, - "NETStandard.Library": { - "suppressParent": "All", - "target": "Package", - "version": "[2.0.3, )", - "autoReferenced": true - }, - "Nerdbank.GitVersioning": { - "suppressParent": "All", - "target": "Package", - "version": "[3.9.50, )", - "versionCentrallyManaged": true - } - }, - "centralPackageVersions": { - "coverlet.collector": "10.0.0", - "Microsoft.Build.Locator": "1.11.2", - "Microsoft.CodeAnalysis.Analyzers": "3.11.0", - "Microsoft.CodeAnalysis.CSharp": "4.12.0", - "Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.12.0", - "Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing.XUnit": "1.1.2", - "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.7", - "Microsoft.NET.Test.Sdk": "18.5.1", - "Microsoft.SourceLink.GitHub": "10.0.203", - "Nerdbank.GitVersioning": "3.9.50", - "Spectre.Console.Cli": "0.55.0", - "xunit": "2.9.3", - "xunit.runner.visualstudio": "3.1.5" - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48", - "net481" - ], - "assetTargetFallback": true, - "warn": true, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\10.0.107\\RuntimeIdentifierGraph.json", - "packagesToPrune": { - "Microsoft.Win32.Primitives": "(,4.3.0]", - "System.AppContext": "(,4.3.0]", - "System.Collections": "(,4.3.0]", - "System.Collections.NonGeneric": "(,4.3.0]", - "System.Collections.Specialized": "(,4.3.0]", - "System.ComponentModel": "(,4.3.0]", - "System.ComponentModel.EventBasedAsync": "(,4.3.0]", - "System.ComponentModel.Primitives": "(,4.3.0]", - "System.ComponentModel.TypeConverter": "(,4.3.0]", - "System.Console": "(,4.3.1]", - "System.Data.Common": "(,4.3.0]", - "System.Diagnostics.Contracts": "(,4.3.0]", - "System.Diagnostics.Debug": "(,4.3.0]", - "System.Diagnostics.FileVersionInfo": "(,4.3.0]", - "System.Diagnostics.Process": "(,4.3.0]", - "System.Diagnostics.StackTrace": "(,4.3.0]", - "System.Diagnostics.TextWriterTraceListener": "(,4.3.0]", - "System.Diagnostics.Tools": "(,4.3.0]", - "System.Diagnostics.TraceSource": "(,4.3.0]", - "System.Diagnostics.Tracing": "(,4.3.0]", - "System.Drawing.Primitives": "(,4.3.0]", - "System.Dynamic.Runtime": "(,4.3.0]", - "System.Globalization": "(,4.3.0]", - "System.Globalization.Calendars": "(,4.3.0]", - "System.Globalization.Extensions": "(,4.3.0]", - "System.IO": "(,4.3.0]", - "System.IO.Compression": "(,4.3.0]", - "System.IO.Compression.ZipFile": "(,4.3.0]", - "System.IO.FileSystem": "(,4.3.0]", - "System.IO.FileSystem.DriveInfo": "(,4.3.1]", - "System.IO.FileSystem.Primitives": "(,4.3.0]", - "System.IO.FileSystem.Watcher": "(,4.3.0]", - "System.IO.IsolatedStorage": "(,4.3.0]", - "System.IO.MemoryMappedFiles": "(,4.3.0]", - "System.IO.Pipes": "(,4.3.0]", - "System.IO.UnmanagedMemoryStream": "(,4.3.0]", - "System.Linq": "(,4.3.0]", - "System.Linq.Expressions": "(,4.3.0]", - "System.Linq.Parallel": "(,4.3.0]", - "System.Linq.Queryable": "(,4.3.0]", - "System.Net.Http": "(,4.3.4]", - "System.Net.NameResolution": "(,4.3.0]", - "System.Net.NetworkInformation": "(,4.3.0]", - "System.Net.Ping": "(,4.3.0]", - "System.Net.Primitives": "(,4.3.1]", - "System.Net.Requests": "(,4.3.0]", - "System.Net.Security": "(,4.3.2]", - "System.Net.Sockets": "(,4.3.0]", - "System.Net.WebHeaderCollection": "(,4.3.0]", - "System.Net.WebSockets": "(,4.3.0]", - "System.Net.WebSockets.Client": "(,4.3.2]", - "System.Reflection": "(,4.3.0]", - "System.Reflection.Extensions": "(,4.3.0]", - "System.Reflection.Primitives": "(,4.3.0]", - "System.Resources.Reader": "(,4.3.0]", - "System.Resources.ResourceManager": "(,4.3.0]", - "System.Resources.Writer": "(,4.3.0]", - "System.Runtime": "(,4.3.1]", - "System.Runtime.CompilerServices.VisualC": "(,4.3.0]", - "System.Runtime.Extensions": "(,4.3.1]", - "System.Runtime.Handles": "(,4.3.0]", - "System.Runtime.InteropServices": "(,4.3.0]", - "System.Runtime.InteropServices.RuntimeInformation": "(,4.3.0]", - "System.Runtime.Numerics": "(,4.3.0]", - "System.Runtime.Serialization.Formatters": "(,4.3.0]", - "System.Runtime.Serialization.Primitives": "(,4.3.0]", - "System.Runtime.Serialization.Xml": "(,4.3.0]", - "System.Security.Claims": "(,4.3.0]", - "System.Security.Cryptography.Algorithms": "(,4.3.1]", - "System.Security.Cryptography.Csp": "(,4.3.0]", - "System.Security.Cryptography.Encoding": "(,4.3.0]", - "System.Security.Cryptography.Primitives": "(,4.3.0]", - "System.Security.Cryptography.X509Certificates": "(,4.3.2]", - "System.Security.Principal": "(,4.3.0]", - "System.Security.SecureString": "(,4.3.0]", - "System.Text.Encoding": "(,4.3.0]", - "System.Text.Encoding.Extensions": "(,4.3.0]", - "System.Text.RegularExpressions": "(,4.3.0]", - "System.Threading": "(,4.3.0]", - "System.Threading.Overlapped": "(,4.3.0]", - "System.Threading.Tasks": "(,4.3.0]", - "System.Threading.Tasks.Parallel": "(,4.3.0]", - "System.Threading.Thread": "(,4.3.0]", - "System.Threading.ThreadPool": "(,4.3.0]", - "System.Threading.Timer": "(,4.3.0]", - "System.ValueTuple": "(,4.6.1]", - "System.Xml.ReaderWriter": "(,4.3.1]", - "System.Xml.XDocument": "(,4.3.0]", - "System.Xml.XmlDocument": "(,4.3.0]", - "System.Xml.XmlSerializer": "(,4.3.0]", - "System.Xml.XPath": "(,4.3.0]", - "System.Xml.XPath.XDocument": "(,4.3.0]" - } - } - } - } -} \ No newline at end of file diff --git a/src/Inshiminator.Abstractions/obj/project.nuget.cache b/src/Inshiminator.Abstractions/obj/project.nuget.cache deleted file mode 100644 index 6b2607f..0000000 --- a/src/Inshiminator.Abstractions/obj/project.nuget.cache +++ /dev/null @@ -1,20 +0,0 @@ -{ - "version": 2, - "dgSpecHash": "BiyNuo5x6Y8=", - "success": true, - "projectFilePath": "C:\\git\\InShimInator\\src\\Inshiminator.Abstractions\\Inshiminator.Abstractions.csproj", - "expectedPackageFiles": [ - "C:\\Users\\jd\\.nuget\\packages\\microsoft.build.tasks.git\\10.0.203\\microsoft.build.tasks.git.10.0.203.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\microsoft.netcore.platforms\\1.1.0\\microsoft.netcore.platforms.1.1.0.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\microsoft.sourcelink.common\\10.0.203\\microsoft.sourcelink.common.10.0.203.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\microsoft.sourcelink.github\\10.0.203\\microsoft.sourcelink.github.10.0.203.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\nerdbank.gitversioning\\3.9.50\\nerdbank.gitversioning.3.9.50.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\netstandard.library\\2.0.3\\netstandard.library.2.0.3.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\system.buffers\\4.6.1\\system.buffers.4.6.1.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\system.io.hashing\\10.0.7\\system.io.hashing.10.0.7.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\system.memory\\4.6.3\\system.memory.4.6.3.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\system.numerics.vectors\\4.6.1\\system.numerics.vectors.4.6.1.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\system.runtime.compilerservices.unsafe\\6.1.2\\system.runtime.compilerservices.unsafe.6.1.2.nupkg.sha512" - ], - "logs": [] -} \ No newline at end of file diff --git a/src/Inshiminator.Analyzers/bin/Debug/netstandard2.0/Inshiminator.Analyzers.deps.json b/src/Inshiminator.Analyzers/bin/Debug/netstandard2.0/Inshiminator.Analyzers.deps.json deleted file mode 100644 index 1af7b28..0000000 --- a/src/Inshiminator.Analyzers/bin/Debug/netstandard2.0/Inshiminator.Analyzers.deps.json +++ /dev/null @@ -1,332 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETStandard,Version=v2.0/", - "signature": "" - }, - "compilationOptions": {}, - "targets": { - ".NETStandard,Version=v2.0": {}, - ".NETStandard,Version=v2.0/": { - "Inshiminator.Analyzers/0.1.2-g2e58a4565a": { - "dependencies": { - "Microsoft.CodeAnalysis.CSharp": "4.12.0", - "Microsoft.SourceLink.GitHub": "10.0.203" - }, - "runtime": { - "Inshiminator.Analyzers.dll": {} - } - }, - "Microsoft.CodeAnalysis.Common/4.12.0": { - "dependencies": { - "System.Buffers": "4.6.1", - "System.Collections.Immutable": "8.0.0", - "System.Memory": "4.6.3", - "System.Numerics.Vectors": "4.6.1", - "System.Reflection.Metadata": "8.0.0", - "System.Runtime.CompilerServices.Unsafe": "6.1.2", - "System.Text.Encoding.CodePages": "7.0.0", - "System.Threading.Tasks.Extensions": "4.5.4" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.CodeAnalysis.dll": { - "assemblyVersion": "4.12.0.0", - "fileVersion": "4.1200.24.57207" - } - }, - "resources": { - "lib/netstandard2.0/cs/Microsoft.CodeAnalysis.resources.dll": { - "locale": "cs" - }, - "lib/netstandard2.0/de/Microsoft.CodeAnalysis.resources.dll": { - "locale": "de" - }, - "lib/netstandard2.0/es/Microsoft.CodeAnalysis.resources.dll": { - "locale": "es" - }, - "lib/netstandard2.0/fr/Microsoft.CodeAnalysis.resources.dll": { - "locale": "fr" - }, - "lib/netstandard2.0/it/Microsoft.CodeAnalysis.resources.dll": { - "locale": "it" - }, - "lib/netstandard2.0/ja/Microsoft.CodeAnalysis.resources.dll": { - "locale": "ja" - }, - "lib/netstandard2.0/ko/Microsoft.CodeAnalysis.resources.dll": { - "locale": "ko" - }, - "lib/netstandard2.0/pl/Microsoft.CodeAnalysis.resources.dll": { - "locale": "pl" - }, - "lib/netstandard2.0/pt-BR/Microsoft.CodeAnalysis.resources.dll": { - "locale": "pt-BR" - }, - "lib/netstandard2.0/ru/Microsoft.CodeAnalysis.resources.dll": { - "locale": "ru" - }, - "lib/netstandard2.0/tr/Microsoft.CodeAnalysis.resources.dll": { - "locale": "tr" - }, - "lib/netstandard2.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll": { - "locale": "zh-Hans" - }, - "lib/netstandard2.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "Microsoft.CodeAnalysis.CSharp/4.12.0": { - "dependencies": { - "Microsoft.CodeAnalysis.Common": "4.12.0", - "System.Buffers": "4.6.1", - "System.Collections.Immutable": "8.0.0", - "System.Memory": "4.6.3", - "System.Numerics.Vectors": "4.6.1", - "System.Reflection.Metadata": "8.0.0", - "System.Runtime.CompilerServices.Unsafe": "6.1.2", - "System.Text.Encoding.CodePages": "7.0.0", - "System.Threading.Tasks.Extensions": "4.5.4" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.dll": { - "assemblyVersion": "4.12.0.0", - "fileVersion": "4.1200.24.57207" - } - }, - "resources": { - "lib/netstandard2.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "cs" - }, - "lib/netstandard2.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "de" - }, - "lib/netstandard2.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "es" - }, - "lib/netstandard2.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "fr" - }, - "lib/netstandard2.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "it" - }, - "lib/netstandard2.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "ja" - }, - "lib/netstandard2.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "ko" - }, - "lib/netstandard2.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "pl" - }, - "lib/netstandard2.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "pt-BR" - }, - "lib/netstandard2.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "ru" - }, - "lib/netstandard2.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "tr" - }, - "lib/netstandard2.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "zh-Hans" - }, - "lib/netstandard2.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "Microsoft.SourceLink.GitHub/10.0.203": { - "dependencies": { - "System.IO.Hashing": "10.0.7" - } - }, - "System.Buffers/4.6.1": { - "runtime": { - "lib/netstandard2.0/System.Buffers.dll": { - "assemblyVersion": "4.0.2.0", - "fileVersion": "4.600.125.16908" - } - } - }, - "System.Collections.Immutable/8.0.0": { - "dependencies": { - "System.Memory": "4.6.3", - "System.Runtime.CompilerServices.Unsafe": "6.1.2" - }, - "runtime": { - "lib/netstandard2.0/System.Collections.Immutable.dll": { - "assemblyVersion": "8.0.0.0", - "fileVersion": "8.0.23.53103" - } - } - }, - "System.IO.Hashing/10.0.7": { - "dependencies": { - "System.Buffers": "4.6.1", - "System.Memory": "4.6.3" - }, - "runtime": { - "lib/netstandard2.0/System.IO.Hashing.dll": { - "assemblyVersion": "10.0.0.7", - "fileVersion": "10.0.726.21808" - } - } - }, - "System.Memory/4.6.3": { - "dependencies": { - "System.Buffers": "4.6.1", - "System.Numerics.Vectors": "4.6.1", - "System.Runtime.CompilerServices.Unsafe": "6.1.2" - }, - "runtime": { - "lib/netstandard2.0/System.Memory.dll": { - "assemblyVersion": "4.0.2.0", - "fileVersion": "4.600.325.20307" - } - } - }, - "System.Numerics.Vectors/4.6.1": { - "runtime": { - "lib/netstandard2.0/System.Numerics.Vectors.dll": { - "assemblyVersion": "4.1.3.0", - "fileVersion": "4.600.125.16908" - } - } - }, - "System.Reflection.Metadata/8.0.0": { - "dependencies": { - "System.Collections.Immutable": "8.0.0", - "System.Memory": "4.6.3" - }, - "runtime": { - "lib/netstandard2.0/System.Reflection.Metadata.dll": { - "assemblyVersion": "8.0.0.0", - "fileVersion": "8.0.23.53103" - } - } - }, - "System.Runtime.CompilerServices.Unsafe/6.1.2": { - "runtime": { - "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.100.225.20307" - } - } - }, - "System.Text.Encoding.CodePages/7.0.0": { - "dependencies": { - "System.Memory": "4.6.3", - "System.Runtime.CompilerServices.Unsafe": "6.1.2" - }, - "runtime": { - "lib/netstandard2.0/System.Text.Encoding.CodePages.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.22.51805" - } - } - }, - "System.Threading.Tasks.Extensions/4.5.4": { - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.1.2" - }, - "runtime": { - "lib/netstandard2.0/System.Threading.Tasks.Extensions.dll": { - "assemblyVersion": "4.2.0.1", - "fileVersion": "4.6.28619.1" - } - } - } - } - }, - "libraries": { - "Inshiminator.Analyzers/0.1.2-g2e58a4565a": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Microsoft.CodeAnalysis.Common/4.12.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-c1kNYihL2gdcuU1dqm8R8YeA4YkB43TpU3pa2r66Uooh6AAhRtENzj9A4Kj0a+H8JDDyuTjNZql9XlVUzV+UjA==", - "path": "microsoft.codeanalysis.common/4.12.0", - "hashPath": "microsoft.codeanalysis.common.4.12.0.nupkg.sha512" - }, - "Microsoft.CodeAnalysis.CSharp/4.12.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-30vVQ1MizeC22iEdEvI2w0eTIYG43/L20yBzuQH01xKzJgHAoWehzI2F8u07o4mXh4DGMOjQF7aEm0zzvsG3Mg==", - "path": "microsoft.codeanalysis.csharp/4.12.0", - "hashPath": "microsoft.codeanalysis.csharp.4.12.0.nupkg.sha512" - }, - "Microsoft.SourceLink.GitHub/10.0.203": { - "type": "package", - "serviceable": true, - "sha512": "sha512-R4Tvr1oACImMS+Y5M7NM07ll9QyJSKnki3Dvz8QwG1W6FEmd+9fmZXAF6BE6UPswHF6n0v41wgMQGlaudOspqA==", - "path": "microsoft.sourcelink.github/10.0.203", - "hashPath": "microsoft.sourcelink.github.10.0.203.nupkg.sha512" - }, - "System.Buffers/4.6.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-N8GXpmiLMtljq7gwvyS+1QvKT/W2J8sNAvx+HVg4NGmsG/H+2k/y9QI23auLJRterrzCiDH+IWAw4V/GPwsMlw==", - "path": "system.buffers/4.6.1", - "hashPath": "system.buffers.4.6.1.nupkg.sha512" - }, - "System.Collections.Immutable/8.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-AurL6Y5BA1WotzlEvVaIDpqzpIPvYnnldxru8oXJU2yFxFUy3+pNXjXd1ymO+RA0rq0+590Q8gaz2l3Sr7fmqg==", - "path": "system.collections.immutable/8.0.0", - "hashPath": "system.collections.immutable.8.0.0.nupkg.sha512" - }, - "System.IO.Hashing/10.0.7": { - "type": "package", - "serviceable": true, - "sha512": "sha512-6hsjdSr4VOXSOnhALkYplHpAxnTG1J33YN42IB6nH2fEg4QnJqrZ4Ft+qn7mkrKAOYC8pCSFYwVWw6rQbmwgLQ==", - "path": "system.io.hashing/10.0.7", - "hashPath": "system.io.hashing.10.0.7.nupkg.sha512" - }, - "System.Memory/4.6.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-qdcDOgnFZY40+Q9876JUHnlHu7bosOHX8XISRoH94fwk6hgaeQGSgfZd8srWRZNt5bV9ZW2TljcegDNxsf+96A==", - "path": "system.memory/4.6.3", - "hashPath": "system.memory.4.6.3.nupkg.sha512" - }, - "System.Numerics.Vectors/4.6.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-sQxefTnhagrhoq2ReR0D/6K0zJcr9Hrd6kikeXsA1I8kOCboTavcUC4r7TSfpKFeE163uMuxZcyfO1mGO3EN8Q==", - "path": "system.numerics.vectors/4.6.1", - "hashPath": "system.numerics.vectors.4.6.1.nupkg.sha512" - }, - "System.Reflection.Metadata/8.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ptvgrFh7PvWI8bcVqG5rsA/weWM09EnthFHR5SCnS6IN+P4mj6rE1lBDC4U8HL9/57htKAqy4KQ3bBj84cfYyQ==", - "path": "system.reflection.metadata/8.0.0", - "hashPath": "system.reflection.metadata.8.0.0.nupkg.sha512" - }, - "System.Runtime.CompilerServices.Unsafe/6.1.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-2hBr6zdbIBTDE3EhK7NSVNdX58uTK6iHW/P/Axmm9sl1xoGSLqDvMtpecn226TNwHByFokYwJmt/aQQNlO5CRw==", - "path": "system.runtime.compilerservices.unsafe/6.1.2", - "hashPath": "system.runtime.compilerservices.unsafe.6.1.2.nupkg.sha512" - }, - "System.Text.Encoding.CodePages/7.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-LSyCblMpvOe0N3E+8e0skHcrIhgV2huaNcjUUEa8hRtgEAm36aGkRoC8Jxlb6Ra6GSfF29ftduPNywin8XolzQ==", - "path": "system.text.encoding.codepages/7.0.0", - "hashPath": "system.text.encoding.codepages.7.0.0.nupkg.sha512" - }, - "System.Threading.Tasks.Extensions/4.5.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==", - "path": "system.threading.tasks.extensions/4.5.4", - "hashPath": "system.threading.tasks.extensions.4.5.4.nupkg.sha512" - } - } -} \ No newline at end of file diff --git a/src/Inshiminator.Analyzers/bin/Debug/netstandard2.0/Inshiminator.Analyzers.dll b/src/Inshiminator.Analyzers/bin/Debug/netstandard2.0/Inshiminator.Analyzers.dll deleted file mode 100644 index 36536bf..0000000 Binary files a/src/Inshiminator.Analyzers/bin/Debug/netstandard2.0/Inshiminator.Analyzers.dll and /dev/null differ diff --git a/src/Inshiminator.Analyzers/bin/Debug/netstandard2.0/Inshiminator.Analyzers.pdb b/src/Inshiminator.Analyzers/bin/Debug/netstandard2.0/Inshiminator.Analyzers.pdb deleted file mode 100644 index 8d71f1b..0000000 Binary files a/src/Inshiminator.Analyzers/bin/Debug/netstandard2.0/Inshiminator.Analyzers.pdb and /dev/null differ diff --git a/src/Inshiminator.Analyzers/obj/Debug/netstandard2.0/.NETStandard,Version=v2.0.AssemblyAttributes.cs b/src/Inshiminator.Analyzers/obj/Debug/netstandard2.0/.NETStandard,Version=v2.0.AssemblyAttributes.cs deleted file mode 100644 index d474c37..0000000 --- a/src/Inshiminator.Analyzers/obj/Debug/netstandard2.0/.NETStandard,Version=v2.0.AssemblyAttributes.cs +++ /dev/null @@ -1,4 +0,0 @@ -// -using System; -using System.Reflection; -[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETStandard,Version=v2.0", FrameworkDisplayName = ".NET Standard 2.0")] diff --git a/src/Inshiminator.Analyzers/obj/Debug/netstandard2.0/Inshiminator.Analyzers.AssemblyInfo.cs b/src/Inshiminator.Analyzers/obj/Debug/netstandard2.0/Inshiminator.Analyzers.AssemblyInfo.cs deleted file mode 100644 index 96d4bf4..0000000 --- a/src/Inshiminator.Analyzers/obj/Debug/netstandard2.0/Inshiminator.Analyzers.AssemblyInfo.cs +++ /dev/null @@ -1,22 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -using System; -using System.Reflection; - -[assembly: System.Reflection.AssemblyCompanyAttribute("Jerrett Davis")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] -[assembly: System.Reflection.AssemblyCopyrightAttribute("Copyright (c) 2026 Jerrett Davis")] -[assembly: System.Reflection.AssemblyDescriptionAttribute("Analyzer-guided shim generation for .NET applications.")] -[assembly: System.Reflection.AssemblyProductAttribute("Inshiminator.Analyzers")] -[assembly: System.Reflection.AssemblyTitleAttribute("Inshiminator.Analyzers")] -[assembly: System.Reflection.AssemblyMetadataAttribute("RepositoryUrl", "https://github.com/JerrettDavis/InShimInator")] - -// Generated by the MSBuild WriteCodeFragment class. - diff --git a/src/Inshiminator.Analyzers/obj/Debug/netstandard2.0/Inshiminator.Analyzers.AssemblyInfoInputs.cache b/src/Inshiminator.Analyzers/obj/Debug/netstandard2.0/Inshiminator.Analyzers.AssemblyInfoInputs.cache deleted file mode 100644 index d3310c9..0000000 --- a/src/Inshiminator.Analyzers/obj/Debug/netstandard2.0/Inshiminator.Analyzers.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -3151cd1fb86138d7126769d8ca1c02c8cb9c88f4cc1c1799999fdd778b54f2e3 diff --git a/src/Inshiminator.Analyzers/obj/Debug/netstandard2.0/Inshiminator.Analyzers.GeneratedMSBuildEditorConfig.editorconfig b/src/Inshiminator.Analyzers/obj/Debug/netstandard2.0/Inshiminator.Analyzers.GeneratedMSBuildEditorConfig.editorconfig deleted file mode 100644 index 8c2c330..0000000 --- a/src/Inshiminator.Analyzers/obj/Debug/netstandard2.0/Inshiminator.Analyzers.GeneratedMSBuildEditorConfig.editorconfig +++ /dev/null @@ -1,16 +0,0 @@ -is_global = true -build_property.TargetFramework = netstandard2.0 -build_property.TargetPlatformMinVersion = 7.0 -build_property.UsingMicrosoftNETSdkWeb = -build_property.ProjectTypeGuids = -build_property.InvariantGlobalization = -build_property.PlatformNeutralAssembly = -build_property.EnforceExtendedAnalyzerRules = true -build_property._SupportedPlatformList = Linux,macOS,Windows -build_property.RootNamespace = Inshiminator.Analyzers -build_property.ProjectDir = C:\git\InShimInator\src\Inshiminator.Analyzers\ -build_property.EnableComHosting = -build_property.EnableGeneratedComInterfaceComImportInterop = -build_property.CsWinRTUseWindowsUIXamlProjections = false -build_property.EffectiveAnalysisLevelStyle = -build_property.EnableCodeStyleSeverity = diff --git a/src/Inshiminator.Analyzers/obj/Debug/netstandard2.0/Inshiminator.Analyzers.GlobalUsings.g.cs b/src/Inshiminator.Analyzers/obj/Debug/netstandard2.0/Inshiminator.Analyzers.GlobalUsings.g.cs deleted file mode 100644 index 3bad85c..0000000 --- a/src/Inshiminator.Analyzers/obj/Debug/netstandard2.0/Inshiminator.Analyzers.GlobalUsings.g.cs +++ /dev/null @@ -1,8 +0,0 @@ -// -global using System; -global using System.Collections.Generic; -global using System.IO; -global using System.Linq; -global using System.Net.Http; -global using System.Threading; -global using System.Threading.Tasks; diff --git a/src/Inshiminator.Analyzers/obj/Debug/netstandard2.0/Inshiminator.Analyzers.Version.cs b/src/Inshiminator.Analyzers/obj/Debug/netstandard2.0/Inshiminator.Analyzers.Version.cs deleted file mode 100644 index a13af0a..0000000 --- a/src/Inshiminator.Analyzers/obj/Debug/netstandard2.0/Inshiminator.Analyzers.Version.cs +++ /dev/null @@ -1,35 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -#pragma warning disable CA2243 - -[assembly: global::System.Reflection.AssemblyVersionAttribute("0.1.0.0")] -[assembly: global::System.Reflection.AssemblyFileVersionAttribute("0.1.2.11864")] -[assembly: global::System.Reflection.AssemblyInformationalVersionAttribute("0.1.2+2e58a4565a")] -#if NETSTANDARD || NETFRAMEWORK || NETCOREAPP -[global::System.CodeDom.Compiler.GeneratedCode("Nerdbank.GitVersioning.Tasks","3.9.50.28654")] -#endif -#if NET40_OR_GREATER || NETCOREAPP2_0_OR_GREATER || NETSTANDARD2_0_OR_GREATER -[global::System.Diagnostics.CodeAnalysis.ExcludeFromCodeCoverage] -#endif -internal static partial class ThisAssembly { - internal const string AssemblyConfiguration = "Debug"; - internal const string AssemblyFileVersion = "0.1.2.11864"; - internal const string AssemblyInformationalVersion = "0.1.2+2e58a4565a"; - internal const string AssemblyName = "Inshiminator.Analyzers"; - internal const string AssemblyTitle = "Inshiminator.Analyzers"; - internal const string AssemblyVersion = "0.1.0.0"; - internal static readonly global::System.DateTime GitCommitAuthorDate = new global::System.DateTime(639138599560000000L, global::System.DateTimeKind.Utc); - internal static readonly global::System.DateTime GitCommitDate = new global::System.DateTime(639138599560000000L, global::System.DateTimeKind.Utc); - internal const string GitCommitId = "2e58a4565a8558cbb77d4b912c0ddcb50b29665c"; - internal const bool IsPrerelease = false; - internal const bool IsPublicRelease = false; - internal const string RootNamespace = "Inshiminator.Analyzers"; -} diff --git a/src/Inshiminator.Analyzers/obj/Debug/netstandard2.0/Inshiminator.Analyzers.Version.cs.new b/src/Inshiminator.Analyzers/obj/Debug/netstandard2.0/Inshiminator.Analyzers.Version.cs.new deleted file mode 100644 index a13af0a..0000000 --- a/src/Inshiminator.Analyzers/obj/Debug/netstandard2.0/Inshiminator.Analyzers.Version.cs.new +++ /dev/null @@ -1,35 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -#pragma warning disable CA2243 - -[assembly: global::System.Reflection.AssemblyVersionAttribute("0.1.0.0")] -[assembly: global::System.Reflection.AssemblyFileVersionAttribute("0.1.2.11864")] -[assembly: global::System.Reflection.AssemblyInformationalVersionAttribute("0.1.2+2e58a4565a")] -#if NETSTANDARD || NETFRAMEWORK || NETCOREAPP -[global::System.CodeDom.Compiler.GeneratedCode("Nerdbank.GitVersioning.Tasks","3.9.50.28654")] -#endif -#if NET40_OR_GREATER || NETCOREAPP2_0_OR_GREATER || NETSTANDARD2_0_OR_GREATER -[global::System.Diagnostics.CodeAnalysis.ExcludeFromCodeCoverage] -#endif -internal static partial class ThisAssembly { - internal const string AssemblyConfiguration = "Debug"; - internal const string AssemblyFileVersion = "0.1.2.11864"; - internal const string AssemblyInformationalVersion = "0.1.2+2e58a4565a"; - internal const string AssemblyName = "Inshiminator.Analyzers"; - internal const string AssemblyTitle = "Inshiminator.Analyzers"; - internal const string AssemblyVersion = "0.1.0.0"; - internal static readonly global::System.DateTime GitCommitAuthorDate = new global::System.DateTime(639138599560000000L, global::System.DateTimeKind.Utc); - internal static readonly global::System.DateTime GitCommitDate = new global::System.DateTime(639138599560000000L, global::System.DateTimeKind.Utc); - internal const string GitCommitId = "2e58a4565a8558cbb77d4b912c0ddcb50b29665c"; - internal const bool IsPrerelease = false; - internal const bool IsPublicRelease = false; - internal const string RootNamespace = "Inshiminator.Analyzers"; -} diff --git a/src/Inshiminator.Analyzers/obj/Debug/netstandard2.0/Inshiminator.Analyzers.assets.cache b/src/Inshiminator.Analyzers/obj/Debug/netstandard2.0/Inshiminator.Analyzers.assets.cache deleted file mode 100644 index 865a42a..0000000 Binary files a/src/Inshiminator.Analyzers/obj/Debug/netstandard2.0/Inshiminator.Analyzers.assets.cache and /dev/null differ diff --git a/src/Inshiminator.Analyzers/obj/Debug/netstandard2.0/Inshiminator.Analyzers.csproj.AssemblyReference.cache b/src/Inshiminator.Analyzers/obj/Debug/netstandard2.0/Inshiminator.Analyzers.csproj.AssemblyReference.cache deleted file mode 100644 index ee275c2..0000000 Binary files a/src/Inshiminator.Analyzers/obj/Debug/netstandard2.0/Inshiminator.Analyzers.csproj.AssemblyReference.cache and /dev/null differ diff --git a/src/Inshiminator.Analyzers/obj/Debug/netstandard2.0/Inshiminator.Analyzers.csproj.CoreCompileInputs.cache b/src/Inshiminator.Analyzers/obj/Debug/netstandard2.0/Inshiminator.Analyzers.csproj.CoreCompileInputs.cache deleted file mode 100644 index 31e476a..0000000 --- a/src/Inshiminator.Analyzers/obj/Debug/netstandard2.0/Inshiminator.Analyzers.csproj.CoreCompileInputs.cache +++ /dev/null @@ -1 +0,0 @@ -3de62a4e7988b1333e7049337d625a50fac14438cfccb162b6974e4e7deeaea6 diff --git a/src/Inshiminator.Analyzers/obj/Debug/netstandard2.0/Inshiminator.Analyzers.csproj.FileListAbsolute.txt b/src/Inshiminator.Analyzers/obj/Debug/netstandard2.0/Inshiminator.Analyzers.csproj.FileListAbsolute.txt deleted file mode 100644 index 0a64421..0000000 --- a/src/Inshiminator.Analyzers/obj/Debug/netstandard2.0/Inshiminator.Analyzers.csproj.FileListAbsolute.txt +++ /dev/null @@ -1,10 +0,0 @@ -C:\git\InShimInator\src\Inshiminator.Analyzers\obj\Debug\netstandard2.0\Inshiminator.Analyzers.csproj.AssemblyReference.cache -C:\git\InShimInator\src\Inshiminator.Analyzers\obj\Debug\netstandard2.0\Inshiminator.Analyzers.GeneratedMSBuildEditorConfig.editorconfig -C:\git\InShimInator\src\Inshiminator.Analyzers\obj\Debug\netstandard2.0\Inshiminator.Analyzers.AssemblyInfoInputs.cache -C:\git\InShimInator\src\Inshiminator.Analyzers\obj\Debug\netstandard2.0\Inshiminator.Analyzers.AssemblyInfo.cs -C:\git\InShimInator\src\Inshiminator.Analyzers\obj\Debug\netstandard2.0\Inshiminator.Analyzers.csproj.CoreCompileInputs.cache -C:\git\InShimInator\src\Inshiminator.Analyzers\bin\Debug\netstandard2.0\Inshiminator.Analyzers.deps.json -C:\git\InShimInator\src\Inshiminator.Analyzers\bin\Debug\netstandard2.0\Inshiminator.Analyzers.dll -C:\git\InShimInator\src\Inshiminator.Analyzers\bin\Debug\netstandard2.0\Inshiminator.Analyzers.pdb -C:\git\InShimInator\src\Inshiminator.Analyzers\obj\Debug\netstandard2.0\Inshiminator.Analyzers.dll -C:\git\InShimInator\src\Inshiminator.Analyzers\obj\Debug\netstandard2.0\Inshiminator.Analyzers.pdb diff --git a/src/Inshiminator.Analyzers/obj/Debug/netstandard2.0/Inshiminator.Analyzers.dll b/src/Inshiminator.Analyzers/obj/Debug/netstandard2.0/Inshiminator.Analyzers.dll deleted file mode 100644 index 36536bf..0000000 Binary files a/src/Inshiminator.Analyzers/obj/Debug/netstandard2.0/Inshiminator.Analyzers.dll and /dev/null differ diff --git a/src/Inshiminator.Analyzers/obj/Debug/netstandard2.0/Inshiminator.Analyzers.pdb b/src/Inshiminator.Analyzers/obj/Debug/netstandard2.0/Inshiminator.Analyzers.pdb deleted file mode 100644 index 8d71f1b..0000000 Binary files a/src/Inshiminator.Analyzers/obj/Debug/netstandard2.0/Inshiminator.Analyzers.pdb and /dev/null differ diff --git a/src/Inshiminator.Analyzers/obj/Inshiminator.Analyzers.csproj.nuget.dgspec.json b/src/Inshiminator.Analyzers/obj/Inshiminator.Analyzers.csproj.nuget.dgspec.json deleted file mode 100644 index b51eb23..0000000 --- a/src/Inshiminator.Analyzers/obj/Inshiminator.Analyzers.csproj.nuget.dgspec.json +++ /dev/null @@ -1,915 +0,0 @@ -{ - "format": 1, - "restore": { - "C:\\git\\InShimInator\\src\\Inshiminator.Analyzers\\Inshiminator.Analyzers.csproj": {} - }, - "projects": { - "C:\\git\\InShimInator\\src\\Inshiminator.Analyzers\\Inshiminator.Analyzers.csproj": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "C:\\git\\InShimInator\\src\\Inshiminator.Analyzers\\Inshiminator.Analyzers.csproj", - "projectName": "Inshiminator.Analyzers", - "projectPath": "C:\\git\\InShimInator\\src\\Inshiminator.Analyzers\\Inshiminator.Analyzers.csproj", - "packagesPath": "C:\\Users\\jd\\.nuget\\packages\\", - "outputPath": "C:\\git\\InShimInator\\src\\Inshiminator.Analyzers\\obj\\", - "projectStyle": "PackageReference", - "crossTargeting": true, - "centralPackageVersionsManagementEnabled": true, - "fallbackFolders": [ - "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" - ], - "configFilePaths": [ - "C:\\git\\InShimInator\\NuGet.Config", - "C:\\Users\\jd\\AppData\\Roaming\\NuGet\\NuGet.Config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" - ], - "originalTargetFrameworks": [ - "net10.0", - "net8.0", - "netstandard2.0" - ], - "sources": { - "C:\\Program Files\\dotnet\\library-packs": {}, - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net8.0": { - "targetAlias": "net8.0", - "projectReferences": {} - }, - "net10.0": { - "targetAlias": "net10.0", - "projectReferences": {} - }, - "netstandard2.0": { - "targetAlias": "netstandard2.0", - "projectReferences": {} - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - }, - "restoreAuditProperties": { - "enableAudit": "true", - "auditLevel": "low", - "auditMode": "all" - }, - "SdkAnalysisLevel": "10.0.100" - }, - "frameworks": { - "net8.0": { - "targetAlias": "net8.0", - "dependencies": { - "Microsoft.CodeAnalysis.Analyzers": { - "include": "Runtime, Build, Native, ContentFiles, Analyzers, BuildTransitive", - "suppressParent": "All", - "target": "Package", - "version": "[3.11.0, )", - "versionCentrallyManaged": true - }, - "Microsoft.CodeAnalysis.CSharp": { - "target": "Package", - "version": "[4.12.0, )", - "versionCentrallyManaged": true - }, - "Microsoft.SourceLink.GitHub": { - "suppressParent": "All", - "target": "Package", - "version": "[10.0.203, )", - "versionCentrallyManaged": true - }, - "Nerdbank.GitVersioning": { - "suppressParent": "All", - "target": "Package", - "version": "[3.9.50, )", - "versionCentrallyManaged": true - } - }, - "centralPackageVersions": { - "coverlet.collector": "10.0.0", - "Microsoft.Build.Locator": "1.11.2", - "Microsoft.CodeAnalysis.Analyzers": "3.11.0", - "Microsoft.CodeAnalysis.CSharp": "4.12.0", - "Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.12.0", - "Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing.XUnit": "1.1.2", - "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.7", - "Microsoft.NET.Test.Sdk": "18.5.1", - "Microsoft.SourceLink.GitHub": "10.0.203", - "Nerdbank.GitVersioning": "3.9.50", - "Spectre.Console.Cli": "0.55.0", - "xunit": "2.9.3", - "xunit.runner.visualstudio": "3.1.5" - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48", - "net481" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\10.0.107/PortableRuntimeIdentifierGraph.json", - "packagesToPrune": { - "Microsoft.CSharp": "(,4.7.32767]", - "Microsoft.VisualBasic": "(,10.3.32767]", - "Microsoft.Win32.Primitives": "(,4.3.32767]", - "Microsoft.Win32.Registry": "(,5.0.32767]", - "runtime.any.System.Collections": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.any.System.Globalization": "(,4.3.32767]", - "runtime.any.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.any.System.IO": "(,4.3.32767]", - "runtime.any.System.Reflection": "(,4.3.32767]", - "runtime.any.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.any.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.any.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.any.System.Runtime": "(,4.3.32767]", - "runtime.any.System.Runtime.Handles": "(,4.3.32767]", - "runtime.any.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.any.System.Text.Encoding": "(,4.3.32767]", - "runtime.any.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.any.System.Threading.Tasks": "(,4.3.32767]", - "runtime.any.System.Threading.Timer": "(,4.3.32767]", - "runtime.aot.System.Collections": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.aot.System.Globalization": "(,4.3.32767]", - "runtime.aot.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.aot.System.IO": "(,4.3.32767]", - "runtime.aot.System.Reflection": "(,4.3.32767]", - "runtime.aot.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.aot.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.aot.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.aot.System.Runtime": "(,4.3.32767]", - "runtime.aot.System.Runtime.Handles": "(,4.3.32767]", - "runtime.aot.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.aot.System.Threading.Tasks": "(,4.3.32767]", - "runtime.aot.System.Threading.Timer": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.native.System.Security.Cryptography.Apple": "(,4.3.32767]", - "runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.unix.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.unix.System.Console": "(,4.3.32767]", - "runtime.unix.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.unix.System.IO.FileSystem": "(,4.3.32767]", - "runtime.unix.System.Net.Primitives": "(,4.3.32767]", - "runtime.unix.System.Net.Sockets": "(,4.3.32767]", - "runtime.unix.System.Private.Uri": "(,4.3.32767]", - "runtime.unix.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.win.System.Console": "(,4.3.32767]", - "runtime.win.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.win.System.IO.FileSystem": "(,4.3.32767]", - "runtime.win.System.Net.Primitives": "(,4.3.32767]", - "runtime.win.System.Net.Sockets": "(,4.3.32767]", - "runtime.win.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win10-arm-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-arm64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win10-x64-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-x86-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7-x86.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7.System.Private.Uri": "(,4.3.32767]", - "runtime.win8-arm.runtime.native.System.IO.Compression": "(,4.3.32767]", - "System.AppContext": "(,4.3.32767]", - "System.Buffers": "(,4.6.32767]", - "System.Collections": "(,4.3.32767]", - "System.Collections.Concurrent": "(,4.3.32767]", - "System.Collections.Immutable": "(,8.0.32767]", - "System.Collections.NonGeneric": "(,4.3.32767]", - "System.Collections.Specialized": "(,4.3.32767]", - "System.ComponentModel": "(,4.3.32767]", - "System.ComponentModel.Annotations": "(,5.0.32767]", - "System.ComponentModel.EventBasedAsync": "(,4.3.32767]", - "System.ComponentModel.Primitives": "(,4.3.32767]", - "System.ComponentModel.TypeConverter": "(,4.3.32767]", - "System.Console": "(,4.3.32767]", - "System.Data.Common": "(,4.3.32767]", - "System.Data.DataSetExtensions": "(,4.5.32767]", - "System.Diagnostics.Contracts": "(,4.3.32767]", - "System.Diagnostics.Debug": "(,4.3.32767]", - "System.Diagnostics.DiagnosticSource": "(,8.0.32767]", - "System.Diagnostics.FileVersionInfo": "(,4.3.32767]", - "System.Diagnostics.Process": "(,4.3.32767]", - "System.Diagnostics.StackTrace": "(,4.3.32767]", - "System.Diagnostics.TextWriterTraceListener": "(,4.3.32767]", - "System.Diagnostics.Tools": "(,4.3.32767]", - "System.Diagnostics.TraceSource": "(,4.3.32767]", - "System.Diagnostics.Tracing": "(,4.3.32767]", - "System.Drawing.Primitives": "(,4.3.32767]", - "System.Dynamic.Runtime": "(,4.3.32767]", - "System.Formats.Asn1": "(,8.0.32767]", - "System.Globalization": "(,4.3.32767]", - "System.Globalization.Calendars": "(,4.3.32767]", - "System.Globalization.Extensions": "(,4.3.32767]", - "System.IO": "(,4.3.32767]", - "System.IO.Compression": "(,4.3.32767]", - "System.IO.Compression.ZipFile": "(,4.3.32767]", - "System.IO.FileSystem": "(,4.3.32767]", - "System.IO.FileSystem.AccessControl": "(,5.0.32767]", - "System.IO.FileSystem.DriveInfo": "(,4.3.32767]", - "System.IO.FileSystem.Primitives": "(,4.3.32767]", - "System.IO.FileSystem.Watcher": "(,4.3.32767]", - "System.IO.IsolatedStorage": "(,4.3.32767]", - "System.IO.MemoryMappedFiles": "(,4.3.32767]", - "System.IO.Pipes": "(,4.3.32767]", - "System.IO.Pipes.AccessControl": "(,4.6.32767]", - "System.IO.UnmanagedMemoryStream": "(,4.3.32767]", - "System.Linq": "(,4.3.32767]", - "System.Linq.Expressions": "(,4.3.32767]", - "System.Linq.Parallel": "(,4.3.32767]", - "System.Linq.Queryable": "(,4.3.32767]", - "System.Memory": "(,4.6.32767]", - "System.Net.Http": "(,4.3.32767]", - "System.Net.Http.Json": "(,8.0.32767]", - "System.Net.NameResolution": "(,4.3.32767]", - "System.Net.NetworkInformation": "(,4.3.32767]", - "System.Net.Ping": "(,4.3.32767]", - "System.Net.Primitives": "(,4.3.32767]", - "System.Net.Requests": "(,4.3.32767]", - "System.Net.Security": "(,4.3.32767]", - "System.Net.Sockets": "(,4.3.32767]", - "System.Net.WebHeaderCollection": "(,4.3.32767]", - "System.Net.WebSockets": "(,4.3.32767]", - "System.Net.WebSockets.Client": "(,4.3.32767]", - "System.Numerics.Vectors": "(,4.6.32767]", - "System.ObjectModel": "(,4.3.32767]", - "System.Private.DataContractSerialization": "(,4.3.32767]", - "System.Private.Uri": "(,4.3.32767]", - "System.Reflection": "(,4.3.32767]", - "System.Reflection.DispatchProxy": "(,4.8.32767]", - "System.Reflection.Emit": "(,4.7.32767]", - "System.Reflection.Emit.ILGeneration": "(,4.7.32767]", - "System.Reflection.Emit.Lightweight": "(,4.7.32767]", - "System.Reflection.Extensions": "(,4.3.32767]", - "System.Reflection.Metadata": "(,8.0.32767]", - "System.Reflection.Primitives": "(,4.3.32767]", - "System.Reflection.TypeExtensions": "(,4.7.32767]", - "System.Resources.Reader": "(,4.3.32767]", - "System.Resources.ResourceManager": "(,4.3.32767]", - "System.Resources.Writer": "(,4.3.32767]", - "System.Runtime": "(,4.3.32767]", - "System.Runtime.CompilerServices.Unsafe": "(,6.1.32767]", - "System.Runtime.CompilerServices.VisualC": "(,4.3.32767]", - "System.Runtime.Extensions": "(,4.3.32767]", - "System.Runtime.Handles": "(,4.3.32767]", - "System.Runtime.InteropServices": "(,4.3.32767]", - "System.Runtime.InteropServices.RuntimeInformation": "(,4.3.32767]", - "System.Runtime.Loader": "(,4.3.32767]", - "System.Runtime.Numerics": "(,4.3.32767]", - "System.Runtime.Serialization.Formatters": "(,4.3.32767]", - "System.Runtime.Serialization.Json": "(,4.3.32767]", - "System.Runtime.Serialization.Primitives": "(,4.3.32767]", - "System.Runtime.Serialization.Xml": "(,4.3.32767]", - "System.Security.AccessControl": "(,6.0.32767]", - "System.Security.Claims": "(,4.3.32767]", - "System.Security.Cryptography.Algorithms": "(,4.3.32767]", - "System.Security.Cryptography.Cng": "(,4.6.32767]", - "System.Security.Cryptography.Csp": "(,4.3.32767]", - "System.Security.Cryptography.Encoding": "(,4.3.32767]", - "System.Security.Cryptography.OpenSsl": "(,5.0.32767]", - "System.Security.Cryptography.Primitives": "(,4.3.32767]", - "System.Security.Cryptography.X509Certificates": "(,4.3.32767]", - "System.Security.Principal": "(,4.3.32767]", - "System.Security.Principal.Windows": "(,5.0.32767]", - "System.Security.SecureString": "(,4.3.32767]", - "System.Text.Encoding": "(,4.3.32767]", - "System.Text.Encoding.CodePages": "(,8.0.32767]", - "System.Text.Encoding.Extensions": "(,4.3.32767]", - "System.Text.Encodings.Web": "(,8.0.32767]", - "System.Text.Json": "(,8.0.32767]", - "System.Text.RegularExpressions": "(,4.3.32767]", - "System.Threading": "(,4.3.32767]", - "System.Threading.Channels": "(,8.0.32767]", - "System.Threading.Overlapped": "(,4.3.32767]", - "System.Threading.Tasks": "(,4.3.32767]", - "System.Threading.Tasks.Dataflow": "(,8.0.32767]", - "System.Threading.Tasks.Extensions": "(,4.6.32767]", - "System.Threading.Tasks.Parallel": "(,4.3.32767]", - "System.Threading.Thread": "(,4.3.32767]", - "System.Threading.ThreadPool": "(,4.3.32767]", - "System.Threading.Timer": "(,4.3.32767]", - "System.ValueTuple": "(,4.6.32767]", - "System.Xml.ReaderWriter": "(,4.3.32767]", - "System.Xml.XDocument": "(,4.3.32767]", - "System.Xml.XmlDocument": "(,4.3.32767]", - "System.Xml.XmlSerializer": "(,4.3.32767]", - "System.Xml.XPath": "(,4.3.32767]", - "System.Xml.XPath.XDocument": "(,4.3.32767]" - } - }, - "net10.0": { - "targetAlias": "net10.0", - "dependencies": { - "Microsoft.CodeAnalysis.Analyzers": { - "include": "Runtime, Build, Native, ContentFiles, Analyzers, BuildTransitive", - "suppressParent": "All", - "target": "Package", - "version": "[3.11.0, )", - "versionCentrallyManaged": true - }, - "Microsoft.CodeAnalysis.CSharp": { - "target": "Package", - "version": "[4.12.0, )", - "versionCentrallyManaged": true - }, - "Microsoft.SourceLink.GitHub": { - "suppressParent": "All", - "target": "Package", - "version": "[10.0.203, )", - "versionCentrallyManaged": true - }, - "Nerdbank.GitVersioning": { - "suppressParent": "All", - "target": "Package", - "version": "[3.9.50, )", - "versionCentrallyManaged": true - } - }, - "centralPackageVersions": { - "coverlet.collector": "10.0.0", - "Microsoft.Build.Locator": "1.11.2", - "Microsoft.CodeAnalysis.Analyzers": "3.11.0", - "Microsoft.CodeAnalysis.CSharp": "4.12.0", - "Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.12.0", - "Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing.XUnit": "1.1.2", - "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.7", - "Microsoft.NET.Test.Sdk": "18.5.1", - "Microsoft.SourceLink.GitHub": "10.0.203", - "Nerdbank.GitVersioning": "3.9.50", - "Spectre.Console.Cli": "0.55.0", - "xunit": "2.9.3", - "xunit.runner.visualstudio": "3.1.5" - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48", - "net481" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\10.0.107/PortableRuntimeIdentifierGraph.json", - "packagesToPrune": { - "Microsoft.CSharp": "(,4.7.32767]", - "Microsoft.VisualBasic": "(,10.4.32767]", - "Microsoft.Win32.Primitives": "(,4.3.32767]", - "Microsoft.Win32.Registry": "(,5.0.32767]", - "runtime.any.System.Collections": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.any.System.Globalization": "(,4.3.32767]", - "runtime.any.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.any.System.IO": "(,4.3.32767]", - "runtime.any.System.Reflection": "(,4.3.32767]", - "runtime.any.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.any.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.any.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.any.System.Runtime": "(,4.3.32767]", - "runtime.any.System.Runtime.Handles": "(,4.3.32767]", - "runtime.any.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.any.System.Text.Encoding": "(,4.3.32767]", - "runtime.any.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.any.System.Threading.Tasks": "(,4.3.32767]", - "runtime.any.System.Threading.Timer": "(,4.3.32767]", - "runtime.aot.System.Collections": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.aot.System.Globalization": "(,4.3.32767]", - "runtime.aot.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.aot.System.IO": "(,4.3.32767]", - "runtime.aot.System.Reflection": "(,4.3.32767]", - "runtime.aot.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.aot.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.aot.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.aot.System.Runtime": "(,4.3.32767]", - "runtime.aot.System.Runtime.Handles": "(,4.3.32767]", - "runtime.aot.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.aot.System.Threading.Tasks": "(,4.3.32767]", - "runtime.aot.System.Threading.Timer": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.unix.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.unix.System.Console": "(,4.3.32767]", - "runtime.unix.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.unix.System.IO.FileSystem": "(,4.3.32767]", - "runtime.unix.System.Net.Primitives": "(,4.3.32767]", - "runtime.unix.System.Net.Sockets": "(,4.3.32767]", - "runtime.unix.System.Private.Uri": "(,4.3.32767]", - "runtime.unix.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.win.System.Console": "(,4.3.32767]", - "runtime.win.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.win.System.IO.FileSystem": "(,4.3.32767]", - "runtime.win.System.Net.Primitives": "(,4.3.32767]", - "runtime.win.System.Net.Sockets": "(,4.3.32767]", - "runtime.win.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win10-arm-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-arm64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win10-x64-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-x86-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7-x86.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7.System.Private.Uri": "(,4.3.32767]", - "runtime.win8-arm.runtime.native.System.IO.Compression": "(,4.3.32767]", - "System.AppContext": "(,4.3.32767]", - "System.Buffers": "(,5.0.32767]", - "System.Collections": "(,4.3.32767]", - "System.Collections.Concurrent": "(,4.3.32767]", - "System.Collections.Immutable": "(,10.0.32767]", - "System.Collections.NonGeneric": "(,4.3.32767]", - "System.Collections.Specialized": "(,4.3.32767]", - "System.ComponentModel": "(,4.3.32767]", - "System.ComponentModel.Annotations": "(,4.3.32767]", - "System.ComponentModel.EventBasedAsync": "(,4.3.32767]", - "System.ComponentModel.Primitives": "(,4.3.32767]", - "System.ComponentModel.TypeConverter": "(,4.3.32767]", - "System.Console": "(,4.3.32767]", - "System.Data.Common": "(,4.3.32767]", - "System.Data.DataSetExtensions": "(,4.4.32767]", - "System.Diagnostics.Contracts": "(,4.3.32767]", - "System.Diagnostics.Debug": "(,4.3.32767]", - "System.Diagnostics.DiagnosticSource": "(,10.0.32767]", - "System.Diagnostics.FileVersionInfo": "(,4.3.32767]", - "System.Diagnostics.Process": "(,4.3.32767]", - "System.Diagnostics.StackTrace": "(,4.3.32767]", - "System.Diagnostics.TextWriterTraceListener": "(,4.3.32767]", - "System.Diagnostics.Tools": "(,4.3.32767]", - "System.Diagnostics.TraceSource": "(,4.3.32767]", - "System.Diagnostics.Tracing": "(,4.3.32767]", - "System.Drawing.Primitives": "(,4.3.32767]", - "System.Dynamic.Runtime": "(,4.3.32767]", - "System.Formats.Asn1": "(,10.0.32767]", - "System.Formats.Tar": "(,10.0.32767]", - "System.Globalization": "(,4.3.32767]", - "System.Globalization.Calendars": "(,4.3.32767]", - "System.Globalization.Extensions": "(,4.3.32767]", - "System.IO": "(,4.3.32767]", - "System.IO.Compression": "(,4.3.32767]", - "System.IO.Compression.ZipFile": "(,4.3.32767]", - "System.IO.FileSystem": "(,4.3.32767]", - "System.IO.FileSystem.AccessControl": "(,4.4.32767]", - "System.IO.FileSystem.DriveInfo": "(,4.3.32767]", - "System.IO.FileSystem.Primitives": "(,4.3.32767]", - "System.IO.FileSystem.Watcher": "(,4.3.32767]", - "System.IO.IsolatedStorage": "(,4.3.32767]", - "System.IO.MemoryMappedFiles": "(,4.3.32767]", - "System.IO.Pipelines": "(,10.0.32767]", - "System.IO.Pipes": "(,4.3.32767]", - "System.IO.Pipes.AccessControl": "(,5.0.32767]", - "System.IO.UnmanagedMemoryStream": "(,4.3.32767]", - "System.Linq": "(,4.3.32767]", - "System.Linq.AsyncEnumerable": "(,10.0.32767]", - "System.Linq.Expressions": "(,4.3.32767]", - "System.Linq.Parallel": "(,4.3.32767]", - "System.Linq.Queryable": "(,4.3.32767]", - "System.Memory": "(,5.0.32767]", - "System.Net.Http": "(,4.3.32767]", - "System.Net.Http.Json": "(,10.0.32767]", - "System.Net.NameResolution": "(,4.3.32767]", - "System.Net.NetworkInformation": "(,4.3.32767]", - "System.Net.Ping": "(,4.3.32767]", - "System.Net.Primitives": "(,4.3.32767]", - "System.Net.Requests": "(,4.3.32767]", - "System.Net.Security": "(,4.3.32767]", - "System.Net.ServerSentEvents": "(,10.0.32767]", - "System.Net.Sockets": "(,4.3.32767]", - "System.Net.WebHeaderCollection": "(,4.3.32767]", - "System.Net.WebSockets": "(,4.3.32767]", - "System.Net.WebSockets.Client": "(,4.3.32767]", - "System.Numerics.Vectors": "(,5.0.32767]", - "System.ObjectModel": "(,4.3.32767]", - "System.Private.DataContractSerialization": "(,4.3.32767]", - "System.Private.Uri": "(,4.3.32767]", - "System.Reflection": "(,4.3.32767]", - "System.Reflection.DispatchProxy": "(,6.0.32767]", - "System.Reflection.Emit": "(,4.7.32767]", - "System.Reflection.Emit.ILGeneration": "(,4.7.32767]", - "System.Reflection.Emit.Lightweight": "(,4.7.32767]", - "System.Reflection.Extensions": "(,4.3.32767]", - "System.Reflection.Metadata": "(,10.0.32767]", - "System.Reflection.Primitives": "(,4.3.32767]", - "System.Reflection.TypeExtensions": "(,4.3.32767]", - "System.Resources.Reader": "(,4.3.32767]", - "System.Resources.ResourceManager": "(,4.3.32767]", - "System.Resources.Writer": "(,4.3.32767]", - "System.Runtime": "(,4.3.32767]", - "System.Runtime.CompilerServices.Unsafe": "(,7.0.32767]", - "System.Runtime.CompilerServices.VisualC": "(,4.3.32767]", - "System.Runtime.Extensions": "(,4.3.32767]", - "System.Runtime.Handles": "(,4.3.32767]", - "System.Runtime.InteropServices": "(,4.3.32767]", - "System.Runtime.InteropServices.RuntimeInformation": "(,4.3.32767]", - "System.Runtime.Loader": "(,4.3.32767]", - "System.Runtime.Numerics": "(,4.3.32767]", - "System.Runtime.Serialization.Formatters": "(,4.3.32767]", - "System.Runtime.Serialization.Json": "(,4.3.32767]", - "System.Runtime.Serialization.Primitives": "(,4.3.32767]", - "System.Runtime.Serialization.Xml": "(,4.3.32767]", - "System.Security.AccessControl": "(,6.0.32767]", - "System.Security.Claims": "(,4.3.32767]", - "System.Security.Cryptography.Algorithms": "(,4.3.32767]", - "System.Security.Cryptography.Cng": "(,5.0.32767]", - "System.Security.Cryptography.Csp": "(,4.3.32767]", - "System.Security.Cryptography.Encoding": "(,4.3.32767]", - "System.Security.Cryptography.OpenSsl": "(,5.0.32767]", - "System.Security.Cryptography.Primitives": "(,4.3.32767]", - "System.Security.Cryptography.X509Certificates": "(,4.3.32767]", - "System.Security.Principal": "(,4.3.32767]", - "System.Security.Principal.Windows": "(,5.0.32767]", - "System.Security.SecureString": "(,4.3.32767]", - "System.Text.Encoding": "(,4.3.32767]", - "System.Text.Encoding.CodePages": "(,10.0.32767]", - "System.Text.Encoding.Extensions": "(,4.3.32767]", - "System.Text.Encodings.Web": "(,10.0.32767]", - "System.Text.Json": "(,10.0.32767]", - "System.Text.RegularExpressions": "(,4.3.32767]", - "System.Threading": "(,4.3.32767]", - "System.Threading.AccessControl": "(,10.0.32767]", - "System.Threading.Channels": "(,10.0.32767]", - "System.Threading.Overlapped": "(,4.3.32767]", - "System.Threading.Tasks": "(,4.3.32767]", - "System.Threading.Tasks.Dataflow": "(,10.0.32767]", - "System.Threading.Tasks.Extensions": "(,5.0.32767]", - "System.Threading.Tasks.Parallel": "(,4.3.32767]", - "System.Threading.Thread": "(,4.3.32767]", - "System.Threading.ThreadPool": "(,4.3.32767]", - "System.Threading.Timer": "(,4.3.32767]", - "System.ValueTuple": "(,4.5.32767]", - "System.Xml.ReaderWriter": "(,4.3.32767]", - "System.Xml.XDocument": "(,4.3.32767]", - "System.Xml.XmlDocument": "(,4.3.32767]", - "System.Xml.XmlSerializer": "(,4.3.32767]", - "System.Xml.XPath": "(,4.3.32767]", - "System.Xml.XPath.XDocument": "(,5.0.32767]" - } - }, - "netstandard2.0": { - "targetAlias": "netstandard2.0", - "dependencies": { - "Microsoft.CodeAnalysis.Analyzers": { - "include": "Runtime, Build, Native, ContentFiles, Analyzers, BuildTransitive", - "suppressParent": "All", - "target": "Package", - "version": "[3.11.0, )", - "versionCentrallyManaged": true - }, - "Microsoft.CodeAnalysis.CSharp": { - "target": "Package", - "version": "[4.12.0, )", - "versionCentrallyManaged": true - }, - "Microsoft.SourceLink.GitHub": { - "suppressParent": "All", - "target": "Package", - "version": "[10.0.203, )", - "versionCentrallyManaged": true - }, - "NETStandard.Library": { - "suppressParent": "All", - "target": "Package", - "version": "[2.0.3, )", - "autoReferenced": true - }, - "Nerdbank.GitVersioning": { - "suppressParent": "All", - "target": "Package", - "version": "[3.9.50, )", - "versionCentrallyManaged": true - } - }, - "centralPackageVersions": { - "coverlet.collector": "10.0.0", - "Microsoft.Build.Locator": "1.11.2", - "Microsoft.CodeAnalysis.Analyzers": "3.11.0", - "Microsoft.CodeAnalysis.CSharp": "4.12.0", - "Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.12.0", - "Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing.XUnit": "1.1.2", - "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.7", - "Microsoft.NET.Test.Sdk": "18.5.1", - "Microsoft.SourceLink.GitHub": "10.0.203", - "Nerdbank.GitVersioning": "3.9.50", - "Spectre.Console.Cli": "0.55.0", - "xunit": "2.9.3", - "xunit.runner.visualstudio": "3.1.5" - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48", - "net481" - ], - "assetTargetFallback": true, - "warn": true, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\10.0.107\\RuntimeIdentifierGraph.json", - "packagesToPrune": { - "Microsoft.Win32.Primitives": "(,4.3.0]", - "System.AppContext": "(,4.3.0]", - "System.Collections": "(,4.3.0]", - "System.Collections.NonGeneric": "(,4.3.0]", - "System.Collections.Specialized": "(,4.3.0]", - "System.ComponentModel": "(,4.3.0]", - "System.ComponentModel.EventBasedAsync": "(,4.3.0]", - "System.ComponentModel.Primitives": "(,4.3.0]", - "System.ComponentModel.TypeConverter": "(,4.3.0]", - "System.Console": "(,4.3.1]", - "System.Data.Common": "(,4.3.0]", - "System.Diagnostics.Contracts": "(,4.3.0]", - "System.Diagnostics.Debug": "(,4.3.0]", - "System.Diagnostics.FileVersionInfo": "(,4.3.0]", - "System.Diagnostics.Process": "(,4.3.0]", - "System.Diagnostics.StackTrace": "(,4.3.0]", - "System.Diagnostics.TextWriterTraceListener": "(,4.3.0]", - "System.Diagnostics.Tools": "(,4.3.0]", - "System.Diagnostics.TraceSource": "(,4.3.0]", - "System.Diagnostics.Tracing": "(,4.3.0]", - "System.Drawing.Primitives": "(,4.3.0]", - "System.Dynamic.Runtime": "(,4.3.0]", - "System.Globalization": "(,4.3.0]", - "System.Globalization.Calendars": "(,4.3.0]", - "System.Globalization.Extensions": "(,4.3.0]", - "System.IO": "(,4.3.0]", - "System.IO.Compression": "(,4.3.0]", - "System.IO.Compression.ZipFile": "(,4.3.0]", - "System.IO.FileSystem": "(,4.3.0]", - "System.IO.FileSystem.DriveInfo": "(,4.3.1]", - "System.IO.FileSystem.Primitives": "(,4.3.0]", - "System.IO.FileSystem.Watcher": "(,4.3.0]", - "System.IO.IsolatedStorage": "(,4.3.0]", - "System.IO.MemoryMappedFiles": "(,4.3.0]", - "System.IO.Pipes": "(,4.3.0]", - "System.IO.UnmanagedMemoryStream": "(,4.3.0]", - "System.Linq": "(,4.3.0]", - "System.Linq.Expressions": "(,4.3.0]", - "System.Linq.Parallel": "(,4.3.0]", - "System.Linq.Queryable": "(,4.3.0]", - "System.Net.Http": "(,4.3.4]", - "System.Net.NameResolution": "(,4.3.0]", - "System.Net.NetworkInformation": "(,4.3.0]", - "System.Net.Ping": "(,4.3.0]", - "System.Net.Primitives": "(,4.3.1]", - "System.Net.Requests": "(,4.3.0]", - "System.Net.Security": "(,4.3.2]", - "System.Net.Sockets": "(,4.3.0]", - "System.Net.WebHeaderCollection": "(,4.3.0]", - "System.Net.WebSockets": "(,4.3.0]", - "System.Net.WebSockets.Client": "(,4.3.2]", - "System.Reflection": "(,4.3.0]", - "System.Reflection.Extensions": "(,4.3.0]", - "System.Reflection.Primitives": "(,4.3.0]", - "System.Resources.Reader": "(,4.3.0]", - "System.Resources.ResourceManager": "(,4.3.0]", - "System.Resources.Writer": "(,4.3.0]", - "System.Runtime": "(,4.3.1]", - "System.Runtime.CompilerServices.VisualC": "(,4.3.0]", - "System.Runtime.Extensions": "(,4.3.1]", - "System.Runtime.Handles": "(,4.3.0]", - "System.Runtime.InteropServices": "(,4.3.0]", - "System.Runtime.InteropServices.RuntimeInformation": "(,4.3.0]", - "System.Runtime.Numerics": "(,4.3.0]", - "System.Runtime.Serialization.Formatters": "(,4.3.0]", - "System.Runtime.Serialization.Primitives": "(,4.3.0]", - "System.Runtime.Serialization.Xml": "(,4.3.0]", - "System.Security.Claims": "(,4.3.0]", - "System.Security.Cryptography.Algorithms": "(,4.3.1]", - "System.Security.Cryptography.Csp": "(,4.3.0]", - "System.Security.Cryptography.Encoding": "(,4.3.0]", - "System.Security.Cryptography.Primitives": "(,4.3.0]", - "System.Security.Cryptography.X509Certificates": "(,4.3.2]", - "System.Security.Principal": "(,4.3.0]", - "System.Security.SecureString": "(,4.3.0]", - "System.Text.Encoding": "(,4.3.0]", - "System.Text.Encoding.Extensions": "(,4.3.0]", - "System.Text.RegularExpressions": "(,4.3.0]", - "System.Threading": "(,4.3.0]", - "System.Threading.Overlapped": "(,4.3.0]", - "System.Threading.Tasks": "(,4.3.0]", - "System.Threading.Tasks.Parallel": "(,4.3.0]", - "System.Threading.Thread": "(,4.3.0]", - "System.Threading.ThreadPool": "(,4.3.0]", - "System.Threading.Timer": "(,4.3.0]", - "System.ValueTuple": "(,4.6.1]", - "System.Xml.ReaderWriter": "(,4.3.1]", - "System.Xml.XDocument": "(,4.3.0]", - "System.Xml.XmlDocument": "(,4.3.0]", - "System.Xml.XmlSerializer": "(,4.3.0]", - "System.Xml.XPath": "(,4.3.0]", - "System.Xml.XPath.XDocument": "(,4.3.0]" - } - } - } - } - } -} \ No newline at end of file diff --git a/src/Inshiminator.Analyzers/obj/Inshiminator.Analyzers.csproj.nuget.g.props b/src/Inshiminator.Analyzers/obj/Inshiminator.Analyzers.csproj.nuget.g.props deleted file mode 100644 index b6adc11..0000000 --- a/src/Inshiminator.Analyzers/obj/Inshiminator.Analyzers.csproj.nuget.g.props +++ /dev/null @@ -1,61 +0,0 @@ - - - - True - NuGet - $(MSBuildThisFileDirectory)project.assets.json - $(UserProfile)\.nuget\packages\ - C:\Users\jd\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages - PackageReference - 7.0.0 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - C:\Users\jd\.nuget\packages\microsoft.sourcelink.common\10.0.203 - C:\Users\jd\.nuget\packages\microsoft.build.tasks.git\10.0.203 - C:\Users\jd\.nuget\packages\microsoft.sourcelink.github\10.0.203 - C:\Users\jd\.nuget\packages\microsoft.codeanalysis.analyzers\3.11.0 - - - C:\Users\jd\.nuget\packages\microsoft.sourcelink.common\10.0.203 - C:\Users\jd\.nuget\packages\microsoft.build.tasks.git\10.0.203 - C:\Users\jd\.nuget\packages\microsoft.sourcelink.github\10.0.203 - C:\Users\jd\.nuget\packages\microsoft.codeanalysis.analyzers\3.11.0 - - - C:\Users\jd\.nuget\packages\microsoft.sourcelink.common\10.0.203 - C:\Users\jd\.nuget\packages\microsoft.build.tasks.git\10.0.203 - C:\Users\jd\.nuget\packages\microsoft.sourcelink.github\10.0.203 - C:\Users\jd\.nuget\packages\microsoft.codeanalysis.analyzers\3.11.0 - - \ No newline at end of file diff --git a/src/Inshiminator.Analyzers/obj/Inshiminator.Analyzers.csproj.nuget.g.targets b/src/Inshiminator.Analyzers/obj/Inshiminator.Analyzers.csproj.nuget.g.targets deleted file mode 100644 index f32129a..0000000 --- a/src/Inshiminator.Analyzers/obj/Inshiminator.Analyzers.csproj.nuget.g.targets +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/Inshiminator.Analyzers/obj/project.assets.json b/src/Inshiminator.Analyzers/obj/project.assets.json deleted file mode 100644 index 46f44cb..0000000 --- a/src/Inshiminator.Analyzers/obj/project.assets.json +++ /dev/null @@ -1,3120 +0,0 @@ -{ - "version": 3, - "targets": { - ".NETStandard,Version=v2.0": { - "Microsoft.Build.Tasks.Git/10.0.203": { - "type": "package", - "dependencies": { - "System.IO.Hashing": "10.0.7" - }, - "build": { - "buildTransitive/Microsoft.Build.Tasks.Git.props": {}, - "buildTransitive/Microsoft.Build.Tasks.Git.targets": {} - }, - "buildMultiTargeting": { - "buildMultiTargeting/Microsoft.Build.Tasks.Git.props": {}, - "buildMultiTargeting/Microsoft.Build.Tasks.Git.targets": {} - } - }, - "Microsoft.CodeAnalysis.Analyzers/3.11.0": { - "type": "package", - "build": { - "buildTransitive/Microsoft.CodeAnalysis.Analyzers.props": {}, - "buildTransitive/Microsoft.CodeAnalysis.Analyzers.targets": {} - } - }, - "Microsoft.CodeAnalysis.Common/4.12.0": { - "type": "package", - "dependencies": { - "Microsoft.CodeAnalysis.Analyzers": "3.3.4", - "System.Buffers": "4.5.1", - "System.Collections.Immutable": "8.0.0", - "System.Memory": "4.5.5", - "System.Numerics.Vectors": "4.5.0", - "System.Reflection.Metadata": "8.0.0", - "System.Runtime.CompilerServices.Unsafe": "6.0.0", - "System.Text.Encoding.CodePages": "7.0.0", - "System.Threading.Tasks.Extensions": "4.5.4" - }, - "compile": { - "lib/netstandard2.0/Microsoft.CodeAnalysis.dll": { - "related": ".pdb;.xml" - } - }, - "runtime": { - "lib/netstandard2.0/Microsoft.CodeAnalysis.dll": { - "related": ".pdb;.xml" - } - }, - "resource": { - "lib/netstandard2.0/cs/Microsoft.CodeAnalysis.resources.dll": { - "locale": "cs" - }, - "lib/netstandard2.0/de/Microsoft.CodeAnalysis.resources.dll": { - "locale": "de" - }, - "lib/netstandard2.0/es/Microsoft.CodeAnalysis.resources.dll": { - "locale": "es" - }, - "lib/netstandard2.0/fr/Microsoft.CodeAnalysis.resources.dll": { - "locale": "fr" - }, - "lib/netstandard2.0/it/Microsoft.CodeAnalysis.resources.dll": { - "locale": "it" - }, - "lib/netstandard2.0/ja/Microsoft.CodeAnalysis.resources.dll": { - "locale": "ja" - }, - "lib/netstandard2.0/ko/Microsoft.CodeAnalysis.resources.dll": { - "locale": "ko" - }, - "lib/netstandard2.0/pl/Microsoft.CodeAnalysis.resources.dll": { - "locale": "pl" - }, - "lib/netstandard2.0/pt-BR/Microsoft.CodeAnalysis.resources.dll": { - "locale": "pt-BR" - }, - "lib/netstandard2.0/ru/Microsoft.CodeAnalysis.resources.dll": { - "locale": "ru" - }, - "lib/netstandard2.0/tr/Microsoft.CodeAnalysis.resources.dll": { - "locale": "tr" - }, - "lib/netstandard2.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll": { - "locale": "zh-Hans" - }, - "lib/netstandard2.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "Microsoft.CodeAnalysis.CSharp/4.12.0": { - "type": "package", - "dependencies": { - "Microsoft.CodeAnalysis.Analyzers": "3.3.4", - "Microsoft.CodeAnalysis.Common": "[4.12.0]", - "System.Buffers": "4.5.1", - "System.Collections.Immutable": "8.0.0", - "System.Memory": "4.5.5", - "System.Numerics.Vectors": "4.5.0", - "System.Reflection.Metadata": "8.0.0", - "System.Runtime.CompilerServices.Unsafe": "6.0.0", - "System.Text.Encoding.CodePages": "7.0.0", - "System.Threading.Tasks.Extensions": "4.5.4" - }, - "compile": { - "lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.dll": { - "related": ".pdb;.xml" - } - }, - "runtime": { - "lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.dll": { - "related": ".pdb;.xml" - } - }, - "resource": { - "lib/netstandard2.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "cs" - }, - "lib/netstandard2.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "de" - }, - "lib/netstandard2.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "es" - }, - "lib/netstandard2.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "fr" - }, - "lib/netstandard2.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "it" - }, - "lib/netstandard2.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "ja" - }, - "lib/netstandard2.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "ko" - }, - "lib/netstandard2.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "pl" - }, - "lib/netstandard2.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "pt-BR" - }, - "lib/netstandard2.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "ru" - }, - "lib/netstandard2.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "tr" - }, - "lib/netstandard2.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "zh-Hans" - }, - "lib/netstandard2.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "Microsoft.NETCore.Platforms/1.1.0": { - "type": "package", - "compile": { - "lib/netstandard1.0/_._": {} - }, - "runtime": { - "lib/netstandard1.0/_._": {} - } - }, - "Microsoft.SourceLink.Common/10.0.203": { - "type": "package", - "build": { - "buildTransitive/Microsoft.SourceLink.Common.props": {}, - "buildTransitive/Microsoft.SourceLink.Common.targets": {} - }, - "buildMultiTargeting": { - "buildMultiTargeting/Microsoft.SourceLink.Common.props": {}, - "buildMultiTargeting/Microsoft.SourceLink.Common.targets": {} - } - }, - "Microsoft.SourceLink.GitHub/10.0.203": { - "type": "package", - "dependencies": { - "Microsoft.Build.Tasks.Git": "10.0.203", - "Microsoft.SourceLink.Common": "10.0.203", - "System.IO.Hashing": "10.0.7" - }, - "build": { - "build/Microsoft.SourceLink.GitHub.props": {}, - "build/Microsoft.SourceLink.GitHub.targets": {} - }, - "buildMultiTargeting": { - "buildMultiTargeting/Microsoft.SourceLink.GitHub.props": {}, - "buildMultiTargeting/Microsoft.SourceLink.GitHub.targets": {} - } - }, - "Nerdbank.GitVersioning/3.9.50": { - "type": "package", - "build": { - "build/Nerdbank.GitVersioning.props": {}, - "build/Nerdbank.GitVersioning.targets": {} - }, - "buildMultiTargeting": { - "buildCrossTargeting/Nerdbank.GitVersioning.props": {}, - "buildCrossTargeting/Nerdbank.GitVersioning.targets": {} - } - }, - "NETStandard.Library/2.0.3": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0" - }, - "compile": { - "lib/netstandard1.0/_._": {} - }, - "runtime": { - "lib/netstandard1.0/_._": {} - }, - "build": { - "build/netstandard2.0/NETStandard.Library.targets": {} - } - }, - "System.Buffers/4.6.1": { - "type": "package", - "compile": { - "lib/netstandard2.0/System.Buffers.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard2.0/System.Buffers.dll": { - "related": ".xml" - } - } - }, - "System.Collections.Immutable/8.0.0": { - "type": "package", - "dependencies": { - "System.Memory": "4.5.5", - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - }, - "compile": { - "lib/netstandard2.0/System.Collections.Immutable.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard2.0/System.Collections.Immutable.dll": { - "related": ".xml" - } - } - }, - "System.IO.Hashing/10.0.7": { - "type": "package", - "dependencies": { - "System.Buffers": "4.6.1", - "System.Memory": "4.6.3" - }, - "compile": { - "lib/netstandard2.0/System.IO.Hashing.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard2.0/System.IO.Hashing.dll": { - "related": ".xml" - } - } - }, - "System.Memory/4.6.3": { - "type": "package", - "dependencies": { - "System.Buffers": "4.6.1", - "System.Numerics.Vectors": "4.6.1", - "System.Runtime.CompilerServices.Unsafe": "6.1.2" - }, - "compile": { - "lib/netstandard2.0/System.Memory.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard2.0/System.Memory.dll": { - "related": ".xml" - } - } - }, - "System.Numerics.Vectors/4.6.1": { - "type": "package", - "compile": { - "lib/netstandard2.0/System.Numerics.Vectors.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard2.0/System.Numerics.Vectors.dll": { - "related": ".xml" - } - } - }, - "System.Reflection.Metadata/8.0.0": { - "type": "package", - "dependencies": { - "System.Collections.Immutable": "8.0.0", - "System.Memory": "4.5.5" - }, - "compile": { - "lib/netstandard2.0/System.Reflection.Metadata.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard2.0/System.Reflection.Metadata.dll": { - "related": ".xml" - } - } - }, - "System.Runtime.CompilerServices.Unsafe/6.1.2": { - "type": "package", - "compile": { - "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll": { - "related": ".xml" - } - } - }, - "System.Text.Encoding.CodePages/7.0.0": { - "type": "package", - "dependencies": { - "System.Memory": "4.5.5", - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - }, - "compile": { - "lib/netstandard2.0/System.Text.Encoding.CodePages.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard2.0/System.Text.Encoding.CodePages.dll": { - "related": ".xml" - } - } - }, - "System.Threading.Tasks.Extensions/4.5.4": { - "type": "package", - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "4.5.3" - }, - "compile": { - "lib/netstandard2.0/System.Threading.Tasks.Extensions.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard2.0/System.Threading.Tasks.Extensions.dll": { - "related": ".xml" - } - } - } - }, - "net10.0": { - "Microsoft.Build.Tasks.Git/10.0.203": { - "type": "package", - "dependencies": { - "System.IO.Hashing": "10.0.7" - }, - "build": { - "buildTransitive/Microsoft.Build.Tasks.Git.props": {}, - "buildTransitive/Microsoft.Build.Tasks.Git.targets": {} - }, - "buildMultiTargeting": { - "buildMultiTargeting/Microsoft.Build.Tasks.Git.props": {}, - "buildMultiTargeting/Microsoft.Build.Tasks.Git.targets": {} - } - }, - "Microsoft.CodeAnalysis.Analyzers/3.11.0": { - "type": "package", - "build": { - "buildTransitive/Microsoft.CodeAnalysis.Analyzers.props": {}, - "buildTransitive/Microsoft.CodeAnalysis.Analyzers.targets": {} - } - }, - "Microsoft.CodeAnalysis.Common/4.12.0": { - "type": "package", - "dependencies": { - "Microsoft.CodeAnalysis.Analyzers": "3.3.4" - }, - "compile": { - "lib/net8.0/Microsoft.CodeAnalysis.dll": { - "related": ".pdb;.xml" - } - }, - "runtime": { - "lib/net8.0/Microsoft.CodeAnalysis.dll": { - "related": ".pdb;.xml" - } - }, - "resource": { - "lib/net8.0/cs/Microsoft.CodeAnalysis.resources.dll": { - "locale": "cs" - }, - "lib/net8.0/de/Microsoft.CodeAnalysis.resources.dll": { - "locale": "de" - }, - "lib/net8.0/es/Microsoft.CodeAnalysis.resources.dll": { - "locale": "es" - }, - "lib/net8.0/fr/Microsoft.CodeAnalysis.resources.dll": { - "locale": "fr" - }, - "lib/net8.0/it/Microsoft.CodeAnalysis.resources.dll": { - "locale": "it" - }, - "lib/net8.0/ja/Microsoft.CodeAnalysis.resources.dll": { - "locale": "ja" - }, - "lib/net8.0/ko/Microsoft.CodeAnalysis.resources.dll": { - "locale": "ko" - }, - "lib/net8.0/pl/Microsoft.CodeAnalysis.resources.dll": { - "locale": "pl" - }, - "lib/net8.0/pt-BR/Microsoft.CodeAnalysis.resources.dll": { - "locale": "pt-BR" - }, - "lib/net8.0/ru/Microsoft.CodeAnalysis.resources.dll": { - "locale": "ru" - }, - "lib/net8.0/tr/Microsoft.CodeAnalysis.resources.dll": { - "locale": "tr" - }, - "lib/net8.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll": { - "locale": "zh-Hans" - }, - "lib/net8.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "Microsoft.CodeAnalysis.CSharp/4.12.0": { - "type": "package", - "dependencies": { - "Microsoft.CodeAnalysis.Analyzers": "3.3.4", - "Microsoft.CodeAnalysis.Common": "[4.12.0]" - }, - "compile": { - "lib/net8.0/Microsoft.CodeAnalysis.CSharp.dll": { - "related": ".pdb;.xml" - } - }, - "runtime": { - "lib/net8.0/Microsoft.CodeAnalysis.CSharp.dll": { - "related": ".pdb;.xml" - } - }, - "resource": { - "lib/net8.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "cs" - }, - "lib/net8.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "de" - }, - "lib/net8.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "es" - }, - "lib/net8.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "fr" - }, - "lib/net8.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "it" - }, - "lib/net8.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "ja" - }, - "lib/net8.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "ko" - }, - "lib/net8.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "pl" - }, - "lib/net8.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "pt-BR" - }, - "lib/net8.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "ru" - }, - "lib/net8.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "tr" - }, - "lib/net8.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "zh-Hans" - }, - "lib/net8.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "Microsoft.SourceLink.Common/10.0.203": { - "type": "package", - "build": { - "buildTransitive/Microsoft.SourceLink.Common.props": {}, - "buildTransitive/Microsoft.SourceLink.Common.targets": {} - }, - "buildMultiTargeting": { - "buildMultiTargeting/Microsoft.SourceLink.Common.props": {}, - "buildMultiTargeting/Microsoft.SourceLink.Common.targets": {} - } - }, - "Microsoft.SourceLink.GitHub/10.0.203": { - "type": "package", - "dependencies": { - "Microsoft.Build.Tasks.Git": "10.0.203", - "Microsoft.SourceLink.Common": "10.0.203", - "System.IO.Hashing": "10.0.7" - }, - "build": { - "build/Microsoft.SourceLink.GitHub.props": {}, - "build/Microsoft.SourceLink.GitHub.targets": {} - }, - "buildMultiTargeting": { - "buildMultiTargeting/Microsoft.SourceLink.GitHub.props": {}, - "buildMultiTargeting/Microsoft.SourceLink.GitHub.targets": {} - } - }, - "Nerdbank.GitVersioning/3.9.50": { - "type": "package", - "build": { - "build/Nerdbank.GitVersioning.props": {}, - "build/Nerdbank.GitVersioning.targets": {} - }, - "buildMultiTargeting": { - "buildCrossTargeting/Nerdbank.GitVersioning.props": {}, - "buildCrossTargeting/Nerdbank.GitVersioning.targets": {} - } - }, - "System.IO.Hashing/10.0.7": { - "type": "package", - "compile": { - "lib/net10.0/System.IO.Hashing.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net10.0/System.IO.Hashing.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net8.0/_._": {} - } - } - }, - "net8.0": { - "Microsoft.Build.Tasks.Git/10.0.203": { - "type": "package", - "dependencies": { - "System.IO.Hashing": "10.0.7" - }, - "build": { - "buildTransitive/Microsoft.Build.Tasks.Git.props": {}, - "buildTransitive/Microsoft.Build.Tasks.Git.targets": {} - }, - "buildMultiTargeting": { - "buildMultiTargeting/Microsoft.Build.Tasks.Git.props": {}, - "buildMultiTargeting/Microsoft.Build.Tasks.Git.targets": {} - } - }, - "Microsoft.CodeAnalysis.Analyzers/3.11.0": { - "type": "package", - "build": { - "buildTransitive/Microsoft.CodeAnalysis.Analyzers.props": {}, - "buildTransitive/Microsoft.CodeAnalysis.Analyzers.targets": {} - } - }, - "Microsoft.CodeAnalysis.Common/4.12.0": { - "type": "package", - "dependencies": { - "Microsoft.CodeAnalysis.Analyzers": "3.3.4" - }, - "compile": { - "lib/net8.0/Microsoft.CodeAnalysis.dll": { - "related": ".pdb;.xml" - } - }, - "runtime": { - "lib/net8.0/Microsoft.CodeAnalysis.dll": { - "related": ".pdb;.xml" - } - }, - "resource": { - "lib/net8.0/cs/Microsoft.CodeAnalysis.resources.dll": { - "locale": "cs" - }, - "lib/net8.0/de/Microsoft.CodeAnalysis.resources.dll": { - "locale": "de" - }, - "lib/net8.0/es/Microsoft.CodeAnalysis.resources.dll": { - "locale": "es" - }, - "lib/net8.0/fr/Microsoft.CodeAnalysis.resources.dll": { - "locale": "fr" - }, - "lib/net8.0/it/Microsoft.CodeAnalysis.resources.dll": { - "locale": "it" - }, - "lib/net8.0/ja/Microsoft.CodeAnalysis.resources.dll": { - "locale": "ja" - }, - "lib/net8.0/ko/Microsoft.CodeAnalysis.resources.dll": { - "locale": "ko" - }, - "lib/net8.0/pl/Microsoft.CodeAnalysis.resources.dll": { - "locale": "pl" - }, - "lib/net8.0/pt-BR/Microsoft.CodeAnalysis.resources.dll": { - "locale": "pt-BR" - }, - "lib/net8.0/ru/Microsoft.CodeAnalysis.resources.dll": { - "locale": "ru" - }, - "lib/net8.0/tr/Microsoft.CodeAnalysis.resources.dll": { - "locale": "tr" - }, - "lib/net8.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll": { - "locale": "zh-Hans" - }, - "lib/net8.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "Microsoft.CodeAnalysis.CSharp/4.12.0": { - "type": "package", - "dependencies": { - "Microsoft.CodeAnalysis.Analyzers": "3.3.4", - "Microsoft.CodeAnalysis.Common": "[4.12.0]" - }, - "compile": { - "lib/net8.0/Microsoft.CodeAnalysis.CSharp.dll": { - "related": ".pdb;.xml" - } - }, - "runtime": { - "lib/net8.0/Microsoft.CodeAnalysis.CSharp.dll": { - "related": ".pdb;.xml" - } - }, - "resource": { - "lib/net8.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "cs" - }, - "lib/net8.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "de" - }, - "lib/net8.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "es" - }, - "lib/net8.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "fr" - }, - "lib/net8.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "it" - }, - "lib/net8.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "ja" - }, - "lib/net8.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "ko" - }, - "lib/net8.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "pl" - }, - "lib/net8.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "pt-BR" - }, - "lib/net8.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "ru" - }, - "lib/net8.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "tr" - }, - "lib/net8.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "zh-Hans" - }, - "lib/net8.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "Microsoft.SourceLink.Common/10.0.203": { - "type": "package", - "build": { - "buildTransitive/Microsoft.SourceLink.Common.props": {}, - "buildTransitive/Microsoft.SourceLink.Common.targets": {} - }, - "buildMultiTargeting": { - "buildMultiTargeting/Microsoft.SourceLink.Common.props": {}, - "buildMultiTargeting/Microsoft.SourceLink.Common.targets": {} - } - }, - "Microsoft.SourceLink.GitHub/10.0.203": { - "type": "package", - "dependencies": { - "Microsoft.Build.Tasks.Git": "10.0.203", - "Microsoft.SourceLink.Common": "10.0.203", - "System.IO.Hashing": "10.0.7" - }, - "build": { - "build/Microsoft.SourceLink.GitHub.props": {}, - "build/Microsoft.SourceLink.GitHub.targets": {} - }, - "buildMultiTargeting": { - "buildMultiTargeting/Microsoft.SourceLink.GitHub.props": {}, - "buildMultiTargeting/Microsoft.SourceLink.GitHub.targets": {} - } - }, - "Nerdbank.GitVersioning/3.9.50": { - "type": "package", - "build": { - "build/Nerdbank.GitVersioning.props": {}, - "build/Nerdbank.GitVersioning.targets": {} - }, - "buildMultiTargeting": { - "buildCrossTargeting/Nerdbank.GitVersioning.props": {}, - "buildCrossTargeting/Nerdbank.GitVersioning.targets": {} - } - }, - "System.IO.Hashing/10.0.7": { - "type": "package", - "compile": { - "lib/net8.0/System.IO.Hashing.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net8.0/System.IO.Hashing.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net8.0/_._": {} - } - } - } - }, - "libraries": { - "Microsoft.Build.Tasks.Git/10.0.203": { - "sha512": "m56WtzvIcL6t7JR3c7ogYitHizNM2QnRSo8yqxrQi+m5E/GGyDEmqymP+2p6YsFXn0j/Tzz67s4FQnrTLC7GKQ==", - "type": "package", - "path": "microsoft.build.tasks.git/10.0.203", - "hasTools": true, - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.txt", - "build/Microsoft.Build.Tasks.Git.props", - "build/Microsoft.Build.Tasks.Git.targets", - "buildMultiTargeting/Microsoft.Build.Tasks.Git.props", - "buildMultiTargeting/Microsoft.Build.Tasks.Git.targets", - "buildTransitive/Microsoft.Build.Tasks.Git.props", - "buildTransitive/Microsoft.Build.Tasks.Git.targets", - "microsoft.build.tasks.git.10.0.203.nupkg.sha512", - "microsoft.build.tasks.git.nuspec", - "tools/net/Microsoft.Build.Tasks.Git.deps.json", - "tools/net/Microsoft.Build.Tasks.Git.dll", - "tools/net/Microsoft.Build.Tasks.Git.pdb", - "tools/net/System.IO.Hashing.dll", - "tools/net/cs/Microsoft.Build.Tasks.Git.resources.dll", - "tools/net/de/Microsoft.Build.Tasks.Git.resources.dll", - "tools/net/es/Microsoft.Build.Tasks.Git.resources.dll", - "tools/net/fr/Microsoft.Build.Tasks.Git.resources.dll", - "tools/net/it/Microsoft.Build.Tasks.Git.resources.dll", - "tools/net/ja/Microsoft.Build.Tasks.Git.resources.dll", - "tools/net/ko/Microsoft.Build.Tasks.Git.resources.dll", - "tools/net/pl/Microsoft.Build.Tasks.Git.resources.dll", - "tools/net/pt-BR/Microsoft.Build.Tasks.Git.resources.dll", - "tools/net/ru/Microsoft.Build.Tasks.Git.resources.dll", - "tools/net/tr/Microsoft.Build.Tasks.Git.resources.dll", - "tools/net/zh-Hans/Microsoft.Build.Tasks.Git.resources.dll", - "tools/net/zh-Hant/Microsoft.Build.Tasks.Git.resources.dll", - "tools/netframework/Microsoft.Build.Tasks.Git.dll", - "tools/netframework/Microsoft.Build.Tasks.Git.dll.config", - "tools/netframework/Microsoft.Build.Tasks.Git.pdb", - "tools/netframework/System.Buffers.dll", - "tools/netframework/System.IO.Hashing.dll", - "tools/netframework/System.Memory.dll", - "tools/netframework/System.Numerics.Vectors.dll", - "tools/netframework/System.Runtime.CompilerServices.Unsafe.dll", - "tools/netframework/cs/Microsoft.Build.Tasks.Git.resources.dll", - "tools/netframework/de/Microsoft.Build.Tasks.Git.resources.dll", - "tools/netframework/es/Microsoft.Build.Tasks.Git.resources.dll", - "tools/netframework/fr/Microsoft.Build.Tasks.Git.resources.dll", - "tools/netframework/it/Microsoft.Build.Tasks.Git.resources.dll", - "tools/netframework/ja/Microsoft.Build.Tasks.Git.resources.dll", - "tools/netframework/ko/Microsoft.Build.Tasks.Git.resources.dll", - "tools/netframework/pl/Microsoft.Build.Tasks.Git.resources.dll", - "tools/netframework/pt-BR/Microsoft.Build.Tasks.Git.resources.dll", - "tools/netframework/ru/Microsoft.Build.Tasks.Git.resources.dll", - "tools/netframework/tr/Microsoft.Build.Tasks.Git.resources.dll", - "tools/netframework/zh-Hans/Microsoft.Build.Tasks.Git.resources.dll", - "tools/netframework/zh-Hant/Microsoft.Build.Tasks.Git.resources.dll" - ] - }, - "Microsoft.CodeAnalysis.Analyzers/3.11.0": { - "sha512": "v/EW3UE8/lbEYHoC2Qq7AR/DnmvpgdtAMndfQNmpuIMx/Mto8L5JnuCfdBYtgvalQOtfNCnxFejxuRrryvUTsg==", - "type": "package", - "path": "microsoft.codeanalysis.analyzers/3.11.0", - "hasTools": true, - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "ThirdPartyNotices.txt", - "analyzers/dotnet/cs/Microsoft.CodeAnalysis.Analyzers.dll", - "analyzers/dotnet/cs/Microsoft.CodeAnalysis.CSharp.Analyzers.dll", - "analyzers/dotnet/cs/cs/Microsoft.CodeAnalysis.Analyzers.resources.dll", - "analyzers/dotnet/cs/de/Microsoft.CodeAnalysis.Analyzers.resources.dll", - "analyzers/dotnet/cs/es/Microsoft.CodeAnalysis.Analyzers.resources.dll", - "analyzers/dotnet/cs/fr/Microsoft.CodeAnalysis.Analyzers.resources.dll", - "analyzers/dotnet/cs/it/Microsoft.CodeAnalysis.Analyzers.resources.dll", - "analyzers/dotnet/cs/ja/Microsoft.CodeAnalysis.Analyzers.resources.dll", - "analyzers/dotnet/cs/ko/Microsoft.CodeAnalysis.Analyzers.resources.dll", - "analyzers/dotnet/cs/pl/Microsoft.CodeAnalysis.Analyzers.resources.dll", - "analyzers/dotnet/cs/pt-BR/Microsoft.CodeAnalysis.Analyzers.resources.dll", - "analyzers/dotnet/cs/ru/Microsoft.CodeAnalysis.Analyzers.resources.dll", - "analyzers/dotnet/cs/tr/Microsoft.CodeAnalysis.Analyzers.resources.dll", - "analyzers/dotnet/cs/zh-Hans/Microsoft.CodeAnalysis.Analyzers.resources.dll", - "analyzers/dotnet/cs/zh-Hant/Microsoft.CodeAnalysis.Analyzers.resources.dll", - "analyzers/dotnet/vb/Microsoft.CodeAnalysis.Analyzers.dll", - "analyzers/dotnet/vb/Microsoft.CodeAnalysis.VisualBasic.Analyzers.dll", - "analyzers/dotnet/vb/cs/Microsoft.CodeAnalysis.Analyzers.resources.dll", - "analyzers/dotnet/vb/de/Microsoft.CodeAnalysis.Analyzers.resources.dll", - "analyzers/dotnet/vb/es/Microsoft.CodeAnalysis.Analyzers.resources.dll", - "analyzers/dotnet/vb/fr/Microsoft.CodeAnalysis.Analyzers.resources.dll", - "analyzers/dotnet/vb/it/Microsoft.CodeAnalysis.Analyzers.resources.dll", - "analyzers/dotnet/vb/ja/Microsoft.CodeAnalysis.Analyzers.resources.dll", - "analyzers/dotnet/vb/ko/Microsoft.CodeAnalysis.Analyzers.resources.dll", - "analyzers/dotnet/vb/pl/Microsoft.CodeAnalysis.Analyzers.resources.dll", - "analyzers/dotnet/vb/pt-BR/Microsoft.CodeAnalysis.Analyzers.resources.dll", - "analyzers/dotnet/vb/ru/Microsoft.CodeAnalysis.Analyzers.resources.dll", - "analyzers/dotnet/vb/tr/Microsoft.CodeAnalysis.Analyzers.resources.dll", - "analyzers/dotnet/vb/zh-Hans/Microsoft.CodeAnalysis.Analyzers.resources.dll", - "analyzers/dotnet/vb/zh-Hant/Microsoft.CodeAnalysis.Analyzers.resources.dll", - "buildTransitive/Microsoft.CodeAnalysis.Analyzers.props", - "buildTransitive/Microsoft.CodeAnalysis.Analyzers.targets", - "buildTransitive/config/analysislevel_2_9_8_all.globalconfig", - "buildTransitive/config/analysislevel_2_9_8_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevel_2_9_8_default.globalconfig", - "buildTransitive/config/analysislevel_2_9_8_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevel_2_9_8_minimum.globalconfig", - "buildTransitive/config/analysislevel_2_9_8_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevel_2_9_8_none.globalconfig", - "buildTransitive/config/analysislevel_2_9_8_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevel_2_9_8_recommended.globalconfig", - "buildTransitive/config/analysislevel_2_9_8_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevel_3_3_3_all.globalconfig", - "buildTransitive/config/analysislevel_3_3_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevel_3_3_3_default.globalconfig", - "buildTransitive/config/analysislevel_3_3_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevel_3_3_3_minimum.globalconfig", - "buildTransitive/config/analysislevel_3_3_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevel_3_3_3_none.globalconfig", - "buildTransitive/config/analysislevel_3_3_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevel_3_3_3_recommended.globalconfig", - "buildTransitive/config/analysislevel_3_3_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevel_3_3_4_all.globalconfig", - "buildTransitive/config/analysislevel_3_3_4_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevel_3_3_4_default.globalconfig", - "buildTransitive/config/analysislevel_3_3_4_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevel_3_3_4_minimum.globalconfig", - "buildTransitive/config/analysislevel_3_3_4_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevel_3_3_4_none.globalconfig", - "buildTransitive/config/analysislevel_3_3_4_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevel_3_3_4_recommended.globalconfig", - "buildTransitive/config/analysislevel_3_3_4_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevel_3_3_all.globalconfig", - "buildTransitive/config/analysislevel_3_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevel_3_3_default.globalconfig", - "buildTransitive/config/analysislevel_3_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevel_3_3_minimum.globalconfig", - "buildTransitive/config/analysislevel_3_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevel_3_3_none.globalconfig", - "buildTransitive/config/analysislevel_3_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevel_3_3_recommended.globalconfig", - "buildTransitive/config/analysislevel_3_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevel_3_all.globalconfig", - "buildTransitive/config/analysislevel_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevel_3_default.globalconfig", - "buildTransitive/config/analysislevel_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevel_3_minimum.globalconfig", - "buildTransitive/config/analysislevel_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevel_3_none.globalconfig", - "buildTransitive/config/analysislevel_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevel_3_recommended.globalconfig", - "buildTransitive/config/analysislevel_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevel_4_3_all.globalconfig", - "buildTransitive/config/analysislevel_4_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevel_4_3_default.globalconfig", - "buildTransitive/config/analysislevel_4_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevel_4_3_minimum.globalconfig", - "buildTransitive/config/analysislevel_4_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevel_4_3_none.globalconfig", - "buildTransitive/config/analysislevel_4_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevel_4_3_recommended.globalconfig", - "buildTransitive/config/analysislevel_4_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelcorrectness_2_9_8_all.globalconfig", - "buildTransitive/config/analysislevelcorrectness_2_9_8_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelcorrectness_2_9_8_default.globalconfig", - "buildTransitive/config/analysislevelcorrectness_2_9_8_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelcorrectness_2_9_8_minimum.globalconfig", - "buildTransitive/config/analysislevelcorrectness_2_9_8_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelcorrectness_2_9_8_none.globalconfig", - "buildTransitive/config/analysislevelcorrectness_2_9_8_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelcorrectness_2_9_8_recommended.globalconfig", - "buildTransitive/config/analysislevelcorrectness_2_9_8_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_3_3_all.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_3_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_3_3_default.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_3_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_3_3_minimum.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_3_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_3_3_none.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_3_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_3_3_recommended.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_3_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_3_4_all.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_3_4_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_3_4_default.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_3_4_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_3_4_minimum.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_3_4_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_3_4_none.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_3_4_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_3_4_recommended.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_3_4_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_3_all.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_3_default.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_3_minimum.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_3_none.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_3_recommended.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_all.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_default.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_minimum.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_none.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_recommended.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelcorrectness_4_3_all.globalconfig", - "buildTransitive/config/analysislevelcorrectness_4_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelcorrectness_4_3_default.globalconfig", - "buildTransitive/config/analysislevelcorrectness_4_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelcorrectness_4_3_minimum.globalconfig", - "buildTransitive/config/analysislevelcorrectness_4_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelcorrectness_4_3_none.globalconfig", - "buildTransitive/config/analysislevelcorrectness_4_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelcorrectness_4_3_recommended.globalconfig", - "buildTransitive/config/analysislevelcorrectness_4_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevellibrary_2_9_8_all.globalconfig", - "buildTransitive/config/analysislevellibrary_2_9_8_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevellibrary_2_9_8_default.globalconfig", - "buildTransitive/config/analysislevellibrary_2_9_8_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevellibrary_2_9_8_minimum.globalconfig", - "buildTransitive/config/analysislevellibrary_2_9_8_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevellibrary_2_9_8_none.globalconfig", - "buildTransitive/config/analysislevellibrary_2_9_8_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevellibrary_2_9_8_recommended.globalconfig", - "buildTransitive/config/analysislevellibrary_2_9_8_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevellibrary_3_3_3_all.globalconfig", - "buildTransitive/config/analysislevellibrary_3_3_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevellibrary_3_3_3_default.globalconfig", - "buildTransitive/config/analysislevellibrary_3_3_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevellibrary_3_3_3_minimum.globalconfig", - "buildTransitive/config/analysislevellibrary_3_3_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevellibrary_3_3_3_none.globalconfig", - "buildTransitive/config/analysislevellibrary_3_3_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevellibrary_3_3_3_recommended.globalconfig", - "buildTransitive/config/analysislevellibrary_3_3_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevellibrary_3_3_4_all.globalconfig", - "buildTransitive/config/analysislevellibrary_3_3_4_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevellibrary_3_3_4_default.globalconfig", - "buildTransitive/config/analysislevellibrary_3_3_4_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevellibrary_3_3_4_minimum.globalconfig", - "buildTransitive/config/analysislevellibrary_3_3_4_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevellibrary_3_3_4_none.globalconfig", - "buildTransitive/config/analysislevellibrary_3_3_4_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevellibrary_3_3_4_recommended.globalconfig", - "buildTransitive/config/analysislevellibrary_3_3_4_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevellibrary_3_3_all.globalconfig", - "buildTransitive/config/analysislevellibrary_3_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevellibrary_3_3_default.globalconfig", - "buildTransitive/config/analysislevellibrary_3_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevellibrary_3_3_minimum.globalconfig", - "buildTransitive/config/analysislevellibrary_3_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevellibrary_3_3_none.globalconfig", - "buildTransitive/config/analysislevellibrary_3_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevellibrary_3_3_recommended.globalconfig", - "buildTransitive/config/analysislevellibrary_3_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevellibrary_3_all.globalconfig", - "buildTransitive/config/analysislevellibrary_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevellibrary_3_default.globalconfig", - "buildTransitive/config/analysislevellibrary_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevellibrary_3_minimum.globalconfig", - "buildTransitive/config/analysislevellibrary_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevellibrary_3_none.globalconfig", - "buildTransitive/config/analysislevellibrary_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevellibrary_3_recommended.globalconfig", - "buildTransitive/config/analysislevellibrary_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevellibrary_4_3_all.globalconfig", - "buildTransitive/config/analysislevellibrary_4_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevellibrary_4_3_default.globalconfig", - "buildTransitive/config/analysislevellibrary_4_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevellibrary_4_3_minimum.globalconfig", - "buildTransitive/config/analysislevellibrary_4_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevellibrary_4_3_none.globalconfig", - "buildTransitive/config/analysislevellibrary_4_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevellibrary_4_3_recommended.globalconfig", - "buildTransitive/config/analysislevellibrary_4_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_2_9_8_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_2_9_8_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_2_9_8_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_2_9_8_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_2_9_8_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_2_9_8_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_2_9_8_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_2_9_8_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_2_9_8_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_2_9_8_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_3_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_3_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_3_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_3_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_3_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_4_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_4_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_4_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_4_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_4_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_4_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_4_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_4_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_4_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_4_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_4_3_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_4_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_4_3_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_4_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_4_3_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_4_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_4_3_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_4_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_4_3_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_4_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_2_9_8_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_2_9_8_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_2_9_8_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_2_9_8_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_2_9_8_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_2_9_8_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_2_9_8_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_2_9_8_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_2_9_8_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_2_9_8_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_3_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_3_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_3_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_3_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_3_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_4_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_4_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_4_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_4_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_4_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_4_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_4_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_4_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_4_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_4_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_4_3_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_4_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_4_3_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_4_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_4_3_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_4_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_4_3_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_4_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_4_3_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_4_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_2_9_8_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_2_9_8_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_2_9_8_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_2_9_8_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_2_9_8_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_2_9_8_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_2_9_8_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_2_9_8_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_2_9_8_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_2_9_8_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_3_3_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_3_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_3_3_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_3_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_3_3_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_3_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_3_3_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_3_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_3_3_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_3_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_3_4_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_3_4_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_3_4_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_3_4_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_3_4_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_3_4_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_3_4_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_3_4_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_3_4_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_3_4_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_3_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_3_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_3_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_3_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_3_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_4_3_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_4_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_4_3_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_4_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_4_3_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_4_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_4_3_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_4_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_4_3_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_4_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_2_9_8_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_2_9_8_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_2_9_8_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_2_9_8_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_2_9_8_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_2_9_8_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_2_9_8_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_2_9_8_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_2_9_8_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_2_9_8_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_3_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_3_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_3_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_3_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_3_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_4_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_4_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_4_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_4_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_4_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_4_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_4_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_4_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_4_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_4_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_4_3_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_4_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_4_3_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_4_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_4_3_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_4_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_4_3_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_4_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_4_3_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_4_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_2_9_8_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_2_9_8_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_2_9_8_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_2_9_8_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_2_9_8_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_2_9_8_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_2_9_8_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_2_9_8_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_2_9_8_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_2_9_8_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_3_3_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_3_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_3_3_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_3_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_3_3_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_3_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_3_3_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_3_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_3_3_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_3_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_3_4_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_3_4_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_3_4_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_3_4_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_3_4_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_3_4_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_3_4_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_3_4_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_3_4_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_3_4_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_3_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_3_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_3_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_3_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_3_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_4_3_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_4_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_4_3_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_4_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_4_3_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_4_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_4_3_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_4_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_4_3_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_4_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_2_9_8_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_2_9_8_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_2_9_8_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_2_9_8_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_2_9_8_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_2_9_8_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_2_9_8_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_2_9_8_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_2_9_8_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_2_9_8_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_3_3_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_3_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_3_3_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_3_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_3_3_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_3_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_3_3_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_3_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_3_3_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_3_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_3_4_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_3_4_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_3_4_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_3_4_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_3_4_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_3_4_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_3_4_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_3_4_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_3_4_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_3_4_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_3_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_3_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_3_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_3_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_3_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_4_3_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_4_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_4_3_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_4_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_4_3_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_4_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_4_3_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_4_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_4_3_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_4_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_2_9_8_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_2_9_8_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_2_9_8_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_2_9_8_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_2_9_8_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_2_9_8_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_2_9_8_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_2_9_8_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_2_9_8_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_2_9_8_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_3_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_3_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_3_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_3_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_3_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_4_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_4_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_4_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_4_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_4_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_4_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_4_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_4_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_4_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_4_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_4_3_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_4_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_4_3_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_4_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_4_3_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_4_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_4_3_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_4_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_4_3_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_4_3_recommended_warnaserror.globalconfig", - "documentation/Analyzer Configuration.md", - "documentation/Microsoft.CodeAnalysis.Analyzers.md", - "documentation/Microsoft.CodeAnalysis.Analyzers.sarif", - "documentation/readme.md", - "editorconfig/AllRulesDefault/.editorconfig", - "editorconfig/AllRulesDisabled/.editorconfig", - "editorconfig/AllRulesEnabled/.editorconfig", - "editorconfig/CorrectnessRulesDefault/.editorconfig", - "editorconfig/CorrectnessRulesEnabled/.editorconfig", - "editorconfig/DataflowRulesDefault/.editorconfig", - "editorconfig/DataflowRulesEnabled/.editorconfig", - "editorconfig/LibraryRulesDefault/.editorconfig", - "editorconfig/LibraryRulesEnabled/.editorconfig", - "editorconfig/MicrosoftCodeAnalysisCompatibilityRulesDefault/.editorconfig", - "editorconfig/MicrosoftCodeAnalysisCompatibilityRulesEnabled/.editorconfig", - "editorconfig/MicrosoftCodeAnalysisCorrectnessRulesDefault/.editorconfig", - "editorconfig/MicrosoftCodeAnalysisCorrectnessRulesEnabled/.editorconfig", - "editorconfig/MicrosoftCodeAnalysisDesignRulesDefault/.editorconfig", - "editorconfig/MicrosoftCodeAnalysisDesignRulesEnabled/.editorconfig", - "editorconfig/MicrosoftCodeAnalysisDocumentationRulesDefault/.editorconfig", - "editorconfig/MicrosoftCodeAnalysisDocumentationRulesEnabled/.editorconfig", - "editorconfig/MicrosoftCodeAnalysisLocalizationRulesDefault/.editorconfig", - "editorconfig/MicrosoftCodeAnalysisLocalizationRulesEnabled/.editorconfig", - "editorconfig/MicrosoftCodeAnalysisPerformanceRulesDefault/.editorconfig", - "editorconfig/MicrosoftCodeAnalysisPerformanceRulesEnabled/.editorconfig", - "editorconfig/MicrosoftCodeAnalysisReleaseTrackingRulesDefault/.editorconfig", - "editorconfig/MicrosoftCodeAnalysisReleaseTrackingRulesEnabled/.editorconfig", - "editorconfig/PortedFromFxCopRulesDefault/.editorconfig", - "editorconfig/PortedFromFxCopRulesEnabled/.editorconfig", - "microsoft.codeanalysis.analyzers.3.11.0.nupkg.sha512", - "microsoft.codeanalysis.analyzers.nuspec", - "rulesets/AllRulesDefault.ruleset", - "rulesets/AllRulesDisabled.ruleset", - "rulesets/AllRulesEnabled.ruleset", - "rulesets/CorrectnessRulesDefault.ruleset", - "rulesets/CorrectnessRulesEnabled.ruleset", - "rulesets/DataflowRulesDefault.ruleset", - "rulesets/DataflowRulesEnabled.ruleset", - "rulesets/LibraryRulesDefault.ruleset", - "rulesets/LibraryRulesEnabled.ruleset", - "rulesets/MicrosoftCodeAnalysisCompatibilityRulesDefault.ruleset", - "rulesets/MicrosoftCodeAnalysisCompatibilityRulesEnabled.ruleset", - "rulesets/MicrosoftCodeAnalysisCorrectnessRulesDefault.ruleset", - "rulesets/MicrosoftCodeAnalysisCorrectnessRulesEnabled.ruleset", - "rulesets/MicrosoftCodeAnalysisDesignRulesDefault.ruleset", - "rulesets/MicrosoftCodeAnalysisDesignRulesEnabled.ruleset", - "rulesets/MicrosoftCodeAnalysisDocumentationRulesDefault.ruleset", - "rulesets/MicrosoftCodeAnalysisDocumentationRulesEnabled.ruleset", - "rulesets/MicrosoftCodeAnalysisLocalizationRulesDefault.ruleset", - "rulesets/MicrosoftCodeAnalysisLocalizationRulesEnabled.ruleset", - "rulesets/MicrosoftCodeAnalysisPerformanceRulesDefault.ruleset", - "rulesets/MicrosoftCodeAnalysisPerformanceRulesEnabled.ruleset", - "rulesets/MicrosoftCodeAnalysisReleaseTrackingRulesDefault.ruleset", - "rulesets/MicrosoftCodeAnalysisReleaseTrackingRulesEnabled.ruleset", - "rulesets/PortedFromFxCopRulesDefault.ruleset", - "rulesets/PortedFromFxCopRulesEnabled.ruleset", - "tools/install.ps1", - "tools/uninstall.ps1" - ] - }, - "Microsoft.CodeAnalysis.Common/4.12.0": { - "sha512": "c1kNYihL2gdcuU1dqm8R8YeA4YkB43TpU3pa2r66Uooh6AAhRtENzj9A4Kj0a+H8JDDyuTjNZql9XlVUzV+UjA==", - "type": "package", - "path": "microsoft.codeanalysis.common/4.12.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "ThirdPartyNotices.rtf", - "lib/net7.0/Microsoft.CodeAnalysis.dll", - "lib/net7.0/Microsoft.CodeAnalysis.pdb", - "lib/net7.0/Microsoft.CodeAnalysis.xml", - "lib/net7.0/cs/Microsoft.CodeAnalysis.resources.dll", - "lib/net7.0/de/Microsoft.CodeAnalysis.resources.dll", - "lib/net7.0/es/Microsoft.CodeAnalysis.resources.dll", - "lib/net7.0/fr/Microsoft.CodeAnalysis.resources.dll", - "lib/net7.0/it/Microsoft.CodeAnalysis.resources.dll", - "lib/net7.0/ja/Microsoft.CodeAnalysis.resources.dll", - "lib/net7.0/ko/Microsoft.CodeAnalysis.resources.dll", - "lib/net7.0/pl/Microsoft.CodeAnalysis.resources.dll", - "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.resources.dll", - "lib/net7.0/ru/Microsoft.CodeAnalysis.resources.dll", - "lib/net7.0/tr/Microsoft.CodeAnalysis.resources.dll", - "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll", - "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll", - "lib/net8.0/Microsoft.CodeAnalysis.dll", - "lib/net8.0/Microsoft.CodeAnalysis.pdb", - "lib/net8.0/Microsoft.CodeAnalysis.xml", - "lib/net8.0/cs/Microsoft.CodeAnalysis.resources.dll", - "lib/net8.0/de/Microsoft.CodeAnalysis.resources.dll", - "lib/net8.0/es/Microsoft.CodeAnalysis.resources.dll", - "lib/net8.0/fr/Microsoft.CodeAnalysis.resources.dll", - "lib/net8.0/it/Microsoft.CodeAnalysis.resources.dll", - "lib/net8.0/ja/Microsoft.CodeAnalysis.resources.dll", - "lib/net8.0/ko/Microsoft.CodeAnalysis.resources.dll", - "lib/net8.0/pl/Microsoft.CodeAnalysis.resources.dll", - "lib/net8.0/pt-BR/Microsoft.CodeAnalysis.resources.dll", - "lib/net8.0/ru/Microsoft.CodeAnalysis.resources.dll", - "lib/net8.0/tr/Microsoft.CodeAnalysis.resources.dll", - "lib/net8.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll", - "lib/net8.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll", - "lib/netstandard2.0/Microsoft.CodeAnalysis.dll", - "lib/netstandard2.0/Microsoft.CodeAnalysis.pdb", - "lib/netstandard2.0/Microsoft.CodeAnalysis.xml", - "lib/netstandard2.0/cs/Microsoft.CodeAnalysis.resources.dll", - "lib/netstandard2.0/de/Microsoft.CodeAnalysis.resources.dll", - "lib/netstandard2.0/es/Microsoft.CodeAnalysis.resources.dll", - "lib/netstandard2.0/fr/Microsoft.CodeAnalysis.resources.dll", - "lib/netstandard2.0/it/Microsoft.CodeAnalysis.resources.dll", - "lib/netstandard2.0/ja/Microsoft.CodeAnalysis.resources.dll", - "lib/netstandard2.0/ko/Microsoft.CodeAnalysis.resources.dll", - "lib/netstandard2.0/pl/Microsoft.CodeAnalysis.resources.dll", - "lib/netstandard2.0/pt-BR/Microsoft.CodeAnalysis.resources.dll", - "lib/netstandard2.0/ru/Microsoft.CodeAnalysis.resources.dll", - "lib/netstandard2.0/tr/Microsoft.CodeAnalysis.resources.dll", - "lib/netstandard2.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll", - "lib/netstandard2.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll", - "microsoft.codeanalysis.common.4.12.0.nupkg.sha512", - "microsoft.codeanalysis.common.nuspec" - ] - }, - "Microsoft.CodeAnalysis.CSharp/4.12.0": { - "sha512": "30vVQ1MizeC22iEdEvI2w0eTIYG43/L20yBzuQH01xKzJgHAoWehzI2F8u07o4mXh4DGMOjQF7aEm0zzvsG3Mg==", - "type": "package", - "path": "microsoft.codeanalysis.csharp/4.12.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "ThirdPartyNotices.rtf", - "lib/net7.0/Microsoft.CodeAnalysis.CSharp.dll", - "lib/net7.0/Microsoft.CodeAnalysis.CSharp.pdb", - "lib/net7.0/Microsoft.CodeAnalysis.CSharp.xml", - "lib/net7.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net7.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net7.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net7.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net7.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net7.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net7.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net7.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net7.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net7.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net8.0/Microsoft.CodeAnalysis.CSharp.dll", - "lib/net8.0/Microsoft.CodeAnalysis.CSharp.pdb", - "lib/net8.0/Microsoft.CodeAnalysis.CSharp.xml", - "lib/net8.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net8.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net8.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net8.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net8.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net8.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net8.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net8.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net8.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net8.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net8.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net8.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net8.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.dll", - "lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.pdb", - "lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.xml", - "lib/netstandard2.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/netstandard2.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/netstandard2.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/netstandard2.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/netstandard2.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/netstandard2.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/netstandard2.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/netstandard2.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/netstandard2.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/netstandard2.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/netstandard2.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/netstandard2.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/netstandard2.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll", - "microsoft.codeanalysis.csharp.4.12.0.nupkg.sha512", - "microsoft.codeanalysis.csharp.nuspec" - ] - }, - "Microsoft.NETCore.Platforms/1.1.0": { - "sha512": "kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A==", - "type": "package", - "path": "microsoft.netcore.platforms/1.1.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/netstandard1.0/_._", - "microsoft.netcore.platforms.1.1.0.nupkg.sha512", - "microsoft.netcore.platforms.nuspec", - "runtime.json" - ] - }, - "Microsoft.SourceLink.Common/10.0.203": { - "sha512": "QYAnhBCOkT3ZUT/fHag11+bamwlbZ3U9Vi/WfKrD9emdUf1t3aqjWv0V2KtEGHSRSC81aBc8Oy/mvyGpEYd9Pg==", - "type": "package", - "path": "microsoft.sourcelink.common/10.0.203", - "hasTools": true, - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.txt", - "build/InitializeSourceControlInformation.targets", - "build/Microsoft.SourceLink.Common.props", - "build/Microsoft.SourceLink.Common.targets", - "buildMultiTargeting/Microsoft.SourceLink.Common.props", - "buildMultiTargeting/Microsoft.SourceLink.Common.targets", - "buildTransitive/Microsoft.SourceLink.Common.props", - "buildTransitive/Microsoft.SourceLink.Common.targets", - "microsoft.sourcelink.common.10.0.203.nupkg.sha512", - "microsoft.sourcelink.common.nuspec", - "tools/net/Microsoft.SourceLink.Common.deps.json", - "tools/net/Microsoft.SourceLink.Common.dll", - "tools/net/Microsoft.SourceLink.Common.pdb", - "tools/net/cs/Microsoft.SourceLink.Common.resources.dll", - "tools/net/de/Microsoft.SourceLink.Common.resources.dll", - "tools/net/es/Microsoft.SourceLink.Common.resources.dll", - "tools/net/fr/Microsoft.SourceLink.Common.resources.dll", - "tools/net/it/Microsoft.SourceLink.Common.resources.dll", - "tools/net/ja/Microsoft.SourceLink.Common.resources.dll", - "tools/net/ko/Microsoft.SourceLink.Common.resources.dll", - "tools/net/pl/Microsoft.SourceLink.Common.resources.dll", - "tools/net/pt-BR/Microsoft.SourceLink.Common.resources.dll", - "tools/net/ru/Microsoft.SourceLink.Common.resources.dll", - "tools/net/tr/Microsoft.SourceLink.Common.resources.dll", - "tools/net/zh-Hans/Microsoft.SourceLink.Common.resources.dll", - "tools/net/zh-Hant/Microsoft.SourceLink.Common.resources.dll", - "tools/netframework/Microsoft.SourceLink.Common.dll", - "tools/netframework/Microsoft.SourceLink.Common.dll.config", - "tools/netframework/Microsoft.SourceLink.Common.pdb", - "tools/netframework/cs/Microsoft.SourceLink.Common.resources.dll", - "tools/netframework/de/Microsoft.SourceLink.Common.resources.dll", - "tools/netframework/es/Microsoft.SourceLink.Common.resources.dll", - "tools/netframework/fr/Microsoft.SourceLink.Common.resources.dll", - "tools/netframework/it/Microsoft.SourceLink.Common.resources.dll", - "tools/netframework/ja/Microsoft.SourceLink.Common.resources.dll", - "tools/netframework/ko/Microsoft.SourceLink.Common.resources.dll", - "tools/netframework/pl/Microsoft.SourceLink.Common.resources.dll", - "tools/netframework/pt-BR/Microsoft.SourceLink.Common.resources.dll", - "tools/netframework/ru/Microsoft.SourceLink.Common.resources.dll", - "tools/netframework/tr/Microsoft.SourceLink.Common.resources.dll", - "tools/netframework/zh-Hans/Microsoft.SourceLink.Common.resources.dll", - "tools/netframework/zh-Hant/Microsoft.SourceLink.Common.resources.dll" - ] - }, - "Microsoft.SourceLink.GitHub/10.0.203": { - "sha512": "R4Tvr1oACImMS+Y5M7NM07ll9QyJSKnki3Dvz8QwG1W6FEmd+9fmZXAF6BE6UPswHF6n0v41wgMQGlaudOspqA==", - "type": "package", - "path": "microsoft.sourcelink.github/10.0.203", - "hasTools": true, - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.txt", - "build/Microsoft.SourceLink.GitHub.props", - "build/Microsoft.SourceLink.GitHub.targets", - "buildMultiTargeting/Microsoft.SourceLink.GitHub.props", - "buildMultiTargeting/Microsoft.SourceLink.GitHub.targets", - "microsoft.sourcelink.github.10.0.203.nupkg.sha512", - "microsoft.sourcelink.github.nuspec", - "tools/net/Microsoft.SourceLink.GitHub.deps.json", - "tools/net/Microsoft.SourceLink.GitHub.dll", - "tools/net/Microsoft.SourceLink.GitHub.pdb", - "tools/net/System.IO.Hashing.dll", - "tools/net/cs/Microsoft.SourceLink.GitHub.resources.dll", - "tools/net/de/Microsoft.SourceLink.GitHub.resources.dll", - "tools/net/es/Microsoft.SourceLink.GitHub.resources.dll", - "tools/net/fr/Microsoft.SourceLink.GitHub.resources.dll", - "tools/net/it/Microsoft.SourceLink.GitHub.resources.dll", - "tools/net/ja/Microsoft.SourceLink.GitHub.resources.dll", - "tools/net/ko/Microsoft.SourceLink.GitHub.resources.dll", - "tools/net/pl/Microsoft.SourceLink.GitHub.resources.dll", - "tools/net/pt-BR/Microsoft.SourceLink.GitHub.resources.dll", - "tools/net/ru/Microsoft.SourceLink.GitHub.resources.dll", - "tools/net/tr/Microsoft.SourceLink.GitHub.resources.dll", - "tools/net/zh-Hans/Microsoft.SourceLink.GitHub.resources.dll", - "tools/net/zh-Hant/Microsoft.SourceLink.GitHub.resources.dll", - "tools/netframework/Microsoft.SourceLink.GitHub.dll", - "tools/netframework/Microsoft.SourceLink.GitHub.dll.config", - "tools/netframework/Microsoft.SourceLink.GitHub.pdb", - "tools/netframework/System.Buffers.dll", - "tools/netframework/System.IO.Hashing.dll", - "tools/netframework/System.Memory.dll", - "tools/netframework/System.Numerics.Vectors.dll", - "tools/netframework/System.Runtime.CompilerServices.Unsafe.dll", - "tools/netframework/cs/Microsoft.SourceLink.GitHub.resources.dll", - "tools/netframework/de/Microsoft.SourceLink.GitHub.resources.dll", - "tools/netframework/es/Microsoft.SourceLink.GitHub.resources.dll", - "tools/netframework/fr/Microsoft.SourceLink.GitHub.resources.dll", - "tools/netframework/it/Microsoft.SourceLink.GitHub.resources.dll", - "tools/netframework/ja/Microsoft.SourceLink.GitHub.resources.dll", - "tools/netframework/ko/Microsoft.SourceLink.GitHub.resources.dll", - "tools/netframework/pl/Microsoft.SourceLink.GitHub.resources.dll", - "tools/netframework/pt-BR/Microsoft.SourceLink.GitHub.resources.dll", - "tools/netframework/ru/Microsoft.SourceLink.GitHub.resources.dll", - "tools/netframework/tr/Microsoft.SourceLink.GitHub.resources.dll", - "tools/netframework/zh-Hans/Microsoft.SourceLink.GitHub.resources.dll", - "tools/netframework/zh-Hant/Microsoft.SourceLink.GitHub.resources.dll" - ] - }, - "Nerdbank.GitVersioning/3.9.50": { - "sha512": "HtOgGF6jZ+WYbXnCUCYPT8Y2d6mIJo9ozjK/FINTRsXdm4Zgv9GehUMa7EFoGQkqrMcDJNOIDwCmENnvXg4UbA==", - "type": "package", - "path": "nerdbank.gitversioning/3.9.50", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "README.md", - "build/InProjectVersionComputation.targets", - "build/MSBuildCore/LibGit2Sharp.dll", - "build/MSBuildCore/LibGit2Sharp.dll.config", - "build/MSBuildCore/Microsoft.DotNet.PlatformAbstractions.dll", - "build/MSBuildCore/Nerdbank.GitVersioning.Tasks.dll", - "build/MSBuildCore/Nerdbank.GitVersioning.dll", - "build/MSBuildCore/Newtonsoft.Json.dll", - "build/MSBuildCore/Validation.dll", - "build/MSBuildFull/LibGit2Sharp.dll", - "build/MSBuildFull/LibGit2Sharp.dll.config", - "build/MSBuildFull/Microsoft.DotNet.PlatformAbstractions.dll", - "build/MSBuildFull/Nerdbank.GitVersioning.Tasks.dll", - "build/MSBuildFull/Nerdbank.GitVersioning.dll", - "build/MSBuildFull/Newtonsoft.Json.dll", - "build/MSBuildFull/System.Buffers.dll", - "build/MSBuildFull/System.Memory.dll", - "build/MSBuildFull/System.Numerics.Vectors.dll", - "build/MSBuildFull/System.Runtime.CompilerServices.Unsafe.dll", - "build/MSBuildFull/System.Text.Json.dll", - "build/MSBuildFull/Validation.dll", - "build/MSBuildFull/lib/linux-x64/libgit2-3f4182d.so", - "build/MSBuildFull/lib/osx-arm64/libgit2-3f4182d.dylib", - "build/MSBuildFull/lib/osx-x64/libgit2-3f4182d.dylib", - "build/MSBuildTargetCaching.targets", - "build/Nerdbank.GitVersioning.Common.targets", - "build/Nerdbank.GitVersioning.Inner.targets", - "build/Nerdbank.GitVersioning.props", - "build/Nerdbank.GitVersioning.targets", - "build/PrivateP2PCaching.proj", - "build/runtimes/linux-arm/native/libgit2-3f4182d.so", - "build/runtimes/linux-arm64/native/libgit2-3f4182d.so", - "build/runtimes/linux-musl-arm/native/libgit2-3f4182d.so", - "build/runtimes/linux-musl-arm64/native/libgit2-3f4182d.so", - "build/runtimes/linux-musl-x64/native/libgit2-3f4182d.so", - "build/runtimes/linux-ppc64le/native/libgit2-3f4182d.so", - "build/runtimes/linux-x64/native/libgit2-3f4182d.so", - "build/runtimes/osx-arm64/native/libgit2-3f4182d.dylib", - "build/runtimes/osx-x64/native/libgit2-3f4182d.dylib", - "build/runtimes/win-arm64/native/git2-3f4182d.dll", - "build/runtimes/win-x64/native/git2-3f4182d.dll", - "build/runtimes/win-x86/native/git2-3f4182d.dll", - "buildCrossTargeting/Nerdbank.GitVersioning.props", - "buildCrossTargeting/Nerdbank.GitVersioning.targets", - "nerdbank.gitversioning.3.9.50.nupkg.sha512", - "nerdbank.gitversioning.nuspec" - ] - }, - "NETStandard.Library/2.0.3": { - "sha512": "st47PosZSHrjECdjeIzZQbzivYBJFv6P2nv4cj2ypdI204DO+vZ7l5raGMiX4eXMJ53RfOIg+/s4DHVZ54Nu2A==", - "type": "package", - "path": "netstandard.library/2.0.3", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "build/netstandard2.0/NETStandard.Library.targets", - "build/netstandard2.0/ref/Microsoft.Win32.Primitives.dll", - "build/netstandard2.0/ref/System.AppContext.dll", - "build/netstandard2.0/ref/System.Collections.Concurrent.dll", - "build/netstandard2.0/ref/System.Collections.NonGeneric.dll", - "build/netstandard2.0/ref/System.Collections.Specialized.dll", - "build/netstandard2.0/ref/System.Collections.dll", - "build/netstandard2.0/ref/System.ComponentModel.Composition.dll", - "build/netstandard2.0/ref/System.ComponentModel.EventBasedAsync.dll", - "build/netstandard2.0/ref/System.ComponentModel.Primitives.dll", - "build/netstandard2.0/ref/System.ComponentModel.TypeConverter.dll", - "build/netstandard2.0/ref/System.ComponentModel.dll", - "build/netstandard2.0/ref/System.Console.dll", - "build/netstandard2.0/ref/System.Core.dll", - "build/netstandard2.0/ref/System.Data.Common.dll", - "build/netstandard2.0/ref/System.Data.dll", - "build/netstandard2.0/ref/System.Diagnostics.Contracts.dll", - "build/netstandard2.0/ref/System.Diagnostics.Debug.dll", - "build/netstandard2.0/ref/System.Diagnostics.FileVersionInfo.dll", - "build/netstandard2.0/ref/System.Diagnostics.Process.dll", - "build/netstandard2.0/ref/System.Diagnostics.StackTrace.dll", - "build/netstandard2.0/ref/System.Diagnostics.TextWriterTraceListener.dll", - "build/netstandard2.0/ref/System.Diagnostics.Tools.dll", - "build/netstandard2.0/ref/System.Diagnostics.TraceSource.dll", - "build/netstandard2.0/ref/System.Diagnostics.Tracing.dll", - "build/netstandard2.0/ref/System.Drawing.Primitives.dll", - "build/netstandard2.0/ref/System.Drawing.dll", - "build/netstandard2.0/ref/System.Dynamic.Runtime.dll", - "build/netstandard2.0/ref/System.Globalization.Calendars.dll", - "build/netstandard2.0/ref/System.Globalization.Extensions.dll", - "build/netstandard2.0/ref/System.Globalization.dll", - "build/netstandard2.0/ref/System.IO.Compression.FileSystem.dll", - "build/netstandard2.0/ref/System.IO.Compression.ZipFile.dll", - "build/netstandard2.0/ref/System.IO.Compression.dll", - "build/netstandard2.0/ref/System.IO.FileSystem.DriveInfo.dll", - "build/netstandard2.0/ref/System.IO.FileSystem.Primitives.dll", - "build/netstandard2.0/ref/System.IO.FileSystem.Watcher.dll", - "build/netstandard2.0/ref/System.IO.FileSystem.dll", - "build/netstandard2.0/ref/System.IO.IsolatedStorage.dll", - "build/netstandard2.0/ref/System.IO.MemoryMappedFiles.dll", - "build/netstandard2.0/ref/System.IO.Pipes.dll", - "build/netstandard2.0/ref/System.IO.UnmanagedMemoryStream.dll", - "build/netstandard2.0/ref/System.IO.dll", - "build/netstandard2.0/ref/System.Linq.Expressions.dll", - "build/netstandard2.0/ref/System.Linq.Parallel.dll", - "build/netstandard2.0/ref/System.Linq.Queryable.dll", - "build/netstandard2.0/ref/System.Linq.dll", - "build/netstandard2.0/ref/System.Net.Http.dll", - "build/netstandard2.0/ref/System.Net.NameResolution.dll", - "build/netstandard2.0/ref/System.Net.NetworkInformation.dll", - "build/netstandard2.0/ref/System.Net.Ping.dll", - "build/netstandard2.0/ref/System.Net.Primitives.dll", - "build/netstandard2.0/ref/System.Net.Requests.dll", - "build/netstandard2.0/ref/System.Net.Security.dll", - "build/netstandard2.0/ref/System.Net.Sockets.dll", - "build/netstandard2.0/ref/System.Net.WebHeaderCollection.dll", - "build/netstandard2.0/ref/System.Net.WebSockets.Client.dll", - "build/netstandard2.0/ref/System.Net.WebSockets.dll", - "build/netstandard2.0/ref/System.Net.dll", - "build/netstandard2.0/ref/System.Numerics.dll", - "build/netstandard2.0/ref/System.ObjectModel.dll", - "build/netstandard2.0/ref/System.Reflection.Extensions.dll", - "build/netstandard2.0/ref/System.Reflection.Primitives.dll", - "build/netstandard2.0/ref/System.Reflection.dll", - "build/netstandard2.0/ref/System.Resources.Reader.dll", - "build/netstandard2.0/ref/System.Resources.ResourceManager.dll", - "build/netstandard2.0/ref/System.Resources.Writer.dll", - "build/netstandard2.0/ref/System.Runtime.CompilerServices.VisualC.dll", - "build/netstandard2.0/ref/System.Runtime.Extensions.dll", - "build/netstandard2.0/ref/System.Runtime.Handles.dll", - "build/netstandard2.0/ref/System.Runtime.InteropServices.RuntimeInformation.dll", - "build/netstandard2.0/ref/System.Runtime.InteropServices.dll", - "build/netstandard2.0/ref/System.Runtime.Numerics.dll", - "build/netstandard2.0/ref/System.Runtime.Serialization.Formatters.dll", - "build/netstandard2.0/ref/System.Runtime.Serialization.Json.dll", - "build/netstandard2.0/ref/System.Runtime.Serialization.Primitives.dll", - "build/netstandard2.0/ref/System.Runtime.Serialization.Xml.dll", - "build/netstandard2.0/ref/System.Runtime.Serialization.dll", - "build/netstandard2.0/ref/System.Runtime.dll", - "build/netstandard2.0/ref/System.Security.Claims.dll", - "build/netstandard2.0/ref/System.Security.Cryptography.Algorithms.dll", - "build/netstandard2.0/ref/System.Security.Cryptography.Csp.dll", - "build/netstandard2.0/ref/System.Security.Cryptography.Encoding.dll", - "build/netstandard2.0/ref/System.Security.Cryptography.Primitives.dll", - "build/netstandard2.0/ref/System.Security.Cryptography.X509Certificates.dll", - "build/netstandard2.0/ref/System.Security.Principal.dll", - "build/netstandard2.0/ref/System.Security.SecureString.dll", - "build/netstandard2.0/ref/System.ServiceModel.Web.dll", - "build/netstandard2.0/ref/System.Text.Encoding.Extensions.dll", - "build/netstandard2.0/ref/System.Text.Encoding.dll", - "build/netstandard2.0/ref/System.Text.RegularExpressions.dll", - "build/netstandard2.0/ref/System.Threading.Overlapped.dll", - "build/netstandard2.0/ref/System.Threading.Tasks.Parallel.dll", - "build/netstandard2.0/ref/System.Threading.Tasks.dll", - "build/netstandard2.0/ref/System.Threading.Thread.dll", - "build/netstandard2.0/ref/System.Threading.ThreadPool.dll", - "build/netstandard2.0/ref/System.Threading.Timer.dll", - "build/netstandard2.0/ref/System.Threading.dll", - "build/netstandard2.0/ref/System.Transactions.dll", - "build/netstandard2.0/ref/System.ValueTuple.dll", - "build/netstandard2.0/ref/System.Web.dll", - "build/netstandard2.0/ref/System.Windows.dll", - "build/netstandard2.0/ref/System.Xml.Linq.dll", - "build/netstandard2.0/ref/System.Xml.ReaderWriter.dll", - "build/netstandard2.0/ref/System.Xml.Serialization.dll", - "build/netstandard2.0/ref/System.Xml.XDocument.dll", - "build/netstandard2.0/ref/System.Xml.XPath.XDocument.dll", - "build/netstandard2.0/ref/System.Xml.XPath.dll", - "build/netstandard2.0/ref/System.Xml.XmlDocument.dll", - "build/netstandard2.0/ref/System.Xml.XmlSerializer.dll", - "build/netstandard2.0/ref/System.Xml.dll", - "build/netstandard2.0/ref/System.dll", - "build/netstandard2.0/ref/mscorlib.dll", - "build/netstandard2.0/ref/netstandard.dll", - "build/netstandard2.0/ref/netstandard.xml", - "lib/netstandard1.0/_._", - "netstandard.library.2.0.3.nupkg.sha512", - "netstandard.library.nuspec" - ] - }, - "System.Buffers/4.6.1": { - "sha512": "N8GXpmiLMtljq7gwvyS+1QvKT/W2J8sNAvx+HVg4NGmsG/H+2k/y9QI23auLJRterrzCiDH+IWAw4V/GPwsMlw==", - "type": "package", - "path": "system.buffers/4.6.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "PACKAGE.md", - "buildTransitive/net461/System.Buffers.targets", - "buildTransitive/net462/_._", - "lib/net462/System.Buffers.dll", - "lib/net462/System.Buffers.xml", - "lib/netcoreapp2.0/_._", - "lib/netstandard2.0/System.Buffers.dll", - "lib/netstandard2.0/System.Buffers.xml", - "lib/netstandard2.1/_._", - "system.buffers.4.6.1.nupkg.sha512", - "system.buffers.nuspec" - ] - }, - "System.Collections.Immutable/8.0.0": { - "sha512": "AurL6Y5BA1WotzlEvVaIDpqzpIPvYnnldxru8oXJU2yFxFUy3+pNXjXd1ymO+RA0rq0+590Q8gaz2l3Sr7fmqg==", - "type": "package", - "path": "system.collections.immutable/8.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/System.Collections.Immutable.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/System.Collections.Immutable.targets", - "lib/net462/System.Collections.Immutable.dll", - "lib/net462/System.Collections.Immutable.xml", - "lib/net6.0/System.Collections.Immutable.dll", - "lib/net6.0/System.Collections.Immutable.xml", - "lib/net7.0/System.Collections.Immutable.dll", - "lib/net7.0/System.Collections.Immutable.xml", - "lib/net8.0/System.Collections.Immutable.dll", - "lib/net8.0/System.Collections.Immutable.xml", - "lib/netstandard2.0/System.Collections.Immutable.dll", - "lib/netstandard2.0/System.Collections.Immutable.xml", - "system.collections.immutable.8.0.0.nupkg.sha512", - "system.collections.immutable.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "System.IO.Hashing/10.0.7": { - "sha512": "6hsjdSr4VOXSOnhALkYplHpAxnTG1J33YN42IB6nH2fEg4QnJqrZ4Ft+qn7mkrKAOYC8pCSFYwVWw6rQbmwgLQ==", - "type": "package", - "path": "system.io.hashing/10.0.7", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/System.IO.Hashing.targets", - "buildTransitive/net462/_._", - "buildTransitive/net8.0/_._", - "buildTransitive/netcoreapp2.0/System.IO.Hashing.targets", - "lib/net10.0/System.IO.Hashing.dll", - "lib/net10.0/System.IO.Hashing.xml", - "lib/net462/System.IO.Hashing.dll", - "lib/net462/System.IO.Hashing.xml", - "lib/net8.0/System.IO.Hashing.dll", - "lib/net8.0/System.IO.Hashing.xml", - "lib/net9.0/System.IO.Hashing.dll", - "lib/net9.0/System.IO.Hashing.xml", - "lib/netstandard2.0/System.IO.Hashing.dll", - "lib/netstandard2.0/System.IO.Hashing.xml", - "system.io.hashing.10.0.7.nupkg.sha512", - "system.io.hashing.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "System.Memory/4.6.3": { - "sha512": "qdcDOgnFZY40+Q9876JUHnlHu7bosOHX8XISRoH94fwk6hgaeQGSgfZd8srWRZNt5bV9ZW2TljcegDNxsf+96A==", - "type": "package", - "path": "system.memory/4.6.3", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "PACKAGE.md", - "buildTransitive/net461/System.Memory.targets", - "buildTransitive/net462/_._", - "lib/net462/System.Memory.dll", - "lib/net462/System.Memory.xml", - "lib/netcoreapp2.1/_._", - "lib/netstandard2.0/System.Memory.dll", - "lib/netstandard2.0/System.Memory.xml", - "lib/netstandard2.1/_._", - "system.memory.4.6.3.nupkg.sha512", - "system.memory.nuspec" - ] - }, - "System.Numerics.Vectors/4.6.1": { - "sha512": "sQxefTnhagrhoq2ReR0D/6K0zJcr9Hrd6kikeXsA1I8kOCboTavcUC4r7TSfpKFeE163uMuxZcyfO1mGO3EN8Q==", - "type": "package", - "path": "system.numerics.vectors/4.6.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "PACKAGE.md", - "buildTransitive/net461/System.Numerics.Vectors.targets", - "buildTransitive/net462/_._", - "lib/net462/System.Numerics.Vectors.dll", - "lib/net462/System.Numerics.Vectors.xml", - "lib/netcoreapp2.0/_._", - "lib/netstandard2.0/System.Numerics.Vectors.dll", - "lib/netstandard2.0/System.Numerics.Vectors.xml", - "lib/netstandard2.1/_._", - "system.numerics.vectors.4.6.1.nupkg.sha512", - "system.numerics.vectors.nuspec" - ] - }, - "System.Reflection.Metadata/8.0.0": { - "sha512": "ptvgrFh7PvWI8bcVqG5rsA/weWM09EnthFHR5SCnS6IN+P4mj6rE1lBDC4U8HL9/57htKAqy4KQ3bBj84cfYyQ==", - "type": "package", - "path": "system.reflection.metadata/8.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/System.Reflection.Metadata.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/System.Reflection.Metadata.targets", - "lib/net462/System.Reflection.Metadata.dll", - "lib/net462/System.Reflection.Metadata.xml", - "lib/net6.0/System.Reflection.Metadata.dll", - "lib/net6.0/System.Reflection.Metadata.xml", - "lib/net7.0/System.Reflection.Metadata.dll", - "lib/net7.0/System.Reflection.Metadata.xml", - "lib/net8.0/System.Reflection.Metadata.dll", - "lib/net8.0/System.Reflection.Metadata.xml", - "lib/netstandard2.0/System.Reflection.Metadata.dll", - "lib/netstandard2.0/System.Reflection.Metadata.xml", - "system.reflection.metadata.8.0.0.nupkg.sha512", - "system.reflection.metadata.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "System.Runtime.CompilerServices.Unsafe/6.1.2": { - "sha512": "2hBr6zdbIBTDE3EhK7NSVNdX58uTK6iHW/P/Axmm9sl1xoGSLqDvMtpecn226TNwHByFokYwJmt/aQQNlO5CRw==", - "type": "package", - "path": "system.runtime.compilerservices.unsafe/6.1.2", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "PACKAGE.md", - "buildTransitive/net461/System.Runtime.CompilerServices.Unsafe.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.targets", - "lib/net462/System.Runtime.CompilerServices.Unsafe.dll", - "lib/net462/System.Runtime.CompilerServices.Unsafe.xml", - "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll", - "lib/net6.0/System.Runtime.CompilerServices.Unsafe.xml", - "lib/net7.0/_._", - "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll", - "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.xml", - "system.runtime.compilerservices.unsafe.6.1.2.nupkg.sha512", - "system.runtime.compilerservices.unsafe.nuspec" - ] - }, - "System.Text.Encoding.CodePages/7.0.0": { - "sha512": "LSyCblMpvOe0N3E+8e0skHcrIhgV2huaNcjUUEa8hRtgEAm36aGkRoC8Jxlb6Ra6GSfF29ftduPNywin8XolzQ==", - "type": "package", - "path": "system.text.encoding.codepages/7.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/System.Text.Encoding.CodePages.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/System.Text.Encoding.CodePages.targets", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net462/System.Text.Encoding.CodePages.dll", - "lib/net462/System.Text.Encoding.CodePages.xml", - "lib/net6.0/System.Text.Encoding.CodePages.dll", - "lib/net6.0/System.Text.Encoding.CodePages.xml", - "lib/net7.0/System.Text.Encoding.CodePages.dll", - "lib/net7.0/System.Text.Encoding.CodePages.xml", - "lib/netstandard2.0/System.Text.Encoding.CodePages.dll", - "lib/netstandard2.0/System.Text.Encoding.CodePages.xml", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "runtimes/win/lib/net6.0/System.Text.Encoding.CodePages.dll", - "runtimes/win/lib/net6.0/System.Text.Encoding.CodePages.xml", - "runtimes/win/lib/net7.0/System.Text.Encoding.CodePages.dll", - "runtimes/win/lib/net7.0/System.Text.Encoding.CodePages.xml", - "system.text.encoding.codepages.7.0.0.nupkg.sha512", - "system.text.encoding.codepages.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "System.Threading.Tasks.Extensions/4.5.4": { - "sha512": "zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==", - "type": "package", - "path": "system.threading.tasks.extensions/4.5.4", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net461/System.Threading.Tasks.Extensions.dll", - "lib/net461/System.Threading.Tasks.Extensions.xml", - "lib/netcoreapp2.1/_._", - "lib/netstandard1.0/System.Threading.Tasks.Extensions.dll", - "lib/netstandard1.0/System.Threading.Tasks.Extensions.xml", - "lib/netstandard2.0/System.Threading.Tasks.Extensions.dll", - "lib/netstandard2.0/System.Threading.Tasks.Extensions.xml", - "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.dll", - "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.xml", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/netcoreapp2.1/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "system.threading.tasks.extensions.4.5.4.nupkg.sha512", - "system.threading.tasks.extensions.nuspec", - "useSharedDesignerContext.txt", - "version.txt" - ] - } - }, - "projectFileDependencyGroups": { - ".NETStandard,Version=v2.0": [ - "Microsoft.CodeAnalysis.Analyzers >= 3.11.0", - "Microsoft.CodeAnalysis.CSharp >= 4.12.0", - "Microsoft.SourceLink.GitHub >= 10.0.203", - "NETStandard.Library >= 2.0.3", - "Nerdbank.GitVersioning >= 3.9.50" - ], - "net10.0": [ - "Microsoft.CodeAnalysis.Analyzers >= 3.11.0", - "Microsoft.CodeAnalysis.CSharp >= 4.12.0", - "Microsoft.SourceLink.GitHub >= 10.0.203", - "Nerdbank.GitVersioning >= 3.9.50" - ], - "net8.0": [ - "Microsoft.CodeAnalysis.Analyzers >= 3.11.0", - "Microsoft.CodeAnalysis.CSharp >= 4.12.0", - "Microsoft.SourceLink.GitHub >= 10.0.203", - "Nerdbank.GitVersioning >= 3.9.50" - ] - }, - "packageFolders": { - "C:\\Users\\jd\\.nuget\\packages\\": {}, - "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {} - }, - "project": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "C:\\git\\InShimInator\\src\\Inshiminator.Analyzers\\Inshiminator.Analyzers.csproj", - "projectName": "Inshiminator.Analyzers", - "projectPath": "C:\\git\\InShimInator\\src\\Inshiminator.Analyzers\\Inshiminator.Analyzers.csproj", - "packagesPath": "C:\\Users\\jd\\.nuget\\packages\\", - "outputPath": "C:\\git\\InShimInator\\src\\Inshiminator.Analyzers\\obj\\", - "projectStyle": "PackageReference", - "crossTargeting": true, - "centralPackageVersionsManagementEnabled": true, - "fallbackFolders": [ - "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" - ], - "configFilePaths": [ - "C:\\git\\InShimInator\\NuGet.Config", - "C:\\Users\\jd\\AppData\\Roaming\\NuGet\\NuGet.Config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" - ], - "originalTargetFrameworks": [ - "net10.0", - "net8.0", - "netstandard2.0" - ], - "sources": { - "C:\\Program Files\\dotnet\\library-packs": {}, - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net8.0": { - "targetAlias": "net8.0", - "projectReferences": {} - }, - "net10.0": { - "targetAlias": "net10.0", - "projectReferences": {} - }, - "netstandard2.0": { - "targetAlias": "netstandard2.0", - "projectReferences": {} - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - }, - "restoreAuditProperties": { - "enableAudit": "true", - "auditLevel": "low", - "auditMode": "all" - }, - "SdkAnalysisLevel": "10.0.100" - }, - "frameworks": { - "net8.0": { - "targetAlias": "net8.0", - "dependencies": { - "Microsoft.CodeAnalysis.Analyzers": { - "include": "Runtime, Build, Native, ContentFiles, Analyzers, BuildTransitive", - "suppressParent": "All", - "target": "Package", - "version": "[3.11.0, )", - "versionCentrallyManaged": true - }, - "Microsoft.CodeAnalysis.CSharp": { - "target": "Package", - "version": "[4.12.0, )", - "versionCentrallyManaged": true - }, - "Microsoft.SourceLink.GitHub": { - "suppressParent": "All", - "target": "Package", - "version": "[10.0.203, )", - "versionCentrallyManaged": true - }, - "Nerdbank.GitVersioning": { - "suppressParent": "All", - "target": "Package", - "version": "[3.9.50, )", - "versionCentrallyManaged": true - } - }, - "centralPackageVersions": { - "coverlet.collector": "10.0.0", - "Microsoft.Build.Locator": "1.11.2", - "Microsoft.CodeAnalysis.Analyzers": "3.11.0", - "Microsoft.CodeAnalysis.CSharp": "4.12.0", - "Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.12.0", - "Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing.XUnit": "1.1.2", - "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.7", - "Microsoft.NET.Test.Sdk": "18.5.1", - "Microsoft.SourceLink.GitHub": "10.0.203", - "Nerdbank.GitVersioning": "3.9.50", - "Spectre.Console.Cli": "0.55.0", - "xunit": "2.9.3", - "xunit.runner.visualstudio": "3.1.5" - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48", - "net481" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\10.0.107/PortableRuntimeIdentifierGraph.json", - "packagesToPrune": { - "Microsoft.CSharp": "(,4.7.32767]", - "Microsoft.VisualBasic": "(,10.3.32767]", - "Microsoft.Win32.Primitives": "(,4.3.32767]", - "Microsoft.Win32.Registry": "(,5.0.32767]", - "runtime.any.System.Collections": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.any.System.Globalization": "(,4.3.32767]", - "runtime.any.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.any.System.IO": "(,4.3.32767]", - "runtime.any.System.Reflection": "(,4.3.32767]", - "runtime.any.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.any.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.any.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.any.System.Runtime": "(,4.3.32767]", - "runtime.any.System.Runtime.Handles": "(,4.3.32767]", - "runtime.any.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.any.System.Text.Encoding": "(,4.3.32767]", - "runtime.any.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.any.System.Threading.Tasks": "(,4.3.32767]", - "runtime.any.System.Threading.Timer": "(,4.3.32767]", - "runtime.aot.System.Collections": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.aot.System.Globalization": "(,4.3.32767]", - "runtime.aot.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.aot.System.IO": "(,4.3.32767]", - "runtime.aot.System.Reflection": "(,4.3.32767]", - "runtime.aot.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.aot.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.aot.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.aot.System.Runtime": "(,4.3.32767]", - "runtime.aot.System.Runtime.Handles": "(,4.3.32767]", - "runtime.aot.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.aot.System.Threading.Tasks": "(,4.3.32767]", - "runtime.aot.System.Threading.Timer": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.native.System.Security.Cryptography.Apple": "(,4.3.32767]", - "runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.unix.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.unix.System.Console": "(,4.3.32767]", - "runtime.unix.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.unix.System.IO.FileSystem": "(,4.3.32767]", - "runtime.unix.System.Net.Primitives": "(,4.3.32767]", - "runtime.unix.System.Net.Sockets": "(,4.3.32767]", - "runtime.unix.System.Private.Uri": "(,4.3.32767]", - "runtime.unix.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.win.System.Console": "(,4.3.32767]", - "runtime.win.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.win.System.IO.FileSystem": "(,4.3.32767]", - "runtime.win.System.Net.Primitives": "(,4.3.32767]", - "runtime.win.System.Net.Sockets": "(,4.3.32767]", - "runtime.win.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win10-arm-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-arm64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win10-x64-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-x86-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7-x86.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7.System.Private.Uri": "(,4.3.32767]", - "runtime.win8-arm.runtime.native.System.IO.Compression": "(,4.3.32767]", - "System.AppContext": "(,4.3.32767]", - "System.Buffers": "(,4.6.32767]", - "System.Collections": "(,4.3.32767]", - "System.Collections.Concurrent": "(,4.3.32767]", - "System.Collections.Immutable": "(,8.0.32767]", - "System.Collections.NonGeneric": "(,4.3.32767]", - "System.Collections.Specialized": "(,4.3.32767]", - "System.ComponentModel": "(,4.3.32767]", - "System.ComponentModel.Annotations": "(,5.0.32767]", - "System.ComponentModel.EventBasedAsync": "(,4.3.32767]", - "System.ComponentModel.Primitives": "(,4.3.32767]", - "System.ComponentModel.TypeConverter": "(,4.3.32767]", - "System.Console": "(,4.3.32767]", - "System.Data.Common": "(,4.3.32767]", - "System.Data.DataSetExtensions": "(,4.5.32767]", - "System.Diagnostics.Contracts": "(,4.3.32767]", - "System.Diagnostics.Debug": "(,4.3.32767]", - "System.Diagnostics.DiagnosticSource": "(,8.0.32767]", - "System.Diagnostics.FileVersionInfo": "(,4.3.32767]", - "System.Diagnostics.Process": "(,4.3.32767]", - "System.Diagnostics.StackTrace": "(,4.3.32767]", - "System.Diagnostics.TextWriterTraceListener": "(,4.3.32767]", - "System.Diagnostics.Tools": "(,4.3.32767]", - "System.Diagnostics.TraceSource": "(,4.3.32767]", - "System.Diagnostics.Tracing": "(,4.3.32767]", - "System.Drawing.Primitives": "(,4.3.32767]", - "System.Dynamic.Runtime": "(,4.3.32767]", - "System.Formats.Asn1": "(,8.0.32767]", - "System.Globalization": "(,4.3.32767]", - "System.Globalization.Calendars": "(,4.3.32767]", - "System.Globalization.Extensions": "(,4.3.32767]", - "System.IO": "(,4.3.32767]", - "System.IO.Compression": "(,4.3.32767]", - "System.IO.Compression.ZipFile": "(,4.3.32767]", - "System.IO.FileSystem": "(,4.3.32767]", - "System.IO.FileSystem.AccessControl": "(,5.0.32767]", - "System.IO.FileSystem.DriveInfo": "(,4.3.32767]", - "System.IO.FileSystem.Primitives": "(,4.3.32767]", - "System.IO.FileSystem.Watcher": "(,4.3.32767]", - "System.IO.IsolatedStorage": "(,4.3.32767]", - "System.IO.MemoryMappedFiles": "(,4.3.32767]", - "System.IO.Pipes": "(,4.3.32767]", - "System.IO.Pipes.AccessControl": "(,4.6.32767]", - "System.IO.UnmanagedMemoryStream": "(,4.3.32767]", - "System.Linq": "(,4.3.32767]", - "System.Linq.Expressions": "(,4.3.32767]", - "System.Linq.Parallel": "(,4.3.32767]", - "System.Linq.Queryable": "(,4.3.32767]", - "System.Memory": "(,4.6.32767]", - "System.Net.Http": "(,4.3.32767]", - "System.Net.Http.Json": "(,8.0.32767]", - "System.Net.NameResolution": "(,4.3.32767]", - "System.Net.NetworkInformation": "(,4.3.32767]", - "System.Net.Ping": "(,4.3.32767]", - "System.Net.Primitives": "(,4.3.32767]", - "System.Net.Requests": "(,4.3.32767]", - "System.Net.Security": "(,4.3.32767]", - "System.Net.Sockets": "(,4.3.32767]", - "System.Net.WebHeaderCollection": "(,4.3.32767]", - "System.Net.WebSockets": "(,4.3.32767]", - "System.Net.WebSockets.Client": "(,4.3.32767]", - "System.Numerics.Vectors": "(,4.6.32767]", - "System.ObjectModel": "(,4.3.32767]", - "System.Private.DataContractSerialization": "(,4.3.32767]", - "System.Private.Uri": "(,4.3.32767]", - "System.Reflection": "(,4.3.32767]", - "System.Reflection.DispatchProxy": "(,4.8.32767]", - "System.Reflection.Emit": "(,4.7.32767]", - "System.Reflection.Emit.ILGeneration": "(,4.7.32767]", - "System.Reflection.Emit.Lightweight": "(,4.7.32767]", - "System.Reflection.Extensions": "(,4.3.32767]", - "System.Reflection.Metadata": "(,8.0.32767]", - "System.Reflection.Primitives": "(,4.3.32767]", - "System.Reflection.TypeExtensions": "(,4.7.32767]", - "System.Resources.Reader": "(,4.3.32767]", - "System.Resources.ResourceManager": "(,4.3.32767]", - "System.Resources.Writer": "(,4.3.32767]", - "System.Runtime": "(,4.3.32767]", - "System.Runtime.CompilerServices.Unsafe": "(,6.1.32767]", - "System.Runtime.CompilerServices.VisualC": "(,4.3.32767]", - "System.Runtime.Extensions": "(,4.3.32767]", - "System.Runtime.Handles": "(,4.3.32767]", - "System.Runtime.InteropServices": "(,4.3.32767]", - "System.Runtime.InteropServices.RuntimeInformation": "(,4.3.32767]", - "System.Runtime.Loader": "(,4.3.32767]", - "System.Runtime.Numerics": "(,4.3.32767]", - "System.Runtime.Serialization.Formatters": "(,4.3.32767]", - "System.Runtime.Serialization.Json": "(,4.3.32767]", - "System.Runtime.Serialization.Primitives": "(,4.3.32767]", - "System.Runtime.Serialization.Xml": "(,4.3.32767]", - "System.Security.AccessControl": "(,6.0.32767]", - "System.Security.Claims": "(,4.3.32767]", - "System.Security.Cryptography.Algorithms": "(,4.3.32767]", - "System.Security.Cryptography.Cng": "(,4.6.32767]", - "System.Security.Cryptography.Csp": "(,4.3.32767]", - "System.Security.Cryptography.Encoding": "(,4.3.32767]", - "System.Security.Cryptography.OpenSsl": "(,5.0.32767]", - "System.Security.Cryptography.Primitives": "(,4.3.32767]", - "System.Security.Cryptography.X509Certificates": "(,4.3.32767]", - "System.Security.Principal": "(,4.3.32767]", - "System.Security.Principal.Windows": "(,5.0.32767]", - "System.Security.SecureString": "(,4.3.32767]", - "System.Text.Encoding": "(,4.3.32767]", - "System.Text.Encoding.CodePages": "(,8.0.32767]", - "System.Text.Encoding.Extensions": "(,4.3.32767]", - "System.Text.Encodings.Web": "(,8.0.32767]", - "System.Text.Json": "(,8.0.32767]", - "System.Text.RegularExpressions": "(,4.3.32767]", - "System.Threading": "(,4.3.32767]", - "System.Threading.Channels": "(,8.0.32767]", - "System.Threading.Overlapped": "(,4.3.32767]", - "System.Threading.Tasks": "(,4.3.32767]", - "System.Threading.Tasks.Dataflow": "(,8.0.32767]", - "System.Threading.Tasks.Extensions": "(,4.6.32767]", - "System.Threading.Tasks.Parallel": "(,4.3.32767]", - "System.Threading.Thread": "(,4.3.32767]", - "System.Threading.ThreadPool": "(,4.3.32767]", - "System.Threading.Timer": "(,4.3.32767]", - "System.ValueTuple": "(,4.6.32767]", - "System.Xml.ReaderWriter": "(,4.3.32767]", - "System.Xml.XDocument": "(,4.3.32767]", - "System.Xml.XmlDocument": "(,4.3.32767]", - "System.Xml.XmlSerializer": "(,4.3.32767]", - "System.Xml.XPath": "(,4.3.32767]", - "System.Xml.XPath.XDocument": "(,4.3.32767]" - } - }, - "net10.0": { - "targetAlias": "net10.0", - "dependencies": { - "Microsoft.CodeAnalysis.Analyzers": { - "include": "Runtime, Build, Native, ContentFiles, Analyzers, BuildTransitive", - "suppressParent": "All", - "target": "Package", - "version": "[3.11.0, )", - "versionCentrallyManaged": true - }, - "Microsoft.CodeAnalysis.CSharp": { - "target": "Package", - "version": "[4.12.0, )", - "versionCentrallyManaged": true - }, - "Microsoft.SourceLink.GitHub": { - "suppressParent": "All", - "target": "Package", - "version": "[10.0.203, )", - "versionCentrallyManaged": true - }, - "Nerdbank.GitVersioning": { - "suppressParent": "All", - "target": "Package", - "version": "[3.9.50, )", - "versionCentrallyManaged": true - } - }, - "centralPackageVersions": { - "coverlet.collector": "10.0.0", - "Microsoft.Build.Locator": "1.11.2", - "Microsoft.CodeAnalysis.Analyzers": "3.11.0", - "Microsoft.CodeAnalysis.CSharp": "4.12.0", - "Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.12.0", - "Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing.XUnit": "1.1.2", - "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.7", - "Microsoft.NET.Test.Sdk": "18.5.1", - "Microsoft.SourceLink.GitHub": "10.0.203", - "Nerdbank.GitVersioning": "3.9.50", - "Spectre.Console.Cli": "0.55.0", - "xunit": "2.9.3", - "xunit.runner.visualstudio": "3.1.5" - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48", - "net481" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\10.0.107/PortableRuntimeIdentifierGraph.json", - "packagesToPrune": { - "Microsoft.CSharp": "(,4.7.32767]", - "Microsoft.VisualBasic": "(,10.4.32767]", - "Microsoft.Win32.Primitives": "(,4.3.32767]", - "Microsoft.Win32.Registry": "(,5.0.32767]", - "runtime.any.System.Collections": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.any.System.Globalization": "(,4.3.32767]", - "runtime.any.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.any.System.IO": "(,4.3.32767]", - "runtime.any.System.Reflection": "(,4.3.32767]", - "runtime.any.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.any.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.any.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.any.System.Runtime": "(,4.3.32767]", - "runtime.any.System.Runtime.Handles": "(,4.3.32767]", - "runtime.any.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.any.System.Text.Encoding": "(,4.3.32767]", - "runtime.any.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.any.System.Threading.Tasks": "(,4.3.32767]", - "runtime.any.System.Threading.Timer": "(,4.3.32767]", - "runtime.aot.System.Collections": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.aot.System.Globalization": "(,4.3.32767]", - "runtime.aot.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.aot.System.IO": "(,4.3.32767]", - "runtime.aot.System.Reflection": "(,4.3.32767]", - "runtime.aot.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.aot.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.aot.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.aot.System.Runtime": "(,4.3.32767]", - "runtime.aot.System.Runtime.Handles": "(,4.3.32767]", - "runtime.aot.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.aot.System.Threading.Tasks": "(,4.3.32767]", - "runtime.aot.System.Threading.Timer": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.unix.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.unix.System.Console": "(,4.3.32767]", - "runtime.unix.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.unix.System.IO.FileSystem": "(,4.3.32767]", - "runtime.unix.System.Net.Primitives": "(,4.3.32767]", - "runtime.unix.System.Net.Sockets": "(,4.3.32767]", - "runtime.unix.System.Private.Uri": "(,4.3.32767]", - "runtime.unix.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.win.System.Console": "(,4.3.32767]", - "runtime.win.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.win.System.IO.FileSystem": "(,4.3.32767]", - "runtime.win.System.Net.Primitives": "(,4.3.32767]", - "runtime.win.System.Net.Sockets": "(,4.3.32767]", - "runtime.win.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win10-arm-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-arm64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win10-x64-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-x86-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7-x86.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7.System.Private.Uri": "(,4.3.32767]", - "runtime.win8-arm.runtime.native.System.IO.Compression": "(,4.3.32767]", - "System.AppContext": "(,4.3.32767]", - "System.Buffers": "(,5.0.32767]", - "System.Collections": "(,4.3.32767]", - "System.Collections.Concurrent": "(,4.3.32767]", - "System.Collections.Immutable": "(,10.0.32767]", - "System.Collections.NonGeneric": "(,4.3.32767]", - "System.Collections.Specialized": "(,4.3.32767]", - "System.ComponentModel": "(,4.3.32767]", - "System.ComponentModel.Annotations": "(,4.3.32767]", - "System.ComponentModel.EventBasedAsync": "(,4.3.32767]", - "System.ComponentModel.Primitives": "(,4.3.32767]", - "System.ComponentModel.TypeConverter": "(,4.3.32767]", - "System.Console": "(,4.3.32767]", - "System.Data.Common": "(,4.3.32767]", - "System.Data.DataSetExtensions": "(,4.4.32767]", - "System.Diagnostics.Contracts": "(,4.3.32767]", - "System.Diagnostics.Debug": "(,4.3.32767]", - "System.Diagnostics.DiagnosticSource": "(,10.0.32767]", - "System.Diagnostics.FileVersionInfo": "(,4.3.32767]", - "System.Diagnostics.Process": "(,4.3.32767]", - "System.Diagnostics.StackTrace": "(,4.3.32767]", - "System.Diagnostics.TextWriterTraceListener": "(,4.3.32767]", - "System.Diagnostics.Tools": "(,4.3.32767]", - "System.Diagnostics.TraceSource": "(,4.3.32767]", - "System.Diagnostics.Tracing": "(,4.3.32767]", - "System.Drawing.Primitives": "(,4.3.32767]", - "System.Dynamic.Runtime": "(,4.3.32767]", - "System.Formats.Asn1": "(,10.0.32767]", - "System.Formats.Tar": "(,10.0.32767]", - "System.Globalization": "(,4.3.32767]", - "System.Globalization.Calendars": "(,4.3.32767]", - "System.Globalization.Extensions": "(,4.3.32767]", - "System.IO": "(,4.3.32767]", - "System.IO.Compression": "(,4.3.32767]", - "System.IO.Compression.ZipFile": "(,4.3.32767]", - "System.IO.FileSystem": "(,4.3.32767]", - "System.IO.FileSystem.AccessControl": "(,4.4.32767]", - "System.IO.FileSystem.DriveInfo": "(,4.3.32767]", - "System.IO.FileSystem.Primitives": "(,4.3.32767]", - "System.IO.FileSystem.Watcher": "(,4.3.32767]", - "System.IO.IsolatedStorage": "(,4.3.32767]", - "System.IO.MemoryMappedFiles": "(,4.3.32767]", - "System.IO.Pipelines": "(,10.0.32767]", - "System.IO.Pipes": "(,4.3.32767]", - "System.IO.Pipes.AccessControl": "(,5.0.32767]", - "System.IO.UnmanagedMemoryStream": "(,4.3.32767]", - "System.Linq": "(,4.3.32767]", - "System.Linq.AsyncEnumerable": "(,10.0.32767]", - "System.Linq.Expressions": "(,4.3.32767]", - "System.Linq.Parallel": "(,4.3.32767]", - "System.Linq.Queryable": "(,4.3.32767]", - "System.Memory": "(,5.0.32767]", - "System.Net.Http": "(,4.3.32767]", - "System.Net.Http.Json": "(,10.0.32767]", - "System.Net.NameResolution": "(,4.3.32767]", - "System.Net.NetworkInformation": "(,4.3.32767]", - "System.Net.Ping": "(,4.3.32767]", - "System.Net.Primitives": "(,4.3.32767]", - "System.Net.Requests": "(,4.3.32767]", - "System.Net.Security": "(,4.3.32767]", - "System.Net.ServerSentEvents": "(,10.0.32767]", - "System.Net.Sockets": "(,4.3.32767]", - "System.Net.WebHeaderCollection": "(,4.3.32767]", - "System.Net.WebSockets": "(,4.3.32767]", - "System.Net.WebSockets.Client": "(,4.3.32767]", - "System.Numerics.Vectors": "(,5.0.32767]", - "System.ObjectModel": "(,4.3.32767]", - "System.Private.DataContractSerialization": "(,4.3.32767]", - "System.Private.Uri": "(,4.3.32767]", - "System.Reflection": "(,4.3.32767]", - "System.Reflection.DispatchProxy": "(,6.0.32767]", - "System.Reflection.Emit": "(,4.7.32767]", - "System.Reflection.Emit.ILGeneration": "(,4.7.32767]", - "System.Reflection.Emit.Lightweight": "(,4.7.32767]", - "System.Reflection.Extensions": "(,4.3.32767]", - "System.Reflection.Metadata": "(,10.0.32767]", - "System.Reflection.Primitives": "(,4.3.32767]", - "System.Reflection.TypeExtensions": "(,4.3.32767]", - "System.Resources.Reader": "(,4.3.32767]", - "System.Resources.ResourceManager": "(,4.3.32767]", - "System.Resources.Writer": "(,4.3.32767]", - "System.Runtime": "(,4.3.32767]", - "System.Runtime.CompilerServices.Unsafe": "(,7.0.32767]", - "System.Runtime.CompilerServices.VisualC": "(,4.3.32767]", - "System.Runtime.Extensions": "(,4.3.32767]", - "System.Runtime.Handles": "(,4.3.32767]", - "System.Runtime.InteropServices": "(,4.3.32767]", - "System.Runtime.InteropServices.RuntimeInformation": "(,4.3.32767]", - "System.Runtime.Loader": "(,4.3.32767]", - "System.Runtime.Numerics": "(,4.3.32767]", - "System.Runtime.Serialization.Formatters": "(,4.3.32767]", - "System.Runtime.Serialization.Json": "(,4.3.32767]", - "System.Runtime.Serialization.Primitives": "(,4.3.32767]", - "System.Runtime.Serialization.Xml": "(,4.3.32767]", - "System.Security.AccessControl": "(,6.0.32767]", - "System.Security.Claims": "(,4.3.32767]", - "System.Security.Cryptography.Algorithms": "(,4.3.32767]", - "System.Security.Cryptography.Cng": "(,5.0.32767]", - "System.Security.Cryptography.Csp": "(,4.3.32767]", - "System.Security.Cryptography.Encoding": "(,4.3.32767]", - "System.Security.Cryptography.OpenSsl": "(,5.0.32767]", - "System.Security.Cryptography.Primitives": "(,4.3.32767]", - "System.Security.Cryptography.X509Certificates": "(,4.3.32767]", - "System.Security.Principal": "(,4.3.32767]", - "System.Security.Principal.Windows": "(,5.0.32767]", - "System.Security.SecureString": "(,4.3.32767]", - "System.Text.Encoding": "(,4.3.32767]", - "System.Text.Encoding.CodePages": "(,10.0.32767]", - "System.Text.Encoding.Extensions": "(,4.3.32767]", - "System.Text.Encodings.Web": "(,10.0.32767]", - "System.Text.Json": "(,10.0.32767]", - "System.Text.RegularExpressions": "(,4.3.32767]", - "System.Threading": "(,4.3.32767]", - "System.Threading.AccessControl": "(,10.0.32767]", - "System.Threading.Channels": "(,10.0.32767]", - "System.Threading.Overlapped": "(,4.3.32767]", - "System.Threading.Tasks": "(,4.3.32767]", - "System.Threading.Tasks.Dataflow": "(,10.0.32767]", - "System.Threading.Tasks.Extensions": "(,5.0.32767]", - "System.Threading.Tasks.Parallel": "(,4.3.32767]", - "System.Threading.Thread": "(,4.3.32767]", - "System.Threading.ThreadPool": "(,4.3.32767]", - "System.Threading.Timer": "(,4.3.32767]", - "System.ValueTuple": "(,4.5.32767]", - "System.Xml.ReaderWriter": "(,4.3.32767]", - "System.Xml.XDocument": "(,4.3.32767]", - "System.Xml.XmlDocument": "(,4.3.32767]", - "System.Xml.XmlSerializer": "(,4.3.32767]", - "System.Xml.XPath": "(,4.3.32767]", - "System.Xml.XPath.XDocument": "(,5.0.32767]" - } - }, - "netstandard2.0": { - "targetAlias": "netstandard2.0", - "dependencies": { - "Microsoft.CodeAnalysis.Analyzers": { - "include": "Runtime, Build, Native, ContentFiles, Analyzers, BuildTransitive", - "suppressParent": "All", - "target": "Package", - "version": "[3.11.0, )", - "versionCentrallyManaged": true - }, - "Microsoft.CodeAnalysis.CSharp": { - "target": "Package", - "version": "[4.12.0, )", - "versionCentrallyManaged": true - }, - "Microsoft.SourceLink.GitHub": { - "suppressParent": "All", - "target": "Package", - "version": "[10.0.203, )", - "versionCentrallyManaged": true - }, - "NETStandard.Library": { - "suppressParent": "All", - "target": "Package", - "version": "[2.0.3, )", - "autoReferenced": true - }, - "Nerdbank.GitVersioning": { - "suppressParent": "All", - "target": "Package", - "version": "[3.9.50, )", - "versionCentrallyManaged": true - } - }, - "centralPackageVersions": { - "coverlet.collector": "10.0.0", - "Microsoft.Build.Locator": "1.11.2", - "Microsoft.CodeAnalysis.Analyzers": "3.11.0", - "Microsoft.CodeAnalysis.CSharp": "4.12.0", - "Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.12.0", - "Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing.XUnit": "1.1.2", - "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.7", - "Microsoft.NET.Test.Sdk": "18.5.1", - "Microsoft.SourceLink.GitHub": "10.0.203", - "Nerdbank.GitVersioning": "3.9.50", - "Spectre.Console.Cli": "0.55.0", - "xunit": "2.9.3", - "xunit.runner.visualstudio": "3.1.5" - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48", - "net481" - ], - "assetTargetFallback": true, - "warn": true, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\10.0.107\\RuntimeIdentifierGraph.json", - "packagesToPrune": { - "Microsoft.Win32.Primitives": "(,4.3.0]", - "System.AppContext": "(,4.3.0]", - "System.Collections": "(,4.3.0]", - "System.Collections.NonGeneric": "(,4.3.0]", - "System.Collections.Specialized": "(,4.3.0]", - "System.ComponentModel": "(,4.3.0]", - "System.ComponentModel.EventBasedAsync": "(,4.3.0]", - "System.ComponentModel.Primitives": "(,4.3.0]", - "System.ComponentModel.TypeConverter": "(,4.3.0]", - "System.Console": "(,4.3.1]", - "System.Data.Common": "(,4.3.0]", - "System.Diagnostics.Contracts": "(,4.3.0]", - "System.Diagnostics.Debug": "(,4.3.0]", - "System.Diagnostics.FileVersionInfo": "(,4.3.0]", - "System.Diagnostics.Process": "(,4.3.0]", - "System.Diagnostics.StackTrace": "(,4.3.0]", - "System.Diagnostics.TextWriterTraceListener": "(,4.3.0]", - "System.Diagnostics.Tools": "(,4.3.0]", - "System.Diagnostics.TraceSource": "(,4.3.0]", - "System.Diagnostics.Tracing": "(,4.3.0]", - "System.Drawing.Primitives": "(,4.3.0]", - "System.Dynamic.Runtime": "(,4.3.0]", - "System.Globalization": "(,4.3.0]", - "System.Globalization.Calendars": "(,4.3.0]", - "System.Globalization.Extensions": "(,4.3.0]", - "System.IO": "(,4.3.0]", - "System.IO.Compression": "(,4.3.0]", - "System.IO.Compression.ZipFile": "(,4.3.0]", - "System.IO.FileSystem": "(,4.3.0]", - "System.IO.FileSystem.DriveInfo": "(,4.3.1]", - "System.IO.FileSystem.Primitives": "(,4.3.0]", - "System.IO.FileSystem.Watcher": "(,4.3.0]", - "System.IO.IsolatedStorage": "(,4.3.0]", - "System.IO.MemoryMappedFiles": "(,4.3.0]", - "System.IO.Pipes": "(,4.3.0]", - "System.IO.UnmanagedMemoryStream": "(,4.3.0]", - "System.Linq": "(,4.3.0]", - "System.Linq.Expressions": "(,4.3.0]", - "System.Linq.Parallel": "(,4.3.0]", - "System.Linq.Queryable": "(,4.3.0]", - "System.Net.Http": "(,4.3.4]", - "System.Net.NameResolution": "(,4.3.0]", - "System.Net.NetworkInformation": "(,4.3.0]", - "System.Net.Ping": "(,4.3.0]", - "System.Net.Primitives": "(,4.3.1]", - "System.Net.Requests": "(,4.3.0]", - "System.Net.Security": "(,4.3.2]", - "System.Net.Sockets": "(,4.3.0]", - "System.Net.WebHeaderCollection": "(,4.3.0]", - "System.Net.WebSockets": "(,4.3.0]", - "System.Net.WebSockets.Client": "(,4.3.2]", - "System.Reflection": "(,4.3.0]", - "System.Reflection.Extensions": "(,4.3.0]", - "System.Reflection.Primitives": "(,4.3.0]", - "System.Resources.Reader": "(,4.3.0]", - "System.Resources.ResourceManager": "(,4.3.0]", - "System.Resources.Writer": "(,4.3.0]", - "System.Runtime": "(,4.3.1]", - "System.Runtime.CompilerServices.VisualC": "(,4.3.0]", - "System.Runtime.Extensions": "(,4.3.1]", - "System.Runtime.Handles": "(,4.3.0]", - "System.Runtime.InteropServices": "(,4.3.0]", - "System.Runtime.InteropServices.RuntimeInformation": "(,4.3.0]", - "System.Runtime.Numerics": "(,4.3.0]", - "System.Runtime.Serialization.Formatters": "(,4.3.0]", - "System.Runtime.Serialization.Primitives": "(,4.3.0]", - "System.Runtime.Serialization.Xml": "(,4.3.0]", - "System.Security.Claims": "(,4.3.0]", - "System.Security.Cryptography.Algorithms": "(,4.3.1]", - "System.Security.Cryptography.Csp": "(,4.3.0]", - "System.Security.Cryptography.Encoding": "(,4.3.0]", - "System.Security.Cryptography.Primitives": "(,4.3.0]", - "System.Security.Cryptography.X509Certificates": "(,4.3.2]", - "System.Security.Principal": "(,4.3.0]", - "System.Security.SecureString": "(,4.3.0]", - "System.Text.Encoding": "(,4.3.0]", - "System.Text.Encoding.Extensions": "(,4.3.0]", - "System.Text.RegularExpressions": "(,4.3.0]", - "System.Threading": "(,4.3.0]", - "System.Threading.Overlapped": "(,4.3.0]", - "System.Threading.Tasks": "(,4.3.0]", - "System.Threading.Tasks.Parallel": "(,4.3.0]", - "System.Threading.Thread": "(,4.3.0]", - "System.Threading.ThreadPool": "(,4.3.0]", - "System.Threading.Timer": "(,4.3.0]", - "System.ValueTuple": "(,4.6.1]", - "System.Xml.ReaderWriter": "(,4.3.1]", - "System.Xml.XDocument": "(,4.3.0]", - "System.Xml.XmlDocument": "(,4.3.0]", - "System.Xml.XmlSerializer": "(,4.3.0]", - "System.Xml.XPath": "(,4.3.0]", - "System.Xml.XPath.XDocument": "(,4.3.0]" - } - } - } - } -} \ No newline at end of file diff --git a/src/Inshiminator.Analyzers/obj/project.nuget.cache b/src/Inshiminator.Analyzers/obj/project.nuget.cache deleted file mode 100644 index d7091cd..0000000 --- a/src/Inshiminator.Analyzers/obj/project.nuget.cache +++ /dev/null @@ -1,27 +0,0 @@ -{ - "version": 2, - "dgSpecHash": "N5Xw+n2tiZs=", - "success": true, - "projectFilePath": "C:\\git\\InShimInator\\src\\Inshiminator.Analyzers\\Inshiminator.Analyzers.csproj", - "expectedPackageFiles": [ - "C:\\Users\\jd\\.nuget\\packages\\microsoft.build.tasks.git\\10.0.203\\microsoft.build.tasks.git.10.0.203.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\microsoft.codeanalysis.analyzers\\3.11.0\\microsoft.codeanalysis.analyzers.3.11.0.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\microsoft.codeanalysis.common\\4.12.0\\microsoft.codeanalysis.common.4.12.0.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\microsoft.codeanalysis.csharp\\4.12.0\\microsoft.codeanalysis.csharp.4.12.0.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\microsoft.netcore.platforms\\1.1.0\\microsoft.netcore.platforms.1.1.0.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\microsoft.sourcelink.common\\10.0.203\\microsoft.sourcelink.common.10.0.203.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\microsoft.sourcelink.github\\10.0.203\\microsoft.sourcelink.github.10.0.203.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\nerdbank.gitversioning\\3.9.50\\nerdbank.gitversioning.3.9.50.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\netstandard.library\\2.0.3\\netstandard.library.2.0.3.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\system.buffers\\4.6.1\\system.buffers.4.6.1.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\system.collections.immutable\\8.0.0\\system.collections.immutable.8.0.0.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\system.io.hashing\\10.0.7\\system.io.hashing.10.0.7.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\system.memory\\4.6.3\\system.memory.4.6.3.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\system.numerics.vectors\\4.6.1\\system.numerics.vectors.4.6.1.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\system.reflection.metadata\\8.0.0\\system.reflection.metadata.8.0.0.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\system.runtime.compilerservices.unsafe\\6.1.2\\system.runtime.compilerservices.unsafe.6.1.2.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\system.text.encoding.codepages\\7.0.0\\system.text.encoding.codepages.7.0.0.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\system.threading.tasks.extensions\\4.5.4\\system.threading.tasks.extensions.4.5.4.nupkg.sha512" - ], - "logs": [] -} \ No newline at end of file diff --git a/src/Inshiminator.Cli/bin/Debug/net10.0/Inshiminator.Abstractions.dll b/src/Inshiminator.Cli/bin/Debug/net10.0/Inshiminator.Abstractions.dll deleted file mode 100644 index 1f65383..0000000 Binary files a/src/Inshiminator.Cli/bin/Debug/net10.0/Inshiminator.Abstractions.dll and /dev/null differ diff --git a/src/Inshiminator.Cli/bin/Debug/net10.0/Inshiminator.Abstractions.pdb b/src/Inshiminator.Cli/bin/Debug/net10.0/Inshiminator.Abstractions.pdb deleted file mode 100644 index 54f6212..0000000 Binary files a/src/Inshiminator.Cli/bin/Debug/net10.0/Inshiminator.Abstractions.pdb and /dev/null differ diff --git a/src/Inshiminator.Cli/bin/Debug/net10.0/Inshiminator.Cli.deps.json b/src/Inshiminator.Cli/bin/Debug/net10.0/Inshiminator.Cli.deps.json deleted file mode 100644 index 909318b..0000000 --- a/src/Inshiminator.Cli/bin/Debug/net10.0/Inshiminator.Cli.deps.json +++ /dev/null @@ -1,167 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETCoreApp,Version=v10.0", - "signature": "" - }, - "compilationOptions": {}, - "targets": { - ".NETCoreApp,Version=v10.0": { - "Inshiminator.Cli/0.1.2-g2e58a4565a": { - "dependencies": { - "Inshiminator.Abstractions": "1.0.0", - "Microsoft.Build.Locator": "1.11.2", - "Microsoft.SourceLink.GitHub": "10.0.203", - "Spectre.Console.Cli": "0.55.0" - }, - "runtime": { - "Inshiminator.Cli.dll": {} - } - }, - "Microsoft.Build.Locator/1.11.2": { - "runtime": { - "lib/net8.0/Microsoft.Build.Locator.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.11.2.35241" - } - } - }, - "Microsoft.SourceLink.GitHub/10.0.203": { - "dependencies": { - "System.IO.Hashing": "10.0.7" - } - }, - "Spectre.Console/0.55.0": { - "dependencies": { - "Spectre.Console.Ansi": "0.55.0" - }, - "runtime": { - "lib/net10.0/Spectre.Console.dll": { - "assemblyVersion": "0.0.0.0", - "fileVersion": "0.55.0.0" - } - } - }, - "Spectre.Console.Ansi/0.55.0": { - "runtime": { - "lib/net10.0/Spectre.Console.Ansi.dll": { - "assemblyVersion": "0.0.0.0", - "fileVersion": "0.55.0.0" - } - } - }, - "Spectre.Console.Cli/0.55.0": { - "dependencies": { - "Spectre.Console": "0.55.0" - }, - "runtime": { - "lib/net10.0/Spectre.Console.Cli.dll": { - "assemblyVersion": "0.0.0.0", - "fileVersion": "0.55.0.0" - } - }, - "resources": { - "lib/net10.0/de/Spectre.Console.Cli.resources.dll": { - "locale": "de" - }, - "lib/net10.0/es/Spectre.Console.Cli.resources.dll": { - "locale": "es" - }, - "lib/net10.0/fr/Spectre.Console.Cli.resources.dll": { - "locale": "fr" - }, - "lib/net10.0/it/Spectre.Console.Cli.resources.dll": { - "locale": "it" - }, - "lib/net10.0/ja/Spectre.Console.Cli.resources.dll": { - "locale": "ja" - }, - "lib/net10.0/ko/Spectre.Console.Cli.resources.dll": { - "locale": "ko" - }, - "lib/net10.0/pt/Spectre.Console.Cli.resources.dll": { - "locale": "pt" - }, - "lib/net10.0/ru/Spectre.Console.Cli.resources.dll": { - "locale": "ru" - }, - "lib/net10.0/sv/Spectre.Console.Cli.resources.dll": { - "locale": "sv" - }, - "lib/net10.0/zh-Hans/Spectre.Console.Cli.resources.dll": { - "locale": "zh-Hans" - } - } - }, - "System.IO.Hashing/10.0.7": { - "runtime": { - "lib/net10.0/System.IO.Hashing.dll": { - "assemblyVersion": "10.0.0.7", - "fileVersion": "10.0.726.21808" - } - } - }, - "Inshiminator.Abstractions/1.0.0": { - "runtime": { - "Inshiminator.Abstractions.dll": { - "assemblyVersion": "0.1.0.0", - "fileVersion": "0.1.2.11864" - } - } - } - } - }, - "libraries": { - "Inshiminator.Cli/0.1.2-g2e58a4565a": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Build.Locator/1.11.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-tY+/S54G29CGsbL3slVu4vqtpciwVnb3fKOmrhgzEQmu/VziFaWmD/E1e/2KH7cDucuycGSkWsSXndBs5Uawow==", - "path": "microsoft.build.locator/1.11.2", - "hashPath": "microsoft.build.locator.1.11.2.nupkg.sha512" - }, - "Microsoft.SourceLink.GitHub/10.0.203": { - "type": "package", - "serviceable": true, - "sha512": "sha512-R4Tvr1oACImMS+Y5M7NM07ll9QyJSKnki3Dvz8QwG1W6FEmd+9fmZXAF6BE6UPswHF6n0v41wgMQGlaudOspqA==", - "path": "microsoft.sourcelink.github/10.0.203", - "hashPath": "microsoft.sourcelink.github.10.0.203.nupkg.sha512" - }, - "Spectre.Console/0.55.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-2TVhUHFsDux0Z+y2Hv4bFsOMuON4SuotEEKkMparFkp5Rm259naaaEQrN4Sv6C1cbsiGKPjfkJDGgUp+hZPjTw==", - "path": "spectre.console/0.55.0", - "hashPath": "spectre.console.0.55.0.nupkg.sha512" - }, - "Spectre.Console.Ansi/0.55.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-GIfgOvuF8MpU52bprhwtDEtx0gmVIGOepM8bw0lH/TSMD0rg1Xp+5Y53kPG8rFVdcpbNANlhDQ5mEVVPO3/2Tg==", - "path": "spectre.console.ansi/0.55.0", - "hashPath": "spectre.console.ansi.0.55.0.nupkg.sha512" - }, - "Spectre.Console.Cli/0.55.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-cFJTB1te4eaAICd4Zp+8T/kiRn1ikQxgGqmoNarb1qoQ/7LzHAvVQ62x5U9GW3E0QI7sZLcXIIoq4CpqgTx42Q==", - "path": "spectre.console.cli/0.55.0", - "hashPath": "spectre.console.cli.0.55.0.nupkg.sha512" - }, - "System.IO.Hashing/10.0.7": { - "type": "package", - "serviceable": true, - "sha512": "sha512-6hsjdSr4VOXSOnhALkYplHpAxnTG1J33YN42IB6nH2fEg4QnJqrZ4Ft+qn7mkrKAOYC8pCSFYwVWw6rQbmwgLQ==", - "path": "system.io.hashing/10.0.7", - "hashPath": "system.io.hashing.10.0.7.nupkg.sha512" - }, - "Inshiminator.Abstractions/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - } - } -} \ No newline at end of file diff --git a/src/Inshiminator.Cli/bin/Debug/net10.0/Inshiminator.Cli.dll b/src/Inshiminator.Cli/bin/Debug/net10.0/Inshiminator.Cli.dll deleted file mode 100644 index 7dc7635..0000000 Binary files a/src/Inshiminator.Cli/bin/Debug/net10.0/Inshiminator.Cli.dll and /dev/null differ diff --git a/src/Inshiminator.Cli/bin/Debug/net10.0/Inshiminator.Cli.exe b/src/Inshiminator.Cli/bin/Debug/net10.0/Inshiminator.Cli.exe deleted file mode 100644 index 55f1f9e..0000000 Binary files a/src/Inshiminator.Cli/bin/Debug/net10.0/Inshiminator.Cli.exe and /dev/null differ diff --git a/src/Inshiminator.Cli/bin/Debug/net10.0/Inshiminator.Cli.pdb b/src/Inshiminator.Cli/bin/Debug/net10.0/Inshiminator.Cli.pdb deleted file mode 100644 index 135e469..0000000 Binary files a/src/Inshiminator.Cli/bin/Debug/net10.0/Inshiminator.Cli.pdb and /dev/null differ diff --git a/src/Inshiminator.Cli/bin/Debug/net10.0/Inshiminator.Cli.runtimeconfig.json b/src/Inshiminator.Cli/bin/Debug/net10.0/Inshiminator.Cli.runtimeconfig.json deleted file mode 100644 index 7cd647c..0000000 --- a/src/Inshiminator.Cli/bin/Debug/net10.0/Inshiminator.Cli.runtimeconfig.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "runtimeOptions": { - "tfm": "net10.0", - "framework": { - "name": "Microsoft.NETCore.App", - "version": "10.0.0" - }, - "configProperties": { - "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false - } - } -} \ No newline at end of file diff --git a/src/Inshiminator.Cli/bin/Debug/net8.0/Inshiminator.Abstractions.dll b/src/Inshiminator.Cli/bin/Debug/net8.0/Inshiminator.Abstractions.dll deleted file mode 100644 index 1f65383..0000000 Binary files a/src/Inshiminator.Cli/bin/Debug/net8.0/Inshiminator.Abstractions.dll and /dev/null differ diff --git a/src/Inshiminator.Cli/bin/Debug/net8.0/Inshiminator.Abstractions.pdb b/src/Inshiminator.Cli/bin/Debug/net8.0/Inshiminator.Abstractions.pdb deleted file mode 100644 index 54f6212..0000000 Binary files a/src/Inshiminator.Cli/bin/Debug/net8.0/Inshiminator.Abstractions.pdb and /dev/null differ diff --git a/src/Inshiminator.Cli/bin/Debug/net8.0/Inshiminator.Cli.deps.json b/src/Inshiminator.Cli/bin/Debug/net8.0/Inshiminator.Cli.deps.json deleted file mode 100644 index 4ef96ba..0000000 --- a/src/Inshiminator.Cli/bin/Debug/net8.0/Inshiminator.Cli.deps.json +++ /dev/null @@ -1,167 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETCoreApp,Version=v8.0", - "signature": "" - }, - "compilationOptions": {}, - "targets": { - ".NETCoreApp,Version=v8.0": { - "Inshiminator.Cli/0.1.2-g2e58a4565a": { - "dependencies": { - "Inshiminator.Abstractions": "1.0.0", - "Microsoft.Build.Locator": "1.11.2", - "Microsoft.SourceLink.GitHub": "10.0.203", - "Spectre.Console.Cli": "0.55.0" - }, - "runtime": { - "Inshiminator.Cli.dll": {} - } - }, - "Microsoft.Build.Locator/1.11.2": { - "runtime": { - "lib/net8.0/Microsoft.Build.Locator.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.11.2.35241" - } - } - }, - "Microsoft.SourceLink.GitHub/10.0.203": { - "dependencies": { - "System.IO.Hashing": "10.0.7" - } - }, - "Spectre.Console/0.55.0": { - "dependencies": { - "Spectre.Console.Ansi": "0.55.0" - }, - "runtime": { - "lib/net8.0/Spectre.Console.dll": { - "assemblyVersion": "0.0.0.0", - "fileVersion": "0.55.0.0" - } - } - }, - "Spectre.Console.Ansi/0.55.0": { - "runtime": { - "lib/net8.0/Spectre.Console.Ansi.dll": { - "assemblyVersion": "0.0.0.0", - "fileVersion": "0.55.0.0" - } - } - }, - "Spectre.Console.Cli/0.55.0": { - "dependencies": { - "Spectre.Console": "0.55.0" - }, - "runtime": { - "lib/net8.0/Spectre.Console.Cli.dll": { - "assemblyVersion": "0.0.0.0", - "fileVersion": "0.55.0.0" - } - }, - "resources": { - "lib/net8.0/de/Spectre.Console.Cli.resources.dll": { - "locale": "de" - }, - "lib/net8.0/es/Spectre.Console.Cli.resources.dll": { - "locale": "es" - }, - "lib/net8.0/fr/Spectre.Console.Cli.resources.dll": { - "locale": "fr" - }, - "lib/net8.0/it/Spectre.Console.Cli.resources.dll": { - "locale": "it" - }, - "lib/net8.0/ja/Spectre.Console.Cli.resources.dll": { - "locale": "ja" - }, - "lib/net8.0/ko/Spectre.Console.Cli.resources.dll": { - "locale": "ko" - }, - "lib/net8.0/pt/Spectre.Console.Cli.resources.dll": { - "locale": "pt" - }, - "lib/net8.0/ru/Spectre.Console.Cli.resources.dll": { - "locale": "ru" - }, - "lib/net8.0/sv/Spectre.Console.Cli.resources.dll": { - "locale": "sv" - }, - "lib/net8.0/zh-Hans/Spectre.Console.Cli.resources.dll": { - "locale": "zh-Hans" - } - } - }, - "System.IO.Hashing/10.0.7": { - "runtime": { - "lib/net8.0/System.IO.Hashing.dll": { - "assemblyVersion": "10.0.0.7", - "fileVersion": "10.0.726.21808" - } - } - }, - "Inshiminator.Abstractions/1.0.0": { - "runtime": { - "Inshiminator.Abstractions.dll": { - "assemblyVersion": "0.1.0.0", - "fileVersion": "0.1.2.11864" - } - } - } - } - }, - "libraries": { - "Inshiminator.Cli/0.1.2-g2e58a4565a": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Build.Locator/1.11.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-tY+/S54G29CGsbL3slVu4vqtpciwVnb3fKOmrhgzEQmu/VziFaWmD/E1e/2KH7cDucuycGSkWsSXndBs5Uawow==", - "path": "microsoft.build.locator/1.11.2", - "hashPath": "microsoft.build.locator.1.11.2.nupkg.sha512" - }, - "Microsoft.SourceLink.GitHub/10.0.203": { - "type": "package", - "serviceable": true, - "sha512": "sha512-R4Tvr1oACImMS+Y5M7NM07ll9QyJSKnki3Dvz8QwG1W6FEmd+9fmZXAF6BE6UPswHF6n0v41wgMQGlaudOspqA==", - "path": "microsoft.sourcelink.github/10.0.203", - "hashPath": "microsoft.sourcelink.github.10.0.203.nupkg.sha512" - }, - "Spectre.Console/0.55.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-2TVhUHFsDux0Z+y2Hv4bFsOMuON4SuotEEKkMparFkp5Rm259naaaEQrN4Sv6C1cbsiGKPjfkJDGgUp+hZPjTw==", - "path": "spectre.console/0.55.0", - "hashPath": "spectre.console.0.55.0.nupkg.sha512" - }, - "Spectre.Console.Ansi/0.55.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-GIfgOvuF8MpU52bprhwtDEtx0gmVIGOepM8bw0lH/TSMD0rg1Xp+5Y53kPG8rFVdcpbNANlhDQ5mEVVPO3/2Tg==", - "path": "spectre.console.ansi/0.55.0", - "hashPath": "spectre.console.ansi.0.55.0.nupkg.sha512" - }, - "Spectre.Console.Cli/0.55.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-cFJTB1te4eaAICd4Zp+8T/kiRn1ikQxgGqmoNarb1qoQ/7LzHAvVQ62x5U9GW3E0QI7sZLcXIIoq4CpqgTx42Q==", - "path": "spectre.console.cli/0.55.0", - "hashPath": "spectre.console.cli.0.55.0.nupkg.sha512" - }, - "System.IO.Hashing/10.0.7": { - "type": "package", - "serviceable": true, - "sha512": "sha512-6hsjdSr4VOXSOnhALkYplHpAxnTG1J33YN42IB6nH2fEg4QnJqrZ4Ft+qn7mkrKAOYC8pCSFYwVWw6rQbmwgLQ==", - "path": "system.io.hashing/10.0.7", - "hashPath": "system.io.hashing.10.0.7.nupkg.sha512" - }, - "Inshiminator.Abstractions/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - } - } -} \ No newline at end of file diff --git a/src/Inshiminator.Cli/bin/Debug/net8.0/Inshiminator.Cli.dll b/src/Inshiminator.Cli/bin/Debug/net8.0/Inshiminator.Cli.dll deleted file mode 100644 index c6f6e49..0000000 Binary files a/src/Inshiminator.Cli/bin/Debug/net8.0/Inshiminator.Cli.dll and /dev/null differ diff --git a/src/Inshiminator.Cli/bin/Debug/net8.0/Inshiminator.Cli.exe b/src/Inshiminator.Cli/bin/Debug/net8.0/Inshiminator.Cli.exe deleted file mode 100644 index 867ea09..0000000 Binary files a/src/Inshiminator.Cli/bin/Debug/net8.0/Inshiminator.Cli.exe and /dev/null differ diff --git a/src/Inshiminator.Cli/bin/Debug/net8.0/Inshiminator.Cli.pdb b/src/Inshiminator.Cli/bin/Debug/net8.0/Inshiminator.Cli.pdb deleted file mode 100644 index 3381383..0000000 Binary files a/src/Inshiminator.Cli/bin/Debug/net8.0/Inshiminator.Cli.pdb and /dev/null differ diff --git a/src/Inshiminator.Cli/bin/Debug/net8.0/Inshiminator.Cli.runtimeconfig.json b/src/Inshiminator.Cli/bin/Debug/net8.0/Inshiminator.Cli.runtimeconfig.json deleted file mode 100644 index 1de3a5d..0000000 --- a/src/Inshiminator.Cli/bin/Debug/net8.0/Inshiminator.Cli.runtimeconfig.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "runtimeOptions": { - "tfm": "net8.0", - "framework": { - "name": "Microsoft.NETCore.App", - "version": "8.0.0" - }, - "configProperties": { - "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false - } - } -} \ No newline at end of file diff --git a/src/Inshiminator.Cli/obj/Debug/net10.0/.NETCoreApp,Version=v10.0.AssemblyAttributes.cs b/src/Inshiminator.Cli/obj/Debug/net10.0/.NETCoreApp,Version=v10.0.AssemblyAttributes.cs deleted file mode 100644 index d3d9ce2..0000000 --- a/src/Inshiminator.Cli/obj/Debug/net10.0/.NETCoreApp,Version=v10.0.AssemblyAttributes.cs +++ /dev/null @@ -1,4 +0,0 @@ -// -using System; -using System.Reflection; -[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v10.0", FrameworkDisplayName = ".NET 10.0")] diff --git a/src/Inshiminator.Cli/obj/Debug/net10.0/Inshimin.8A5786F6.Up2Date b/src/Inshiminator.Cli/obj/Debug/net10.0/Inshimin.8A5786F6.Up2Date deleted file mode 100644 index e69de29..0000000 diff --git a/src/Inshiminator.Cli/obj/Debug/net10.0/Inshiminator.Cli.AssemblyInfo.cs b/src/Inshiminator.Cli/obj/Debug/net10.0/Inshiminator.Cli.AssemblyInfo.cs deleted file mode 100644 index 444cf2b..0000000 --- a/src/Inshiminator.Cli/obj/Debug/net10.0/Inshiminator.Cli.AssemblyInfo.cs +++ /dev/null @@ -1,22 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -using System; -using System.Reflection; - -[assembly: System.Reflection.AssemblyCompanyAttribute("Jerrett Davis")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] -[assembly: System.Reflection.AssemblyCopyrightAttribute("Copyright (c) 2026 Jerrett Davis")] -[assembly: System.Reflection.AssemblyDescriptionAttribute("Analyzer-guided shim generation for .NET applications.")] -[assembly: System.Reflection.AssemblyProductAttribute("Inshiminator.Cli")] -[assembly: System.Reflection.AssemblyTitleAttribute("Inshiminator.Cli")] -[assembly: System.Reflection.AssemblyMetadataAttribute("RepositoryUrl", "https://github.com/JerrettDavis/InShimInator")] - -// Generated by the MSBuild WriteCodeFragment class. - diff --git a/src/Inshiminator.Cli/obj/Debug/net10.0/Inshiminator.Cli.AssemblyInfoInputs.cache b/src/Inshiminator.Cli/obj/Debug/net10.0/Inshiminator.Cli.AssemblyInfoInputs.cache deleted file mode 100644 index a8111b0..0000000 --- a/src/Inshiminator.Cli/obj/Debug/net10.0/Inshiminator.Cli.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -8e8f734b2a78bc1673212bdfb14b5933e23bbcea36666c452a3698d9b7bccac2 diff --git a/src/Inshiminator.Cli/obj/Debug/net10.0/Inshiminator.Cli.GeneratedMSBuildEditorConfig.editorconfig b/src/Inshiminator.Cli/obj/Debug/net10.0/Inshiminator.Cli.GeneratedMSBuildEditorConfig.editorconfig deleted file mode 100644 index b357e29..0000000 --- a/src/Inshiminator.Cli/obj/Debug/net10.0/Inshiminator.Cli.GeneratedMSBuildEditorConfig.editorconfig +++ /dev/null @@ -1,17 +0,0 @@ -is_global = true -build_property.TargetFramework = net10.0 -build_property.TargetFrameworkIdentifier = .NETCoreApp -build_property.TargetFrameworkVersion = v10.0 -build_property.TargetPlatformMinVersion = -build_property.UsingMicrosoftNETSdkWeb = -build_property.ProjectTypeGuids = -build_property.InvariantGlobalization = -build_property.PlatformNeutralAssembly = -build_property.EnforceExtendedAnalyzerRules = true -build_property._SupportedPlatformList = Linux,macOS,Windows -build_property.RootNamespace = Inshiminator.Cli -build_property.ProjectDir = C:\git\InShimInator\src\Inshiminator.Cli\ -build_property.EnableComHosting = -build_property.EnableGeneratedComInterfaceComImportInterop = -build_property.EffectiveAnalysisLevelStyle = 10.0 -build_property.EnableCodeStyleSeverity = diff --git a/src/Inshiminator.Cli/obj/Debug/net10.0/Inshiminator.Cli.GlobalUsings.g.cs b/src/Inshiminator.Cli/obj/Debug/net10.0/Inshiminator.Cli.GlobalUsings.g.cs deleted file mode 100644 index 3bad85c..0000000 --- a/src/Inshiminator.Cli/obj/Debug/net10.0/Inshiminator.Cli.GlobalUsings.g.cs +++ /dev/null @@ -1,8 +0,0 @@ -// -global using System; -global using System.Collections.Generic; -global using System.IO; -global using System.Linq; -global using System.Net.Http; -global using System.Threading; -global using System.Threading.Tasks; diff --git a/src/Inshiminator.Cli/obj/Debug/net10.0/Inshiminator.Cli.Version.cs b/src/Inshiminator.Cli/obj/Debug/net10.0/Inshiminator.Cli.Version.cs deleted file mode 100644 index 50faab3..0000000 --- a/src/Inshiminator.Cli/obj/Debug/net10.0/Inshiminator.Cli.Version.cs +++ /dev/null @@ -1,35 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -#pragma warning disable CA2243 - -[assembly: global::System.Reflection.AssemblyVersionAttribute("0.1.0.0")] -[assembly: global::System.Reflection.AssemblyFileVersionAttribute("0.1.2.11864")] -[assembly: global::System.Reflection.AssemblyInformationalVersionAttribute("0.1.2+2e58a4565a")] -#if NETSTANDARD || NETFRAMEWORK || NETCOREAPP -[global::System.CodeDom.Compiler.GeneratedCode("Nerdbank.GitVersioning.Tasks","3.9.50.28654")] -#endif -#if NET40_OR_GREATER || NETCOREAPP2_0_OR_GREATER || NETSTANDARD2_0_OR_GREATER -[global::System.Diagnostics.CodeAnalysis.ExcludeFromCodeCoverage] -#endif -internal static partial class ThisAssembly { - internal const string AssemblyConfiguration = "Debug"; - internal const string AssemblyFileVersion = "0.1.2.11864"; - internal const string AssemblyInformationalVersion = "0.1.2+2e58a4565a"; - internal const string AssemblyName = "Inshiminator.Cli"; - internal const string AssemblyTitle = "Inshiminator.Cli"; - internal const string AssemblyVersion = "0.1.0.0"; - internal static readonly global::System.DateTime GitCommitAuthorDate = new global::System.DateTime(639138599560000000L, global::System.DateTimeKind.Utc); - internal static readonly global::System.DateTime GitCommitDate = new global::System.DateTime(639138599560000000L, global::System.DateTimeKind.Utc); - internal const string GitCommitId = "2e58a4565a8558cbb77d4b912c0ddcb50b29665c"; - internal const bool IsPrerelease = false; - internal const bool IsPublicRelease = false; - internal const string RootNamespace = "Inshiminator.Cli"; -} diff --git a/src/Inshiminator.Cli/obj/Debug/net10.0/Inshiminator.Cli.Version.cs.new b/src/Inshiminator.Cli/obj/Debug/net10.0/Inshiminator.Cli.Version.cs.new deleted file mode 100644 index 50faab3..0000000 --- a/src/Inshiminator.Cli/obj/Debug/net10.0/Inshiminator.Cli.Version.cs.new +++ /dev/null @@ -1,35 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -#pragma warning disable CA2243 - -[assembly: global::System.Reflection.AssemblyVersionAttribute("0.1.0.0")] -[assembly: global::System.Reflection.AssemblyFileVersionAttribute("0.1.2.11864")] -[assembly: global::System.Reflection.AssemblyInformationalVersionAttribute("0.1.2+2e58a4565a")] -#if NETSTANDARD || NETFRAMEWORK || NETCOREAPP -[global::System.CodeDom.Compiler.GeneratedCode("Nerdbank.GitVersioning.Tasks","3.9.50.28654")] -#endif -#if NET40_OR_GREATER || NETCOREAPP2_0_OR_GREATER || NETSTANDARD2_0_OR_GREATER -[global::System.Diagnostics.CodeAnalysis.ExcludeFromCodeCoverage] -#endif -internal static partial class ThisAssembly { - internal const string AssemblyConfiguration = "Debug"; - internal const string AssemblyFileVersion = "0.1.2.11864"; - internal const string AssemblyInformationalVersion = "0.1.2+2e58a4565a"; - internal const string AssemblyName = "Inshiminator.Cli"; - internal const string AssemblyTitle = "Inshiminator.Cli"; - internal const string AssemblyVersion = "0.1.0.0"; - internal static readonly global::System.DateTime GitCommitAuthorDate = new global::System.DateTime(639138599560000000L, global::System.DateTimeKind.Utc); - internal static readonly global::System.DateTime GitCommitDate = new global::System.DateTime(639138599560000000L, global::System.DateTimeKind.Utc); - internal const string GitCommitId = "2e58a4565a8558cbb77d4b912c0ddcb50b29665c"; - internal const bool IsPrerelease = false; - internal const bool IsPublicRelease = false; - internal const string RootNamespace = "Inshiminator.Cli"; -} diff --git a/src/Inshiminator.Cli/obj/Debug/net10.0/Inshiminator.Cli.assets.cache b/src/Inshiminator.Cli/obj/Debug/net10.0/Inshiminator.Cli.assets.cache deleted file mode 100644 index e304f98..0000000 Binary files a/src/Inshiminator.Cli/obj/Debug/net10.0/Inshiminator.Cli.assets.cache and /dev/null differ diff --git a/src/Inshiminator.Cli/obj/Debug/net10.0/Inshiminator.Cli.csproj.AssemblyReference.cache b/src/Inshiminator.Cli/obj/Debug/net10.0/Inshiminator.Cli.csproj.AssemblyReference.cache deleted file mode 100644 index b73540f..0000000 Binary files a/src/Inshiminator.Cli/obj/Debug/net10.0/Inshiminator.Cli.csproj.AssemblyReference.cache and /dev/null differ diff --git a/src/Inshiminator.Cli/obj/Debug/net10.0/Inshiminator.Cli.csproj.CoreCompileInputs.cache b/src/Inshiminator.Cli/obj/Debug/net10.0/Inshiminator.Cli.csproj.CoreCompileInputs.cache deleted file mode 100644 index be87802..0000000 --- a/src/Inshiminator.Cli/obj/Debug/net10.0/Inshiminator.Cli.csproj.CoreCompileInputs.cache +++ /dev/null @@ -1 +0,0 @@ -fe4ab6d2a1635668fbc075db41bd300ab916f626c9a39936b6d94ba994142944 diff --git a/src/Inshiminator.Cli/obj/Debug/net10.0/Inshiminator.Cli.csproj.FileListAbsolute.txt b/src/Inshiminator.Cli/obj/Debug/net10.0/Inshiminator.Cli.csproj.FileListAbsolute.txt deleted file mode 100644 index 55d14db..0000000 --- a/src/Inshiminator.Cli/obj/Debug/net10.0/Inshiminator.Cli.csproj.FileListAbsolute.txt +++ /dev/null @@ -1,33 +0,0 @@ -C:\git\InShimInator\src\Inshiminator.Cli\bin\Debug\net10.0\Inshiminator.Cli.exe -C:\git\InShimInator\src\Inshiminator.Cli\bin\Debug\net10.0\Inshiminator.Cli.deps.json -C:\git\InShimInator\src\Inshiminator.Cli\bin\Debug\net10.0\Inshiminator.Cli.runtimeconfig.json -C:\git\InShimInator\src\Inshiminator.Cli\bin\Debug\net10.0\Inshiminator.Cli.dll -C:\git\InShimInator\src\Inshiminator.Cli\bin\Debug\net10.0\Inshiminator.Cli.pdb -C:\git\InShimInator\src\Inshiminator.Cli\bin\Debug\net10.0\Inshiminator.Abstractions.dll -C:\git\InShimInator\src\Inshiminator.Cli\bin\Debug\net10.0\Inshiminator.Abstractions.pdb -C:\git\InShimInator\src\Inshiminator.Cli\obj\Debug\net10.0\Inshiminator.Cli.csproj.AssemblyReference.cache -C:\git\InShimInator\src\Inshiminator.Cli\obj\Debug\net10.0\Inshiminator.Cli.GeneratedMSBuildEditorConfig.editorconfig -C:\git\InShimInator\src\Inshiminator.Cli\obj\Debug\net10.0\Inshiminator.Cli.AssemblyInfoInputs.cache -C:\git\InShimInator\src\Inshiminator.Cli\obj\Debug\net10.0\Inshiminator.Cli.AssemblyInfo.cs -C:\git\InShimInator\src\Inshiminator.Cli\obj\Debug\net10.0\Inshiminator.Cli.csproj.CoreCompileInputs.cache -C:\git\InShimInator\src\Inshiminator.Cli\obj\Debug\net10.0\Inshimin.8A5786F6.Up2Date -C:\git\InShimInator\src\Inshiminator.Cli\obj\Debug\net10.0\Inshiminator.Cli.dll -C:\git\InShimInator\src\Inshiminator.Cli\obj\Debug\net10.0\refint\Inshiminator.Cli.dll -C:\git\InShimInator\src\Inshiminator.Cli\obj\Debug\net10.0\Inshiminator.Cli.pdb -C:\git\InShimInator\src\Inshiminator.Cli\obj\Debug\net10.0\Inshiminator.Cli.genruntimeconfig.cache -C:\git\InShimInator\src\Inshiminator.Cli\obj\Debug\net10.0\ref\Inshiminator.Cli.dll -C:\git\InShimInator\src\Inshiminator.Cli\bin\Debug\net10.0\Microsoft.Build.Locator.dll -C:\git\InShimInator\src\Inshiminator.Cli\bin\Debug\net10.0\Spectre.Console.dll -C:\git\InShimInator\src\Inshiminator.Cli\bin\Debug\net10.0\Spectre.Console.Ansi.dll -C:\git\InShimInator\src\Inshiminator.Cli\bin\Debug\net10.0\Spectre.Console.Cli.dll -C:\git\InShimInator\src\Inshiminator.Cli\bin\Debug\net10.0\de\Spectre.Console.Cli.resources.dll -C:\git\InShimInator\src\Inshiminator.Cli\bin\Debug\net10.0\es\Spectre.Console.Cli.resources.dll -C:\git\InShimInator\src\Inshiminator.Cli\bin\Debug\net10.0\fr\Spectre.Console.Cli.resources.dll -C:\git\InShimInator\src\Inshiminator.Cli\bin\Debug\net10.0\it\Spectre.Console.Cli.resources.dll -C:\git\InShimInator\src\Inshiminator.Cli\bin\Debug\net10.0\ja\Spectre.Console.Cli.resources.dll -C:\git\InShimInator\src\Inshiminator.Cli\bin\Debug\net10.0\ko\Spectre.Console.Cli.resources.dll -C:\git\InShimInator\src\Inshiminator.Cli\bin\Debug\net10.0\pt\Spectre.Console.Cli.resources.dll -C:\git\InShimInator\src\Inshiminator.Cli\bin\Debug\net10.0\ru\Spectre.Console.Cli.resources.dll -C:\git\InShimInator\src\Inshiminator.Cli\bin\Debug\net10.0\sv\Spectre.Console.Cli.resources.dll -C:\git\InShimInator\src\Inshiminator.Cli\bin\Debug\net10.0\zh-Hans\Spectre.Console.Cli.resources.dll -C:\git\InShimInator\src\Inshiminator.Cli\bin\Debug\net10.0\System.IO.Hashing.dll diff --git a/src/Inshiminator.Cli/obj/Debug/net10.0/Inshiminator.Cli.dll b/src/Inshiminator.Cli/obj/Debug/net10.0/Inshiminator.Cli.dll deleted file mode 100644 index 7dc7635..0000000 Binary files a/src/Inshiminator.Cli/obj/Debug/net10.0/Inshiminator.Cli.dll and /dev/null differ diff --git a/src/Inshiminator.Cli/obj/Debug/net10.0/Inshiminator.Cli.genruntimeconfig.cache b/src/Inshiminator.Cli/obj/Debug/net10.0/Inshiminator.Cli.genruntimeconfig.cache deleted file mode 100644 index 7c7a344..0000000 --- a/src/Inshiminator.Cli/obj/Debug/net10.0/Inshiminator.Cli.genruntimeconfig.cache +++ /dev/null @@ -1 +0,0 @@ -3ccee785d3086d57944b941dfcdc8adf893d913f3d4d5c6947736cae2089dc19 diff --git a/src/Inshiminator.Cli/obj/Debug/net10.0/Inshiminator.Cli.pdb b/src/Inshiminator.Cli/obj/Debug/net10.0/Inshiminator.Cli.pdb deleted file mode 100644 index 135e469..0000000 Binary files a/src/Inshiminator.Cli/obj/Debug/net10.0/Inshiminator.Cli.pdb and /dev/null differ diff --git a/src/Inshiminator.Cli/obj/Debug/net10.0/apphost.exe b/src/Inshiminator.Cli/obj/Debug/net10.0/apphost.exe deleted file mode 100644 index 55f1f9e..0000000 Binary files a/src/Inshiminator.Cli/obj/Debug/net10.0/apphost.exe and /dev/null differ diff --git a/src/Inshiminator.Cli/obj/Debug/net10.0/ref/Inshiminator.Cli.dll b/src/Inshiminator.Cli/obj/Debug/net10.0/ref/Inshiminator.Cli.dll deleted file mode 100644 index acd1880..0000000 Binary files a/src/Inshiminator.Cli/obj/Debug/net10.0/ref/Inshiminator.Cli.dll and /dev/null differ diff --git a/src/Inshiminator.Cli/obj/Debug/net10.0/refint/Inshiminator.Cli.dll b/src/Inshiminator.Cli/obj/Debug/net10.0/refint/Inshiminator.Cli.dll deleted file mode 100644 index acd1880..0000000 Binary files a/src/Inshiminator.Cli/obj/Debug/net10.0/refint/Inshiminator.Cli.dll and /dev/null differ diff --git a/src/Inshiminator.Cli/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs b/src/Inshiminator.Cli/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs deleted file mode 100644 index 678fc5f..0000000 --- a/src/Inshiminator.Cli/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs +++ /dev/null @@ -1,4 +0,0 @@ -// -using System; -using System.Reflection; -[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName = ".NET 8.0")] diff --git a/src/Inshiminator.Cli/obj/Debug/net8.0/Inshimin.8A5786F6.Up2Date b/src/Inshiminator.Cli/obj/Debug/net8.0/Inshimin.8A5786F6.Up2Date deleted file mode 100644 index e69de29..0000000 diff --git a/src/Inshiminator.Cli/obj/Debug/net8.0/Inshiminator.Cli.AssemblyInfo.cs b/src/Inshiminator.Cli/obj/Debug/net8.0/Inshiminator.Cli.AssemblyInfo.cs deleted file mode 100644 index 444cf2b..0000000 --- a/src/Inshiminator.Cli/obj/Debug/net8.0/Inshiminator.Cli.AssemblyInfo.cs +++ /dev/null @@ -1,22 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -using System; -using System.Reflection; - -[assembly: System.Reflection.AssemblyCompanyAttribute("Jerrett Davis")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] -[assembly: System.Reflection.AssemblyCopyrightAttribute("Copyright (c) 2026 Jerrett Davis")] -[assembly: System.Reflection.AssemblyDescriptionAttribute("Analyzer-guided shim generation for .NET applications.")] -[assembly: System.Reflection.AssemblyProductAttribute("Inshiminator.Cli")] -[assembly: System.Reflection.AssemblyTitleAttribute("Inshiminator.Cli")] -[assembly: System.Reflection.AssemblyMetadataAttribute("RepositoryUrl", "https://github.com/JerrettDavis/InShimInator")] - -// Generated by the MSBuild WriteCodeFragment class. - diff --git a/src/Inshiminator.Cli/obj/Debug/net8.0/Inshiminator.Cli.AssemblyInfoInputs.cache b/src/Inshiminator.Cli/obj/Debug/net8.0/Inshiminator.Cli.AssemblyInfoInputs.cache deleted file mode 100644 index a8111b0..0000000 --- a/src/Inshiminator.Cli/obj/Debug/net8.0/Inshiminator.Cli.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -8e8f734b2a78bc1673212bdfb14b5933e23bbcea36666c452a3698d9b7bccac2 diff --git a/src/Inshiminator.Cli/obj/Debug/net8.0/Inshiminator.Cli.GeneratedMSBuildEditorConfig.editorconfig b/src/Inshiminator.Cli/obj/Debug/net8.0/Inshiminator.Cli.GeneratedMSBuildEditorConfig.editorconfig deleted file mode 100644 index 47fbef7..0000000 --- a/src/Inshiminator.Cli/obj/Debug/net8.0/Inshiminator.Cli.GeneratedMSBuildEditorConfig.editorconfig +++ /dev/null @@ -1,17 +0,0 @@ -is_global = true -build_property.TargetFramework = net8.0 -build_property.TargetFrameworkIdentifier = .NETCoreApp -build_property.TargetFrameworkVersion = v8.0 -build_property.TargetPlatformMinVersion = -build_property.UsingMicrosoftNETSdkWeb = -build_property.ProjectTypeGuids = -build_property.InvariantGlobalization = -build_property.PlatformNeutralAssembly = -build_property.EnforceExtendedAnalyzerRules = true -build_property._SupportedPlatformList = Linux,macOS,Windows -build_property.RootNamespace = Inshiminator.Cli -build_property.ProjectDir = C:\git\InShimInator\src\Inshiminator.Cli\ -build_property.EnableComHosting = -build_property.EnableGeneratedComInterfaceComImportInterop = -build_property.EffectiveAnalysisLevelStyle = 8.0 -build_property.EnableCodeStyleSeverity = diff --git a/src/Inshiminator.Cli/obj/Debug/net8.0/Inshiminator.Cli.GlobalUsings.g.cs b/src/Inshiminator.Cli/obj/Debug/net8.0/Inshiminator.Cli.GlobalUsings.g.cs deleted file mode 100644 index 3bad85c..0000000 --- a/src/Inshiminator.Cli/obj/Debug/net8.0/Inshiminator.Cli.GlobalUsings.g.cs +++ /dev/null @@ -1,8 +0,0 @@ -// -global using System; -global using System.Collections.Generic; -global using System.IO; -global using System.Linq; -global using System.Net.Http; -global using System.Threading; -global using System.Threading.Tasks; diff --git a/src/Inshiminator.Cli/obj/Debug/net8.0/Inshiminator.Cli.Version.cs b/src/Inshiminator.Cli/obj/Debug/net8.0/Inshiminator.Cli.Version.cs deleted file mode 100644 index 50faab3..0000000 --- a/src/Inshiminator.Cli/obj/Debug/net8.0/Inshiminator.Cli.Version.cs +++ /dev/null @@ -1,35 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -#pragma warning disable CA2243 - -[assembly: global::System.Reflection.AssemblyVersionAttribute("0.1.0.0")] -[assembly: global::System.Reflection.AssemblyFileVersionAttribute("0.1.2.11864")] -[assembly: global::System.Reflection.AssemblyInformationalVersionAttribute("0.1.2+2e58a4565a")] -#if NETSTANDARD || NETFRAMEWORK || NETCOREAPP -[global::System.CodeDom.Compiler.GeneratedCode("Nerdbank.GitVersioning.Tasks","3.9.50.28654")] -#endif -#if NET40_OR_GREATER || NETCOREAPP2_0_OR_GREATER || NETSTANDARD2_0_OR_GREATER -[global::System.Diagnostics.CodeAnalysis.ExcludeFromCodeCoverage] -#endif -internal static partial class ThisAssembly { - internal const string AssemblyConfiguration = "Debug"; - internal const string AssemblyFileVersion = "0.1.2.11864"; - internal const string AssemblyInformationalVersion = "0.1.2+2e58a4565a"; - internal const string AssemblyName = "Inshiminator.Cli"; - internal const string AssemblyTitle = "Inshiminator.Cli"; - internal const string AssemblyVersion = "0.1.0.0"; - internal static readonly global::System.DateTime GitCommitAuthorDate = new global::System.DateTime(639138599560000000L, global::System.DateTimeKind.Utc); - internal static readonly global::System.DateTime GitCommitDate = new global::System.DateTime(639138599560000000L, global::System.DateTimeKind.Utc); - internal const string GitCommitId = "2e58a4565a8558cbb77d4b912c0ddcb50b29665c"; - internal const bool IsPrerelease = false; - internal const bool IsPublicRelease = false; - internal const string RootNamespace = "Inshiminator.Cli"; -} diff --git a/src/Inshiminator.Cli/obj/Debug/net8.0/Inshiminator.Cli.Version.cs.new b/src/Inshiminator.Cli/obj/Debug/net8.0/Inshiminator.Cli.Version.cs.new deleted file mode 100644 index 50faab3..0000000 --- a/src/Inshiminator.Cli/obj/Debug/net8.0/Inshiminator.Cli.Version.cs.new +++ /dev/null @@ -1,35 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -#pragma warning disable CA2243 - -[assembly: global::System.Reflection.AssemblyVersionAttribute("0.1.0.0")] -[assembly: global::System.Reflection.AssemblyFileVersionAttribute("0.1.2.11864")] -[assembly: global::System.Reflection.AssemblyInformationalVersionAttribute("0.1.2+2e58a4565a")] -#if NETSTANDARD || NETFRAMEWORK || NETCOREAPP -[global::System.CodeDom.Compiler.GeneratedCode("Nerdbank.GitVersioning.Tasks","3.9.50.28654")] -#endif -#if NET40_OR_GREATER || NETCOREAPP2_0_OR_GREATER || NETSTANDARD2_0_OR_GREATER -[global::System.Diagnostics.CodeAnalysis.ExcludeFromCodeCoverage] -#endif -internal static partial class ThisAssembly { - internal const string AssemblyConfiguration = "Debug"; - internal const string AssemblyFileVersion = "0.1.2.11864"; - internal const string AssemblyInformationalVersion = "0.1.2+2e58a4565a"; - internal const string AssemblyName = "Inshiminator.Cli"; - internal const string AssemblyTitle = "Inshiminator.Cli"; - internal const string AssemblyVersion = "0.1.0.0"; - internal static readonly global::System.DateTime GitCommitAuthorDate = new global::System.DateTime(639138599560000000L, global::System.DateTimeKind.Utc); - internal static readonly global::System.DateTime GitCommitDate = new global::System.DateTime(639138599560000000L, global::System.DateTimeKind.Utc); - internal const string GitCommitId = "2e58a4565a8558cbb77d4b912c0ddcb50b29665c"; - internal const bool IsPrerelease = false; - internal const bool IsPublicRelease = false; - internal const string RootNamespace = "Inshiminator.Cli"; -} diff --git a/src/Inshiminator.Cli/obj/Debug/net8.0/Inshiminator.Cli.assets.cache b/src/Inshiminator.Cli/obj/Debug/net8.0/Inshiminator.Cli.assets.cache deleted file mode 100644 index ab1570f..0000000 Binary files a/src/Inshiminator.Cli/obj/Debug/net8.0/Inshiminator.Cli.assets.cache and /dev/null differ diff --git a/src/Inshiminator.Cli/obj/Debug/net8.0/Inshiminator.Cli.csproj.AssemblyReference.cache b/src/Inshiminator.Cli/obj/Debug/net8.0/Inshiminator.Cli.csproj.AssemblyReference.cache deleted file mode 100644 index 525d23f..0000000 Binary files a/src/Inshiminator.Cli/obj/Debug/net8.0/Inshiminator.Cli.csproj.AssemblyReference.cache and /dev/null differ diff --git a/src/Inshiminator.Cli/obj/Debug/net8.0/Inshiminator.Cli.csproj.CoreCompileInputs.cache b/src/Inshiminator.Cli/obj/Debug/net8.0/Inshiminator.Cli.csproj.CoreCompileInputs.cache deleted file mode 100644 index 188d3db..0000000 --- a/src/Inshiminator.Cli/obj/Debug/net8.0/Inshiminator.Cli.csproj.CoreCompileInputs.cache +++ /dev/null @@ -1 +0,0 @@ -56c7828d0acf91e0cab8c62c235c012ce255c6a72503486782ea0420166938b5 diff --git a/src/Inshiminator.Cli/obj/Debug/net8.0/Inshiminator.Cli.csproj.FileListAbsolute.txt b/src/Inshiminator.Cli/obj/Debug/net8.0/Inshiminator.Cli.csproj.FileListAbsolute.txt deleted file mode 100644 index 3c9998c..0000000 --- a/src/Inshiminator.Cli/obj/Debug/net8.0/Inshiminator.Cli.csproj.FileListAbsolute.txt +++ /dev/null @@ -1,33 +0,0 @@ -C:\git\InShimInator\src\Inshiminator.Cli\bin\Debug\net8.0\Inshiminator.Cli.exe -C:\git\InShimInator\src\Inshiminator.Cli\bin\Debug\net8.0\Inshiminator.Cli.deps.json -C:\git\InShimInator\src\Inshiminator.Cli\bin\Debug\net8.0\Inshiminator.Cli.runtimeconfig.json -C:\git\InShimInator\src\Inshiminator.Cli\bin\Debug\net8.0\Inshiminator.Cli.dll -C:\git\InShimInator\src\Inshiminator.Cli\bin\Debug\net8.0\Inshiminator.Cli.pdb -C:\git\InShimInator\src\Inshiminator.Cli\bin\Debug\net8.0\Inshiminator.Abstractions.dll -C:\git\InShimInator\src\Inshiminator.Cli\bin\Debug\net8.0\Inshiminator.Abstractions.pdb -C:\git\InShimInator\src\Inshiminator.Cli\obj\Debug\net8.0\Inshiminator.Cli.csproj.AssemblyReference.cache -C:\git\InShimInator\src\Inshiminator.Cli\obj\Debug\net8.0\Inshiminator.Cli.GeneratedMSBuildEditorConfig.editorconfig -C:\git\InShimInator\src\Inshiminator.Cli\obj\Debug\net8.0\Inshiminator.Cli.AssemblyInfoInputs.cache -C:\git\InShimInator\src\Inshiminator.Cli\obj\Debug\net8.0\Inshiminator.Cli.AssemblyInfo.cs -C:\git\InShimInator\src\Inshiminator.Cli\obj\Debug\net8.0\Inshiminator.Cli.csproj.CoreCompileInputs.cache -C:\git\InShimInator\src\Inshiminator.Cli\obj\Debug\net8.0\Inshimin.8A5786F6.Up2Date -C:\git\InShimInator\src\Inshiminator.Cli\obj\Debug\net8.0\Inshiminator.Cli.dll -C:\git\InShimInator\src\Inshiminator.Cli\obj\Debug\net8.0\refint\Inshiminator.Cli.dll -C:\git\InShimInator\src\Inshiminator.Cli\obj\Debug\net8.0\Inshiminator.Cli.pdb -C:\git\InShimInator\src\Inshiminator.Cli\obj\Debug\net8.0\Inshiminator.Cli.genruntimeconfig.cache -C:\git\InShimInator\src\Inshiminator.Cli\obj\Debug\net8.0\ref\Inshiminator.Cli.dll -C:\git\InShimInator\src\Inshiminator.Cli\bin\Debug\net8.0\Microsoft.Build.Locator.dll -C:\git\InShimInator\src\Inshiminator.Cli\bin\Debug\net8.0\Spectre.Console.dll -C:\git\InShimInator\src\Inshiminator.Cli\bin\Debug\net8.0\Spectre.Console.Ansi.dll -C:\git\InShimInator\src\Inshiminator.Cli\bin\Debug\net8.0\Spectre.Console.Cli.dll -C:\git\InShimInator\src\Inshiminator.Cli\bin\Debug\net8.0\de\Spectre.Console.Cli.resources.dll -C:\git\InShimInator\src\Inshiminator.Cli\bin\Debug\net8.0\es\Spectre.Console.Cli.resources.dll -C:\git\InShimInator\src\Inshiminator.Cli\bin\Debug\net8.0\fr\Spectre.Console.Cli.resources.dll -C:\git\InShimInator\src\Inshiminator.Cli\bin\Debug\net8.0\it\Spectre.Console.Cli.resources.dll -C:\git\InShimInator\src\Inshiminator.Cli\bin\Debug\net8.0\ja\Spectre.Console.Cli.resources.dll -C:\git\InShimInator\src\Inshiminator.Cli\bin\Debug\net8.0\ko\Spectre.Console.Cli.resources.dll -C:\git\InShimInator\src\Inshiminator.Cli\bin\Debug\net8.0\pt\Spectre.Console.Cli.resources.dll -C:\git\InShimInator\src\Inshiminator.Cli\bin\Debug\net8.0\ru\Spectre.Console.Cli.resources.dll -C:\git\InShimInator\src\Inshiminator.Cli\bin\Debug\net8.0\sv\Spectre.Console.Cli.resources.dll -C:\git\InShimInator\src\Inshiminator.Cli\bin\Debug\net8.0\zh-Hans\Spectre.Console.Cli.resources.dll -C:\git\InShimInator\src\Inshiminator.Cli\bin\Debug\net8.0\System.IO.Hashing.dll diff --git a/src/Inshiminator.Cli/obj/Debug/net8.0/Inshiminator.Cli.dll b/src/Inshiminator.Cli/obj/Debug/net8.0/Inshiminator.Cli.dll deleted file mode 100644 index c6f6e49..0000000 Binary files a/src/Inshiminator.Cli/obj/Debug/net8.0/Inshiminator.Cli.dll and /dev/null differ diff --git a/src/Inshiminator.Cli/obj/Debug/net8.0/Inshiminator.Cli.genruntimeconfig.cache b/src/Inshiminator.Cli/obj/Debug/net8.0/Inshiminator.Cli.genruntimeconfig.cache deleted file mode 100644 index 14999a1..0000000 --- a/src/Inshiminator.Cli/obj/Debug/net8.0/Inshiminator.Cli.genruntimeconfig.cache +++ /dev/null @@ -1 +0,0 @@ -646f1c9cc717756e069569284acae54ac7f638a5a8794dfe80b0cf96e51cfc85 diff --git a/src/Inshiminator.Cli/obj/Debug/net8.0/Inshiminator.Cli.pdb b/src/Inshiminator.Cli/obj/Debug/net8.0/Inshiminator.Cli.pdb deleted file mode 100644 index 3381383..0000000 Binary files a/src/Inshiminator.Cli/obj/Debug/net8.0/Inshiminator.Cli.pdb and /dev/null differ diff --git a/src/Inshiminator.Cli/obj/Debug/net8.0/apphost.exe b/src/Inshiminator.Cli/obj/Debug/net8.0/apphost.exe deleted file mode 100644 index 867ea09..0000000 Binary files a/src/Inshiminator.Cli/obj/Debug/net8.0/apphost.exe and /dev/null differ diff --git a/src/Inshiminator.Cli/obj/Debug/net8.0/ref/Inshiminator.Cli.dll b/src/Inshiminator.Cli/obj/Debug/net8.0/ref/Inshiminator.Cli.dll deleted file mode 100644 index b096058..0000000 Binary files a/src/Inshiminator.Cli/obj/Debug/net8.0/ref/Inshiminator.Cli.dll and /dev/null differ diff --git a/src/Inshiminator.Cli/obj/Debug/net8.0/refint/Inshiminator.Cli.dll b/src/Inshiminator.Cli/obj/Debug/net8.0/refint/Inshiminator.Cli.dll deleted file mode 100644 index b096058..0000000 Binary files a/src/Inshiminator.Cli/obj/Debug/net8.0/refint/Inshiminator.Cli.dll and /dev/null differ diff --git a/src/Inshiminator.Cli/obj/Inshiminator.Cli.csproj.nuget.dgspec.json b/src/Inshiminator.Cli/obj/Inshiminator.Cli.csproj.nuget.dgspec.json deleted file mode 100644 index 03934dc..0000000 --- a/src/Inshiminator.Cli/obj/Inshiminator.Cli.csproj.nuget.dgspec.json +++ /dev/null @@ -1,1624 +0,0 @@ -{ - "format": 1, - "restore": { - "C:\\git\\InShimInator\\src\\Inshiminator.Cli\\Inshiminator.Cli.csproj": {} - }, - "projects": { - "C:\\git\\InShimInator\\src\\Inshiminator.Abstractions\\Inshiminator.Abstractions.csproj": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "C:\\git\\InShimInator\\src\\Inshiminator.Abstractions\\Inshiminator.Abstractions.csproj", - "projectName": "Inshiminator.Abstractions", - "projectPath": "C:\\git\\InShimInator\\src\\Inshiminator.Abstractions\\Inshiminator.Abstractions.csproj", - "packagesPath": "C:\\Users\\jd\\.nuget\\packages\\", - "outputPath": "C:\\git\\InShimInator\\src\\Inshiminator.Abstractions\\obj\\", - "projectStyle": "PackageReference", - "crossTargeting": true, - "centralPackageVersionsManagementEnabled": true, - "fallbackFolders": [ - "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" - ], - "configFilePaths": [ - "C:\\git\\InShimInator\\NuGet.Config", - "C:\\Users\\jd\\AppData\\Roaming\\NuGet\\NuGet.Config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" - ], - "originalTargetFrameworks": [ - "net10.0", - "net8.0", - "netstandard2.0" - ], - "sources": { - "C:\\Program Files\\dotnet\\library-packs": {}, - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net8.0": { - "targetAlias": "net8.0", - "projectReferences": {} - }, - "net10.0": { - "targetAlias": "net10.0", - "projectReferences": {} - }, - "netstandard2.0": { - "targetAlias": "netstandard2.0", - "projectReferences": {} - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - }, - "restoreAuditProperties": { - "enableAudit": "true", - "auditLevel": "low", - "auditMode": "all" - }, - "SdkAnalysisLevel": "10.0.100" - }, - "frameworks": { - "net8.0": { - "targetAlias": "net8.0", - "dependencies": { - "Microsoft.SourceLink.GitHub": { - "suppressParent": "All", - "target": "Package", - "version": "[10.0.203, )", - "versionCentrallyManaged": true - }, - "Nerdbank.GitVersioning": { - "suppressParent": "All", - "target": "Package", - "version": "[3.9.50, )", - "versionCentrallyManaged": true - } - }, - "centralPackageVersions": { - "coverlet.collector": "10.0.0", - "Microsoft.Build.Locator": "1.11.2", - "Microsoft.CodeAnalysis.Analyzers": "3.11.0", - "Microsoft.CodeAnalysis.CSharp": "4.12.0", - "Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.12.0", - "Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing.XUnit": "1.1.2", - "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.7", - "Microsoft.NET.Test.Sdk": "18.5.1", - "Microsoft.SourceLink.GitHub": "10.0.203", - "Nerdbank.GitVersioning": "3.9.50", - "Spectre.Console.Cli": "0.55.0", - "xunit": "2.9.3", - "xunit.runner.visualstudio": "3.1.5" - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48", - "net481" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\10.0.107/PortableRuntimeIdentifierGraph.json", - "packagesToPrune": { - "Microsoft.CSharp": "(,4.7.32767]", - "Microsoft.VisualBasic": "(,10.3.32767]", - "Microsoft.Win32.Primitives": "(,4.3.32767]", - "Microsoft.Win32.Registry": "(,5.0.32767]", - "runtime.any.System.Collections": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.any.System.Globalization": "(,4.3.32767]", - "runtime.any.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.any.System.IO": "(,4.3.32767]", - "runtime.any.System.Reflection": "(,4.3.32767]", - "runtime.any.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.any.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.any.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.any.System.Runtime": "(,4.3.32767]", - "runtime.any.System.Runtime.Handles": "(,4.3.32767]", - "runtime.any.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.any.System.Text.Encoding": "(,4.3.32767]", - "runtime.any.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.any.System.Threading.Tasks": "(,4.3.32767]", - "runtime.any.System.Threading.Timer": "(,4.3.32767]", - "runtime.aot.System.Collections": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.aot.System.Globalization": "(,4.3.32767]", - "runtime.aot.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.aot.System.IO": "(,4.3.32767]", - "runtime.aot.System.Reflection": "(,4.3.32767]", - "runtime.aot.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.aot.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.aot.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.aot.System.Runtime": "(,4.3.32767]", - "runtime.aot.System.Runtime.Handles": "(,4.3.32767]", - "runtime.aot.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.aot.System.Threading.Tasks": "(,4.3.32767]", - "runtime.aot.System.Threading.Timer": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.native.System.Security.Cryptography.Apple": "(,4.3.32767]", - "runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.unix.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.unix.System.Console": "(,4.3.32767]", - "runtime.unix.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.unix.System.IO.FileSystem": "(,4.3.32767]", - "runtime.unix.System.Net.Primitives": "(,4.3.32767]", - "runtime.unix.System.Net.Sockets": "(,4.3.32767]", - "runtime.unix.System.Private.Uri": "(,4.3.32767]", - "runtime.unix.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.win.System.Console": "(,4.3.32767]", - "runtime.win.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.win.System.IO.FileSystem": "(,4.3.32767]", - "runtime.win.System.Net.Primitives": "(,4.3.32767]", - "runtime.win.System.Net.Sockets": "(,4.3.32767]", - "runtime.win.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win10-arm-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-arm64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win10-x64-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-x86-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7-x86.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7.System.Private.Uri": "(,4.3.32767]", - "runtime.win8-arm.runtime.native.System.IO.Compression": "(,4.3.32767]", - "System.AppContext": "(,4.3.32767]", - "System.Buffers": "(,4.6.32767]", - "System.Collections": "(,4.3.32767]", - "System.Collections.Concurrent": "(,4.3.32767]", - "System.Collections.Immutable": "(,8.0.32767]", - "System.Collections.NonGeneric": "(,4.3.32767]", - "System.Collections.Specialized": "(,4.3.32767]", - "System.ComponentModel": "(,4.3.32767]", - "System.ComponentModel.Annotations": "(,5.0.32767]", - "System.ComponentModel.EventBasedAsync": "(,4.3.32767]", - "System.ComponentModel.Primitives": "(,4.3.32767]", - "System.ComponentModel.TypeConverter": "(,4.3.32767]", - "System.Console": "(,4.3.32767]", - "System.Data.Common": "(,4.3.32767]", - "System.Data.DataSetExtensions": "(,4.5.32767]", - "System.Diagnostics.Contracts": "(,4.3.32767]", - "System.Diagnostics.Debug": "(,4.3.32767]", - "System.Diagnostics.DiagnosticSource": "(,8.0.32767]", - "System.Diagnostics.FileVersionInfo": "(,4.3.32767]", - "System.Diagnostics.Process": "(,4.3.32767]", - "System.Diagnostics.StackTrace": "(,4.3.32767]", - "System.Diagnostics.TextWriterTraceListener": "(,4.3.32767]", - "System.Diagnostics.Tools": "(,4.3.32767]", - "System.Diagnostics.TraceSource": "(,4.3.32767]", - "System.Diagnostics.Tracing": "(,4.3.32767]", - "System.Drawing.Primitives": "(,4.3.32767]", - "System.Dynamic.Runtime": "(,4.3.32767]", - "System.Formats.Asn1": "(,8.0.32767]", - "System.Globalization": "(,4.3.32767]", - "System.Globalization.Calendars": "(,4.3.32767]", - "System.Globalization.Extensions": "(,4.3.32767]", - "System.IO": "(,4.3.32767]", - "System.IO.Compression": "(,4.3.32767]", - "System.IO.Compression.ZipFile": "(,4.3.32767]", - "System.IO.FileSystem": "(,4.3.32767]", - "System.IO.FileSystem.AccessControl": "(,5.0.32767]", - "System.IO.FileSystem.DriveInfo": "(,4.3.32767]", - "System.IO.FileSystem.Primitives": "(,4.3.32767]", - "System.IO.FileSystem.Watcher": "(,4.3.32767]", - "System.IO.IsolatedStorage": "(,4.3.32767]", - "System.IO.MemoryMappedFiles": "(,4.3.32767]", - "System.IO.Pipes": "(,4.3.32767]", - "System.IO.Pipes.AccessControl": "(,4.6.32767]", - "System.IO.UnmanagedMemoryStream": "(,4.3.32767]", - "System.Linq": "(,4.3.32767]", - "System.Linq.Expressions": "(,4.3.32767]", - "System.Linq.Parallel": "(,4.3.32767]", - "System.Linq.Queryable": "(,4.3.32767]", - "System.Memory": "(,4.6.32767]", - "System.Net.Http": "(,4.3.32767]", - "System.Net.Http.Json": "(,8.0.32767]", - "System.Net.NameResolution": "(,4.3.32767]", - "System.Net.NetworkInformation": "(,4.3.32767]", - "System.Net.Ping": "(,4.3.32767]", - "System.Net.Primitives": "(,4.3.32767]", - "System.Net.Requests": "(,4.3.32767]", - "System.Net.Security": "(,4.3.32767]", - "System.Net.Sockets": "(,4.3.32767]", - "System.Net.WebHeaderCollection": "(,4.3.32767]", - "System.Net.WebSockets": "(,4.3.32767]", - "System.Net.WebSockets.Client": "(,4.3.32767]", - "System.Numerics.Vectors": "(,4.6.32767]", - "System.ObjectModel": "(,4.3.32767]", - "System.Private.DataContractSerialization": "(,4.3.32767]", - "System.Private.Uri": "(,4.3.32767]", - "System.Reflection": "(,4.3.32767]", - "System.Reflection.DispatchProxy": "(,4.8.32767]", - "System.Reflection.Emit": "(,4.7.32767]", - "System.Reflection.Emit.ILGeneration": "(,4.7.32767]", - "System.Reflection.Emit.Lightweight": "(,4.7.32767]", - "System.Reflection.Extensions": "(,4.3.32767]", - "System.Reflection.Metadata": "(,8.0.32767]", - "System.Reflection.Primitives": "(,4.3.32767]", - "System.Reflection.TypeExtensions": "(,4.7.32767]", - "System.Resources.Reader": "(,4.3.32767]", - "System.Resources.ResourceManager": "(,4.3.32767]", - "System.Resources.Writer": "(,4.3.32767]", - "System.Runtime": "(,4.3.32767]", - "System.Runtime.CompilerServices.Unsafe": "(,6.1.32767]", - "System.Runtime.CompilerServices.VisualC": "(,4.3.32767]", - "System.Runtime.Extensions": "(,4.3.32767]", - "System.Runtime.Handles": "(,4.3.32767]", - "System.Runtime.InteropServices": "(,4.3.32767]", - "System.Runtime.InteropServices.RuntimeInformation": "(,4.3.32767]", - "System.Runtime.Loader": "(,4.3.32767]", - "System.Runtime.Numerics": "(,4.3.32767]", - "System.Runtime.Serialization.Formatters": "(,4.3.32767]", - "System.Runtime.Serialization.Json": "(,4.3.32767]", - "System.Runtime.Serialization.Primitives": "(,4.3.32767]", - "System.Runtime.Serialization.Xml": "(,4.3.32767]", - "System.Security.AccessControl": "(,6.0.32767]", - "System.Security.Claims": "(,4.3.32767]", - "System.Security.Cryptography.Algorithms": "(,4.3.32767]", - "System.Security.Cryptography.Cng": "(,4.6.32767]", - "System.Security.Cryptography.Csp": "(,4.3.32767]", - "System.Security.Cryptography.Encoding": "(,4.3.32767]", - "System.Security.Cryptography.OpenSsl": "(,5.0.32767]", - "System.Security.Cryptography.Primitives": "(,4.3.32767]", - "System.Security.Cryptography.X509Certificates": "(,4.3.32767]", - "System.Security.Principal": "(,4.3.32767]", - "System.Security.Principal.Windows": "(,5.0.32767]", - "System.Security.SecureString": "(,4.3.32767]", - "System.Text.Encoding": "(,4.3.32767]", - "System.Text.Encoding.CodePages": "(,8.0.32767]", - "System.Text.Encoding.Extensions": "(,4.3.32767]", - "System.Text.Encodings.Web": "(,8.0.32767]", - "System.Text.Json": "(,8.0.32767]", - "System.Text.RegularExpressions": "(,4.3.32767]", - "System.Threading": "(,4.3.32767]", - "System.Threading.Channels": "(,8.0.32767]", - "System.Threading.Overlapped": "(,4.3.32767]", - "System.Threading.Tasks": "(,4.3.32767]", - "System.Threading.Tasks.Dataflow": "(,8.0.32767]", - "System.Threading.Tasks.Extensions": "(,4.6.32767]", - "System.Threading.Tasks.Parallel": "(,4.3.32767]", - "System.Threading.Thread": "(,4.3.32767]", - "System.Threading.ThreadPool": "(,4.3.32767]", - "System.Threading.Timer": "(,4.3.32767]", - "System.ValueTuple": "(,4.6.32767]", - "System.Xml.ReaderWriter": "(,4.3.32767]", - "System.Xml.XDocument": "(,4.3.32767]", - "System.Xml.XmlDocument": "(,4.3.32767]", - "System.Xml.XmlSerializer": "(,4.3.32767]", - "System.Xml.XPath": "(,4.3.32767]", - "System.Xml.XPath.XDocument": "(,4.3.32767]" - } - }, - "net10.0": { - "targetAlias": "net10.0", - "dependencies": { - "Microsoft.SourceLink.GitHub": { - "suppressParent": "All", - "target": "Package", - "version": "[10.0.203, )", - "versionCentrallyManaged": true - }, - "Nerdbank.GitVersioning": { - "suppressParent": "All", - "target": "Package", - "version": "[3.9.50, )", - "versionCentrallyManaged": true - } - }, - "centralPackageVersions": { - "coverlet.collector": "10.0.0", - "Microsoft.Build.Locator": "1.11.2", - "Microsoft.CodeAnalysis.Analyzers": "3.11.0", - "Microsoft.CodeAnalysis.CSharp": "4.12.0", - "Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.12.0", - "Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing.XUnit": "1.1.2", - "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.7", - "Microsoft.NET.Test.Sdk": "18.5.1", - "Microsoft.SourceLink.GitHub": "10.0.203", - "Nerdbank.GitVersioning": "3.9.50", - "Spectre.Console.Cli": "0.55.0", - "xunit": "2.9.3", - "xunit.runner.visualstudio": "3.1.5" - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48", - "net481" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\10.0.107/PortableRuntimeIdentifierGraph.json", - "packagesToPrune": { - "Microsoft.CSharp": "(,4.7.32767]", - "Microsoft.VisualBasic": "(,10.4.32767]", - "Microsoft.Win32.Primitives": "(,4.3.32767]", - "Microsoft.Win32.Registry": "(,5.0.32767]", - "runtime.any.System.Collections": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.any.System.Globalization": "(,4.3.32767]", - "runtime.any.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.any.System.IO": "(,4.3.32767]", - "runtime.any.System.Reflection": "(,4.3.32767]", - "runtime.any.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.any.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.any.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.any.System.Runtime": "(,4.3.32767]", - "runtime.any.System.Runtime.Handles": "(,4.3.32767]", - "runtime.any.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.any.System.Text.Encoding": "(,4.3.32767]", - "runtime.any.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.any.System.Threading.Tasks": "(,4.3.32767]", - "runtime.any.System.Threading.Timer": "(,4.3.32767]", - "runtime.aot.System.Collections": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.aot.System.Globalization": "(,4.3.32767]", - "runtime.aot.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.aot.System.IO": "(,4.3.32767]", - "runtime.aot.System.Reflection": "(,4.3.32767]", - "runtime.aot.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.aot.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.aot.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.aot.System.Runtime": "(,4.3.32767]", - "runtime.aot.System.Runtime.Handles": "(,4.3.32767]", - "runtime.aot.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.aot.System.Threading.Tasks": "(,4.3.32767]", - "runtime.aot.System.Threading.Timer": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.unix.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.unix.System.Console": "(,4.3.32767]", - "runtime.unix.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.unix.System.IO.FileSystem": "(,4.3.32767]", - "runtime.unix.System.Net.Primitives": "(,4.3.32767]", - "runtime.unix.System.Net.Sockets": "(,4.3.32767]", - "runtime.unix.System.Private.Uri": "(,4.3.32767]", - "runtime.unix.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.win.System.Console": "(,4.3.32767]", - "runtime.win.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.win.System.IO.FileSystem": "(,4.3.32767]", - "runtime.win.System.Net.Primitives": "(,4.3.32767]", - "runtime.win.System.Net.Sockets": "(,4.3.32767]", - "runtime.win.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win10-arm-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-arm64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win10-x64-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-x86-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7-x86.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7.System.Private.Uri": "(,4.3.32767]", - "runtime.win8-arm.runtime.native.System.IO.Compression": "(,4.3.32767]", - "System.AppContext": "(,4.3.32767]", - "System.Buffers": "(,5.0.32767]", - "System.Collections": "(,4.3.32767]", - "System.Collections.Concurrent": "(,4.3.32767]", - "System.Collections.Immutable": "(,10.0.32767]", - "System.Collections.NonGeneric": "(,4.3.32767]", - "System.Collections.Specialized": "(,4.3.32767]", - "System.ComponentModel": "(,4.3.32767]", - "System.ComponentModel.Annotations": "(,4.3.32767]", - "System.ComponentModel.EventBasedAsync": "(,4.3.32767]", - "System.ComponentModel.Primitives": "(,4.3.32767]", - "System.ComponentModel.TypeConverter": "(,4.3.32767]", - "System.Console": "(,4.3.32767]", - "System.Data.Common": "(,4.3.32767]", - "System.Data.DataSetExtensions": "(,4.4.32767]", - "System.Diagnostics.Contracts": "(,4.3.32767]", - "System.Diagnostics.Debug": "(,4.3.32767]", - "System.Diagnostics.DiagnosticSource": "(,10.0.32767]", - "System.Diagnostics.FileVersionInfo": "(,4.3.32767]", - "System.Diagnostics.Process": "(,4.3.32767]", - "System.Diagnostics.StackTrace": "(,4.3.32767]", - "System.Diagnostics.TextWriterTraceListener": "(,4.3.32767]", - "System.Diagnostics.Tools": "(,4.3.32767]", - "System.Diagnostics.TraceSource": "(,4.3.32767]", - "System.Diagnostics.Tracing": "(,4.3.32767]", - "System.Drawing.Primitives": "(,4.3.32767]", - "System.Dynamic.Runtime": "(,4.3.32767]", - "System.Formats.Asn1": "(,10.0.32767]", - "System.Formats.Tar": "(,10.0.32767]", - "System.Globalization": "(,4.3.32767]", - "System.Globalization.Calendars": "(,4.3.32767]", - "System.Globalization.Extensions": "(,4.3.32767]", - "System.IO": "(,4.3.32767]", - "System.IO.Compression": "(,4.3.32767]", - "System.IO.Compression.ZipFile": "(,4.3.32767]", - "System.IO.FileSystem": "(,4.3.32767]", - "System.IO.FileSystem.AccessControl": "(,4.4.32767]", - "System.IO.FileSystem.DriveInfo": "(,4.3.32767]", - "System.IO.FileSystem.Primitives": "(,4.3.32767]", - "System.IO.FileSystem.Watcher": "(,4.3.32767]", - "System.IO.IsolatedStorage": "(,4.3.32767]", - "System.IO.MemoryMappedFiles": "(,4.3.32767]", - "System.IO.Pipelines": "(,10.0.32767]", - "System.IO.Pipes": "(,4.3.32767]", - "System.IO.Pipes.AccessControl": "(,5.0.32767]", - "System.IO.UnmanagedMemoryStream": "(,4.3.32767]", - "System.Linq": "(,4.3.32767]", - "System.Linq.AsyncEnumerable": "(,10.0.32767]", - "System.Linq.Expressions": "(,4.3.32767]", - "System.Linq.Parallel": "(,4.3.32767]", - "System.Linq.Queryable": "(,4.3.32767]", - "System.Memory": "(,5.0.32767]", - "System.Net.Http": "(,4.3.32767]", - "System.Net.Http.Json": "(,10.0.32767]", - "System.Net.NameResolution": "(,4.3.32767]", - "System.Net.NetworkInformation": "(,4.3.32767]", - "System.Net.Ping": "(,4.3.32767]", - "System.Net.Primitives": "(,4.3.32767]", - "System.Net.Requests": "(,4.3.32767]", - "System.Net.Security": "(,4.3.32767]", - "System.Net.ServerSentEvents": "(,10.0.32767]", - "System.Net.Sockets": "(,4.3.32767]", - "System.Net.WebHeaderCollection": "(,4.3.32767]", - "System.Net.WebSockets": "(,4.3.32767]", - "System.Net.WebSockets.Client": "(,4.3.32767]", - "System.Numerics.Vectors": "(,5.0.32767]", - "System.ObjectModel": "(,4.3.32767]", - "System.Private.DataContractSerialization": "(,4.3.32767]", - "System.Private.Uri": "(,4.3.32767]", - "System.Reflection": "(,4.3.32767]", - "System.Reflection.DispatchProxy": "(,6.0.32767]", - "System.Reflection.Emit": "(,4.7.32767]", - "System.Reflection.Emit.ILGeneration": "(,4.7.32767]", - "System.Reflection.Emit.Lightweight": "(,4.7.32767]", - "System.Reflection.Extensions": "(,4.3.32767]", - "System.Reflection.Metadata": "(,10.0.32767]", - "System.Reflection.Primitives": "(,4.3.32767]", - "System.Reflection.TypeExtensions": "(,4.3.32767]", - "System.Resources.Reader": "(,4.3.32767]", - "System.Resources.ResourceManager": "(,4.3.32767]", - "System.Resources.Writer": "(,4.3.32767]", - "System.Runtime": "(,4.3.32767]", - "System.Runtime.CompilerServices.Unsafe": "(,7.0.32767]", - "System.Runtime.CompilerServices.VisualC": "(,4.3.32767]", - "System.Runtime.Extensions": "(,4.3.32767]", - "System.Runtime.Handles": "(,4.3.32767]", - "System.Runtime.InteropServices": "(,4.3.32767]", - "System.Runtime.InteropServices.RuntimeInformation": "(,4.3.32767]", - "System.Runtime.Loader": "(,4.3.32767]", - "System.Runtime.Numerics": "(,4.3.32767]", - "System.Runtime.Serialization.Formatters": "(,4.3.32767]", - "System.Runtime.Serialization.Json": "(,4.3.32767]", - "System.Runtime.Serialization.Primitives": "(,4.3.32767]", - "System.Runtime.Serialization.Xml": "(,4.3.32767]", - "System.Security.AccessControl": "(,6.0.32767]", - "System.Security.Claims": "(,4.3.32767]", - "System.Security.Cryptography.Algorithms": "(,4.3.32767]", - "System.Security.Cryptography.Cng": "(,5.0.32767]", - "System.Security.Cryptography.Csp": "(,4.3.32767]", - "System.Security.Cryptography.Encoding": "(,4.3.32767]", - "System.Security.Cryptography.OpenSsl": "(,5.0.32767]", - "System.Security.Cryptography.Primitives": "(,4.3.32767]", - "System.Security.Cryptography.X509Certificates": "(,4.3.32767]", - "System.Security.Principal": "(,4.3.32767]", - "System.Security.Principal.Windows": "(,5.0.32767]", - "System.Security.SecureString": "(,4.3.32767]", - "System.Text.Encoding": "(,4.3.32767]", - "System.Text.Encoding.CodePages": "(,10.0.32767]", - "System.Text.Encoding.Extensions": "(,4.3.32767]", - "System.Text.Encodings.Web": "(,10.0.32767]", - "System.Text.Json": "(,10.0.32767]", - "System.Text.RegularExpressions": "(,4.3.32767]", - "System.Threading": "(,4.3.32767]", - "System.Threading.AccessControl": "(,10.0.32767]", - "System.Threading.Channels": "(,10.0.32767]", - "System.Threading.Overlapped": "(,4.3.32767]", - "System.Threading.Tasks": "(,4.3.32767]", - "System.Threading.Tasks.Dataflow": "(,10.0.32767]", - "System.Threading.Tasks.Extensions": "(,5.0.32767]", - "System.Threading.Tasks.Parallel": "(,4.3.32767]", - "System.Threading.Thread": "(,4.3.32767]", - "System.Threading.ThreadPool": "(,4.3.32767]", - "System.Threading.Timer": "(,4.3.32767]", - "System.ValueTuple": "(,4.5.32767]", - "System.Xml.ReaderWriter": "(,4.3.32767]", - "System.Xml.XDocument": "(,4.3.32767]", - "System.Xml.XmlDocument": "(,4.3.32767]", - "System.Xml.XmlSerializer": "(,4.3.32767]", - "System.Xml.XPath": "(,4.3.32767]", - "System.Xml.XPath.XDocument": "(,5.0.32767]" - } - }, - "netstandard2.0": { - "targetAlias": "netstandard2.0", - "dependencies": { - "Microsoft.SourceLink.GitHub": { - "suppressParent": "All", - "target": "Package", - "version": "[10.0.203, )", - "versionCentrallyManaged": true - }, - "NETStandard.Library": { - "suppressParent": "All", - "target": "Package", - "version": "[2.0.3, )", - "autoReferenced": true - }, - "Nerdbank.GitVersioning": { - "suppressParent": "All", - "target": "Package", - "version": "[3.9.50, )", - "versionCentrallyManaged": true - } - }, - "centralPackageVersions": { - "coverlet.collector": "10.0.0", - "Microsoft.Build.Locator": "1.11.2", - "Microsoft.CodeAnalysis.Analyzers": "3.11.0", - "Microsoft.CodeAnalysis.CSharp": "4.12.0", - "Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.12.0", - "Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing.XUnit": "1.1.2", - "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.7", - "Microsoft.NET.Test.Sdk": "18.5.1", - "Microsoft.SourceLink.GitHub": "10.0.203", - "Nerdbank.GitVersioning": "3.9.50", - "Spectre.Console.Cli": "0.55.0", - "xunit": "2.9.3", - "xunit.runner.visualstudio": "3.1.5" - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48", - "net481" - ], - "assetTargetFallback": true, - "warn": true, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\10.0.107\\RuntimeIdentifierGraph.json", - "packagesToPrune": { - "Microsoft.Win32.Primitives": "(,4.3.0]", - "System.AppContext": "(,4.3.0]", - "System.Collections": "(,4.3.0]", - "System.Collections.NonGeneric": "(,4.3.0]", - "System.Collections.Specialized": "(,4.3.0]", - "System.ComponentModel": "(,4.3.0]", - "System.ComponentModel.EventBasedAsync": "(,4.3.0]", - "System.ComponentModel.Primitives": "(,4.3.0]", - "System.ComponentModel.TypeConverter": "(,4.3.0]", - "System.Console": "(,4.3.1]", - "System.Data.Common": "(,4.3.0]", - "System.Diagnostics.Contracts": "(,4.3.0]", - "System.Diagnostics.Debug": "(,4.3.0]", - "System.Diagnostics.FileVersionInfo": "(,4.3.0]", - "System.Diagnostics.Process": "(,4.3.0]", - "System.Diagnostics.StackTrace": "(,4.3.0]", - "System.Diagnostics.TextWriterTraceListener": "(,4.3.0]", - "System.Diagnostics.Tools": "(,4.3.0]", - "System.Diagnostics.TraceSource": "(,4.3.0]", - "System.Diagnostics.Tracing": "(,4.3.0]", - "System.Drawing.Primitives": "(,4.3.0]", - "System.Dynamic.Runtime": "(,4.3.0]", - "System.Globalization": "(,4.3.0]", - "System.Globalization.Calendars": "(,4.3.0]", - "System.Globalization.Extensions": "(,4.3.0]", - "System.IO": "(,4.3.0]", - "System.IO.Compression": "(,4.3.0]", - "System.IO.Compression.ZipFile": "(,4.3.0]", - "System.IO.FileSystem": "(,4.3.0]", - "System.IO.FileSystem.DriveInfo": "(,4.3.1]", - "System.IO.FileSystem.Primitives": "(,4.3.0]", - "System.IO.FileSystem.Watcher": "(,4.3.0]", - "System.IO.IsolatedStorage": "(,4.3.0]", - "System.IO.MemoryMappedFiles": "(,4.3.0]", - "System.IO.Pipes": "(,4.3.0]", - "System.IO.UnmanagedMemoryStream": "(,4.3.0]", - "System.Linq": "(,4.3.0]", - "System.Linq.Expressions": "(,4.3.0]", - "System.Linq.Parallel": "(,4.3.0]", - "System.Linq.Queryable": "(,4.3.0]", - "System.Net.Http": "(,4.3.4]", - "System.Net.NameResolution": "(,4.3.0]", - "System.Net.NetworkInformation": "(,4.3.0]", - "System.Net.Ping": "(,4.3.0]", - "System.Net.Primitives": "(,4.3.1]", - "System.Net.Requests": "(,4.3.0]", - "System.Net.Security": "(,4.3.2]", - "System.Net.Sockets": "(,4.3.0]", - "System.Net.WebHeaderCollection": "(,4.3.0]", - "System.Net.WebSockets": "(,4.3.0]", - "System.Net.WebSockets.Client": "(,4.3.2]", - "System.Reflection": "(,4.3.0]", - "System.Reflection.Extensions": "(,4.3.0]", - "System.Reflection.Primitives": "(,4.3.0]", - "System.Resources.Reader": "(,4.3.0]", - "System.Resources.ResourceManager": "(,4.3.0]", - "System.Resources.Writer": "(,4.3.0]", - "System.Runtime": "(,4.3.1]", - "System.Runtime.CompilerServices.VisualC": "(,4.3.0]", - "System.Runtime.Extensions": "(,4.3.1]", - "System.Runtime.Handles": "(,4.3.0]", - "System.Runtime.InteropServices": "(,4.3.0]", - "System.Runtime.InteropServices.RuntimeInformation": "(,4.3.0]", - "System.Runtime.Numerics": "(,4.3.0]", - "System.Runtime.Serialization.Formatters": "(,4.3.0]", - "System.Runtime.Serialization.Primitives": "(,4.3.0]", - "System.Runtime.Serialization.Xml": "(,4.3.0]", - "System.Security.Claims": "(,4.3.0]", - "System.Security.Cryptography.Algorithms": "(,4.3.1]", - "System.Security.Cryptography.Csp": "(,4.3.0]", - "System.Security.Cryptography.Encoding": "(,4.3.0]", - "System.Security.Cryptography.Primitives": "(,4.3.0]", - "System.Security.Cryptography.X509Certificates": "(,4.3.2]", - "System.Security.Principal": "(,4.3.0]", - "System.Security.SecureString": "(,4.3.0]", - "System.Text.Encoding": "(,4.3.0]", - "System.Text.Encoding.Extensions": "(,4.3.0]", - "System.Text.RegularExpressions": "(,4.3.0]", - "System.Threading": "(,4.3.0]", - "System.Threading.Overlapped": "(,4.3.0]", - "System.Threading.Tasks": "(,4.3.0]", - "System.Threading.Tasks.Parallel": "(,4.3.0]", - "System.Threading.Thread": "(,4.3.0]", - "System.Threading.ThreadPool": "(,4.3.0]", - "System.Threading.Timer": "(,4.3.0]", - "System.ValueTuple": "(,4.6.1]", - "System.Xml.ReaderWriter": "(,4.3.1]", - "System.Xml.XDocument": "(,4.3.0]", - "System.Xml.XmlDocument": "(,4.3.0]", - "System.Xml.XmlSerializer": "(,4.3.0]", - "System.Xml.XPath": "(,4.3.0]", - "System.Xml.XPath.XDocument": "(,4.3.0]" - } - } - } - }, - "C:\\git\\InShimInator\\src\\Inshiminator.Cli\\Inshiminator.Cli.csproj": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "C:\\git\\InShimInator\\src\\Inshiminator.Cli\\Inshiminator.Cli.csproj", - "projectName": "Inshiminator.Cli", - "projectPath": "C:\\git\\InShimInator\\src\\Inshiminator.Cli\\Inshiminator.Cli.csproj", - "packagesPath": "C:\\Users\\jd\\.nuget\\packages\\", - "outputPath": "C:\\git\\InShimInator\\src\\Inshiminator.Cli\\obj\\", - "projectStyle": "PackageReference", - "crossTargeting": true, - "centralPackageVersionsManagementEnabled": true, - "fallbackFolders": [ - "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" - ], - "configFilePaths": [ - "C:\\git\\InShimInator\\NuGet.Config", - "C:\\Users\\jd\\AppData\\Roaming\\NuGet\\NuGet.Config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" - ], - "originalTargetFrameworks": [ - "net10.0", - "net8.0" - ], - "sources": { - "C:\\Program Files\\dotnet\\library-packs": {}, - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net8.0": { - "targetAlias": "net8.0", - "projectReferences": { - "C:\\git\\InShimInator\\src\\Inshiminator.Abstractions\\Inshiminator.Abstractions.csproj": { - "projectPath": "C:\\git\\InShimInator\\src\\Inshiminator.Abstractions\\Inshiminator.Abstractions.csproj" - } - } - }, - "net10.0": { - "targetAlias": "net10.0", - "projectReferences": { - "C:\\git\\InShimInator\\src\\Inshiminator.Abstractions\\Inshiminator.Abstractions.csproj": { - "projectPath": "C:\\git\\InShimInator\\src\\Inshiminator.Abstractions\\Inshiminator.Abstractions.csproj" - } - } - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - }, - "restoreAuditProperties": { - "enableAudit": "true", - "auditLevel": "low", - "auditMode": "all" - }, - "SdkAnalysisLevel": "10.0.100" - }, - "frameworks": { - "net8.0": { - "targetAlias": "net8.0", - "dependencies": { - "Microsoft.Build.Locator": { - "target": "Package", - "version": "[1.11.2, )", - "versionCentrallyManaged": true - }, - "Microsoft.SourceLink.GitHub": { - "suppressParent": "All", - "target": "Package", - "version": "[10.0.203, )", - "versionCentrallyManaged": true - }, - "Nerdbank.GitVersioning": { - "suppressParent": "All", - "target": "Package", - "version": "[3.9.50, )", - "versionCentrallyManaged": true - }, - "Spectre.Console.Cli": { - "target": "Package", - "version": "[0.55.0, )", - "versionCentrallyManaged": true - } - }, - "centralPackageVersions": { - "coverlet.collector": "10.0.0", - "Microsoft.Build.Locator": "1.11.2", - "Microsoft.CodeAnalysis.Analyzers": "3.11.0", - "Microsoft.CodeAnalysis.CSharp": "4.12.0", - "Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.12.0", - "Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing.XUnit": "1.1.2", - "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.7", - "Microsoft.NET.Test.Sdk": "18.5.1", - "Microsoft.SourceLink.GitHub": "10.0.203", - "Nerdbank.GitVersioning": "3.9.50", - "Spectre.Console.Cli": "0.55.0", - "xunit": "2.9.3", - "xunit.runner.visualstudio": "3.1.5" - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48", - "net481" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\10.0.107/PortableRuntimeIdentifierGraph.json", - "packagesToPrune": { - "Microsoft.CSharp": "(,4.7.32767]", - "Microsoft.VisualBasic": "(,10.3.32767]", - "Microsoft.Win32.Primitives": "(,4.3.32767]", - "Microsoft.Win32.Registry": "(,5.0.32767]", - "runtime.any.System.Collections": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.any.System.Globalization": "(,4.3.32767]", - "runtime.any.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.any.System.IO": "(,4.3.32767]", - "runtime.any.System.Reflection": "(,4.3.32767]", - "runtime.any.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.any.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.any.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.any.System.Runtime": "(,4.3.32767]", - "runtime.any.System.Runtime.Handles": "(,4.3.32767]", - "runtime.any.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.any.System.Text.Encoding": "(,4.3.32767]", - "runtime.any.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.any.System.Threading.Tasks": "(,4.3.32767]", - "runtime.any.System.Threading.Timer": "(,4.3.32767]", - "runtime.aot.System.Collections": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.aot.System.Globalization": "(,4.3.32767]", - "runtime.aot.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.aot.System.IO": "(,4.3.32767]", - "runtime.aot.System.Reflection": "(,4.3.32767]", - "runtime.aot.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.aot.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.aot.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.aot.System.Runtime": "(,4.3.32767]", - "runtime.aot.System.Runtime.Handles": "(,4.3.32767]", - "runtime.aot.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.aot.System.Threading.Tasks": "(,4.3.32767]", - "runtime.aot.System.Threading.Timer": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.native.System.Security.Cryptography.Apple": "(,4.3.32767]", - "runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.unix.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.unix.System.Console": "(,4.3.32767]", - "runtime.unix.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.unix.System.IO.FileSystem": "(,4.3.32767]", - "runtime.unix.System.Net.Primitives": "(,4.3.32767]", - "runtime.unix.System.Net.Sockets": "(,4.3.32767]", - "runtime.unix.System.Private.Uri": "(,4.3.32767]", - "runtime.unix.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.win.System.Console": "(,4.3.32767]", - "runtime.win.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.win.System.IO.FileSystem": "(,4.3.32767]", - "runtime.win.System.Net.Primitives": "(,4.3.32767]", - "runtime.win.System.Net.Sockets": "(,4.3.32767]", - "runtime.win.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win10-arm-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-arm64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win10-x64-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-x86-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7-x86.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7.System.Private.Uri": "(,4.3.32767]", - "runtime.win8-arm.runtime.native.System.IO.Compression": "(,4.3.32767]", - "System.AppContext": "(,4.3.32767]", - "System.Buffers": "(,4.6.32767]", - "System.Collections": "(,4.3.32767]", - "System.Collections.Concurrent": "(,4.3.32767]", - "System.Collections.Immutable": "(,8.0.32767]", - "System.Collections.NonGeneric": "(,4.3.32767]", - "System.Collections.Specialized": "(,4.3.32767]", - "System.ComponentModel": "(,4.3.32767]", - "System.ComponentModel.Annotations": "(,5.0.32767]", - "System.ComponentModel.EventBasedAsync": "(,4.3.32767]", - "System.ComponentModel.Primitives": "(,4.3.32767]", - "System.ComponentModel.TypeConverter": "(,4.3.32767]", - "System.Console": "(,4.3.32767]", - "System.Data.Common": "(,4.3.32767]", - "System.Data.DataSetExtensions": "(,4.5.32767]", - "System.Diagnostics.Contracts": "(,4.3.32767]", - "System.Diagnostics.Debug": "(,4.3.32767]", - "System.Diagnostics.DiagnosticSource": "(,8.0.32767]", - "System.Diagnostics.FileVersionInfo": "(,4.3.32767]", - "System.Diagnostics.Process": "(,4.3.32767]", - "System.Diagnostics.StackTrace": "(,4.3.32767]", - "System.Diagnostics.TextWriterTraceListener": "(,4.3.32767]", - "System.Diagnostics.Tools": "(,4.3.32767]", - "System.Diagnostics.TraceSource": "(,4.3.32767]", - "System.Diagnostics.Tracing": "(,4.3.32767]", - "System.Drawing.Primitives": "(,4.3.32767]", - "System.Dynamic.Runtime": "(,4.3.32767]", - "System.Formats.Asn1": "(,8.0.32767]", - "System.Globalization": "(,4.3.32767]", - "System.Globalization.Calendars": "(,4.3.32767]", - "System.Globalization.Extensions": "(,4.3.32767]", - "System.IO": "(,4.3.32767]", - "System.IO.Compression": "(,4.3.32767]", - "System.IO.Compression.ZipFile": "(,4.3.32767]", - "System.IO.FileSystem": "(,4.3.32767]", - "System.IO.FileSystem.AccessControl": "(,5.0.32767]", - "System.IO.FileSystem.DriveInfo": "(,4.3.32767]", - "System.IO.FileSystem.Primitives": "(,4.3.32767]", - "System.IO.FileSystem.Watcher": "(,4.3.32767]", - "System.IO.IsolatedStorage": "(,4.3.32767]", - "System.IO.MemoryMappedFiles": "(,4.3.32767]", - "System.IO.Pipes": "(,4.3.32767]", - "System.IO.Pipes.AccessControl": "(,4.6.32767]", - "System.IO.UnmanagedMemoryStream": "(,4.3.32767]", - "System.Linq": "(,4.3.32767]", - "System.Linq.Expressions": "(,4.3.32767]", - "System.Linq.Parallel": "(,4.3.32767]", - "System.Linq.Queryable": "(,4.3.32767]", - "System.Memory": "(,4.6.32767]", - "System.Net.Http": "(,4.3.32767]", - "System.Net.Http.Json": "(,8.0.32767]", - "System.Net.NameResolution": "(,4.3.32767]", - "System.Net.NetworkInformation": "(,4.3.32767]", - "System.Net.Ping": "(,4.3.32767]", - "System.Net.Primitives": "(,4.3.32767]", - "System.Net.Requests": "(,4.3.32767]", - "System.Net.Security": "(,4.3.32767]", - "System.Net.Sockets": "(,4.3.32767]", - "System.Net.WebHeaderCollection": "(,4.3.32767]", - "System.Net.WebSockets": "(,4.3.32767]", - "System.Net.WebSockets.Client": "(,4.3.32767]", - "System.Numerics.Vectors": "(,4.6.32767]", - "System.ObjectModel": "(,4.3.32767]", - "System.Private.DataContractSerialization": "(,4.3.32767]", - "System.Private.Uri": "(,4.3.32767]", - "System.Reflection": "(,4.3.32767]", - "System.Reflection.DispatchProxy": "(,4.8.32767]", - "System.Reflection.Emit": "(,4.7.32767]", - "System.Reflection.Emit.ILGeneration": "(,4.7.32767]", - "System.Reflection.Emit.Lightweight": "(,4.7.32767]", - "System.Reflection.Extensions": "(,4.3.32767]", - "System.Reflection.Metadata": "(,8.0.32767]", - "System.Reflection.Primitives": "(,4.3.32767]", - "System.Reflection.TypeExtensions": "(,4.7.32767]", - "System.Resources.Reader": "(,4.3.32767]", - "System.Resources.ResourceManager": "(,4.3.32767]", - "System.Resources.Writer": "(,4.3.32767]", - "System.Runtime": "(,4.3.32767]", - "System.Runtime.CompilerServices.Unsafe": "(,6.1.32767]", - "System.Runtime.CompilerServices.VisualC": "(,4.3.32767]", - "System.Runtime.Extensions": "(,4.3.32767]", - "System.Runtime.Handles": "(,4.3.32767]", - "System.Runtime.InteropServices": "(,4.3.32767]", - "System.Runtime.InteropServices.RuntimeInformation": "(,4.3.32767]", - "System.Runtime.Loader": "(,4.3.32767]", - "System.Runtime.Numerics": "(,4.3.32767]", - "System.Runtime.Serialization.Formatters": "(,4.3.32767]", - "System.Runtime.Serialization.Json": "(,4.3.32767]", - "System.Runtime.Serialization.Primitives": "(,4.3.32767]", - "System.Runtime.Serialization.Xml": "(,4.3.32767]", - "System.Security.AccessControl": "(,6.0.32767]", - "System.Security.Claims": "(,4.3.32767]", - "System.Security.Cryptography.Algorithms": "(,4.3.32767]", - "System.Security.Cryptography.Cng": "(,4.6.32767]", - "System.Security.Cryptography.Csp": "(,4.3.32767]", - "System.Security.Cryptography.Encoding": "(,4.3.32767]", - "System.Security.Cryptography.OpenSsl": "(,5.0.32767]", - "System.Security.Cryptography.Primitives": "(,4.3.32767]", - "System.Security.Cryptography.X509Certificates": "(,4.3.32767]", - "System.Security.Principal": "(,4.3.32767]", - "System.Security.Principal.Windows": "(,5.0.32767]", - "System.Security.SecureString": "(,4.3.32767]", - "System.Text.Encoding": "(,4.3.32767]", - "System.Text.Encoding.CodePages": "(,8.0.32767]", - "System.Text.Encoding.Extensions": "(,4.3.32767]", - "System.Text.Encodings.Web": "(,8.0.32767]", - "System.Text.Json": "(,8.0.32767]", - "System.Text.RegularExpressions": "(,4.3.32767]", - "System.Threading": "(,4.3.32767]", - "System.Threading.Channels": "(,8.0.32767]", - "System.Threading.Overlapped": "(,4.3.32767]", - "System.Threading.Tasks": "(,4.3.32767]", - "System.Threading.Tasks.Dataflow": "(,8.0.32767]", - "System.Threading.Tasks.Extensions": "(,4.6.32767]", - "System.Threading.Tasks.Parallel": "(,4.3.32767]", - "System.Threading.Thread": "(,4.3.32767]", - "System.Threading.ThreadPool": "(,4.3.32767]", - "System.Threading.Timer": "(,4.3.32767]", - "System.ValueTuple": "(,4.6.32767]", - "System.Xml.ReaderWriter": "(,4.3.32767]", - "System.Xml.XDocument": "(,4.3.32767]", - "System.Xml.XmlDocument": "(,4.3.32767]", - "System.Xml.XmlSerializer": "(,4.3.32767]", - "System.Xml.XPath": "(,4.3.32767]", - "System.Xml.XPath.XDocument": "(,4.3.32767]" - } - }, - "net10.0": { - "targetAlias": "net10.0", - "dependencies": { - "Microsoft.Build.Locator": { - "target": "Package", - "version": "[1.11.2, )", - "versionCentrallyManaged": true - }, - "Microsoft.SourceLink.GitHub": { - "suppressParent": "All", - "target": "Package", - "version": "[10.0.203, )", - "versionCentrallyManaged": true - }, - "Nerdbank.GitVersioning": { - "suppressParent": "All", - "target": "Package", - "version": "[3.9.50, )", - "versionCentrallyManaged": true - }, - "Spectre.Console.Cli": { - "target": "Package", - "version": "[0.55.0, )", - "versionCentrallyManaged": true - } - }, - "centralPackageVersions": { - "coverlet.collector": "10.0.0", - "Microsoft.Build.Locator": "1.11.2", - "Microsoft.CodeAnalysis.Analyzers": "3.11.0", - "Microsoft.CodeAnalysis.CSharp": "4.12.0", - "Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.12.0", - "Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing.XUnit": "1.1.2", - "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.7", - "Microsoft.NET.Test.Sdk": "18.5.1", - "Microsoft.SourceLink.GitHub": "10.0.203", - "Nerdbank.GitVersioning": "3.9.50", - "Spectre.Console.Cli": "0.55.0", - "xunit": "2.9.3", - "xunit.runner.visualstudio": "3.1.5" - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48", - "net481" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\10.0.107/PortableRuntimeIdentifierGraph.json", - "packagesToPrune": { - "Microsoft.CSharp": "(,4.7.32767]", - "Microsoft.VisualBasic": "(,10.4.32767]", - "Microsoft.Win32.Primitives": "(,4.3.32767]", - "Microsoft.Win32.Registry": "(,5.0.32767]", - "runtime.any.System.Collections": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.any.System.Globalization": "(,4.3.32767]", - "runtime.any.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.any.System.IO": "(,4.3.32767]", - "runtime.any.System.Reflection": "(,4.3.32767]", - "runtime.any.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.any.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.any.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.any.System.Runtime": "(,4.3.32767]", - "runtime.any.System.Runtime.Handles": "(,4.3.32767]", - "runtime.any.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.any.System.Text.Encoding": "(,4.3.32767]", - "runtime.any.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.any.System.Threading.Tasks": "(,4.3.32767]", - "runtime.any.System.Threading.Timer": "(,4.3.32767]", - "runtime.aot.System.Collections": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.aot.System.Globalization": "(,4.3.32767]", - "runtime.aot.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.aot.System.IO": "(,4.3.32767]", - "runtime.aot.System.Reflection": "(,4.3.32767]", - "runtime.aot.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.aot.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.aot.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.aot.System.Runtime": "(,4.3.32767]", - "runtime.aot.System.Runtime.Handles": "(,4.3.32767]", - "runtime.aot.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.aot.System.Threading.Tasks": "(,4.3.32767]", - "runtime.aot.System.Threading.Timer": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.unix.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.unix.System.Console": "(,4.3.32767]", - "runtime.unix.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.unix.System.IO.FileSystem": "(,4.3.32767]", - "runtime.unix.System.Net.Primitives": "(,4.3.32767]", - "runtime.unix.System.Net.Sockets": "(,4.3.32767]", - "runtime.unix.System.Private.Uri": "(,4.3.32767]", - "runtime.unix.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.win.System.Console": "(,4.3.32767]", - "runtime.win.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.win.System.IO.FileSystem": "(,4.3.32767]", - "runtime.win.System.Net.Primitives": "(,4.3.32767]", - "runtime.win.System.Net.Sockets": "(,4.3.32767]", - "runtime.win.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win10-arm-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-arm64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win10-x64-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-x86-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7-x86.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7.System.Private.Uri": "(,4.3.32767]", - "runtime.win8-arm.runtime.native.System.IO.Compression": "(,4.3.32767]", - "System.AppContext": "(,4.3.32767]", - "System.Buffers": "(,5.0.32767]", - "System.Collections": "(,4.3.32767]", - "System.Collections.Concurrent": "(,4.3.32767]", - "System.Collections.Immutable": "(,10.0.32767]", - "System.Collections.NonGeneric": "(,4.3.32767]", - "System.Collections.Specialized": "(,4.3.32767]", - "System.ComponentModel": "(,4.3.32767]", - "System.ComponentModel.Annotations": "(,4.3.32767]", - "System.ComponentModel.EventBasedAsync": "(,4.3.32767]", - "System.ComponentModel.Primitives": "(,4.3.32767]", - "System.ComponentModel.TypeConverter": "(,4.3.32767]", - "System.Console": "(,4.3.32767]", - "System.Data.Common": "(,4.3.32767]", - "System.Data.DataSetExtensions": "(,4.4.32767]", - "System.Diagnostics.Contracts": "(,4.3.32767]", - "System.Diagnostics.Debug": "(,4.3.32767]", - "System.Diagnostics.DiagnosticSource": "(,10.0.32767]", - "System.Diagnostics.FileVersionInfo": "(,4.3.32767]", - "System.Diagnostics.Process": "(,4.3.32767]", - "System.Diagnostics.StackTrace": "(,4.3.32767]", - "System.Diagnostics.TextWriterTraceListener": "(,4.3.32767]", - "System.Diagnostics.Tools": "(,4.3.32767]", - "System.Diagnostics.TraceSource": "(,4.3.32767]", - "System.Diagnostics.Tracing": "(,4.3.32767]", - "System.Drawing.Primitives": "(,4.3.32767]", - "System.Dynamic.Runtime": "(,4.3.32767]", - "System.Formats.Asn1": "(,10.0.32767]", - "System.Formats.Tar": "(,10.0.32767]", - "System.Globalization": "(,4.3.32767]", - "System.Globalization.Calendars": "(,4.3.32767]", - "System.Globalization.Extensions": "(,4.3.32767]", - "System.IO": "(,4.3.32767]", - "System.IO.Compression": "(,4.3.32767]", - "System.IO.Compression.ZipFile": "(,4.3.32767]", - "System.IO.FileSystem": "(,4.3.32767]", - "System.IO.FileSystem.AccessControl": "(,4.4.32767]", - "System.IO.FileSystem.DriveInfo": "(,4.3.32767]", - "System.IO.FileSystem.Primitives": "(,4.3.32767]", - "System.IO.FileSystem.Watcher": "(,4.3.32767]", - "System.IO.IsolatedStorage": "(,4.3.32767]", - "System.IO.MemoryMappedFiles": "(,4.3.32767]", - "System.IO.Pipelines": "(,10.0.32767]", - "System.IO.Pipes": "(,4.3.32767]", - "System.IO.Pipes.AccessControl": "(,5.0.32767]", - "System.IO.UnmanagedMemoryStream": "(,4.3.32767]", - "System.Linq": "(,4.3.32767]", - "System.Linq.AsyncEnumerable": "(,10.0.32767]", - "System.Linq.Expressions": "(,4.3.32767]", - "System.Linq.Parallel": "(,4.3.32767]", - "System.Linq.Queryable": "(,4.3.32767]", - "System.Memory": "(,5.0.32767]", - "System.Net.Http": "(,4.3.32767]", - "System.Net.Http.Json": "(,10.0.32767]", - "System.Net.NameResolution": "(,4.3.32767]", - "System.Net.NetworkInformation": "(,4.3.32767]", - "System.Net.Ping": "(,4.3.32767]", - "System.Net.Primitives": "(,4.3.32767]", - "System.Net.Requests": "(,4.3.32767]", - "System.Net.Security": "(,4.3.32767]", - "System.Net.ServerSentEvents": "(,10.0.32767]", - "System.Net.Sockets": "(,4.3.32767]", - "System.Net.WebHeaderCollection": "(,4.3.32767]", - "System.Net.WebSockets": "(,4.3.32767]", - "System.Net.WebSockets.Client": "(,4.3.32767]", - "System.Numerics.Vectors": "(,5.0.32767]", - "System.ObjectModel": "(,4.3.32767]", - "System.Private.DataContractSerialization": "(,4.3.32767]", - "System.Private.Uri": "(,4.3.32767]", - "System.Reflection": "(,4.3.32767]", - "System.Reflection.DispatchProxy": "(,6.0.32767]", - "System.Reflection.Emit": "(,4.7.32767]", - "System.Reflection.Emit.ILGeneration": "(,4.7.32767]", - "System.Reflection.Emit.Lightweight": "(,4.7.32767]", - "System.Reflection.Extensions": "(,4.3.32767]", - "System.Reflection.Metadata": "(,10.0.32767]", - "System.Reflection.Primitives": "(,4.3.32767]", - "System.Reflection.TypeExtensions": "(,4.3.32767]", - "System.Resources.Reader": "(,4.3.32767]", - "System.Resources.ResourceManager": "(,4.3.32767]", - "System.Resources.Writer": "(,4.3.32767]", - "System.Runtime": "(,4.3.32767]", - "System.Runtime.CompilerServices.Unsafe": "(,7.0.32767]", - "System.Runtime.CompilerServices.VisualC": "(,4.3.32767]", - "System.Runtime.Extensions": "(,4.3.32767]", - "System.Runtime.Handles": "(,4.3.32767]", - "System.Runtime.InteropServices": "(,4.3.32767]", - "System.Runtime.InteropServices.RuntimeInformation": "(,4.3.32767]", - "System.Runtime.Loader": "(,4.3.32767]", - "System.Runtime.Numerics": "(,4.3.32767]", - "System.Runtime.Serialization.Formatters": "(,4.3.32767]", - "System.Runtime.Serialization.Json": "(,4.3.32767]", - "System.Runtime.Serialization.Primitives": "(,4.3.32767]", - "System.Runtime.Serialization.Xml": "(,4.3.32767]", - "System.Security.AccessControl": "(,6.0.32767]", - "System.Security.Claims": "(,4.3.32767]", - "System.Security.Cryptography.Algorithms": "(,4.3.32767]", - "System.Security.Cryptography.Cng": "(,5.0.32767]", - "System.Security.Cryptography.Csp": "(,4.3.32767]", - "System.Security.Cryptography.Encoding": "(,4.3.32767]", - "System.Security.Cryptography.OpenSsl": "(,5.0.32767]", - "System.Security.Cryptography.Primitives": "(,4.3.32767]", - "System.Security.Cryptography.X509Certificates": "(,4.3.32767]", - "System.Security.Principal": "(,4.3.32767]", - "System.Security.Principal.Windows": "(,5.0.32767]", - "System.Security.SecureString": "(,4.3.32767]", - "System.Text.Encoding": "(,4.3.32767]", - "System.Text.Encoding.CodePages": "(,10.0.32767]", - "System.Text.Encoding.Extensions": "(,4.3.32767]", - "System.Text.Encodings.Web": "(,10.0.32767]", - "System.Text.Json": "(,10.0.32767]", - "System.Text.RegularExpressions": "(,4.3.32767]", - "System.Threading": "(,4.3.32767]", - "System.Threading.AccessControl": "(,10.0.32767]", - "System.Threading.Channels": "(,10.0.32767]", - "System.Threading.Overlapped": "(,4.3.32767]", - "System.Threading.Tasks": "(,4.3.32767]", - "System.Threading.Tasks.Dataflow": "(,10.0.32767]", - "System.Threading.Tasks.Extensions": "(,5.0.32767]", - "System.Threading.Tasks.Parallel": "(,4.3.32767]", - "System.Threading.Thread": "(,4.3.32767]", - "System.Threading.ThreadPool": "(,4.3.32767]", - "System.Threading.Timer": "(,4.3.32767]", - "System.ValueTuple": "(,4.5.32767]", - "System.Xml.ReaderWriter": "(,4.3.32767]", - "System.Xml.XDocument": "(,4.3.32767]", - "System.Xml.XmlDocument": "(,4.3.32767]", - "System.Xml.XmlSerializer": "(,4.3.32767]", - "System.Xml.XPath": "(,4.3.32767]", - "System.Xml.XPath.XDocument": "(,5.0.32767]" - } - } - } - } - } -} \ No newline at end of file diff --git a/src/Inshiminator.Cli/obj/Inshiminator.Cli.csproj.nuget.g.props b/src/Inshiminator.Cli/obj/Inshiminator.Cli.csproj.nuget.g.props deleted file mode 100644 index 96e8e86..0000000 --- a/src/Inshiminator.Cli/obj/Inshiminator.Cli.csproj.nuget.g.props +++ /dev/null @@ -1,46 +0,0 @@ - - - - True - NuGet - $(MSBuildThisFileDirectory)project.assets.json - $(UserProfile)\.nuget\packages\ - C:\Users\jd\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages - PackageReference - 7.0.0 - - - - - - - - - - - - - - - - - - - - - - - - - - - C:\Users\jd\.nuget\packages\microsoft.sourcelink.common\10.0.203 - C:\Users\jd\.nuget\packages\microsoft.build.tasks.git\10.0.203 - C:\Users\jd\.nuget\packages\microsoft.sourcelink.github\10.0.203 - - - C:\Users\jd\.nuget\packages\microsoft.sourcelink.common\10.0.203 - C:\Users\jd\.nuget\packages\microsoft.build.tasks.git\10.0.203 - C:\Users\jd\.nuget\packages\microsoft.sourcelink.github\10.0.203 - - \ No newline at end of file diff --git a/src/Inshiminator.Cli/obj/Inshiminator.Cli.csproj.nuget.g.targets b/src/Inshiminator.Cli/obj/Inshiminator.Cli.csproj.nuget.g.targets deleted file mode 100644 index 938c5e1..0000000 --- a/src/Inshiminator.Cli/obj/Inshiminator.Cli.csproj.nuget.g.targets +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/Inshiminator.Cli/obj/project.assets.json b/src/Inshiminator.Cli/obj/project.assets.json deleted file mode 100644 index 431a769..0000000 --- a/src/Inshiminator.Cli/obj/project.assets.json +++ /dev/null @@ -1,1490 +0,0 @@ -{ - "version": 3, - "targets": { - "net10.0": { - "Microsoft.Build.Locator/1.11.2": { - "type": "package", - "compile": { - "lib/net8.0/Microsoft.Build.Locator.dll": {} - }, - "runtime": { - "lib/net8.0/Microsoft.Build.Locator.dll": {} - }, - "build": { - "buildTransitive/Microsoft.Build.Locator.props": {}, - "buildTransitive/Microsoft.Build.Locator.targets": {} - } - }, - "Microsoft.Build.Tasks.Git/10.0.203": { - "type": "package", - "dependencies": { - "System.IO.Hashing": "10.0.7" - }, - "build": { - "buildTransitive/Microsoft.Build.Tasks.Git.props": {}, - "buildTransitive/Microsoft.Build.Tasks.Git.targets": {} - }, - "buildMultiTargeting": { - "buildMultiTargeting/Microsoft.Build.Tasks.Git.props": {}, - "buildMultiTargeting/Microsoft.Build.Tasks.Git.targets": {} - } - }, - "Microsoft.SourceLink.Common/10.0.203": { - "type": "package", - "build": { - "buildTransitive/Microsoft.SourceLink.Common.props": {}, - "buildTransitive/Microsoft.SourceLink.Common.targets": {} - }, - "buildMultiTargeting": { - "buildMultiTargeting/Microsoft.SourceLink.Common.props": {}, - "buildMultiTargeting/Microsoft.SourceLink.Common.targets": {} - } - }, - "Microsoft.SourceLink.GitHub/10.0.203": { - "type": "package", - "dependencies": { - "Microsoft.Build.Tasks.Git": "10.0.203", - "Microsoft.SourceLink.Common": "10.0.203", - "System.IO.Hashing": "10.0.7" - }, - "build": { - "build/Microsoft.SourceLink.GitHub.props": {}, - "build/Microsoft.SourceLink.GitHub.targets": {} - }, - "buildMultiTargeting": { - "buildMultiTargeting/Microsoft.SourceLink.GitHub.props": {}, - "buildMultiTargeting/Microsoft.SourceLink.GitHub.targets": {} - } - }, - "Nerdbank.GitVersioning/3.9.50": { - "type": "package", - "build": { - "build/Nerdbank.GitVersioning.props": {}, - "build/Nerdbank.GitVersioning.targets": {} - }, - "buildMultiTargeting": { - "buildCrossTargeting/Nerdbank.GitVersioning.props": {}, - "buildCrossTargeting/Nerdbank.GitVersioning.targets": {} - } - }, - "Spectre.Console/0.55.0": { - "type": "package", - "dependencies": { - "Spectre.Console.Ansi": "0.55.0" - }, - "compile": { - "lib/net10.0/Spectre.Console.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net10.0/Spectre.Console.dll": { - "related": ".xml" - } - } - }, - "Spectre.Console.Ansi/0.55.0": { - "type": "package", - "compile": { - "lib/net10.0/Spectre.Console.Ansi.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net10.0/Spectre.Console.Ansi.dll": { - "related": ".xml" - } - } - }, - "Spectre.Console.Cli/0.55.0": { - "type": "package", - "dependencies": { - "Spectre.Console": "0.55.0" - }, - "compile": { - "lib/net10.0/Spectre.Console.Cli.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net10.0/Spectre.Console.Cli.dll": { - "related": ".xml" - } - }, - "resource": { - "lib/net10.0/de/Spectre.Console.Cli.resources.dll": { - "locale": "de" - }, - "lib/net10.0/es/Spectre.Console.Cli.resources.dll": { - "locale": "es" - }, - "lib/net10.0/fr/Spectre.Console.Cli.resources.dll": { - "locale": "fr" - }, - "lib/net10.0/it/Spectre.Console.Cli.resources.dll": { - "locale": "it" - }, - "lib/net10.0/ja/Spectre.Console.Cli.resources.dll": { - "locale": "ja" - }, - "lib/net10.0/ko/Spectre.Console.Cli.resources.dll": { - "locale": "ko" - }, - "lib/net10.0/pt/Spectre.Console.Cli.resources.dll": { - "locale": "pt" - }, - "lib/net10.0/ru/Spectre.Console.Cli.resources.dll": { - "locale": "ru" - }, - "lib/net10.0/sv/Spectre.Console.Cli.resources.dll": { - "locale": "sv" - }, - "lib/net10.0/zh-Hans/Spectre.Console.Cli.resources.dll": { - "locale": "zh-Hans" - } - } - }, - "System.IO.Hashing/10.0.7": { - "type": "package", - "compile": { - "lib/net10.0/System.IO.Hashing.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net10.0/System.IO.Hashing.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net8.0/_._": {} - } - }, - "Inshiminator.Abstractions/1.0.0": { - "type": "project", - "framework": ".NETCoreApp,Version=v10.0", - "compile": { - "bin/placeholder/Inshiminator.Abstractions.dll": {} - }, - "runtime": { - "bin/placeholder/Inshiminator.Abstractions.dll": {} - } - } - }, - "net8.0": { - "Microsoft.Build.Locator/1.11.2": { - "type": "package", - "compile": { - "lib/net8.0/Microsoft.Build.Locator.dll": {} - }, - "runtime": { - "lib/net8.0/Microsoft.Build.Locator.dll": {} - }, - "build": { - "buildTransitive/Microsoft.Build.Locator.props": {}, - "buildTransitive/Microsoft.Build.Locator.targets": {} - } - }, - "Microsoft.Build.Tasks.Git/10.0.203": { - "type": "package", - "dependencies": { - "System.IO.Hashing": "10.0.7" - }, - "build": { - "buildTransitive/Microsoft.Build.Tasks.Git.props": {}, - "buildTransitive/Microsoft.Build.Tasks.Git.targets": {} - }, - "buildMultiTargeting": { - "buildMultiTargeting/Microsoft.Build.Tasks.Git.props": {}, - "buildMultiTargeting/Microsoft.Build.Tasks.Git.targets": {} - } - }, - "Microsoft.SourceLink.Common/10.0.203": { - "type": "package", - "build": { - "buildTransitive/Microsoft.SourceLink.Common.props": {}, - "buildTransitive/Microsoft.SourceLink.Common.targets": {} - }, - "buildMultiTargeting": { - "buildMultiTargeting/Microsoft.SourceLink.Common.props": {}, - "buildMultiTargeting/Microsoft.SourceLink.Common.targets": {} - } - }, - "Microsoft.SourceLink.GitHub/10.0.203": { - "type": "package", - "dependencies": { - "Microsoft.Build.Tasks.Git": "10.0.203", - "Microsoft.SourceLink.Common": "10.0.203", - "System.IO.Hashing": "10.0.7" - }, - "build": { - "build/Microsoft.SourceLink.GitHub.props": {}, - "build/Microsoft.SourceLink.GitHub.targets": {} - }, - "buildMultiTargeting": { - "buildMultiTargeting/Microsoft.SourceLink.GitHub.props": {}, - "buildMultiTargeting/Microsoft.SourceLink.GitHub.targets": {} - } - }, - "Nerdbank.GitVersioning/3.9.50": { - "type": "package", - "build": { - "build/Nerdbank.GitVersioning.props": {}, - "build/Nerdbank.GitVersioning.targets": {} - }, - "buildMultiTargeting": { - "buildCrossTargeting/Nerdbank.GitVersioning.props": {}, - "buildCrossTargeting/Nerdbank.GitVersioning.targets": {} - } - }, - "Spectre.Console/0.55.0": { - "type": "package", - "dependencies": { - "Spectre.Console.Ansi": "0.55.0" - }, - "compile": { - "lib/net8.0/Spectre.Console.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net8.0/Spectre.Console.dll": { - "related": ".xml" - } - } - }, - "Spectre.Console.Ansi/0.55.0": { - "type": "package", - "compile": { - "lib/net8.0/Spectre.Console.Ansi.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net8.0/Spectre.Console.Ansi.dll": { - "related": ".xml" - } - } - }, - "Spectre.Console.Cli/0.55.0": { - "type": "package", - "dependencies": { - "Spectre.Console": "0.55.0" - }, - "compile": { - "lib/net8.0/Spectre.Console.Cli.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net8.0/Spectre.Console.Cli.dll": { - "related": ".xml" - } - }, - "resource": { - "lib/net8.0/de/Spectre.Console.Cli.resources.dll": { - "locale": "de" - }, - "lib/net8.0/es/Spectre.Console.Cli.resources.dll": { - "locale": "es" - }, - "lib/net8.0/fr/Spectre.Console.Cli.resources.dll": { - "locale": "fr" - }, - "lib/net8.0/it/Spectre.Console.Cli.resources.dll": { - "locale": "it" - }, - "lib/net8.0/ja/Spectre.Console.Cli.resources.dll": { - "locale": "ja" - }, - "lib/net8.0/ko/Spectre.Console.Cli.resources.dll": { - "locale": "ko" - }, - "lib/net8.0/pt/Spectre.Console.Cli.resources.dll": { - "locale": "pt" - }, - "lib/net8.0/ru/Spectre.Console.Cli.resources.dll": { - "locale": "ru" - }, - "lib/net8.0/sv/Spectre.Console.Cli.resources.dll": { - "locale": "sv" - }, - "lib/net8.0/zh-Hans/Spectre.Console.Cli.resources.dll": { - "locale": "zh-Hans" - } - } - }, - "System.IO.Hashing/10.0.7": { - "type": "package", - "compile": { - "lib/net8.0/System.IO.Hashing.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net8.0/System.IO.Hashing.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net8.0/_._": {} - } - }, - "Inshiminator.Abstractions/1.0.0": { - "type": "project", - "framework": ".NETCoreApp,Version=v8.0", - "compile": { - "bin/placeholder/Inshiminator.Abstractions.dll": {} - }, - "runtime": { - "bin/placeholder/Inshiminator.Abstractions.dll": {} - } - } - } - }, - "libraries": { - "Microsoft.Build.Locator/1.11.2": { - "sha512": "tY+/S54G29CGsbL3slVu4vqtpciwVnb3fKOmrhgzEQmu/VziFaWmD/E1e/2KH7cDucuycGSkWsSXndBs5Uawow==", - "type": "package", - "path": "microsoft.build.locator/1.11.2", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "MSBuild-NuGet-Icon.png", - "README.md", - "build/Microsoft.Build.Locator.props", - "build/Microsoft.Build.Locator.targets", - "buildTransitive/Microsoft.Build.Locator.props", - "buildTransitive/Microsoft.Build.Locator.targets", - "lib/net46/Microsoft.Build.Locator.dll", - "lib/net8.0/Microsoft.Build.Locator.dll", - "microsoft.build.locator.1.11.2.nupkg.sha512", - "microsoft.build.locator.nuspec" - ] - }, - "Microsoft.Build.Tasks.Git/10.0.203": { - "sha512": "m56WtzvIcL6t7JR3c7ogYitHizNM2QnRSo8yqxrQi+m5E/GGyDEmqymP+2p6YsFXn0j/Tzz67s4FQnrTLC7GKQ==", - "type": "package", - "path": "microsoft.build.tasks.git/10.0.203", - "hasTools": true, - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.txt", - "build/Microsoft.Build.Tasks.Git.props", - "build/Microsoft.Build.Tasks.Git.targets", - "buildMultiTargeting/Microsoft.Build.Tasks.Git.props", - "buildMultiTargeting/Microsoft.Build.Tasks.Git.targets", - "buildTransitive/Microsoft.Build.Tasks.Git.props", - "buildTransitive/Microsoft.Build.Tasks.Git.targets", - "microsoft.build.tasks.git.10.0.203.nupkg.sha512", - "microsoft.build.tasks.git.nuspec", - "tools/net/Microsoft.Build.Tasks.Git.deps.json", - "tools/net/Microsoft.Build.Tasks.Git.dll", - "tools/net/Microsoft.Build.Tasks.Git.pdb", - "tools/net/System.IO.Hashing.dll", - "tools/net/cs/Microsoft.Build.Tasks.Git.resources.dll", - "tools/net/de/Microsoft.Build.Tasks.Git.resources.dll", - "tools/net/es/Microsoft.Build.Tasks.Git.resources.dll", - "tools/net/fr/Microsoft.Build.Tasks.Git.resources.dll", - "tools/net/it/Microsoft.Build.Tasks.Git.resources.dll", - "tools/net/ja/Microsoft.Build.Tasks.Git.resources.dll", - "tools/net/ko/Microsoft.Build.Tasks.Git.resources.dll", - "tools/net/pl/Microsoft.Build.Tasks.Git.resources.dll", - "tools/net/pt-BR/Microsoft.Build.Tasks.Git.resources.dll", - "tools/net/ru/Microsoft.Build.Tasks.Git.resources.dll", - "tools/net/tr/Microsoft.Build.Tasks.Git.resources.dll", - "tools/net/zh-Hans/Microsoft.Build.Tasks.Git.resources.dll", - "tools/net/zh-Hant/Microsoft.Build.Tasks.Git.resources.dll", - "tools/netframework/Microsoft.Build.Tasks.Git.dll", - "tools/netframework/Microsoft.Build.Tasks.Git.dll.config", - "tools/netframework/Microsoft.Build.Tasks.Git.pdb", - "tools/netframework/System.Buffers.dll", - "tools/netframework/System.IO.Hashing.dll", - "tools/netframework/System.Memory.dll", - "tools/netframework/System.Numerics.Vectors.dll", - "tools/netframework/System.Runtime.CompilerServices.Unsafe.dll", - "tools/netframework/cs/Microsoft.Build.Tasks.Git.resources.dll", - "tools/netframework/de/Microsoft.Build.Tasks.Git.resources.dll", - "tools/netframework/es/Microsoft.Build.Tasks.Git.resources.dll", - "tools/netframework/fr/Microsoft.Build.Tasks.Git.resources.dll", - "tools/netframework/it/Microsoft.Build.Tasks.Git.resources.dll", - "tools/netframework/ja/Microsoft.Build.Tasks.Git.resources.dll", - "tools/netframework/ko/Microsoft.Build.Tasks.Git.resources.dll", - "tools/netframework/pl/Microsoft.Build.Tasks.Git.resources.dll", - "tools/netframework/pt-BR/Microsoft.Build.Tasks.Git.resources.dll", - "tools/netframework/ru/Microsoft.Build.Tasks.Git.resources.dll", - "tools/netframework/tr/Microsoft.Build.Tasks.Git.resources.dll", - "tools/netframework/zh-Hans/Microsoft.Build.Tasks.Git.resources.dll", - "tools/netframework/zh-Hant/Microsoft.Build.Tasks.Git.resources.dll" - ] - }, - "Microsoft.SourceLink.Common/10.0.203": { - "sha512": "QYAnhBCOkT3ZUT/fHag11+bamwlbZ3U9Vi/WfKrD9emdUf1t3aqjWv0V2KtEGHSRSC81aBc8Oy/mvyGpEYd9Pg==", - "type": "package", - "path": "microsoft.sourcelink.common/10.0.203", - "hasTools": true, - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.txt", - "build/InitializeSourceControlInformation.targets", - "build/Microsoft.SourceLink.Common.props", - "build/Microsoft.SourceLink.Common.targets", - "buildMultiTargeting/Microsoft.SourceLink.Common.props", - "buildMultiTargeting/Microsoft.SourceLink.Common.targets", - "buildTransitive/Microsoft.SourceLink.Common.props", - "buildTransitive/Microsoft.SourceLink.Common.targets", - "microsoft.sourcelink.common.10.0.203.nupkg.sha512", - "microsoft.sourcelink.common.nuspec", - "tools/net/Microsoft.SourceLink.Common.deps.json", - "tools/net/Microsoft.SourceLink.Common.dll", - "tools/net/Microsoft.SourceLink.Common.pdb", - "tools/net/cs/Microsoft.SourceLink.Common.resources.dll", - "tools/net/de/Microsoft.SourceLink.Common.resources.dll", - "tools/net/es/Microsoft.SourceLink.Common.resources.dll", - "tools/net/fr/Microsoft.SourceLink.Common.resources.dll", - "tools/net/it/Microsoft.SourceLink.Common.resources.dll", - "tools/net/ja/Microsoft.SourceLink.Common.resources.dll", - "tools/net/ko/Microsoft.SourceLink.Common.resources.dll", - "tools/net/pl/Microsoft.SourceLink.Common.resources.dll", - "tools/net/pt-BR/Microsoft.SourceLink.Common.resources.dll", - "tools/net/ru/Microsoft.SourceLink.Common.resources.dll", - "tools/net/tr/Microsoft.SourceLink.Common.resources.dll", - "tools/net/zh-Hans/Microsoft.SourceLink.Common.resources.dll", - "tools/net/zh-Hant/Microsoft.SourceLink.Common.resources.dll", - "tools/netframework/Microsoft.SourceLink.Common.dll", - "tools/netframework/Microsoft.SourceLink.Common.dll.config", - "tools/netframework/Microsoft.SourceLink.Common.pdb", - "tools/netframework/cs/Microsoft.SourceLink.Common.resources.dll", - "tools/netframework/de/Microsoft.SourceLink.Common.resources.dll", - "tools/netframework/es/Microsoft.SourceLink.Common.resources.dll", - "tools/netframework/fr/Microsoft.SourceLink.Common.resources.dll", - "tools/netframework/it/Microsoft.SourceLink.Common.resources.dll", - "tools/netframework/ja/Microsoft.SourceLink.Common.resources.dll", - "tools/netframework/ko/Microsoft.SourceLink.Common.resources.dll", - "tools/netframework/pl/Microsoft.SourceLink.Common.resources.dll", - "tools/netframework/pt-BR/Microsoft.SourceLink.Common.resources.dll", - "tools/netframework/ru/Microsoft.SourceLink.Common.resources.dll", - "tools/netframework/tr/Microsoft.SourceLink.Common.resources.dll", - "tools/netframework/zh-Hans/Microsoft.SourceLink.Common.resources.dll", - "tools/netframework/zh-Hant/Microsoft.SourceLink.Common.resources.dll" - ] - }, - "Microsoft.SourceLink.GitHub/10.0.203": { - "sha512": "R4Tvr1oACImMS+Y5M7NM07ll9QyJSKnki3Dvz8QwG1W6FEmd+9fmZXAF6BE6UPswHF6n0v41wgMQGlaudOspqA==", - "type": "package", - "path": "microsoft.sourcelink.github/10.0.203", - "hasTools": true, - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.txt", - "build/Microsoft.SourceLink.GitHub.props", - "build/Microsoft.SourceLink.GitHub.targets", - "buildMultiTargeting/Microsoft.SourceLink.GitHub.props", - "buildMultiTargeting/Microsoft.SourceLink.GitHub.targets", - "microsoft.sourcelink.github.10.0.203.nupkg.sha512", - "microsoft.sourcelink.github.nuspec", - "tools/net/Microsoft.SourceLink.GitHub.deps.json", - "tools/net/Microsoft.SourceLink.GitHub.dll", - "tools/net/Microsoft.SourceLink.GitHub.pdb", - "tools/net/System.IO.Hashing.dll", - "tools/net/cs/Microsoft.SourceLink.GitHub.resources.dll", - "tools/net/de/Microsoft.SourceLink.GitHub.resources.dll", - "tools/net/es/Microsoft.SourceLink.GitHub.resources.dll", - "tools/net/fr/Microsoft.SourceLink.GitHub.resources.dll", - "tools/net/it/Microsoft.SourceLink.GitHub.resources.dll", - "tools/net/ja/Microsoft.SourceLink.GitHub.resources.dll", - "tools/net/ko/Microsoft.SourceLink.GitHub.resources.dll", - "tools/net/pl/Microsoft.SourceLink.GitHub.resources.dll", - "tools/net/pt-BR/Microsoft.SourceLink.GitHub.resources.dll", - "tools/net/ru/Microsoft.SourceLink.GitHub.resources.dll", - "tools/net/tr/Microsoft.SourceLink.GitHub.resources.dll", - "tools/net/zh-Hans/Microsoft.SourceLink.GitHub.resources.dll", - "tools/net/zh-Hant/Microsoft.SourceLink.GitHub.resources.dll", - "tools/netframework/Microsoft.SourceLink.GitHub.dll", - "tools/netframework/Microsoft.SourceLink.GitHub.dll.config", - "tools/netframework/Microsoft.SourceLink.GitHub.pdb", - "tools/netframework/System.Buffers.dll", - "tools/netframework/System.IO.Hashing.dll", - "tools/netframework/System.Memory.dll", - "tools/netframework/System.Numerics.Vectors.dll", - "tools/netframework/System.Runtime.CompilerServices.Unsafe.dll", - "tools/netframework/cs/Microsoft.SourceLink.GitHub.resources.dll", - "tools/netframework/de/Microsoft.SourceLink.GitHub.resources.dll", - "tools/netframework/es/Microsoft.SourceLink.GitHub.resources.dll", - "tools/netframework/fr/Microsoft.SourceLink.GitHub.resources.dll", - "tools/netframework/it/Microsoft.SourceLink.GitHub.resources.dll", - "tools/netframework/ja/Microsoft.SourceLink.GitHub.resources.dll", - "tools/netframework/ko/Microsoft.SourceLink.GitHub.resources.dll", - "tools/netframework/pl/Microsoft.SourceLink.GitHub.resources.dll", - "tools/netframework/pt-BR/Microsoft.SourceLink.GitHub.resources.dll", - "tools/netframework/ru/Microsoft.SourceLink.GitHub.resources.dll", - "tools/netframework/tr/Microsoft.SourceLink.GitHub.resources.dll", - "tools/netframework/zh-Hans/Microsoft.SourceLink.GitHub.resources.dll", - "tools/netframework/zh-Hant/Microsoft.SourceLink.GitHub.resources.dll" - ] - }, - "Nerdbank.GitVersioning/3.9.50": { - "sha512": "HtOgGF6jZ+WYbXnCUCYPT8Y2d6mIJo9ozjK/FINTRsXdm4Zgv9GehUMa7EFoGQkqrMcDJNOIDwCmENnvXg4UbA==", - "type": "package", - "path": "nerdbank.gitversioning/3.9.50", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "README.md", - "build/InProjectVersionComputation.targets", - "build/MSBuildCore/LibGit2Sharp.dll", - "build/MSBuildCore/LibGit2Sharp.dll.config", - "build/MSBuildCore/Microsoft.DotNet.PlatformAbstractions.dll", - "build/MSBuildCore/Nerdbank.GitVersioning.Tasks.dll", - "build/MSBuildCore/Nerdbank.GitVersioning.dll", - "build/MSBuildCore/Newtonsoft.Json.dll", - "build/MSBuildCore/Validation.dll", - "build/MSBuildFull/LibGit2Sharp.dll", - "build/MSBuildFull/LibGit2Sharp.dll.config", - "build/MSBuildFull/Microsoft.DotNet.PlatformAbstractions.dll", - "build/MSBuildFull/Nerdbank.GitVersioning.Tasks.dll", - "build/MSBuildFull/Nerdbank.GitVersioning.dll", - "build/MSBuildFull/Newtonsoft.Json.dll", - "build/MSBuildFull/System.Buffers.dll", - "build/MSBuildFull/System.Memory.dll", - "build/MSBuildFull/System.Numerics.Vectors.dll", - "build/MSBuildFull/System.Runtime.CompilerServices.Unsafe.dll", - "build/MSBuildFull/System.Text.Json.dll", - "build/MSBuildFull/Validation.dll", - "build/MSBuildFull/lib/linux-x64/libgit2-3f4182d.so", - "build/MSBuildFull/lib/osx-arm64/libgit2-3f4182d.dylib", - "build/MSBuildFull/lib/osx-x64/libgit2-3f4182d.dylib", - "build/MSBuildTargetCaching.targets", - "build/Nerdbank.GitVersioning.Common.targets", - "build/Nerdbank.GitVersioning.Inner.targets", - "build/Nerdbank.GitVersioning.props", - "build/Nerdbank.GitVersioning.targets", - "build/PrivateP2PCaching.proj", - "build/runtimes/linux-arm/native/libgit2-3f4182d.so", - "build/runtimes/linux-arm64/native/libgit2-3f4182d.so", - "build/runtimes/linux-musl-arm/native/libgit2-3f4182d.so", - "build/runtimes/linux-musl-arm64/native/libgit2-3f4182d.so", - "build/runtimes/linux-musl-x64/native/libgit2-3f4182d.so", - "build/runtimes/linux-ppc64le/native/libgit2-3f4182d.so", - "build/runtimes/linux-x64/native/libgit2-3f4182d.so", - "build/runtimes/osx-arm64/native/libgit2-3f4182d.dylib", - "build/runtimes/osx-x64/native/libgit2-3f4182d.dylib", - "build/runtimes/win-arm64/native/git2-3f4182d.dll", - "build/runtimes/win-x64/native/git2-3f4182d.dll", - "build/runtimes/win-x86/native/git2-3f4182d.dll", - "buildCrossTargeting/Nerdbank.GitVersioning.props", - "buildCrossTargeting/Nerdbank.GitVersioning.targets", - "nerdbank.gitversioning.3.9.50.nupkg.sha512", - "nerdbank.gitversioning.nuspec" - ] - }, - "Spectre.Console/0.55.0": { - "sha512": "2TVhUHFsDux0Z+y2Hv4bFsOMuON4SuotEEKkMparFkp5Rm259naaaEQrN4Sv6C1cbsiGKPjfkJDGgUp+hZPjTw==", - "type": "package", - "path": "spectre.console/0.55.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "README.md", - "lib/net10.0/Spectre.Console.dll", - "lib/net10.0/Spectre.Console.xml", - "lib/net8.0/Spectre.Console.dll", - "lib/net8.0/Spectre.Console.xml", - "lib/net9.0/Spectre.Console.dll", - "lib/net9.0/Spectre.Console.xml", - "lib/netstandard2.0/Spectre.Console.dll", - "lib/netstandard2.0/Spectre.Console.xml", - "logo.png", - "spectre.console.0.55.0.nupkg.sha512", - "spectre.console.nuspec" - ] - }, - "Spectre.Console.Ansi/0.55.0": { - "sha512": "GIfgOvuF8MpU52bprhwtDEtx0gmVIGOepM8bw0lH/TSMD0rg1Xp+5Y53kPG8rFVdcpbNANlhDQ5mEVVPO3/2Tg==", - "type": "package", - "path": "spectre.console.ansi/0.55.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "README.md", - "lib/net10.0/Spectre.Console.Ansi.dll", - "lib/net10.0/Spectre.Console.Ansi.xml", - "lib/net8.0/Spectre.Console.Ansi.dll", - "lib/net8.0/Spectre.Console.Ansi.xml", - "lib/net9.0/Spectre.Console.Ansi.dll", - "lib/net9.0/Spectre.Console.Ansi.xml", - "lib/netstandard2.0/Spectre.Console.Ansi.dll", - "lib/netstandard2.0/Spectre.Console.Ansi.xml", - "logo.png", - "spectre.console.ansi.0.55.0.nupkg.sha512", - "spectre.console.ansi.nuspec" - ] - }, - "Spectre.Console.Cli/0.55.0": { - "sha512": "cFJTB1te4eaAICd4Zp+8T/kiRn1ikQxgGqmoNarb1qoQ/7LzHAvVQ62x5U9GW3E0QI7sZLcXIIoq4CpqgTx42Q==", - "type": "package", - "path": "spectre.console.cli/0.55.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "README.md", - "lib/net10.0/Spectre.Console.Cli.dll", - "lib/net10.0/Spectre.Console.Cli.xml", - "lib/net10.0/de/Spectre.Console.Cli.resources.dll", - "lib/net10.0/es/Spectre.Console.Cli.resources.dll", - "lib/net10.0/fr/Spectre.Console.Cli.resources.dll", - "lib/net10.0/it/Spectre.Console.Cli.resources.dll", - "lib/net10.0/ja/Spectre.Console.Cli.resources.dll", - "lib/net10.0/ko/Spectre.Console.Cli.resources.dll", - "lib/net10.0/pt/Spectre.Console.Cli.resources.dll", - "lib/net10.0/ru/Spectre.Console.Cli.resources.dll", - "lib/net10.0/sv/Spectre.Console.Cli.resources.dll", - "lib/net10.0/zh-Hans/Spectre.Console.Cli.resources.dll", - "lib/net8.0/Spectre.Console.Cli.dll", - "lib/net8.0/Spectre.Console.Cli.xml", - "lib/net8.0/de/Spectre.Console.Cli.resources.dll", - "lib/net8.0/es/Spectre.Console.Cli.resources.dll", - "lib/net8.0/fr/Spectre.Console.Cli.resources.dll", - "lib/net8.0/it/Spectre.Console.Cli.resources.dll", - "lib/net8.0/ja/Spectre.Console.Cli.resources.dll", - "lib/net8.0/ko/Spectre.Console.Cli.resources.dll", - "lib/net8.0/pt/Spectre.Console.Cli.resources.dll", - "lib/net8.0/ru/Spectre.Console.Cli.resources.dll", - "lib/net8.0/sv/Spectre.Console.Cli.resources.dll", - "lib/net8.0/zh-Hans/Spectre.Console.Cli.resources.dll", - "lib/net9.0/Spectre.Console.Cli.dll", - "lib/net9.0/Spectre.Console.Cli.xml", - "lib/net9.0/de/Spectre.Console.Cli.resources.dll", - "lib/net9.0/es/Spectre.Console.Cli.resources.dll", - "lib/net9.0/fr/Spectre.Console.Cli.resources.dll", - "lib/net9.0/it/Spectre.Console.Cli.resources.dll", - "lib/net9.0/ja/Spectre.Console.Cli.resources.dll", - "lib/net9.0/ko/Spectre.Console.Cli.resources.dll", - "lib/net9.0/pt/Spectre.Console.Cli.resources.dll", - "lib/net9.0/ru/Spectre.Console.Cli.resources.dll", - "lib/net9.0/sv/Spectre.Console.Cli.resources.dll", - "lib/net9.0/zh-Hans/Spectre.Console.Cli.resources.dll", - "lib/netstandard2.0/Spectre.Console.Cli.dll", - "lib/netstandard2.0/Spectre.Console.Cli.xml", - "lib/netstandard2.0/de/Spectre.Console.Cli.resources.dll", - "lib/netstandard2.0/es/Spectre.Console.Cli.resources.dll", - "lib/netstandard2.0/fr/Spectre.Console.Cli.resources.dll", - "lib/netstandard2.0/it/Spectre.Console.Cli.resources.dll", - "lib/netstandard2.0/ja/Spectre.Console.Cli.resources.dll", - "lib/netstandard2.0/ko/Spectre.Console.Cli.resources.dll", - "lib/netstandard2.0/pt/Spectre.Console.Cli.resources.dll", - "lib/netstandard2.0/ru/Spectre.Console.Cli.resources.dll", - "lib/netstandard2.0/sv/Spectre.Console.Cli.resources.dll", - "lib/netstandard2.0/zh-Hans/Spectre.Console.Cli.resources.dll", - "logo.png", - "spectre.console.cli.0.55.0.nupkg.sha512", - "spectre.console.cli.nuspec" - ] - }, - "System.IO.Hashing/10.0.7": { - "sha512": "6hsjdSr4VOXSOnhALkYplHpAxnTG1J33YN42IB6nH2fEg4QnJqrZ4Ft+qn7mkrKAOYC8pCSFYwVWw6rQbmwgLQ==", - "type": "package", - "path": "system.io.hashing/10.0.7", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/System.IO.Hashing.targets", - "buildTransitive/net462/_._", - "buildTransitive/net8.0/_._", - "buildTransitive/netcoreapp2.0/System.IO.Hashing.targets", - "lib/net10.0/System.IO.Hashing.dll", - "lib/net10.0/System.IO.Hashing.xml", - "lib/net462/System.IO.Hashing.dll", - "lib/net462/System.IO.Hashing.xml", - "lib/net8.0/System.IO.Hashing.dll", - "lib/net8.0/System.IO.Hashing.xml", - "lib/net9.0/System.IO.Hashing.dll", - "lib/net9.0/System.IO.Hashing.xml", - "lib/netstandard2.0/System.IO.Hashing.dll", - "lib/netstandard2.0/System.IO.Hashing.xml", - "system.io.hashing.10.0.7.nupkg.sha512", - "system.io.hashing.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "Inshiminator.Abstractions/1.0.0": { - "type": "project", - "path": "../Inshiminator.Abstractions/Inshiminator.Abstractions.csproj", - "msbuildProject": "../Inshiminator.Abstractions/Inshiminator.Abstractions.csproj" - } - }, - "projectFileDependencyGroups": { - "net10.0": [ - "Inshiminator.Abstractions >= 1.0.0", - "Microsoft.Build.Locator >= 1.11.2", - "Microsoft.SourceLink.GitHub >= 10.0.203", - "Nerdbank.GitVersioning >= 3.9.50", - "Spectre.Console.Cli >= 0.55.0" - ], - "net8.0": [ - "Inshiminator.Abstractions >= 1.0.0", - "Microsoft.Build.Locator >= 1.11.2", - "Microsoft.SourceLink.GitHub >= 10.0.203", - "Nerdbank.GitVersioning >= 3.9.50", - "Spectre.Console.Cli >= 0.55.0" - ] - }, - "packageFolders": { - "C:\\Users\\jd\\.nuget\\packages\\": {}, - "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {} - }, - "project": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "C:\\git\\InShimInator\\src\\Inshiminator.Cli\\Inshiminator.Cli.csproj", - "projectName": "Inshiminator.Cli", - "projectPath": "C:\\git\\InShimInator\\src\\Inshiminator.Cli\\Inshiminator.Cli.csproj", - "packagesPath": "C:\\Users\\jd\\.nuget\\packages\\", - "outputPath": "C:\\git\\InShimInator\\src\\Inshiminator.Cli\\obj\\", - "projectStyle": "PackageReference", - "crossTargeting": true, - "centralPackageVersionsManagementEnabled": true, - "fallbackFolders": [ - "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" - ], - "configFilePaths": [ - "C:\\git\\InShimInator\\NuGet.Config", - "C:\\Users\\jd\\AppData\\Roaming\\NuGet\\NuGet.Config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" - ], - "originalTargetFrameworks": [ - "net10.0", - "net8.0" - ], - "sources": { - "C:\\Program Files\\dotnet\\library-packs": {}, - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net8.0": { - "targetAlias": "net8.0", - "projectReferences": { - "C:\\git\\InShimInator\\src\\Inshiminator.Abstractions\\Inshiminator.Abstractions.csproj": { - "projectPath": "C:\\git\\InShimInator\\src\\Inshiminator.Abstractions\\Inshiminator.Abstractions.csproj" - } - } - }, - "net10.0": { - "targetAlias": "net10.0", - "projectReferences": { - "C:\\git\\InShimInator\\src\\Inshiminator.Abstractions\\Inshiminator.Abstractions.csproj": { - "projectPath": "C:\\git\\InShimInator\\src\\Inshiminator.Abstractions\\Inshiminator.Abstractions.csproj" - } - } - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - }, - "restoreAuditProperties": { - "enableAudit": "true", - "auditLevel": "low", - "auditMode": "all" - }, - "SdkAnalysisLevel": "10.0.100" - }, - "frameworks": { - "net8.0": { - "targetAlias": "net8.0", - "dependencies": { - "Microsoft.Build.Locator": { - "target": "Package", - "version": "[1.11.2, )", - "versionCentrallyManaged": true - }, - "Microsoft.SourceLink.GitHub": { - "suppressParent": "All", - "target": "Package", - "version": "[10.0.203, )", - "versionCentrallyManaged": true - }, - "Nerdbank.GitVersioning": { - "suppressParent": "All", - "target": "Package", - "version": "[3.9.50, )", - "versionCentrallyManaged": true - }, - "Spectre.Console.Cli": { - "target": "Package", - "version": "[0.55.0, )", - "versionCentrallyManaged": true - } - }, - "centralPackageVersions": { - "coverlet.collector": "10.0.0", - "Microsoft.Build.Locator": "1.11.2", - "Microsoft.CodeAnalysis.Analyzers": "3.11.0", - "Microsoft.CodeAnalysis.CSharp": "4.12.0", - "Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.12.0", - "Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing.XUnit": "1.1.2", - "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.7", - "Microsoft.NET.Test.Sdk": "18.5.1", - "Microsoft.SourceLink.GitHub": "10.0.203", - "Nerdbank.GitVersioning": "3.9.50", - "Spectre.Console.Cli": "0.55.0", - "xunit": "2.9.3", - "xunit.runner.visualstudio": "3.1.5" - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48", - "net481" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\10.0.107/PortableRuntimeIdentifierGraph.json", - "packagesToPrune": { - "Microsoft.CSharp": "(,4.7.32767]", - "Microsoft.VisualBasic": "(,10.3.32767]", - "Microsoft.Win32.Primitives": "(,4.3.32767]", - "Microsoft.Win32.Registry": "(,5.0.32767]", - "runtime.any.System.Collections": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.any.System.Globalization": "(,4.3.32767]", - "runtime.any.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.any.System.IO": "(,4.3.32767]", - "runtime.any.System.Reflection": "(,4.3.32767]", - "runtime.any.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.any.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.any.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.any.System.Runtime": "(,4.3.32767]", - "runtime.any.System.Runtime.Handles": "(,4.3.32767]", - "runtime.any.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.any.System.Text.Encoding": "(,4.3.32767]", - "runtime.any.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.any.System.Threading.Tasks": "(,4.3.32767]", - "runtime.any.System.Threading.Timer": "(,4.3.32767]", - "runtime.aot.System.Collections": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.aot.System.Globalization": "(,4.3.32767]", - "runtime.aot.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.aot.System.IO": "(,4.3.32767]", - "runtime.aot.System.Reflection": "(,4.3.32767]", - "runtime.aot.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.aot.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.aot.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.aot.System.Runtime": "(,4.3.32767]", - "runtime.aot.System.Runtime.Handles": "(,4.3.32767]", - "runtime.aot.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.aot.System.Threading.Tasks": "(,4.3.32767]", - "runtime.aot.System.Threading.Timer": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.native.System.Security.Cryptography.Apple": "(,4.3.32767]", - "runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.unix.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.unix.System.Console": "(,4.3.32767]", - "runtime.unix.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.unix.System.IO.FileSystem": "(,4.3.32767]", - "runtime.unix.System.Net.Primitives": "(,4.3.32767]", - "runtime.unix.System.Net.Sockets": "(,4.3.32767]", - "runtime.unix.System.Private.Uri": "(,4.3.32767]", - "runtime.unix.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.win.System.Console": "(,4.3.32767]", - "runtime.win.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.win.System.IO.FileSystem": "(,4.3.32767]", - "runtime.win.System.Net.Primitives": "(,4.3.32767]", - "runtime.win.System.Net.Sockets": "(,4.3.32767]", - "runtime.win.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win10-arm-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-arm64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win10-x64-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-x86-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7-x86.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7.System.Private.Uri": "(,4.3.32767]", - "runtime.win8-arm.runtime.native.System.IO.Compression": "(,4.3.32767]", - "System.AppContext": "(,4.3.32767]", - "System.Buffers": "(,4.6.32767]", - "System.Collections": "(,4.3.32767]", - "System.Collections.Concurrent": "(,4.3.32767]", - "System.Collections.Immutable": "(,8.0.32767]", - "System.Collections.NonGeneric": "(,4.3.32767]", - "System.Collections.Specialized": "(,4.3.32767]", - "System.ComponentModel": "(,4.3.32767]", - "System.ComponentModel.Annotations": "(,5.0.32767]", - "System.ComponentModel.EventBasedAsync": "(,4.3.32767]", - "System.ComponentModel.Primitives": "(,4.3.32767]", - "System.ComponentModel.TypeConverter": "(,4.3.32767]", - "System.Console": "(,4.3.32767]", - "System.Data.Common": "(,4.3.32767]", - "System.Data.DataSetExtensions": "(,4.5.32767]", - "System.Diagnostics.Contracts": "(,4.3.32767]", - "System.Diagnostics.Debug": "(,4.3.32767]", - "System.Diagnostics.DiagnosticSource": "(,8.0.32767]", - "System.Diagnostics.FileVersionInfo": "(,4.3.32767]", - "System.Diagnostics.Process": "(,4.3.32767]", - "System.Diagnostics.StackTrace": "(,4.3.32767]", - "System.Diagnostics.TextWriterTraceListener": "(,4.3.32767]", - "System.Diagnostics.Tools": "(,4.3.32767]", - "System.Diagnostics.TraceSource": "(,4.3.32767]", - "System.Diagnostics.Tracing": "(,4.3.32767]", - "System.Drawing.Primitives": "(,4.3.32767]", - "System.Dynamic.Runtime": "(,4.3.32767]", - "System.Formats.Asn1": "(,8.0.32767]", - "System.Globalization": "(,4.3.32767]", - "System.Globalization.Calendars": "(,4.3.32767]", - "System.Globalization.Extensions": "(,4.3.32767]", - "System.IO": "(,4.3.32767]", - "System.IO.Compression": "(,4.3.32767]", - "System.IO.Compression.ZipFile": "(,4.3.32767]", - "System.IO.FileSystem": "(,4.3.32767]", - "System.IO.FileSystem.AccessControl": "(,5.0.32767]", - "System.IO.FileSystem.DriveInfo": "(,4.3.32767]", - "System.IO.FileSystem.Primitives": "(,4.3.32767]", - "System.IO.FileSystem.Watcher": "(,4.3.32767]", - "System.IO.IsolatedStorage": "(,4.3.32767]", - "System.IO.MemoryMappedFiles": "(,4.3.32767]", - "System.IO.Pipes": "(,4.3.32767]", - "System.IO.Pipes.AccessControl": "(,4.6.32767]", - "System.IO.UnmanagedMemoryStream": "(,4.3.32767]", - "System.Linq": "(,4.3.32767]", - "System.Linq.Expressions": "(,4.3.32767]", - "System.Linq.Parallel": "(,4.3.32767]", - "System.Linq.Queryable": "(,4.3.32767]", - "System.Memory": "(,4.6.32767]", - "System.Net.Http": "(,4.3.32767]", - "System.Net.Http.Json": "(,8.0.32767]", - "System.Net.NameResolution": "(,4.3.32767]", - "System.Net.NetworkInformation": "(,4.3.32767]", - "System.Net.Ping": "(,4.3.32767]", - "System.Net.Primitives": "(,4.3.32767]", - "System.Net.Requests": "(,4.3.32767]", - "System.Net.Security": "(,4.3.32767]", - "System.Net.Sockets": "(,4.3.32767]", - "System.Net.WebHeaderCollection": "(,4.3.32767]", - "System.Net.WebSockets": "(,4.3.32767]", - "System.Net.WebSockets.Client": "(,4.3.32767]", - "System.Numerics.Vectors": "(,4.6.32767]", - "System.ObjectModel": "(,4.3.32767]", - "System.Private.DataContractSerialization": "(,4.3.32767]", - "System.Private.Uri": "(,4.3.32767]", - "System.Reflection": "(,4.3.32767]", - "System.Reflection.DispatchProxy": "(,4.8.32767]", - "System.Reflection.Emit": "(,4.7.32767]", - "System.Reflection.Emit.ILGeneration": "(,4.7.32767]", - "System.Reflection.Emit.Lightweight": "(,4.7.32767]", - "System.Reflection.Extensions": "(,4.3.32767]", - "System.Reflection.Metadata": "(,8.0.32767]", - "System.Reflection.Primitives": "(,4.3.32767]", - "System.Reflection.TypeExtensions": "(,4.7.32767]", - "System.Resources.Reader": "(,4.3.32767]", - "System.Resources.ResourceManager": "(,4.3.32767]", - "System.Resources.Writer": "(,4.3.32767]", - "System.Runtime": "(,4.3.32767]", - "System.Runtime.CompilerServices.Unsafe": "(,6.1.32767]", - "System.Runtime.CompilerServices.VisualC": "(,4.3.32767]", - "System.Runtime.Extensions": "(,4.3.32767]", - "System.Runtime.Handles": "(,4.3.32767]", - "System.Runtime.InteropServices": "(,4.3.32767]", - "System.Runtime.InteropServices.RuntimeInformation": "(,4.3.32767]", - "System.Runtime.Loader": "(,4.3.32767]", - "System.Runtime.Numerics": "(,4.3.32767]", - "System.Runtime.Serialization.Formatters": "(,4.3.32767]", - "System.Runtime.Serialization.Json": "(,4.3.32767]", - "System.Runtime.Serialization.Primitives": "(,4.3.32767]", - "System.Runtime.Serialization.Xml": "(,4.3.32767]", - "System.Security.AccessControl": "(,6.0.32767]", - "System.Security.Claims": "(,4.3.32767]", - "System.Security.Cryptography.Algorithms": "(,4.3.32767]", - "System.Security.Cryptography.Cng": "(,4.6.32767]", - "System.Security.Cryptography.Csp": "(,4.3.32767]", - "System.Security.Cryptography.Encoding": "(,4.3.32767]", - "System.Security.Cryptography.OpenSsl": "(,5.0.32767]", - "System.Security.Cryptography.Primitives": "(,4.3.32767]", - "System.Security.Cryptography.X509Certificates": "(,4.3.32767]", - "System.Security.Principal": "(,4.3.32767]", - "System.Security.Principal.Windows": "(,5.0.32767]", - "System.Security.SecureString": "(,4.3.32767]", - "System.Text.Encoding": "(,4.3.32767]", - "System.Text.Encoding.CodePages": "(,8.0.32767]", - "System.Text.Encoding.Extensions": "(,4.3.32767]", - "System.Text.Encodings.Web": "(,8.0.32767]", - "System.Text.Json": "(,8.0.32767]", - "System.Text.RegularExpressions": "(,4.3.32767]", - "System.Threading": "(,4.3.32767]", - "System.Threading.Channels": "(,8.0.32767]", - "System.Threading.Overlapped": "(,4.3.32767]", - "System.Threading.Tasks": "(,4.3.32767]", - "System.Threading.Tasks.Dataflow": "(,8.0.32767]", - "System.Threading.Tasks.Extensions": "(,4.6.32767]", - "System.Threading.Tasks.Parallel": "(,4.3.32767]", - "System.Threading.Thread": "(,4.3.32767]", - "System.Threading.ThreadPool": "(,4.3.32767]", - "System.Threading.Timer": "(,4.3.32767]", - "System.ValueTuple": "(,4.6.32767]", - "System.Xml.ReaderWriter": "(,4.3.32767]", - "System.Xml.XDocument": "(,4.3.32767]", - "System.Xml.XmlDocument": "(,4.3.32767]", - "System.Xml.XmlSerializer": "(,4.3.32767]", - "System.Xml.XPath": "(,4.3.32767]", - "System.Xml.XPath.XDocument": "(,4.3.32767]" - } - }, - "net10.0": { - "targetAlias": "net10.0", - "dependencies": { - "Microsoft.Build.Locator": { - "target": "Package", - "version": "[1.11.2, )", - "versionCentrallyManaged": true - }, - "Microsoft.SourceLink.GitHub": { - "suppressParent": "All", - "target": "Package", - "version": "[10.0.203, )", - "versionCentrallyManaged": true - }, - "Nerdbank.GitVersioning": { - "suppressParent": "All", - "target": "Package", - "version": "[3.9.50, )", - "versionCentrallyManaged": true - }, - "Spectre.Console.Cli": { - "target": "Package", - "version": "[0.55.0, )", - "versionCentrallyManaged": true - } - }, - "centralPackageVersions": { - "coverlet.collector": "10.0.0", - "Microsoft.Build.Locator": "1.11.2", - "Microsoft.CodeAnalysis.Analyzers": "3.11.0", - "Microsoft.CodeAnalysis.CSharp": "4.12.0", - "Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.12.0", - "Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing.XUnit": "1.1.2", - "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.7", - "Microsoft.NET.Test.Sdk": "18.5.1", - "Microsoft.SourceLink.GitHub": "10.0.203", - "Nerdbank.GitVersioning": "3.9.50", - "Spectre.Console.Cli": "0.55.0", - "xunit": "2.9.3", - "xunit.runner.visualstudio": "3.1.5" - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48", - "net481" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\10.0.107/PortableRuntimeIdentifierGraph.json", - "packagesToPrune": { - "Microsoft.CSharp": "(,4.7.32767]", - "Microsoft.VisualBasic": "(,10.4.32767]", - "Microsoft.Win32.Primitives": "(,4.3.32767]", - "Microsoft.Win32.Registry": "(,5.0.32767]", - "runtime.any.System.Collections": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.any.System.Globalization": "(,4.3.32767]", - "runtime.any.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.any.System.IO": "(,4.3.32767]", - "runtime.any.System.Reflection": "(,4.3.32767]", - "runtime.any.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.any.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.any.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.any.System.Runtime": "(,4.3.32767]", - "runtime.any.System.Runtime.Handles": "(,4.3.32767]", - "runtime.any.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.any.System.Text.Encoding": "(,4.3.32767]", - "runtime.any.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.any.System.Threading.Tasks": "(,4.3.32767]", - "runtime.any.System.Threading.Timer": "(,4.3.32767]", - "runtime.aot.System.Collections": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.aot.System.Globalization": "(,4.3.32767]", - "runtime.aot.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.aot.System.IO": "(,4.3.32767]", - "runtime.aot.System.Reflection": "(,4.3.32767]", - "runtime.aot.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.aot.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.aot.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.aot.System.Runtime": "(,4.3.32767]", - "runtime.aot.System.Runtime.Handles": "(,4.3.32767]", - "runtime.aot.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.aot.System.Threading.Tasks": "(,4.3.32767]", - "runtime.aot.System.Threading.Timer": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.unix.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.unix.System.Console": "(,4.3.32767]", - "runtime.unix.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.unix.System.IO.FileSystem": "(,4.3.32767]", - "runtime.unix.System.Net.Primitives": "(,4.3.32767]", - "runtime.unix.System.Net.Sockets": "(,4.3.32767]", - "runtime.unix.System.Private.Uri": "(,4.3.32767]", - "runtime.unix.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.win.System.Console": "(,4.3.32767]", - "runtime.win.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.win.System.IO.FileSystem": "(,4.3.32767]", - "runtime.win.System.Net.Primitives": "(,4.3.32767]", - "runtime.win.System.Net.Sockets": "(,4.3.32767]", - "runtime.win.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win10-arm-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-arm64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win10-x64-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-x86-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7-x86.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7.System.Private.Uri": "(,4.3.32767]", - "runtime.win8-arm.runtime.native.System.IO.Compression": "(,4.3.32767]", - "System.AppContext": "(,4.3.32767]", - "System.Buffers": "(,5.0.32767]", - "System.Collections": "(,4.3.32767]", - "System.Collections.Concurrent": "(,4.3.32767]", - "System.Collections.Immutable": "(,10.0.32767]", - "System.Collections.NonGeneric": "(,4.3.32767]", - "System.Collections.Specialized": "(,4.3.32767]", - "System.ComponentModel": "(,4.3.32767]", - "System.ComponentModel.Annotations": "(,4.3.32767]", - "System.ComponentModel.EventBasedAsync": "(,4.3.32767]", - "System.ComponentModel.Primitives": "(,4.3.32767]", - "System.ComponentModel.TypeConverter": "(,4.3.32767]", - "System.Console": "(,4.3.32767]", - "System.Data.Common": "(,4.3.32767]", - "System.Data.DataSetExtensions": "(,4.4.32767]", - "System.Diagnostics.Contracts": "(,4.3.32767]", - "System.Diagnostics.Debug": "(,4.3.32767]", - "System.Diagnostics.DiagnosticSource": "(,10.0.32767]", - "System.Diagnostics.FileVersionInfo": "(,4.3.32767]", - "System.Diagnostics.Process": "(,4.3.32767]", - "System.Diagnostics.StackTrace": "(,4.3.32767]", - "System.Diagnostics.TextWriterTraceListener": "(,4.3.32767]", - "System.Diagnostics.Tools": "(,4.3.32767]", - "System.Diagnostics.TraceSource": "(,4.3.32767]", - "System.Diagnostics.Tracing": "(,4.3.32767]", - "System.Drawing.Primitives": "(,4.3.32767]", - "System.Dynamic.Runtime": "(,4.3.32767]", - "System.Formats.Asn1": "(,10.0.32767]", - "System.Formats.Tar": "(,10.0.32767]", - "System.Globalization": "(,4.3.32767]", - "System.Globalization.Calendars": "(,4.3.32767]", - "System.Globalization.Extensions": "(,4.3.32767]", - "System.IO": "(,4.3.32767]", - "System.IO.Compression": "(,4.3.32767]", - "System.IO.Compression.ZipFile": "(,4.3.32767]", - "System.IO.FileSystem": "(,4.3.32767]", - "System.IO.FileSystem.AccessControl": "(,4.4.32767]", - "System.IO.FileSystem.DriveInfo": "(,4.3.32767]", - "System.IO.FileSystem.Primitives": "(,4.3.32767]", - "System.IO.FileSystem.Watcher": "(,4.3.32767]", - "System.IO.IsolatedStorage": "(,4.3.32767]", - "System.IO.MemoryMappedFiles": "(,4.3.32767]", - "System.IO.Pipelines": "(,10.0.32767]", - "System.IO.Pipes": "(,4.3.32767]", - "System.IO.Pipes.AccessControl": "(,5.0.32767]", - "System.IO.UnmanagedMemoryStream": "(,4.3.32767]", - "System.Linq": "(,4.3.32767]", - "System.Linq.AsyncEnumerable": "(,10.0.32767]", - "System.Linq.Expressions": "(,4.3.32767]", - "System.Linq.Parallel": "(,4.3.32767]", - "System.Linq.Queryable": "(,4.3.32767]", - "System.Memory": "(,5.0.32767]", - "System.Net.Http": "(,4.3.32767]", - "System.Net.Http.Json": "(,10.0.32767]", - "System.Net.NameResolution": "(,4.3.32767]", - "System.Net.NetworkInformation": "(,4.3.32767]", - "System.Net.Ping": "(,4.3.32767]", - "System.Net.Primitives": "(,4.3.32767]", - "System.Net.Requests": "(,4.3.32767]", - "System.Net.Security": "(,4.3.32767]", - "System.Net.ServerSentEvents": "(,10.0.32767]", - "System.Net.Sockets": "(,4.3.32767]", - "System.Net.WebHeaderCollection": "(,4.3.32767]", - "System.Net.WebSockets": "(,4.3.32767]", - "System.Net.WebSockets.Client": "(,4.3.32767]", - "System.Numerics.Vectors": "(,5.0.32767]", - "System.ObjectModel": "(,4.3.32767]", - "System.Private.DataContractSerialization": "(,4.3.32767]", - "System.Private.Uri": "(,4.3.32767]", - "System.Reflection": "(,4.3.32767]", - "System.Reflection.DispatchProxy": "(,6.0.32767]", - "System.Reflection.Emit": "(,4.7.32767]", - "System.Reflection.Emit.ILGeneration": "(,4.7.32767]", - "System.Reflection.Emit.Lightweight": "(,4.7.32767]", - "System.Reflection.Extensions": "(,4.3.32767]", - "System.Reflection.Metadata": "(,10.0.32767]", - "System.Reflection.Primitives": "(,4.3.32767]", - "System.Reflection.TypeExtensions": "(,4.3.32767]", - "System.Resources.Reader": "(,4.3.32767]", - "System.Resources.ResourceManager": "(,4.3.32767]", - "System.Resources.Writer": "(,4.3.32767]", - "System.Runtime": "(,4.3.32767]", - "System.Runtime.CompilerServices.Unsafe": "(,7.0.32767]", - "System.Runtime.CompilerServices.VisualC": "(,4.3.32767]", - "System.Runtime.Extensions": "(,4.3.32767]", - "System.Runtime.Handles": "(,4.3.32767]", - "System.Runtime.InteropServices": "(,4.3.32767]", - "System.Runtime.InteropServices.RuntimeInformation": "(,4.3.32767]", - "System.Runtime.Loader": "(,4.3.32767]", - "System.Runtime.Numerics": "(,4.3.32767]", - "System.Runtime.Serialization.Formatters": "(,4.3.32767]", - "System.Runtime.Serialization.Json": "(,4.3.32767]", - "System.Runtime.Serialization.Primitives": "(,4.3.32767]", - "System.Runtime.Serialization.Xml": "(,4.3.32767]", - "System.Security.AccessControl": "(,6.0.32767]", - "System.Security.Claims": "(,4.3.32767]", - "System.Security.Cryptography.Algorithms": "(,4.3.32767]", - "System.Security.Cryptography.Cng": "(,5.0.32767]", - "System.Security.Cryptography.Csp": "(,4.3.32767]", - "System.Security.Cryptography.Encoding": "(,4.3.32767]", - "System.Security.Cryptography.OpenSsl": "(,5.0.32767]", - "System.Security.Cryptography.Primitives": "(,4.3.32767]", - "System.Security.Cryptography.X509Certificates": "(,4.3.32767]", - "System.Security.Principal": "(,4.3.32767]", - "System.Security.Principal.Windows": "(,5.0.32767]", - "System.Security.SecureString": "(,4.3.32767]", - "System.Text.Encoding": "(,4.3.32767]", - "System.Text.Encoding.CodePages": "(,10.0.32767]", - "System.Text.Encoding.Extensions": "(,4.3.32767]", - "System.Text.Encodings.Web": "(,10.0.32767]", - "System.Text.Json": "(,10.0.32767]", - "System.Text.RegularExpressions": "(,4.3.32767]", - "System.Threading": "(,4.3.32767]", - "System.Threading.AccessControl": "(,10.0.32767]", - "System.Threading.Channels": "(,10.0.32767]", - "System.Threading.Overlapped": "(,4.3.32767]", - "System.Threading.Tasks": "(,4.3.32767]", - "System.Threading.Tasks.Dataflow": "(,10.0.32767]", - "System.Threading.Tasks.Extensions": "(,5.0.32767]", - "System.Threading.Tasks.Parallel": "(,4.3.32767]", - "System.Threading.Thread": "(,4.3.32767]", - "System.Threading.ThreadPool": "(,4.3.32767]", - "System.Threading.Timer": "(,4.3.32767]", - "System.ValueTuple": "(,4.5.32767]", - "System.Xml.ReaderWriter": "(,4.3.32767]", - "System.Xml.XDocument": "(,4.3.32767]", - "System.Xml.XmlDocument": "(,4.3.32767]", - "System.Xml.XmlSerializer": "(,4.3.32767]", - "System.Xml.XPath": "(,4.3.32767]", - "System.Xml.XPath.XDocument": "(,5.0.32767]" - } - } - } - } -} \ No newline at end of file diff --git a/src/Inshiminator.Cli/obj/project.nuget.cache b/src/Inshiminator.Cli/obj/project.nuget.cache deleted file mode 100644 index a69f28d..0000000 --- a/src/Inshiminator.Cli/obj/project.nuget.cache +++ /dev/null @@ -1,18 +0,0 @@ -{ - "version": 2, - "dgSpecHash": "pgxkJ6jkZ4Y=", - "success": true, - "projectFilePath": "C:\\git\\InShimInator\\src\\Inshiminator.Cli\\Inshiminator.Cli.csproj", - "expectedPackageFiles": [ - "C:\\Users\\jd\\.nuget\\packages\\microsoft.build.locator\\1.11.2\\microsoft.build.locator.1.11.2.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\microsoft.build.tasks.git\\10.0.203\\microsoft.build.tasks.git.10.0.203.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\microsoft.sourcelink.common\\10.0.203\\microsoft.sourcelink.common.10.0.203.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\microsoft.sourcelink.github\\10.0.203\\microsoft.sourcelink.github.10.0.203.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\nerdbank.gitversioning\\3.9.50\\nerdbank.gitversioning.3.9.50.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\spectre.console\\0.55.0\\spectre.console.0.55.0.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\spectre.console.ansi\\0.55.0\\spectre.console.ansi.0.55.0.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\spectre.console.cli\\0.55.0\\spectre.console.cli.0.55.0.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\system.io.hashing\\10.0.7\\system.io.hashing.10.0.7.nupkg.sha512" - ], - "logs": [] -} \ No newline at end of file diff --git a/src/Inshiminator.CodeFixes/bin/Debug/netstandard2.0/Inshiminator.Analyzers.dll b/src/Inshiminator.CodeFixes/bin/Debug/netstandard2.0/Inshiminator.Analyzers.dll deleted file mode 100644 index 36536bf..0000000 Binary files a/src/Inshiminator.CodeFixes/bin/Debug/netstandard2.0/Inshiminator.Analyzers.dll and /dev/null differ diff --git a/src/Inshiminator.CodeFixes/bin/Debug/netstandard2.0/Inshiminator.Analyzers.pdb b/src/Inshiminator.CodeFixes/bin/Debug/netstandard2.0/Inshiminator.Analyzers.pdb deleted file mode 100644 index 8d71f1b..0000000 Binary files a/src/Inshiminator.CodeFixes/bin/Debug/netstandard2.0/Inshiminator.Analyzers.pdb and /dev/null differ diff --git a/src/Inshiminator.CodeFixes/bin/Debug/netstandard2.0/Inshiminator.CodeFixes.deps.json b/src/Inshiminator.CodeFixes/bin/Debug/netstandard2.0/Inshiminator.CodeFixes.deps.json deleted file mode 100644 index cf73b78..0000000 --- a/src/Inshiminator.CodeFixes/bin/Debug/netstandard2.0/Inshiminator.CodeFixes.deps.json +++ /dev/null @@ -1,668 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETStandard,Version=v2.0/", - "signature": "" - }, - "compilationOptions": {}, - "targets": { - ".NETStandard,Version=v2.0": {}, - ".NETStandard,Version=v2.0/": { - "Inshiminator.CodeFixes/0.1.2-g2e58a4565a": { - "dependencies": { - "Inshiminator.Analyzers": "1.0.0", - "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.12.0", - "Microsoft.SourceLink.GitHub": "10.0.203" - }, - "runtime": { - "Inshiminator.CodeFixes.dll": {} - } - }, - "Humanizer.Core/2.14.1": { - "runtime": { - "lib/netstandard2.0/Humanizer.dll": { - "assemblyVersion": "2.14.0.0", - "fileVersion": "2.14.1.48190" - } - } - }, - "Microsoft.Bcl.AsyncInterfaces/8.0.0": { - "dependencies": { - "System.Threading.Tasks.Extensions": "4.5.4" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Bcl.AsyncInterfaces.dll": { - "assemblyVersion": "8.0.0.0", - "fileVersion": "8.0.23.53103" - } - } - }, - "Microsoft.CodeAnalysis.Common/4.12.0": { - "dependencies": { - "System.Buffers": "4.6.1", - "System.Collections.Immutable": "8.0.0", - "System.Memory": "4.6.3", - "System.Numerics.Vectors": "4.6.1", - "System.Reflection.Metadata": "8.0.0", - "System.Runtime.CompilerServices.Unsafe": "6.1.2", - "System.Text.Encoding.CodePages": "7.0.0", - "System.Threading.Tasks.Extensions": "4.5.4" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.CodeAnalysis.dll": { - "assemblyVersion": "4.12.0.0", - "fileVersion": "4.1200.24.57207" - } - }, - "resources": { - "lib/netstandard2.0/cs/Microsoft.CodeAnalysis.resources.dll": { - "locale": "cs" - }, - "lib/netstandard2.0/de/Microsoft.CodeAnalysis.resources.dll": { - "locale": "de" - }, - "lib/netstandard2.0/es/Microsoft.CodeAnalysis.resources.dll": { - "locale": "es" - }, - "lib/netstandard2.0/fr/Microsoft.CodeAnalysis.resources.dll": { - "locale": "fr" - }, - "lib/netstandard2.0/it/Microsoft.CodeAnalysis.resources.dll": { - "locale": "it" - }, - "lib/netstandard2.0/ja/Microsoft.CodeAnalysis.resources.dll": { - "locale": "ja" - }, - "lib/netstandard2.0/ko/Microsoft.CodeAnalysis.resources.dll": { - "locale": "ko" - }, - "lib/netstandard2.0/pl/Microsoft.CodeAnalysis.resources.dll": { - "locale": "pl" - }, - "lib/netstandard2.0/pt-BR/Microsoft.CodeAnalysis.resources.dll": { - "locale": "pt-BR" - }, - "lib/netstandard2.0/ru/Microsoft.CodeAnalysis.resources.dll": { - "locale": "ru" - }, - "lib/netstandard2.0/tr/Microsoft.CodeAnalysis.resources.dll": { - "locale": "tr" - }, - "lib/netstandard2.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll": { - "locale": "zh-Hans" - }, - "lib/netstandard2.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "Microsoft.CodeAnalysis.CSharp/4.12.0": { - "dependencies": { - "Microsoft.CodeAnalysis.Common": "4.12.0", - "System.Buffers": "4.6.1", - "System.Collections.Immutable": "8.0.0", - "System.Memory": "4.6.3", - "System.Numerics.Vectors": "4.6.1", - "System.Reflection.Metadata": "8.0.0", - "System.Runtime.CompilerServices.Unsafe": "6.1.2", - "System.Text.Encoding.CodePages": "7.0.0", - "System.Threading.Tasks.Extensions": "4.5.4" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.dll": { - "assemblyVersion": "4.12.0.0", - "fileVersion": "4.1200.24.57207" - } - }, - "resources": { - "lib/netstandard2.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "cs" - }, - "lib/netstandard2.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "de" - }, - "lib/netstandard2.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "es" - }, - "lib/netstandard2.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "fr" - }, - "lib/netstandard2.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "it" - }, - "lib/netstandard2.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "ja" - }, - "lib/netstandard2.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "ko" - }, - "lib/netstandard2.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "pl" - }, - "lib/netstandard2.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "pt-BR" - }, - "lib/netstandard2.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "ru" - }, - "lib/netstandard2.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "tr" - }, - "lib/netstandard2.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "zh-Hans" - }, - "lib/netstandard2.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "Microsoft.CodeAnalysis.CSharp.Workspaces/4.12.0": { - "dependencies": { - "Humanizer.Core": "2.14.1", - "Microsoft.Bcl.AsyncInterfaces": "8.0.0", - "Microsoft.CodeAnalysis.CSharp": "4.12.0", - "Microsoft.CodeAnalysis.Common": "4.12.0", - "Microsoft.CodeAnalysis.Workspaces.Common": "4.12.0", - "System.Buffers": "4.6.1", - "System.Collections.Immutable": "8.0.0", - "System.Composition": "8.0.0", - "System.IO.Pipelines": "8.0.0", - "System.Memory": "4.6.3", - "System.Numerics.Vectors": "4.6.1", - "System.Reflection.Metadata": "8.0.0", - "System.Runtime.CompilerServices.Unsafe": "6.1.2", - "System.Text.Encoding.CodePages": "7.0.0", - "System.Threading.Channels": "7.0.0", - "System.Threading.Tasks.Extensions": "4.5.4" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll": { - "assemblyVersion": "4.12.0.0", - "fileVersion": "4.1200.24.57207" - } - }, - "resources": { - "lib/netstandard2.0/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { - "locale": "cs" - }, - "lib/netstandard2.0/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { - "locale": "de" - }, - "lib/netstandard2.0/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { - "locale": "es" - }, - "lib/netstandard2.0/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { - "locale": "fr" - }, - "lib/netstandard2.0/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { - "locale": "it" - }, - "lib/netstandard2.0/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { - "locale": "ja" - }, - "lib/netstandard2.0/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { - "locale": "ko" - }, - "lib/netstandard2.0/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { - "locale": "pl" - }, - "lib/netstandard2.0/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { - "locale": "pt-BR" - }, - "lib/netstandard2.0/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { - "locale": "ru" - }, - "lib/netstandard2.0/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { - "locale": "tr" - }, - "lib/netstandard2.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { - "locale": "zh-Hans" - }, - "lib/netstandard2.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "Microsoft.CodeAnalysis.Workspaces.Common/4.12.0": { - "dependencies": { - "Humanizer.Core": "2.14.1", - "Microsoft.Bcl.AsyncInterfaces": "8.0.0", - "Microsoft.CodeAnalysis.Common": "4.12.0", - "System.Buffers": "4.6.1", - "System.Collections.Immutable": "8.0.0", - "System.Composition": "8.0.0", - "System.IO.Pipelines": "8.0.0", - "System.Memory": "4.6.3", - "System.Numerics.Vectors": "4.6.1", - "System.Reflection.Metadata": "8.0.0", - "System.Runtime.CompilerServices.Unsafe": "6.1.2", - "System.Text.Encoding.CodePages": "7.0.0", - "System.Threading.Channels": "7.0.0", - "System.Threading.Tasks.Extensions": "4.5.4" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.CodeAnalysis.Workspaces.dll": { - "assemblyVersion": "4.12.0.0", - "fileVersion": "4.1200.24.57207" - } - }, - "resources": { - "lib/netstandard2.0/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll": { - "locale": "cs" - }, - "lib/netstandard2.0/de/Microsoft.CodeAnalysis.Workspaces.resources.dll": { - "locale": "de" - }, - "lib/netstandard2.0/es/Microsoft.CodeAnalysis.Workspaces.resources.dll": { - "locale": "es" - }, - "lib/netstandard2.0/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll": { - "locale": "fr" - }, - "lib/netstandard2.0/it/Microsoft.CodeAnalysis.Workspaces.resources.dll": { - "locale": "it" - }, - "lib/netstandard2.0/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll": { - "locale": "ja" - }, - "lib/netstandard2.0/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll": { - "locale": "ko" - }, - "lib/netstandard2.0/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll": { - "locale": "pl" - }, - "lib/netstandard2.0/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll": { - "locale": "pt-BR" - }, - "lib/netstandard2.0/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll": { - "locale": "ru" - }, - "lib/netstandard2.0/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll": { - "locale": "tr" - }, - "lib/netstandard2.0/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll": { - "locale": "zh-Hans" - }, - "lib/netstandard2.0/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "Microsoft.SourceLink.GitHub/10.0.203": { - "dependencies": { - "System.IO.Hashing": "10.0.7" - } - }, - "System.Buffers/4.6.1": { - "runtime": { - "lib/netstandard2.0/System.Buffers.dll": { - "assemblyVersion": "4.0.2.0", - "fileVersion": "4.600.125.16908" - } - } - }, - "System.Collections.Immutable/8.0.0": { - "dependencies": { - "System.Memory": "4.6.3", - "System.Runtime.CompilerServices.Unsafe": "6.1.2" - }, - "runtime": { - "lib/netstandard2.0/System.Collections.Immutable.dll": { - "assemblyVersion": "8.0.0.0", - "fileVersion": "8.0.23.53103" - } - } - }, - "System.Composition/8.0.0": { - "dependencies": { - "System.Composition.AttributedModel": "8.0.0", - "System.Composition.Convention": "8.0.0", - "System.Composition.Hosting": "8.0.0", - "System.Composition.Runtime": "8.0.0", - "System.Composition.TypedParts": "8.0.0" - } - }, - "System.Composition.AttributedModel/8.0.0": { - "runtime": { - "lib/netstandard2.0/System.Composition.AttributedModel.dll": { - "assemblyVersion": "8.0.0.0", - "fileVersion": "8.0.23.53103" - } - } - }, - "System.Composition.Convention/8.0.0": { - "dependencies": { - "System.Composition.AttributedModel": "8.0.0" - }, - "runtime": { - "lib/netstandard2.0/System.Composition.Convention.dll": { - "assemblyVersion": "8.0.0.0", - "fileVersion": "8.0.23.53103" - } - } - }, - "System.Composition.Hosting/8.0.0": { - "dependencies": { - "System.Composition.Runtime": "8.0.0" - }, - "runtime": { - "lib/netstandard2.0/System.Composition.Hosting.dll": { - "assemblyVersion": "8.0.0.0", - "fileVersion": "8.0.23.53103" - } - } - }, - "System.Composition.Runtime/8.0.0": { - "runtime": { - "lib/netstandard2.0/System.Composition.Runtime.dll": { - "assemblyVersion": "8.0.0.0", - "fileVersion": "8.0.23.53103" - } - } - }, - "System.Composition.TypedParts/8.0.0": { - "dependencies": { - "System.Composition.AttributedModel": "8.0.0", - "System.Composition.Hosting": "8.0.0", - "System.Composition.Runtime": "8.0.0" - }, - "runtime": { - "lib/netstandard2.0/System.Composition.TypedParts.dll": { - "assemblyVersion": "8.0.0.0", - "fileVersion": "8.0.23.53103" - } - } - }, - "System.IO.Hashing/10.0.7": { - "dependencies": { - "System.Buffers": "4.6.1", - "System.Memory": "4.6.3" - }, - "runtime": { - "lib/netstandard2.0/System.IO.Hashing.dll": { - "assemblyVersion": "10.0.0.7", - "fileVersion": "10.0.726.21808" - } - } - }, - "System.IO.Pipelines/8.0.0": { - "dependencies": { - "System.Buffers": "4.6.1", - "System.Memory": "4.6.3", - "System.Threading.Tasks.Extensions": "4.5.4" - }, - "runtime": { - "lib/netstandard2.0/System.IO.Pipelines.dll": { - "assemblyVersion": "8.0.0.0", - "fileVersion": "8.0.23.53103" - } - } - }, - "System.Memory/4.6.3": { - "dependencies": { - "System.Buffers": "4.6.1", - "System.Numerics.Vectors": "4.6.1", - "System.Runtime.CompilerServices.Unsafe": "6.1.2" - }, - "runtime": { - "lib/netstandard2.0/System.Memory.dll": { - "assemblyVersion": "4.0.2.0", - "fileVersion": "4.600.325.20307" - } - } - }, - "System.Numerics.Vectors/4.6.1": { - "runtime": { - "lib/netstandard2.0/System.Numerics.Vectors.dll": { - "assemblyVersion": "4.1.3.0", - "fileVersion": "4.600.125.16908" - } - } - }, - "System.Reflection.Metadata/8.0.0": { - "dependencies": { - "System.Collections.Immutable": "8.0.0", - "System.Memory": "4.6.3" - }, - "runtime": { - "lib/netstandard2.0/System.Reflection.Metadata.dll": { - "assemblyVersion": "8.0.0.0", - "fileVersion": "8.0.23.53103" - } - } - }, - "System.Runtime.CompilerServices.Unsafe/6.1.2": { - "runtime": { - "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.100.225.20307" - } - } - }, - "System.Text.Encoding.CodePages/7.0.0": { - "dependencies": { - "System.Memory": "4.6.3", - "System.Runtime.CompilerServices.Unsafe": "6.1.2" - }, - "runtime": { - "lib/netstandard2.0/System.Text.Encoding.CodePages.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.22.51805" - } - } - }, - "System.Threading.Channels/7.0.0": { - "dependencies": { - "System.Threading.Tasks.Extensions": "4.5.4" - }, - "runtime": { - "lib/netstandard2.0/System.Threading.Channels.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.22.51805" - } - } - }, - "System.Threading.Tasks.Extensions/4.5.4": { - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.1.2" - }, - "runtime": { - "lib/netstandard2.0/System.Threading.Tasks.Extensions.dll": { - "assemblyVersion": "4.2.0.1", - "fileVersion": "4.6.28619.1" - } - } - }, - "Inshiminator.Analyzers/1.0.0": { - "dependencies": { - "Microsoft.CodeAnalysis.CSharp": "4.12.0" - }, - "runtime": { - "Inshiminator.Analyzers.dll": { - "assemblyVersion": "0.1.0.0", - "fileVersion": "0.1.2.11864" - } - } - } - } - }, - "libraries": { - "Inshiminator.CodeFixes/0.1.2-g2e58a4565a": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Humanizer.Core/2.14.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-lQKvtaTDOXnoVJ20ibTuSIOf2i0uO0MPbDhd1jm238I+U/2ZnRENj0cktKZhtchBMtCUSRQ5v4xBCUbKNmyVMw==", - "path": "humanizer.core/2.14.1", - "hashPath": "humanizer.core.2.14.1.nupkg.sha512" - }, - "Microsoft.Bcl.AsyncInterfaces/8.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3WA9q9yVqJp222P3x1wYIGDAkpjAku0TMUaaQV22g6L67AI0LdOIrVS7Ht2vJfLHGSPVuqN94vIr15qn+HEkHw==", - "path": "microsoft.bcl.asyncinterfaces/8.0.0", - "hashPath": "microsoft.bcl.asyncinterfaces.8.0.0.nupkg.sha512" - }, - "Microsoft.CodeAnalysis.Common/4.12.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-c1kNYihL2gdcuU1dqm8R8YeA4YkB43TpU3pa2r66Uooh6AAhRtENzj9A4Kj0a+H8JDDyuTjNZql9XlVUzV+UjA==", - "path": "microsoft.codeanalysis.common/4.12.0", - "hashPath": "microsoft.codeanalysis.common.4.12.0.nupkg.sha512" - }, - "Microsoft.CodeAnalysis.CSharp/4.12.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-30vVQ1MizeC22iEdEvI2w0eTIYG43/L20yBzuQH01xKzJgHAoWehzI2F8u07o4mXh4DGMOjQF7aEm0zzvsG3Mg==", - "path": "microsoft.codeanalysis.csharp/4.12.0", - "hashPath": "microsoft.codeanalysis.csharp.4.12.0.nupkg.sha512" - }, - "Microsoft.CodeAnalysis.CSharp.Workspaces/4.12.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ZZ08UBgL3f3VeVvRA1k+PGZYbCIy2EBX4nBld/1ndsaoUZcwqkUaXbljjpoJ5reozpRrBPMUJ0E34REaVgYKjw==", - "path": "microsoft.codeanalysis.csharp.workspaces/4.12.0", - "hashPath": "microsoft.codeanalysis.csharp.workspaces.4.12.0.nupkg.sha512" - }, - "Microsoft.CodeAnalysis.Workspaces.Common/4.12.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-9WFrMPm/k72qo7pxn6hPIS/UIAFVS/2yKBWJAW+kkmcY8PCsuBgp5ms+pmRI3mjAf7J1SmpdgHpRj2x1Gqc+9A==", - "path": "microsoft.codeanalysis.workspaces.common/4.12.0", - "hashPath": "microsoft.codeanalysis.workspaces.common.4.12.0.nupkg.sha512" - }, - "Microsoft.SourceLink.GitHub/10.0.203": { - "type": "package", - "serviceable": true, - "sha512": "sha512-R4Tvr1oACImMS+Y5M7NM07ll9QyJSKnki3Dvz8QwG1W6FEmd+9fmZXAF6BE6UPswHF6n0v41wgMQGlaudOspqA==", - "path": "microsoft.sourcelink.github/10.0.203", - "hashPath": "microsoft.sourcelink.github.10.0.203.nupkg.sha512" - }, - "System.Buffers/4.6.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-N8GXpmiLMtljq7gwvyS+1QvKT/W2J8sNAvx+HVg4NGmsG/H+2k/y9QI23auLJRterrzCiDH+IWAw4V/GPwsMlw==", - "path": "system.buffers/4.6.1", - "hashPath": "system.buffers.4.6.1.nupkg.sha512" - }, - "System.Collections.Immutable/8.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-AurL6Y5BA1WotzlEvVaIDpqzpIPvYnnldxru8oXJU2yFxFUy3+pNXjXd1ymO+RA0rq0+590Q8gaz2l3Sr7fmqg==", - "path": "system.collections.immutable/8.0.0", - "hashPath": "system.collections.immutable.8.0.0.nupkg.sha512" - }, - "System.Composition/8.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-E9oO9olNNxA39J8CxQwf7ceIPm+j/B/PhYpyK9M4LhN/OLLRw6u5fNInkhVqaWueMB9iXxYqnwqwgz+W91loIA==", - "path": "system.composition/8.0.0", - "hashPath": "system.composition.8.0.0.nupkg.sha512" - }, - "System.Composition.AttributedModel/8.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-NyElSuvmBMYdn2iPG0n29i7Igu0bq99izOP3MAtEwskY3OP9jqsavvVmPn9lesVaj/KT/o/QkNjA43dOJTsDQw==", - "path": "system.composition.attributedmodel/8.0.0", - "hashPath": "system.composition.attributedmodel.8.0.0.nupkg.sha512" - }, - "System.Composition.Convention/8.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-UuVkc1B3vQU/LzEbWLMZ1aYVssv4rpShzf8wPEyrUqoGNqdYKREmB8bXR73heOMKkwS6ZnPz3PjGODT2MenukQ==", - "path": "system.composition.convention/8.0.0", - "hashPath": "system.composition.convention.8.0.0.nupkg.sha512" - }, - "System.Composition.Hosting/8.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-qwbONqoxlazxcbiohvb3t1JWZgKIKcRdXS5uEeLbo5wtuBupIbAvdC3PYTAeBCZrZeERvrtAbhYHuuS43Zr1bQ==", - "path": "system.composition.hosting/8.0.0", - "hashPath": "system.composition.hosting.8.0.0.nupkg.sha512" - }, - "System.Composition.Runtime/8.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-G+kRyB5/6+3ucRRQz+DF4uSHGqpkK8Q4ilVdbt4zvxpmvLVZNmSkyFAQpJLcbOyVF85aomJx0m+TGMDVlwx7ZQ==", - "path": "system.composition.runtime/8.0.0", - "hashPath": "system.composition.runtime.8.0.0.nupkg.sha512" - }, - "System.Composition.TypedParts/8.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-DsSklhuA+Dsgo3ZZrar8hjBFvq1wa1grrkNCTt+6SoX3vq0Vy+HXJnVXrU/nNH1BjlGH684A7h4hJQHZd/u5mA==", - "path": "system.composition.typedparts/8.0.0", - "hashPath": "system.composition.typedparts.8.0.0.nupkg.sha512" - }, - "System.IO.Hashing/10.0.7": { - "type": "package", - "serviceable": true, - "sha512": "sha512-6hsjdSr4VOXSOnhALkYplHpAxnTG1J33YN42IB6nH2fEg4QnJqrZ4Ft+qn7mkrKAOYC8pCSFYwVWw6rQbmwgLQ==", - "path": "system.io.hashing/10.0.7", - "hashPath": "system.io.hashing.10.0.7.nupkg.sha512" - }, - "System.IO.Pipelines/8.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-FHNOatmUq0sqJOkTx+UF/9YK1f180cnW5FVqnQMvYUN0elp6wFzbtPSiqbo1/ru8ICp43JM1i7kKkk6GsNGHlA==", - "path": "system.io.pipelines/8.0.0", - "hashPath": "system.io.pipelines.8.0.0.nupkg.sha512" - }, - "System.Memory/4.6.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-qdcDOgnFZY40+Q9876JUHnlHu7bosOHX8XISRoH94fwk6hgaeQGSgfZd8srWRZNt5bV9ZW2TljcegDNxsf+96A==", - "path": "system.memory/4.6.3", - "hashPath": "system.memory.4.6.3.nupkg.sha512" - }, - "System.Numerics.Vectors/4.6.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-sQxefTnhagrhoq2ReR0D/6K0zJcr9Hrd6kikeXsA1I8kOCboTavcUC4r7TSfpKFeE163uMuxZcyfO1mGO3EN8Q==", - "path": "system.numerics.vectors/4.6.1", - "hashPath": "system.numerics.vectors.4.6.1.nupkg.sha512" - }, - "System.Reflection.Metadata/8.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ptvgrFh7PvWI8bcVqG5rsA/weWM09EnthFHR5SCnS6IN+P4mj6rE1lBDC4U8HL9/57htKAqy4KQ3bBj84cfYyQ==", - "path": "system.reflection.metadata/8.0.0", - "hashPath": "system.reflection.metadata.8.0.0.nupkg.sha512" - }, - "System.Runtime.CompilerServices.Unsafe/6.1.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-2hBr6zdbIBTDE3EhK7NSVNdX58uTK6iHW/P/Axmm9sl1xoGSLqDvMtpecn226TNwHByFokYwJmt/aQQNlO5CRw==", - "path": "system.runtime.compilerservices.unsafe/6.1.2", - "hashPath": "system.runtime.compilerservices.unsafe.6.1.2.nupkg.sha512" - }, - "System.Text.Encoding.CodePages/7.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-LSyCblMpvOe0N3E+8e0skHcrIhgV2huaNcjUUEa8hRtgEAm36aGkRoC8Jxlb6Ra6GSfF29ftduPNywin8XolzQ==", - "path": "system.text.encoding.codepages/7.0.0", - "hashPath": "system.text.encoding.codepages.7.0.0.nupkg.sha512" - }, - "System.Threading.Channels/7.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-qmeeYNROMsONF6ndEZcIQ+VxR4Q/TX/7uIVLJqtwIWL7dDWeh0l1UIqgo4wYyjG//5lUNhwkLDSFl+pAWO6oiA==", - "path": "system.threading.channels/7.0.0", - "hashPath": "system.threading.channels.7.0.0.nupkg.sha512" - }, - "System.Threading.Tasks.Extensions/4.5.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==", - "path": "system.threading.tasks.extensions/4.5.4", - "hashPath": "system.threading.tasks.extensions.4.5.4.nupkg.sha512" - }, - "Inshiminator.Analyzers/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - } - } -} \ No newline at end of file diff --git a/src/Inshiminator.CodeFixes/bin/Debug/netstandard2.0/Inshiminator.CodeFixes.dll b/src/Inshiminator.CodeFixes/bin/Debug/netstandard2.0/Inshiminator.CodeFixes.dll deleted file mode 100644 index df1f613..0000000 Binary files a/src/Inshiminator.CodeFixes/bin/Debug/netstandard2.0/Inshiminator.CodeFixes.dll and /dev/null differ diff --git a/src/Inshiminator.CodeFixes/bin/Debug/netstandard2.0/Inshiminator.CodeFixes.pdb b/src/Inshiminator.CodeFixes/bin/Debug/netstandard2.0/Inshiminator.CodeFixes.pdb deleted file mode 100644 index f4327b8..0000000 Binary files a/src/Inshiminator.CodeFixes/bin/Debug/netstandard2.0/Inshiminator.CodeFixes.pdb and /dev/null differ diff --git a/src/Inshiminator.CodeFixes/obj/Debug/netstandard2.0/.NETStandard,Version=v2.0.AssemblyAttributes.cs b/src/Inshiminator.CodeFixes/obj/Debug/netstandard2.0/.NETStandard,Version=v2.0.AssemblyAttributes.cs deleted file mode 100644 index d474c37..0000000 --- a/src/Inshiminator.CodeFixes/obj/Debug/netstandard2.0/.NETStandard,Version=v2.0.AssemblyAttributes.cs +++ /dev/null @@ -1,4 +0,0 @@ -// -using System; -using System.Reflection; -[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETStandard,Version=v2.0", FrameworkDisplayName = ".NET Standard 2.0")] diff --git a/src/Inshiminator.CodeFixes/obj/Debug/netstandard2.0/Inshimin.3482346B.Up2Date b/src/Inshiminator.CodeFixes/obj/Debug/netstandard2.0/Inshimin.3482346B.Up2Date deleted file mode 100644 index e69de29..0000000 diff --git a/src/Inshiminator.CodeFixes/obj/Debug/netstandard2.0/Inshiminator.CodeFixes.AssemblyInfo.cs b/src/Inshiminator.CodeFixes/obj/Debug/netstandard2.0/Inshiminator.CodeFixes.AssemblyInfo.cs deleted file mode 100644 index 5278d63..0000000 --- a/src/Inshiminator.CodeFixes/obj/Debug/netstandard2.0/Inshiminator.CodeFixes.AssemblyInfo.cs +++ /dev/null @@ -1,22 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -using System; -using System.Reflection; - -[assembly: System.Reflection.AssemblyCompanyAttribute("Jerrett Davis")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] -[assembly: System.Reflection.AssemblyCopyrightAttribute("Copyright (c) 2026 Jerrett Davis")] -[assembly: System.Reflection.AssemblyDescriptionAttribute("Analyzer-guided shim generation for .NET applications.")] -[assembly: System.Reflection.AssemblyProductAttribute("Inshiminator.CodeFixes")] -[assembly: System.Reflection.AssemblyTitleAttribute("Inshiminator.CodeFixes")] -[assembly: System.Reflection.AssemblyMetadataAttribute("RepositoryUrl", "https://github.com/JerrettDavis/InShimInator")] - -// Generated by the MSBuild WriteCodeFragment class. - diff --git a/src/Inshiminator.CodeFixes/obj/Debug/netstandard2.0/Inshiminator.CodeFixes.AssemblyInfoInputs.cache b/src/Inshiminator.CodeFixes/obj/Debug/netstandard2.0/Inshiminator.CodeFixes.AssemblyInfoInputs.cache deleted file mode 100644 index 4170a96..0000000 --- a/src/Inshiminator.CodeFixes/obj/Debug/netstandard2.0/Inshiminator.CodeFixes.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -a3a6359abb85e6ba6a49c4a5c9e07993816f39d6a4b9b6f8cb1c26e6697b85d8 diff --git a/src/Inshiminator.CodeFixes/obj/Debug/netstandard2.0/Inshiminator.CodeFixes.GeneratedMSBuildEditorConfig.editorconfig b/src/Inshiminator.CodeFixes/obj/Debug/netstandard2.0/Inshiminator.CodeFixes.GeneratedMSBuildEditorConfig.editorconfig deleted file mode 100644 index 0db4632..0000000 --- a/src/Inshiminator.CodeFixes/obj/Debug/netstandard2.0/Inshiminator.CodeFixes.GeneratedMSBuildEditorConfig.editorconfig +++ /dev/null @@ -1,16 +0,0 @@ -is_global = true -build_property.TargetFramework = netstandard2.0 -build_property.TargetPlatformMinVersion = 7.0 -build_property.UsingMicrosoftNETSdkWeb = -build_property.ProjectTypeGuids = -build_property.InvariantGlobalization = -build_property.PlatformNeutralAssembly = -build_property.EnforceExtendedAnalyzerRules = true -build_property._SupportedPlatformList = Linux,macOS,Windows -build_property.RootNamespace = Inshiminator.CodeFixes -build_property.ProjectDir = C:\git\InShimInator\src\Inshiminator.CodeFixes\ -build_property.EnableComHosting = -build_property.EnableGeneratedComInterfaceComImportInterop = -build_property.CsWinRTUseWindowsUIXamlProjections = false -build_property.EffectiveAnalysisLevelStyle = -build_property.EnableCodeStyleSeverity = diff --git a/src/Inshiminator.CodeFixes/obj/Debug/netstandard2.0/Inshiminator.CodeFixes.GlobalUsings.g.cs b/src/Inshiminator.CodeFixes/obj/Debug/netstandard2.0/Inshiminator.CodeFixes.GlobalUsings.g.cs deleted file mode 100644 index 3bad85c..0000000 --- a/src/Inshiminator.CodeFixes/obj/Debug/netstandard2.0/Inshiminator.CodeFixes.GlobalUsings.g.cs +++ /dev/null @@ -1,8 +0,0 @@ -// -global using System; -global using System.Collections.Generic; -global using System.IO; -global using System.Linq; -global using System.Net.Http; -global using System.Threading; -global using System.Threading.Tasks; diff --git a/src/Inshiminator.CodeFixes/obj/Debug/netstandard2.0/Inshiminator.CodeFixes.Version.cs b/src/Inshiminator.CodeFixes/obj/Debug/netstandard2.0/Inshiminator.CodeFixes.Version.cs deleted file mode 100644 index 81a4520..0000000 --- a/src/Inshiminator.CodeFixes/obj/Debug/netstandard2.0/Inshiminator.CodeFixes.Version.cs +++ /dev/null @@ -1,35 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -#pragma warning disable CA2243 - -[assembly: global::System.Reflection.AssemblyVersionAttribute("0.1.0.0")] -[assembly: global::System.Reflection.AssemblyFileVersionAttribute("0.1.2.11864")] -[assembly: global::System.Reflection.AssemblyInformationalVersionAttribute("0.1.2+2e58a4565a")] -#if NETSTANDARD || NETFRAMEWORK || NETCOREAPP -[global::System.CodeDom.Compiler.GeneratedCode("Nerdbank.GitVersioning.Tasks","3.9.50.28654")] -#endif -#if NET40_OR_GREATER || NETCOREAPP2_0_OR_GREATER || NETSTANDARD2_0_OR_GREATER -[global::System.Diagnostics.CodeAnalysis.ExcludeFromCodeCoverage] -#endif -internal static partial class ThisAssembly { - internal const string AssemblyConfiguration = "Debug"; - internal const string AssemblyFileVersion = "0.1.2.11864"; - internal const string AssemblyInformationalVersion = "0.1.2+2e58a4565a"; - internal const string AssemblyName = "Inshiminator.CodeFixes"; - internal const string AssemblyTitle = "Inshiminator.CodeFixes"; - internal const string AssemblyVersion = "0.1.0.0"; - internal static readonly global::System.DateTime GitCommitAuthorDate = new global::System.DateTime(639138599560000000L, global::System.DateTimeKind.Utc); - internal static readonly global::System.DateTime GitCommitDate = new global::System.DateTime(639138599560000000L, global::System.DateTimeKind.Utc); - internal const string GitCommitId = "2e58a4565a8558cbb77d4b912c0ddcb50b29665c"; - internal const bool IsPrerelease = false; - internal const bool IsPublicRelease = false; - internal const string RootNamespace = "Inshiminator.CodeFixes"; -} diff --git a/src/Inshiminator.CodeFixes/obj/Debug/netstandard2.0/Inshiminator.CodeFixes.Version.cs.new b/src/Inshiminator.CodeFixes/obj/Debug/netstandard2.0/Inshiminator.CodeFixes.Version.cs.new deleted file mode 100644 index 81a4520..0000000 --- a/src/Inshiminator.CodeFixes/obj/Debug/netstandard2.0/Inshiminator.CodeFixes.Version.cs.new +++ /dev/null @@ -1,35 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -#pragma warning disable CA2243 - -[assembly: global::System.Reflection.AssemblyVersionAttribute("0.1.0.0")] -[assembly: global::System.Reflection.AssemblyFileVersionAttribute("0.1.2.11864")] -[assembly: global::System.Reflection.AssemblyInformationalVersionAttribute("0.1.2+2e58a4565a")] -#if NETSTANDARD || NETFRAMEWORK || NETCOREAPP -[global::System.CodeDom.Compiler.GeneratedCode("Nerdbank.GitVersioning.Tasks","3.9.50.28654")] -#endif -#if NET40_OR_GREATER || NETCOREAPP2_0_OR_GREATER || NETSTANDARD2_0_OR_GREATER -[global::System.Diagnostics.CodeAnalysis.ExcludeFromCodeCoverage] -#endif -internal static partial class ThisAssembly { - internal const string AssemblyConfiguration = "Debug"; - internal const string AssemblyFileVersion = "0.1.2.11864"; - internal const string AssemblyInformationalVersion = "0.1.2+2e58a4565a"; - internal const string AssemblyName = "Inshiminator.CodeFixes"; - internal const string AssemblyTitle = "Inshiminator.CodeFixes"; - internal const string AssemblyVersion = "0.1.0.0"; - internal static readonly global::System.DateTime GitCommitAuthorDate = new global::System.DateTime(639138599560000000L, global::System.DateTimeKind.Utc); - internal static readonly global::System.DateTime GitCommitDate = new global::System.DateTime(639138599560000000L, global::System.DateTimeKind.Utc); - internal const string GitCommitId = "2e58a4565a8558cbb77d4b912c0ddcb50b29665c"; - internal const bool IsPrerelease = false; - internal const bool IsPublicRelease = false; - internal const string RootNamespace = "Inshiminator.CodeFixes"; -} diff --git a/src/Inshiminator.CodeFixes/obj/Debug/netstandard2.0/Inshiminator.CodeFixes.assets.cache b/src/Inshiminator.CodeFixes/obj/Debug/netstandard2.0/Inshiminator.CodeFixes.assets.cache deleted file mode 100644 index 18abb55..0000000 Binary files a/src/Inshiminator.CodeFixes/obj/Debug/netstandard2.0/Inshiminator.CodeFixes.assets.cache and /dev/null differ diff --git a/src/Inshiminator.CodeFixes/obj/Debug/netstandard2.0/Inshiminator.CodeFixes.csproj.AssemblyReference.cache b/src/Inshiminator.CodeFixes/obj/Debug/netstandard2.0/Inshiminator.CodeFixes.csproj.AssemblyReference.cache deleted file mode 100644 index ae559f8..0000000 Binary files a/src/Inshiminator.CodeFixes/obj/Debug/netstandard2.0/Inshiminator.CodeFixes.csproj.AssemblyReference.cache and /dev/null differ diff --git a/src/Inshiminator.CodeFixes/obj/Debug/netstandard2.0/Inshiminator.CodeFixes.csproj.CoreCompileInputs.cache b/src/Inshiminator.CodeFixes/obj/Debug/netstandard2.0/Inshiminator.CodeFixes.csproj.CoreCompileInputs.cache deleted file mode 100644 index a29c791..0000000 --- a/src/Inshiminator.CodeFixes/obj/Debug/netstandard2.0/Inshiminator.CodeFixes.csproj.CoreCompileInputs.cache +++ /dev/null @@ -1 +0,0 @@ -72d06f0ce3c5aaa6889d7a32e293b50585f07be47b83680efd92d77571b3b4a6 diff --git a/src/Inshiminator.CodeFixes/obj/Debug/netstandard2.0/Inshiminator.CodeFixes.csproj.FileListAbsolute.txt b/src/Inshiminator.CodeFixes/obj/Debug/netstandard2.0/Inshiminator.CodeFixes.csproj.FileListAbsolute.txt deleted file mode 100644 index c46c6a2..0000000 --- a/src/Inshiminator.CodeFixes/obj/Debug/netstandard2.0/Inshiminator.CodeFixes.csproj.FileListAbsolute.txt +++ /dev/null @@ -1,13 +0,0 @@ -C:\git\InShimInator\src\Inshiminator.CodeFixes\obj\Debug\netstandard2.0\Inshiminator.CodeFixes.csproj.AssemblyReference.cache -C:\git\InShimInator\src\Inshiminator.CodeFixes\obj\Debug\netstandard2.0\Inshiminator.CodeFixes.GeneratedMSBuildEditorConfig.editorconfig -C:\git\InShimInator\src\Inshiminator.CodeFixes\obj\Debug\netstandard2.0\Inshiminator.CodeFixes.AssemblyInfoInputs.cache -C:\git\InShimInator\src\Inshiminator.CodeFixes\obj\Debug\netstandard2.0\Inshiminator.CodeFixes.AssemblyInfo.cs -C:\git\InShimInator\src\Inshiminator.CodeFixes\obj\Debug\netstandard2.0\Inshiminator.CodeFixes.csproj.CoreCompileInputs.cache -C:\git\InShimInator\src\Inshiminator.CodeFixes\bin\Debug\netstandard2.0\Inshiminator.CodeFixes.deps.json -C:\git\InShimInator\src\Inshiminator.CodeFixes\bin\Debug\netstandard2.0\Inshiminator.CodeFixes.dll -C:\git\InShimInator\src\Inshiminator.CodeFixes\bin\Debug\netstandard2.0\Inshiminator.CodeFixes.pdb -C:\git\InShimInator\src\Inshiminator.CodeFixes\bin\Debug\netstandard2.0\Inshiminator.Analyzers.dll -C:\git\InShimInator\src\Inshiminator.CodeFixes\bin\Debug\netstandard2.0\Inshiminator.Analyzers.pdb -C:\git\InShimInator\src\Inshiminator.CodeFixes\obj\Debug\netstandard2.0\Inshimin.3482346B.Up2Date -C:\git\InShimInator\src\Inshiminator.CodeFixes\obj\Debug\netstandard2.0\Inshiminator.CodeFixes.dll -C:\git\InShimInator\src\Inshiminator.CodeFixes\obj\Debug\netstandard2.0\Inshiminator.CodeFixes.pdb diff --git a/src/Inshiminator.CodeFixes/obj/Debug/netstandard2.0/Inshiminator.CodeFixes.dll b/src/Inshiminator.CodeFixes/obj/Debug/netstandard2.0/Inshiminator.CodeFixes.dll deleted file mode 100644 index df1f613..0000000 Binary files a/src/Inshiminator.CodeFixes/obj/Debug/netstandard2.0/Inshiminator.CodeFixes.dll and /dev/null differ diff --git a/src/Inshiminator.CodeFixes/obj/Debug/netstandard2.0/Inshiminator.CodeFixes.pdb b/src/Inshiminator.CodeFixes/obj/Debug/netstandard2.0/Inshiminator.CodeFixes.pdb deleted file mode 100644 index f4327b8..0000000 Binary files a/src/Inshiminator.CodeFixes/obj/Debug/netstandard2.0/Inshiminator.CodeFixes.pdb and /dev/null differ diff --git a/src/Inshiminator.CodeFixes/obj/Inshiminator.CodeFixes.csproj.nuget.dgspec.json b/src/Inshiminator.CodeFixes/obj/Inshiminator.CodeFixes.csproj.nuget.dgspec.json deleted file mode 100644 index 96a6f10..0000000 --- a/src/Inshiminator.CodeFixes/obj/Inshiminator.CodeFixes.csproj.nuget.dgspec.json +++ /dev/null @@ -1,1813 +0,0 @@ -{ - "format": 1, - "restore": { - "C:\\git\\InShimInator\\src\\Inshiminator.CodeFixes\\Inshiminator.CodeFixes.csproj": {} - }, - "projects": { - "C:\\git\\InShimInator\\src\\Inshiminator.Analyzers\\Inshiminator.Analyzers.csproj": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "C:\\git\\InShimInator\\src\\Inshiminator.Analyzers\\Inshiminator.Analyzers.csproj", - "projectName": "Inshiminator.Analyzers", - "projectPath": "C:\\git\\InShimInator\\src\\Inshiminator.Analyzers\\Inshiminator.Analyzers.csproj", - "packagesPath": "C:\\Users\\jd\\.nuget\\packages\\", - "outputPath": "C:\\git\\InShimInator\\src\\Inshiminator.Analyzers\\obj\\", - "projectStyle": "PackageReference", - "crossTargeting": true, - "centralPackageVersionsManagementEnabled": true, - "fallbackFolders": [ - "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" - ], - "configFilePaths": [ - "C:\\git\\InShimInator\\NuGet.Config", - "C:\\Users\\jd\\AppData\\Roaming\\NuGet\\NuGet.Config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" - ], - "originalTargetFrameworks": [ - "net10.0", - "net8.0", - "netstandard2.0" - ], - "sources": { - "C:\\Program Files\\dotnet\\library-packs": {}, - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net8.0": { - "targetAlias": "net8.0", - "projectReferences": {} - }, - "net10.0": { - "targetAlias": "net10.0", - "projectReferences": {} - }, - "netstandard2.0": { - "targetAlias": "netstandard2.0", - "projectReferences": {} - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - }, - "restoreAuditProperties": { - "enableAudit": "true", - "auditLevel": "low", - "auditMode": "all" - }, - "SdkAnalysisLevel": "10.0.100" - }, - "frameworks": { - "net8.0": { - "targetAlias": "net8.0", - "dependencies": { - "Microsoft.CodeAnalysis.Analyzers": { - "include": "Runtime, Build, Native, ContentFiles, Analyzers, BuildTransitive", - "suppressParent": "All", - "target": "Package", - "version": "[3.11.0, )", - "versionCentrallyManaged": true - }, - "Microsoft.CodeAnalysis.CSharp": { - "target": "Package", - "version": "[4.12.0, )", - "versionCentrallyManaged": true - }, - "Microsoft.SourceLink.GitHub": { - "suppressParent": "All", - "target": "Package", - "version": "[10.0.203, )", - "versionCentrallyManaged": true - }, - "Nerdbank.GitVersioning": { - "suppressParent": "All", - "target": "Package", - "version": "[3.9.50, )", - "versionCentrallyManaged": true - } - }, - "centralPackageVersions": { - "coverlet.collector": "10.0.0", - "Microsoft.Build.Locator": "1.11.2", - "Microsoft.CodeAnalysis.Analyzers": "3.11.0", - "Microsoft.CodeAnalysis.CSharp": "4.12.0", - "Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.12.0", - "Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing.XUnit": "1.1.2", - "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.7", - "Microsoft.NET.Test.Sdk": "18.5.1", - "Microsoft.SourceLink.GitHub": "10.0.203", - "Nerdbank.GitVersioning": "3.9.50", - "Spectre.Console.Cli": "0.55.0", - "xunit": "2.9.3", - "xunit.runner.visualstudio": "3.1.5" - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48", - "net481" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\10.0.107/PortableRuntimeIdentifierGraph.json", - "packagesToPrune": { - "Microsoft.CSharp": "(,4.7.32767]", - "Microsoft.VisualBasic": "(,10.3.32767]", - "Microsoft.Win32.Primitives": "(,4.3.32767]", - "Microsoft.Win32.Registry": "(,5.0.32767]", - "runtime.any.System.Collections": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.any.System.Globalization": "(,4.3.32767]", - "runtime.any.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.any.System.IO": "(,4.3.32767]", - "runtime.any.System.Reflection": "(,4.3.32767]", - "runtime.any.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.any.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.any.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.any.System.Runtime": "(,4.3.32767]", - "runtime.any.System.Runtime.Handles": "(,4.3.32767]", - "runtime.any.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.any.System.Text.Encoding": "(,4.3.32767]", - "runtime.any.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.any.System.Threading.Tasks": "(,4.3.32767]", - "runtime.any.System.Threading.Timer": "(,4.3.32767]", - "runtime.aot.System.Collections": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.aot.System.Globalization": "(,4.3.32767]", - "runtime.aot.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.aot.System.IO": "(,4.3.32767]", - "runtime.aot.System.Reflection": "(,4.3.32767]", - "runtime.aot.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.aot.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.aot.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.aot.System.Runtime": "(,4.3.32767]", - "runtime.aot.System.Runtime.Handles": "(,4.3.32767]", - "runtime.aot.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.aot.System.Threading.Tasks": "(,4.3.32767]", - "runtime.aot.System.Threading.Timer": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.native.System.Security.Cryptography.Apple": "(,4.3.32767]", - "runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.unix.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.unix.System.Console": "(,4.3.32767]", - "runtime.unix.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.unix.System.IO.FileSystem": "(,4.3.32767]", - "runtime.unix.System.Net.Primitives": "(,4.3.32767]", - "runtime.unix.System.Net.Sockets": "(,4.3.32767]", - "runtime.unix.System.Private.Uri": "(,4.3.32767]", - "runtime.unix.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.win.System.Console": "(,4.3.32767]", - "runtime.win.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.win.System.IO.FileSystem": "(,4.3.32767]", - "runtime.win.System.Net.Primitives": "(,4.3.32767]", - "runtime.win.System.Net.Sockets": "(,4.3.32767]", - "runtime.win.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win10-arm-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-arm64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win10-x64-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-x86-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7-x86.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7.System.Private.Uri": "(,4.3.32767]", - "runtime.win8-arm.runtime.native.System.IO.Compression": "(,4.3.32767]", - "System.AppContext": "(,4.3.32767]", - "System.Buffers": "(,4.6.32767]", - "System.Collections": "(,4.3.32767]", - "System.Collections.Concurrent": "(,4.3.32767]", - "System.Collections.Immutable": "(,8.0.32767]", - "System.Collections.NonGeneric": "(,4.3.32767]", - "System.Collections.Specialized": "(,4.3.32767]", - "System.ComponentModel": "(,4.3.32767]", - "System.ComponentModel.Annotations": "(,5.0.32767]", - "System.ComponentModel.EventBasedAsync": "(,4.3.32767]", - "System.ComponentModel.Primitives": "(,4.3.32767]", - "System.ComponentModel.TypeConverter": "(,4.3.32767]", - "System.Console": "(,4.3.32767]", - "System.Data.Common": "(,4.3.32767]", - "System.Data.DataSetExtensions": "(,4.5.32767]", - "System.Diagnostics.Contracts": "(,4.3.32767]", - "System.Diagnostics.Debug": "(,4.3.32767]", - "System.Diagnostics.DiagnosticSource": "(,8.0.32767]", - "System.Diagnostics.FileVersionInfo": "(,4.3.32767]", - "System.Diagnostics.Process": "(,4.3.32767]", - "System.Diagnostics.StackTrace": "(,4.3.32767]", - "System.Diagnostics.TextWriterTraceListener": "(,4.3.32767]", - "System.Diagnostics.Tools": "(,4.3.32767]", - "System.Diagnostics.TraceSource": "(,4.3.32767]", - "System.Diagnostics.Tracing": "(,4.3.32767]", - "System.Drawing.Primitives": "(,4.3.32767]", - "System.Dynamic.Runtime": "(,4.3.32767]", - "System.Formats.Asn1": "(,8.0.32767]", - "System.Globalization": "(,4.3.32767]", - "System.Globalization.Calendars": "(,4.3.32767]", - "System.Globalization.Extensions": "(,4.3.32767]", - "System.IO": "(,4.3.32767]", - "System.IO.Compression": "(,4.3.32767]", - "System.IO.Compression.ZipFile": "(,4.3.32767]", - "System.IO.FileSystem": "(,4.3.32767]", - "System.IO.FileSystem.AccessControl": "(,5.0.32767]", - "System.IO.FileSystem.DriveInfo": "(,4.3.32767]", - "System.IO.FileSystem.Primitives": "(,4.3.32767]", - "System.IO.FileSystem.Watcher": "(,4.3.32767]", - "System.IO.IsolatedStorage": "(,4.3.32767]", - "System.IO.MemoryMappedFiles": "(,4.3.32767]", - "System.IO.Pipes": "(,4.3.32767]", - "System.IO.Pipes.AccessControl": "(,4.6.32767]", - "System.IO.UnmanagedMemoryStream": "(,4.3.32767]", - "System.Linq": "(,4.3.32767]", - "System.Linq.Expressions": "(,4.3.32767]", - "System.Linq.Parallel": "(,4.3.32767]", - "System.Linq.Queryable": "(,4.3.32767]", - "System.Memory": "(,4.6.32767]", - "System.Net.Http": "(,4.3.32767]", - "System.Net.Http.Json": "(,8.0.32767]", - "System.Net.NameResolution": "(,4.3.32767]", - "System.Net.NetworkInformation": "(,4.3.32767]", - "System.Net.Ping": "(,4.3.32767]", - "System.Net.Primitives": "(,4.3.32767]", - "System.Net.Requests": "(,4.3.32767]", - "System.Net.Security": "(,4.3.32767]", - "System.Net.Sockets": "(,4.3.32767]", - "System.Net.WebHeaderCollection": "(,4.3.32767]", - "System.Net.WebSockets": "(,4.3.32767]", - "System.Net.WebSockets.Client": "(,4.3.32767]", - "System.Numerics.Vectors": "(,4.6.32767]", - "System.ObjectModel": "(,4.3.32767]", - "System.Private.DataContractSerialization": "(,4.3.32767]", - "System.Private.Uri": "(,4.3.32767]", - "System.Reflection": "(,4.3.32767]", - "System.Reflection.DispatchProxy": "(,4.8.32767]", - "System.Reflection.Emit": "(,4.7.32767]", - "System.Reflection.Emit.ILGeneration": "(,4.7.32767]", - "System.Reflection.Emit.Lightweight": "(,4.7.32767]", - "System.Reflection.Extensions": "(,4.3.32767]", - "System.Reflection.Metadata": "(,8.0.32767]", - "System.Reflection.Primitives": "(,4.3.32767]", - "System.Reflection.TypeExtensions": "(,4.7.32767]", - "System.Resources.Reader": "(,4.3.32767]", - "System.Resources.ResourceManager": "(,4.3.32767]", - "System.Resources.Writer": "(,4.3.32767]", - "System.Runtime": "(,4.3.32767]", - "System.Runtime.CompilerServices.Unsafe": "(,6.1.32767]", - "System.Runtime.CompilerServices.VisualC": "(,4.3.32767]", - "System.Runtime.Extensions": "(,4.3.32767]", - "System.Runtime.Handles": "(,4.3.32767]", - "System.Runtime.InteropServices": "(,4.3.32767]", - "System.Runtime.InteropServices.RuntimeInformation": "(,4.3.32767]", - "System.Runtime.Loader": "(,4.3.32767]", - "System.Runtime.Numerics": "(,4.3.32767]", - "System.Runtime.Serialization.Formatters": "(,4.3.32767]", - "System.Runtime.Serialization.Json": "(,4.3.32767]", - "System.Runtime.Serialization.Primitives": "(,4.3.32767]", - "System.Runtime.Serialization.Xml": "(,4.3.32767]", - "System.Security.AccessControl": "(,6.0.32767]", - "System.Security.Claims": "(,4.3.32767]", - "System.Security.Cryptography.Algorithms": "(,4.3.32767]", - "System.Security.Cryptography.Cng": "(,4.6.32767]", - "System.Security.Cryptography.Csp": "(,4.3.32767]", - "System.Security.Cryptography.Encoding": "(,4.3.32767]", - "System.Security.Cryptography.OpenSsl": "(,5.0.32767]", - "System.Security.Cryptography.Primitives": "(,4.3.32767]", - "System.Security.Cryptography.X509Certificates": "(,4.3.32767]", - "System.Security.Principal": "(,4.3.32767]", - "System.Security.Principal.Windows": "(,5.0.32767]", - "System.Security.SecureString": "(,4.3.32767]", - "System.Text.Encoding": "(,4.3.32767]", - "System.Text.Encoding.CodePages": "(,8.0.32767]", - "System.Text.Encoding.Extensions": "(,4.3.32767]", - "System.Text.Encodings.Web": "(,8.0.32767]", - "System.Text.Json": "(,8.0.32767]", - "System.Text.RegularExpressions": "(,4.3.32767]", - "System.Threading": "(,4.3.32767]", - "System.Threading.Channels": "(,8.0.32767]", - "System.Threading.Overlapped": "(,4.3.32767]", - "System.Threading.Tasks": "(,4.3.32767]", - "System.Threading.Tasks.Dataflow": "(,8.0.32767]", - "System.Threading.Tasks.Extensions": "(,4.6.32767]", - "System.Threading.Tasks.Parallel": "(,4.3.32767]", - "System.Threading.Thread": "(,4.3.32767]", - "System.Threading.ThreadPool": "(,4.3.32767]", - "System.Threading.Timer": "(,4.3.32767]", - "System.ValueTuple": "(,4.6.32767]", - "System.Xml.ReaderWriter": "(,4.3.32767]", - "System.Xml.XDocument": "(,4.3.32767]", - "System.Xml.XmlDocument": "(,4.3.32767]", - "System.Xml.XmlSerializer": "(,4.3.32767]", - "System.Xml.XPath": "(,4.3.32767]", - "System.Xml.XPath.XDocument": "(,4.3.32767]" - } - }, - "net10.0": { - "targetAlias": "net10.0", - "dependencies": { - "Microsoft.CodeAnalysis.Analyzers": { - "include": "Runtime, Build, Native, ContentFiles, Analyzers, BuildTransitive", - "suppressParent": "All", - "target": "Package", - "version": "[3.11.0, )", - "versionCentrallyManaged": true - }, - "Microsoft.CodeAnalysis.CSharp": { - "target": "Package", - "version": "[4.12.0, )", - "versionCentrallyManaged": true - }, - "Microsoft.SourceLink.GitHub": { - "suppressParent": "All", - "target": "Package", - "version": "[10.0.203, )", - "versionCentrallyManaged": true - }, - "Nerdbank.GitVersioning": { - "suppressParent": "All", - "target": "Package", - "version": "[3.9.50, )", - "versionCentrallyManaged": true - } - }, - "centralPackageVersions": { - "coverlet.collector": "10.0.0", - "Microsoft.Build.Locator": "1.11.2", - "Microsoft.CodeAnalysis.Analyzers": "3.11.0", - "Microsoft.CodeAnalysis.CSharp": "4.12.0", - "Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.12.0", - "Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing.XUnit": "1.1.2", - "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.7", - "Microsoft.NET.Test.Sdk": "18.5.1", - "Microsoft.SourceLink.GitHub": "10.0.203", - "Nerdbank.GitVersioning": "3.9.50", - "Spectre.Console.Cli": "0.55.0", - "xunit": "2.9.3", - "xunit.runner.visualstudio": "3.1.5" - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48", - "net481" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\10.0.107/PortableRuntimeIdentifierGraph.json", - "packagesToPrune": { - "Microsoft.CSharp": "(,4.7.32767]", - "Microsoft.VisualBasic": "(,10.4.32767]", - "Microsoft.Win32.Primitives": "(,4.3.32767]", - "Microsoft.Win32.Registry": "(,5.0.32767]", - "runtime.any.System.Collections": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.any.System.Globalization": "(,4.3.32767]", - "runtime.any.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.any.System.IO": "(,4.3.32767]", - "runtime.any.System.Reflection": "(,4.3.32767]", - "runtime.any.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.any.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.any.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.any.System.Runtime": "(,4.3.32767]", - "runtime.any.System.Runtime.Handles": "(,4.3.32767]", - "runtime.any.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.any.System.Text.Encoding": "(,4.3.32767]", - "runtime.any.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.any.System.Threading.Tasks": "(,4.3.32767]", - "runtime.any.System.Threading.Timer": "(,4.3.32767]", - "runtime.aot.System.Collections": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.aot.System.Globalization": "(,4.3.32767]", - "runtime.aot.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.aot.System.IO": "(,4.3.32767]", - "runtime.aot.System.Reflection": "(,4.3.32767]", - "runtime.aot.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.aot.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.aot.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.aot.System.Runtime": "(,4.3.32767]", - "runtime.aot.System.Runtime.Handles": "(,4.3.32767]", - "runtime.aot.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.aot.System.Threading.Tasks": "(,4.3.32767]", - "runtime.aot.System.Threading.Timer": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.unix.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.unix.System.Console": "(,4.3.32767]", - "runtime.unix.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.unix.System.IO.FileSystem": "(,4.3.32767]", - "runtime.unix.System.Net.Primitives": "(,4.3.32767]", - "runtime.unix.System.Net.Sockets": "(,4.3.32767]", - "runtime.unix.System.Private.Uri": "(,4.3.32767]", - "runtime.unix.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.win.System.Console": "(,4.3.32767]", - "runtime.win.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.win.System.IO.FileSystem": "(,4.3.32767]", - "runtime.win.System.Net.Primitives": "(,4.3.32767]", - "runtime.win.System.Net.Sockets": "(,4.3.32767]", - "runtime.win.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win10-arm-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-arm64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win10-x64-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-x86-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7-x86.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7.System.Private.Uri": "(,4.3.32767]", - "runtime.win8-arm.runtime.native.System.IO.Compression": "(,4.3.32767]", - "System.AppContext": "(,4.3.32767]", - "System.Buffers": "(,5.0.32767]", - "System.Collections": "(,4.3.32767]", - "System.Collections.Concurrent": "(,4.3.32767]", - "System.Collections.Immutable": "(,10.0.32767]", - "System.Collections.NonGeneric": "(,4.3.32767]", - "System.Collections.Specialized": "(,4.3.32767]", - "System.ComponentModel": "(,4.3.32767]", - "System.ComponentModel.Annotations": "(,4.3.32767]", - "System.ComponentModel.EventBasedAsync": "(,4.3.32767]", - "System.ComponentModel.Primitives": "(,4.3.32767]", - "System.ComponentModel.TypeConverter": "(,4.3.32767]", - "System.Console": "(,4.3.32767]", - "System.Data.Common": "(,4.3.32767]", - "System.Data.DataSetExtensions": "(,4.4.32767]", - "System.Diagnostics.Contracts": "(,4.3.32767]", - "System.Diagnostics.Debug": "(,4.3.32767]", - "System.Diagnostics.DiagnosticSource": "(,10.0.32767]", - "System.Diagnostics.FileVersionInfo": "(,4.3.32767]", - "System.Diagnostics.Process": "(,4.3.32767]", - "System.Diagnostics.StackTrace": "(,4.3.32767]", - "System.Diagnostics.TextWriterTraceListener": "(,4.3.32767]", - "System.Diagnostics.Tools": "(,4.3.32767]", - "System.Diagnostics.TraceSource": "(,4.3.32767]", - "System.Diagnostics.Tracing": "(,4.3.32767]", - "System.Drawing.Primitives": "(,4.3.32767]", - "System.Dynamic.Runtime": "(,4.3.32767]", - "System.Formats.Asn1": "(,10.0.32767]", - "System.Formats.Tar": "(,10.0.32767]", - "System.Globalization": "(,4.3.32767]", - "System.Globalization.Calendars": "(,4.3.32767]", - "System.Globalization.Extensions": "(,4.3.32767]", - "System.IO": "(,4.3.32767]", - "System.IO.Compression": "(,4.3.32767]", - "System.IO.Compression.ZipFile": "(,4.3.32767]", - "System.IO.FileSystem": "(,4.3.32767]", - "System.IO.FileSystem.AccessControl": "(,4.4.32767]", - "System.IO.FileSystem.DriveInfo": "(,4.3.32767]", - "System.IO.FileSystem.Primitives": "(,4.3.32767]", - "System.IO.FileSystem.Watcher": "(,4.3.32767]", - "System.IO.IsolatedStorage": "(,4.3.32767]", - "System.IO.MemoryMappedFiles": "(,4.3.32767]", - "System.IO.Pipelines": "(,10.0.32767]", - "System.IO.Pipes": "(,4.3.32767]", - "System.IO.Pipes.AccessControl": "(,5.0.32767]", - "System.IO.UnmanagedMemoryStream": "(,4.3.32767]", - "System.Linq": "(,4.3.32767]", - "System.Linq.AsyncEnumerable": "(,10.0.32767]", - "System.Linq.Expressions": "(,4.3.32767]", - "System.Linq.Parallel": "(,4.3.32767]", - "System.Linq.Queryable": "(,4.3.32767]", - "System.Memory": "(,5.0.32767]", - "System.Net.Http": "(,4.3.32767]", - "System.Net.Http.Json": "(,10.0.32767]", - "System.Net.NameResolution": "(,4.3.32767]", - "System.Net.NetworkInformation": "(,4.3.32767]", - "System.Net.Ping": "(,4.3.32767]", - "System.Net.Primitives": "(,4.3.32767]", - "System.Net.Requests": "(,4.3.32767]", - "System.Net.Security": "(,4.3.32767]", - "System.Net.ServerSentEvents": "(,10.0.32767]", - "System.Net.Sockets": "(,4.3.32767]", - "System.Net.WebHeaderCollection": "(,4.3.32767]", - "System.Net.WebSockets": "(,4.3.32767]", - "System.Net.WebSockets.Client": "(,4.3.32767]", - "System.Numerics.Vectors": "(,5.0.32767]", - "System.ObjectModel": "(,4.3.32767]", - "System.Private.DataContractSerialization": "(,4.3.32767]", - "System.Private.Uri": "(,4.3.32767]", - "System.Reflection": "(,4.3.32767]", - "System.Reflection.DispatchProxy": "(,6.0.32767]", - "System.Reflection.Emit": "(,4.7.32767]", - "System.Reflection.Emit.ILGeneration": "(,4.7.32767]", - "System.Reflection.Emit.Lightweight": "(,4.7.32767]", - "System.Reflection.Extensions": "(,4.3.32767]", - "System.Reflection.Metadata": "(,10.0.32767]", - "System.Reflection.Primitives": "(,4.3.32767]", - "System.Reflection.TypeExtensions": "(,4.3.32767]", - "System.Resources.Reader": "(,4.3.32767]", - "System.Resources.ResourceManager": "(,4.3.32767]", - "System.Resources.Writer": "(,4.3.32767]", - "System.Runtime": "(,4.3.32767]", - "System.Runtime.CompilerServices.Unsafe": "(,7.0.32767]", - "System.Runtime.CompilerServices.VisualC": "(,4.3.32767]", - "System.Runtime.Extensions": "(,4.3.32767]", - "System.Runtime.Handles": "(,4.3.32767]", - "System.Runtime.InteropServices": "(,4.3.32767]", - "System.Runtime.InteropServices.RuntimeInformation": "(,4.3.32767]", - "System.Runtime.Loader": "(,4.3.32767]", - "System.Runtime.Numerics": "(,4.3.32767]", - "System.Runtime.Serialization.Formatters": "(,4.3.32767]", - "System.Runtime.Serialization.Json": "(,4.3.32767]", - "System.Runtime.Serialization.Primitives": "(,4.3.32767]", - "System.Runtime.Serialization.Xml": "(,4.3.32767]", - "System.Security.AccessControl": "(,6.0.32767]", - "System.Security.Claims": "(,4.3.32767]", - "System.Security.Cryptography.Algorithms": "(,4.3.32767]", - "System.Security.Cryptography.Cng": "(,5.0.32767]", - "System.Security.Cryptography.Csp": "(,4.3.32767]", - "System.Security.Cryptography.Encoding": "(,4.3.32767]", - "System.Security.Cryptography.OpenSsl": "(,5.0.32767]", - "System.Security.Cryptography.Primitives": "(,4.3.32767]", - "System.Security.Cryptography.X509Certificates": "(,4.3.32767]", - "System.Security.Principal": "(,4.3.32767]", - "System.Security.Principal.Windows": "(,5.0.32767]", - "System.Security.SecureString": "(,4.3.32767]", - "System.Text.Encoding": "(,4.3.32767]", - "System.Text.Encoding.CodePages": "(,10.0.32767]", - "System.Text.Encoding.Extensions": "(,4.3.32767]", - "System.Text.Encodings.Web": "(,10.0.32767]", - "System.Text.Json": "(,10.0.32767]", - "System.Text.RegularExpressions": "(,4.3.32767]", - "System.Threading": "(,4.3.32767]", - "System.Threading.AccessControl": "(,10.0.32767]", - "System.Threading.Channels": "(,10.0.32767]", - "System.Threading.Overlapped": "(,4.3.32767]", - "System.Threading.Tasks": "(,4.3.32767]", - "System.Threading.Tasks.Dataflow": "(,10.0.32767]", - "System.Threading.Tasks.Extensions": "(,5.0.32767]", - "System.Threading.Tasks.Parallel": "(,4.3.32767]", - "System.Threading.Thread": "(,4.3.32767]", - "System.Threading.ThreadPool": "(,4.3.32767]", - "System.Threading.Timer": "(,4.3.32767]", - "System.ValueTuple": "(,4.5.32767]", - "System.Xml.ReaderWriter": "(,4.3.32767]", - "System.Xml.XDocument": "(,4.3.32767]", - "System.Xml.XmlDocument": "(,4.3.32767]", - "System.Xml.XmlSerializer": "(,4.3.32767]", - "System.Xml.XPath": "(,4.3.32767]", - "System.Xml.XPath.XDocument": "(,5.0.32767]" - } - }, - "netstandard2.0": { - "targetAlias": "netstandard2.0", - "dependencies": { - "Microsoft.CodeAnalysis.Analyzers": { - "include": "Runtime, Build, Native, ContentFiles, Analyzers, BuildTransitive", - "suppressParent": "All", - "target": "Package", - "version": "[3.11.0, )", - "versionCentrallyManaged": true - }, - "Microsoft.CodeAnalysis.CSharp": { - "target": "Package", - "version": "[4.12.0, )", - "versionCentrallyManaged": true - }, - "Microsoft.SourceLink.GitHub": { - "suppressParent": "All", - "target": "Package", - "version": "[10.0.203, )", - "versionCentrallyManaged": true - }, - "NETStandard.Library": { - "suppressParent": "All", - "target": "Package", - "version": "[2.0.3, )", - "autoReferenced": true - }, - "Nerdbank.GitVersioning": { - "suppressParent": "All", - "target": "Package", - "version": "[3.9.50, )", - "versionCentrallyManaged": true - } - }, - "centralPackageVersions": { - "coverlet.collector": "10.0.0", - "Microsoft.Build.Locator": "1.11.2", - "Microsoft.CodeAnalysis.Analyzers": "3.11.0", - "Microsoft.CodeAnalysis.CSharp": "4.12.0", - "Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.12.0", - "Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing.XUnit": "1.1.2", - "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.7", - "Microsoft.NET.Test.Sdk": "18.5.1", - "Microsoft.SourceLink.GitHub": "10.0.203", - "Nerdbank.GitVersioning": "3.9.50", - "Spectre.Console.Cli": "0.55.0", - "xunit": "2.9.3", - "xunit.runner.visualstudio": "3.1.5" - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48", - "net481" - ], - "assetTargetFallback": true, - "warn": true, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\10.0.107\\RuntimeIdentifierGraph.json", - "packagesToPrune": { - "Microsoft.Win32.Primitives": "(,4.3.0]", - "System.AppContext": "(,4.3.0]", - "System.Collections": "(,4.3.0]", - "System.Collections.NonGeneric": "(,4.3.0]", - "System.Collections.Specialized": "(,4.3.0]", - "System.ComponentModel": "(,4.3.0]", - "System.ComponentModel.EventBasedAsync": "(,4.3.0]", - "System.ComponentModel.Primitives": "(,4.3.0]", - "System.ComponentModel.TypeConverter": "(,4.3.0]", - "System.Console": "(,4.3.1]", - "System.Data.Common": "(,4.3.0]", - "System.Diagnostics.Contracts": "(,4.3.0]", - "System.Diagnostics.Debug": "(,4.3.0]", - "System.Diagnostics.FileVersionInfo": "(,4.3.0]", - "System.Diagnostics.Process": "(,4.3.0]", - "System.Diagnostics.StackTrace": "(,4.3.0]", - "System.Diagnostics.TextWriterTraceListener": "(,4.3.0]", - "System.Diagnostics.Tools": "(,4.3.0]", - "System.Diagnostics.TraceSource": "(,4.3.0]", - "System.Diagnostics.Tracing": "(,4.3.0]", - "System.Drawing.Primitives": "(,4.3.0]", - "System.Dynamic.Runtime": "(,4.3.0]", - "System.Globalization": "(,4.3.0]", - "System.Globalization.Calendars": "(,4.3.0]", - "System.Globalization.Extensions": "(,4.3.0]", - "System.IO": "(,4.3.0]", - "System.IO.Compression": "(,4.3.0]", - "System.IO.Compression.ZipFile": "(,4.3.0]", - "System.IO.FileSystem": "(,4.3.0]", - "System.IO.FileSystem.DriveInfo": "(,4.3.1]", - "System.IO.FileSystem.Primitives": "(,4.3.0]", - "System.IO.FileSystem.Watcher": "(,4.3.0]", - "System.IO.IsolatedStorage": "(,4.3.0]", - "System.IO.MemoryMappedFiles": "(,4.3.0]", - "System.IO.Pipes": "(,4.3.0]", - "System.IO.UnmanagedMemoryStream": "(,4.3.0]", - "System.Linq": "(,4.3.0]", - "System.Linq.Expressions": "(,4.3.0]", - "System.Linq.Parallel": "(,4.3.0]", - "System.Linq.Queryable": "(,4.3.0]", - "System.Net.Http": "(,4.3.4]", - "System.Net.NameResolution": "(,4.3.0]", - "System.Net.NetworkInformation": "(,4.3.0]", - "System.Net.Ping": "(,4.3.0]", - "System.Net.Primitives": "(,4.3.1]", - "System.Net.Requests": "(,4.3.0]", - "System.Net.Security": "(,4.3.2]", - "System.Net.Sockets": "(,4.3.0]", - "System.Net.WebHeaderCollection": "(,4.3.0]", - "System.Net.WebSockets": "(,4.3.0]", - "System.Net.WebSockets.Client": "(,4.3.2]", - "System.Reflection": "(,4.3.0]", - "System.Reflection.Extensions": "(,4.3.0]", - "System.Reflection.Primitives": "(,4.3.0]", - "System.Resources.Reader": "(,4.3.0]", - "System.Resources.ResourceManager": "(,4.3.0]", - "System.Resources.Writer": "(,4.3.0]", - "System.Runtime": "(,4.3.1]", - "System.Runtime.CompilerServices.VisualC": "(,4.3.0]", - "System.Runtime.Extensions": "(,4.3.1]", - "System.Runtime.Handles": "(,4.3.0]", - "System.Runtime.InteropServices": "(,4.3.0]", - "System.Runtime.InteropServices.RuntimeInformation": "(,4.3.0]", - "System.Runtime.Numerics": "(,4.3.0]", - "System.Runtime.Serialization.Formatters": "(,4.3.0]", - "System.Runtime.Serialization.Primitives": "(,4.3.0]", - "System.Runtime.Serialization.Xml": "(,4.3.0]", - "System.Security.Claims": "(,4.3.0]", - "System.Security.Cryptography.Algorithms": "(,4.3.1]", - "System.Security.Cryptography.Csp": "(,4.3.0]", - "System.Security.Cryptography.Encoding": "(,4.3.0]", - "System.Security.Cryptography.Primitives": "(,4.3.0]", - "System.Security.Cryptography.X509Certificates": "(,4.3.2]", - "System.Security.Principal": "(,4.3.0]", - "System.Security.SecureString": "(,4.3.0]", - "System.Text.Encoding": "(,4.3.0]", - "System.Text.Encoding.Extensions": "(,4.3.0]", - "System.Text.RegularExpressions": "(,4.3.0]", - "System.Threading": "(,4.3.0]", - "System.Threading.Overlapped": "(,4.3.0]", - "System.Threading.Tasks": "(,4.3.0]", - "System.Threading.Tasks.Parallel": "(,4.3.0]", - "System.Threading.Thread": "(,4.3.0]", - "System.Threading.ThreadPool": "(,4.3.0]", - "System.Threading.Timer": "(,4.3.0]", - "System.ValueTuple": "(,4.6.1]", - "System.Xml.ReaderWriter": "(,4.3.1]", - "System.Xml.XDocument": "(,4.3.0]", - "System.Xml.XmlDocument": "(,4.3.0]", - "System.Xml.XmlSerializer": "(,4.3.0]", - "System.Xml.XPath": "(,4.3.0]", - "System.Xml.XPath.XDocument": "(,4.3.0]" - } - } - } - }, - "C:\\git\\InShimInator\\src\\Inshiminator.CodeFixes\\Inshiminator.CodeFixes.csproj": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "C:\\git\\InShimInator\\src\\Inshiminator.CodeFixes\\Inshiminator.CodeFixes.csproj", - "projectName": "Inshiminator.CodeFixes", - "projectPath": "C:\\git\\InShimInator\\src\\Inshiminator.CodeFixes\\Inshiminator.CodeFixes.csproj", - "packagesPath": "C:\\Users\\jd\\.nuget\\packages\\", - "outputPath": "C:\\git\\InShimInator\\src\\Inshiminator.CodeFixes\\obj\\", - "projectStyle": "PackageReference", - "crossTargeting": true, - "centralPackageVersionsManagementEnabled": true, - "fallbackFolders": [ - "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" - ], - "configFilePaths": [ - "C:\\git\\InShimInator\\NuGet.Config", - "C:\\Users\\jd\\AppData\\Roaming\\NuGet\\NuGet.Config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" - ], - "originalTargetFrameworks": [ - "net10.0", - "net8.0", - "netstandard2.0" - ], - "sources": { - "C:\\Program Files\\dotnet\\library-packs": {}, - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net8.0": { - "targetAlias": "net8.0", - "projectReferences": { - "C:\\git\\InShimInator\\src\\Inshiminator.Analyzers\\Inshiminator.Analyzers.csproj": { - "projectPath": "C:\\git\\InShimInator\\src\\Inshiminator.Analyzers\\Inshiminator.Analyzers.csproj" - } - } - }, - "net10.0": { - "targetAlias": "net10.0", - "projectReferences": { - "C:\\git\\InShimInator\\src\\Inshiminator.Analyzers\\Inshiminator.Analyzers.csproj": { - "projectPath": "C:\\git\\InShimInator\\src\\Inshiminator.Analyzers\\Inshiminator.Analyzers.csproj" - } - } - }, - "netstandard2.0": { - "targetAlias": "netstandard2.0", - "projectReferences": { - "C:\\git\\InShimInator\\src\\Inshiminator.Analyzers\\Inshiminator.Analyzers.csproj": { - "projectPath": "C:\\git\\InShimInator\\src\\Inshiminator.Analyzers\\Inshiminator.Analyzers.csproj" - } - } - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - }, - "restoreAuditProperties": { - "enableAudit": "true", - "auditLevel": "low", - "auditMode": "all" - }, - "SdkAnalysisLevel": "10.0.100" - }, - "frameworks": { - "net8.0": { - "targetAlias": "net8.0", - "dependencies": { - "Microsoft.CodeAnalysis.CSharp.Workspaces": { - "target": "Package", - "version": "[4.12.0, )", - "versionCentrallyManaged": true - }, - "Microsoft.SourceLink.GitHub": { - "suppressParent": "All", - "target": "Package", - "version": "[10.0.203, )", - "versionCentrallyManaged": true - }, - "Nerdbank.GitVersioning": { - "suppressParent": "All", - "target": "Package", - "version": "[3.9.50, )", - "versionCentrallyManaged": true - } - }, - "centralPackageVersions": { - "coverlet.collector": "10.0.0", - "Microsoft.Build.Locator": "1.11.2", - "Microsoft.CodeAnalysis.Analyzers": "3.11.0", - "Microsoft.CodeAnalysis.CSharp": "4.12.0", - "Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.12.0", - "Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing.XUnit": "1.1.2", - "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.7", - "Microsoft.NET.Test.Sdk": "18.5.1", - "Microsoft.SourceLink.GitHub": "10.0.203", - "Nerdbank.GitVersioning": "3.9.50", - "Spectre.Console.Cli": "0.55.0", - "xunit": "2.9.3", - "xunit.runner.visualstudio": "3.1.5" - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48", - "net481" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\10.0.107/PortableRuntimeIdentifierGraph.json", - "packagesToPrune": { - "Microsoft.CSharp": "(,4.7.32767]", - "Microsoft.VisualBasic": "(,10.3.32767]", - "Microsoft.Win32.Primitives": "(,4.3.32767]", - "Microsoft.Win32.Registry": "(,5.0.32767]", - "runtime.any.System.Collections": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.any.System.Globalization": "(,4.3.32767]", - "runtime.any.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.any.System.IO": "(,4.3.32767]", - "runtime.any.System.Reflection": "(,4.3.32767]", - "runtime.any.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.any.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.any.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.any.System.Runtime": "(,4.3.32767]", - "runtime.any.System.Runtime.Handles": "(,4.3.32767]", - "runtime.any.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.any.System.Text.Encoding": "(,4.3.32767]", - "runtime.any.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.any.System.Threading.Tasks": "(,4.3.32767]", - "runtime.any.System.Threading.Timer": "(,4.3.32767]", - "runtime.aot.System.Collections": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.aot.System.Globalization": "(,4.3.32767]", - "runtime.aot.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.aot.System.IO": "(,4.3.32767]", - "runtime.aot.System.Reflection": "(,4.3.32767]", - "runtime.aot.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.aot.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.aot.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.aot.System.Runtime": "(,4.3.32767]", - "runtime.aot.System.Runtime.Handles": "(,4.3.32767]", - "runtime.aot.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.aot.System.Threading.Tasks": "(,4.3.32767]", - "runtime.aot.System.Threading.Timer": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.native.System.Security.Cryptography.Apple": "(,4.3.32767]", - "runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.unix.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.unix.System.Console": "(,4.3.32767]", - "runtime.unix.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.unix.System.IO.FileSystem": "(,4.3.32767]", - "runtime.unix.System.Net.Primitives": "(,4.3.32767]", - "runtime.unix.System.Net.Sockets": "(,4.3.32767]", - "runtime.unix.System.Private.Uri": "(,4.3.32767]", - "runtime.unix.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.win.System.Console": "(,4.3.32767]", - "runtime.win.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.win.System.IO.FileSystem": "(,4.3.32767]", - "runtime.win.System.Net.Primitives": "(,4.3.32767]", - "runtime.win.System.Net.Sockets": "(,4.3.32767]", - "runtime.win.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win10-arm-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-arm64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win10-x64-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-x86-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7-x86.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7.System.Private.Uri": "(,4.3.32767]", - "runtime.win8-arm.runtime.native.System.IO.Compression": "(,4.3.32767]", - "System.AppContext": "(,4.3.32767]", - "System.Buffers": "(,4.6.32767]", - "System.Collections": "(,4.3.32767]", - "System.Collections.Concurrent": "(,4.3.32767]", - "System.Collections.Immutable": "(,8.0.32767]", - "System.Collections.NonGeneric": "(,4.3.32767]", - "System.Collections.Specialized": "(,4.3.32767]", - "System.ComponentModel": "(,4.3.32767]", - "System.ComponentModel.Annotations": "(,5.0.32767]", - "System.ComponentModel.EventBasedAsync": "(,4.3.32767]", - "System.ComponentModel.Primitives": "(,4.3.32767]", - "System.ComponentModel.TypeConverter": "(,4.3.32767]", - "System.Console": "(,4.3.32767]", - "System.Data.Common": "(,4.3.32767]", - "System.Data.DataSetExtensions": "(,4.5.32767]", - "System.Diagnostics.Contracts": "(,4.3.32767]", - "System.Diagnostics.Debug": "(,4.3.32767]", - "System.Diagnostics.DiagnosticSource": "(,8.0.32767]", - "System.Diagnostics.FileVersionInfo": "(,4.3.32767]", - "System.Diagnostics.Process": "(,4.3.32767]", - "System.Diagnostics.StackTrace": "(,4.3.32767]", - "System.Diagnostics.TextWriterTraceListener": "(,4.3.32767]", - "System.Diagnostics.Tools": "(,4.3.32767]", - "System.Diagnostics.TraceSource": "(,4.3.32767]", - "System.Diagnostics.Tracing": "(,4.3.32767]", - "System.Drawing.Primitives": "(,4.3.32767]", - "System.Dynamic.Runtime": "(,4.3.32767]", - "System.Formats.Asn1": "(,8.0.32767]", - "System.Globalization": "(,4.3.32767]", - "System.Globalization.Calendars": "(,4.3.32767]", - "System.Globalization.Extensions": "(,4.3.32767]", - "System.IO": "(,4.3.32767]", - "System.IO.Compression": "(,4.3.32767]", - "System.IO.Compression.ZipFile": "(,4.3.32767]", - "System.IO.FileSystem": "(,4.3.32767]", - "System.IO.FileSystem.AccessControl": "(,5.0.32767]", - "System.IO.FileSystem.DriveInfo": "(,4.3.32767]", - "System.IO.FileSystem.Primitives": "(,4.3.32767]", - "System.IO.FileSystem.Watcher": "(,4.3.32767]", - "System.IO.IsolatedStorage": "(,4.3.32767]", - "System.IO.MemoryMappedFiles": "(,4.3.32767]", - "System.IO.Pipes": "(,4.3.32767]", - "System.IO.Pipes.AccessControl": "(,4.6.32767]", - "System.IO.UnmanagedMemoryStream": "(,4.3.32767]", - "System.Linq": "(,4.3.32767]", - "System.Linq.Expressions": "(,4.3.32767]", - "System.Linq.Parallel": "(,4.3.32767]", - "System.Linq.Queryable": "(,4.3.32767]", - "System.Memory": "(,4.6.32767]", - "System.Net.Http": "(,4.3.32767]", - "System.Net.Http.Json": "(,8.0.32767]", - "System.Net.NameResolution": "(,4.3.32767]", - "System.Net.NetworkInformation": "(,4.3.32767]", - "System.Net.Ping": "(,4.3.32767]", - "System.Net.Primitives": "(,4.3.32767]", - "System.Net.Requests": "(,4.3.32767]", - "System.Net.Security": "(,4.3.32767]", - "System.Net.Sockets": "(,4.3.32767]", - "System.Net.WebHeaderCollection": "(,4.3.32767]", - "System.Net.WebSockets": "(,4.3.32767]", - "System.Net.WebSockets.Client": "(,4.3.32767]", - "System.Numerics.Vectors": "(,4.6.32767]", - "System.ObjectModel": "(,4.3.32767]", - "System.Private.DataContractSerialization": "(,4.3.32767]", - "System.Private.Uri": "(,4.3.32767]", - "System.Reflection": "(,4.3.32767]", - "System.Reflection.DispatchProxy": "(,4.8.32767]", - "System.Reflection.Emit": "(,4.7.32767]", - "System.Reflection.Emit.ILGeneration": "(,4.7.32767]", - "System.Reflection.Emit.Lightweight": "(,4.7.32767]", - "System.Reflection.Extensions": "(,4.3.32767]", - "System.Reflection.Metadata": "(,8.0.32767]", - "System.Reflection.Primitives": "(,4.3.32767]", - "System.Reflection.TypeExtensions": "(,4.7.32767]", - "System.Resources.Reader": "(,4.3.32767]", - "System.Resources.ResourceManager": "(,4.3.32767]", - "System.Resources.Writer": "(,4.3.32767]", - "System.Runtime": "(,4.3.32767]", - "System.Runtime.CompilerServices.Unsafe": "(,6.1.32767]", - "System.Runtime.CompilerServices.VisualC": "(,4.3.32767]", - "System.Runtime.Extensions": "(,4.3.32767]", - "System.Runtime.Handles": "(,4.3.32767]", - "System.Runtime.InteropServices": "(,4.3.32767]", - "System.Runtime.InteropServices.RuntimeInformation": "(,4.3.32767]", - "System.Runtime.Loader": "(,4.3.32767]", - "System.Runtime.Numerics": "(,4.3.32767]", - "System.Runtime.Serialization.Formatters": "(,4.3.32767]", - "System.Runtime.Serialization.Json": "(,4.3.32767]", - "System.Runtime.Serialization.Primitives": "(,4.3.32767]", - "System.Runtime.Serialization.Xml": "(,4.3.32767]", - "System.Security.AccessControl": "(,6.0.32767]", - "System.Security.Claims": "(,4.3.32767]", - "System.Security.Cryptography.Algorithms": "(,4.3.32767]", - "System.Security.Cryptography.Cng": "(,4.6.32767]", - "System.Security.Cryptography.Csp": "(,4.3.32767]", - "System.Security.Cryptography.Encoding": "(,4.3.32767]", - "System.Security.Cryptography.OpenSsl": "(,5.0.32767]", - "System.Security.Cryptography.Primitives": "(,4.3.32767]", - "System.Security.Cryptography.X509Certificates": "(,4.3.32767]", - "System.Security.Principal": "(,4.3.32767]", - "System.Security.Principal.Windows": "(,5.0.32767]", - "System.Security.SecureString": "(,4.3.32767]", - "System.Text.Encoding": "(,4.3.32767]", - "System.Text.Encoding.CodePages": "(,8.0.32767]", - "System.Text.Encoding.Extensions": "(,4.3.32767]", - "System.Text.Encodings.Web": "(,8.0.32767]", - "System.Text.Json": "(,8.0.32767]", - "System.Text.RegularExpressions": "(,4.3.32767]", - "System.Threading": "(,4.3.32767]", - "System.Threading.Channels": "(,8.0.32767]", - "System.Threading.Overlapped": "(,4.3.32767]", - "System.Threading.Tasks": "(,4.3.32767]", - "System.Threading.Tasks.Dataflow": "(,8.0.32767]", - "System.Threading.Tasks.Extensions": "(,4.6.32767]", - "System.Threading.Tasks.Parallel": "(,4.3.32767]", - "System.Threading.Thread": "(,4.3.32767]", - "System.Threading.ThreadPool": "(,4.3.32767]", - "System.Threading.Timer": "(,4.3.32767]", - "System.ValueTuple": "(,4.6.32767]", - "System.Xml.ReaderWriter": "(,4.3.32767]", - "System.Xml.XDocument": "(,4.3.32767]", - "System.Xml.XmlDocument": "(,4.3.32767]", - "System.Xml.XmlSerializer": "(,4.3.32767]", - "System.Xml.XPath": "(,4.3.32767]", - "System.Xml.XPath.XDocument": "(,4.3.32767]" - } - }, - "net10.0": { - "targetAlias": "net10.0", - "dependencies": { - "Microsoft.CodeAnalysis.CSharp.Workspaces": { - "target": "Package", - "version": "[4.12.0, )", - "versionCentrallyManaged": true - }, - "Microsoft.SourceLink.GitHub": { - "suppressParent": "All", - "target": "Package", - "version": "[10.0.203, )", - "versionCentrallyManaged": true - }, - "Nerdbank.GitVersioning": { - "suppressParent": "All", - "target": "Package", - "version": "[3.9.50, )", - "versionCentrallyManaged": true - } - }, - "centralPackageVersions": { - "coverlet.collector": "10.0.0", - "Microsoft.Build.Locator": "1.11.2", - "Microsoft.CodeAnalysis.Analyzers": "3.11.0", - "Microsoft.CodeAnalysis.CSharp": "4.12.0", - "Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.12.0", - "Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing.XUnit": "1.1.2", - "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.7", - "Microsoft.NET.Test.Sdk": "18.5.1", - "Microsoft.SourceLink.GitHub": "10.0.203", - "Nerdbank.GitVersioning": "3.9.50", - "Spectre.Console.Cli": "0.55.0", - "xunit": "2.9.3", - "xunit.runner.visualstudio": "3.1.5" - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48", - "net481" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\10.0.107/PortableRuntimeIdentifierGraph.json", - "packagesToPrune": { - "Microsoft.CSharp": "(,4.7.32767]", - "Microsoft.VisualBasic": "(,10.4.32767]", - "Microsoft.Win32.Primitives": "(,4.3.32767]", - "Microsoft.Win32.Registry": "(,5.0.32767]", - "runtime.any.System.Collections": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.any.System.Globalization": "(,4.3.32767]", - "runtime.any.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.any.System.IO": "(,4.3.32767]", - "runtime.any.System.Reflection": "(,4.3.32767]", - "runtime.any.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.any.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.any.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.any.System.Runtime": "(,4.3.32767]", - "runtime.any.System.Runtime.Handles": "(,4.3.32767]", - "runtime.any.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.any.System.Text.Encoding": "(,4.3.32767]", - "runtime.any.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.any.System.Threading.Tasks": "(,4.3.32767]", - "runtime.any.System.Threading.Timer": "(,4.3.32767]", - "runtime.aot.System.Collections": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.aot.System.Globalization": "(,4.3.32767]", - "runtime.aot.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.aot.System.IO": "(,4.3.32767]", - "runtime.aot.System.Reflection": "(,4.3.32767]", - "runtime.aot.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.aot.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.aot.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.aot.System.Runtime": "(,4.3.32767]", - "runtime.aot.System.Runtime.Handles": "(,4.3.32767]", - "runtime.aot.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.aot.System.Threading.Tasks": "(,4.3.32767]", - "runtime.aot.System.Threading.Timer": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.unix.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.unix.System.Console": "(,4.3.32767]", - "runtime.unix.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.unix.System.IO.FileSystem": "(,4.3.32767]", - "runtime.unix.System.Net.Primitives": "(,4.3.32767]", - "runtime.unix.System.Net.Sockets": "(,4.3.32767]", - "runtime.unix.System.Private.Uri": "(,4.3.32767]", - "runtime.unix.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.win.System.Console": "(,4.3.32767]", - "runtime.win.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.win.System.IO.FileSystem": "(,4.3.32767]", - "runtime.win.System.Net.Primitives": "(,4.3.32767]", - "runtime.win.System.Net.Sockets": "(,4.3.32767]", - "runtime.win.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win10-arm-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-arm64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win10-x64-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-x86-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7-x86.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7.System.Private.Uri": "(,4.3.32767]", - "runtime.win8-arm.runtime.native.System.IO.Compression": "(,4.3.32767]", - "System.AppContext": "(,4.3.32767]", - "System.Buffers": "(,5.0.32767]", - "System.Collections": "(,4.3.32767]", - "System.Collections.Concurrent": "(,4.3.32767]", - "System.Collections.Immutable": "(,10.0.32767]", - "System.Collections.NonGeneric": "(,4.3.32767]", - "System.Collections.Specialized": "(,4.3.32767]", - "System.ComponentModel": "(,4.3.32767]", - "System.ComponentModel.Annotations": "(,4.3.32767]", - "System.ComponentModel.EventBasedAsync": "(,4.3.32767]", - "System.ComponentModel.Primitives": "(,4.3.32767]", - "System.ComponentModel.TypeConverter": "(,4.3.32767]", - "System.Console": "(,4.3.32767]", - "System.Data.Common": "(,4.3.32767]", - "System.Data.DataSetExtensions": "(,4.4.32767]", - "System.Diagnostics.Contracts": "(,4.3.32767]", - "System.Diagnostics.Debug": "(,4.3.32767]", - "System.Diagnostics.DiagnosticSource": "(,10.0.32767]", - "System.Diagnostics.FileVersionInfo": "(,4.3.32767]", - "System.Diagnostics.Process": "(,4.3.32767]", - "System.Diagnostics.StackTrace": "(,4.3.32767]", - "System.Diagnostics.TextWriterTraceListener": "(,4.3.32767]", - "System.Diagnostics.Tools": "(,4.3.32767]", - "System.Diagnostics.TraceSource": "(,4.3.32767]", - "System.Diagnostics.Tracing": "(,4.3.32767]", - "System.Drawing.Primitives": "(,4.3.32767]", - "System.Dynamic.Runtime": "(,4.3.32767]", - "System.Formats.Asn1": "(,10.0.32767]", - "System.Formats.Tar": "(,10.0.32767]", - "System.Globalization": "(,4.3.32767]", - "System.Globalization.Calendars": "(,4.3.32767]", - "System.Globalization.Extensions": "(,4.3.32767]", - "System.IO": "(,4.3.32767]", - "System.IO.Compression": "(,4.3.32767]", - "System.IO.Compression.ZipFile": "(,4.3.32767]", - "System.IO.FileSystem": "(,4.3.32767]", - "System.IO.FileSystem.AccessControl": "(,4.4.32767]", - "System.IO.FileSystem.DriveInfo": "(,4.3.32767]", - "System.IO.FileSystem.Primitives": "(,4.3.32767]", - "System.IO.FileSystem.Watcher": "(,4.3.32767]", - "System.IO.IsolatedStorage": "(,4.3.32767]", - "System.IO.MemoryMappedFiles": "(,4.3.32767]", - "System.IO.Pipelines": "(,10.0.32767]", - "System.IO.Pipes": "(,4.3.32767]", - "System.IO.Pipes.AccessControl": "(,5.0.32767]", - "System.IO.UnmanagedMemoryStream": "(,4.3.32767]", - "System.Linq": "(,4.3.32767]", - "System.Linq.AsyncEnumerable": "(,10.0.32767]", - "System.Linq.Expressions": "(,4.3.32767]", - "System.Linq.Parallel": "(,4.3.32767]", - "System.Linq.Queryable": "(,4.3.32767]", - "System.Memory": "(,5.0.32767]", - "System.Net.Http": "(,4.3.32767]", - "System.Net.Http.Json": "(,10.0.32767]", - "System.Net.NameResolution": "(,4.3.32767]", - "System.Net.NetworkInformation": "(,4.3.32767]", - "System.Net.Ping": "(,4.3.32767]", - "System.Net.Primitives": "(,4.3.32767]", - "System.Net.Requests": "(,4.3.32767]", - "System.Net.Security": "(,4.3.32767]", - "System.Net.ServerSentEvents": "(,10.0.32767]", - "System.Net.Sockets": "(,4.3.32767]", - "System.Net.WebHeaderCollection": "(,4.3.32767]", - "System.Net.WebSockets": "(,4.3.32767]", - "System.Net.WebSockets.Client": "(,4.3.32767]", - "System.Numerics.Vectors": "(,5.0.32767]", - "System.ObjectModel": "(,4.3.32767]", - "System.Private.DataContractSerialization": "(,4.3.32767]", - "System.Private.Uri": "(,4.3.32767]", - "System.Reflection": "(,4.3.32767]", - "System.Reflection.DispatchProxy": "(,6.0.32767]", - "System.Reflection.Emit": "(,4.7.32767]", - "System.Reflection.Emit.ILGeneration": "(,4.7.32767]", - "System.Reflection.Emit.Lightweight": "(,4.7.32767]", - "System.Reflection.Extensions": "(,4.3.32767]", - "System.Reflection.Metadata": "(,10.0.32767]", - "System.Reflection.Primitives": "(,4.3.32767]", - "System.Reflection.TypeExtensions": "(,4.3.32767]", - "System.Resources.Reader": "(,4.3.32767]", - "System.Resources.ResourceManager": "(,4.3.32767]", - "System.Resources.Writer": "(,4.3.32767]", - "System.Runtime": "(,4.3.32767]", - "System.Runtime.CompilerServices.Unsafe": "(,7.0.32767]", - "System.Runtime.CompilerServices.VisualC": "(,4.3.32767]", - "System.Runtime.Extensions": "(,4.3.32767]", - "System.Runtime.Handles": "(,4.3.32767]", - "System.Runtime.InteropServices": "(,4.3.32767]", - "System.Runtime.InteropServices.RuntimeInformation": "(,4.3.32767]", - "System.Runtime.Loader": "(,4.3.32767]", - "System.Runtime.Numerics": "(,4.3.32767]", - "System.Runtime.Serialization.Formatters": "(,4.3.32767]", - "System.Runtime.Serialization.Json": "(,4.3.32767]", - "System.Runtime.Serialization.Primitives": "(,4.3.32767]", - "System.Runtime.Serialization.Xml": "(,4.3.32767]", - "System.Security.AccessControl": "(,6.0.32767]", - "System.Security.Claims": "(,4.3.32767]", - "System.Security.Cryptography.Algorithms": "(,4.3.32767]", - "System.Security.Cryptography.Cng": "(,5.0.32767]", - "System.Security.Cryptography.Csp": "(,4.3.32767]", - "System.Security.Cryptography.Encoding": "(,4.3.32767]", - "System.Security.Cryptography.OpenSsl": "(,5.0.32767]", - "System.Security.Cryptography.Primitives": "(,4.3.32767]", - "System.Security.Cryptography.X509Certificates": "(,4.3.32767]", - "System.Security.Principal": "(,4.3.32767]", - "System.Security.Principal.Windows": "(,5.0.32767]", - "System.Security.SecureString": "(,4.3.32767]", - "System.Text.Encoding": "(,4.3.32767]", - "System.Text.Encoding.CodePages": "(,10.0.32767]", - "System.Text.Encoding.Extensions": "(,4.3.32767]", - "System.Text.Encodings.Web": "(,10.0.32767]", - "System.Text.Json": "(,10.0.32767]", - "System.Text.RegularExpressions": "(,4.3.32767]", - "System.Threading": "(,4.3.32767]", - "System.Threading.AccessControl": "(,10.0.32767]", - "System.Threading.Channels": "(,10.0.32767]", - "System.Threading.Overlapped": "(,4.3.32767]", - "System.Threading.Tasks": "(,4.3.32767]", - "System.Threading.Tasks.Dataflow": "(,10.0.32767]", - "System.Threading.Tasks.Extensions": "(,5.0.32767]", - "System.Threading.Tasks.Parallel": "(,4.3.32767]", - "System.Threading.Thread": "(,4.3.32767]", - "System.Threading.ThreadPool": "(,4.3.32767]", - "System.Threading.Timer": "(,4.3.32767]", - "System.ValueTuple": "(,4.5.32767]", - "System.Xml.ReaderWriter": "(,4.3.32767]", - "System.Xml.XDocument": "(,4.3.32767]", - "System.Xml.XmlDocument": "(,4.3.32767]", - "System.Xml.XmlSerializer": "(,4.3.32767]", - "System.Xml.XPath": "(,4.3.32767]", - "System.Xml.XPath.XDocument": "(,5.0.32767]" - } - }, - "netstandard2.0": { - "targetAlias": "netstandard2.0", - "dependencies": { - "Microsoft.CodeAnalysis.CSharp.Workspaces": { - "target": "Package", - "version": "[4.12.0, )", - "versionCentrallyManaged": true - }, - "Microsoft.SourceLink.GitHub": { - "suppressParent": "All", - "target": "Package", - "version": "[10.0.203, )", - "versionCentrallyManaged": true - }, - "NETStandard.Library": { - "suppressParent": "All", - "target": "Package", - "version": "[2.0.3, )", - "autoReferenced": true - }, - "Nerdbank.GitVersioning": { - "suppressParent": "All", - "target": "Package", - "version": "[3.9.50, )", - "versionCentrallyManaged": true - } - }, - "centralPackageVersions": { - "coverlet.collector": "10.0.0", - "Microsoft.Build.Locator": "1.11.2", - "Microsoft.CodeAnalysis.Analyzers": "3.11.0", - "Microsoft.CodeAnalysis.CSharp": "4.12.0", - "Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.12.0", - "Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing.XUnit": "1.1.2", - "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.7", - "Microsoft.NET.Test.Sdk": "18.5.1", - "Microsoft.SourceLink.GitHub": "10.0.203", - "Nerdbank.GitVersioning": "3.9.50", - "Spectre.Console.Cli": "0.55.0", - "xunit": "2.9.3", - "xunit.runner.visualstudio": "3.1.5" - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48", - "net481" - ], - "assetTargetFallback": true, - "warn": true, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\10.0.107\\RuntimeIdentifierGraph.json", - "packagesToPrune": { - "Microsoft.Win32.Primitives": "(,4.3.0]", - "System.AppContext": "(,4.3.0]", - "System.Collections": "(,4.3.0]", - "System.Collections.NonGeneric": "(,4.3.0]", - "System.Collections.Specialized": "(,4.3.0]", - "System.ComponentModel": "(,4.3.0]", - "System.ComponentModel.EventBasedAsync": "(,4.3.0]", - "System.ComponentModel.Primitives": "(,4.3.0]", - "System.ComponentModel.TypeConverter": "(,4.3.0]", - "System.Console": "(,4.3.1]", - "System.Data.Common": "(,4.3.0]", - "System.Diagnostics.Contracts": "(,4.3.0]", - "System.Diagnostics.Debug": "(,4.3.0]", - "System.Diagnostics.FileVersionInfo": "(,4.3.0]", - "System.Diagnostics.Process": "(,4.3.0]", - "System.Diagnostics.StackTrace": "(,4.3.0]", - "System.Diagnostics.TextWriterTraceListener": "(,4.3.0]", - "System.Diagnostics.Tools": "(,4.3.0]", - "System.Diagnostics.TraceSource": "(,4.3.0]", - "System.Diagnostics.Tracing": "(,4.3.0]", - "System.Drawing.Primitives": "(,4.3.0]", - "System.Dynamic.Runtime": "(,4.3.0]", - "System.Globalization": "(,4.3.0]", - "System.Globalization.Calendars": "(,4.3.0]", - "System.Globalization.Extensions": "(,4.3.0]", - "System.IO": "(,4.3.0]", - "System.IO.Compression": "(,4.3.0]", - "System.IO.Compression.ZipFile": "(,4.3.0]", - "System.IO.FileSystem": "(,4.3.0]", - "System.IO.FileSystem.DriveInfo": "(,4.3.1]", - "System.IO.FileSystem.Primitives": "(,4.3.0]", - "System.IO.FileSystem.Watcher": "(,4.3.0]", - "System.IO.IsolatedStorage": "(,4.3.0]", - "System.IO.MemoryMappedFiles": "(,4.3.0]", - "System.IO.Pipes": "(,4.3.0]", - "System.IO.UnmanagedMemoryStream": "(,4.3.0]", - "System.Linq": "(,4.3.0]", - "System.Linq.Expressions": "(,4.3.0]", - "System.Linq.Parallel": "(,4.3.0]", - "System.Linq.Queryable": "(,4.3.0]", - "System.Net.Http": "(,4.3.4]", - "System.Net.NameResolution": "(,4.3.0]", - "System.Net.NetworkInformation": "(,4.3.0]", - "System.Net.Ping": "(,4.3.0]", - "System.Net.Primitives": "(,4.3.1]", - "System.Net.Requests": "(,4.3.0]", - "System.Net.Security": "(,4.3.2]", - "System.Net.Sockets": "(,4.3.0]", - "System.Net.WebHeaderCollection": "(,4.3.0]", - "System.Net.WebSockets": "(,4.3.0]", - "System.Net.WebSockets.Client": "(,4.3.2]", - "System.Reflection": "(,4.3.0]", - "System.Reflection.Extensions": "(,4.3.0]", - "System.Reflection.Primitives": "(,4.3.0]", - "System.Resources.Reader": "(,4.3.0]", - "System.Resources.ResourceManager": "(,4.3.0]", - "System.Resources.Writer": "(,4.3.0]", - "System.Runtime": "(,4.3.1]", - "System.Runtime.CompilerServices.VisualC": "(,4.3.0]", - "System.Runtime.Extensions": "(,4.3.1]", - "System.Runtime.Handles": "(,4.3.0]", - "System.Runtime.InteropServices": "(,4.3.0]", - "System.Runtime.InteropServices.RuntimeInformation": "(,4.3.0]", - "System.Runtime.Numerics": "(,4.3.0]", - "System.Runtime.Serialization.Formatters": "(,4.3.0]", - "System.Runtime.Serialization.Primitives": "(,4.3.0]", - "System.Runtime.Serialization.Xml": "(,4.3.0]", - "System.Security.Claims": "(,4.3.0]", - "System.Security.Cryptography.Algorithms": "(,4.3.1]", - "System.Security.Cryptography.Csp": "(,4.3.0]", - "System.Security.Cryptography.Encoding": "(,4.3.0]", - "System.Security.Cryptography.Primitives": "(,4.3.0]", - "System.Security.Cryptography.X509Certificates": "(,4.3.2]", - "System.Security.Principal": "(,4.3.0]", - "System.Security.SecureString": "(,4.3.0]", - "System.Text.Encoding": "(,4.3.0]", - "System.Text.Encoding.Extensions": "(,4.3.0]", - "System.Text.RegularExpressions": "(,4.3.0]", - "System.Threading": "(,4.3.0]", - "System.Threading.Overlapped": "(,4.3.0]", - "System.Threading.Tasks": "(,4.3.0]", - "System.Threading.Tasks.Parallel": "(,4.3.0]", - "System.Threading.Thread": "(,4.3.0]", - "System.Threading.ThreadPool": "(,4.3.0]", - "System.Threading.Timer": "(,4.3.0]", - "System.ValueTuple": "(,4.6.1]", - "System.Xml.ReaderWriter": "(,4.3.1]", - "System.Xml.XDocument": "(,4.3.0]", - "System.Xml.XmlDocument": "(,4.3.0]", - "System.Xml.XmlSerializer": "(,4.3.0]", - "System.Xml.XPath": "(,4.3.0]", - "System.Xml.XPath.XDocument": "(,4.3.0]" - } - } - } - } - } -} \ No newline at end of file diff --git a/src/Inshiminator.CodeFixes/obj/Inshiminator.CodeFixes.csproj.nuget.g.props b/src/Inshiminator.CodeFixes/obj/Inshiminator.CodeFixes.csproj.nuget.g.props deleted file mode 100644 index 3bb5aeb..0000000 --- a/src/Inshiminator.CodeFixes/obj/Inshiminator.CodeFixes.csproj.nuget.g.props +++ /dev/null @@ -1,61 +0,0 @@ - - - - True - NuGet - $(MSBuildThisFileDirectory)project.assets.json - $(UserProfile)\.nuget\packages\ - C:\Users\jd\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages - PackageReference - 7.0.0 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - C:\Users\jd\.nuget\packages\microsoft.sourcelink.common\10.0.203 - C:\Users\jd\.nuget\packages\microsoft.build.tasks.git\10.0.203 - C:\Users\jd\.nuget\packages\microsoft.sourcelink.github\10.0.203 - C:\Users\jd\.nuget\packages\microsoft.codeanalysis.analyzers\3.3.4 - - - C:\Users\jd\.nuget\packages\microsoft.sourcelink.common\10.0.203 - C:\Users\jd\.nuget\packages\microsoft.build.tasks.git\10.0.203 - C:\Users\jd\.nuget\packages\microsoft.sourcelink.github\10.0.203 - C:\Users\jd\.nuget\packages\microsoft.codeanalysis.analyzers\3.3.4 - - - C:\Users\jd\.nuget\packages\microsoft.sourcelink.common\10.0.203 - C:\Users\jd\.nuget\packages\microsoft.build.tasks.git\10.0.203 - C:\Users\jd\.nuget\packages\microsoft.sourcelink.github\10.0.203 - C:\Users\jd\.nuget\packages\microsoft.codeanalysis.analyzers\3.3.4 - - \ No newline at end of file diff --git a/src/Inshiminator.CodeFixes/obj/Inshiminator.CodeFixes.csproj.nuget.g.targets b/src/Inshiminator.CodeFixes/obj/Inshiminator.CodeFixes.csproj.nuget.g.targets deleted file mode 100644 index 399df0d..0000000 --- a/src/Inshiminator.CodeFixes/obj/Inshiminator.CodeFixes.csproj.nuget.g.targets +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/Inshiminator.CodeFixes/obj/project.assets.json b/src/Inshiminator.CodeFixes/obj/project.assets.json deleted file mode 100644 index fce600b..0000000 --- a/src/Inshiminator.CodeFixes/obj/project.assets.json +++ /dev/null @@ -1,4250 +0,0 @@ -{ - "version": 3, - "targets": { - ".NETStandard,Version=v2.0": { - "Humanizer.Core/2.14.1": { - "type": "package", - "compile": { - "lib/netstandard2.0/_._": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard2.0/Humanizer.dll": { - "related": ".xml" - } - } - }, - "Microsoft.Bcl.AsyncInterfaces/8.0.0": { - "type": "package", - "dependencies": { - "System.Threading.Tasks.Extensions": "4.5.4" - }, - "compile": { - "lib/netstandard2.0/Microsoft.Bcl.AsyncInterfaces.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Bcl.AsyncInterfaces.dll": { - "related": ".xml" - } - } - }, - "Microsoft.Build.Tasks.Git/10.0.203": { - "type": "package", - "dependencies": { - "System.IO.Hashing": "10.0.7" - }, - "build": { - "buildTransitive/Microsoft.Build.Tasks.Git.props": {}, - "buildTransitive/Microsoft.Build.Tasks.Git.targets": {} - }, - "buildMultiTargeting": { - "buildMultiTargeting/Microsoft.Build.Tasks.Git.props": {}, - "buildMultiTargeting/Microsoft.Build.Tasks.Git.targets": {} - } - }, - "Microsoft.CodeAnalysis.Analyzers/3.3.4": { - "type": "package", - "build": { - "buildTransitive/Microsoft.CodeAnalysis.Analyzers.props": {}, - "buildTransitive/Microsoft.CodeAnalysis.Analyzers.targets": {} - } - }, - "Microsoft.CodeAnalysis.Common/4.12.0": { - "type": "package", - "dependencies": { - "Microsoft.CodeAnalysis.Analyzers": "3.3.4", - "System.Buffers": "4.5.1", - "System.Collections.Immutable": "8.0.0", - "System.Memory": "4.5.5", - "System.Numerics.Vectors": "4.5.0", - "System.Reflection.Metadata": "8.0.0", - "System.Runtime.CompilerServices.Unsafe": "6.0.0", - "System.Text.Encoding.CodePages": "7.0.0", - "System.Threading.Tasks.Extensions": "4.5.4" - }, - "compile": { - "lib/netstandard2.0/Microsoft.CodeAnalysis.dll": { - "related": ".pdb;.xml" - } - }, - "runtime": { - "lib/netstandard2.0/Microsoft.CodeAnalysis.dll": { - "related": ".pdb;.xml" - } - }, - "resource": { - "lib/netstandard2.0/cs/Microsoft.CodeAnalysis.resources.dll": { - "locale": "cs" - }, - "lib/netstandard2.0/de/Microsoft.CodeAnalysis.resources.dll": { - "locale": "de" - }, - "lib/netstandard2.0/es/Microsoft.CodeAnalysis.resources.dll": { - "locale": "es" - }, - "lib/netstandard2.0/fr/Microsoft.CodeAnalysis.resources.dll": { - "locale": "fr" - }, - "lib/netstandard2.0/it/Microsoft.CodeAnalysis.resources.dll": { - "locale": "it" - }, - "lib/netstandard2.0/ja/Microsoft.CodeAnalysis.resources.dll": { - "locale": "ja" - }, - "lib/netstandard2.0/ko/Microsoft.CodeAnalysis.resources.dll": { - "locale": "ko" - }, - "lib/netstandard2.0/pl/Microsoft.CodeAnalysis.resources.dll": { - "locale": "pl" - }, - "lib/netstandard2.0/pt-BR/Microsoft.CodeAnalysis.resources.dll": { - "locale": "pt-BR" - }, - "lib/netstandard2.0/ru/Microsoft.CodeAnalysis.resources.dll": { - "locale": "ru" - }, - "lib/netstandard2.0/tr/Microsoft.CodeAnalysis.resources.dll": { - "locale": "tr" - }, - "lib/netstandard2.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll": { - "locale": "zh-Hans" - }, - "lib/netstandard2.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "Microsoft.CodeAnalysis.CSharp/4.12.0": { - "type": "package", - "dependencies": { - "Microsoft.CodeAnalysis.Analyzers": "3.3.4", - "Microsoft.CodeAnalysis.Common": "[4.12.0]", - "System.Buffers": "4.5.1", - "System.Collections.Immutable": "8.0.0", - "System.Memory": "4.5.5", - "System.Numerics.Vectors": "4.5.0", - "System.Reflection.Metadata": "8.0.0", - "System.Runtime.CompilerServices.Unsafe": "6.0.0", - "System.Text.Encoding.CodePages": "7.0.0", - "System.Threading.Tasks.Extensions": "4.5.4" - }, - "compile": { - "lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.dll": { - "related": ".pdb;.xml" - } - }, - "runtime": { - "lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.dll": { - "related": ".pdb;.xml" - } - }, - "resource": { - "lib/netstandard2.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "cs" - }, - "lib/netstandard2.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "de" - }, - "lib/netstandard2.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "es" - }, - "lib/netstandard2.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "fr" - }, - "lib/netstandard2.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "it" - }, - "lib/netstandard2.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "ja" - }, - "lib/netstandard2.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "ko" - }, - "lib/netstandard2.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "pl" - }, - "lib/netstandard2.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "pt-BR" - }, - "lib/netstandard2.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "ru" - }, - "lib/netstandard2.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "tr" - }, - "lib/netstandard2.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "zh-Hans" - }, - "lib/netstandard2.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "Microsoft.CodeAnalysis.CSharp.Workspaces/4.12.0": { - "type": "package", - "dependencies": { - "Humanizer.Core": "2.14.1", - "Microsoft.Bcl.AsyncInterfaces": "8.0.0", - "Microsoft.CodeAnalysis.Analyzers": "3.3.4", - "Microsoft.CodeAnalysis.CSharp": "[4.12.0]", - "Microsoft.CodeAnalysis.Common": "[4.12.0]", - "Microsoft.CodeAnalysis.Workspaces.Common": "[4.12.0]", - "System.Buffers": "4.5.1", - "System.Collections.Immutable": "8.0.0", - "System.Composition": "8.0.0", - "System.IO.Pipelines": "8.0.0", - "System.Memory": "4.5.5", - "System.Numerics.Vectors": "4.5.0", - "System.Reflection.Metadata": "8.0.0", - "System.Runtime.CompilerServices.Unsafe": "6.0.0", - "System.Text.Encoding.CodePages": "7.0.0", - "System.Threading.Channels": "7.0.0", - "System.Threading.Tasks.Extensions": "4.5.4" - }, - "compile": { - "lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll": { - "related": ".pdb;.xml" - } - }, - "runtime": { - "lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll": { - "related": ".pdb;.xml" - } - }, - "resource": { - "lib/netstandard2.0/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { - "locale": "cs" - }, - "lib/netstandard2.0/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { - "locale": "de" - }, - "lib/netstandard2.0/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { - "locale": "es" - }, - "lib/netstandard2.0/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { - "locale": "fr" - }, - "lib/netstandard2.0/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { - "locale": "it" - }, - "lib/netstandard2.0/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { - "locale": "ja" - }, - "lib/netstandard2.0/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { - "locale": "ko" - }, - "lib/netstandard2.0/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { - "locale": "pl" - }, - "lib/netstandard2.0/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { - "locale": "pt-BR" - }, - "lib/netstandard2.0/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { - "locale": "ru" - }, - "lib/netstandard2.0/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { - "locale": "tr" - }, - "lib/netstandard2.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { - "locale": "zh-Hans" - }, - "lib/netstandard2.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "Microsoft.CodeAnalysis.Workspaces.Common/4.12.0": { - "type": "package", - "dependencies": { - "Humanizer.Core": "2.14.1", - "Microsoft.Bcl.AsyncInterfaces": "8.0.0", - "Microsoft.CodeAnalysis.Analyzers": "3.3.4", - "Microsoft.CodeAnalysis.Common": "[4.12.0]", - "System.Buffers": "4.5.1", - "System.Collections.Immutable": "8.0.0", - "System.Composition": "8.0.0", - "System.IO.Pipelines": "8.0.0", - "System.Memory": "4.5.5", - "System.Numerics.Vectors": "4.5.0", - "System.Reflection.Metadata": "8.0.0", - "System.Runtime.CompilerServices.Unsafe": "6.0.0", - "System.Text.Encoding.CodePages": "7.0.0", - "System.Threading.Channels": "7.0.0", - "System.Threading.Tasks.Extensions": "4.5.4" - }, - "compile": { - "lib/netstandard2.0/Microsoft.CodeAnalysis.Workspaces.dll": { - "related": ".pdb;.xml" - } - }, - "runtime": { - "lib/netstandard2.0/Microsoft.CodeAnalysis.Workspaces.dll": { - "related": ".pdb;.xml" - } - }, - "resource": { - "lib/netstandard2.0/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll": { - "locale": "cs" - }, - "lib/netstandard2.0/de/Microsoft.CodeAnalysis.Workspaces.resources.dll": { - "locale": "de" - }, - "lib/netstandard2.0/es/Microsoft.CodeAnalysis.Workspaces.resources.dll": { - "locale": "es" - }, - "lib/netstandard2.0/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll": { - "locale": "fr" - }, - "lib/netstandard2.0/it/Microsoft.CodeAnalysis.Workspaces.resources.dll": { - "locale": "it" - }, - "lib/netstandard2.0/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll": { - "locale": "ja" - }, - "lib/netstandard2.0/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll": { - "locale": "ko" - }, - "lib/netstandard2.0/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll": { - "locale": "pl" - }, - "lib/netstandard2.0/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll": { - "locale": "pt-BR" - }, - "lib/netstandard2.0/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll": { - "locale": "ru" - }, - "lib/netstandard2.0/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll": { - "locale": "tr" - }, - "lib/netstandard2.0/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll": { - "locale": "zh-Hans" - }, - "lib/netstandard2.0/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "Microsoft.NETCore.Platforms/1.1.0": { - "type": "package", - "compile": { - "lib/netstandard1.0/_._": {} - }, - "runtime": { - "lib/netstandard1.0/_._": {} - } - }, - "Microsoft.SourceLink.Common/10.0.203": { - "type": "package", - "build": { - "buildTransitive/Microsoft.SourceLink.Common.props": {}, - "buildTransitive/Microsoft.SourceLink.Common.targets": {} - }, - "buildMultiTargeting": { - "buildMultiTargeting/Microsoft.SourceLink.Common.props": {}, - "buildMultiTargeting/Microsoft.SourceLink.Common.targets": {} - } - }, - "Microsoft.SourceLink.GitHub/10.0.203": { - "type": "package", - "dependencies": { - "Microsoft.Build.Tasks.Git": "10.0.203", - "Microsoft.SourceLink.Common": "10.0.203", - "System.IO.Hashing": "10.0.7" - }, - "build": { - "build/Microsoft.SourceLink.GitHub.props": {}, - "build/Microsoft.SourceLink.GitHub.targets": {} - }, - "buildMultiTargeting": { - "buildMultiTargeting/Microsoft.SourceLink.GitHub.props": {}, - "buildMultiTargeting/Microsoft.SourceLink.GitHub.targets": {} - } - }, - "Nerdbank.GitVersioning/3.9.50": { - "type": "package", - "build": { - "build/Nerdbank.GitVersioning.props": {}, - "build/Nerdbank.GitVersioning.targets": {} - }, - "buildMultiTargeting": { - "buildCrossTargeting/Nerdbank.GitVersioning.props": {}, - "buildCrossTargeting/Nerdbank.GitVersioning.targets": {} - } - }, - "NETStandard.Library/2.0.3": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0" - }, - "compile": { - "lib/netstandard1.0/_._": {} - }, - "runtime": { - "lib/netstandard1.0/_._": {} - }, - "build": { - "build/netstandard2.0/NETStandard.Library.targets": {} - } - }, - "System.Buffers/4.6.1": { - "type": "package", - "compile": { - "lib/netstandard2.0/System.Buffers.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard2.0/System.Buffers.dll": { - "related": ".xml" - } - } - }, - "System.Collections.Immutable/8.0.0": { - "type": "package", - "dependencies": { - "System.Memory": "4.5.5", - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - }, - "compile": { - "lib/netstandard2.0/System.Collections.Immutable.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard2.0/System.Collections.Immutable.dll": { - "related": ".xml" - } - } - }, - "System.Composition/8.0.0": { - "type": "package", - "dependencies": { - "System.Composition.AttributedModel": "8.0.0", - "System.Composition.Convention": "8.0.0", - "System.Composition.Hosting": "8.0.0", - "System.Composition.Runtime": "8.0.0", - "System.Composition.TypedParts": "8.0.0" - }, - "compile": { - "lib/netstandard2.0/_._": {} - }, - "runtime": { - "lib/netstandard2.0/_._": {} - } - }, - "System.Composition.AttributedModel/8.0.0": { - "type": "package", - "compile": { - "lib/netstandard2.0/System.Composition.AttributedModel.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard2.0/System.Composition.AttributedModel.dll": { - "related": ".xml" - } - } - }, - "System.Composition.Convention/8.0.0": { - "type": "package", - "dependencies": { - "System.Composition.AttributedModel": "8.0.0" - }, - "compile": { - "lib/netstandard2.0/System.Composition.Convention.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard2.0/System.Composition.Convention.dll": { - "related": ".xml" - } - } - }, - "System.Composition.Hosting/8.0.0": { - "type": "package", - "dependencies": { - "System.Composition.Runtime": "8.0.0" - }, - "compile": { - "lib/netstandard2.0/System.Composition.Hosting.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard2.0/System.Composition.Hosting.dll": { - "related": ".xml" - } - } - }, - "System.Composition.Runtime/8.0.0": { - "type": "package", - "compile": { - "lib/netstandard2.0/System.Composition.Runtime.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard2.0/System.Composition.Runtime.dll": { - "related": ".xml" - } - } - }, - "System.Composition.TypedParts/8.0.0": { - "type": "package", - "dependencies": { - "System.Composition.AttributedModel": "8.0.0", - "System.Composition.Hosting": "8.0.0", - "System.Composition.Runtime": "8.0.0" - }, - "compile": { - "lib/netstandard2.0/System.Composition.TypedParts.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard2.0/System.Composition.TypedParts.dll": { - "related": ".xml" - } - } - }, - "System.IO.Hashing/10.0.7": { - "type": "package", - "dependencies": { - "System.Buffers": "4.6.1", - "System.Memory": "4.6.3" - }, - "compile": { - "lib/netstandard2.0/System.IO.Hashing.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard2.0/System.IO.Hashing.dll": { - "related": ".xml" - } - } - }, - "System.IO.Pipelines/8.0.0": { - "type": "package", - "dependencies": { - "System.Buffers": "4.5.1", - "System.Memory": "4.5.5", - "System.Threading.Tasks.Extensions": "4.5.4" - }, - "compile": { - "lib/netstandard2.0/System.IO.Pipelines.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard2.0/System.IO.Pipelines.dll": { - "related": ".xml" - } - } - }, - "System.Memory/4.6.3": { - "type": "package", - "dependencies": { - "System.Buffers": "4.6.1", - "System.Numerics.Vectors": "4.6.1", - "System.Runtime.CompilerServices.Unsafe": "6.1.2" - }, - "compile": { - "lib/netstandard2.0/System.Memory.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard2.0/System.Memory.dll": { - "related": ".xml" - } - } - }, - "System.Numerics.Vectors/4.6.1": { - "type": "package", - "compile": { - "lib/netstandard2.0/System.Numerics.Vectors.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard2.0/System.Numerics.Vectors.dll": { - "related": ".xml" - } - } - }, - "System.Reflection.Metadata/8.0.0": { - "type": "package", - "dependencies": { - "System.Collections.Immutable": "8.0.0", - "System.Memory": "4.5.5" - }, - "compile": { - "lib/netstandard2.0/System.Reflection.Metadata.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard2.0/System.Reflection.Metadata.dll": { - "related": ".xml" - } - } - }, - "System.Runtime.CompilerServices.Unsafe/6.1.2": { - "type": "package", - "compile": { - "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll": { - "related": ".xml" - } - } - }, - "System.Text.Encoding.CodePages/7.0.0": { - "type": "package", - "dependencies": { - "System.Memory": "4.5.5", - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - }, - "compile": { - "lib/netstandard2.0/System.Text.Encoding.CodePages.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard2.0/System.Text.Encoding.CodePages.dll": { - "related": ".xml" - } - } - }, - "System.Threading.Channels/7.0.0": { - "type": "package", - "dependencies": { - "System.Threading.Tasks.Extensions": "4.5.4" - }, - "compile": { - "lib/netstandard2.0/System.Threading.Channels.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard2.0/System.Threading.Channels.dll": { - "related": ".xml" - } - } - }, - "System.Threading.Tasks.Extensions/4.5.4": { - "type": "package", - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "4.5.3" - }, - "compile": { - "lib/netstandard2.0/System.Threading.Tasks.Extensions.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard2.0/System.Threading.Tasks.Extensions.dll": { - "related": ".xml" - } - } - }, - "Inshiminator.Analyzers/1.0.0": { - "type": "project", - "framework": ".NETStandard,Version=v2.0", - "dependencies": { - "Microsoft.CodeAnalysis.CSharp": "4.12.0" - }, - "compile": { - "bin/placeholder/Inshiminator.Analyzers.dll": {} - }, - "runtime": { - "bin/placeholder/Inshiminator.Analyzers.dll": {} - } - } - }, - "net10.0": { - "Humanizer.Core/2.14.1": { - "type": "package", - "compile": { - "lib/net6.0/_._": { - "related": ".xml" - } - }, - "runtime": { - "lib/net6.0/Humanizer.dll": { - "related": ".xml" - } - } - }, - "Microsoft.Build.Tasks.Git/10.0.203": { - "type": "package", - "dependencies": { - "System.IO.Hashing": "10.0.7" - }, - "build": { - "buildTransitive/Microsoft.Build.Tasks.Git.props": {}, - "buildTransitive/Microsoft.Build.Tasks.Git.targets": {} - }, - "buildMultiTargeting": { - "buildMultiTargeting/Microsoft.Build.Tasks.Git.props": {}, - "buildMultiTargeting/Microsoft.Build.Tasks.Git.targets": {} - } - }, - "Microsoft.CodeAnalysis.Analyzers/3.3.4": { - "type": "package", - "build": { - "buildTransitive/Microsoft.CodeAnalysis.Analyzers.props": {}, - "buildTransitive/Microsoft.CodeAnalysis.Analyzers.targets": {} - } - }, - "Microsoft.CodeAnalysis.Common/4.12.0": { - "type": "package", - "dependencies": { - "Microsoft.CodeAnalysis.Analyzers": "3.3.4" - }, - "compile": { - "lib/net8.0/Microsoft.CodeAnalysis.dll": { - "related": ".pdb;.xml" - } - }, - "runtime": { - "lib/net8.0/Microsoft.CodeAnalysis.dll": { - "related": ".pdb;.xml" - } - }, - "resource": { - "lib/net8.0/cs/Microsoft.CodeAnalysis.resources.dll": { - "locale": "cs" - }, - "lib/net8.0/de/Microsoft.CodeAnalysis.resources.dll": { - "locale": "de" - }, - "lib/net8.0/es/Microsoft.CodeAnalysis.resources.dll": { - "locale": "es" - }, - "lib/net8.0/fr/Microsoft.CodeAnalysis.resources.dll": { - "locale": "fr" - }, - "lib/net8.0/it/Microsoft.CodeAnalysis.resources.dll": { - "locale": "it" - }, - "lib/net8.0/ja/Microsoft.CodeAnalysis.resources.dll": { - "locale": "ja" - }, - "lib/net8.0/ko/Microsoft.CodeAnalysis.resources.dll": { - "locale": "ko" - }, - "lib/net8.0/pl/Microsoft.CodeAnalysis.resources.dll": { - "locale": "pl" - }, - "lib/net8.0/pt-BR/Microsoft.CodeAnalysis.resources.dll": { - "locale": "pt-BR" - }, - "lib/net8.0/ru/Microsoft.CodeAnalysis.resources.dll": { - "locale": "ru" - }, - "lib/net8.0/tr/Microsoft.CodeAnalysis.resources.dll": { - "locale": "tr" - }, - "lib/net8.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll": { - "locale": "zh-Hans" - }, - "lib/net8.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "Microsoft.CodeAnalysis.CSharp/4.12.0": { - "type": "package", - "dependencies": { - "Microsoft.CodeAnalysis.Analyzers": "3.3.4", - "Microsoft.CodeAnalysis.Common": "[4.12.0]" - }, - "compile": { - "lib/net8.0/Microsoft.CodeAnalysis.CSharp.dll": { - "related": ".pdb;.xml" - } - }, - "runtime": { - "lib/net8.0/Microsoft.CodeAnalysis.CSharp.dll": { - "related": ".pdb;.xml" - } - }, - "resource": { - "lib/net8.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "cs" - }, - "lib/net8.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "de" - }, - "lib/net8.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "es" - }, - "lib/net8.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "fr" - }, - "lib/net8.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "it" - }, - "lib/net8.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "ja" - }, - "lib/net8.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "ko" - }, - "lib/net8.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "pl" - }, - "lib/net8.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "pt-BR" - }, - "lib/net8.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "ru" - }, - "lib/net8.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "tr" - }, - "lib/net8.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "zh-Hans" - }, - "lib/net8.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "Microsoft.CodeAnalysis.CSharp.Workspaces/4.12.0": { - "type": "package", - "dependencies": { - "Humanizer.Core": "2.14.1", - "Microsoft.CodeAnalysis.Analyzers": "3.3.4", - "Microsoft.CodeAnalysis.CSharp": "[4.12.0]", - "Microsoft.CodeAnalysis.Common": "[4.12.0]", - "Microsoft.CodeAnalysis.Workspaces.Common": "[4.12.0]", - "System.Composition": "8.0.0" - }, - "compile": { - "lib/net8.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll": { - "related": ".pdb;.xml" - } - }, - "runtime": { - "lib/net8.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll": { - "related": ".pdb;.xml" - } - }, - "resource": { - "lib/net8.0/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { - "locale": "cs" - }, - "lib/net8.0/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { - "locale": "de" - }, - "lib/net8.0/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { - "locale": "es" - }, - "lib/net8.0/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { - "locale": "fr" - }, - "lib/net8.0/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { - "locale": "it" - }, - "lib/net8.0/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { - "locale": "ja" - }, - "lib/net8.0/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { - "locale": "ko" - }, - "lib/net8.0/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { - "locale": "pl" - }, - "lib/net8.0/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { - "locale": "pt-BR" - }, - "lib/net8.0/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { - "locale": "ru" - }, - "lib/net8.0/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { - "locale": "tr" - }, - "lib/net8.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { - "locale": "zh-Hans" - }, - "lib/net8.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "Microsoft.CodeAnalysis.Workspaces.Common/4.12.0": { - "type": "package", - "dependencies": { - "Humanizer.Core": "2.14.1", - "Microsoft.CodeAnalysis.Analyzers": "3.3.4", - "Microsoft.CodeAnalysis.Common": "[4.12.0]", - "System.Composition": "8.0.0" - }, - "compile": { - "lib/net8.0/Microsoft.CodeAnalysis.Workspaces.dll": { - "related": ".pdb;.xml" - } - }, - "runtime": { - "lib/net8.0/Microsoft.CodeAnalysis.Workspaces.dll": { - "related": ".pdb;.xml" - } - }, - "resource": { - "lib/net8.0/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll": { - "locale": "cs" - }, - "lib/net8.0/de/Microsoft.CodeAnalysis.Workspaces.resources.dll": { - "locale": "de" - }, - "lib/net8.0/es/Microsoft.CodeAnalysis.Workspaces.resources.dll": { - "locale": "es" - }, - "lib/net8.0/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll": { - "locale": "fr" - }, - "lib/net8.0/it/Microsoft.CodeAnalysis.Workspaces.resources.dll": { - "locale": "it" - }, - "lib/net8.0/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll": { - "locale": "ja" - }, - "lib/net8.0/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll": { - "locale": "ko" - }, - "lib/net8.0/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll": { - "locale": "pl" - }, - "lib/net8.0/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll": { - "locale": "pt-BR" - }, - "lib/net8.0/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll": { - "locale": "ru" - }, - "lib/net8.0/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll": { - "locale": "tr" - }, - "lib/net8.0/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll": { - "locale": "zh-Hans" - }, - "lib/net8.0/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "Microsoft.SourceLink.Common/10.0.203": { - "type": "package", - "build": { - "buildTransitive/Microsoft.SourceLink.Common.props": {}, - "buildTransitive/Microsoft.SourceLink.Common.targets": {} - }, - "buildMultiTargeting": { - "buildMultiTargeting/Microsoft.SourceLink.Common.props": {}, - "buildMultiTargeting/Microsoft.SourceLink.Common.targets": {} - } - }, - "Microsoft.SourceLink.GitHub/10.0.203": { - "type": "package", - "dependencies": { - "Microsoft.Build.Tasks.Git": "10.0.203", - "Microsoft.SourceLink.Common": "10.0.203", - "System.IO.Hashing": "10.0.7" - }, - "build": { - "build/Microsoft.SourceLink.GitHub.props": {}, - "build/Microsoft.SourceLink.GitHub.targets": {} - }, - "buildMultiTargeting": { - "buildMultiTargeting/Microsoft.SourceLink.GitHub.props": {}, - "buildMultiTargeting/Microsoft.SourceLink.GitHub.targets": {} - } - }, - "Nerdbank.GitVersioning/3.9.50": { - "type": "package", - "build": { - "build/Nerdbank.GitVersioning.props": {}, - "build/Nerdbank.GitVersioning.targets": {} - }, - "buildMultiTargeting": { - "buildCrossTargeting/Nerdbank.GitVersioning.props": {}, - "buildCrossTargeting/Nerdbank.GitVersioning.targets": {} - } - }, - "System.Composition/8.0.0": { - "type": "package", - "dependencies": { - "System.Composition.AttributedModel": "8.0.0", - "System.Composition.Convention": "8.0.0", - "System.Composition.Hosting": "8.0.0", - "System.Composition.Runtime": "8.0.0", - "System.Composition.TypedParts": "8.0.0" - }, - "compile": { - "lib/netcoreapp2.0/_._": {} - }, - "runtime": { - "lib/netcoreapp2.0/_._": {} - }, - "build": { - "buildTransitive/net6.0/_._": {} - } - }, - "System.Composition.AttributedModel/8.0.0": { - "type": "package", - "compile": { - "lib/net8.0/System.Composition.AttributedModel.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net8.0/System.Composition.AttributedModel.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net6.0/_._": {} - } - }, - "System.Composition.Convention/8.0.0": { - "type": "package", - "dependencies": { - "System.Composition.AttributedModel": "8.0.0" - }, - "compile": { - "lib/net8.0/System.Composition.Convention.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net8.0/System.Composition.Convention.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net6.0/_._": {} - } - }, - "System.Composition.Hosting/8.0.0": { - "type": "package", - "dependencies": { - "System.Composition.Runtime": "8.0.0" - }, - "compile": { - "lib/net8.0/System.Composition.Hosting.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net8.0/System.Composition.Hosting.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net6.0/_._": {} - } - }, - "System.Composition.Runtime/8.0.0": { - "type": "package", - "compile": { - "lib/net8.0/System.Composition.Runtime.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net8.0/System.Composition.Runtime.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net6.0/_._": {} - } - }, - "System.Composition.TypedParts/8.0.0": { - "type": "package", - "dependencies": { - "System.Composition.AttributedModel": "8.0.0", - "System.Composition.Hosting": "8.0.0", - "System.Composition.Runtime": "8.0.0" - }, - "compile": { - "lib/net8.0/System.Composition.TypedParts.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net8.0/System.Composition.TypedParts.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net6.0/_._": {} - } - }, - "System.IO.Hashing/10.0.7": { - "type": "package", - "compile": { - "lib/net10.0/System.IO.Hashing.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net10.0/System.IO.Hashing.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net8.0/_._": {} - } - }, - "Inshiminator.Analyzers/1.0.0": { - "type": "project", - "framework": ".NETCoreApp,Version=v10.0", - "dependencies": { - "Microsoft.CodeAnalysis.CSharp": "4.12.0" - }, - "compile": { - "bin/placeholder/Inshiminator.Analyzers.dll": {} - }, - "runtime": { - "bin/placeholder/Inshiminator.Analyzers.dll": {} - } - } - }, - "net8.0": { - "Humanizer.Core/2.14.1": { - "type": "package", - "compile": { - "lib/net6.0/_._": { - "related": ".xml" - } - }, - "runtime": { - "lib/net6.0/Humanizer.dll": { - "related": ".xml" - } - } - }, - "Microsoft.Build.Tasks.Git/10.0.203": { - "type": "package", - "dependencies": { - "System.IO.Hashing": "10.0.7" - }, - "build": { - "buildTransitive/Microsoft.Build.Tasks.Git.props": {}, - "buildTransitive/Microsoft.Build.Tasks.Git.targets": {} - }, - "buildMultiTargeting": { - "buildMultiTargeting/Microsoft.Build.Tasks.Git.props": {}, - "buildMultiTargeting/Microsoft.Build.Tasks.Git.targets": {} - } - }, - "Microsoft.CodeAnalysis.Analyzers/3.3.4": { - "type": "package", - "build": { - "buildTransitive/Microsoft.CodeAnalysis.Analyzers.props": {}, - "buildTransitive/Microsoft.CodeAnalysis.Analyzers.targets": {} - } - }, - "Microsoft.CodeAnalysis.Common/4.12.0": { - "type": "package", - "dependencies": { - "Microsoft.CodeAnalysis.Analyzers": "3.3.4" - }, - "compile": { - "lib/net8.0/Microsoft.CodeAnalysis.dll": { - "related": ".pdb;.xml" - } - }, - "runtime": { - "lib/net8.0/Microsoft.CodeAnalysis.dll": { - "related": ".pdb;.xml" - } - }, - "resource": { - "lib/net8.0/cs/Microsoft.CodeAnalysis.resources.dll": { - "locale": "cs" - }, - "lib/net8.0/de/Microsoft.CodeAnalysis.resources.dll": { - "locale": "de" - }, - "lib/net8.0/es/Microsoft.CodeAnalysis.resources.dll": { - "locale": "es" - }, - "lib/net8.0/fr/Microsoft.CodeAnalysis.resources.dll": { - "locale": "fr" - }, - "lib/net8.0/it/Microsoft.CodeAnalysis.resources.dll": { - "locale": "it" - }, - "lib/net8.0/ja/Microsoft.CodeAnalysis.resources.dll": { - "locale": "ja" - }, - "lib/net8.0/ko/Microsoft.CodeAnalysis.resources.dll": { - "locale": "ko" - }, - "lib/net8.0/pl/Microsoft.CodeAnalysis.resources.dll": { - "locale": "pl" - }, - "lib/net8.0/pt-BR/Microsoft.CodeAnalysis.resources.dll": { - "locale": "pt-BR" - }, - "lib/net8.0/ru/Microsoft.CodeAnalysis.resources.dll": { - "locale": "ru" - }, - "lib/net8.0/tr/Microsoft.CodeAnalysis.resources.dll": { - "locale": "tr" - }, - "lib/net8.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll": { - "locale": "zh-Hans" - }, - "lib/net8.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "Microsoft.CodeAnalysis.CSharp/4.12.0": { - "type": "package", - "dependencies": { - "Microsoft.CodeAnalysis.Analyzers": "3.3.4", - "Microsoft.CodeAnalysis.Common": "[4.12.0]" - }, - "compile": { - "lib/net8.0/Microsoft.CodeAnalysis.CSharp.dll": { - "related": ".pdb;.xml" - } - }, - "runtime": { - "lib/net8.0/Microsoft.CodeAnalysis.CSharp.dll": { - "related": ".pdb;.xml" - } - }, - "resource": { - "lib/net8.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "cs" - }, - "lib/net8.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "de" - }, - "lib/net8.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "es" - }, - "lib/net8.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "fr" - }, - "lib/net8.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "it" - }, - "lib/net8.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "ja" - }, - "lib/net8.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "ko" - }, - "lib/net8.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "pl" - }, - "lib/net8.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "pt-BR" - }, - "lib/net8.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "ru" - }, - "lib/net8.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "tr" - }, - "lib/net8.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "zh-Hans" - }, - "lib/net8.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "Microsoft.CodeAnalysis.CSharp.Workspaces/4.12.0": { - "type": "package", - "dependencies": { - "Humanizer.Core": "2.14.1", - "Microsoft.CodeAnalysis.Analyzers": "3.3.4", - "Microsoft.CodeAnalysis.CSharp": "[4.12.0]", - "Microsoft.CodeAnalysis.Common": "[4.12.0]", - "Microsoft.CodeAnalysis.Workspaces.Common": "[4.12.0]", - "System.Composition": "8.0.0", - "System.IO.Pipelines": "8.0.0" - }, - "compile": { - "lib/net8.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll": { - "related": ".pdb;.xml" - } - }, - "runtime": { - "lib/net8.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll": { - "related": ".pdb;.xml" - } - }, - "resource": { - "lib/net8.0/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { - "locale": "cs" - }, - "lib/net8.0/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { - "locale": "de" - }, - "lib/net8.0/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { - "locale": "es" - }, - "lib/net8.0/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { - "locale": "fr" - }, - "lib/net8.0/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { - "locale": "it" - }, - "lib/net8.0/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { - "locale": "ja" - }, - "lib/net8.0/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { - "locale": "ko" - }, - "lib/net8.0/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { - "locale": "pl" - }, - "lib/net8.0/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { - "locale": "pt-BR" - }, - "lib/net8.0/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { - "locale": "ru" - }, - "lib/net8.0/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { - "locale": "tr" - }, - "lib/net8.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { - "locale": "zh-Hans" - }, - "lib/net8.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "Microsoft.CodeAnalysis.Workspaces.Common/4.12.0": { - "type": "package", - "dependencies": { - "Humanizer.Core": "2.14.1", - "Microsoft.CodeAnalysis.Analyzers": "3.3.4", - "Microsoft.CodeAnalysis.Common": "[4.12.0]", - "System.Composition": "8.0.0", - "System.IO.Pipelines": "8.0.0" - }, - "compile": { - "lib/net8.0/Microsoft.CodeAnalysis.Workspaces.dll": { - "related": ".pdb;.xml" - } - }, - "runtime": { - "lib/net8.0/Microsoft.CodeAnalysis.Workspaces.dll": { - "related": ".pdb;.xml" - } - }, - "resource": { - "lib/net8.0/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll": { - "locale": "cs" - }, - "lib/net8.0/de/Microsoft.CodeAnalysis.Workspaces.resources.dll": { - "locale": "de" - }, - "lib/net8.0/es/Microsoft.CodeAnalysis.Workspaces.resources.dll": { - "locale": "es" - }, - "lib/net8.0/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll": { - "locale": "fr" - }, - "lib/net8.0/it/Microsoft.CodeAnalysis.Workspaces.resources.dll": { - "locale": "it" - }, - "lib/net8.0/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll": { - "locale": "ja" - }, - "lib/net8.0/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll": { - "locale": "ko" - }, - "lib/net8.0/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll": { - "locale": "pl" - }, - "lib/net8.0/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll": { - "locale": "pt-BR" - }, - "lib/net8.0/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll": { - "locale": "ru" - }, - "lib/net8.0/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll": { - "locale": "tr" - }, - "lib/net8.0/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll": { - "locale": "zh-Hans" - }, - "lib/net8.0/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "Microsoft.SourceLink.Common/10.0.203": { - "type": "package", - "build": { - "buildTransitive/Microsoft.SourceLink.Common.props": {}, - "buildTransitive/Microsoft.SourceLink.Common.targets": {} - }, - "buildMultiTargeting": { - "buildMultiTargeting/Microsoft.SourceLink.Common.props": {}, - "buildMultiTargeting/Microsoft.SourceLink.Common.targets": {} - } - }, - "Microsoft.SourceLink.GitHub/10.0.203": { - "type": "package", - "dependencies": { - "Microsoft.Build.Tasks.Git": "10.0.203", - "Microsoft.SourceLink.Common": "10.0.203", - "System.IO.Hashing": "10.0.7" - }, - "build": { - "build/Microsoft.SourceLink.GitHub.props": {}, - "build/Microsoft.SourceLink.GitHub.targets": {} - }, - "buildMultiTargeting": { - "buildMultiTargeting/Microsoft.SourceLink.GitHub.props": {}, - "buildMultiTargeting/Microsoft.SourceLink.GitHub.targets": {} - } - }, - "Nerdbank.GitVersioning/3.9.50": { - "type": "package", - "build": { - "build/Nerdbank.GitVersioning.props": {}, - "build/Nerdbank.GitVersioning.targets": {} - }, - "buildMultiTargeting": { - "buildCrossTargeting/Nerdbank.GitVersioning.props": {}, - "buildCrossTargeting/Nerdbank.GitVersioning.targets": {} - } - }, - "System.Composition/8.0.0": { - "type": "package", - "dependencies": { - "System.Composition.AttributedModel": "8.0.0", - "System.Composition.Convention": "8.0.0", - "System.Composition.Hosting": "8.0.0", - "System.Composition.Runtime": "8.0.0", - "System.Composition.TypedParts": "8.0.0" - }, - "compile": { - "lib/netcoreapp2.0/_._": {} - }, - "runtime": { - "lib/netcoreapp2.0/_._": {} - }, - "build": { - "buildTransitive/net6.0/_._": {} - } - }, - "System.Composition.AttributedModel/8.0.0": { - "type": "package", - "compile": { - "lib/net8.0/System.Composition.AttributedModel.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net8.0/System.Composition.AttributedModel.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net6.0/_._": {} - } - }, - "System.Composition.Convention/8.0.0": { - "type": "package", - "dependencies": { - "System.Composition.AttributedModel": "8.0.0" - }, - "compile": { - "lib/net8.0/System.Composition.Convention.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net8.0/System.Composition.Convention.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net6.0/_._": {} - } - }, - "System.Composition.Hosting/8.0.0": { - "type": "package", - "dependencies": { - "System.Composition.Runtime": "8.0.0" - }, - "compile": { - "lib/net8.0/System.Composition.Hosting.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net8.0/System.Composition.Hosting.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net6.0/_._": {} - } - }, - "System.Composition.Runtime/8.0.0": { - "type": "package", - "compile": { - "lib/net8.0/System.Composition.Runtime.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net8.0/System.Composition.Runtime.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net6.0/_._": {} - } - }, - "System.Composition.TypedParts/8.0.0": { - "type": "package", - "dependencies": { - "System.Composition.AttributedModel": "8.0.0", - "System.Composition.Hosting": "8.0.0", - "System.Composition.Runtime": "8.0.0" - }, - "compile": { - "lib/net8.0/System.Composition.TypedParts.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net8.0/System.Composition.TypedParts.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net6.0/_._": {} - } - }, - "System.IO.Hashing/10.0.7": { - "type": "package", - "compile": { - "lib/net8.0/System.IO.Hashing.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net8.0/System.IO.Hashing.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net8.0/_._": {} - } - }, - "System.IO.Pipelines/8.0.0": { - "type": "package", - "compile": { - "lib/net8.0/System.IO.Pipelines.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net8.0/System.IO.Pipelines.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net6.0/_._": {} - } - }, - "Inshiminator.Analyzers/1.0.0": { - "type": "project", - "framework": ".NETCoreApp,Version=v8.0", - "dependencies": { - "Microsoft.CodeAnalysis.CSharp": "4.12.0" - }, - "compile": { - "bin/placeholder/Inshiminator.Analyzers.dll": {} - }, - "runtime": { - "bin/placeholder/Inshiminator.Analyzers.dll": {} - } - } - } - }, - "libraries": { - "Humanizer.Core/2.14.1": { - "sha512": "lQKvtaTDOXnoVJ20ibTuSIOf2i0uO0MPbDhd1jm238I+U/2ZnRENj0cktKZhtchBMtCUSRQ5v4xBCUbKNmyVMw==", - "type": "package", - "path": "humanizer.core/2.14.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "humanizer.core.2.14.1.nupkg.sha512", - "humanizer.core.nuspec", - "lib/net6.0/Humanizer.dll", - "lib/net6.0/Humanizer.xml", - "lib/netstandard1.0/Humanizer.dll", - "lib/netstandard1.0/Humanizer.xml", - "lib/netstandard2.0/Humanizer.dll", - "lib/netstandard2.0/Humanizer.xml", - "logo.png" - ] - }, - "Microsoft.Bcl.AsyncInterfaces/8.0.0": { - "sha512": "3WA9q9yVqJp222P3x1wYIGDAkpjAku0TMUaaQV22g6L67AI0LdOIrVS7Ht2vJfLHGSPVuqN94vIr15qn+HEkHw==", - "type": "package", - "path": "microsoft.bcl.asyncinterfaces/8.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Bcl.AsyncInterfaces.targets", - "buildTransitive/net462/_._", - "lib/net462/Microsoft.Bcl.AsyncInterfaces.dll", - "lib/net462/Microsoft.Bcl.AsyncInterfaces.xml", - "lib/netstandard2.0/Microsoft.Bcl.AsyncInterfaces.dll", - "lib/netstandard2.0/Microsoft.Bcl.AsyncInterfaces.xml", - "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll", - "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.xml", - "microsoft.bcl.asyncinterfaces.8.0.0.nupkg.sha512", - "microsoft.bcl.asyncinterfaces.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "Microsoft.Build.Tasks.Git/10.0.203": { - "sha512": "m56WtzvIcL6t7JR3c7ogYitHizNM2QnRSo8yqxrQi+m5E/GGyDEmqymP+2p6YsFXn0j/Tzz67s4FQnrTLC7GKQ==", - "type": "package", - "path": "microsoft.build.tasks.git/10.0.203", - "hasTools": true, - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.txt", - "build/Microsoft.Build.Tasks.Git.props", - "build/Microsoft.Build.Tasks.Git.targets", - "buildMultiTargeting/Microsoft.Build.Tasks.Git.props", - "buildMultiTargeting/Microsoft.Build.Tasks.Git.targets", - "buildTransitive/Microsoft.Build.Tasks.Git.props", - "buildTransitive/Microsoft.Build.Tasks.Git.targets", - "microsoft.build.tasks.git.10.0.203.nupkg.sha512", - "microsoft.build.tasks.git.nuspec", - "tools/net/Microsoft.Build.Tasks.Git.deps.json", - "tools/net/Microsoft.Build.Tasks.Git.dll", - "tools/net/Microsoft.Build.Tasks.Git.pdb", - "tools/net/System.IO.Hashing.dll", - "tools/net/cs/Microsoft.Build.Tasks.Git.resources.dll", - "tools/net/de/Microsoft.Build.Tasks.Git.resources.dll", - "tools/net/es/Microsoft.Build.Tasks.Git.resources.dll", - "tools/net/fr/Microsoft.Build.Tasks.Git.resources.dll", - "tools/net/it/Microsoft.Build.Tasks.Git.resources.dll", - "tools/net/ja/Microsoft.Build.Tasks.Git.resources.dll", - "tools/net/ko/Microsoft.Build.Tasks.Git.resources.dll", - "tools/net/pl/Microsoft.Build.Tasks.Git.resources.dll", - "tools/net/pt-BR/Microsoft.Build.Tasks.Git.resources.dll", - "tools/net/ru/Microsoft.Build.Tasks.Git.resources.dll", - "tools/net/tr/Microsoft.Build.Tasks.Git.resources.dll", - "tools/net/zh-Hans/Microsoft.Build.Tasks.Git.resources.dll", - "tools/net/zh-Hant/Microsoft.Build.Tasks.Git.resources.dll", - "tools/netframework/Microsoft.Build.Tasks.Git.dll", - "tools/netframework/Microsoft.Build.Tasks.Git.dll.config", - "tools/netframework/Microsoft.Build.Tasks.Git.pdb", - "tools/netframework/System.Buffers.dll", - "tools/netframework/System.IO.Hashing.dll", - "tools/netframework/System.Memory.dll", - "tools/netframework/System.Numerics.Vectors.dll", - "tools/netframework/System.Runtime.CompilerServices.Unsafe.dll", - "tools/netframework/cs/Microsoft.Build.Tasks.Git.resources.dll", - "tools/netframework/de/Microsoft.Build.Tasks.Git.resources.dll", - "tools/netframework/es/Microsoft.Build.Tasks.Git.resources.dll", - "tools/netframework/fr/Microsoft.Build.Tasks.Git.resources.dll", - "tools/netframework/it/Microsoft.Build.Tasks.Git.resources.dll", - "tools/netframework/ja/Microsoft.Build.Tasks.Git.resources.dll", - "tools/netframework/ko/Microsoft.Build.Tasks.Git.resources.dll", - "tools/netframework/pl/Microsoft.Build.Tasks.Git.resources.dll", - "tools/netframework/pt-BR/Microsoft.Build.Tasks.Git.resources.dll", - "tools/netframework/ru/Microsoft.Build.Tasks.Git.resources.dll", - "tools/netframework/tr/Microsoft.Build.Tasks.Git.resources.dll", - "tools/netframework/zh-Hans/Microsoft.Build.Tasks.Git.resources.dll", - "tools/netframework/zh-Hant/Microsoft.Build.Tasks.Git.resources.dll" - ] - }, - "Microsoft.CodeAnalysis.Analyzers/3.3.4": { - "sha512": "AxkxcPR+rheX0SmvpLVIGLhOUXAKG56a64kV9VQZ4y9gR9ZmPXnqZvHJnmwLSwzrEP6junUF11vuc+aqo5r68g==", - "type": "package", - "path": "microsoft.codeanalysis.analyzers/3.3.4", - "hasTools": true, - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "ThirdPartyNotices.txt", - "analyzers/dotnet/cs/Microsoft.CodeAnalysis.Analyzers.dll", - "analyzers/dotnet/cs/Microsoft.CodeAnalysis.CSharp.Analyzers.dll", - "analyzers/dotnet/cs/cs/Microsoft.CodeAnalysis.Analyzers.resources.dll", - "analyzers/dotnet/cs/de/Microsoft.CodeAnalysis.Analyzers.resources.dll", - "analyzers/dotnet/cs/es/Microsoft.CodeAnalysis.Analyzers.resources.dll", - "analyzers/dotnet/cs/fr/Microsoft.CodeAnalysis.Analyzers.resources.dll", - "analyzers/dotnet/cs/it/Microsoft.CodeAnalysis.Analyzers.resources.dll", - "analyzers/dotnet/cs/ja/Microsoft.CodeAnalysis.Analyzers.resources.dll", - "analyzers/dotnet/cs/ko/Microsoft.CodeAnalysis.Analyzers.resources.dll", - "analyzers/dotnet/cs/pl/Microsoft.CodeAnalysis.Analyzers.resources.dll", - "analyzers/dotnet/cs/pt-BR/Microsoft.CodeAnalysis.Analyzers.resources.dll", - "analyzers/dotnet/cs/ru/Microsoft.CodeAnalysis.Analyzers.resources.dll", - "analyzers/dotnet/cs/tr/Microsoft.CodeAnalysis.Analyzers.resources.dll", - "analyzers/dotnet/cs/zh-Hans/Microsoft.CodeAnalysis.Analyzers.resources.dll", - "analyzers/dotnet/cs/zh-Hant/Microsoft.CodeAnalysis.Analyzers.resources.dll", - "analyzers/dotnet/vb/Microsoft.CodeAnalysis.Analyzers.dll", - "analyzers/dotnet/vb/Microsoft.CodeAnalysis.VisualBasic.Analyzers.dll", - "analyzers/dotnet/vb/cs/Microsoft.CodeAnalysis.Analyzers.resources.dll", - "analyzers/dotnet/vb/de/Microsoft.CodeAnalysis.Analyzers.resources.dll", - "analyzers/dotnet/vb/es/Microsoft.CodeAnalysis.Analyzers.resources.dll", - "analyzers/dotnet/vb/fr/Microsoft.CodeAnalysis.Analyzers.resources.dll", - "analyzers/dotnet/vb/it/Microsoft.CodeAnalysis.Analyzers.resources.dll", - "analyzers/dotnet/vb/ja/Microsoft.CodeAnalysis.Analyzers.resources.dll", - "analyzers/dotnet/vb/ko/Microsoft.CodeAnalysis.Analyzers.resources.dll", - "analyzers/dotnet/vb/pl/Microsoft.CodeAnalysis.Analyzers.resources.dll", - "analyzers/dotnet/vb/pt-BR/Microsoft.CodeAnalysis.Analyzers.resources.dll", - "analyzers/dotnet/vb/ru/Microsoft.CodeAnalysis.Analyzers.resources.dll", - "analyzers/dotnet/vb/tr/Microsoft.CodeAnalysis.Analyzers.resources.dll", - "analyzers/dotnet/vb/zh-Hans/Microsoft.CodeAnalysis.Analyzers.resources.dll", - "analyzers/dotnet/vb/zh-Hant/Microsoft.CodeAnalysis.Analyzers.resources.dll", - "buildTransitive/Microsoft.CodeAnalysis.Analyzers.props", - "buildTransitive/Microsoft.CodeAnalysis.Analyzers.targets", - "buildTransitive/config/analysislevel_2_9_8_all.globalconfig", - "buildTransitive/config/analysislevel_2_9_8_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevel_2_9_8_default.globalconfig", - "buildTransitive/config/analysislevel_2_9_8_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevel_2_9_8_minimum.globalconfig", - "buildTransitive/config/analysislevel_2_9_8_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevel_2_9_8_none.globalconfig", - "buildTransitive/config/analysislevel_2_9_8_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevel_2_9_8_recommended.globalconfig", - "buildTransitive/config/analysislevel_2_9_8_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevel_3_3_3_all.globalconfig", - "buildTransitive/config/analysislevel_3_3_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevel_3_3_3_default.globalconfig", - "buildTransitive/config/analysislevel_3_3_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevel_3_3_3_minimum.globalconfig", - "buildTransitive/config/analysislevel_3_3_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevel_3_3_3_none.globalconfig", - "buildTransitive/config/analysislevel_3_3_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevel_3_3_3_recommended.globalconfig", - "buildTransitive/config/analysislevel_3_3_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevel_3_3_all.globalconfig", - "buildTransitive/config/analysislevel_3_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevel_3_3_default.globalconfig", - "buildTransitive/config/analysislevel_3_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevel_3_3_minimum.globalconfig", - "buildTransitive/config/analysislevel_3_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevel_3_3_none.globalconfig", - "buildTransitive/config/analysislevel_3_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevel_3_3_recommended.globalconfig", - "buildTransitive/config/analysislevel_3_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevel_3_all.globalconfig", - "buildTransitive/config/analysislevel_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevel_3_default.globalconfig", - "buildTransitive/config/analysislevel_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevel_3_minimum.globalconfig", - "buildTransitive/config/analysislevel_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevel_3_none.globalconfig", - "buildTransitive/config/analysislevel_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevel_3_recommended.globalconfig", - "buildTransitive/config/analysislevel_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevel_4_3_all.globalconfig", - "buildTransitive/config/analysislevel_4_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevel_4_3_default.globalconfig", - "buildTransitive/config/analysislevel_4_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevel_4_3_minimum.globalconfig", - "buildTransitive/config/analysislevel_4_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevel_4_3_none.globalconfig", - "buildTransitive/config/analysislevel_4_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevel_4_3_recommended.globalconfig", - "buildTransitive/config/analysislevel_4_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelcorrectness_2_9_8_all.globalconfig", - "buildTransitive/config/analysislevelcorrectness_2_9_8_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelcorrectness_2_9_8_default.globalconfig", - "buildTransitive/config/analysislevelcorrectness_2_9_8_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelcorrectness_2_9_8_minimum.globalconfig", - "buildTransitive/config/analysislevelcorrectness_2_9_8_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelcorrectness_2_9_8_none.globalconfig", - "buildTransitive/config/analysislevelcorrectness_2_9_8_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelcorrectness_2_9_8_recommended.globalconfig", - "buildTransitive/config/analysislevelcorrectness_2_9_8_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_3_3_all.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_3_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_3_3_default.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_3_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_3_3_minimum.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_3_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_3_3_none.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_3_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_3_3_recommended.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_3_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_3_all.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_3_default.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_3_minimum.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_3_none.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_3_recommended.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_all.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_default.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_minimum.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_none.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_recommended.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelcorrectness_4_3_all.globalconfig", - "buildTransitive/config/analysislevelcorrectness_4_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelcorrectness_4_3_default.globalconfig", - "buildTransitive/config/analysislevelcorrectness_4_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelcorrectness_4_3_minimum.globalconfig", - "buildTransitive/config/analysislevelcorrectness_4_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelcorrectness_4_3_none.globalconfig", - "buildTransitive/config/analysislevelcorrectness_4_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelcorrectness_4_3_recommended.globalconfig", - "buildTransitive/config/analysislevelcorrectness_4_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevellibrary_2_9_8_all.globalconfig", - "buildTransitive/config/analysislevellibrary_2_9_8_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevellibrary_2_9_8_default.globalconfig", - "buildTransitive/config/analysislevellibrary_2_9_8_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevellibrary_2_9_8_minimum.globalconfig", - "buildTransitive/config/analysislevellibrary_2_9_8_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevellibrary_2_9_8_none.globalconfig", - "buildTransitive/config/analysislevellibrary_2_9_8_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevellibrary_2_9_8_recommended.globalconfig", - "buildTransitive/config/analysislevellibrary_2_9_8_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevellibrary_3_3_3_all.globalconfig", - "buildTransitive/config/analysislevellibrary_3_3_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevellibrary_3_3_3_default.globalconfig", - "buildTransitive/config/analysislevellibrary_3_3_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevellibrary_3_3_3_minimum.globalconfig", - "buildTransitive/config/analysislevellibrary_3_3_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevellibrary_3_3_3_none.globalconfig", - "buildTransitive/config/analysislevellibrary_3_3_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevellibrary_3_3_3_recommended.globalconfig", - "buildTransitive/config/analysislevellibrary_3_3_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevellibrary_3_3_all.globalconfig", - "buildTransitive/config/analysislevellibrary_3_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevellibrary_3_3_default.globalconfig", - "buildTransitive/config/analysislevellibrary_3_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevellibrary_3_3_minimum.globalconfig", - "buildTransitive/config/analysislevellibrary_3_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevellibrary_3_3_none.globalconfig", - "buildTransitive/config/analysislevellibrary_3_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevellibrary_3_3_recommended.globalconfig", - "buildTransitive/config/analysislevellibrary_3_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevellibrary_3_all.globalconfig", - "buildTransitive/config/analysislevellibrary_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevellibrary_3_default.globalconfig", - "buildTransitive/config/analysislevellibrary_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevellibrary_3_minimum.globalconfig", - "buildTransitive/config/analysislevellibrary_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevellibrary_3_none.globalconfig", - "buildTransitive/config/analysislevellibrary_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevellibrary_3_recommended.globalconfig", - "buildTransitive/config/analysislevellibrary_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevellibrary_4_3_all.globalconfig", - "buildTransitive/config/analysislevellibrary_4_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevellibrary_4_3_default.globalconfig", - "buildTransitive/config/analysislevellibrary_4_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevellibrary_4_3_minimum.globalconfig", - "buildTransitive/config/analysislevellibrary_4_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevellibrary_4_3_none.globalconfig", - "buildTransitive/config/analysislevellibrary_4_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevellibrary_4_3_recommended.globalconfig", - "buildTransitive/config/analysislevellibrary_4_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_2_9_8_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_2_9_8_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_2_9_8_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_2_9_8_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_2_9_8_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_2_9_8_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_2_9_8_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_2_9_8_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_2_9_8_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_2_9_8_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_3_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_3_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_3_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_3_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_3_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_4_3_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_4_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_4_3_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_4_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_4_3_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_4_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_4_3_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_4_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_4_3_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_4_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_2_9_8_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_2_9_8_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_2_9_8_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_2_9_8_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_2_9_8_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_2_9_8_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_2_9_8_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_2_9_8_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_2_9_8_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_2_9_8_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_3_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_3_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_3_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_3_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_3_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_4_3_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_4_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_4_3_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_4_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_4_3_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_4_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_4_3_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_4_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_4_3_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_4_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_2_9_8_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_2_9_8_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_2_9_8_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_2_9_8_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_2_9_8_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_2_9_8_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_2_9_8_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_2_9_8_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_2_9_8_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_2_9_8_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_3_3_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_3_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_3_3_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_3_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_3_3_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_3_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_3_3_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_3_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_3_3_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_3_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_3_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_3_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_3_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_3_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_3_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_4_3_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_4_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_4_3_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_4_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_4_3_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_4_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_4_3_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_4_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_4_3_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_4_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_2_9_8_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_2_9_8_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_2_9_8_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_2_9_8_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_2_9_8_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_2_9_8_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_2_9_8_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_2_9_8_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_2_9_8_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_2_9_8_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_3_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_3_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_3_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_3_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_3_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_4_3_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_4_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_4_3_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_4_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_4_3_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_4_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_4_3_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_4_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_4_3_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_4_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_2_9_8_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_2_9_8_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_2_9_8_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_2_9_8_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_2_9_8_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_2_9_8_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_2_9_8_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_2_9_8_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_2_9_8_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_2_9_8_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_3_3_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_3_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_3_3_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_3_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_3_3_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_3_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_3_3_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_3_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_3_3_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_3_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_3_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_3_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_3_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_3_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_3_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_4_3_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_4_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_4_3_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_4_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_4_3_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_4_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_4_3_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_4_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_4_3_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_4_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_2_9_8_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_2_9_8_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_2_9_8_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_2_9_8_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_2_9_8_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_2_9_8_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_2_9_8_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_2_9_8_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_2_9_8_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_2_9_8_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_3_3_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_3_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_3_3_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_3_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_3_3_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_3_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_3_3_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_3_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_3_3_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_3_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_3_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_3_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_3_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_3_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_3_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_4_3_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_4_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_4_3_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_4_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_4_3_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_4_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_4_3_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_4_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_4_3_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_4_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_2_9_8_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_2_9_8_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_2_9_8_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_2_9_8_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_2_9_8_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_2_9_8_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_2_9_8_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_2_9_8_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_2_9_8_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_2_9_8_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_3_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_3_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_3_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_3_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_3_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_4_3_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_4_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_4_3_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_4_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_4_3_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_4_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_4_3_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_4_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_4_3_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_4_3_recommended_warnaserror.globalconfig", - "documentation/Analyzer Configuration.md", - "documentation/Microsoft.CodeAnalysis.Analyzers.md", - "documentation/Microsoft.CodeAnalysis.Analyzers.sarif", - "editorconfig/AllRulesDefault/.editorconfig", - "editorconfig/AllRulesDisabled/.editorconfig", - "editorconfig/AllRulesEnabled/.editorconfig", - "editorconfig/CorrectnessRulesDefault/.editorconfig", - "editorconfig/CorrectnessRulesEnabled/.editorconfig", - "editorconfig/DataflowRulesDefault/.editorconfig", - "editorconfig/DataflowRulesEnabled/.editorconfig", - "editorconfig/LibraryRulesDefault/.editorconfig", - "editorconfig/LibraryRulesEnabled/.editorconfig", - "editorconfig/MicrosoftCodeAnalysisCompatibilityRulesDefault/.editorconfig", - "editorconfig/MicrosoftCodeAnalysisCompatibilityRulesEnabled/.editorconfig", - "editorconfig/MicrosoftCodeAnalysisCorrectnessRulesDefault/.editorconfig", - "editorconfig/MicrosoftCodeAnalysisCorrectnessRulesEnabled/.editorconfig", - "editorconfig/MicrosoftCodeAnalysisDesignRulesDefault/.editorconfig", - "editorconfig/MicrosoftCodeAnalysisDesignRulesEnabled/.editorconfig", - "editorconfig/MicrosoftCodeAnalysisDocumentationRulesDefault/.editorconfig", - "editorconfig/MicrosoftCodeAnalysisDocumentationRulesEnabled/.editorconfig", - "editorconfig/MicrosoftCodeAnalysisLocalizationRulesDefault/.editorconfig", - "editorconfig/MicrosoftCodeAnalysisLocalizationRulesEnabled/.editorconfig", - "editorconfig/MicrosoftCodeAnalysisPerformanceRulesDefault/.editorconfig", - "editorconfig/MicrosoftCodeAnalysisPerformanceRulesEnabled/.editorconfig", - "editorconfig/MicrosoftCodeAnalysisReleaseTrackingRulesDefault/.editorconfig", - "editorconfig/MicrosoftCodeAnalysisReleaseTrackingRulesEnabled/.editorconfig", - "editorconfig/PortedFromFxCopRulesDefault/.editorconfig", - "editorconfig/PortedFromFxCopRulesEnabled/.editorconfig", - "microsoft.codeanalysis.analyzers.3.3.4.nupkg.sha512", - "microsoft.codeanalysis.analyzers.nuspec", - "rulesets/AllRulesDefault.ruleset", - "rulesets/AllRulesDisabled.ruleset", - "rulesets/AllRulesEnabled.ruleset", - "rulesets/CorrectnessRulesDefault.ruleset", - "rulesets/CorrectnessRulesEnabled.ruleset", - "rulesets/DataflowRulesDefault.ruleset", - "rulesets/DataflowRulesEnabled.ruleset", - "rulesets/LibraryRulesDefault.ruleset", - "rulesets/LibraryRulesEnabled.ruleset", - "rulesets/MicrosoftCodeAnalysisCompatibilityRulesDefault.ruleset", - "rulesets/MicrosoftCodeAnalysisCompatibilityRulesEnabled.ruleset", - "rulesets/MicrosoftCodeAnalysisCorrectnessRulesDefault.ruleset", - "rulesets/MicrosoftCodeAnalysisCorrectnessRulesEnabled.ruleset", - "rulesets/MicrosoftCodeAnalysisDesignRulesDefault.ruleset", - "rulesets/MicrosoftCodeAnalysisDesignRulesEnabled.ruleset", - "rulesets/MicrosoftCodeAnalysisDocumentationRulesDefault.ruleset", - "rulesets/MicrosoftCodeAnalysisDocumentationRulesEnabled.ruleset", - "rulesets/MicrosoftCodeAnalysisLocalizationRulesDefault.ruleset", - "rulesets/MicrosoftCodeAnalysisLocalizationRulesEnabled.ruleset", - "rulesets/MicrosoftCodeAnalysisPerformanceRulesDefault.ruleset", - "rulesets/MicrosoftCodeAnalysisPerformanceRulesEnabled.ruleset", - "rulesets/MicrosoftCodeAnalysisReleaseTrackingRulesDefault.ruleset", - "rulesets/MicrosoftCodeAnalysisReleaseTrackingRulesEnabled.ruleset", - "rulesets/PortedFromFxCopRulesDefault.ruleset", - "rulesets/PortedFromFxCopRulesEnabled.ruleset", - "tools/install.ps1", - "tools/uninstall.ps1" - ] - }, - "Microsoft.CodeAnalysis.Common/4.12.0": { - "sha512": "c1kNYihL2gdcuU1dqm8R8YeA4YkB43TpU3pa2r66Uooh6AAhRtENzj9A4Kj0a+H8JDDyuTjNZql9XlVUzV+UjA==", - "type": "package", - "path": "microsoft.codeanalysis.common/4.12.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "ThirdPartyNotices.rtf", - "lib/net7.0/Microsoft.CodeAnalysis.dll", - "lib/net7.0/Microsoft.CodeAnalysis.pdb", - "lib/net7.0/Microsoft.CodeAnalysis.xml", - "lib/net7.0/cs/Microsoft.CodeAnalysis.resources.dll", - "lib/net7.0/de/Microsoft.CodeAnalysis.resources.dll", - "lib/net7.0/es/Microsoft.CodeAnalysis.resources.dll", - "lib/net7.0/fr/Microsoft.CodeAnalysis.resources.dll", - "lib/net7.0/it/Microsoft.CodeAnalysis.resources.dll", - "lib/net7.0/ja/Microsoft.CodeAnalysis.resources.dll", - "lib/net7.0/ko/Microsoft.CodeAnalysis.resources.dll", - "lib/net7.0/pl/Microsoft.CodeAnalysis.resources.dll", - "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.resources.dll", - "lib/net7.0/ru/Microsoft.CodeAnalysis.resources.dll", - "lib/net7.0/tr/Microsoft.CodeAnalysis.resources.dll", - "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll", - "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll", - "lib/net8.0/Microsoft.CodeAnalysis.dll", - "lib/net8.0/Microsoft.CodeAnalysis.pdb", - "lib/net8.0/Microsoft.CodeAnalysis.xml", - "lib/net8.0/cs/Microsoft.CodeAnalysis.resources.dll", - "lib/net8.0/de/Microsoft.CodeAnalysis.resources.dll", - "lib/net8.0/es/Microsoft.CodeAnalysis.resources.dll", - "lib/net8.0/fr/Microsoft.CodeAnalysis.resources.dll", - "lib/net8.0/it/Microsoft.CodeAnalysis.resources.dll", - "lib/net8.0/ja/Microsoft.CodeAnalysis.resources.dll", - "lib/net8.0/ko/Microsoft.CodeAnalysis.resources.dll", - "lib/net8.0/pl/Microsoft.CodeAnalysis.resources.dll", - "lib/net8.0/pt-BR/Microsoft.CodeAnalysis.resources.dll", - "lib/net8.0/ru/Microsoft.CodeAnalysis.resources.dll", - "lib/net8.0/tr/Microsoft.CodeAnalysis.resources.dll", - "lib/net8.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll", - "lib/net8.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll", - "lib/netstandard2.0/Microsoft.CodeAnalysis.dll", - "lib/netstandard2.0/Microsoft.CodeAnalysis.pdb", - "lib/netstandard2.0/Microsoft.CodeAnalysis.xml", - "lib/netstandard2.0/cs/Microsoft.CodeAnalysis.resources.dll", - "lib/netstandard2.0/de/Microsoft.CodeAnalysis.resources.dll", - "lib/netstandard2.0/es/Microsoft.CodeAnalysis.resources.dll", - "lib/netstandard2.0/fr/Microsoft.CodeAnalysis.resources.dll", - "lib/netstandard2.0/it/Microsoft.CodeAnalysis.resources.dll", - "lib/netstandard2.0/ja/Microsoft.CodeAnalysis.resources.dll", - "lib/netstandard2.0/ko/Microsoft.CodeAnalysis.resources.dll", - "lib/netstandard2.0/pl/Microsoft.CodeAnalysis.resources.dll", - "lib/netstandard2.0/pt-BR/Microsoft.CodeAnalysis.resources.dll", - "lib/netstandard2.0/ru/Microsoft.CodeAnalysis.resources.dll", - "lib/netstandard2.0/tr/Microsoft.CodeAnalysis.resources.dll", - "lib/netstandard2.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll", - "lib/netstandard2.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll", - "microsoft.codeanalysis.common.4.12.0.nupkg.sha512", - "microsoft.codeanalysis.common.nuspec" - ] - }, - "Microsoft.CodeAnalysis.CSharp/4.12.0": { - "sha512": "30vVQ1MizeC22iEdEvI2w0eTIYG43/L20yBzuQH01xKzJgHAoWehzI2F8u07o4mXh4DGMOjQF7aEm0zzvsG3Mg==", - "type": "package", - "path": "microsoft.codeanalysis.csharp/4.12.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "ThirdPartyNotices.rtf", - "lib/net7.0/Microsoft.CodeAnalysis.CSharp.dll", - "lib/net7.0/Microsoft.CodeAnalysis.CSharp.pdb", - "lib/net7.0/Microsoft.CodeAnalysis.CSharp.xml", - "lib/net7.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net7.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net7.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net7.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net7.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net7.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net7.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net7.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net7.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net7.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net8.0/Microsoft.CodeAnalysis.CSharp.dll", - "lib/net8.0/Microsoft.CodeAnalysis.CSharp.pdb", - "lib/net8.0/Microsoft.CodeAnalysis.CSharp.xml", - "lib/net8.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net8.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net8.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net8.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net8.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net8.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net8.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net8.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net8.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net8.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net8.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net8.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net8.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.dll", - "lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.pdb", - "lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.xml", - "lib/netstandard2.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/netstandard2.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/netstandard2.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/netstandard2.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/netstandard2.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/netstandard2.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/netstandard2.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/netstandard2.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/netstandard2.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/netstandard2.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/netstandard2.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/netstandard2.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/netstandard2.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll", - "microsoft.codeanalysis.csharp.4.12.0.nupkg.sha512", - "microsoft.codeanalysis.csharp.nuspec" - ] - }, - "Microsoft.CodeAnalysis.CSharp.Workspaces/4.12.0": { - "sha512": "ZZ08UBgL3f3VeVvRA1k+PGZYbCIy2EBX4nBld/1ndsaoUZcwqkUaXbljjpoJ5reozpRrBPMUJ0E34REaVgYKjw==", - "type": "package", - "path": "microsoft.codeanalysis.csharp.workspaces/4.12.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "ThirdPartyNotices.rtf", - "lib/net7.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll", - "lib/net7.0/Microsoft.CodeAnalysis.CSharp.Workspaces.pdb", - "lib/net7.0/Microsoft.CodeAnalysis.CSharp.Workspaces.xml", - "lib/net7.0/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/net7.0/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/net7.0/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/net7.0/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/net7.0/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/net7.0/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/net7.0/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/net7.0/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/net7.0/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/net7.0/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/net8.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll", - "lib/net8.0/Microsoft.CodeAnalysis.CSharp.Workspaces.pdb", - "lib/net8.0/Microsoft.CodeAnalysis.CSharp.Workspaces.xml", - "lib/net8.0/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/net8.0/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/net8.0/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/net8.0/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/net8.0/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/net8.0/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/net8.0/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/net8.0/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/net8.0/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/net8.0/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/net8.0/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/net8.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/net8.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll", - "lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.Workspaces.pdb", - "lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.Workspaces.xml", - "lib/netstandard2.0/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/netstandard2.0/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/netstandard2.0/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/netstandard2.0/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/netstandard2.0/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/netstandard2.0/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/netstandard2.0/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/netstandard2.0/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/netstandard2.0/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/netstandard2.0/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/netstandard2.0/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/netstandard2.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/netstandard2.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "microsoft.codeanalysis.csharp.workspaces.4.12.0.nupkg.sha512", - "microsoft.codeanalysis.csharp.workspaces.nuspec" - ] - }, - "Microsoft.CodeAnalysis.Workspaces.Common/4.12.0": { - "sha512": "9WFrMPm/k72qo7pxn6hPIS/UIAFVS/2yKBWJAW+kkmcY8PCsuBgp5ms+pmRI3mjAf7J1SmpdgHpRj2x1Gqc+9A==", - "type": "package", - "path": "microsoft.codeanalysis.workspaces.common/4.12.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "ThirdPartyNotices.rtf", - "lib/net7.0/Microsoft.CodeAnalysis.Workspaces.dll", - "lib/net7.0/Microsoft.CodeAnalysis.Workspaces.pdb", - "lib/net7.0/Microsoft.CodeAnalysis.Workspaces.xml", - "lib/net7.0/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/net7.0/de/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/net7.0/es/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/net7.0/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/net7.0/it/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/net7.0/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/net7.0/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/net7.0/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/net7.0/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/net7.0/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/net8.0/Microsoft.CodeAnalysis.Workspaces.dll", - "lib/net8.0/Microsoft.CodeAnalysis.Workspaces.pdb", - "lib/net8.0/Microsoft.CodeAnalysis.Workspaces.xml", - "lib/net8.0/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/net8.0/de/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/net8.0/es/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/net8.0/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/net8.0/it/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/net8.0/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/net8.0/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/net8.0/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/net8.0/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/net8.0/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/net8.0/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/net8.0/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/net8.0/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/netstandard2.0/Microsoft.CodeAnalysis.Workspaces.dll", - "lib/netstandard2.0/Microsoft.CodeAnalysis.Workspaces.pdb", - "lib/netstandard2.0/Microsoft.CodeAnalysis.Workspaces.xml", - "lib/netstandard2.0/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/netstandard2.0/de/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/netstandard2.0/es/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/netstandard2.0/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/netstandard2.0/it/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/netstandard2.0/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/netstandard2.0/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/netstandard2.0/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/netstandard2.0/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/netstandard2.0/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/netstandard2.0/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/netstandard2.0/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/netstandard2.0/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "microsoft.codeanalysis.workspaces.common.4.12.0.nupkg.sha512", - "microsoft.codeanalysis.workspaces.common.nuspec" - ] - }, - "Microsoft.NETCore.Platforms/1.1.0": { - "sha512": "kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A==", - "type": "package", - "path": "microsoft.netcore.platforms/1.1.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/netstandard1.0/_._", - "microsoft.netcore.platforms.1.1.0.nupkg.sha512", - "microsoft.netcore.platforms.nuspec", - "runtime.json" - ] - }, - "Microsoft.SourceLink.Common/10.0.203": { - "sha512": "QYAnhBCOkT3ZUT/fHag11+bamwlbZ3U9Vi/WfKrD9emdUf1t3aqjWv0V2KtEGHSRSC81aBc8Oy/mvyGpEYd9Pg==", - "type": "package", - "path": "microsoft.sourcelink.common/10.0.203", - "hasTools": true, - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.txt", - "build/InitializeSourceControlInformation.targets", - "build/Microsoft.SourceLink.Common.props", - "build/Microsoft.SourceLink.Common.targets", - "buildMultiTargeting/Microsoft.SourceLink.Common.props", - "buildMultiTargeting/Microsoft.SourceLink.Common.targets", - "buildTransitive/Microsoft.SourceLink.Common.props", - "buildTransitive/Microsoft.SourceLink.Common.targets", - "microsoft.sourcelink.common.10.0.203.nupkg.sha512", - "microsoft.sourcelink.common.nuspec", - "tools/net/Microsoft.SourceLink.Common.deps.json", - "tools/net/Microsoft.SourceLink.Common.dll", - "tools/net/Microsoft.SourceLink.Common.pdb", - "tools/net/cs/Microsoft.SourceLink.Common.resources.dll", - "tools/net/de/Microsoft.SourceLink.Common.resources.dll", - "tools/net/es/Microsoft.SourceLink.Common.resources.dll", - "tools/net/fr/Microsoft.SourceLink.Common.resources.dll", - "tools/net/it/Microsoft.SourceLink.Common.resources.dll", - "tools/net/ja/Microsoft.SourceLink.Common.resources.dll", - "tools/net/ko/Microsoft.SourceLink.Common.resources.dll", - "tools/net/pl/Microsoft.SourceLink.Common.resources.dll", - "tools/net/pt-BR/Microsoft.SourceLink.Common.resources.dll", - "tools/net/ru/Microsoft.SourceLink.Common.resources.dll", - "tools/net/tr/Microsoft.SourceLink.Common.resources.dll", - "tools/net/zh-Hans/Microsoft.SourceLink.Common.resources.dll", - "tools/net/zh-Hant/Microsoft.SourceLink.Common.resources.dll", - "tools/netframework/Microsoft.SourceLink.Common.dll", - "tools/netframework/Microsoft.SourceLink.Common.dll.config", - "tools/netframework/Microsoft.SourceLink.Common.pdb", - "tools/netframework/cs/Microsoft.SourceLink.Common.resources.dll", - "tools/netframework/de/Microsoft.SourceLink.Common.resources.dll", - "tools/netframework/es/Microsoft.SourceLink.Common.resources.dll", - "tools/netframework/fr/Microsoft.SourceLink.Common.resources.dll", - "tools/netframework/it/Microsoft.SourceLink.Common.resources.dll", - "tools/netframework/ja/Microsoft.SourceLink.Common.resources.dll", - "tools/netframework/ko/Microsoft.SourceLink.Common.resources.dll", - "tools/netframework/pl/Microsoft.SourceLink.Common.resources.dll", - "tools/netframework/pt-BR/Microsoft.SourceLink.Common.resources.dll", - "tools/netframework/ru/Microsoft.SourceLink.Common.resources.dll", - "tools/netframework/tr/Microsoft.SourceLink.Common.resources.dll", - "tools/netframework/zh-Hans/Microsoft.SourceLink.Common.resources.dll", - "tools/netframework/zh-Hant/Microsoft.SourceLink.Common.resources.dll" - ] - }, - "Microsoft.SourceLink.GitHub/10.0.203": { - "sha512": "R4Tvr1oACImMS+Y5M7NM07ll9QyJSKnki3Dvz8QwG1W6FEmd+9fmZXAF6BE6UPswHF6n0v41wgMQGlaudOspqA==", - "type": "package", - "path": "microsoft.sourcelink.github/10.0.203", - "hasTools": true, - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.txt", - "build/Microsoft.SourceLink.GitHub.props", - "build/Microsoft.SourceLink.GitHub.targets", - "buildMultiTargeting/Microsoft.SourceLink.GitHub.props", - "buildMultiTargeting/Microsoft.SourceLink.GitHub.targets", - "microsoft.sourcelink.github.10.0.203.nupkg.sha512", - "microsoft.sourcelink.github.nuspec", - "tools/net/Microsoft.SourceLink.GitHub.deps.json", - "tools/net/Microsoft.SourceLink.GitHub.dll", - "tools/net/Microsoft.SourceLink.GitHub.pdb", - "tools/net/System.IO.Hashing.dll", - "tools/net/cs/Microsoft.SourceLink.GitHub.resources.dll", - "tools/net/de/Microsoft.SourceLink.GitHub.resources.dll", - "tools/net/es/Microsoft.SourceLink.GitHub.resources.dll", - "tools/net/fr/Microsoft.SourceLink.GitHub.resources.dll", - "tools/net/it/Microsoft.SourceLink.GitHub.resources.dll", - "tools/net/ja/Microsoft.SourceLink.GitHub.resources.dll", - "tools/net/ko/Microsoft.SourceLink.GitHub.resources.dll", - "tools/net/pl/Microsoft.SourceLink.GitHub.resources.dll", - "tools/net/pt-BR/Microsoft.SourceLink.GitHub.resources.dll", - "tools/net/ru/Microsoft.SourceLink.GitHub.resources.dll", - "tools/net/tr/Microsoft.SourceLink.GitHub.resources.dll", - "tools/net/zh-Hans/Microsoft.SourceLink.GitHub.resources.dll", - "tools/net/zh-Hant/Microsoft.SourceLink.GitHub.resources.dll", - "tools/netframework/Microsoft.SourceLink.GitHub.dll", - "tools/netframework/Microsoft.SourceLink.GitHub.dll.config", - "tools/netframework/Microsoft.SourceLink.GitHub.pdb", - "tools/netframework/System.Buffers.dll", - "tools/netframework/System.IO.Hashing.dll", - "tools/netframework/System.Memory.dll", - "tools/netframework/System.Numerics.Vectors.dll", - "tools/netframework/System.Runtime.CompilerServices.Unsafe.dll", - "tools/netframework/cs/Microsoft.SourceLink.GitHub.resources.dll", - "tools/netframework/de/Microsoft.SourceLink.GitHub.resources.dll", - "tools/netframework/es/Microsoft.SourceLink.GitHub.resources.dll", - "tools/netframework/fr/Microsoft.SourceLink.GitHub.resources.dll", - "tools/netframework/it/Microsoft.SourceLink.GitHub.resources.dll", - "tools/netframework/ja/Microsoft.SourceLink.GitHub.resources.dll", - "tools/netframework/ko/Microsoft.SourceLink.GitHub.resources.dll", - "tools/netframework/pl/Microsoft.SourceLink.GitHub.resources.dll", - "tools/netframework/pt-BR/Microsoft.SourceLink.GitHub.resources.dll", - "tools/netframework/ru/Microsoft.SourceLink.GitHub.resources.dll", - "tools/netframework/tr/Microsoft.SourceLink.GitHub.resources.dll", - "tools/netframework/zh-Hans/Microsoft.SourceLink.GitHub.resources.dll", - "tools/netframework/zh-Hant/Microsoft.SourceLink.GitHub.resources.dll" - ] - }, - "Nerdbank.GitVersioning/3.9.50": { - "sha512": "HtOgGF6jZ+WYbXnCUCYPT8Y2d6mIJo9ozjK/FINTRsXdm4Zgv9GehUMa7EFoGQkqrMcDJNOIDwCmENnvXg4UbA==", - "type": "package", - "path": "nerdbank.gitversioning/3.9.50", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "README.md", - "build/InProjectVersionComputation.targets", - "build/MSBuildCore/LibGit2Sharp.dll", - "build/MSBuildCore/LibGit2Sharp.dll.config", - "build/MSBuildCore/Microsoft.DotNet.PlatformAbstractions.dll", - "build/MSBuildCore/Nerdbank.GitVersioning.Tasks.dll", - "build/MSBuildCore/Nerdbank.GitVersioning.dll", - "build/MSBuildCore/Newtonsoft.Json.dll", - "build/MSBuildCore/Validation.dll", - "build/MSBuildFull/LibGit2Sharp.dll", - "build/MSBuildFull/LibGit2Sharp.dll.config", - "build/MSBuildFull/Microsoft.DotNet.PlatformAbstractions.dll", - "build/MSBuildFull/Nerdbank.GitVersioning.Tasks.dll", - "build/MSBuildFull/Nerdbank.GitVersioning.dll", - "build/MSBuildFull/Newtonsoft.Json.dll", - "build/MSBuildFull/System.Buffers.dll", - "build/MSBuildFull/System.Memory.dll", - "build/MSBuildFull/System.Numerics.Vectors.dll", - "build/MSBuildFull/System.Runtime.CompilerServices.Unsafe.dll", - "build/MSBuildFull/System.Text.Json.dll", - "build/MSBuildFull/Validation.dll", - "build/MSBuildFull/lib/linux-x64/libgit2-3f4182d.so", - "build/MSBuildFull/lib/osx-arm64/libgit2-3f4182d.dylib", - "build/MSBuildFull/lib/osx-x64/libgit2-3f4182d.dylib", - "build/MSBuildTargetCaching.targets", - "build/Nerdbank.GitVersioning.Common.targets", - "build/Nerdbank.GitVersioning.Inner.targets", - "build/Nerdbank.GitVersioning.props", - "build/Nerdbank.GitVersioning.targets", - "build/PrivateP2PCaching.proj", - "build/runtimes/linux-arm/native/libgit2-3f4182d.so", - "build/runtimes/linux-arm64/native/libgit2-3f4182d.so", - "build/runtimes/linux-musl-arm/native/libgit2-3f4182d.so", - "build/runtimes/linux-musl-arm64/native/libgit2-3f4182d.so", - "build/runtimes/linux-musl-x64/native/libgit2-3f4182d.so", - "build/runtimes/linux-ppc64le/native/libgit2-3f4182d.so", - "build/runtimes/linux-x64/native/libgit2-3f4182d.so", - "build/runtimes/osx-arm64/native/libgit2-3f4182d.dylib", - "build/runtimes/osx-x64/native/libgit2-3f4182d.dylib", - "build/runtimes/win-arm64/native/git2-3f4182d.dll", - "build/runtimes/win-x64/native/git2-3f4182d.dll", - "build/runtimes/win-x86/native/git2-3f4182d.dll", - "buildCrossTargeting/Nerdbank.GitVersioning.props", - "buildCrossTargeting/Nerdbank.GitVersioning.targets", - "nerdbank.gitversioning.3.9.50.nupkg.sha512", - "nerdbank.gitversioning.nuspec" - ] - }, - "NETStandard.Library/2.0.3": { - "sha512": "st47PosZSHrjECdjeIzZQbzivYBJFv6P2nv4cj2ypdI204DO+vZ7l5raGMiX4eXMJ53RfOIg+/s4DHVZ54Nu2A==", - "type": "package", - "path": "netstandard.library/2.0.3", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "build/netstandard2.0/NETStandard.Library.targets", - "build/netstandard2.0/ref/Microsoft.Win32.Primitives.dll", - "build/netstandard2.0/ref/System.AppContext.dll", - "build/netstandard2.0/ref/System.Collections.Concurrent.dll", - "build/netstandard2.0/ref/System.Collections.NonGeneric.dll", - "build/netstandard2.0/ref/System.Collections.Specialized.dll", - "build/netstandard2.0/ref/System.Collections.dll", - "build/netstandard2.0/ref/System.ComponentModel.Composition.dll", - "build/netstandard2.0/ref/System.ComponentModel.EventBasedAsync.dll", - "build/netstandard2.0/ref/System.ComponentModel.Primitives.dll", - "build/netstandard2.0/ref/System.ComponentModel.TypeConverter.dll", - "build/netstandard2.0/ref/System.ComponentModel.dll", - "build/netstandard2.0/ref/System.Console.dll", - "build/netstandard2.0/ref/System.Core.dll", - "build/netstandard2.0/ref/System.Data.Common.dll", - "build/netstandard2.0/ref/System.Data.dll", - "build/netstandard2.0/ref/System.Diagnostics.Contracts.dll", - "build/netstandard2.0/ref/System.Diagnostics.Debug.dll", - "build/netstandard2.0/ref/System.Diagnostics.FileVersionInfo.dll", - "build/netstandard2.0/ref/System.Diagnostics.Process.dll", - "build/netstandard2.0/ref/System.Diagnostics.StackTrace.dll", - "build/netstandard2.0/ref/System.Diagnostics.TextWriterTraceListener.dll", - "build/netstandard2.0/ref/System.Diagnostics.Tools.dll", - "build/netstandard2.0/ref/System.Diagnostics.TraceSource.dll", - "build/netstandard2.0/ref/System.Diagnostics.Tracing.dll", - "build/netstandard2.0/ref/System.Drawing.Primitives.dll", - "build/netstandard2.0/ref/System.Drawing.dll", - "build/netstandard2.0/ref/System.Dynamic.Runtime.dll", - "build/netstandard2.0/ref/System.Globalization.Calendars.dll", - "build/netstandard2.0/ref/System.Globalization.Extensions.dll", - "build/netstandard2.0/ref/System.Globalization.dll", - "build/netstandard2.0/ref/System.IO.Compression.FileSystem.dll", - "build/netstandard2.0/ref/System.IO.Compression.ZipFile.dll", - "build/netstandard2.0/ref/System.IO.Compression.dll", - "build/netstandard2.0/ref/System.IO.FileSystem.DriveInfo.dll", - "build/netstandard2.0/ref/System.IO.FileSystem.Primitives.dll", - "build/netstandard2.0/ref/System.IO.FileSystem.Watcher.dll", - "build/netstandard2.0/ref/System.IO.FileSystem.dll", - "build/netstandard2.0/ref/System.IO.IsolatedStorage.dll", - "build/netstandard2.0/ref/System.IO.MemoryMappedFiles.dll", - "build/netstandard2.0/ref/System.IO.Pipes.dll", - "build/netstandard2.0/ref/System.IO.UnmanagedMemoryStream.dll", - "build/netstandard2.0/ref/System.IO.dll", - "build/netstandard2.0/ref/System.Linq.Expressions.dll", - "build/netstandard2.0/ref/System.Linq.Parallel.dll", - "build/netstandard2.0/ref/System.Linq.Queryable.dll", - "build/netstandard2.0/ref/System.Linq.dll", - "build/netstandard2.0/ref/System.Net.Http.dll", - "build/netstandard2.0/ref/System.Net.NameResolution.dll", - "build/netstandard2.0/ref/System.Net.NetworkInformation.dll", - "build/netstandard2.0/ref/System.Net.Ping.dll", - "build/netstandard2.0/ref/System.Net.Primitives.dll", - "build/netstandard2.0/ref/System.Net.Requests.dll", - "build/netstandard2.0/ref/System.Net.Security.dll", - "build/netstandard2.0/ref/System.Net.Sockets.dll", - "build/netstandard2.0/ref/System.Net.WebHeaderCollection.dll", - "build/netstandard2.0/ref/System.Net.WebSockets.Client.dll", - "build/netstandard2.0/ref/System.Net.WebSockets.dll", - "build/netstandard2.0/ref/System.Net.dll", - "build/netstandard2.0/ref/System.Numerics.dll", - "build/netstandard2.0/ref/System.ObjectModel.dll", - "build/netstandard2.0/ref/System.Reflection.Extensions.dll", - "build/netstandard2.0/ref/System.Reflection.Primitives.dll", - "build/netstandard2.0/ref/System.Reflection.dll", - "build/netstandard2.0/ref/System.Resources.Reader.dll", - "build/netstandard2.0/ref/System.Resources.ResourceManager.dll", - "build/netstandard2.0/ref/System.Resources.Writer.dll", - "build/netstandard2.0/ref/System.Runtime.CompilerServices.VisualC.dll", - "build/netstandard2.0/ref/System.Runtime.Extensions.dll", - "build/netstandard2.0/ref/System.Runtime.Handles.dll", - "build/netstandard2.0/ref/System.Runtime.InteropServices.RuntimeInformation.dll", - "build/netstandard2.0/ref/System.Runtime.InteropServices.dll", - "build/netstandard2.0/ref/System.Runtime.Numerics.dll", - "build/netstandard2.0/ref/System.Runtime.Serialization.Formatters.dll", - "build/netstandard2.0/ref/System.Runtime.Serialization.Json.dll", - "build/netstandard2.0/ref/System.Runtime.Serialization.Primitives.dll", - "build/netstandard2.0/ref/System.Runtime.Serialization.Xml.dll", - "build/netstandard2.0/ref/System.Runtime.Serialization.dll", - "build/netstandard2.0/ref/System.Runtime.dll", - "build/netstandard2.0/ref/System.Security.Claims.dll", - "build/netstandard2.0/ref/System.Security.Cryptography.Algorithms.dll", - "build/netstandard2.0/ref/System.Security.Cryptography.Csp.dll", - "build/netstandard2.0/ref/System.Security.Cryptography.Encoding.dll", - "build/netstandard2.0/ref/System.Security.Cryptography.Primitives.dll", - "build/netstandard2.0/ref/System.Security.Cryptography.X509Certificates.dll", - "build/netstandard2.0/ref/System.Security.Principal.dll", - "build/netstandard2.0/ref/System.Security.SecureString.dll", - "build/netstandard2.0/ref/System.ServiceModel.Web.dll", - "build/netstandard2.0/ref/System.Text.Encoding.Extensions.dll", - "build/netstandard2.0/ref/System.Text.Encoding.dll", - "build/netstandard2.0/ref/System.Text.RegularExpressions.dll", - "build/netstandard2.0/ref/System.Threading.Overlapped.dll", - "build/netstandard2.0/ref/System.Threading.Tasks.Parallel.dll", - "build/netstandard2.0/ref/System.Threading.Tasks.dll", - "build/netstandard2.0/ref/System.Threading.Thread.dll", - "build/netstandard2.0/ref/System.Threading.ThreadPool.dll", - "build/netstandard2.0/ref/System.Threading.Timer.dll", - "build/netstandard2.0/ref/System.Threading.dll", - "build/netstandard2.0/ref/System.Transactions.dll", - "build/netstandard2.0/ref/System.ValueTuple.dll", - "build/netstandard2.0/ref/System.Web.dll", - "build/netstandard2.0/ref/System.Windows.dll", - "build/netstandard2.0/ref/System.Xml.Linq.dll", - "build/netstandard2.0/ref/System.Xml.ReaderWriter.dll", - "build/netstandard2.0/ref/System.Xml.Serialization.dll", - "build/netstandard2.0/ref/System.Xml.XDocument.dll", - "build/netstandard2.0/ref/System.Xml.XPath.XDocument.dll", - "build/netstandard2.0/ref/System.Xml.XPath.dll", - "build/netstandard2.0/ref/System.Xml.XmlDocument.dll", - "build/netstandard2.0/ref/System.Xml.XmlSerializer.dll", - "build/netstandard2.0/ref/System.Xml.dll", - "build/netstandard2.0/ref/System.dll", - "build/netstandard2.0/ref/mscorlib.dll", - "build/netstandard2.0/ref/netstandard.dll", - "build/netstandard2.0/ref/netstandard.xml", - "lib/netstandard1.0/_._", - "netstandard.library.2.0.3.nupkg.sha512", - "netstandard.library.nuspec" - ] - }, - "System.Buffers/4.6.1": { - "sha512": "N8GXpmiLMtljq7gwvyS+1QvKT/W2J8sNAvx+HVg4NGmsG/H+2k/y9QI23auLJRterrzCiDH+IWAw4V/GPwsMlw==", - "type": "package", - "path": "system.buffers/4.6.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "PACKAGE.md", - "buildTransitive/net461/System.Buffers.targets", - "buildTransitive/net462/_._", - "lib/net462/System.Buffers.dll", - "lib/net462/System.Buffers.xml", - "lib/netcoreapp2.0/_._", - "lib/netstandard2.0/System.Buffers.dll", - "lib/netstandard2.0/System.Buffers.xml", - "lib/netstandard2.1/_._", - "system.buffers.4.6.1.nupkg.sha512", - "system.buffers.nuspec" - ] - }, - "System.Collections.Immutable/8.0.0": { - "sha512": "AurL6Y5BA1WotzlEvVaIDpqzpIPvYnnldxru8oXJU2yFxFUy3+pNXjXd1ymO+RA0rq0+590Q8gaz2l3Sr7fmqg==", - "type": "package", - "path": "system.collections.immutable/8.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/System.Collections.Immutable.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/System.Collections.Immutable.targets", - "lib/net462/System.Collections.Immutable.dll", - "lib/net462/System.Collections.Immutable.xml", - "lib/net6.0/System.Collections.Immutable.dll", - "lib/net6.0/System.Collections.Immutable.xml", - "lib/net7.0/System.Collections.Immutable.dll", - "lib/net7.0/System.Collections.Immutable.xml", - "lib/net8.0/System.Collections.Immutable.dll", - "lib/net8.0/System.Collections.Immutable.xml", - "lib/netstandard2.0/System.Collections.Immutable.dll", - "lib/netstandard2.0/System.Collections.Immutable.xml", - "system.collections.immutable.8.0.0.nupkg.sha512", - "system.collections.immutable.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "System.Composition/8.0.0": { - "sha512": "E9oO9olNNxA39J8CxQwf7ceIPm+j/B/PhYpyK9M4LhN/OLLRw6u5fNInkhVqaWueMB9iXxYqnwqwgz+W91loIA==", - "type": "package", - "path": "system.composition/8.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/System.Composition.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/System.Composition.targets", - "lib/net461/_._", - "lib/netcoreapp2.0/_._", - "lib/netstandard2.0/_._", - "system.composition.8.0.0.nupkg.sha512", - "system.composition.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "System.Composition.AttributedModel/8.0.0": { - "sha512": "NyElSuvmBMYdn2iPG0n29i7Igu0bq99izOP3MAtEwskY3OP9jqsavvVmPn9lesVaj/KT/o/QkNjA43dOJTsDQw==", - "type": "package", - "path": "system.composition.attributedmodel/8.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/System.Composition.AttributedModel.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/System.Composition.AttributedModel.targets", - "lib/net462/System.Composition.AttributedModel.dll", - "lib/net462/System.Composition.AttributedModel.xml", - "lib/net6.0/System.Composition.AttributedModel.dll", - "lib/net6.0/System.Composition.AttributedModel.xml", - "lib/net7.0/System.Composition.AttributedModel.dll", - "lib/net7.0/System.Composition.AttributedModel.xml", - "lib/net8.0/System.Composition.AttributedModel.dll", - "lib/net8.0/System.Composition.AttributedModel.xml", - "lib/netstandard2.0/System.Composition.AttributedModel.dll", - "lib/netstandard2.0/System.Composition.AttributedModel.xml", - "system.composition.attributedmodel.8.0.0.nupkg.sha512", - "system.composition.attributedmodel.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "System.Composition.Convention/8.0.0": { - "sha512": "UuVkc1B3vQU/LzEbWLMZ1aYVssv4rpShzf8wPEyrUqoGNqdYKREmB8bXR73heOMKkwS6ZnPz3PjGODT2MenukQ==", - "type": "package", - "path": "system.composition.convention/8.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/System.Composition.Convention.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/System.Composition.Convention.targets", - "lib/net462/System.Composition.Convention.dll", - "lib/net462/System.Composition.Convention.xml", - "lib/net6.0/System.Composition.Convention.dll", - "lib/net6.0/System.Composition.Convention.xml", - "lib/net7.0/System.Composition.Convention.dll", - "lib/net7.0/System.Composition.Convention.xml", - "lib/net8.0/System.Composition.Convention.dll", - "lib/net8.0/System.Composition.Convention.xml", - "lib/netstandard2.0/System.Composition.Convention.dll", - "lib/netstandard2.0/System.Composition.Convention.xml", - "system.composition.convention.8.0.0.nupkg.sha512", - "system.composition.convention.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "System.Composition.Hosting/8.0.0": { - "sha512": "qwbONqoxlazxcbiohvb3t1JWZgKIKcRdXS5uEeLbo5wtuBupIbAvdC3PYTAeBCZrZeERvrtAbhYHuuS43Zr1bQ==", - "type": "package", - "path": "system.composition.hosting/8.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/System.Composition.Hosting.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/System.Composition.Hosting.targets", - "lib/net462/System.Composition.Hosting.dll", - "lib/net462/System.Composition.Hosting.xml", - "lib/net6.0/System.Composition.Hosting.dll", - "lib/net6.0/System.Composition.Hosting.xml", - "lib/net7.0/System.Composition.Hosting.dll", - "lib/net7.0/System.Composition.Hosting.xml", - "lib/net8.0/System.Composition.Hosting.dll", - "lib/net8.0/System.Composition.Hosting.xml", - "lib/netstandard2.0/System.Composition.Hosting.dll", - "lib/netstandard2.0/System.Composition.Hosting.xml", - "system.composition.hosting.8.0.0.nupkg.sha512", - "system.composition.hosting.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "System.Composition.Runtime/8.0.0": { - "sha512": "G+kRyB5/6+3ucRRQz+DF4uSHGqpkK8Q4ilVdbt4zvxpmvLVZNmSkyFAQpJLcbOyVF85aomJx0m+TGMDVlwx7ZQ==", - "type": "package", - "path": "system.composition.runtime/8.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/System.Composition.Runtime.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/System.Composition.Runtime.targets", - "lib/net462/System.Composition.Runtime.dll", - "lib/net462/System.Composition.Runtime.xml", - "lib/net6.0/System.Composition.Runtime.dll", - "lib/net6.0/System.Composition.Runtime.xml", - "lib/net7.0/System.Composition.Runtime.dll", - "lib/net7.0/System.Composition.Runtime.xml", - "lib/net8.0/System.Composition.Runtime.dll", - "lib/net8.0/System.Composition.Runtime.xml", - "lib/netstandard2.0/System.Composition.Runtime.dll", - "lib/netstandard2.0/System.Composition.Runtime.xml", - "system.composition.runtime.8.0.0.nupkg.sha512", - "system.composition.runtime.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "System.Composition.TypedParts/8.0.0": { - "sha512": "DsSklhuA+Dsgo3ZZrar8hjBFvq1wa1grrkNCTt+6SoX3vq0Vy+HXJnVXrU/nNH1BjlGH684A7h4hJQHZd/u5mA==", - "type": "package", - "path": "system.composition.typedparts/8.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/System.Composition.TypedParts.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/System.Composition.TypedParts.targets", - "lib/net462/System.Composition.TypedParts.dll", - "lib/net462/System.Composition.TypedParts.xml", - "lib/net6.0/System.Composition.TypedParts.dll", - "lib/net6.0/System.Composition.TypedParts.xml", - "lib/net7.0/System.Composition.TypedParts.dll", - "lib/net7.0/System.Composition.TypedParts.xml", - "lib/net8.0/System.Composition.TypedParts.dll", - "lib/net8.0/System.Composition.TypedParts.xml", - "lib/netstandard2.0/System.Composition.TypedParts.dll", - "lib/netstandard2.0/System.Composition.TypedParts.xml", - "system.composition.typedparts.8.0.0.nupkg.sha512", - "system.composition.typedparts.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "System.IO.Hashing/10.0.7": { - "sha512": "6hsjdSr4VOXSOnhALkYplHpAxnTG1J33YN42IB6nH2fEg4QnJqrZ4Ft+qn7mkrKAOYC8pCSFYwVWw6rQbmwgLQ==", - "type": "package", - "path": "system.io.hashing/10.0.7", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/System.IO.Hashing.targets", - "buildTransitive/net462/_._", - "buildTransitive/net8.0/_._", - "buildTransitive/netcoreapp2.0/System.IO.Hashing.targets", - "lib/net10.0/System.IO.Hashing.dll", - "lib/net10.0/System.IO.Hashing.xml", - "lib/net462/System.IO.Hashing.dll", - "lib/net462/System.IO.Hashing.xml", - "lib/net8.0/System.IO.Hashing.dll", - "lib/net8.0/System.IO.Hashing.xml", - "lib/net9.0/System.IO.Hashing.dll", - "lib/net9.0/System.IO.Hashing.xml", - "lib/netstandard2.0/System.IO.Hashing.dll", - "lib/netstandard2.0/System.IO.Hashing.xml", - "system.io.hashing.10.0.7.nupkg.sha512", - "system.io.hashing.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "System.IO.Pipelines/8.0.0": { - "sha512": "FHNOatmUq0sqJOkTx+UF/9YK1f180cnW5FVqnQMvYUN0elp6wFzbtPSiqbo1/ru8ICp43JM1i7kKkk6GsNGHlA==", - "type": "package", - "path": "system.io.pipelines/8.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/System.IO.Pipelines.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/System.IO.Pipelines.targets", - "lib/net462/System.IO.Pipelines.dll", - "lib/net462/System.IO.Pipelines.xml", - "lib/net6.0/System.IO.Pipelines.dll", - "lib/net6.0/System.IO.Pipelines.xml", - "lib/net7.0/System.IO.Pipelines.dll", - "lib/net7.0/System.IO.Pipelines.xml", - "lib/net8.0/System.IO.Pipelines.dll", - "lib/net8.0/System.IO.Pipelines.xml", - "lib/netstandard2.0/System.IO.Pipelines.dll", - "lib/netstandard2.0/System.IO.Pipelines.xml", - "system.io.pipelines.8.0.0.nupkg.sha512", - "system.io.pipelines.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "System.Memory/4.6.3": { - "sha512": "qdcDOgnFZY40+Q9876JUHnlHu7bosOHX8XISRoH94fwk6hgaeQGSgfZd8srWRZNt5bV9ZW2TljcegDNxsf+96A==", - "type": "package", - "path": "system.memory/4.6.3", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "PACKAGE.md", - "buildTransitive/net461/System.Memory.targets", - "buildTransitive/net462/_._", - "lib/net462/System.Memory.dll", - "lib/net462/System.Memory.xml", - "lib/netcoreapp2.1/_._", - "lib/netstandard2.0/System.Memory.dll", - "lib/netstandard2.0/System.Memory.xml", - "lib/netstandard2.1/_._", - "system.memory.4.6.3.nupkg.sha512", - "system.memory.nuspec" - ] - }, - "System.Numerics.Vectors/4.6.1": { - "sha512": "sQxefTnhagrhoq2ReR0D/6K0zJcr9Hrd6kikeXsA1I8kOCboTavcUC4r7TSfpKFeE163uMuxZcyfO1mGO3EN8Q==", - "type": "package", - "path": "system.numerics.vectors/4.6.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "PACKAGE.md", - "buildTransitive/net461/System.Numerics.Vectors.targets", - "buildTransitive/net462/_._", - "lib/net462/System.Numerics.Vectors.dll", - "lib/net462/System.Numerics.Vectors.xml", - "lib/netcoreapp2.0/_._", - "lib/netstandard2.0/System.Numerics.Vectors.dll", - "lib/netstandard2.0/System.Numerics.Vectors.xml", - "lib/netstandard2.1/_._", - "system.numerics.vectors.4.6.1.nupkg.sha512", - "system.numerics.vectors.nuspec" - ] - }, - "System.Reflection.Metadata/8.0.0": { - "sha512": "ptvgrFh7PvWI8bcVqG5rsA/weWM09EnthFHR5SCnS6IN+P4mj6rE1lBDC4U8HL9/57htKAqy4KQ3bBj84cfYyQ==", - "type": "package", - "path": "system.reflection.metadata/8.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/System.Reflection.Metadata.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/System.Reflection.Metadata.targets", - "lib/net462/System.Reflection.Metadata.dll", - "lib/net462/System.Reflection.Metadata.xml", - "lib/net6.0/System.Reflection.Metadata.dll", - "lib/net6.0/System.Reflection.Metadata.xml", - "lib/net7.0/System.Reflection.Metadata.dll", - "lib/net7.0/System.Reflection.Metadata.xml", - "lib/net8.0/System.Reflection.Metadata.dll", - "lib/net8.0/System.Reflection.Metadata.xml", - "lib/netstandard2.0/System.Reflection.Metadata.dll", - "lib/netstandard2.0/System.Reflection.Metadata.xml", - "system.reflection.metadata.8.0.0.nupkg.sha512", - "system.reflection.metadata.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "System.Runtime.CompilerServices.Unsafe/6.1.2": { - "sha512": "2hBr6zdbIBTDE3EhK7NSVNdX58uTK6iHW/P/Axmm9sl1xoGSLqDvMtpecn226TNwHByFokYwJmt/aQQNlO5CRw==", - "type": "package", - "path": "system.runtime.compilerservices.unsafe/6.1.2", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "PACKAGE.md", - "buildTransitive/net461/System.Runtime.CompilerServices.Unsafe.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.targets", - "lib/net462/System.Runtime.CompilerServices.Unsafe.dll", - "lib/net462/System.Runtime.CompilerServices.Unsafe.xml", - "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll", - "lib/net6.0/System.Runtime.CompilerServices.Unsafe.xml", - "lib/net7.0/_._", - "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll", - "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.xml", - "system.runtime.compilerservices.unsafe.6.1.2.nupkg.sha512", - "system.runtime.compilerservices.unsafe.nuspec" - ] - }, - "System.Text.Encoding.CodePages/7.0.0": { - "sha512": "LSyCblMpvOe0N3E+8e0skHcrIhgV2huaNcjUUEa8hRtgEAm36aGkRoC8Jxlb6Ra6GSfF29ftduPNywin8XolzQ==", - "type": "package", - "path": "system.text.encoding.codepages/7.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/System.Text.Encoding.CodePages.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/System.Text.Encoding.CodePages.targets", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net462/System.Text.Encoding.CodePages.dll", - "lib/net462/System.Text.Encoding.CodePages.xml", - "lib/net6.0/System.Text.Encoding.CodePages.dll", - "lib/net6.0/System.Text.Encoding.CodePages.xml", - "lib/net7.0/System.Text.Encoding.CodePages.dll", - "lib/net7.0/System.Text.Encoding.CodePages.xml", - "lib/netstandard2.0/System.Text.Encoding.CodePages.dll", - "lib/netstandard2.0/System.Text.Encoding.CodePages.xml", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "runtimes/win/lib/net6.0/System.Text.Encoding.CodePages.dll", - "runtimes/win/lib/net6.0/System.Text.Encoding.CodePages.xml", - "runtimes/win/lib/net7.0/System.Text.Encoding.CodePages.dll", - "runtimes/win/lib/net7.0/System.Text.Encoding.CodePages.xml", - "system.text.encoding.codepages.7.0.0.nupkg.sha512", - "system.text.encoding.codepages.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "System.Threading.Channels/7.0.0": { - "sha512": "qmeeYNROMsONF6ndEZcIQ+VxR4Q/TX/7uIVLJqtwIWL7dDWeh0l1UIqgo4wYyjG//5lUNhwkLDSFl+pAWO6oiA==", - "type": "package", - "path": "system.threading.channels/7.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/System.Threading.Channels.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/System.Threading.Channels.targets", - "lib/net462/System.Threading.Channels.dll", - "lib/net462/System.Threading.Channels.xml", - "lib/net6.0/System.Threading.Channels.dll", - "lib/net6.0/System.Threading.Channels.xml", - "lib/net7.0/System.Threading.Channels.dll", - "lib/net7.0/System.Threading.Channels.xml", - "lib/netstandard2.0/System.Threading.Channels.dll", - "lib/netstandard2.0/System.Threading.Channels.xml", - "lib/netstandard2.1/System.Threading.Channels.dll", - "lib/netstandard2.1/System.Threading.Channels.xml", - "system.threading.channels.7.0.0.nupkg.sha512", - "system.threading.channels.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "System.Threading.Tasks.Extensions/4.5.4": { - "sha512": "zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==", - "type": "package", - "path": "system.threading.tasks.extensions/4.5.4", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net461/System.Threading.Tasks.Extensions.dll", - "lib/net461/System.Threading.Tasks.Extensions.xml", - "lib/netcoreapp2.1/_._", - "lib/netstandard1.0/System.Threading.Tasks.Extensions.dll", - "lib/netstandard1.0/System.Threading.Tasks.Extensions.xml", - "lib/netstandard2.0/System.Threading.Tasks.Extensions.dll", - "lib/netstandard2.0/System.Threading.Tasks.Extensions.xml", - "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.dll", - "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.xml", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/netcoreapp2.1/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "system.threading.tasks.extensions.4.5.4.nupkg.sha512", - "system.threading.tasks.extensions.nuspec", - "useSharedDesignerContext.txt", - "version.txt" - ] - }, - "Inshiminator.Analyzers/1.0.0": { - "type": "project", - "path": "../Inshiminator.Analyzers/Inshiminator.Analyzers.csproj", - "msbuildProject": "../Inshiminator.Analyzers/Inshiminator.Analyzers.csproj" - } - }, - "projectFileDependencyGroups": { - ".NETStandard,Version=v2.0": [ - "Inshiminator.Analyzers >= 1.0.0", - "Microsoft.CodeAnalysis.CSharp.Workspaces >= 4.12.0", - "Microsoft.SourceLink.GitHub >= 10.0.203", - "NETStandard.Library >= 2.0.3", - "Nerdbank.GitVersioning >= 3.9.50" - ], - "net10.0": [ - "Inshiminator.Analyzers >= 1.0.0", - "Microsoft.CodeAnalysis.CSharp.Workspaces >= 4.12.0", - "Microsoft.SourceLink.GitHub >= 10.0.203", - "Nerdbank.GitVersioning >= 3.9.50" - ], - "net8.0": [ - "Inshiminator.Analyzers >= 1.0.0", - "Microsoft.CodeAnalysis.CSharp.Workspaces >= 4.12.0", - "Microsoft.SourceLink.GitHub >= 10.0.203", - "Nerdbank.GitVersioning >= 3.9.50" - ] - }, - "packageFolders": { - "C:\\Users\\jd\\.nuget\\packages\\": {}, - "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {} - }, - "project": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "C:\\git\\InShimInator\\src\\Inshiminator.CodeFixes\\Inshiminator.CodeFixes.csproj", - "projectName": "Inshiminator.CodeFixes", - "projectPath": "C:\\git\\InShimInator\\src\\Inshiminator.CodeFixes\\Inshiminator.CodeFixes.csproj", - "packagesPath": "C:\\Users\\jd\\.nuget\\packages\\", - "outputPath": "C:\\git\\InShimInator\\src\\Inshiminator.CodeFixes\\obj\\", - "projectStyle": "PackageReference", - "crossTargeting": true, - "centralPackageVersionsManagementEnabled": true, - "fallbackFolders": [ - "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" - ], - "configFilePaths": [ - "C:\\git\\InShimInator\\NuGet.Config", - "C:\\Users\\jd\\AppData\\Roaming\\NuGet\\NuGet.Config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" - ], - "originalTargetFrameworks": [ - "net10.0", - "net8.0", - "netstandard2.0" - ], - "sources": { - "C:\\Program Files\\dotnet\\library-packs": {}, - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net8.0": { - "targetAlias": "net8.0", - "projectReferences": { - "C:\\git\\InShimInator\\src\\Inshiminator.Analyzers\\Inshiminator.Analyzers.csproj": { - "projectPath": "C:\\git\\InShimInator\\src\\Inshiminator.Analyzers\\Inshiminator.Analyzers.csproj" - } - } - }, - "net10.0": { - "targetAlias": "net10.0", - "projectReferences": { - "C:\\git\\InShimInator\\src\\Inshiminator.Analyzers\\Inshiminator.Analyzers.csproj": { - "projectPath": "C:\\git\\InShimInator\\src\\Inshiminator.Analyzers\\Inshiminator.Analyzers.csproj" - } - } - }, - "netstandard2.0": { - "targetAlias": "netstandard2.0", - "projectReferences": { - "C:\\git\\InShimInator\\src\\Inshiminator.Analyzers\\Inshiminator.Analyzers.csproj": { - "projectPath": "C:\\git\\InShimInator\\src\\Inshiminator.Analyzers\\Inshiminator.Analyzers.csproj" - } - } - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - }, - "restoreAuditProperties": { - "enableAudit": "true", - "auditLevel": "low", - "auditMode": "all" - }, - "SdkAnalysisLevel": "10.0.100" - }, - "frameworks": { - "net8.0": { - "targetAlias": "net8.0", - "dependencies": { - "Microsoft.CodeAnalysis.CSharp.Workspaces": { - "target": "Package", - "version": "[4.12.0, )", - "versionCentrallyManaged": true - }, - "Microsoft.SourceLink.GitHub": { - "suppressParent": "All", - "target": "Package", - "version": "[10.0.203, )", - "versionCentrallyManaged": true - }, - "Nerdbank.GitVersioning": { - "suppressParent": "All", - "target": "Package", - "version": "[3.9.50, )", - "versionCentrallyManaged": true - } - }, - "centralPackageVersions": { - "coverlet.collector": "10.0.0", - "Microsoft.Build.Locator": "1.11.2", - "Microsoft.CodeAnalysis.Analyzers": "3.11.0", - "Microsoft.CodeAnalysis.CSharp": "4.12.0", - "Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.12.0", - "Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing.XUnit": "1.1.2", - "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.7", - "Microsoft.NET.Test.Sdk": "18.5.1", - "Microsoft.SourceLink.GitHub": "10.0.203", - "Nerdbank.GitVersioning": "3.9.50", - "Spectre.Console.Cli": "0.55.0", - "xunit": "2.9.3", - "xunit.runner.visualstudio": "3.1.5" - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48", - "net481" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\10.0.107/PortableRuntimeIdentifierGraph.json", - "packagesToPrune": { - "Microsoft.CSharp": "(,4.7.32767]", - "Microsoft.VisualBasic": "(,10.3.32767]", - "Microsoft.Win32.Primitives": "(,4.3.32767]", - "Microsoft.Win32.Registry": "(,5.0.32767]", - "runtime.any.System.Collections": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.any.System.Globalization": "(,4.3.32767]", - "runtime.any.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.any.System.IO": "(,4.3.32767]", - "runtime.any.System.Reflection": "(,4.3.32767]", - "runtime.any.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.any.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.any.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.any.System.Runtime": "(,4.3.32767]", - "runtime.any.System.Runtime.Handles": "(,4.3.32767]", - "runtime.any.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.any.System.Text.Encoding": "(,4.3.32767]", - "runtime.any.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.any.System.Threading.Tasks": "(,4.3.32767]", - "runtime.any.System.Threading.Timer": "(,4.3.32767]", - "runtime.aot.System.Collections": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.aot.System.Globalization": "(,4.3.32767]", - "runtime.aot.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.aot.System.IO": "(,4.3.32767]", - "runtime.aot.System.Reflection": "(,4.3.32767]", - "runtime.aot.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.aot.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.aot.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.aot.System.Runtime": "(,4.3.32767]", - "runtime.aot.System.Runtime.Handles": "(,4.3.32767]", - "runtime.aot.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.aot.System.Threading.Tasks": "(,4.3.32767]", - "runtime.aot.System.Threading.Timer": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.native.System.Security.Cryptography.Apple": "(,4.3.32767]", - "runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.unix.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.unix.System.Console": "(,4.3.32767]", - "runtime.unix.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.unix.System.IO.FileSystem": "(,4.3.32767]", - "runtime.unix.System.Net.Primitives": "(,4.3.32767]", - "runtime.unix.System.Net.Sockets": "(,4.3.32767]", - "runtime.unix.System.Private.Uri": "(,4.3.32767]", - "runtime.unix.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.win.System.Console": "(,4.3.32767]", - "runtime.win.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.win.System.IO.FileSystem": "(,4.3.32767]", - "runtime.win.System.Net.Primitives": "(,4.3.32767]", - "runtime.win.System.Net.Sockets": "(,4.3.32767]", - "runtime.win.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win10-arm-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-arm64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win10-x64-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-x86-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7-x86.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7.System.Private.Uri": "(,4.3.32767]", - "runtime.win8-arm.runtime.native.System.IO.Compression": "(,4.3.32767]", - "System.AppContext": "(,4.3.32767]", - "System.Buffers": "(,4.6.32767]", - "System.Collections": "(,4.3.32767]", - "System.Collections.Concurrent": "(,4.3.32767]", - "System.Collections.Immutable": "(,8.0.32767]", - "System.Collections.NonGeneric": "(,4.3.32767]", - "System.Collections.Specialized": "(,4.3.32767]", - "System.ComponentModel": "(,4.3.32767]", - "System.ComponentModel.Annotations": "(,5.0.32767]", - "System.ComponentModel.EventBasedAsync": "(,4.3.32767]", - "System.ComponentModel.Primitives": "(,4.3.32767]", - "System.ComponentModel.TypeConverter": "(,4.3.32767]", - "System.Console": "(,4.3.32767]", - "System.Data.Common": "(,4.3.32767]", - "System.Data.DataSetExtensions": "(,4.5.32767]", - "System.Diagnostics.Contracts": "(,4.3.32767]", - "System.Diagnostics.Debug": "(,4.3.32767]", - "System.Diagnostics.DiagnosticSource": "(,8.0.32767]", - "System.Diagnostics.FileVersionInfo": "(,4.3.32767]", - "System.Diagnostics.Process": "(,4.3.32767]", - "System.Diagnostics.StackTrace": "(,4.3.32767]", - "System.Diagnostics.TextWriterTraceListener": "(,4.3.32767]", - "System.Diagnostics.Tools": "(,4.3.32767]", - "System.Diagnostics.TraceSource": "(,4.3.32767]", - "System.Diagnostics.Tracing": "(,4.3.32767]", - "System.Drawing.Primitives": "(,4.3.32767]", - "System.Dynamic.Runtime": "(,4.3.32767]", - "System.Formats.Asn1": "(,8.0.32767]", - "System.Globalization": "(,4.3.32767]", - "System.Globalization.Calendars": "(,4.3.32767]", - "System.Globalization.Extensions": "(,4.3.32767]", - "System.IO": "(,4.3.32767]", - "System.IO.Compression": "(,4.3.32767]", - "System.IO.Compression.ZipFile": "(,4.3.32767]", - "System.IO.FileSystem": "(,4.3.32767]", - "System.IO.FileSystem.AccessControl": "(,5.0.32767]", - "System.IO.FileSystem.DriveInfo": "(,4.3.32767]", - "System.IO.FileSystem.Primitives": "(,4.3.32767]", - "System.IO.FileSystem.Watcher": "(,4.3.32767]", - "System.IO.IsolatedStorage": "(,4.3.32767]", - "System.IO.MemoryMappedFiles": "(,4.3.32767]", - "System.IO.Pipes": "(,4.3.32767]", - "System.IO.Pipes.AccessControl": "(,4.6.32767]", - "System.IO.UnmanagedMemoryStream": "(,4.3.32767]", - "System.Linq": "(,4.3.32767]", - "System.Linq.Expressions": "(,4.3.32767]", - "System.Linq.Parallel": "(,4.3.32767]", - "System.Linq.Queryable": "(,4.3.32767]", - "System.Memory": "(,4.6.32767]", - "System.Net.Http": "(,4.3.32767]", - "System.Net.Http.Json": "(,8.0.32767]", - "System.Net.NameResolution": "(,4.3.32767]", - "System.Net.NetworkInformation": "(,4.3.32767]", - "System.Net.Ping": "(,4.3.32767]", - "System.Net.Primitives": "(,4.3.32767]", - "System.Net.Requests": "(,4.3.32767]", - "System.Net.Security": "(,4.3.32767]", - "System.Net.Sockets": "(,4.3.32767]", - "System.Net.WebHeaderCollection": "(,4.3.32767]", - "System.Net.WebSockets": "(,4.3.32767]", - "System.Net.WebSockets.Client": "(,4.3.32767]", - "System.Numerics.Vectors": "(,4.6.32767]", - "System.ObjectModel": "(,4.3.32767]", - "System.Private.DataContractSerialization": "(,4.3.32767]", - "System.Private.Uri": "(,4.3.32767]", - "System.Reflection": "(,4.3.32767]", - "System.Reflection.DispatchProxy": "(,4.8.32767]", - "System.Reflection.Emit": "(,4.7.32767]", - "System.Reflection.Emit.ILGeneration": "(,4.7.32767]", - "System.Reflection.Emit.Lightweight": "(,4.7.32767]", - "System.Reflection.Extensions": "(,4.3.32767]", - "System.Reflection.Metadata": "(,8.0.32767]", - "System.Reflection.Primitives": "(,4.3.32767]", - "System.Reflection.TypeExtensions": "(,4.7.32767]", - "System.Resources.Reader": "(,4.3.32767]", - "System.Resources.ResourceManager": "(,4.3.32767]", - "System.Resources.Writer": "(,4.3.32767]", - "System.Runtime": "(,4.3.32767]", - "System.Runtime.CompilerServices.Unsafe": "(,6.1.32767]", - "System.Runtime.CompilerServices.VisualC": "(,4.3.32767]", - "System.Runtime.Extensions": "(,4.3.32767]", - "System.Runtime.Handles": "(,4.3.32767]", - "System.Runtime.InteropServices": "(,4.3.32767]", - "System.Runtime.InteropServices.RuntimeInformation": "(,4.3.32767]", - "System.Runtime.Loader": "(,4.3.32767]", - "System.Runtime.Numerics": "(,4.3.32767]", - "System.Runtime.Serialization.Formatters": "(,4.3.32767]", - "System.Runtime.Serialization.Json": "(,4.3.32767]", - "System.Runtime.Serialization.Primitives": "(,4.3.32767]", - "System.Runtime.Serialization.Xml": "(,4.3.32767]", - "System.Security.AccessControl": "(,6.0.32767]", - "System.Security.Claims": "(,4.3.32767]", - "System.Security.Cryptography.Algorithms": "(,4.3.32767]", - "System.Security.Cryptography.Cng": "(,4.6.32767]", - "System.Security.Cryptography.Csp": "(,4.3.32767]", - "System.Security.Cryptography.Encoding": "(,4.3.32767]", - "System.Security.Cryptography.OpenSsl": "(,5.0.32767]", - "System.Security.Cryptography.Primitives": "(,4.3.32767]", - "System.Security.Cryptography.X509Certificates": "(,4.3.32767]", - "System.Security.Principal": "(,4.3.32767]", - "System.Security.Principal.Windows": "(,5.0.32767]", - "System.Security.SecureString": "(,4.3.32767]", - "System.Text.Encoding": "(,4.3.32767]", - "System.Text.Encoding.CodePages": "(,8.0.32767]", - "System.Text.Encoding.Extensions": "(,4.3.32767]", - "System.Text.Encodings.Web": "(,8.0.32767]", - "System.Text.Json": "(,8.0.32767]", - "System.Text.RegularExpressions": "(,4.3.32767]", - "System.Threading": "(,4.3.32767]", - "System.Threading.Channels": "(,8.0.32767]", - "System.Threading.Overlapped": "(,4.3.32767]", - "System.Threading.Tasks": "(,4.3.32767]", - "System.Threading.Tasks.Dataflow": "(,8.0.32767]", - "System.Threading.Tasks.Extensions": "(,4.6.32767]", - "System.Threading.Tasks.Parallel": "(,4.3.32767]", - "System.Threading.Thread": "(,4.3.32767]", - "System.Threading.ThreadPool": "(,4.3.32767]", - "System.Threading.Timer": "(,4.3.32767]", - "System.ValueTuple": "(,4.6.32767]", - "System.Xml.ReaderWriter": "(,4.3.32767]", - "System.Xml.XDocument": "(,4.3.32767]", - "System.Xml.XmlDocument": "(,4.3.32767]", - "System.Xml.XmlSerializer": "(,4.3.32767]", - "System.Xml.XPath": "(,4.3.32767]", - "System.Xml.XPath.XDocument": "(,4.3.32767]" - } - }, - "net10.0": { - "targetAlias": "net10.0", - "dependencies": { - "Microsoft.CodeAnalysis.CSharp.Workspaces": { - "target": "Package", - "version": "[4.12.0, )", - "versionCentrallyManaged": true - }, - "Microsoft.SourceLink.GitHub": { - "suppressParent": "All", - "target": "Package", - "version": "[10.0.203, )", - "versionCentrallyManaged": true - }, - "Nerdbank.GitVersioning": { - "suppressParent": "All", - "target": "Package", - "version": "[3.9.50, )", - "versionCentrallyManaged": true - } - }, - "centralPackageVersions": { - "coverlet.collector": "10.0.0", - "Microsoft.Build.Locator": "1.11.2", - "Microsoft.CodeAnalysis.Analyzers": "3.11.0", - "Microsoft.CodeAnalysis.CSharp": "4.12.0", - "Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.12.0", - "Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing.XUnit": "1.1.2", - "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.7", - "Microsoft.NET.Test.Sdk": "18.5.1", - "Microsoft.SourceLink.GitHub": "10.0.203", - "Nerdbank.GitVersioning": "3.9.50", - "Spectre.Console.Cli": "0.55.0", - "xunit": "2.9.3", - "xunit.runner.visualstudio": "3.1.5" - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48", - "net481" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\10.0.107/PortableRuntimeIdentifierGraph.json", - "packagesToPrune": { - "Microsoft.CSharp": "(,4.7.32767]", - "Microsoft.VisualBasic": "(,10.4.32767]", - "Microsoft.Win32.Primitives": "(,4.3.32767]", - "Microsoft.Win32.Registry": "(,5.0.32767]", - "runtime.any.System.Collections": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.any.System.Globalization": "(,4.3.32767]", - "runtime.any.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.any.System.IO": "(,4.3.32767]", - "runtime.any.System.Reflection": "(,4.3.32767]", - "runtime.any.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.any.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.any.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.any.System.Runtime": "(,4.3.32767]", - "runtime.any.System.Runtime.Handles": "(,4.3.32767]", - "runtime.any.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.any.System.Text.Encoding": "(,4.3.32767]", - "runtime.any.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.any.System.Threading.Tasks": "(,4.3.32767]", - "runtime.any.System.Threading.Timer": "(,4.3.32767]", - "runtime.aot.System.Collections": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.aot.System.Globalization": "(,4.3.32767]", - "runtime.aot.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.aot.System.IO": "(,4.3.32767]", - "runtime.aot.System.Reflection": "(,4.3.32767]", - "runtime.aot.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.aot.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.aot.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.aot.System.Runtime": "(,4.3.32767]", - "runtime.aot.System.Runtime.Handles": "(,4.3.32767]", - "runtime.aot.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.aot.System.Threading.Tasks": "(,4.3.32767]", - "runtime.aot.System.Threading.Timer": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.unix.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.unix.System.Console": "(,4.3.32767]", - "runtime.unix.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.unix.System.IO.FileSystem": "(,4.3.32767]", - "runtime.unix.System.Net.Primitives": "(,4.3.32767]", - "runtime.unix.System.Net.Sockets": "(,4.3.32767]", - "runtime.unix.System.Private.Uri": "(,4.3.32767]", - "runtime.unix.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.win.System.Console": "(,4.3.32767]", - "runtime.win.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.win.System.IO.FileSystem": "(,4.3.32767]", - "runtime.win.System.Net.Primitives": "(,4.3.32767]", - "runtime.win.System.Net.Sockets": "(,4.3.32767]", - "runtime.win.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win10-arm-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-arm64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win10-x64-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-x86-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7-x86.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7.System.Private.Uri": "(,4.3.32767]", - "runtime.win8-arm.runtime.native.System.IO.Compression": "(,4.3.32767]", - "System.AppContext": "(,4.3.32767]", - "System.Buffers": "(,5.0.32767]", - "System.Collections": "(,4.3.32767]", - "System.Collections.Concurrent": "(,4.3.32767]", - "System.Collections.Immutable": "(,10.0.32767]", - "System.Collections.NonGeneric": "(,4.3.32767]", - "System.Collections.Specialized": "(,4.3.32767]", - "System.ComponentModel": "(,4.3.32767]", - "System.ComponentModel.Annotations": "(,4.3.32767]", - "System.ComponentModel.EventBasedAsync": "(,4.3.32767]", - "System.ComponentModel.Primitives": "(,4.3.32767]", - "System.ComponentModel.TypeConverter": "(,4.3.32767]", - "System.Console": "(,4.3.32767]", - "System.Data.Common": "(,4.3.32767]", - "System.Data.DataSetExtensions": "(,4.4.32767]", - "System.Diagnostics.Contracts": "(,4.3.32767]", - "System.Diagnostics.Debug": "(,4.3.32767]", - "System.Diagnostics.DiagnosticSource": "(,10.0.32767]", - "System.Diagnostics.FileVersionInfo": "(,4.3.32767]", - "System.Diagnostics.Process": "(,4.3.32767]", - "System.Diagnostics.StackTrace": "(,4.3.32767]", - "System.Diagnostics.TextWriterTraceListener": "(,4.3.32767]", - "System.Diagnostics.Tools": "(,4.3.32767]", - "System.Diagnostics.TraceSource": "(,4.3.32767]", - "System.Diagnostics.Tracing": "(,4.3.32767]", - "System.Drawing.Primitives": "(,4.3.32767]", - "System.Dynamic.Runtime": "(,4.3.32767]", - "System.Formats.Asn1": "(,10.0.32767]", - "System.Formats.Tar": "(,10.0.32767]", - "System.Globalization": "(,4.3.32767]", - "System.Globalization.Calendars": "(,4.3.32767]", - "System.Globalization.Extensions": "(,4.3.32767]", - "System.IO": "(,4.3.32767]", - "System.IO.Compression": "(,4.3.32767]", - "System.IO.Compression.ZipFile": "(,4.3.32767]", - "System.IO.FileSystem": "(,4.3.32767]", - "System.IO.FileSystem.AccessControl": "(,4.4.32767]", - "System.IO.FileSystem.DriveInfo": "(,4.3.32767]", - "System.IO.FileSystem.Primitives": "(,4.3.32767]", - "System.IO.FileSystem.Watcher": "(,4.3.32767]", - "System.IO.IsolatedStorage": "(,4.3.32767]", - "System.IO.MemoryMappedFiles": "(,4.3.32767]", - "System.IO.Pipelines": "(,10.0.32767]", - "System.IO.Pipes": "(,4.3.32767]", - "System.IO.Pipes.AccessControl": "(,5.0.32767]", - "System.IO.UnmanagedMemoryStream": "(,4.3.32767]", - "System.Linq": "(,4.3.32767]", - "System.Linq.AsyncEnumerable": "(,10.0.32767]", - "System.Linq.Expressions": "(,4.3.32767]", - "System.Linq.Parallel": "(,4.3.32767]", - "System.Linq.Queryable": "(,4.3.32767]", - "System.Memory": "(,5.0.32767]", - "System.Net.Http": "(,4.3.32767]", - "System.Net.Http.Json": "(,10.0.32767]", - "System.Net.NameResolution": "(,4.3.32767]", - "System.Net.NetworkInformation": "(,4.3.32767]", - "System.Net.Ping": "(,4.3.32767]", - "System.Net.Primitives": "(,4.3.32767]", - "System.Net.Requests": "(,4.3.32767]", - "System.Net.Security": "(,4.3.32767]", - "System.Net.ServerSentEvents": "(,10.0.32767]", - "System.Net.Sockets": "(,4.3.32767]", - "System.Net.WebHeaderCollection": "(,4.3.32767]", - "System.Net.WebSockets": "(,4.3.32767]", - "System.Net.WebSockets.Client": "(,4.3.32767]", - "System.Numerics.Vectors": "(,5.0.32767]", - "System.ObjectModel": "(,4.3.32767]", - "System.Private.DataContractSerialization": "(,4.3.32767]", - "System.Private.Uri": "(,4.3.32767]", - "System.Reflection": "(,4.3.32767]", - "System.Reflection.DispatchProxy": "(,6.0.32767]", - "System.Reflection.Emit": "(,4.7.32767]", - "System.Reflection.Emit.ILGeneration": "(,4.7.32767]", - "System.Reflection.Emit.Lightweight": "(,4.7.32767]", - "System.Reflection.Extensions": "(,4.3.32767]", - "System.Reflection.Metadata": "(,10.0.32767]", - "System.Reflection.Primitives": "(,4.3.32767]", - "System.Reflection.TypeExtensions": "(,4.3.32767]", - "System.Resources.Reader": "(,4.3.32767]", - "System.Resources.ResourceManager": "(,4.3.32767]", - "System.Resources.Writer": "(,4.3.32767]", - "System.Runtime": "(,4.3.32767]", - "System.Runtime.CompilerServices.Unsafe": "(,7.0.32767]", - "System.Runtime.CompilerServices.VisualC": "(,4.3.32767]", - "System.Runtime.Extensions": "(,4.3.32767]", - "System.Runtime.Handles": "(,4.3.32767]", - "System.Runtime.InteropServices": "(,4.3.32767]", - "System.Runtime.InteropServices.RuntimeInformation": "(,4.3.32767]", - "System.Runtime.Loader": "(,4.3.32767]", - "System.Runtime.Numerics": "(,4.3.32767]", - "System.Runtime.Serialization.Formatters": "(,4.3.32767]", - "System.Runtime.Serialization.Json": "(,4.3.32767]", - "System.Runtime.Serialization.Primitives": "(,4.3.32767]", - "System.Runtime.Serialization.Xml": "(,4.3.32767]", - "System.Security.AccessControl": "(,6.0.32767]", - "System.Security.Claims": "(,4.3.32767]", - "System.Security.Cryptography.Algorithms": "(,4.3.32767]", - "System.Security.Cryptography.Cng": "(,5.0.32767]", - "System.Security.Cryptography.Csp": "(,4.3.32767]", - "System.Security.Cryptography.Encoding": "(,4.3.32767]", - "System.Security.Cryptography.OpenSsl": "(,5.0.32767]", - "System.Security.Cryptography.Primitives": "(,4.3.32767]", - "System.Security.Cryptography.X509Certificates": "(,4.3.32767]", - "System.Security.Principal": "(,4.3.32767]", - "System.Security.Principal.Windows": "(,5.0.32767]", - "System.Security.SecureString": "(,4.3.32767]", - "System.Text.Encoding": "(,4.3.32767]", - "System.Text.Encoding.CodePages": "(,10.0.32767]", - "System.Text.Encoding.Extensions": "(,4.3.32767]", - "System.Text.Encodings.Web": "(,10.0.32767]", - "System.Text.Json": "(,10.0.32767]", - "System.Text.RegularExpressions": "(,4.3.32767]", - "System.Threading": "(,4.3.32767]", - "System.Threading.AccessControl": "(,10.0.32767]", - "System.Threading.Channels": "(,10.0.32767]", - "System.Threading.Overlapped": "(,4.3.32767]", - "System.Threading.Tasks": "(,4.3.32767]", - "System.Threading.Tasks.Dataflow": "(,10.0.32767]", - "System.Threading.Tasks.Extensions": "(,5.0.32767]", - "System.Threading.Tasks.Parallel": "(,4.3.32767]", - "System.Threading.Thread": "(,4.3.32767]", - "System.Threading.ThreadPool": "(,4.3.32767]", - "System.Threading.Timer": "(,4.3.32767]", - "System.ValueTuple": "(,4.5.32767]", - "System.Xml.ReaderWriter": "(,4.3.32767]", - "System.Xml.XDocument": "(,4.3.32767]", - "System.Xml.XmlDocument": "(,4.3.32767]", - "System.Xml.XmlSerializer": "(,4.3.32767]", - "System.Xml.XPath": "(,4.3.32767]", - "System.Xml.XPath.XDocument": "(,5.0.32767]" - } - }, - "netstandard2.0": { - "targetAlias": "netstandard2.0", - "dependencies": { - "Microsoft.CodeAnalysis.CSharp.Workspaces": { - "target": "Package", - "version": "[4.12.0, )", - "versionCentrallyManaged": true - }, - "Microsoft.SourceLink.GitHub": { - "suppressParent": "All", - "target": "Package", - "version": "[10.0.203, )", - "versionCentrallyManaged": true - }, - "NETStandard.Library": { - "suppressParent": "All", - "target": "Package", - "version": "[2.0.3, )", - "autoReferenced": true - }, - "Nerdbank.GitVersioning": { - "suppressParent": "All", - "target": "Package", - "version": "[3.9.50, )", - "versionCentrallyManaged": true - } - }, - "centralPackageVersions": { - "coverlet.collector": "10.0.0", - "Microsoft.Build.Locator": "1.11.2", - "Microsoft.CodeAnalysis.Analyzers": "3.11.0", - "Microsoft.CodeAnalysis.CSharp": "4.12.0", - "Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.12.0", - "Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing.XUnit": "1.1.2", - "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.7", - "Microsoft.NET.Test.Sdk": "18.5.1", - "Microsoft.SourceLink.GitHub": "10.0.203", - "Nerdbank.GitVersioning": "3.9.50", - "Spectre.Console.Cli": "0.55.0", - "xunit": "2.9.3", - "xunit.runner.visualstudio": "3.1.5" - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48", - "net481" - ], - "assetTargetFallback": true, - "warn": true, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\10.0.107\\RuntimeIdentifierGraph.json", - "packagesToPrune": { - "Microsoft.Win32.Primitives": "(,4.3.0]", - "System.AppContext": "(,4.3.0]", - "System.Collections": "(,4.3.0]", - "System.Collections.NonGeneric": "(,4.3.0]", - "System.Collections.Specialized": "(,4.3.0]", - "System.ComponentModel": "(,4.3.0]", - "System.ComponentModel.EventBasedAsync": "(,4.3.0]", - "System.ComponentModel.Primitives": "(,4.3.0]", - "System.ComponentModel.TypeConverter": "(,4.3.0]", - "System.Console": "(,4.3.1]", - "System.Data.Common": "(,4.3.0]", - "System.Diagnostics.Contracts": "(,4.3.0]", - "System.Diagnostics.Debug": "(,4.3.0]", - "System.Diagnostics.FileVersionInfo": "(,4.3.0]", - "System.Diagnostics.Process": "(,4.3.0]", - "System.Diagnostics.StackTrace": "(,4.3.0]", - "System.Diagnostics.TextWriterTraceListener": "(,4.3.0]", - "System.Diagnostics.Tools": "(,4.3.0]", - "System.Diagnostics.TraceSource": "(,4.3.0]", - "System.Diagnostics.Tracing": "(,4.3.0]", - "System.Drawing.Primitives": "(,4.3.0]", - "System.Dynamic.Runtime": "(,4.3.0]", - "System.Globalization": "(,4.3.0]", - "System.Globalization.Calendars": "(,4.3.0]", - "System.Globalization.Extensions": "(,4.3.0]", - "System.IO": "(,4.3.0]", - "System.IO.Compression": "(,4.3.0]", - "System.IO.Compression.ZipFile": "(,4.3.0]", - "System.IO.FileSystem": "(,4.3.0]", - "System.IO.FileSystem.DriveInfo": "(,4.3.1]", - "System.IO.FileSystem.Primitives": "(,4.3.0]", - "System.IO.FileSystem.Watcher": "(,4.3.0]", - "System.IO.IsolatedStorage": "(,4.3.0]", - "System.IO.MemoryMappedFiles": "(,4.3.0]", - "System.IO.Pipes": "(,4.3.0]", - "System.IO.UnmanagedMemoryStream": "(,4.3.0]", - "System.Linq": "(,4.3.0]", - "System.Linq.Expressions": "(,4.3.0]", - "System.Linq.Parallel": "(,4.3.0]", - "System.Linq.Queryable": "(,4.3.0]", - "System.Net.Http": "(,4.3.4]", - "System.Net.NameResolution": "(,4.3.0]", - "System.Net.NetworkInformation": "(,4.3.0]", - "System.Net.Ping": "(,4.3.0]", - "System.Net.Primitives": "(,4.3.1]", - "System.Net.Requests": "(,4.3.0]", - "System.Net.Security": "(,4.3.2]", - "System.Net.Sockets": "(,4.3.0]", - "System.Net.WebHeaderCollection": "(,4.3.0]", - "System.Net.WebSockets": "(,4.3.0]", - "System.Net.WebSockets.Client": "(,4.3.2]", - "System.Reflection": "(,4.3.0]", - "System.Reflection.Extensions": "(,4.3.0]", - "System.Reflection.Primitives": "(,4.3.0]", - "System.Resources.Reader": "(,4.3.0]", - "System.Resources.ResourceManager": "(,4.3.0]", - "System.Resources.Writer": "(,4.3.0]", - "System.Runtime": "(,4.3.1]", - "System.Runtime.CompilerServices.VisualC": "(,4.3.0]", - "System.Runtime.Extensions": "(,4.3.1]", - "System.Runtime.Handles": "(,4.3.0]", - "System.Runtime.InteropServices": "(,4.3.0]", - "System.Runtime.InteropServices.RuntimeInformation": "(,4.3.0]", - "System.Runtime.Numerics": "(,4.3.0]", - "System.Runtime.Serialization.Formatters": "(,4.3.0]", - "System.Runtime.Serialization.Primitives": "(,4.3.0]", - "System.Runtime.Serialization.Xml": "(,4.3.0]", - "System.Security.Claims": "(,4.3.0]", - "System.Security.Cryptography.Algorithms": "(,4.3.1]", - "System.Security.Cryptography.Csp": "(,4.3.0]", - "System.Security.Cryptography.Encoding": "(,4.3.0]", - "System.Security.Cryptography.Primitives": "(,4.3.0]", - "System.Security.Cryptography.X509Certificates": "(,4.3.2]", - "System.Security.Principal": "(,4.3.0]", - "System.Security.SecureString": "(,4.3.0]", - "System.Text.Encoding": "(,4.3.0]", - "System.Text.Encoding.Extensions": "(,4.3.0]", - "System.Text.RegularExpressions": "(,4.3.0]", - "System.Threading": "(,4.3.0]", - "System.Threading.Overlapped": "(,4.3.0]", - "System.Threading.Tasks": "(,4.3.0]", - "System.Threading.Tasks.Parallel": "(,4.3.0]", - "System.Threading.Thread": "(,4.3.0]", - "System.Threading.ThreadPool": "(,4.3.0]", - "System.Threading.Timer": "(,4.3.0]", - "System.ValueTuple": "(,4.6.1]", - "System.Xml.ReaderWriter": "(,4.3.1]", - "System.Xml.XDocument": "(,4.3.0]", - "System.Xml.XmlDocument": "(,4.3.0]", - "System.Xml.XmlSerializer": "(,4.3.0]", - "System.Xml.XPath": "(,4.3.0]", - "System.Xml.XPath.XDocument": "(,4.3.0]" - } - } - } - } -} \ No newline at end of file diff --git a/src/Inshiminator.CodeFixes/obj/project.nuget.cache b/src/Inshiminator.CodeFixes/obj/project.nuget.cache deleted file mode 100644 index f68fde7..0000000 --- a/src/Inshiminator.CodeFixes/obj/project.nuget.cache +++ /dev/null @@ -1,39 +0,0 @@ -{ - "version": 2, - "dgSpecHash": "9hEXlDwrHNs=", - "success": true, - "projectFilePath": "C:\\git\\InShimInator\\src\\Inshiminator.CodeFixes\\Inshiminator.CodeFixes.csproj", - "expectedPackageFiles": [ - "C:\\Users\\jd\\.nuget\\packages\\humanizer.core\\2.14.1\\humanizer.core.2.14.1.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\microsoft.bcl.asyncinterfaces\\8.0.0\\microsoft.bcl.asyncinterfaces.8.0.0.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\microsoft.build.tasks.git\\10.0.203\\microsoft.build.tasks.git.10.0.203.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\microsoft.codeanalysis.analyzers\\3.3.4\\microsoft.codeanalysis.analyzers.3.3.4.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\microsoft.codeanalysis.common\\4.12.0\\microsoft.codeanalysis.common.4.12.0.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\microsoft.codeanalysis.csharp\\4.12.0\\microsoft.codeanalysis.csharp.4.12.0.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\microsoft.codeanalysis.csharp.workspaces\\4.12.0\\microsoft.codeanalysis.csharp.workspaces.4.12.0.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\microsoft.codeanalysis.workspaces.common\\4.12.0\\microsoft.codeanalysis.workspaces.common.4.12.0.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\microsoft.netcore.platforms\\1.1.0\\microsoft.netcore.platforms.1.1.0.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\microsoft.sourcelink.common\\10.0.203\\microsoft.sourcelink.common.10.0.203.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\microsoft.sourcelink.github\\10.0.203\\microsoft.sourcelink.github.10.0.203.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\nerdbank.gitversioning\\3.9.50\\nerdbank.gitversioning.3.9.50.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\netstandard.library\\2.0.3\\netstandard.library.2.0.3.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\system.buffers\\4.6.1\\system.buffers.4.6.1.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\system.collections.immutable\\8.0.0\\system.collections.immutable.8.0.0.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\system.composition\\8.0.0\\system.composition.8.0.0.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\system.composition.attributedmodel\\8.0.0\\system.composition.attributedmodel.8.0.0.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\system.composition.convention\\8.0.0\\system.composition.convention.8.0.0.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\system.composition.hosting\\8.0.0\\system.composition.hosting.8.0.0.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\system.composition.runtime\\8.0.0\\system.composition.runtime.8.0.0.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\system.composition.typedparts\\8.0.0\\system.composition.typedparts.8.0.0.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\system.io.hashing\\10.0.7\\system.io.hashing.10.0.7.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\system.io.pipelines\\8.0.0\\system.io.pipelines.8.0.0.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\system.memory\\4.6.3\\system.memory.4.6.3.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\system.numerics.vectors\\4.6.1\\system.numerics.vectors.4.6.1.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\system.reflection.metadata\\8.0.0\\system.reflection.metadata.8.0.0.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\system.runtime.compilerservices.unsafe\\6.1.2\\system.runtime.compilerservices.unsafe.6.1.2.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\system.text.encoding.codepages\\7.0.0\\system.text.encoding.codepages.7.0.0.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\system.threading.channels\\7.0.0\\system.threading.channels.7.0.0.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\system.threading.tasks.extensions\\4.5.4\\system.threading.tasks.extensions.4.5.4.nupkg.sha512" - ], - "logs": [] -} \ No newline at end of file diff --git a/src/Inshiminator.DependencyInjection/bin/Debug/netstandard2.0/Inshiminator.Abstractions.dll b/src/Inshiminator.DependencyInjection/bin/Debug/netstandard2.0/Inshiminator.Abstractions.dll deleted file mode 100644 index 1f65383..0000000 Binary files a/src/Inshiminator.DependencyInjection/bin/Debug/netstandard2.0/Inshiminator.Abstractions.dll and /dev/null differ diff --git a/src/Inshiminator.DependencyInjection/bin/Debug/netstandard2.0/Inshiminator.Abstractions.pdb b/src/Inshiminator.DependencyInjection/bin/Debug/netstandard2.0/Inshiminator.Abstractions.pdb deleted file mode 100644 index 54f6212..0000000 Binary files a/src/Inshiminator.DependencyInjection/bin/Debug/netstandard2.0/Inshiminator.Abstractions.pdb and /dev/null differ diff --git a/src/Inshiminator.DependencyInjection/bin/Debug/netstandard2.0/Inshiminator.DependencyInjection.deps.json b/src/Inshiminator.DependencyInjection/bin/Debug/netstandard2.0/Inshiminator.DependencyInjection.deps.json deleted file mode 100644 index e588ff2..0000000 --- a/src/Inshiminator.DependencyInjection/bin/Debug/netstandard2.0/Inshiminator.DependencyInjection.deps.json +++ /dev/null @@ -1,193 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETStandard,Version=v2.0/", - "signature": "" - }, - "compilationOptions": {}, - "targets": { - ".NETStandard,Version=v2.0": {}, - ".NETStandard,Version=v2.0/": { - "Inshiminator.DependencyInjection/0.1.2-g2e58a4565a": { - "dependencies": { - "Inshiminator.Abstractions": "1.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.7", - "Microsoft.SourceLink.GitHub": "10.0.203" - }, - "runtime": { - "Inshiminator.DependencyInjection.dll": {} - } - }, - "Microsoft.Bcl.AsyncInterfaces/10.0.7": { - "dependencies": { - "System.Threading.Tasks.Extensions": "4.6.3" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Bcl.AsyncInterfaces.dll": { - "assemblyVersion": "10.0.0.7", - "fileVersion": "10.0.726.21808" - } - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/10.0.7": { - "dependencies": { - "Microsoft.Bcl.AsyncInterfaces": "10.0.7", - "System.Threading.Tasks.Extensions": "4.6.3" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { - "assemblyVersion": "10.0.0.0", - "fileVersion": "10.0.726.21808" - } - } - }, - "Microsoft.SourceLink.GitHub/10.0.203": { - "dependencies": { - "System.IO.Hashing": "10.0.7" - } - }, - "System.Buffers/4.6.1": { - "runtime": { - "lib/netstandard2.0/System.Buffers.dll": { - "assemblyVersion": "4.0.2.0", - "fileVersion": "4.600.125.16908" - } - } - }, - "System.IO.Hashing/10.0.7": { - "dependencies": { - "System.Buffers": "4.6.1", - "System.Memory": "4.6.3" - }, - "runtime": { - "lib/netstandard2.0/System.IO.Hashing.dll": { - "assemblyVersion": "10.0.0.7", - "fileVersion": "10.0.726.21808" - } - } - }, - "System.Memory/4.6.3": { - "dependencies": { - "System.Buffers": "4.6.1", - "System.Numerics.Vectors": "4.6.1", - "System.Runtime.CompilerServices.Unsafe": "6.1.2" - }, - "runtime": { - "lib/netstandard2.0/System.Memory.dll": { - "assemblyVersion": "4.0.2.0", - "fileVersion": "4.600.325.20307" - } - } - }, - "System.Numerics.Vectors/4.6.1": { - "runtime": { - "lib/netstandard2.0/System.Numerics.Vectors.dll": { - "assemblyVersion": "4.1.3.0", - "fileVersion": "4.600.125.16908" - } - } - }, - "System.Runtime.CompilerServices.Unsafe/6.1.2": { - "runtime": { - "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.100.225.20307" - } - } - }, - "System.Threading.Tasks.Extensions/4.6.3": { - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.1.2" - }, - "runtime": { - "lib/netstandard2.0/System.Threading.Tasks.Extensions.dll": { - "assemblyVersion": "4.2.1.0", - "fileVersion": "4.600.325.20307" - } - } - }, - "Inshiminator.Abstractions/1.0.0": { - "runtime": { - "Inshiminator.Abstractions.dll": { - "assemblyVersion": "0.1.0.0", - "fileVersion": "0.1.2.11864" - } - } - } - } - }, - "libraries": { - "Inshiminator.DependencyInjection/0.1.2-g2e58a4565a": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Microsoft.Bcl.AsyncInterfaces/10.0.7": { - "type": "package", - "serviceable": true, - "sha512": "sha512-g0Xp9A+B8jCf5pNIIhFOQXPJkte3D87shfTLY+ylwfSh22U5oQH6tvvmcUuqJvt/wtwKk0WdNp2OGEczHJlJdg==", - "path": "microsoft.bcl.asyncinterfaces/10.0.7", - "hashPath": "microsoft.bcl.asyncinterfaces.10.0.7.nupkg.sha512" - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/10.0.7": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Z6mfFEaFcwCfSboxJwOLfu7/31npCY9q70WUamHW/vRQhDvBKOT4Vf9YkZj5J6hLvJpb0oDEYfHunQZj0xxvKw==", - "path": "microsoft.extensions.dependencyinjection.abstractions/10.0.7", - "hashPath": "microsoft.extensions.dependencyinjection.abstractions.10.0.7.nupkg.sha512" - }, - "Microsoft.SourceLink.GitHub/10.0.203": { - "type": "package", - "serviceable": true, - "sha512": "sha512-R4Tvr1oACImMS+Y5M7NM07ll9QyJSKnki3Dvz8QwG1W6FEmd+9fmZXAF6BE6UPswHF6n0v41wgMQGlaudOspqA==", - "path": "microsoft.sourcelink.github/10.0.203", - "hashPath": "microsoft.sourcelink.github.10.0.203.nupkg.sha512" - }, - "System.Buffers/4.6.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-N8GXpmiLMtljq7gwvyS+1QvKT/W2J8sNAvx+HVg4NGmsG/H+2k/y9QI23auLJRterrzCiDH+IWAw4V/GPwsMlw==", - "path": "system.buffers/4.6.1", - "hashPath": "system.buffers.4.6.1.nupkg.sha512" - }, - "System.IO.Hashing/10.0.7": { - "type": "package", - "serviceable": true, - "sha512": "sha512-6hsjdSr4VOXSOnhALkYplHpAxnTG1J33YN42IB6nH2fEg4QnJqrZ4Ft+qn7mkrKAOYC8pCSFYwVWw6rQbmwgLQ==", - "path": "system.io.hashing/10.0.7", - "hashPath": "system.io.hashing.10.0.7.nupkg.sha512" - }, - "System.Memory/4.6.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-qdcDOgnFZY40+Q9876JUHnlHu7bosOHX8XISRoH94fwk6hgaeQGSgfZd8srWRZNt5bV9ZW2TljcegDNxsf+96A==", - "path": "system.memory/4.6.3", - "hashPath": "system.memory.4.6.3.nupkg.sha512" - }, - "System.Numerics.Vectors/4.6.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-sQxefTnhagrhoq2ReR0D/6K0zJcr9Hrd6kikeXsA1I8kOCboTavcUC4r7TSfpKFeE163uMuxZcyfO1mGO3EN8Q==", - "path": "system.numerics.vectors/4.6.1", - "hashPath": "system.numerics.vectors.4.6.1.nupkg.sha512" - }, - "System.Runtime.CompilerServices.Unsafe/6.1.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-2hBr6zdbIBTDE3EhK7NSVNdX58uTK6iHW/P/Axmm9sl1xoGSLqDvMtpecn226TNwHByFokYwJmt/aQQNlO5CRw==", - "path": "system.runtime.compilerservices.unsafe/6.1.2", - "hashPath": "system.runtime.compilerservices.unsafe.6.1.2.nupkg.sha512" - }, - "System.Threading.Tasks.Extensions/4.6.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-7sCiwilJLYbTZELaKnc7RecBBXWXA+xMLQWZKWawBxYjp6DBlSE3v9/UcvKBvr1vv2tTOhipiogM8rRmxlhrVA==", - "path": "system.threading.tasks.extensions/4.6.3", - "hashPath": "system.threading.tasks.extensions.4.6.3.nupkg.sha512" - }, - "Inshiminator.Abstractions/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - } - } -} \ No newline at end of file diff --git a/src/Inshiminator.DependencyInjection/bin/Debug/netstandard2.0/Inshiminator.DependencyInjection.dll b/src/Inshiminator.DependencyInjection/bin/Debug/netstandard2.0/Inshiminator.DependencyInjection.dll deleted file mode 100644 index 413e7b6..0000000 Binary files a/src/Inshiminator.DependencyInjection/bin/Debug/netstandard2.0/Inshiminator.DependencyInjection.dll and /dev/null differ diff --git a/src/Inshiminator.DependencyInjection/bin/Debug/netstandard2.0/Inshiminator.DependencyInjection.pdb b/src/Inshiminator.DependencyInjection/bin/Debug/netstandard2.0/Inshiminator.DependencyInjection.pdb deleted file mode 100644 index aa88289..0000000 Binary files a/src/Inshiminator.DependencyInjection/bin/Debug/netstandard2.0/Inshiminator.DependencyInjection.pdb and /dev/null differ diff --git a/src/Inshiminator.DependencyInjection/obj/Debug/netstandard2.0/.NETStandard,Version=v2.0.AssemblyAttributes.cs b/src/Inshiminator.DependencyInjection/obj/Debug/netstandard2.0/.NETStandard,Version=v2.0.AssemblyAttributes.cs deleted file mode 100644 index d474c37..0000000 --- a/src/Inshiminator.DependencyInjection/obj/Debug/netstandard2.0/.NETStandard,Version=v2.0.AssemblyAttributes.cs +++ /dev/null @@ -1,4 +0,0 @@ -// -using System; -using System.Reflection; -[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETStandard,Version=v2.0", FrameworkDisplayName = ".NET Standard 2.0")] diff --git a/src/Inshiminator.DependencyInjection/obj/Debug/netstandard2.0/Inshimin.B0C96DED.Up2Date b/src/Inshiminator.DependencyInjection/obj/Debug/netstandard2.0/Inshimin.B0C96DED.Up2Date deleted file mode 100644 index e69de29..0000000 diff --git a/src/Inshiminator.DependencyInjection/obj/Debug/netstandard2.0/Inshiminator.DependencyInjection.AssemblyInfo.cs b/src/Inshiminator.DependencyInjection/obj/Debug/netstandard2.0/Inshiminator.DependencyInjection.AssemblyInfo.cs deleted file mode 100644 index f6f0870..0000000 --- a/src/Inshiminator.DependencyInjection/obj/Debug/netstandard2.0/Inshiminator.DependencyInjection.AssemblyInfo.cs +++ /dev/null @@ -1,22 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -using System; -using System.Reflection; - -[assembly: System.Reflection.AssemblyCompanyAttribute("Jerrett Davis")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] -[assembly: System.Reflection.AssemblyCopyrightAttribute("Copyright (c) 2026 Jerrett Davis")] -[assembly: System.Reflection.AssemblyDescriptionAttribute("Analyzer-guided shim generation for .NET applications.")] -[assembly: System.Reflection.AssemblyProductAttribute("Inshiminator.DependencyInjection")] -[assembly: System.Reflection.AssemblyTitleAttribute("Inshiminator.DependencyInjection")] -[assembly: System.Reflection.AssemblyMetadataAttribute("RepositoryUrl", "https://github.com/JerrettDavis/InShimInator")] - -// Generated by the MSBuild WriteCodeFragment class. - diff --git a/src/Inshiminator.DependencyInjection/obj/Debug/netstandard2.0/Inshiminator.DependencyInjection.AssemblyInfoInputs.cache b/src/Inshiminator.DependencyInjection/obj/Debug/netstandard2.0/Inshiminator.DependencyInjection.AssemblyInfoInputs.cache deleted file mode 100644 index eaff154..0000000 --- a/src/Inshiminator.DependencyInjection/obj/Debug/netstandard2.0/Inshiminator.DependencyInjection.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -3d0c295a7a2845544b4f93db8b2572895c87bfabae44683cf8a5116f054358f5 diff --git a/src/Inshiminator.DependencyInjection/obj/Debug/netstandard2.0/Inshiminator.DependencyInjection.GeneratedMSBuildEditorConfig.editorconfig b/src/Inshiminator.DependencyInjection/obj/Debug/netstandard2.0/Inshiminator.DependencyInjection.GeneratedMSBuildEditorConfig.editorconfig deleted file mode 100644 index fc1d3ad..0000000 --- a/src/Inshiminator.DependencyInjection/obj/Debug/netstandard2.0/Inshiminator.DependencyInjection.GeneratedMSBuildEditorConfig.editorconfig +++ /dev/null @@ -1,8 +0,0 @@ -is_global = true -build_property.RootNamespace = Inshiminator.DependencyInjection -build_property.ProjectDir = C:\git\InShimInator\src\Inshiminator.DependencyInjection\ -build_property.EnableComHosting = -build_property.EnableGeneratedComInterfaceComImportInterop = -build_property.CsWinRTUseWindowsUIXamlProjections = false -build_property.EffectiveAnalysisLevelStyle = -build_property.EnableCodeStyleSeverity = diff --git a/src/Inshiminator.DependencyInjection/obj/Debug/netstandard2.0/Inshiminator.DependencyInjection.GlobalUsings.g.cs b/src/Inshiminator.DependencyInjection/obj/Debug/netstandard2.0/Inshiminator.DependencyInjection.GlobalUsings.g.cs deleted file mode 100644 index 3bad85c..0000000 --- a/src/Inshiminator.DependencyInjection/obj/Debug/netstandard2.0/Inshiminator.DependencyInjection.GlobalUsings.g.cs +++ /dev/null @@ -1,8 +0,0 @@ -// -global using System; -global using System.Collections.Generic; -global using System.IO; -global using System.Linq; -global using System.Net.Http; -global using System.Threading; -global using System.Threading.Tasks; diff --git a/src/Inshiminator.DependencyInjection/obj/Debug/netstandard2.0/Inshiminator.DependencyInjection.Version.cs b/src/Inshiminator.DependencyInjection/obj/Debug/netstandard2.0/Inshiminator.DependencyInjection.Version.cs deleted file mode 100644 index eeb2e22..0000000 --- a/src/Inshiminator.DependencyInjection/obj/Debug/netstandard2.0/Inshiminator.DependencyInjection.Version.cs +++ /dev/null @@ -1,35 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -#pragma warning disable CA2243 - -[assembly: global::System.Reflection.AssemblyVersionAttribute("0.1.0.0")] -[assembly: global::System.Reflection.AssemblyFileVersionAttribute("0.1.2.11864")] -[assembly: global::System.Reflection.AssemblyInformationalVersionAttribute("0.1.2+2e58a4565a")] -#if NETSTANDARD || NETFRAMEWORK || NETCOREAPP -[global::System.CodeDom.Compiler.GeneratedCode("Nerdbank.GitVersioning.Tasks","3.9.50.28654")] -#endif -#if NET40_OR_GREATER || NETCOREAPP2_0_OR_GREATER || NETSTANDARD2_0_OR_GREATER -[global::System.Diagnostics.CodeAnalysis.ExcludeFromCodeCoverage] -#endif -internal static partial class ThisAssembly { - internal const string AssemblyConfiguration = "Debug"; - internal const string AssemblyFileVersion = "0.1.2.11864"; - internal const string AssemblyInformationalVersion = "0.1.2+2e58a4565a"; - internal const string AssemblyName = "Inshiminator.DependencyInjection"; - internal const string AssemblyTitle = "Inshiminator.DependencyInjection"; - internal const string AssemblyVersion = "0.1.0.0"; - internal static readonly global::System.DateTime GitCommitAuthorDate = new global::System.DateTime(639138599560000000L, global::System.DateTimeKind.Utc); - internal static readonly global::System.DateTime GitCommitDate = new global::System.DateTime(639138599560000000L, global::System.DateTimeKind.Utc); - internal const string GitCommitId = "2e58a4565a8558cbb77d4b912c0ddcb50b29665c"; - internal const bool IsPrerelease = false; - internal const bool IsPublicRelease = false; - internal const string RootNamespace = "Inshiminator.DependencyInjection"; -} diff --git a/src/Inshiminator.DependencyInjection/obj/Debug/netstandard2.0/Inshiminator.DependencyInjection.Version.cs.new b/src/Inshiminator.DependencyInjection/obj/Debug/netstandard2.0/Inshiminator.DependencyInjection.Version.cs.new deleted file mode 100644 index eeb2e22..0000000 --- a/src/Inshiminator.DependencyInjection/obj/Debug/netstandard2.0/Inshiminator.DependencyInjection.Version.cs.new +++ /dev/null @@ -1,35 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -#pragma warning disable CA2243 - -[assembly: global::System.Reflection.AssemblyVersionAttribute("0.1.0.0")] -[assembly: global::System.Reflection.AssemblyFileVersionAttribute("0.1.2.11864")] -[assembly: global::System.Reflection.AssemblyInformationalVersionAttribute("0.1.2+2e58a4565a")] -#if NETSTANDARD || NETFRAMEWORK || NETCOREAPP -[global::System.CodeDom.Compiler.GeneratedCode("Nerdbank.GitVersioning.Tasks","3.9.50.28654")] -#endif -#if NET40_OR_GREATER || NETCOREAPP2_0_OR_GREATER || NETSTANDARD2_0_OR_GREATER -[global::System.Diagnostics.CodeAnalysis.ExcludeFromCodeCoverage] -#endif -internal static partial class ThisAssembly { - internal const string AssemblyConfiguration = "Debug"; - internal const string AssemblyFileVersion = "0.1.2.11864"; - internal const string AssemblyInformationalVersion = "0.1.2+2e58a4565a"; - internal const string AssemblyName = "Inshiminator.DependencyInjection"; - internal const string AssemblyTitle = "Inshiminator.DependencyInjection"; - internal const string AssemblyVersion = "0.1.0.0"; - internal static readonly global::System.DateTime GitCommitAuthorDate = new global::System.DateTime(639138599560000000L, global::System.DateTimeKind.Utc); - internal static readonly global::System.DateTime GitCommitDate = new global::System.DateTime(639138599560000000L, global::System.DateTimeKind.Utc); - internal const string GitCommitId = "2e58a4565a8558cbb77d4b912c0ddcb50b29665c"; - internal const bool IsPrerelease = false; - internal const bool IsPublicRelease = false; - internal const string RootNamespace = "Inshiminator.DependencyInjection"; -} diff --git a/src/Inshiminator.DependencyInjection/obj/Debug/netstandard2.0/Inshiminator.DependencyInjection.assets.cache b/src/Inshiminator.DependencyInjection/obj/Debug/netstandard2.0/Inshiminator.DependencyInjection.assets.cache deleted file mode 100644 index f5150e4..0000000 Binary files a/src/Inshiminator.DependencyInjection/obj/Debug/netstandard2.0/Inshiminator.DependencyInjection.assets.cache and /dev/null differ diff --git a/src/Inshiminator.DependencyInjection/obj/Debug/netstandard2.0/Inshiminator.DependencyInjection.csproj.AssemblyReference.cache b/src/Inshiminator.DependencyInjection/obj/Debug/netstandard2.0/Inshiminator.DependencyInjection.csproj.AssemblyReference.cache deleted file mode 100644 index b810a13..0000000 Binary files a/src/Inshiminator.DependencyInjection/obj/Debug/netstandard2.0/Inshiminator.DependencyInjection.csproj.AssemblyReference.cache and /dev/null differ diff --git a/src/Inshiminator.DependencyInjection/obj/Debug/netstandard2.0/Inshiminator.DependencyInjection.csproj.CoreCompileInputs.cache b/src/Inshiminator.DependencyInjection/obj/Debug/netstandard2.0/Inshiminator.DependencyInjection.csproj.CoreCompileInputs.cache deleted file mode 100644 index 29c4e20..0000000 --- a/src/Inshiminator.DependencyInjection/obj/Debug/netstandard2.0/Inshiminator.DependencyInjection.csproj.CoreCompileInputs.cache +++ /dev/null @@ -1 +0,0 @@ -acb8346fc276116922058899df50725955ab80eb1245efc3fa130487c9e5e3fa diff --git a/src/Inshiminator.DependencyInjection/obj/Debug/netstandard2.0/Inshiminator.DependencyInjection.csproj.FileListAbsolute.txt b/src/Inshiminator.DependencyInjection/obj/Debug/netstandard2.0/Inshiminator.DependencyInjection.csproj.FileListAbsolute.txt deleted file mode 100644 index b98ced0..0000000 --- a/src/Inshiminator.DependencyInjection/obj/Debug/netstandard2.0/Inshiminator.DependencyInjection.csproj.FileListAbsolute.txt +++ /dev/null @@ -1,13 +0,0 @@ -C:\git\InShimInator\src\Inshiminator.DependencyInjection\bin\Debug\netstandard2.0\Inshiminator.DependencyInjection.deps.json -C:\git\InShimInator\src\Inshiminator.DependencyInjection\bin\Debug\netstandard2.0\Inshiminator.DependencyInjection.dll -C:\git\InShimInator\src\Inshiminator.DependencyInjection\bin\Debug\netstandard2.0\Inshiminator.DependencyInjection.pdb -C:\git\InShimInator\src\Inshiminator.DependencyInjection\bin\Debug\netstandard2.0\Inshiminator.Abstractions.dll -C:\git\InShimInator\src\Inshiminator.DependencyInjection\bin\Debug\netstandard2.0\Inshiminator.Abstractions.pdb -C:\git\InShimInator\src\Inshiminator.DependencyInjection\obj\Debug\netstandard2.0\Inshiminator.DependencyInjection.csproj.AssemblyReference.cache -C:\git\InShimInator\src\Inshiminator.DependencyInjection\obj\Debug\netstandard2.0\Inshiminator.DependencyInjection.GeneratedMSBuildEditorConfig.editorconfig -C:\git\InShimInator\src\Inshiminator.DependencyInjection\obj\Debug\netstandard2.0\Inshiminator.DependencyInjection.AssemblyInfoInputs.cache -C:\git\InShimInator\src\Inshiminator.DependencyInjection\obj\Debug\netstandard2.0\Inshiminator.DependencyInjection.AssemblyInfo.cs -C:\git\InShimInator\src\Inshiminator.DependencyInjection\obj\Debug\netstandard2.0\Inshiminator.DependencyInjection.csproj.CoreCompileInputs.cache -C:\git\InShimInator\src\Inshiminator.DependencyInjection\obj\Debug\netstandard2.0\Inshimin.B0C96DED.Up2Date -C:\git\InShimInator\src\Inshiminator.DependencyInjection\obj\Debug\netstandard2.0\Inshiminator.DependencyInjection.dll -C:\git\InShimInator\src\Inshiminator.DependencyInjection\obj\Debug\netstandard2.0\Inshiminator.DependencyInjection.pdb diff --git a/src/Inshiminator.DependencyInjection/obj/Debug/netstandard2.0/Inshiminator.DependencyInjection.dll b/src/Inshiminator.DependencyInjection/obj/Debug/netstandard2.0/Inshiminator.DependencyInjection.dll deleted file mode 100644 index 413e7b6..0000000 Binary files a/src/Inshiminator.DependencyInjection/obj/Debug/netstandard2.0/Inshiminator.DependencyInjection.dll and /dev/null differ diff --git a/src/Inshiminator.DependencyInjection/obj/Debug/netstandard2.0/Inshiminator.DependencyInjection.pdb b/src/Inshiminator.DependencyInjection/obj/Debug/netstandard2.0/Inshiminator.DependencyInjection.pdb deleted file mode 100644 index aa88289..0000000 Binary files a/src/Inshiminator.DependencyInjection/obj/Debug/netstandard2.0/Inshiminator.DependencyInjection.pdb and /dev/null differ diff --git a/src/Inshiminator.DependencyInjection/obj/Inshiminator.DependencyInjection.csproj.nuget.dgspec.json b/src/Inshiminator.DependencyInjection/obj/Inshiminator.DependencyInjection.csproj.nuget.dgspec.json deleted file mode 100644 index 431b023..0000000 --- a/src/Inshiminator.DependencyInjection/obj/Inshiminator.DependencyInjection.csproj.nuget.dgspec.json +++ /dev/null @@ -1,1777 +0,0 @@ -{ - "format": 1, - "restore": { - "C:\\git\\InShimInator\\src\\Inshiminator.DependencyInjection\\Inshiminator.DependencyInjection.csproj": {} - }, - "projects": { - "C:\\git\\InShimInator\\src\\Inshiminator.Abstractions\\Inshiminator.Abstractions.csproj": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "C:\\git\\InShimInator\\src\\Inshiminator.Abstractions\\Inshiminator.Abstractions.csproj", - "projectName": "Inshiminator.Abstractions", - "projectPath": "C:\\git\\InShimInator\\src\\Inshiminator.Abstractions\\Inshiminator.Abstractions.csproj", - "packagesPath": "C:\\Users\\jd\\.nuget\\packages\\", - "outputPath": "C:\\git\\InShimInator\\src\\Inshiminator.Abstractions\\obj\\", - "projectStyle": "PackageReference", - "crossTargeting": true, - "centralPackageVersionsManagementEnabled": true, - "fallbackFolders": [ - "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" - ], - "configFilePaths": [ - "C:\\git\\InShimInator\\NuGet.Config", - "C:\\Users\\jd\\AppData\\Roaming\\NuGet\\NuGet.Config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" - ], - "originalTargetFrameworks": [ - "net10.0", - "net8.0", - "netstandard2.0" - ], - "sources": { - "C:\\Program Files\\dotnet\\library-packs": {}, - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net8.0": { - "targetAlias": "net8.0", - "projectReferences": {} - }, - "net10.0": { - "targetAlias": "net10.0", - "projectReferences": {} - }, - "netstandard2.0": { - "targetAlias": "netstandard2.0", - "projectReferences": {} - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - }, - "restoreAuditProperties": { - "enableAudit": "true", - "auditLevel": "low", - "auditMode": "all" - }, - "SdkAnalysisLevel": "10.0.100" - }, - "frameworks": { - "net8.0": { - "targetAlias": "net8.0", - "dependencies": { - "Microsoft.SourceLink.GitHub": { - "suppressParent": "All", - "target": "Package", - "version": "[10.0.203, )", - "versionCentrallyManaged": true - }, - "Nerdbank.GitVersioning": { - "suppressParent": "All", - "target": "Package", - "version": "[3.9.50, )", - "versionCentrallyManaged": true - } - }, - "centralPackageVersions": { - "coverlet.collector": "10.0.0", - "Microsoft.Build.Locator": "1.11.2", - "Microsoft.CodeAnalysis.Analyzers": "3.11.0", - "Microsoft.CodeAnalysis.CSharp": "4.12.0", - "Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.12.0", - "Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing.XUnit": "1.1.2", - "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.7", - "Microsoft.NET.Test.Sdk": "18.5.1", - "Microsoft.SourceLink.GitHub": "10.0.203", - "Nerdbank.GitVersioning": "3.9.50", - "Spectre.Console.Cli": "0.55.0", - "xunit": "2.9.3", - "xunit.runner.visualstudio": "3.1.5" - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48", - "net481" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\10.0.107/PortableRuntimeIdentifierGraph.json", - "packagesToPrune": { - "Microsoft.CSharp": "(,4.7.32767]", - "Microsoft.VisualBasic": "(,10.3.32767]", - "Microsoft.Win32.Primitives": "(,4.3.32767]", - "Microsoft.Win32.Registry": "(,5.0.32767]", - "runtime.any.System.Collections": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.any.System.Globalization": "(,4.3.32767]", - "runtime.any.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.any.System.IO": "(,4.3.32767]", - "runtime.any.System.Reflection": "(,4.3.32767]", - "runtime.any.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.any.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.any.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.any.System.Runtime": "(,4.3.32767]", - "runtime.any.System.Runtime.Handles": "(,4.3.32767]", - "runtime.any.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.any.System.Text.Encoding": "(,4.3.32767]", - "runtime.any.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.any.System.Threading.Tasks": "(,4.3.32767]", - "runtime.any.System.Threading.Timer": "(,4.3.32767]", - "runtime.aot.System.Collections": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.aot.System.Globalization": "(,4.3.32767]", - "runtime.aot.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.aot.System.IO": "(,4.3.32767]", - "runtime.aot.System.Reflection": "(,4.3.32767]", - "runtime.aot.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.aot.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.aot.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.aot.System.Runtime": "(,4.3.32767]", - "runtime.aot.System.Runtime.Handles": "(,4.3.32767]", - "runtime.aot.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.aot.System.Threading.Tasks": "(,4.3.32767]", - "runtime.aot.System.Threading.Timer": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.native.System.Security.Cryptography.Apple": "(,4.3.32767]", - "runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.unix.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.unix.System.Console": "(,4.3.32767]", - "runtime.unix.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.unix.System.IO.FileSystem": "(,4.3.32767]", - "runtime.unix.System.Net.Primitives": "(,4.3.32767]", - "runtime.unix.System.Net.Sockets": "(,4.3.32767]", - "runtime.unix.System.Private.Uri": "(,4.3.32767]", - "runtime.unix.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.win.System.Console": "(,4.3.32767]", - "runtime.win.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.win.System.IO.FileSystem": "(,4.3.32767]", - "runtime.win.System.Net.Primitives": "(,4.3.32767]", - "runtime.win.System.Net.Sockets": "(,4.3.32767]", - "runtime.win.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win10-arm-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-arm64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win10-x64-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-x86-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7-x86.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7.System.Private.Uri": "(,4.3.32767]", - "runtime.win8-arm.runtime.native.System.IO.Compression": "(,4.3.32767]", - "System.AppContext": "(,4.3.32767]", - "System.Buffers": "(,4.6.32767]", - "System.Collections": "(,4.3.32767]", - "System.Collections.Concurrent": "(,4.3.32767]", - "System.Collections.Immutable": "(,8.0.32767]", - "System.Collections.NonGeneric": "(,4.3.32767]", - "System.Collections.Specialized": "(,4.3.32767]", - "System.ComponentModel": "(,4.3.32767]", - "System.ComponentModel.Annotations": "(,5.0.32767]", - "System.ComponentModel.EventBasedAsync": "(,4.3.32767]", - "System.ComponentModel.Primitives": "(,4.3.32767]", - "System.ComponentModel.TypeConverter": "(,4.3.32767]", - "System.Console": "(,4.3.32767]", - "System.Data.Common": "(,4.3.32767]", - "System.Data.DataSetExtensions": "(,4.5.32767]", - "System.Diagnostics.Contracts": "(,4.3.32767]", - "System.Diagnostics.Debug": "(,4.3.32767]", - "System.Diagnostics.DiagnosticSource": "(,8.0.32767]", - "System.Diagnostics.FileVersionInfo": "(,4.3.32767]", - "System.Diagnostics.Process": "(,4.3.32767]", - "System.Diagnostics.StackTrace": "(,4.3.32767]", - "System.Diagnostics.TextWriterTraceListener": "(,4.3.32767]", - "System.Diagnostics.Tools": "(,4.3.32767]", - "System.Diagnostics.TraceSource": "(,4.3.32767]", - "System.Diagnostics.Tracing": "(,4.3.32767]", - "System.Drawing.Primitives": "(,4.3.32767]", - "System.Dynamic.Runtime": "(,4.3.32767]", - "System.Formats.Asn1": "(,8.0.32767]", - "System.Globalization": "(,4.3.32767]", - "System.Globalization.Calendars": "(,4.3.32767]", - "System.Globalization.Extensions": "(,4.3.32767]", - "System.IO": "(,4.3.32767]", - "System.IO.Compression": "(,4.3.32767]", - "System.IO.Compression.ZipFile": "(,4.3.32767]", - "System.IO.FileSystem": "(,4.3.32767]", - "System.IO.FileSystem.AccessControl": "(,5.0.32767]", - "System.IO.FileSystem.DriveInfo": "(,4.3.32767]", - "System.IO.FileSystem.Primitives": "(,4.3.32767]", - "System.IO.FileSystem.Watcher": "(,4.3.32767]", - "System.IO.IsolatedStorage": "(,4.3.32767]", - "System.IO.MemoryMappedFiles": "(,4.3.32767]", - "System.IO.Pipes": "(,4.3.32767]", - "System.IO.Pipes.AccessControl": "(,4.6.32767]", - "System.IO.UnmanagedMemoryStream": "(,4.3.32767]", - "System.Linq": "(,4.3.32767]", - "System.Linq.Expressions": "(,4.3.32767]", - "System.Linq.Parallel": "(,4.3.32767]", - "System.Linq.Queryable": "(,4.3.32767]", - "System.Memory": "(,4.6.32767]", - "System.Net.Http": "(,4.3.32767]", - "System.Net.Http.Json": "(,8.0.32767]", - "System.Net.NameResolution": "(,4.3.32767]", - "System.Net.NetworkInformation": "(,4.3.32767]", - "System.Net.Ping": "(,4.3.32767]", - "System.Net.Primitives": "(,4.3.32767]", - "System.Net.Requests": "(,4.3.32767]", - "System.Net.Security": "(,4.3.32767]", - "System.Net.Sockets": "(,4.3.32767]", - "System.Net.WebHeaderCollection": "(,4.3.32767]", - "System.Net.WebSockets": "(,4.3.32767]", - "System.Net.WebSockets.Client": "(,4.3.32767]", - "System.Numerics.Vectors": "(,4.6.32767]", - "System.ObjectModel": "(,4.3.32767]", - "System.Private.DataContractSerialization": "(,4.3.32767]", - "System.Private.Uri": "(,4.3.32767]", - "System.Reflection": "(,4.3.32767]", - "System.Reflection.DispatchProxy": "(,4.8.32767]", - "System.Reflection.Emit": "(,4.7.32767]", - "System.Reflection.Emit.ILGeneration": "(,4.7.32767]", - "System.Reflection.Emit.Lightweight": "(,4.7.32767]", - "System.Reflection.Extensions": "(,4.3.32767]", - "System.Reflection.Metadata": "(,8.0.32767]", - "System.Reflection.Primitives": "(,4.3.32767]", - "System.Reflection.TypeExtensions": "(,4.7.32767]", - "System.Resources.Reader": "(,4.3.32767]", - "System.Resources.ResourceManager": "(,4.3.32767]", - "System.Resources.Writer": "(,4.3.32767]", - "System.Runtime": "(,4.3.32767]", - "System.Runtime.CompilerServices.Unsafe": "(,6.1.32767]", - "System.Runtime.CompilerServices.VisualC": "(,4.3.32767]", - "System.Runtime.Extensions": "(,4.3.32767]", - "System.Runtime.Handles": "(,4.3.32767]", - "System.Runtime.InteropServices": "(,4.3.32767]", - "System.Runtime.InteropServices.RuntimeInformation": "(,4.3.32767]", - "System.Runtime.Loader": "(,4.3.32767]", - "System.Runtime.Numerics": "(,4.3.32767]", - "System.Runtime.Serialization.Formatters": "(,4.3.32767]", - "System.Runtime.Serialization.Json": "(,4.3.32767]", - "System.Runtime.Serialization.Primitives": "(,4.3.32767]", - "System.Runtime.Serialization.Xml": "(,4.3.32767]", - "System.Security.AccessControl": "(,6.0.32767]", - "System.Security.Claims": "(,4.3.32767]", - "System.Security.Cryptography.Algorithms": "(,4.3.32767]", - "System.Security.Cryptography.Cng": "(,4.6.32767]", - "System.Security.Cryptography.Csp": "(,4.3.32767]", - "System.Security.Cryptography.Encoding": "(,4.3.32767]", - "System.Security.Cryptography.OpenSsl": "(,5.0.32767]", - "System.Security.Cryptography.Primitives": "(,4.3.32767]", - "System.Security.Cryptography.X509Certificates": "(,4.3.32767]", - "System.Security.Principal": "(,4.3.32767]", - "System.Security.Principal.Windows": "(,5.0.32767]", - "System.Security.SecureString": "(,4.3.32767]", - "System.Text.Encoding": "(,4.3.32767]", - "System.Text.Encoding.CodePages": "(,8.0.32767]", - "System.Text.Encoding.Extensions": "(,4.3.32767]", - "System.Text.Encodings.Web": "(,8.0.32767]", - "System.Text.Json": "(,8.0.32767]", - "System.Text.RegularExpressions": "(,4.3.32767]", - "System.Threading": "(,4.3.32767]", - "System.Threading.Channels": "(,8.0.32767]", - "System.Threading.Overlapped": "(,4.3.32767]", - "System.Threading.Tasks": "(,4.3.32767]", - "System.Threading.Tasks.Dataflow": "(,8.0.32767]", - "System.Threading.Tasks.Extensions": "(,4.6.32767]", - "System.Threading.Tasks.Parallel": "(,4.3.32767]", - "System.Threading.Thread": "(,4.3.32767]", - "System.Threading.ThreadPool": "(,4.3.32767]", - "System.Threading.Timer": "(,4.3.32767]", - "System.ValueTuple": "(,4.6.32767]", - "System.Xml.ReaderWriter": "(,4.3.32767]", - "System.Xml.XDocument": "(,4.3.32767]", - "System.Xml.XmlDocument": "(,4.3.32767]", - "System.Xml.XmlSerializer": "(,4.3.32767]", - "System.Xml.XPath": "(,4.3.32767]", - "System.Xml.XPath.XDocument": "(,4.3.32767]" - } - }, - "net10.0": { - "targetAlias": "net10.0", - "dependencies": { - "Microsoft.SourceLink.GitHub": { - "suppressParent": "All", - "target": "Package", - "version": "[10.0.203, )", - "versionCentrallyManaged": true - }, - "Nerdbank.GitVersioning": { - "suppressParent": "All", - "target": "Package", - "version": "[3.9.50, )", - "versionCentrallyManaged": true - } - }, - "centralPackageVersions": { - "coverlet.collector": "10.0.0", - "Microsoft.Build.Locator": "1.11.2", - "Microsoft.CodeAnalysis.Analyzers": "3.11.0", - "Microsoft.CodeAnalysis.CSharp": "4.12.0", - "Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.12.0", - "Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing.XUnit": "1.1.2", - "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.7", - "Microsoft.NET.Test.Sdk": "18.5.1", - "Microsoft.SourceLink.GitHub": "10.0.203", - "Nerdbank.GitVersioning": "3.9.50", - "Spectre.Console.Cli": "0.55.0", - "xunit": "2.9.3", - "xunit.runner.visualstudio": "3.1.5" - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48", - "net481" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\10.0.107/PortableRuntimeIdentifierGraph.json", - "packagesToPrune": { - "Microsoft.CSharp": "(,4.7.32767]", - "Microsoft.VisualBasic": "(,10.4.32767]", - "Microsoft.Win32.Primitives": "(,4.3.32767]", - "Microsoft.Win32.Registry": "(,5.0.32767]", - "runtime.any.System.Collections": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.any.System.Globalization": "(,4.3.32767]", - "runtime.any.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.any.System.IO": "(,4.3.32767]", - "runtime.any.System.Reflection": "(,4.3.32767]", - "runtime.any.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.any.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.any.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.any.System.Runtime": "(,4.3.32767]", - "runtime.any.System.Runtime.Handles": "(,4.3.32767]", - "runtime.any.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.any.System.Text.Encoding": "(,4.3.32767]", - "runtime.any.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.any.System.Threading.Tasks": "(,4.3.32767]", - "runtime.any.System.Threading.Timer": "(,4.3.32767]", - "runtime.aot.System.Collections": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.aot.System.Globalization": "(,4.3.32767]", - "runtime.aot.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.aot.System.IO": "(,4.3.32767]", - "runtime.aot.System.Reflection": "(,4.3.32767]", - "runtime.aot.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.aot.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.aot.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.aot.System.Runtime": "(,4.3.32767]", - "runtime.aot.System.Runtime.Handles": "(,4.3.32767]", - "runtime.aot.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.aot.System.Threading.Tasks": "(,4.3.32767]", - "runtime.aot.System.Threading.Timer": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.unix.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.unix.System.Console": "(,4.3.32767]", - "runtime.unix.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.unix.System.IO.FileSystem": "(,4.3.32767]", - "runtime.unix.System.Net.Primitives": "(,4.3.32767]", - "runtime.unix.System.Net.Sockets": "(,4.3.32767]", - "runtime.unix.System.Private.Uri": "(,4.3.32767]", - "runtime.unix.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.win.System.Console": "(,4.3.32767]", - "runtime.win.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.win.System.IO.FileSystem": "(,4.3.32767]", - "runtime.win.System.Net.Primitives": "(,4.3.32767]", - "runtime.win.System.Net.Sockets": "(,4.3.32767]", - "runtime.win.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win10-arm-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-arm64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win10-x64-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-x86-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7-x86.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7.System.Private.Uri": "(,4.3.32767]", - "runtime.win8-arm.runtime.native.System.IO.Compression": "(,4.3.32767]", - "System.AppContext": "(,4.3.32767]", - "System.Buffers": "(,5.0.32767]", - "System.Collections": "(,4.3.32767]", - "System.Collections.Concurrent": "(,4.3.32767]", - "System.Collections.Immutable": "(,10.0.32767]", - "System.Collections.NonGeneric": "(,4.3.32767]", - "System.Collections.Specialized": "(,4.3.32767]", - "System.ComponentModel": "(,4.3.32767]", - "System.ComponentModel.Annotations": "(,4.3.32767]", - "System.ComponentModel.EventBasedAsync": "(,4.3.32767]", - "System.ComponentModel.Primitives": "(,4.3.32767]", - "System.ComponentModel.TypeConverter": "(,4.3.32767]", - "System.Console": "(,4.3.32767]", - "System.Data.Common": "(,4.3.32767]", - "System.Data.DataSetExtensions": "(,4.4.32767]", - "System.Diagnostics.Contracts": "(,4.3.32767]", - "System.Diagnostics.Debug": "(,4.3.32767]", - "System.Diagnostics.DiagnosticSource": "(,10.0.32767]", - "System.Diagnostics.FileVersionInfo": "(,4.3.32767]", - "System.Diagnostics.Process": "(,4.3.32767]", - "System.Diagnostics.StackTrace": "(,4.3.32767]", - "System.Diagnostics.TextWriterTraceListener": "(,4.3.32767]", - "System.Diagnostics.Tools": "(,4.3.32767]", - "System.Diagnostics.TraceSource": "(,4.3.32767]", - "System.Diagnostics.Tracing": "(,4.3.32767]", - "System.Drawing.Primitives": "(,4.3.32767]", - "System.Dynamic.Runtime": "(,4.3.32767]", - "System.Formats.Asn1": "(,10.0.32767]", - "System.Formats.Tar": "(,10.0.32767]", - "System.Globalization": "(,4.3.32767]", - "System.Globalization.Calendars": "(,4.3.32767]", - "System.Globalization.Extensions": "(,4.3.32767]", - "System.IO": "(,4.3.32767]", - "System.IO.Compression": "(,4.3.32767]", - "System.IO.Compression.ZipFile": "(,4.3.32767]", - "System.IO.FileSystem": "(,4.3.32767]", - "System.IO.FileSystem.AccessControl": "(,4.4.32767]", - "System.IO.FileSystem.DriveInfo": "(,4.3.32767]", - "System.IO.FileSystem.Primitives": "(,4.3.32767]", - "System.IO.FileSystem.Watcher": "(,4.3.32767]", - "System.IO.IsolatedStorage": "(,4.3.32767]", - "System.IO.MemoryMappedFiles": "(,4.3.32767]", - "System.IO.Pipelines": "(,10.0.32767]", - "System.IO.Pipes": "(,4.3.32767]", - "System.IO.Pipes.AccessControl": "(,5.0.32767]", - "System.IO.UnmanagedMemoryStream": "(,4.3.32767]", - "System.Linq": "(,4.3.32767]", - "System.Linq.AsyncEnumerable": "(,10.0.32767]", - "System.Linq.Expressions": "(,4.3.32767]", - "System.Linq.Parallel": "(,4.3.32767]", - "System.Linq.Queryable": "(,4.3.32767]", - "System.Memory": "(,5.0.32767]", - "System.Net.Http": "(,4.3.32767]", - "System.Net.Http.Json": "(,10.0.32767]", - "System.Net.NameResolution": "(,4.3.32767]", - "System.Net.NetworkInformation": "(,4.3.32767]", - "System.Net.Ping": "(,4.3.32767]", - "System.Net.Primitives": "(,4.3.32767]", - "System.Net.Requests": "(,4.3.32767]", - "System.Net.Security": "(,4.3.32767]", - "System.Net.ServerSentEvents": "(,10.0.32767]", - "System.Net.Sockets": "(,4.3.32767]", - "System.Net.WebHeaderCollection": "(,4.3.32767]", - "System.Net.WebSockets": "(,4.3.32767]", - "System.Net.WebSockets.Client": "(,4.3.32767]", - "System.Numerics.Vectors": "(,5.0.32767]", - "System.ObjectModel": "(,4.3.32767]", - "System.Private.DataContractSerialization": "(,4.3.32767]", - "System.Private.Uri": "(,4.3.32767]", - "System.Reflection": "(,4.3.32767]", - "System.Reflection.DispatchProxy": "(,6.0.32767]", - "System.Reflection.Emit": "(,4.7.32767]", - "System.Reflection.Emit.ILGeneration": "(,4.7.32767]", - "System.Reflection.Emit.Lightweight": "(,4.7.32767]", - "System.Reflection.Extensions": "(,4.3.32767]", - "System.Reflection.Metadata": "(,10.0.32767]", - "System.Reflection.Primitives": "(,4.3.32767]", - "System.Reflection.TypeExtensions": "(,4.3.32767]", - "System.Resources.Reader": "(,4.3.32767]", - "System.Resources.ResourceManager": "(,4.3.32767]", - "System.Resources.Writer": "(,4.3.32767]", - "System.Runtime": "(,4.3.32767]", - "System.Runtime.CompilerServices.Unsafe": "(,7.0.32767]", - "System.Runtime.CompilerServices.VisualC": "(,4.3.32767]", - "System.Runtime.Extensions": "(,4.3.32767]", - "System.Runtime.Handles": "(,4.3.32767]", - "System.Runtime.InteropServices": "(,4.3.32767]", - "System.Runtime.InteropServices.RuntimeInformation": "(,4.3.32767]", - "System.Runtime.Loader": "(,4.3.32767]", - "System.Runtime.Numerics": "(,4.3.32767]", - "System.Runtime.Serialization.Formatters": "(,4.3.32767]", - "System.Runtime.Serialization.Json": "(,4.3.32767]", - "System.Runtime.Serialization.Primitives": "(,4.3.32767]", - "System.Runtime.Serialization.Xml": "(,4.3.32767]", - "System.Security.AccessControl": "(,6.0.32767]", - "System.Security.Claims": "(,4.3.32767]", - "System.Security.Cryptography.Algorithms": "(,4.3.32767]", - "System.Security.Cryptography.Cng": "(,5.0.32767]", - "System.Security.Cryptography.Csp": "(,4.3.32767]", - "System.Security.Cryptography.Encoding": "(,4.3.32767]", - "System.Security.Cryptography.OpenSsl": "(,5.0.32767]", - "System.Security.Cryptography.Primitives": "(,4.3.32767]", - "System.Security.Cryptography.X509Certificates": "(,4.3.32767]", - "System.Security.Principal": "(,4.3.32767]", - "System.Security.Principal.Windows": "(,5.0.32767]", - "System.Security.SecureString": "(,4.3.32767]", - "System.Text.Encoding": "(,4.3.32767]", - "System.Text.Encoding.CodePages": "(,10.0.32767]", - "System.Text.Encoding.Extensions": "(,4.3.32767]", - "System.Text.Encodings.Web": "(,10.0.32767]", - "System.Text.Json": "(,10.0.32767]", - "System.Text.RegularExpressions": "(,4.3.32767]", - "System.Threading": "(,4.3.32767]", - "System.Threading.AccessControl": "(,10.0.32767]", - "System.Threading.Channels": "(,10.0.32767]", - "System.Threading.Overlapped": "(,4.3.32767]", - "System.Threading.Tasks": "(,4.3.32767]", - "System.Threading.Tasks.Dataflow": "(,10.0.32767]", - "System.Threading.Tasks.Extensions": "(,5.0.32767]", - "System.Threading.Tasks.Parallel": "(,4.3.32767]", - "System.Threading.Thread": "(,4.3.32767]", - "System.Threading.ThreadPool": "(,4.3.32767]", - "System.Threading.Timer": "(,4.3.32767]", - "System.ValueTuple": "(,4.5.32767]", - "System.Xml.ReaderWriter": "(,4.3.32767]", - "System.Xml.XDocument": "(,4.3.32767]", - "System.Xml.XmlDocument": "(,4.3.32767]", - "System.Xml.XmlSerializer": "(,4.3.32767]", - "System.Xml.XPath": "(,4.3.32767]", - "System.Xml.XPath.XDocument": "(,5.0.32767]" - } - }, - "netstandard2.0": { - "targetAlias": "netstandard2.0", - "dependencies": { - "Microsoft.SourceLink.GitHub": { - "suppressParent": "All", - "target": "Package", - "version": "[10.0.203, )", - "versionCentrallyManaged": true - }, - "NETStandard.Library": { - "suppressParent": "All", - "target": "Package", - "version": "[2.0.3, )", - "autoReferenced": true - }, - "Nerdbank.GitVersioning": { - "suppressParent": "All", - "target": "Package", - "version": "[3.9.50, )", - "versionCentrallyManaged": true - } - }, - "centralPackageVersions": { - "coverlet.collector": "10.0.0", - "Microsoft.Build.Locator": "1.11.2", - "Microsoft.CodeAnalysis.Analyzers": "3.11.0", - "Microsoft.CodeAnalysis.CSharp": "4.12.0", - "Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.12.0", - "Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing.XUnit": "1.1.2", - "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.7", - "Microsoft.NET.Test.Sdk": "18.5.1", - "Microsoft.SourceLink.GitHub": "10.0.203", - "Nerdbank.GitVersioning": "3.9.50", - "Spectre.Console.Cli": "0.55.0", - "xunit": "2.9.3", - "xunit.runner.visualstudio": "3.1.5" - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48", - "net481" - ], - "assetTargetFallback": true, - "warn": true, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\10.0.107\\RuntimeIdentifierGraph.json", - "packagesToPrune": { - "Microsoft.Win32.Primitives": "(,4.3.0]", - "System.AppContext": "(,4.3.0]", - "System.Collections": "(,4.3.0]", - "System.Collections.NonGeneric": "(,4.3.0]", - "System.Collections.Specialized": "(,4.3.0]", - "System.ComponentModel": "(,4.3.0]", - "System.ComponentModel.EventBasedAsync": "(,4.3.0]", - "System.ComponentModel.Primitives": "(,4.3.0]", - "System.ComponentModel.TypeConverter": "(,4.3.0]", - "System.Console": "(,4.3.1]", - "System.Data.Common": "(,4.3.0]", - "System.Diagnostics.Contracts": "(,4.3.0]", - "System.Diagnostics.Debug": "(,4.3.0]", - "System.Diagnostics.FileVersionInfo": "(,4.3.0]", - "System.Diagnostics.Process": "(,4.3.0]", - "System.Diagnostics.StackTrace": "(,4.3.0]", - "System.Diagnostics.TextWriterTraceListener": "(,4.3.0]", - "System.Diagnostics.Tools": "(,4.3.0]", - "System.Diagnostics.TraceSource": "(,4.3.0]", - "System.Diagnostics.Tracing": "(,4.3.0]", - "System.Drawing.Primitives": "(,4.3.0]", - "System.Dynamic.Runtime": "(,4.3.0]", - "System.Globalization": "(,4.3.0]", - "System.Globalization.Calendars": "(,4.3.0]", - "System.Globalization.Extensions": "(,4.3.0]", - "System.IO": "(,4.3.0]", - "System.IO.Compression": "(,4.3.0]", - "System.IO.Compression.ZipFile": "(,4.3.0]", - "System.IO.FileSystem": "(,4.3.0]", - "System.IO.FileSystem.DriveInfo": "(,4.3.1]", - "System.IO.FileSystem.Primitives": "(,4.3.0]", - "System.IO.FileSystem.Watcher": "(,4.3.0]", - "System.IO.IsolatedStorage": "(,4.3.0]", - "System.IO.MemoryMappedFiles": "(,4.3.0]", - "System.IO.Pipes": "(,4.3.0]", - "System.IO.UnmanagedMemoryStream": "(,4.3.0]", - "System.Linq": "(,4.3.0]", - "System.Linq.Expressions": "(,4.3.0]", - "System.Linq.Parallel": "(,4.3.0]", - "System.Linq.Queryable": "(,4.3.0]", - "System.Net.Http": "(,4.3.4]", - "System.Net.NameResolution": "(,4.3.0]", - "System.Net.NetworkInformation": "(,4.3.0]", - "System.Net.Ping": "(,4.3.0]", - "System.Net.Primitives": "(,4.3.1]", - "System.Net.Requests": "(,4.3.0]", - "System.Net.Security": "(,4.3.2]", - "System.Net.Sockets": "(,4.3.0]", - "System.Net.WebHeaderCollection": "(,4.3.0]", - "System.Net.WebSockets": "(,4.3.0]", - "System.Net.WebSockets.Client": "(,4.3.2]", - "System.Reflection": "(,4.3.0]", - "System.Reflection.Extensions": "(,4.3.0]", - "System.Reflection.Primitives": "(,4.3.0]", - "System.Resources.Reader": "(,4.3.0]", - "System.Resources.ResourceManager": "(,4.3.0]", - "System.Resources.Writer": "(,4.3.0]", - "System.Runtime": "(,4.3.1]", - "System.Runtime.CompilerServices.VisualC": "(,4.3.0]", - "System.Runtime.Extensions": "(,4.3.1]", - "System.Runtime.Handles": "(,4.3.0]", - "System.Runtime.InteropServices": "(,4.3.0]", - "System.Runtime.InteropServices.RuntimeInformation": "(,4.3.0]", - "System.Runtime.Numerics": "(,4.3.0]", - "System.Runtime.Serialization.Formatters": "(,4.3.0]", - "System.Runtime.Serialization.Primitives": "(,4.3.0]", - "System.Runtime.Serialization.Xml": "(,4.3.0]", - "System.Security.Claims": "(,4.3.0]", - "System.Security.Cryptography.Algorithms": "(,4.3.1]", - "System.Security.Cryptography.Csp": "(,4.3.0]", - "System.Security.Cryptography.Encoding": "(,4.3.0]", - "System.Security.Cryptography.Primitives": "(,4.3.0]", - "System.Security.Cryptography.X509Certificates": "(,4.3.2]", - "System.Security.Principal": "(,4.3.0]", - "System.Security.SecureString": "(,4.3.0]", - "System.Text.Encoding": "(,4.3.0]", - "System.Text.Encoding.Extensions": "(,4.3.0]", - "System.Text.RegularExpressions": "(,4.3.0]", - "System.Threading": "(,4.3.0]", - "System.Threading.Overlapped": "(,4.3.0]", - "System.Threading.Tasks": "(,4.3.0]", - "System.Threading.Tasks.Parallel": "(,4.3.0]", - "System.Threading.Thread": "(,4.3.0]", - "System.Threading.ThreadPool": "(,4.3.0]", - "System.Threading.Timer": "(,4.3.0]", - "System.ValueTuple": "(,4.6.1]", - "System.Xml.ReaderWriter": "(,4.3.1]", - "System.Xml.XDocument": "(,4.3.0]", - "System.Xml.XmlDocument": "(,4.3.0]", - "System.Xml.XmlSerializer": "(,4.3.0]", - "System.Xml.XPath": "(,4.3.0]", - "System.Xml.XPath.XDocument": "(,4.3.0]" - } - } - } - }, - "C:\\git\\InShimInator\\src\\Inshiminator.DependencyInjection\\Inshiminator.DependencyInjection.csproj": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "C:\\git\\InShimInator\\src\\Inshiminator.DependencyInjection\\Inshiminator.DependencyInjection.csproj", - "projectName": "Inshiminator.DependencyInjection", - "projectPath": "C:\\git\\InShimInator\\src\\Inshiminator.DependencyInjection\\Inshiminator.DependencyInjection.csproj", - "packagesPath": "C:\\Users\\jd\\.nuget\\packages\\", - "outputPath": "C:\\git\\InShimInator\\src\\Inshiminator.DependencyInjection\\obj\\", - "projectStyle": "PackageReference", - "crossTargeting": true, - "centralPackageVersionsManagementEnabled": true, - "fallbackFolders": [ - "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" - ], - "configFilePaths": [ - "C:\\git\\InShimInator\\NuGet.Config", - "C:\\Users\\jd\\AppData\\Roaming\\NuGet\\NuGet.Config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" - ], - "originalTargetFrameworks": [ - "net10.0", - "net8.0", - "netstandard2.0" - ], - "sources": { - "C:\\Program Files\\dotnet\\library-packs": {}, - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net8.0": { - "targetAlias": "net8.0", - "projectReferences": { - "C:\\git\\InShimInator\\src\\Inshiminator.Abstractions\\Inshiminator.Abstractions.csproj": { - "projectPath": "C:\\git\\InShimInator\\src\\Inshiminator.Abstractions\\Inshiminator.Abstractions.csproj" - } - } - }, - "net10.0": { - "targetAlias": "net10.0", - "projectReferences": { - "C:\\git\\InShimInator\\src\\Inshiminator.Abstractions\\Inshiminator.Abstractions.csproj": { - "projectPath": "C:\\git\\InShimInator\\src\\Inshiminator.Abstractions\\Inshiminator.Abstractions.csproj" - } - } - }, - "netstandard2.0": { - "targetAlias": "netstandard2.0", - "projectReferences": { - "C:\\git\\InShimInator\\src\\Inshiminator.Abstractions\\Inshiminator.Abstractions.csproj": { - "projectPath": "C:\\git\\InShimInator\\src\\Inshiminator.Abstractions\\Inshiminator.Abstractions.csproj" - } - } - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - }, - "restoreAuditProperties": { - "enableAudit": "true", - "auditLevel": "low", - "auditMode": "all" - }, - "SdkAnalysisLevel": "10.0.100" - }, - "frameworks": { - "net8.0": { - "targetAlias": "net8.0", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": { - "target": "Package", - "version": "[10.0.7, )", - "versionCentrallyManaged": true - }, - "Microsoft.SourceLink.GitHub": { - "suppressParent": "All", - "target": "Package", - "version": "[10.0.203, )", - "versionCentrallyManaged": true - }, - "Nerdbank.GitVersioning": { - "suppressParent": "All", - "target": "Package", - "version": "[3.9.50, )", - "versionCentrallyManaged": true - } - }, - "centralPackageVersions": { - "coverlet.collector": "10.0.0", - "Microsoft.Build.Locator": "1.11.2", - "Microsoft.CodeAnalysis.Analyzers": "3.11.0", - "Microsoft.CodeAnalysis.CSharp": "4.12.0", - "Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.12.0", - "Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing.XUnit": "1.1.2", - "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.7", - "Microsoft.NET.Test.Sdk": "18.5.1", - "Microsoft.SourceLink.GitHub": "10.0.203", - "Nerdbank.GitVersioning": "3.9.50", - "Spectre.Console.Cli": "0.55.0", - "xunit": "2.9.3", - "xunit.runner.visualstudio": "3.1.5" - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48", - "net481" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\10.0.107/PortableRuntimeIdentifierGraph.json", - "packagesToPrune": { - "Microsoft.CSharp": "(,4.7.32767]", - "Microsoft.VisualBasic": "(,10.3.32767]", - "Microsoft.Win32.Primitives": "(,4.3.32767]", - "Microsoft.Win32.Registry": "(,5.0.32767]", - "runtime.any.System.Collections": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.any.System.Globalization": "(,4.3.32767]", - "runtime.any.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.any.System.IO": "(,4.3.32767]", - "runtime.any.System.Reflection": "(,4.3.32767]", - "runtime.any.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.any.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.any.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.any.System.Runtime": "(,4.3.32767]", - "runtime.any.System.Runtime.Handles": "(,4.3.32767]", - "runtime.any.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.any.System.Text.Encoding": "(,4.3.32767]", - "runtime.any.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.any.System.Threading.Tasks": "(,4.3.32767]", - "runtime.any.System.Threading.Timer": "(,4.3.32767]", - "runtime.aot.System.Collections": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.aot.System.Globalization": "(,4.3.32767]", - "runtime.aot.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.aot.System.IO": "(,4.3.32767]", - "runtime.aot.System.Reflection": "(,4.3.32767]", - "runtime.aot.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.aot.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.aot.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.aot.System.Runtime": "(,4.3.32767]", - "runtime.aot.System.Runtime.Handles": "(,4.3.32767]", - "runtime.aot.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.aot.System.Threading.Tasks": "(,4.3.32767]", - "runtime.aot.System.Threading.Timer": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.native.System.Security.Cryptography.Apple": "(,4.3.32767]", - "runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.unix.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.unix.System.Console": "(,4.3.32767]", - "runtime.unix.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.unix.System.IO.FileSystem": "(,4.3.32767]", - "runtime.unix.System.Net.Primitives": "(,4.3.32767]", - "runtime.unix.System.Net.Sockets": "(,4.3.32767]", - "runtime.unix.System.Private.Uri": "(,4.3.32767]", - "runtime.unix.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.win.System.Console": "(,4.3.32767]", - "runtime.win.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.win.System.IO.FileSystem": "(,4.3.32767]", - "runtime.win.System.Net.Primitives": "(,4.3.32767]", - "runtime.win.System.Net.Sockets": "(,4.3.32767]", - "runtime.win.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win10-arm-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-arm64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win10-x64-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-x86-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7-x86.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7.System.Private.Uri": "(,4.3.32767]", - "runtime.win8-arm.runtime.native.System.IO.Compression": "(,4.3.32767]", - "System.AppContext": "(,4.3.32767]", - "System.Buffers": "(,4.6.32767]", - "System.Collections": "(,4.3.32767]", - "System.Collections.Concurrent": "(,4.3.32767]", - "System.Collections.Immutable": "(,8.0.32767]", - "System.Collections.NonGeneric": "(,4.3.32767]", - "System.Collections.Specialized": "(,4.3.32767]", - "System.ComponentModel": "(,4.3.32767]", - "System.ComponentModel.Annotations": "(,5.0.32767]", - "System.ComponentModel.EventBasedAsync": "(,4.3.32767]", - "System.ComponentModel.Primitives": "(,4.3.32767]", - "System.ComponentModel.TypeConverter": "(,4.3.32767]", - "System.Console": "(,4.3.32767]", - "System.Data.Common": "(,4.3.32767]", - "System.Data.DataSetExtensions": "(,4.5.32767]", - "System.Diagnostics.Contracts": "(,4.3.32767]", - "System.Diagnostics.Debug": "(,4.3.32767]", - "System.Diagnostics.DiagnosticSource": "(,8.0.32767]", - "System.Diagnostics.FileVersionInfo": "(,4.3.32767]", - "System.Diagnostics.Process": "(,4.3.32767]", - "System.Diagnostics.StackTrace": "(,4.3.32767]", - "System.Diagnostics.TextWriterTraceListener": "(,4.3.32767]", - "System.Diagnostics.Tools": "(,4.3.32767]", - "System.Diagnostics.TraceSource": "(,4.3.32767]", - "System.Diagnostics.Tracing": "(,4.3.32767]", - "System.Drawing.Primitives": "(,4.3.32767]", - "System.Dynamic.Runtime": "(,4.3.32767]", - "System.Formats.Asn1": "(,8.0.32767]", - "System.Globalization": "(,4.3.32767]", - "System.Globalization.Calendars": "(,4.3.32767]", - "System.Globalization.Extensions": "(,4.3.32767]", - "System.IO": "(,4.3.32767]", - "System.IO.Compression": "(,4.3.32767]", - "System.IO.Compression.ZipFile": "(,4.3.32767]", - "System.IO.FileSystem": "(,4.3.32767]", - "System.IO.FileSystem.AccessControl": "(,5.0.32767]", - "System.IO.FileSystem.DriveInfo": "(,4.3.32767]", - "System.IO.FileSystem.Primitives": "(,4.3.32767]", - "System.IO.FileSystem.Watcher": "(,4.3.32767]", - "System.IO.IsolatedStorage": "(,4.3.32767]", - "System.IO.MemoryMappedFiles": "(,4.3.32767]", - "System.IO.Pipes": "(,4.3.32767]", - "System.IO.Pipes.AccessControl": "(,4.6.32767]", - "System.IO.UnmanagedMemoryStream": "(,4.3.32767]", - "System.Linq": "(,4.3.32767]", - "System.Linq.Expressions": "(,4.3.32767]", - "System.Linq.Parallel": "(,4.3.32767]", - "System.Linq.Queryable": "(,4.3.32767]", - "System.Memory": "(,4.6.32767]", - "System.Net.Http": "(,4.3.32767]", - "System.Net.Http.Json": "(,8.0.32767]", - "System.Net.NameResolution": "(,4.3.32767]", - "System.Net.NetworkInformation": "(,4.3.32767]", - "System.Net.Ping": "(,4.3.32767]", - "System.Net.Primitives": "(,4.3.32767]", - "System.Net.Requests": "(,4.3.32767]", - "System.Net.Security": "(,4.3.32767]", - "System.Net.Sockets": "(,4.3.32767]", - "System.Net.WebHeaderCollection": "(,4.3.32767]", - "System.Net.WebSockets": "(,4.3.32767]", - "System.Net.WebSockets.Client": "(,4.3.32767]", - "System.Numerics.Vectors": "(,4.6.32767]", - "System.ObjectModel": "(,4.3.32767]", - "System.Private.DataContractSerialization": "(,4.3.32767]", - "System.Private.Uri": "(,4.3.32767]", - "System.Reflection": "(,4.3.32767]", - "System.Reflection.DispatchProxy": "(,4.8.32767]", - "System.Reflection.Emit": "(,4.7.32767]", - "System.Reflection.Emit.ILGeneration": "(,4.7.32767]", - "System.Reflection.Emit.Lightweight": "(,4.7.32767]", - "System.Reflection.Extensions": "(,4.3.32767]", - "System.Reflection.Metadata": "(,8.0.32767]", - "System.Reflection.Primitives": "(,4.3.32767]", - "System.Reflection.TypeExtensions": "(,4.7.32767]", - "System.Resources.Reader": "(,4.3.32767]", - "System.Resources.ResourceManager": "(,4.3.32767]", - "System.Resources.Writer": "(,4.3.32767]", - "System.Runtime": "(,4.3.32767]", - "System.Runtime.CompilerServices.Unsafe": "(,6.1.32767]", - "System.Runtime.CompilerServices.VisualC": "(,4.3.32767]", - "System.Runtime.Extensions": "(,4.3.32767]", - "System.Runtime.Handles": "(,4.3.32767]", - "System.Runtime.InteropServices": "(,4.3.32767]", - "System.Runtime.InteropServices.RuntimeInformation": "(,4.3.32767]", - "System.Runtime.Loader": "(,4.3.32767]", - "System.Runtime.Numerics": "(,4.3.32767]", - "System.Runtime.Serialization.Formatters": "(,4.3.32767]", - "System.Runtime.Serialization.Json": "(,4.3.32767]", - "System.Runtime.Serialization.Primitives": "(,4.3.32767]", - "System.Runtime.Serialization.Xml": "(,4.3.32767]", - "System.Security.AccessControl": "(,6.0.32767]", - "System.Security.Claims": "(,4.3.32767]", - "System.Security.Cryptography.Algorithms": "(,4.3.32767]", - "System.Security.Cryptography.Cng": "(,4.6.32767]", - "System.Security.Cryptography.Csp": "(,4.3.32767]", - "System.Security.Cryptography.Encoding": "(,4.3.32767]", - "System.Security.Cryptography.OpenSsl": "(,5.0.32767]", - "System.Security.Cryptography.Primitives": "(,4.3.32767]", - "System.Security.Cryptography.X509Certificates": "(,4.3.32767]", - "System.Security.Principal": "(,4.3.32767]", - "System.Security.Principal.Windows": "(,5.0.32767]", - "System.Security.SecureString": "(,4.3.32767]", - "System.Text.Encoding": "(,4.3.32767]", - "System.Text.Encoding.CodePages": "(,8.0.32767]", - "System.Text.Encoding.Extensions": "(,4.3.32767]", - "System.Text.Encodings.Web": "(,8.0.32767]", - "System.Text.Json": "(,8.0.32767]", - "System.Text.RegularExpressions": "(,4.3.32767]", - "System.Threading": "(,4.3.32767]", - "System.Threading.Channels": "(,8.0.32767]", - "System.Threading.Overlapped": "(,4.3.32767]", - "System.Threading.Tasks": "(,4.3.32767]", - "System.Threading.Tasks.Dataflow": "(,8.0.32767]", - "System.Threading.Tasks.Extensions": "(,4.6.32767]", - "System.Threading.Tasks.Parallel": "(,4.3.32767]", - "System.Threading.Thread": "(,4.3.32767]", - "System.Threading.ThreadPool": "(,4.3.32767]", - "System.Threading.Timer": "(,4.3.32767]", - "System.ValueTuple": "(,4.6.32767]", - "System.Xml.ReaderWriter": "(,4.3.32767]", - "System.Xml.XDocument": "(,4.3.32767]", - "System.Xml.XmlDocument": "(,4.3.32767]", - "System.Xml.XmlSerializer": "(,4.3.32767]", - "System.Xml.XPath": "(,4.3.32767]", - "System.Xml.XPath.XDocument": "(,4.3.32767]" - } - }, - "net10.0": { - "targetAlias": "net10.0", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": { - "target": "Package", - "version": "[10.0.7, )", - "versionCentrallyManaged": true - }, - "Microsoft.SourceLink.GitHub": { - "suppressParent": "All", - "target": "Package", - "version": "[10.0.203, )", - "versionCentrallyManaged": true - }, - "Nerdbank.GitVersioning": { - "suppressParent": "All", - "target": "Package", - "version": "[3.9.50, )", - "versionCentrallyManaged": true - } - }, - "centralPackageVersions": { - "coverlet.collector": "10.0.0", - "Microsoft.Build.Locator": "1.11.2", - "Microsoft.CodeAnalysis.Analyzers": "3.11.0", - "Microsoft.CodeAnalysis.CSharp": "4.12.0", - "Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.12.0", - "Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing.XUnit": "1.1.2", - "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.7", - "Microsoft.NET.Test.Sdk": "18.5.1", - "Microsoft.SourceLink.GitHub": "10.0.203", - "Nerdbank.GitVersioning": "3.9.50", - "Spectre.Console.Cli": "0.55.0", - "xunit": "2.9.3", - "xunit.runner.visualstudio": "3.1.5" - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48", - "net481" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\10.0.107/PortableRuntimeIdentifierGraph.json", - "packagesToPrune": { - "Microsoft.CSharp": "(,4.7.32767]", - "Microsoft.VisualBasic": "(,10.4.32767]", - "Microsoft.Win32.Primitives": "(,4.3.32767]", - "Microsoft.Win32.Registry": "(,5.0.32767]", - "runtime.any.System.Collections": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.any.System.Globalization": "(,4.3.32767]", - "runtime.any.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.any.System.IO": "(,4.3.32767]", - "runtime.any.System.Reflection": "(,4.3.32767]", - "runtime.any.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.any.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.any.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.any.System.Runtime": "(,4.3.32767]", - "runtime.any.System.Runtime.Handles": "(,4.3.32767]", - "runtime.any.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.any.System.Text.Encoding": "(,4.3.32767]", - "runtime.any.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.any.System.Threading.Tasks": "(,4.3.32767]", - "runtime.any.System.Threading.Timer": "(,4.3.32767]", - "runtime.aot.System.Collections": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.aot.System.Globalization": "(,4.3.32767]", - "runtime.aot.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.aot.System.IO": "(,4.3.32767]", - "runtime.aot.System.Reflection": "(,4.3.32767]", - "runtime.aot.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.aot.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.aot.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.aot.System.Runtime": "(,4.3.32767]", - "runtime.aot.System.Runtime.Handles": "(,4.3.32767]", - "runtime.aot.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.aot.System.Threading.Tasks": "(,4.3.32767]", - "runtime.aot.System.Threading.Timer": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.unix.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.unix.System.Console": "(,4.3.32767]", - "runtime.unix.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.unix.System.IO.FileSystem": "(,4.3.32767]", - "runtime.unix.System.Net.Primitives": "(,4.3.32767]", - "runtime.unix.System.Net.Sockets": "(,4.3.32767]", - "runtime.unix.System.Private.Uri": "(,4.3.32767]", - "runtime.unix.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.win.System.Console": "(,4.3.32767]", - "runtime.win.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.win.System.IO.FileSystem": "(,4.3.32767]", - "runtime.win.System.Net.Primitives": "(,4.3.32767]", - "runtime.win.System.Net.Sockets": "(,4.3.32767]", - "runtime.win.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win10-arm-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-arm64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win10-x64-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-x86-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7-x86.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7.System.Private.Uri": "(,4.3.32767]", - "runtime.win8-arm.runtime.native.System.IO.Compression": "(,4.3.32767]", - "System.AppContext": "(,4.3.32767]", - "System.Buffers": "(,5.0.32767]", - "System.Collections": "(,4.3.32767]", - "System.Collections.Concurrent": "(,4.3.32767]", - "System.Collections.Immutable": "(,10.0.32767]", - "System.Collections.NonGeneric": "(,4.3.32767]", - "System.Collections.Specialized": "(,4.3.32767]", - "System.ComponentModel": "(,4.3.32767]", - "System.ComponentModel.Annotations": "(,4.3.32767]", - "System.ComponentModel.EventBasedAsync": "(,4.3.32767]", - "System.ComponentModel.Primitives": "(,4.3.32767]", - "System.ComponentModel.TypeConverter": "(,4.3.32767]", - "System.Console": "(,4.3.32767]", - "System.Data.Common": "(,4.3.32767]", - "System.Data.DataSetExtensions": "(,4.4.32767]", - "System.Diagnostics.Contracts": "(,4.3.32767]", - "System.Diagnostics.Debug": "(,4.3.32767]", - "System.Diagnostics.DiagnosticSource": "(,10.0.32767]", - "System.Diagnostics.FileVersionInfo": "(,4.3.32767]", - "System.Diagnostics.Process": "(,4.3.32767]", - "System.Diagnostics.StackTrace": "(,4.3.32767]", - "System.Diagnostics.TextWriterTraceListener": "(,4.3.32767]", - "System.Diagnostics.Tools": "(,4.3.32767]", - "System.Diagnostics.TraceSource": "(,4.3.32767]", - "System.Diagnostics.Tracing": "(,4.3.32767]", - "System.Drawing.Primitives": "(,4.3.32767]", - "System.Dynamic.Runtime": "(,4.3.32767]", - "System.Formats.Asn1": "(,10.0.32767]", - "System.Formats.Tar": "(,10.0.32767]", - "System.Globalization": "(,4.3.32767]", - "System.Globalization.Calendars": "(,4.3.32767]", - "System.Globalization.Extensions": "(,4.3.32767]", - "System.IO": "(,4.3.32767]", - "System.IO.Compression": "(,4.3.32767]", - "System.IO.Compression.ZipFile": "(,4.3.32767]", - "System.IO.FileSystem": "(,4.3.32767]", - "System.IO.FileSystem.AccessControl": "(,4.4.32767]", - "System.IO.FileSystem.DriveInfo": "(,4.3.32767]", - "System.IO.FileSystem.Primitives": "(,4.3.32767]", - "System.IO.FileSystem.Watcher": "(,4.3.32767]", - "System.IO.IsolatedStorage": "(,4.3.32767]", - "System.IO.MemoryMappedFiles": "(,4.3.32767]", - "System.IO.Pipelines": "(,10.0.32767]", - "System.IO.Pipes": "(,4.3.32767]", - "System.IO.Pipes.AccessControl": "(,5.0.32767]", - "System.IO.UnmanagedMemoryStream": "(,4.3.32767]", - "System.Linq": "(,4.3.32767]", - "System.Linq.AsyncEnumerable": "(,10.0.32767]", - "System.Linq.Expressions": "(,4.3.32767]", - "System.Linq.Parallel": "(,4.3.32767]", - "System.Linq.Queryable": "(,4.3.32767]", - "System.Memory": "(,5.0.32767]", - "System.Net.Http": "(,4.3.32767]", - "System.Net.Http.Json": "(,10.0.32767]", - "System.Net.NameResolution": "(,4.3.32767]", - "System.Net.NetworkInformation": "(,4.3.32767]", - "System.Net.Ping": "(,4.3.32767]", - "System.Net.Primitives": "(,4.3.32767]", - "System.Net.Requests": "(,4.3.32767]", - "System.Net.Security": "(,4.3.32767]", - "System.Net.ServerSentEvents": "(,10.0.32767]", - "System.Net.Sockets": "(,4.3.32767]", - "System.Net.WebHeaderCollection": "(,4.3.32767]", - "System.Net.WebSockets": "(,4.3.32767]", - "System.Net.WebSockets.Client": "(,4.3.32767]", - "System.Numerics.Vectors": "(,5.0.32767]", - "System.ObjectModel": "(,4.3.32767]", - "System.Private.DataContractSerialization": "(,4.3.32767]", - "System.Private.Uri": "(,4.3.32767]", - "System.Reflection": "(,4.3.32767]", - "System.Reflection.DispatchProxy": "(,6.0.32767]", - "System.Reflection.Emit": "(,4.7.32767]", - "System.Reflection.Emit.ILGeneration": "(,4.7.32767]", - "System.Reflection.Emit.Lightweight": "(,4.7.32767]", - "System.Reflection.Extensions": "(,4.3.32767]", - "System.Reflection.Metadata": "(,10.0.32767]", - "System.Reflection.Primitives": "(,4.3.32767]", - "System.Reflection.TypeExtensions": "(,4.3.32767]", - "System.Resources.Reader": "(,4.3.32767]", - "System.Resources.ResourceManager": "(,4.3.32767]", - "System.Resources.Writer": "(,4.3.32767]", - "System.Runtime": "(,4.3.32767]", - "System.Runtime.CompilerServices.Unsafe": "(,7.0.32767]", - "System.Runtime.CompilerServices.VisualC": "(,4.3.32767]", - "System.Runtime.Extensions": "(,4.3.32767]", - "System.Runtime.Handles": "(,4.3.32767]", - "System.Runtime.InteropServices": "(,4.3.32767]", - "System.Runtime.InteropServices.RuntimeInformation": "(,4.3.32767]", - "System.Runtime.Loader": "(,4.3.32767]", - "System.Runtime.Numerics": "(,4.3.32767]", - "System.Runtime.Serialization.Formatters": "(,4.3.32767]", - "System.Runtime.Serialization.Json": "(,4.3.32767]", - "System.Runtime.Serialization.Primitives": "(,4.3.32767]", - "System.Runtime.Serialization.Xml": "(,4.3.32767]", - "System.Security.AccessControl": "(,6.0.32767]", - "System.Security.Claims": "(,4.3.32767]", - "System.Security.Cryptography.Algorithms": "(,4.3.32767]", - "System.Security.Cryptography.Cng": "(,5.0.32767]", - "System.Security.Cryptography.Csp": "(,4.3.32767]", - "System.Security.Cryptography.Encoding": "(,4.3.32767]", - "System.Security.Cryptography.OpenSsl": "(,5.0.32767]", - "System.Security.Cryptography.Primitives": "(,4.3.32767]", - "System.Security.Cryptography.X509Certificates": "(,4.3.32767]", - "System.Security.Principal": "(,4.3.32767]", - "System.Security.Principal.Windows": "(,5.0.32767]", - "System.Security.SecureString": "(,4.3.32767]", - "System.Text.Encoding": "(,4.3.32767]", - "System.Text.Encoding.CodePages": "(,10.0.32767]", - "System.Text.Encoding.Extensions": "(,4.3.32767]", - "System.Text.Encodings.Web": "(,10.0.32767]", - "System.Text.Json": "(,10.0.32767]", - "System.Text.RegularExpressions": "(,4.3.32767]", - "System.Threading": "(,4.3.32767]", - "System.Threading.AccessControl": "(,10.0.32767]", - "System.Threading.Channels": "(,10.0.32767]", - "System.Threading.Overlapped": "(,4.3.32767]", - "System.Threading.Tasks": "(,4.3.32767]", - "System.Threading.Tasks.Dataflow": "(,10.0.32767]", - "System.Threading.Tasks.Extensions": "(,5.0.32767]", - "System.Threading.Tasks.Parallel": "(,4.3.32767]", - "System.Threading.Thread": "(,4.3.32767]", - "System.Threading.ThreadPool": "(,4.3.32767]", - "System.Threading.Timer": "(,4.3.32767]", - "System.ValueTuple": "(,4.5.32767]", - "System.Xml.ReaderWriter": "(,4.3.32767]", - "System.Xml.XDocument": "(,4.3.32767]", - "System.Xml.XmlDocument": "(,4.3.32767]", - "System.Xml.XmlSerializer": "(,4.3.32767]", - "System.Xml.XPath": "(,4.3.32767]", - "System.Xml.XPath.XDocument": "(,5.0.32767]" - } - }, - "netstandard2.0": { - "targetAlias": "netstandard2.0", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": { - "target": "Package", - "version": "[10.0.7, )", - "versionCentrallyManaged": true - }, - "Microsoft.SourceLink.GitHub": { - "suppressParent": "All", - "target": "Package", - "version": "[10.0.203, )", - "versionCentrallyManaged": true - }, - "NETStandard.Library": { - "suppressParent": "All", - "target": "Package", - "version": "[2.0.3, )", - "autoReferenced": true - }, - "Nerdbank.GitVersioning": { - "suppressParent": "All", - "target": "Package", - "version": "[3.9.50, )", - "versionCentrallyManaged": true - } - }, - "centralPackageVersions": { - "coverlet.collector": "10.0.0", - "Microsoft.Build.Locator": "1.11.2", - "Microsoft.CodeAnalysis.Analyzers": "3.11.0", - "Microsoft.CodeAnalysis.CSharp": "4.12.0", - "Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.12.0", - "Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing.XUnit": "1.1.2", - "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.7", - "Microsoft.NET.Test.Sdk": "18.5.1", - "Microsoft.SourceLink.GitHub": "10.0.203", - "Nerdbank.GitVersioning": "3.9.50", - "Spectre.Console.Cli": "0.55.0", - "xunit": "2.9.3", - "xunit.runner.visualstudio": "3.1.5" - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48", - "net481" - ], - "assetTargetFallback": true, - "warn": true, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\10.0.107\\RuntimeIdentifierGraph.json", - "packagesToPrune": { - "Microsoft.Win32.Primitives": "(,4.3.0]", - "System.AppContext": "(,4.3.0]", - "System.Collections": "(,4.3.0]", - "System.Collections.NonGeneric": "(,4.3.0]", - "System.Collections.Specialized": "(,4.3.0]", - "System.ComponentModel": "(,4.3.0]", - "System.ComponentModel.EventBasedAsync": "(,4.3.0]", - "System.ComponentModel.Primitives": "(,4.3.0]", - "System.ComponentModel.TypeConverter": "(,4.3.0]", - "System.Console": "(,4.3.1]", - "System.Data.Common": "(,4.3.0]", - "System.Diagnostics.Contracts": "(,4.3.0]", - "System.Diagnostics.Debug": "(,4.3.0]", - "System.Diagnostics.FileVersionInfo": "(,4.3.0]", - "System.Diagnostics.Process": "(,4.3.0]", - "System.Diagnostics.StackTrace": "(,4.3.0]", - "System.Diagnostics.TextWriterTraceListener": "(,4.3.0]", - "System.Diagnostics.Tools": "(,4.3.0]", - "System.Diagnostics.TraceSource": "(,4.3.0]", - "System.Diagnostics.Tracing": "(,4.3.0]", - "System.Drawing.Primitives": "(,4.3.0]", - "System.Dynamic.Runtime": "(,4.3.0]", - "System.Globalization": "(,4.3.0]", - "System.Globalization.Calendars": "(,4.3.0]", - "System.Globalization.Extensions": "(,4.3.0]", - "System.IO": "(,4.3.0]", - "System.IO.Compression": "(,4.3.0]", - "System.IO.Compression.ZipFile": "(,4.3.0]", - "System.IO.FileSystem": "(,4.3.0]", - "System.IO.FileSystem.DriveInfo": "(,4.3.1]", - "System.IO.FileSystem.Primitives": "(,4.3.0]", - "System.IO.FileSystem.Watcher": "(,4.3.0]", - "System.IO.IsolatedStorage": "(,4.3.0]", - "System.IO.MemoryMappedFiles": "(,4.3.0]", - "System.IO.Pipes": "(,4.3.0]", - "System.IO.UnmanagedMemoryStream": "(,4.3.0]", - "System.Linq": "(,4.3.0]", - "System.Linq.Expressions": "(,4.3.0]", - "System.Linq.Parallel": "(,4.3.0]", - "System.Linq.Queryable": "(,4.3.0]", - "System.Net.Http": "(,4.3.4]", - "System.Net.NameResolution": "(,4.3.0]", - "System.Net.NetworkInformation": "(,4.3.0]", - "System.Net.Ping": "(,4.3.0]", - "System.Net.Primitives": "(,4.3.1]", - "System.Net.Requests": "(,4.3.0]", - "System.Net.Security": "(,4.3.2]", - "System.Net.Sockets": "(,4.3.0]", - "System.Net.WebHeaderCollection": "(,4.3.0]", - "System.Net.WebSockets": "(,4.3.0]", - "System.Net.WebSockets.Client": "(,4.3.2]", - "System.Reflection": "(,4.3.0]", - "System.Reflection.Extensions": "(,4.3.0]", - "System.Reflection.Primitives": "(,4.3.0]", - "System.Resources.Reader": "(,4.3.0]", - "System.Resources.ResourceManager": "(,4.3.0]", - "System.Resources.Writer": "(,4.3.0]", - "System.Runtime": "(,4.3.1]", - "System.Runtime.CompilerServices.VisualC": "(,4.3.0]", - "System.Runtime.Extensions": "(,4.3.1]", - "System.Runtime.Handles": "(,4.3.0]", - "System.Runtime.InteropServices": "(,4.3.0]", - "System.Runtime.InteropServices.RuntimeInformation": "(,4.3.0]", - "System.Runtime.Numerics": "(,4.3.0]", - "System.Runtime.Serialization.Formatters": "(,4.3.0]", - "System.Runtime.Serialization.Primitives": "(,4.3.0]", - "System.Runtime.Serialization.Xml": "(,4.3.0]", - "System.Security.Claims": "(,4.3.0]", - "System.Security.Cryptography.Algorithms": "(,4.3.1]", - "System.Security.Cryptography.Csp": "(,4.3.0]", - "System.Security.Cryptography.Encoding": "(,4.3.0]", - "System.Security.Cryptography.Primitives": "(,4.3.0]", - "System.Security.Cryptography.X509Certificates": "(,4.3.2]", - "System.Security.Principal": "(,4.3.0]", - "System.Security.SecureString": "(,4.3.0]", - "System.Text.Encoding": "(,4.3.0]", - "System.Text.Encoding.Extensions": "(,4.3.0]", - "System.Text.RegularExpressions": "(,4.3.0]", - "System.Threading": "(,4.3.0]", - "System.Threading.Overlapped": "(,4.3.0]", - "System.Threading.Tasks": "(,4.3.0]", - "System.Threading.Tasks.Parallel": "(,4.3.0]", - "System.Threading.Thread": "(,4.3.0]", - "System.Threading.ThreadPool": "(,4.3.0]", - "System.Threading.Timer": "(,4.3.0]", - "System.ValueTuple": "(,4.6.1]", - "System.Xml.ReaderWriter": "(,4.3.1]", - "System.Xml.XDocument": "(,4.3.0]", - "System.Xml.XmlDocument": "(,4.3.0]", - "System.Xml.XmlSerializer": "(,4.3.0]", - "System.Xml.XPath": "(,4.3.0]", - "System.Xml.XPath.XDocument": "(,4.3.0]" - } - } - } - } - } -} \ No newline at end of file diff --git a/src/Inshiminator.DependencyInjection/obj/Inshiminator.DependencyInjection.csproj.nuget.g.props b/src/Inshiminator.DependencyInjection/obj/Inshiminator.DependencyInjection.csproj.nuget.g.props deleted file mode 100644 index 4883fc4..0000000 --- a/src/Inshiminator.DependencyInjection/obj/Inshiminator.DependencyInjection.csproj.nuget.g.props +++ /dev/null @@ -1,55 +0,0 @@ - - - - True - NuGet - $(MSBuildThisFileDirectory)project.assets.json - $(UserProfile)\.nuget\packages\ - C:\Users\jd\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages - PackageReference - 7.0.0 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - C:\Users\jd\.nuget\packages\microsoft.sourcelink.common\10.0.203 - C:\Users\jd\.nuget\packages\microsoft.build.tasks.git\10.0.203 - C:\Users\jd\.nuget\packages\microsoft.sourcelink.github\10.0.203 - - - C:\Users\jd\.nuget\packages\microsoft.sourcelink.common\10.0.203 - C:\Users\jd\.nuget\packages\microsoft.build.tasks.git\10.0.203 - C:\Users\jd\.nuget\packages\microsoft.sourcelink.github\10.0.203 - - - C:\Users\jd\.nuget\packages\microsoft.sourcelink.common\10.0.203 - C:\Users\jd\.nuget\packages\microsoft.build.tasks.git\10.0.203 - C:\Users\jd\.nuget\packages\microsoft.sourcelink.github\10.0.203 - - \ No newline at end of file diff --git a/src/Inshiminator.DependencyInjection/obj/Inshiminator.DependencyInjection.csproj.nuget.g.targets b/src/Inshiminator.DependencyInjection/obj/Inshiminator.DependencyInjection.csproj.nuget.g.targets deleted file mode 100644 index c41060b..0000000 --- a/src/Inshiminator.DependencyInjection/obj/Inshiminator.DependencyInjection.csproj.nuget.g.targets +++ /dev/null @@ -1,28 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/Inshiminator.DependencyInjection/obj/project.assets.json b/src/Inshiminator.DependencyInjection/obj/project.assets.json deleted file mode 100644 index fc16049..0000000 --- a/src/Inshiminator.DependencyInjection/obj/project.assets.json +++ /dev/null @@ -1,1895 +0,0 @@ -{ - "version": 3, - "targets": { - ".NETStandard,Version=v2.0": { - "Microsoft.Bcl.AsyncInterfaces/10.0.7": { - "type": "package", - "dependencies": { - "System.Threading.Tasks.Extensions": "4.6.3" - }, - "compile": { - "lib/netstandard2.0/Microsoft.Bcl.AsyncInterfaces.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Bcl.AsyncInterfaces.dll": { - "related": ".xml" - } - } - }, - "Microsoft.Build.Tasks.Git/10.0.203": { - "type": "package", - "dependencies": { - "System.IO.Hashing": "10.0.7" - }, - "build": { - "buildTransitive/Microsoft.Build.Tasks.Git.props": {}, - "buildTransitive/Microsoft.Build.Tasks.Git.targets": {} - }, - "buildMultiTargeting": { - "buildMultiTargeting/Microsoft.Build.Tasks.Git.props": {}, - "buildMultiTargeting/Microsoft.Build.Tasks.Git.targets": {} - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/10.0.7": { - "type": "package", - "dependencies": { - "Microsoft.Bcl.AsyncInterfaces": "10.0.7", - "System.Threading.Tasks.Extensions": "4.6.3" - }, - "compile": { - "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { - "related": ".xml" - } - } - }, - "Microsoft.NETCore.Platforms/1.1.0": { - "type": "package", - "compile": { - "lib/netstandard1.0/_._": {} - }, - "runtime": { - "lib/netstandard1.0/_._": {} - } - }, - "Microsoft.SourceLink.Common/10.0.203": { - "type": "package", - "build": { - "buildTransitive/Microsoft.SourceLink.Common.props": {}, - "buildTransitive/Microsoft.SourceLink.Common.targets": {} - }, - "buildMultiTargeting": { - "buildMultiTargeting/Microsoft.SourceLink.Common.props": {}, - "buildMultiTargeting/Microsoft.SourceLink.Common.targets": {} - } - }, - "Microsoft.SourceLink.GitHub/10.0.203": { - "type": "package", - "dependencies": { - "Microsoft.Build.Tasks.Git": "10.0.203", - "Microsoft.SourceLink.Common": "10.0.203", - "System.IO.Hashing": "10.0.7" - }, - "build": { - "build/Microsoft.SourceLink.GitHub.props": {}, - "build/Microsoft.SourceLink.GitHub.targets": {} - }, - "buildMultiTargeting": { - "buildMultiTargeting/Microsoft.SourceLink.GitHub.props": {}, - "buildMultiTargeting/Microsoft.SourceLink.GitHub.targets": {} - } - }, - "Nerdbank.GitVersioning/3.9.50": { - "type": "package", - "build": { - "build/Nerdbank.GitVersioning.props": {}, - "build/Nerdbank.GitVersioning.targets": {} - }, - "buildMultiTargeting": { - "buildCrossTargeting/Nerdbank.GitVersioning.props": {}, - "buildCrossTargeting/Nerdbank.GitVersioning.targets": {} - } - }, - "NETStandard.Library/2.0.3": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0" - }, - "compile": { - "lib/netstandard1.0/_._": {} - }, - "runtime": { - "lib/netstandard1.0/_._": {} - }, - "build": { - "build/netstandard2.0/NETStandard.Library.targets": {} - } - }, - "System.Buffers/4.6.1": { - "type": "package", - "compile": { - "lib/netstandard2.0/System.Buffers.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard2.0/System.Buffers.dll": { - "related": ".xml" - } - } - }, - "System.IO.Hashing/10.0.7": { - "type": "package", - "dependencies": { - "System.Buffers": "4.6.1", - "System.Memory": "4.6.3" - }, - "compile": { - "lib/netstandard2.0/System.IO.Hashing.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard2.0/System.IO.Hashing.dll": { - "related": ".xml" - } - } - }, - "System.Memory/4.6.3": { - "type": "package", - "dependencies": { - "System.Buffers": "4.6.1", - "System.Numerics.Vectors": "4.6.1", - "System.Runtime.CompilerServices.Unsafe": "6.1.2" - }, - "compile": { - "lib/netstandard2.0/System.Memory.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard2.0/System.Memory.dll": { - "related": ".xml" - } - } - }, - "System.Numerics.Vectors/4.6.1": { - "type": "package", - "compile": { - "lib/netstandard2.0/System.Numerics.Vectors.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard2.0/System.Numerics.Vectors.dll": { - "related": ".xml" - } - } - }, - "System.Runtime.CompilerServices.Unsafe/6.1.2": { - "type": "package", - "compile": { - "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll": { - "related": ".xml" - } - } - }, - "System.Threading.Tasks.Extensions/4.6.3": { - "type": "package", - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.1.2" - }, - "compile": { - "lib/netstandard2.0/System.Threading.Tasks.Extensions.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard2.0/System.Threading.Tasks.Extensions.dll": { - "related": ".xml" - } - } - }, - "Inshiminator.Abstractions/1.0.0": { - "type": "project", - "framework": ".NETStandard,Version=v2.0", - "compile": { - "bin/placeholder/Inshiminator.Abstractions.dll": {} - }, - "runtime": { - "bin/placeholder/Inshiminator.Abstractions.dll": {} - } - } - }, - "net10.0": { - "Microsoft.Build.Tasks.Git/10.0.203": { - "type": "package", - "dependencies": { - "System.IO.Hashing": "10.0.7" - }, - "build": { - "buildTransitive/Microsoft.Build.Tasks.Git.props": {}, - "buildTransitive/Microsoft.Build.Tasks.Git.targets": {} - }, - "buildMultiTargeting": { - "buildMultiTargeting/Microsoft.Build.Tasks.Git.props": {}, - "buildMultiTargeting/Microsoft.Build.Tasks.Git.targets": {} - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/10.0.7": { - "type": "package", - "compile": { - "lib/net10.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net10.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net8.0/_._": {} - } - }, - "Microsoft.SourceLink.Common/10.0.203": { - "type": "package", - "build": { - "buildTransitive/Microsoft.SourceLink.Common.props": {}, - "buildTransitive/Microsoft.SourceLink.Common.targets": {} - }, - "buildMultiTargeting": { - "buildMultiTargeting/Microsoft.SourceLink.Common.props": {}, - "buildMultiTargeting/Microsoft.SourceLink.Common.targets": {} - } - }, - "Microsoft.SourceLink.GitHub/10.0.203": { - "type": "package", - "dependencies": { - "Microsoft.Build.Tasks.Git": "10.0.203", - "Microsoft.SourceLink.Common": "10.0.203", - "System.IO.Hashing": "10.0.7" - }, - "build": { - "build/Microsoft.SourceLink.GitHub.props": {}, - "build/Microsoft.SourceLink.GitHub.targets": {} - }, - "buildMultiTargeting": { - "buildMultiTargeting/Microsoft.SourceLink.GitHub.props": {}, - "buildMultiTargeting/Microsoft.SourceLink.GitHub.targets": {} - } - }, - "Nerdbank.GitVersioning/3.9.50": { - "type": "package", - "build": { - "build/Nerdbank.GitVersioning.props": {}, - "build/Nerdbank.GitVersioning.targets": {} - }, - "buildMultiTargeting": { - "buildCrossTargeting/Nerdbank.GitVersioning.props": {}, - "buildCrossTargeting/Nerdbank.GitVersioning.targets": {} - } - }, - "System.IO.Hashing/10.0.7": { - "type": "package", - "compile": { - "lib/net10.0/System.IO.Hashing.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net10.0/System.IO.Hashing.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net8.0/_._": {} - } - }, - "Inshiminator.Abstractions/1.0.0": { - "type": "project", - "framework": ".NETCoreApp,Version=v10.0", - "compile": { - "bin/placeholder/Inshiminator.Abstractions.dll": {} - }, - "runtime": { - "bin/placeholder/Inshiminator.Abstractions.dll": {} - } - } - }, - "net8.0": { - "Microsoft.Build.Tasks.Git/10.0.203": { - "type": "package", - "dependencies": { - "System.IO.Hashing": "10.0.7" - }, - "build": { - "buildTransitive/Microsoft.Build.Tasks.Git.props": {}, - "buildTransitive/Microsoft.Build.Tasks.Git.targets": {} - }, - "buildMultiTargeting": { - "buildMultiTargeting/Microsoft.Build.Tasks.Git.props": {}, - "buildMultiTargeting/Microsoft.Build.Tasks.Git.targets": {} - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/10.0.7": { - "type": "package", - "compile": { - "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net8.0/_._": {} - } - }, - "Microsoft.SourceLink.Common/10.0.203": { - "type": "package", - "build": { - "buildTransitive/Microsoft.SourceLink.Common.props": {}, - "buildTransitive/Microsoft.SourceLink.Common.targets": {} - }, - "buildMultiTargeting": { - "buildMultiTargeting/Microsoft.SourceLink.Common.props": {}, - "buildMultiTargeting/Microsoft.SourceLink.Common.targets": {} - } - }, - "Microsoft.SourceLink.GitHub/10.0.203": { - "type": "package", - "dependencies": { - "Microsoft.Build.Tasks.Git": "10.0.203", - "Microsoft.SourceLink.Common": "10.0.203", - "System.IO.Hashing": "10.0.7" - }, - "build": { - "build/Microsoft.SourceLink.GitHub.props": {}, - "build/Microsoft.SourceLink.GitHub.targets": {} - }, - "buildMultiTargeting": { - "buildMultiTargeting/Microsoft.SourceLink.GitHub.props": {}, - "buildMultiTargeting/Microsoft.SourceLink.GitHub.targets": {} - } - }, - "Nerdbank.GitVersioning/3.9.50": { - "type": "package", - "build": { - "build/Nerdbank.GitVersioning.props": {}, - "build/Nerdbank.GitVersioning.targets": {} - }, - "buildMultiTargeting": { - "buildCrossTargeting/Nerdbank.GitVersioning.props": {}, - "buildCrossTargeting/Nerdbank.GitVersioning.targets": {} - } - }, - "System.IO.Hashing/10.0.7": { - "type": "package", - "compile": { - "lib/net8.0/System.IO.Hashing.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net8.0/System.IO.Hashing.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net8.0/_._": {} - } - }, - "Inshiminator.Abstractions/1.0.0": { - "type": "project", - "framework": ".NETCoreApp,Version=v8.0", - "compile": { - "bin/placeholder/Inshiminator.Abstractions.dll": {} - }, - "runtime": { - "bin/placeholder/Inshiminator.Abstractions.dll": {} - } - } - } - }, - "libraries": { - "Microsoft.Bcl.AsyncInterfaces/10.0.7": { - "sha512": "g0Xp9A+B8jCf5pNIIhFOQXPJkte3D87shfTLY+ylwfSh22U5oQH6tvvmcUuqJvt/wtwKk0WdNp2OGEczHJlJdg==", - "type": "package", - "path": "microsoft.bcl.asyncinterfaces/10.0.7", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Bcl.AsyncInterfaces.targets", - "buildTransitive/net462/_._", - "lib/net462/Microsoft.Bcl.AsyncInterfaces.dll", - "lib/net462/Microsoft.Bcl.AsyncInterfaces.xml", - "lib/netstandard2.0/Microsoft.Bcl.AsyncInterfaces.dll", - "lib/netstandard2.0/Microsoft.Bcl.AsyncInterfaces.xml", - "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll", - "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.xml", - "microsoft.bcl.asyncinterfaces.10.0.7.nupkg.sha512", - "microsoft.bcl.asyncinterfaces.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "Microsoft.Build.Tasks.Git/10.0.203": { - "sha512": "m56WtzvIcL6t7JR3c7ogYitHizNM2QnRSo8yqxrQi+m5E/GGyDEmqymP+2p6YsFXn0j/Tzz67s4FQnrTLC7GKQ==", - "type": "package", - "path": "microsoft.build.tasks.git/10.0.203", - "hasTools": true, - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.txt", - "build/Microsoft.Build.Tasks.Git.props", - "build/Microsoft.Build.Tasks.Git.targets", - "buildMultiTargeting/Microsoft.Build.Tasks.Git.props", - "buildMultiTargeting/Microsoft.Build.Tasks.Git.targets", - "buildTransitive/Microsoft.Build.Tasks.Git.props", - "buildTransitive/Microsoft.Build.Tasks.Git.targets", - "microsoft.build.tasks.git.10.0.203.nupkg.sha512", - "microsoft.build.tasks.git.nuspec", - "tools/net/Microsoft.Build.Tasks.Git.deps.json", - "tools/net/Microsoft.Build.Tasks.Git.dll", - "tools/net/Microsoft.Build.Tasks.Git.pdb", - "tools/net/System.IO.Hashing.dll", - "tools/net/cs/Microsoft.Build.Tasks.Git.resources.dll", - "tools/net/de/Microsoft.Build.Tasks.Git.resources.dll", - "tools/net/es/Microsoft.Build.Tasks.Git.resources.dll", - "tools/net/fr/Microsoft.Build.Tasks.Git.resources.dll", - "tools/net/it/Microsoft.Build.Tasks.Git.resources.dll", - "tools/net/ja/Microsoft.Build.Tasks.Git.resources.dll", - "tools/net/ko/Microsoft.Build.Tasks.Git.resources.dll", - "tools/net/pl/Microsoft.Build.Tasks.Git.resources.dll", - "tools/net/pt-BR/Microsoft.Build.Tasks.Git.resources.dll", - "tools/net/ru/Microsoft.Build.Tasks.Git.resources.dll", - "tools/net/tr/Microsoft.Build.Tasks.Git.resources.dll", - "tools/net/zh-Hans/Microsoft.Build.Tasks.Git.resources.dll", - "tools/net/zh-Hant/Microsoft.Build.Tasks.Git.resources.dll", - "tools/netframework/Microsoft.Build.Tasks.Git.dll", - "tools/netframework/Microsoft.Build.Tasks.Git.dll.config", - "tools/netframework/Microsoft.Build.Tasks.Git.pdb", - "tools/netframework/System.Buffers.dll", - "tools/netframework/System.IO.Hashing.dll", - "tools/netframework/System.Memory.dll", - "tools/netframework/System.Numerics.Vectors.dll", - "tools/netframework/System.Runtime.CompilerServices.Unsafe.dll", - "tools/netframework/cs/Microsoft.Build.Tasks.Git.resources.dll", - "tools/netframework/de/Microsoft.Build.Tasks.Git.resources.dll", - "tools/netframework/es/Microsoft.Build.Tasks.Git.resources.dll", - "tools/netframework/fr/Microsoft.Build.Tasks.Git.resources.dll", - "tools/netframework/it/Microsoft.Build.Tasks.Git.resources.dll", - "tools/netframework/ja/Microsoft.Build.Tasks.Git.resources.dll", - "tools/netframework/ko/Microsoft.Build.Tasks.Git.resources.dll", - "tools/netframework/pl/Microsoft.Build.Tasks.Git.resources.dll", - "tools/netframework/pt-BR/Microsoft.Build.Tasks.Git.resources.dll", - "tools/netframework/ru/Microsoft.Build.Tasks.Git.resources.dll", - "tools/netframework/tr/Microsoft.Build.Tasks.Git.resources.dll", - "tools/netframework/zh-Hans/Microsoft.Build.Tasks.Git.resources.dll", - "tools/netframework/zh-Hant/Microsoft.Build.Tasks.Git.resources.dll" - ] - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/10.0.7": { - "sha512": "Z6mfFEaFcwCfSboxJwOLfu7/31npCY9q70WUamHW/vRQhDvBKOT4Vf9YkZj5J6hLvJpb0oDEYfHunQZj0xxvKw==", - "type": "package", - "path": "microsoft.extensions.dependencyinjection.abstractions/10.0.7", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.DependencyInjection.Abstractions.targets", - "buildTransitive/net462/_._", - "buildTransitive/net8.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyInjection.Abstractions.targets", - "lib/net10.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", - "lib/net10.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml", - "lib/net462/Microsoft.Extensions.DependencyInjection.Abstractions.dll", - "lib/net462/Microsoft.Extensions.DependencyInjection.Abstractions.xml", - "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", - "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml", - "lib/net9.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", - "lib/net9.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml", - "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", - "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml", - "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.Abstractions.dll", - "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.Abstractions.xml", - "microsoft.extensions.dependencyinjection.abstractions.10.0.7.nupkg.sha512", - "microsoft.extensions.dependencyinjection.abstractions.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "Microsoft.NETCore.Platforms/1.1.0": { - "sha512": "kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A==", - "type": "package", - "path": "microsoft.netcore.platforms/1.1.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/netstandard1.0/_._", - "microsoft.netcore.platforms.1.1.0.nupkg.sha512", - "microsoft.netcore.platforms.nuspec", - "runtime.json" - ] - }, - "Microsoft.SourceLink.Common/10.0.203": { - "sha512": "QYAnhBCOkT3ZUT/fHag11+bamwlbZ3U9Vi/WfKrD9emdUf1t3aqjWv0V2KtEGHSRSC81aBc8Oy/mvyGpEYd9Pg==", - "type": "package", - "path": "microsoft.sourcelink.common/10.0.203", - "hasTools": true, - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.txt", - "build/InitializeSourceControlInformation.targets", - "build/Microsoft.SourceLink.Common.props", - "build/Microsoft.SourceLink.Common.targets", - "buildMultiTargeting/Microsoft.SourceLink.Common.props", - "buildMultiTargeting/Microsoft.SourceLink.Common.targets", - "buildTransitive/Microsoft.SourceLink.Common.props", - "buildTransitive/Microsoft.SourceLink.Common.targets", - "microsoft.sourcelink.common.10.0.203.nupkg.sha512", - "microsoft.sourcelink.common.nuspec", - "tools/net/Microsoft.SourceLink.Common.deps.json", - "tools/net/Microsoft.SourceLink.Common.dll", - "tools/net/Microsoft.SourceLink.Common.pdb", - "tools/net/cs/Microsoft.SourceLink.Common.resources.dll", - "tools/net/de/Microsoft.SourceLink.Common.resources.dll", - "tools/net/es/Microsoft.SourceLink.Common.resources.dll", - "tools/net/fr/Microsoft.SourceLink.Common.resources.dll", - "tools/net/it/Microsoft.SourceLink.Common.resources.dll", - "tools/net/ja/Microsoft.SourceLink.Common.resources.dll", - "tools/net/ko/Microsoft.SourceLink.Common.resources.dll", - "tools/net/pl/Microsoft.SourceLink.Common.resources.dll", - "tools/net/pt-BR/Microsoft.SourceLink.Common.resources.dll", - "tools/net/ru/Microsoft.SourceLink.Common.resources.dll", - "tools/net/tr/Microsoft.SourceLink.Common.resources.dll", - "tools/net/zh-Hans/Microsoft.SourceLink.Common.resources.dll", - "tools/net/zh-Hant/Microsoft.SourceLink.Common.resources.dll", - "tools/netframework/Microsoft.SourceLink.Common.dll", - "tools/netframework/Microsoft.SourceLink.Common.dll.config", - "tools/netframework/Microsoft.SourceLink.Common.pdb", - "tools/netframework/cs/Microsoft.SourceLink.Common.resources.dll", - "tools/netframework/de/Microsoft.SourceLink.Common.resources.dll", - "tools/netframework/es/Microsoft.SourceLink.Common.resources.dll", - "tools/netframework/fr/Microsoft.SourceLink.Common.resources.dll", - "tools/netframework/it/Microsoft.SourceLink.Common.resources.dll", - "tools/netframework/ja/Microsoft.SourceLink.Common.resources.dll", - "tools/netframework/ko/Microsoft.SourceLink.Common.resources.dll", - "tools/netframework/pl/Microsoft.SourceLink.Common.resources.dll", - "tools/netframework/pt-BR/Microsoft.SourceLink.Common.resources.dll", - "tools/netframework/ru/Microsoft.SourceLink.Common.resources.dll", - "tools/netframework/tr/Microsoft.SourceLink.Common.resources.dll", - "tools/netframework/zh-Hans/Microsoft.SourceLink.Common.resources.dll", - "tools/netframework/zh-Hant/Microsoft.SourceLink.Common.resources.dll" - ] - }, - "Microsoft.SourceLink.GitHub/10.0.203": { - "sha512": "R4Tvr1oACImMS+Y5M7NM07ll9QyJSKnki3Dvz8QwG1W6FEmd+9fmZXAF6BE6UPswHF6n0v41wgMQGlaudOspqA==", - "type": "package", - "path": "microsoft.sourcelink.github/10.0.203", - "hasTools": true, - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.txt", - "build/Microsoft.SourceLink.GitHub.props", - "build/Microsoft.SourceLink.GitHub.targets", - "buildMultiTargeting/Microsoft.SourceLink.GitHub.props", - "buildMultiTargeting/Microsoft.SourceLink.GitHub.targets", - "microsoft.sourcelink.github.10.0.203.nupkg.sha512", - "microsoft.sourcelink.github.nuspec", - "tools/net/Microsoft.SourceLink.GitHub.deps.json", - "tools/net/Microsoft.SourceLink.GitHub.dll", - "tools/net/Microsoft.SourceLink.GitHub.pdb", - "tools/net/System.IO.Hashing.dll", - "tools/net/cs/Microsoft.SourceLink.GitHub.resources.dll", - "tools/net/de/Microsoft.SourceLink.GitHub.resources.dll", - "tools/net/es/Microsoft.SourceLink.GitHub.resources.dll", - "tools/net/fr/Microsoft.SourceLink.GitHub.resources.dll", - "tools/net/it/Microsoft.SourceLink.GitHub.resources.dll", - "tools/net/ja/Microsoft.SourceLink.GitHub.resources.dll", - "tools/net/ko/Microsoft.SourceLink.GitHub.resources.dll", - "tools/net/pl/Microsoft.SourceLink.GitHub.resources.dll", - "tools/net/pt-BR/Microsoft.SourceLink.GitHub.resources.dll", - "tools/net/ru/Microsoft.SourceLink.GitHub.resources.dll", - "tools/net/tr/Microsoft.SourceLink.GitHub.resources.dll", - "tools/net/zh-Hans/Microsoft.SourceLink.GitHub.resources.dll", - "tools/net/zh-Hant/Microsoft.SourceLink.GitHub.resources.dll", - "tools/netframework/Microsoft.SourceLink.GitHub.dll", - "tools/netframework/Microsoft.SourceLink.GitHub.dll.config", - "tools/netframework/Microsoft.SourceLink.GitHub.pdb", - "tools/netframework/System.Buffers.dll", - "tools/netframework/System.IO.Hashing.dll", - "tools/netframework/System.Memory.dll", - "tools/netframework/System.Numerics.Vectors.dll", - "tools/netframework/System.Runtime.CompilerServices.Unsafe.dll", - "tools/netframework/cs/Microsoft.SourceLink.GitHub.resources.dll", - "tools/netframework/de/Microsoft.SourceLink.GitHub.resources.dll", - "tools/netframework/es/Microsoft.SourceLink.GitHub.resources.dll", - "tools/netframework/fr/Microsoft.SourceLink.GitHub.resources.dll", - "tools/netframework/it/Microsoft.SourceLink.GitHub.resources.dll", - "tools/netframework/ja/Microsoft.SourceLink.GitHub.resources.dll", - "tools/netframework/ko/Microsoft.SourceLink.GitHub.resources.dll", - "tools/netframework/pl/Microsoft.SourceLink.GitHub.resources.dll", - "tools/netframework/pt-BR/Microsoft.SourceLink.GitHub.resources.dll", - "tools/netframework/ru/Microsoft.SourceLink.GitHub.resources.dll", - "tools/netframework/tr/Microsoft.SourceLink.GitHub.resources.dll", - "tools/netframework/zh-Hans/Microsoft.SourceLink.GitHub.resources.dll", - "tools/netframework/zh-Hant/Microsoft.SourceLink.GitHub.resources.dll" - ] - }, - "Nerdbank.GitVersioning/3.9.50": { - "sha512": "HtOgGF6jZ+WYbXnCUCYPT8Y2d6mIJo9ozjK/FINTRsXdm4Zgv9GehUMa7EFoGQkqrMcDJNOIDwCmENnvXg4UbA==", - "type": "package", - "path": "nerdbank.gitversioning/3.9.50", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "README.md", - "build/InProjectVersionComputation.targets", - "build/MSBuildCore/LibGit2Sharp.dll", - "build/MSBuildCore/LibGit2Sharp.dll.config", - "build/MSBuildCore/Microsoft.DotNet.PlatformAbstractions.dll", - "build/MSBuildCore/Nerdbank.GitVersioning.Tasks.dll", - "build/MSBuildCore/Nerdbank.GitVersioning.dll", - "build/MSBuildCore/Newtonsoft.Json.dll", - "build/MSBuildCore/Validation.dll", - "build/MSBuildFull/LibGit2Sharp.dll", - "build/MSBuildFull/LibGit2Sharp.dll.config", - "build/MSBuildFull/Microsoft.DotNet.PlatformAbstractions.dll", - "build/MSBuildFull/Nerdbank.GitVersioning.Tasks.dll", - "build/MSBuildFull/Nerdbank.GitVersioning.dll", - "build/MSBuildFull/Newtonsoft.Json.dll", - "build/MSBuildFull/System.Buffers.dll", - "build/MSBuildFull/System.Memory.dll", - "build/MSBuildFull/System.Numerics.Vectors.dll", - "build/MSBuildFull/System.Runtime.CompilerServices.Unsafe.dll", - "build/MSBuildFull/System.Text.Json.dll", - "build/MSBuildFull/Validation.dll", - "build/MSBuildFull/lib/linux-x64/libgit2-3f4182d.so", - "build/MSBuildFull/lib/osx-arm64/libgit2-3f4182d.dylib", - "build/MSBuildFull/lib/osx-x64/libgit2-3f4182d.dylib", - "build/MSBuildTargetCaching.targets", - "build/Nerdbank.GitVersioning.Common.targets", - "build/Nerdbank.GitVersioning.Inner.targets", - "build/Nerdbank.GitVersioning.props", - "build/Nerdbank.GitVersioning.targets", - "build/PrivateP2PCaching.proj", - "build/runtimes/linux-arm/native/libgit2-3f4182d.so", - "build/runtimes/linux-arm64/native/libgit2-3f4182d.so", - "build/runtimes/linux-musl-arm/native/libgit2-3f4182d.so", - "build/runtimes/linux-musl-arm64/native/libgit2-3f4182d.so", - "build/runtimes/linux-musl-x64/native/libgit2-3f4182d.so", - "build/runtimes/linux-ppc64le/native/libgit2-3f4182d.so", - "build/runtimes/linux-x64/native/libgit2-3f4182d.so", - "build/runtimes/osx-arm64/native/libgit2-3f4182d.dylib", - "build/runtimes/osx-x64/native/libgit2-3f4182d.dylib", - "build/runtimes/win-arm64/native/git2-3f4182d.dll", - "build/runtimes/win-x64/native/git2-3f4182d.dll", - "build/runtimes/win-x86/native/git2-3f4182d.dll", - "buildCrossTargeting/Nerdbank.GitVersioning.props", - "buildCrossTargeting/Nerdbank.GitVersioning.targets", - "nerdbank.gitversioning.3.9.50.nupkg.sha512", - "nerdbank.gitversioning.nuspec" - ] - }, - "NETStandard.Library/2.0.3": { - "sha512": "st47PosZSHrjECdjeIzZQbzivYBJFv6P2nv4cj2ypdI204DO+vZ7l5raGMiX4eXMJ53RfOIg+/s4DHVZ54Nu2A==", - "type": "package", - "path": "netstandard.library/2.0.3", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "build/netstandard2.0/NETStandard.Library.targets", - "build/netstandard2.0/ref/Microsoft.Win32.Primitives.dll", - "build/netstandard2.0/ref/System.AppContext.dll", - "build/netstandard2.0/ref/System.Collections.Concurrent.dll", - "build/netstandard2.0/ref/System.Collections.NonGeneric.dll", - "build/netstandard2.0/ref/System.Collections.Specialized.dll", - "build/netstandard2.0/ref/System.Collections.dll", - "build/netstandard2.0/ref/System.ComponentModel.Composition.dll", - "build/netstandard2.0/ref/System.ComponentModel.EventBasedAsync.dll", - "build/netstandard2.0/ref/System.ComponentModel.Primitives.dll", - "build/netstandard2.0/ref/System.ComponentModel.TypeConverter.dll", - "build/netstandard2.0/ref/System.ComponentModel.dll", - "build/netstandard2.0/ref/System.Console.dll", - "build/netstandard2.0/ref/System.Core.dll", - "build/netstandard2.0/ref/System.Data.Common.dll", - "build/netstandard2.0/ref/System.Data.dll", - "build/netstandard2.0/ref/System.Diagnostics.Contracts.dll", - "build/netstandard2.0/ref/System.Diagnostics.Debug.dll", - "build/netstandard2.0/ref/System.Diagnostics.FileVersionInfo.dll", - "build/netstandard2.0/ref/System.Diagnostics.Process.dll", - "build/netstandard2.0/ref/System.Diagnostics.StackTrace.dll", - "build/netstandard2.0/ref/System.Diagnostics.TextWriterTraceListener.dll", - "build/netstandard2.0/ref/System.Diagnostics.Tools.dll", - "build/netstandard2.0/ref/System.Diagnostics.TraceSource.dll", - "build/netstandard2.0/ref/System.Diagnostics.Tracing.dll", - "build/netstandard2.0/ref/System.Drawing.Primitives.dll", - "build/netstandard2.0/ref/System.Drawing.dll", - "build/netstandard2.0/ref/System.Dynamic.Runtime.dll", - "build/netstandard2.0/ref/System.Globalization.Calendars.dll", - "build/netstandard2.0/ref/System.Globalization.Extensions.dll", - "build/netstandard2.0/ref/System.Globalization.dll", - "build/netstandard2.0/ref/System.IO.Compression.FileSystem.dll", - "build/netstandard2.0/ref/System.IO.Compression.ZipFile.dll", - "build/netstandard2.0/ref/System.IO.Compression.dll", - "build/netstandard2.0/ref/System.IO.FileSystem.DriveInfo.dll", - "build/netstandard2.0/ref/System.IO.FileSystem.Primitives.dll", - "build/netstandard2.0/ref/System.IO.FileSystem.Watcher.dll", - "build/netstandard2.0/ref/System.IO.FileSystem.dll", - "build/netstandard2.0/ref/System.IO.IsolatedStorage.dll", - "build/netstandard2.0/ref/System.IO.MemoryMappedFiles.dll", - "build/netstandard2.0/ref/System.IO.Pipes.dll", - "build/netstandard2.0/ref/System.IO.UnmanagedMemoryStream.dll", - "build/netstandard2.0/ref/System.IO.dll", - "build/netstandard2.0/ref/System.Linq.Expressions.dll", - "build/netstandard2.0/ref/System.Linq.Parallel.dll", - "build/netstandard2.0/ref/System.Linq.Queryable.dll", - "build/netstandard2.0/ref/System.Linq.dll", - "build/netstandard2.0/ref/System.Net.Http.dll", - "build/netstandard2.0/ref/System.Net.NameResolution.dll", - "build/netstandard2.0/ref/System.Net.NetworkInformation.dll", - "build/netstandard2.0/ref/System.Net.Ping.dll", - "build/netstandard2.0/ref/System.Net.Primitives.dll", - "build/netstandard2.0/ref/System.Net.Requests.dll", - "build/netstandard2.0/ref/System.Net.Security.dll", - "build/netstandard2.0/ref/System.Net.Sockets.dll", - "build/netstandard2.0/ref/System.Net.WebHeaderCollection.dll", - "build/netstandard2.0/ref/System.Net.WebSockets.Client.dll", - "build/netstandard2.0/ref/System.Net.WebSockets.dll", - "build/netstandard2.0/ref/System.Net.dll", - "build/netstandard2.0/ref/System.Numerics.dll", - "build/netstandard2.0/ref/System.ObjectModel.dll", - "build/netstandard2.0/ref/System.Reflection.Extensions.dll", - "build/netstandard2.0/ref/System.Reflection.Primitives.dll", - "build/netstandard2.0/ref/System.Reflection.dll", - "build/netstandard2.0/ref/System.Resources.Reader.dll", - "build/netstandard2.0/ref/System.Resources.ResourceManager.dll", - "build/netstandard2.0/ref/System.Resources.Writer.dll", - "build/netstandard2.0/ref/System.Runtime.CompilerServices.VisualC.dll", - "build/netstandard2.0/ref/System.Runtime.Extensions.dll", - "build/netstandard2.0/ref/System.Runtime.Handles.dll", - "build/netstandard2.0/ref/System.Runtime.InteropServices.RuntimeInformation.dll", - "build/netstandard2.0/ref/System.Runtime.InteropServices.dll", - "build/netstandard2.0/ref/System.Runtime.Numerics.dll", - "build/netstandard2.0/ref/System.Runtime.Serialization.Formatters.dll", - "build/netstandard2.0/ref/System.Runtime.Serialization.Json.dll", - "build/netstandard2.0/ref/System.Runtime.Serialization.Primitives.dll", - "build/netstandard2.0/ref/System.Runtime.Serialization.Xml.dll", - "build/netstandard2.0/ref/System.Runtime.Serialization.dll", - "build/netstandard2.0/ref/System.Runtime.dll", - "build/netstandard2.0/ref/System.Security.Claims.dll", - "build/netstandard2.0/ref/System.Security.Cryptography.Algorithms.dll", - "build/netstandard2.0/ref/System.Security.Cryptography.Csp.dll", - "build/netstandard2.0/ref/System.Security.Cryptography.Encoding.dll", - "build/netstandard2.0/ref/System.Security.Cryptography.Primitives.dll", - "build/netstandard2.0/ref/System.Security.Cryptography.X509Certificates.dll", - "build/netstandard2.0/ref/System.Security.Principal.dll", - "build/netstandard2.0/ref/System.Security.SecureString.dll", - "build/netstandard2.0/ref/System.ServiceModel.Web.dll", - "build/netstandard2.0/ref/System.Text.Encoding.Extensions.dll", - "build/netstandard2.0/ref/System.Text.Encoding.dll", - "build/netstandard2.0/ref/System.Text.RegularExpressions.dll", - "build/netstandard2.0/ref/System.Threading.Overlapped.dll", - "build/netstandard2.0/ref/System.Threading.Tasks.Parallel.dll", - "build/netstandard2.0/ref/System.Threading.Tasks.dll", - "build/netstandard2.0/ref/System.Threading.Thread.dll", - "build/netstandard2.0/ref/System.Threading.ThreadPool.dll", - "build/netstandard2.0/ref/System.Threading.Timer.dll", - "build/netstandard2.0/ref/System.Threading.dll", - "build/netstandard2.0/ref/System.Transactions.dll", - "build/netstandard2.0/ref/System.ValueTuple.dll", - "build/netstandard2.0/ref/System.Web.dll", - "build/netstandard2.0/ref/System.Windows.dll", - "build/netstandard2.0/ref/System.Xml.Linq.dll", - "build/netstandard2.0/ref/System.Xml.ReaderWriter.dll", - "build/netstandard2.0/ref/System.Xml.Serialization.dll", - "build/netstandard2.0/ref/System.Xml.XDocument.dll", - "build/netstandard2.0/ref/System.Xml.XPath.XDocument.dll", - "build/netstandard2.0/ref/System.Xml.XPath.dll", - "build/netstandard2.0/ref/System.Xml.XmlDocument.dll", - "build/netstandard2.0/ref/System.Xml.XmlSerializer.dll", - "build/netstandard2.0/ref/System.Xml.dll", - "build/netstandard2.0/ref/System.dll", - "build/netstandard2.0/ref/mscorlib.dll", - "build/netstandard2.0/ref/netstandard.dll", - "build/netstandard2.0/ref/netstandard.xml", - "lib/netstandard1.0/_._", - "netstandard.library.2.0.3.nupkg.sha512", - "netstandard.library.nuspec" - ] - }, - "System.Buffers/4.6.1": { - "sha512": "N8GXpmiLMtljq7gwvyS+1QvKT/W2J8sNAvx+HVg4NGmsG/H+2k/y9QI23auLJRterrzCiDH+IWAw4V/GPwsMlw==", - "type": "package", - "path": "system.buffers/4.6.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "PACKAGE.md", - "buildTransitive/net461/System.Buffers.targets", - "buildTransitive/net462/_._", - "lib/net462/System.Buffers.dll", - "lib/net462/System.Buffers.xml", - "lib/netcoreapp2.0/_._", - "lib/netstandard2.0/System.Buffers.dll", - "lib/netstandard2.0/System.Buffers.xml", - "lib/netstandard2.1/_._", - "system.buffers.4.6.1.nupkg.sha512", - "system.buffers.nuspec" - ] - }, - "System.IO.Hashing/10.0.7": { - "sha512": "6hsjdSr4VOXSOnhALkYplHpAxnTG1J33YN42IB6nH2fEg4QnJqrZ4Ft+qn7mkrKAOYC8pCSFYwVWw6rQbmwgLQ==", - "type": "package", - "path": "system.io.hashing/10.0.7", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/System.IO.Hashing.targets", - "buildTransitive/net462/_._", - "buildTransitive/net8.0/_._", - "buildTransitive/netcoreapp2.0/System.IO.Hashing.targets", - "lib/net10.0/System.IO.Hashing.dll", - "lib/net10.0/System.IO.Hashing.xml", - "lib/net462/System.IO.Hashing.dll", - "lib/net462/System.IO.Hashing.xml", - "lib/net8.0/System.IO.Hashing.dll", - "lib/net8.0/System.IO.Hashing.xml", - "lib/net9.0/System.IO.Hashing.dll", - "lib/net9.0/System.IO.Hashing.xml", - "lib/netstandard2.0/System.IO.Hashing.dll", - "lib/netstandard2.0/System.IO.Hashing.xml", - "system.io.hashing.10.0.7.nupkg.sha512", - "system.io.hashing.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "System.Memory/4.6.3": { - "sha512": "qdcDOgnFZY40+Q9876JUHnlHu7bosOHX8XISRoH94fwk6hgaeQGSgfZd8srWRZNt5bV9ZW2TljcegDNxsf+96A==", - "type": "package", - "path": "system.memory/4.6.3", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "PACKAGE.md", - "buildTransitive/net461/System.Memory.targets", - "buildTransitive/net462/_._", - "lib/net462/System.Memory.dll", - "lib/net462/System.Memory.xml", - "lib/netcoreapp2.1/_._", - "lib/netstandard2.0/System.Memory.dll", - "lib/netstandard2.0/System.Memory.xml", - "lib/netstandard2.1/_._", - "system.memory.4.6.3.nupkg.sha512", - "system.memory.nuspec" - ] - }, - "System.Numerics.Vectors/4.6.1": { - "sha512": "sQxefTnhagrhoq2ReR0D/6K0zJcr9Hrd6kikeXsA1I8kOCboTavcUC4r7TSfpKFeE163uMuxZcyfO1mGO3EN8Q==", - "type": "package", - "path": "system.numerics.vectors/4.6.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "PACKAGE.md", - "buildTransitive/net461/System.Numerics.Vectors.targets", - "buildTransitive/net462/_._", - "lib/net462/System.Numerics.Vectors.dll", - "lib/net462/System.Numerics.Vectors.xml", - "lib/netcoreapp2.0/_._", - "lib/netstandard2.0/System.Numerics.Vectors.dll", - "lib/netstandard2.0/System.Numerics.Vectors.xml", - "lib/netstandard2.1/_._", - "system.numerics.vectors.4.6.1.nupkg.sha512", - "system.numerics.vectors.nuspec" - ] - }, - "System.Runtime.CompilerServices.Unsafe/6.1.2": { - "sha512": "2hBr6zdbIBTDE3EhK7NSVNdX58uTK6iHW/P/Axmm9sl1xoGSLqDvMtpecn226TNwHByFokYwJmt/aQQNlO5CRw==", - "type": "package", - "path": "system.runtime.compilerservices.unsafe/6.1.2", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "PACKAGE.md", - "buildTransitive/net461/System.Runtime.CompilerServices.Unsafe.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.targets", - "lib/net462/System.Runtime.CompilerServices.Unsafe.dll", - "lib/net462/System.Runtime.CompilerServices.Unsafe.xml", - "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll", - "lib/net6.0/System.Runtime.CompilerServices.Unsafe.xml", - "lib/net7.0/_._", - "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll", - "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.xml", - "system.runtime.compilerservices.unsafe.6.1.2.nupkg.sha512", - "system.runtime.compilerservices.unsafe.nuspec" - ] - }, - "System.Threading.Tasks.Extensions/4.6.3": { - "sha512": "7sCiwilJLYbTZELaKnc7RecBBXWXA+xMLQWZKWawBxYjp6DBlSE3v9/UcvKBvr1vv2tTOhipiogM8rRmxlhrVA==", - "type": "package", - "path": "system.threading.tasks.extensions/4.6.3", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "PACKAGE.md", - "buildTransitive/net461/System.Threading.Tasks.Extensions.targets", - "buildTransitive/net462/_._", - "lib/net462/System.Threading.Tasks.Extensions.dll", - "lib/net462/System.Threading.Tasks.Extensions.xml", - "lib/netcoreapp2.1/_._", - "lib/netstandard2.0/System.Threading.Tasks.Extensions.dll", - "lib/netstandard2.0/System.Threading.Tasks.Extensions.xml", - "lib/netstandard2.1/_._", - "system.threading.tasks.extensions.4.6.3.nupkg.sha512", - "system.threading.tasks.extensions.nuspec" - ] - }, - "Inshiminator.Abstractions/1.0.0": { - "type": "project", - "path": "../Inshiminator.Abstractions/Inshiminator.Abstractions.csproj", - "msbuildProject": "../Inshiminator.Abstractions/Inshiminator.Abstractions.csproj" - } - }, - "projectFileDependencyGroups": { - ".NETStandard,Version=v2.0": [ - "Inshiminator.Abstractions >= 1.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions >= 10.0.7", - "Microsoft.SourceLink.GitHub >= 10.0.203", - "NETStandard.Library >= 2.0.3", - "Nerdbank.GitVersioning >= 3.9.50" - ], - "net10.0": [ - "Inshiminator.Abstractions >= 1.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions >= 10.0.7", - "Microsoft.SourceLink.GitHub >= 10.0.203", - "Nerdbank.GitVersioning >= 3.9.50" - ], - "net8.0": [ - "Inshiminator.Abstractions >= 1.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions >= 10.0.7", - "Microsoft.SourceLink.GitHub >= 10.0.203", - "Nerdbank.GitVersioning >= 3.9.50" - ] - }, - "packageFolders": { - "C:\\Users\\jd\\.nuget\\packages\\": {}, - "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {} - }, - "project": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "C:\\git\\InShimInator\\src\\Inshiminator.DependencyInjection\\Inshiminator.DependencyInjection.csproj", - "projectName": "Inshiminator.DependencyInjection", - "projectPath": "C:\\git\\InShimInator\\src\\Inshiminator.DependencyInjection\\Inshiminator.DependencyInjection.csproj", - "packagesPath": "C:\\Users\\jd\\.nuget\\packages\\", - "outputPath": "C:\\git\\InShimInator\\src\\Inshiminator.DependencyInjection\\obj\\", - "projectStyle": "PackageReference", - "crossTargeting": true, - "centralPackageVersionsManagementEnabled": true, - "fallbackFolders": [ - "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" - ], - "configFilePaths": [ - "C:\\git\\InShimInator\\NuGet.Config", - "C:\\Users\\jd\\AppData\\Roaming\\NuGet\\NuGet.Config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" - ], - "originalTargetFrameworks": [ - "net10.0", - "net8.0", - "netstandard2.0" - ], - "sources": { - "C:\\Program Files\\dotnet\\library-packs": {}, - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net8.0": { - "targetAlias": "net8.0", - "projectReferences": { - "C:\\git\\InShimInator\\src\\Inshiminator.Abstractions\\Inshiminator.Abstractions.csproj": { - "projectPath": "C:\\git\\InShimInator\\src\\Inshiminator.Abstractions\\Inshiminator.Abstractions.csproj" - } - } - }, - "net10.0": { - "targetAlias": "net10.0", - "projectReferences": { - "C:\\git\\InShimInator\\src\\Inshiminator.Abstractions\\Inshiminator.Abstractions.csproj": { - "projectPath": "C:\\git\\InShimInator\\src\\Inshiminator.Abstractions\\Inshiminator.Abstractions.csproj" - } - } - }, - "netstandard2.0": { - "targetAlias": "netstandard2.0", - "projectReferences": { - "C:\\git\\InShimInator\\src\\Inshiminator.Abstractions\\Inshiminator.Abstractions.csproj": { - "projectPath": "C:\\git\\InShimInator\\src\\Inshiminator.Abstractions\\Inshiminator.Abstractions.csproj" - } - } - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - }, - "restoreAuditProperties": { - "enableAudit": "true", - "auditLevel": "low", - "auditMode": "all" - }, - "SdkAnalysisLevel": "10.0.100" - }, - "frameworks": { - "net8.0": { - "targetAlias": "net8.0", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": { - "target": "Package", - "version": "[10.0.7, )", - "versionCentrallyManaged": true - }, - "Microsoft.SourceLink.GitHub": { - "suppressParent": "All", - "target": "Package", - "version": "[10.0.203, )", - "versionCentrallyManaged": true - }, - "Nerdbank.GitVersioning": { - "suppressParent": "All", - "target": "Package", - "version": "[3.9.50, )", - "versionCentrallyManaged": true - } - }, - "centralPackageVersions": { - "coverlet.collector": "10.0.0", - "Microsoft.Build.Locator": "1.11.2", - "Microsoft.CodeAnalysis.Analyzers": "3.11.0", - "Microsoft.CodeAnalysis.CSharp": "4.12.0", - "Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.12.0", - "Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing.XUnit": "1.1.2", - "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.7", - "Microsoft.NET.Test.Sdk": "18.5.1", - "Microsoft.SourceLink.GitHub": "10.0.203", - "Nerdbank.GitVersioning": "3.9.50", - "Spectre.Console.Cli": "0.55.0", - "xunit": "2.9.3", - "xunit.runner.visualstudio": "3.1.5" - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48", - "net481" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\10.0.107/PortableRuntimeIdentifierGraph.json", - "packagesToPrune": { - "Microsoft.CSharp": "(,4.7.32767]", - "Microsoft.VisualBasic": "(,10.3.32767]", - "Microsoft.Win32.Primitives": "(,4.3.32767]", - "Microsoft.Win32.Registry": "(,5.0.32767]", - "runtime.any.System.Collections": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.any.System.Globalization": "(,4.3.32767]", - "runtime.any.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.any.System.IO": "(,4.3.32767]", - "runtime.any.System.Reflection": "(,4.3.32767]", - "runtime.any.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.any.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.any.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.any.System.Runtime": "(,4.3.32767]", - "runtime.any.System.Runtime.Handles": "(,4.3.32767]", - "runtime.any.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.any.System.Text.Encoding": "(,4.3.32767]", - "runtime.any.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.any.System.Threading.Tasks": "(,4.3.32767]", - "runtime.any.System.Threading.Timer": "(,4.3.32767]", - "runtime.aot.System.Collections": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.aot.System.Globalization": "(,4.3.32767]", - "runtime.aot.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.aot.System.IO": "(,4.3.32767]", - "runtime.aot.System.Reflection": "(,4.3.32767]", - "runtime.aot.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.aot.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.aot.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.aot.System.Runtime": "(,4.3.32767]", - "runtime.aot.System.Runtime.Handles": "(,4.3.32767]", - "runtime.aot.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.aot.System.Threading.Tasks": "(,4.3.32767]", - "runtime.aot.System.Threading.Timer": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.native.System.Security.Cryptography.Apple": "(,4.3.32767]", - "runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.unix.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.unix.System.Console": "(,4.3.32767]", - "runtime.unix.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.unix.System.IO.FileSystem": "(,4.3.32767]", - "runtime.unix.System.Net.Primitives": "(,4.3.32767]", - "runtime.unix.System.Net.Sockets": "(,4.3.32767]", - "runtime.unix.System.Private.Uri": "(,4.3.32767]", - "runtime.unix.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.win.System.Console": "(,4.3.32767]", - "runtime.win.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.win.System.IO.FileSystem": "(,4.3.32767]", - "runtime.win.System.Net.Primitives": "(,4.3.32767]", - "runtime.win.System.Net.Sockets": "(,4.3.32767]", - "runtime.win.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win10-arm-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-arm64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win10-x64-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-x86-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7-x86.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7.System.Private.Uri": "(,4.3.32767]", - "runtime.win8-arm.runtime.native.System.IO.Compression": "(,4.3.32767]", - "System.AppContext": "(,4.3.32767]", - "System.Buffers": "(,4.6.32767]", - "System.Collections": "(,4.3.32767]", - "System.Collections.Concurrent": "(,4.3.32767]", - "System.Collections.Immutable": "(,8.0.32767]", - "System.Collections.NonGeneric": "(,4.3.32767]", - "System.Collections.Specialized": "(,4.3.32767]", - "System.ComponentModel": "(,4.3.32767]", - "System.ComponentModel.Annotations": "(,5.0.32767]", - "System.ComponentModel.EventBasedAsync": "(,4.3.32767]", - "System.ComponentModel.Primitives": "(,4.3.32767]", - "System.ComponentModel.TypeConverter": "(,4.3.32767]", - "System.Console": "(,4.3.32767]", - "System.Data.Common": "(,4.3.32767]", - "System.Data.DataSetExtensions": "(,4.5.32767]", - "System.Diagnostics.Contracts": "(,4.3.32767]", - "System.Diagnostics.Debug": "(,4.3.32767]", - "System.Diagnostics.DiagnosticSource": "(,8.0.32767]", - "System.Diagnostics.FileVersionInfo": "(,4.3.32767]", - "System.Diagnostics.Process": "(,4.3.32767]", - "System.Diagnostics.StackTrace": "(,4.3.32767]", - "System.Diagnostics.TextWriterTraceListener": "(,4.3.32767]", - "System.Diagnostics.Tools": "(,4.3.32767]", - "System.Diagnostics.TraceSource": "(,4.3.32767]", - "System.Diagnostics.Tracing": "(,4.3.32767]", - "System.Drawing.Primitives": "(,4.3.32767]", - "System.Dynamic.Runtime": "(,4.3.32767]", - "System.Formats.Asn1": "(,8.0.32767]", - "System.Globalization": "(,4.3.32767]", - "System.Globalization.Calendars": "(,4.3.32767]", - "System.Globalization.Extensions": "(,4.3.32767]", - "System.IO": "(,4.3.32767]", - "System.IO.Compression": "(,4.3.32767]", - "System.IO.Compression.ZipFile": "(,4.3.32767]", - "System.IO.FileSystem": "(,4.3.32767]", - "System.IO.FileSystem.AccessControl": "(,5.0.32767]", - "System.IO.FileSystem.DriveInfo": "(,4.3.32767]", - "System.IO.FileSystem.Primitives": "(,4.3.32767]", - "System.IO.FileSystem.Watcher": "(,4.3.32767]", - "System.IO.IsolatedStorage": "(,4.3.32767]", - "System.IO.MemoryMappedFiles": "(,4.3.32767]", - "System.IO.Pipes": "(,4.3.32767]", - "System.IO.Pipes.AccessControl": "(,4.6.32767]", - "System.IO.UnmanagedMemoryStream": "(,4.3.32767]", - "System.Linq": "(,4.3.32767]", - "System.Linq.Expressions": "(,4.3.32767]", - "System.Linq.Parallel": "(,4.3.32767]", - "System.Linq.Queryable": "(,4.3.32767]", - "System.Memory": "(,4.6.32767]", - "System.Net.Http": "(,4.3.32767]", - "System.Net.Http.Json": "(,8.0.32767]", - "System.Net.NameResolution": "(,4.3.32767]", - "System.Net.NetworkInformation": "(,4.3.32767]", - "System.Net.Ping": "(,4.3.32767]", - "System.Net.Primitives": "(,4.3.32767]", - "System.Net.Requests": "(,4.3.32767]", - "System.Net.Security": "(,4.3.32767]", - "System.Net.Sockets": "(,4.3.32767]", - "System.Net.WebHeaderCollection": "(,4.3.32767]", - "System.Net.WebSockets": "(,4.3.32767]", - "System.Net.WebSockets.Client": "(,4.3.32767]", - "System.Numerics.Vectors": "(,4.6.32767]", - "System.ObjectModel": "(,4.3.32767]", - "System.Private.DataContractSerialization": "(,4.3.32767]", - "System.Private.Uri": "(,4.3.32767]", - "System.Reflection": "(,4.3.32767]", - "System.Reflection.DispatchProxy": "(,4.8.32767]", - "System.Reflection.Emit": "(,4.7.32767]", - "System.Reflection.Emit.ILGeneration": "(,4.7.32767]", - "System.Reflection.Emit.Lightweight": "(,4.7.32767]", - "System.Reflection.Extensions": "(,4.3.32767]", - "System.Reflection.Metadata": "(,8.0.32767]", - "System.Reflection.Primitives": "(,4.3.32767]", - "System.Reflection.TypeExtensions": "(,4.7.32767]", - "System.Resources.Reader": "(,4.3.32767]", - "System.Resources.ResourceManager": "(,4.3.32767]", - "System.Resources.Writer": "(,4.3.32767]", - "System.Runtime": "(,4.3.32767]", - "System.Runtime.CompilerServices.Unsafe": "(,6.1.32767]", - "System.Runtime.CompilerServices.VisualC": "(,4.3.32767]", - "System.Runtime.Extensions": "(,4.3.32767]", - "System.Runtime.Handles": "(,4.3.32767]", - "System.Runtime.InteropServices": "(,4.3.32767]", - "System.Runtime.InteropServices.RuntimeInformation": "(,4.3.32767]", - "System.Runtime.Loader": "(,4.3.32767]", - "System.Runtime.Numerics": "(,4.3.32767]", - "System.Runtime.Serialization.Formatters": "(,4.3.32767]", - "System.Runtime.Serialization.Json": "(,4.3.32767]", - "System.Runtime.Serialization.Primitives": "(,4.3.32767]", - "System.Runtime.Serialization.Xml": "(,4.3.32767]", - "System.Security.AccessControl": "(,6.0.32767]", - "System.Security.Claims": "(,4.3.32767]", - "System.Security.Cryptography.Algorithms": "(,4.3.32767]", - "System.Security.Cryptography.Cng": "(,4.6.32767]", - "System.Security.Cryptography.Csp": "(,4.3.32767]", - "System.Security.Cryptography.Encoding": "(,4.3.32767]", - "System.Security.Cryptography.OpenSsl": "(,5.0.32767]", - "System.Security.Cryptography.Primitives": "(,4.3.32767]", - "System.Security.Cryptography.X509Certificates": "(,4.3.32767]", - "System.Security.Principal": "(,4.3.32767]", - "System.Security.Principal.Windows": "(,5.0.32767]", - "System.Security.SecureString": "(,4.3.32767]", - "System.Text.Encoding": "(,4.3.32767]", - "System.Text.Encoding.CodePages": "(,8.0.32767]", - "System.Text.Encoding.Extensions": "(,4.3.32767]", - "System.Text.Encodings.Web": "(,8.0.32767]", - "System.Text.Json": "(,8.0.32767]", - "System.Text.RegularExpressions": "(,4.3.32767]", - "System.Threading": "(,4.3.32767]", - "System.Threading.Channels": "(,8.0.32767]", - "System.Threading.Overlapped": "(,4.3.32767]", - "System.Threading.Tasks": "(,4.3.32767]", - "System.Threading.Tasks.Dataflow": "(,8.0.32767]", - "System.Threading.Tasks.Extensions": "(,4.6.32767]", - "System.Threading.Tasks.Parallel": "(,4.3.32767]", - "System.Threading.Thread": "(,4.3.32767]", - "System.Threading.ThreadPool": "(,4.3.32767]", - "System.Threading.Timer": "(,4.3.32767]", - "System.ValueTuple": "(,4.6.32767]", - "System.Xml.ReaderWriter": "(,4.3.32767]", - "System.Xml.XDocument": "(,4.3.32767]", - "System.Xml.XmlDocument": "(,4.3.32767]", - "System.Xml.XmlSerializer": "(,4.3.32767]", - "System.Xml.XPath": "(,4.3.32767]", - "System.Xml.XPath.XDocument": "(,4.3.32767]" - } - }, - "net10.0": { - "targetAlias": "net10.0", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": { - "target": "Package", - "version": "[10.0.7, )", - "versionCentrallyManaged": true - }, - "Microsoft.SourceLink.GitHub": { - "suppressParent": "All", - "target": "Package", - "version": "[10.0.203, )", - "versionCentrallyManaged": true - }, - "Nerdbank.GitVersioning": { - "suppressParent": "All", - "target": "Package", - "version": "[3.9.50, )", - "versionCentrallyManaged": true - } - }, - "centralPackageVersions": { - "coverlet.collector": "10.0.0", - "Microsoft.Build.Locator": "1.11.2", - "Microsoft.CodeAnalysis.Analyzers": "3.11.0", - "Microsoft.CodeAnalysis.CSharp": "4.12.0", - "Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.12.0", - "Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing.XUnit": "1.1.2", - "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.7", - "Microsoft.NET.Test.Sdk": "18.5.1", - "Microsoft.SourceLink.GitHub": "10.0.203", - "Nerdbank.GitVersioning": "3.9.50", - "Spectre.Console.Cli": "0.55.0", - "xunit": "2.9.3", - "xunit.runner.visualstudio": "3.1.5" - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48", - "net481" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\10.0.107/PortableRuntimeIdentifierGraph.json", - "packagesToPrune": { - "Microsoft.CSharp": "(,4.7.32767]", - "Microsoft.VisualBasic": "(,10.4.32767]", - "Microsoft.Win32.Primitives": "(,4.3.32767]", - "Microsoft.Win32.Registry": "(,5.0.32767]", - "runtime.any.System.Collections": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.any.System.Globalization": "(,4.3.32767]", - "runtime.any.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.any.System.IO": "(,4.3.32767]", - "runtime.any.System.Reflection": "(,4.3.32767]", - "runtime.any.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.any.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.any.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.any.System.Runtime": "(,4.3.32767]", - "runtime.any.System.Runtime.Handles": "(,4.3.32767]", - "runtime.any.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.any.System.Text.Encoding": "(,4.3.32767]", - "runtime.any.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.any.System.Threading.Tasks": "(,4.3.32767]", - "runtime.any.System.Threading.Timer": "(,4.3.32767]", - "runtime.aot.System.Collections": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.aot.System.Globalization": "(,4.3.32767]", - "runtime.aot.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.aot.System.IO": "(,4.3.32767]", - "runtime.aot.System.Reflection": "(,4.3.32767]", - "runtime.aot.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.aot.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.aot.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.aot.System.Runtime": "(,4.3.32767]", - "runtime.aot.System.Runtime.Handles": "(,4.3.32767]", - "runtime.aot.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.aot.System.Threading.Tasks": "(,4.3.32767]", - "runtime.aot.System.Threading.Timer": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.unix.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.unix.System.Console": "(,4.3.32767]", - "runtime.unix.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.unix.System.IO.FileSystem": "(,4.3.32767]", - "runtime.unix.System.Net.Primitives": "(,4.3.32767]", - "runtime.unix.System.Net.Sockets": "(,4.3.32767]", - "runtime.unix.System.Private.Uri": "(,4.3.32767]", - "runtime.unix.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.win.System.Console": "(,4.3.32767]", - "runtime.win.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.win.System.IO.FileSystem": "(,4.3.32767]", - "runtime.win.System.Net.Primitives": "(,4.3.32767]", - "runtime.win.System.Net.Sockets": "(,4.3.32767]", - "runtime.win.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win10-arm-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-arm64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win10-x64-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-x86-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7-x86.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7.System.Private.Uri": "(,4.3.32767]", - "runtime.win8-arm.runtime.native.System.IO.Compression": "(,4.3.32767]", - "System.AppContext": "(,4.3.32767]", - "System.Buffers": "(,5.0.32767]", - "System.Collections": "(,4.3.32767]", - "System.Collections.Concurrent": "(,4.3.32767]", - "System.Collections.Immutable": "(,10.0.32767]", - "System.Collections.NonGeneric": "(,4.3.32767]", - "System.Collections.Specialized": "(,4.3.32767]", - "System.ComponentModel": "(,4.3.32767]", - "System.ComponentModel.Annotations": "(,4.3.32767]", - "System.ComponentModel.EventBasedAsync": "(,4.3.32767]", - "System.ComponentModel.Primitives": "(,4.3.32767]", - "System.ComponentModel.TypeConverter": "(,4.3.32767]", - "System.Console": "(,4.3.32767]", - "System.Data.Common": "(,4.3.32767]", - "System.Data.DataSetExtensions": "(,4.4.32767]", - "System.Diagnostics.Contracts": "(,4.3.32767]", - "System.Diagnostics.Debug": "(,4.3.32767]", - "System.Diagnostics.DiagnosticSource": "(,10.0.32767]", - "System.Diagnostics.FileVersionInfo": "(,4.3.32767]", - "System.Diagnostics.Process": "(,4.3.32767]", - "System.Diagnostics.StackTrace": "(,4.3.32767]", - "System.Diagnostics.TextWriterTraceListener": "(,4.3.32767]", - "System.Diagnostics.Tools": "(,4.3.32767]", - "System.Diagnostics.TraceSource": "(,4.3.32767]", - "System.Diagnostics.Tracing": "(,4.3.32767]", - "System.Drawing.Primitives": "(,4.3.32767]", - "System.Dynamic.Runtime": "(,4.3.32767]", - "System.Formats.Asn1": "(,10.0.32767]", - "System.Formats.Tar": "(,10.0.32767]", - "System.Globalization": "(,4.3.32767]", - "System.Globalization.Calendars": "(,4.3.32767]", - "System.Globalization.Extensions": "(,4.3.32767]", - "System.IO": "(,4.3.32767]", - "System.IO.Compression": "(,4.3.32767]", - "System.IO.Compression.ZipFile": "(,4.3.32767]", - "System.IO.FileSystem": "(,4.3.32767]", - "System.IO.FileSystem.AccessControl": "(,4.4.32767]", - "System.IO.FileSystem.DriveInfo": "(,4.3.32767]", - "System.IO.FileSystem.Primitives": "(,4.3.32767]", - "System.IO.FileSystem.Watcher": "(,4.3.32767]", - "System.IO.IsolatedStorage": "(,4.3.32767]", - "System.IO.MemoryMappedFiles": "(,4.3.32767]", - "System.IO.Pipelines": "(,10.0.32767]", - "System.IO.Pipes": "(,4.3.32767]", - "System.IO.Pipes.AccessControl": "(,5.0.32767]", - "System.IO.UnmanagedMemoryStream": "(,4.3.32767]", - "System.Linq": "(,4.3.32767]", - "System.Linq.AsyncEnumerable": "(,10.0.32767]", - "System.Linq.Expressions": "(,4.3.32767]", - "System.Linq.Parallel": "(,4.3.32767]", - "System.Linq.Queryable": "(,4.3.32767]", - "System.Memory": "(,5.0.32767]", - "System.Net.Http": "(,4.3.32767]", - "System.Net.Http.Json": "(,10.0.32767]", - "System.Net.NameResolution": "(,4.3.32767]", - "System.Net.NetworkInformation": "(,4.3.32767]", - "System.Net.Ping": "(,4.3.32767]", - "System.Net.Primitives": "(,4.3.32767]", - "System.Net.Requests": "(,4.3.32767]", - "System.Net.Security": "(,4.3.32767]", - "System.Net.ServerSentEvents": "(,10.0.32767]", - "System.Net.Sockets": "(,4.3.32767]", - "System.Net.WebHeaderCollection": "(,4.3.32767]", - "System.Net.WebSockets": "(,4.3.32767]", - "System.Net.WebSockets.Client": "(,4.3.32767]", - "System.Numerics.Vectors": "(,5.0.32767]", - "System.ObjectModel": "(,4.3.32767]", - "System.Private.DataContractSerialization": "(,4.3.32767]", - "System.Private.Uri": "(,4.3.32767]", - "System.Reflection": "(,4.3.32767]", - "System.Reflection.DispatchProxy": "(,6.0.32767]", - "System.Reflection.Emit": "(,4.7.32767]", - "System.Reflection.Emit.ILGeneration": "(,4.7.32767]", - "System.Reflection.Emit.Lightweight": "(,4.7.32767]", - "System.Reflection.Extensions": "(,4.3.32767]", - "System.Reflection.Metadata": "(,10.0.32767]", - "System.Reflection.Primitives": "(,4.3.32767]", - "System.Reflection.TypeExtensions": "(,4.3.32767]", - "System.Resources.Reader": "(,4.3.32767]", - "System.Resources.ResourceManager": "(,4.3.32767]", - "System.Resources.Writer": "(,4.3.32767]", - "System.Runtime": "(,4.3.32767]", - "System.Runtime.CompilerServices.Unsafe": "(,7.0.32767]", - "System.Runtime.CompilerServices.VisualC": "(,4.3.32767]", - "System.Runtime.Extensions": "(,4.3.32767]", - "System.Runtime.Handles": "(,4.3.32767]", - "System.Runtime.InteropServices": "(,4.3.32767]", - "System.Runtime.InteropServices.RuntimeInformation": "(,4.3.32767]", - "System.Runtime.Loader": "(,4.3.32767]", - "System.Runtime.Numerics": "(,4.3.32767]", - "System.Runtime.Serialization.Formatters": "(,4.3.32767]", - "System.Runtime.Serialization.Json": "(,4.3.32767]", - "System.Runtime.Serialization.Primitives": "(,4.3.32767]", - "System.Runtime.Serialization.Xml": "(,4.3.32767]", - "System.Security.AccessControl": "(,6.0.32767]", - "System.Security.Claims": "(,4.3.32767]", - "System.Security.Cryptography.Algorithms": "(,4.3.32767]", - "System.Security.Cryptography.Cng": "(,5.0.32767]", - "System.Security.Cryptography.Csp": "(,4.3.32767]", - "System.Security.Cryptography.Encoding": "(,4.3.32767]", - "System.Security.Cryptography.OpenSsl": "(,5.0.32767]", - "System.Security.Cryptography.Primitives": "(,4.3.32767]", - "System.Security.Cryptography.X509Certificates": "(,4.3.32767]", - "System.Security.Principal": "(,4.3.32767]", - "System.Security.Principal.Windows": "(,5.0.32767]", - "System.Security.SecureString": "(,4.3.32767]", - "System.Text.Encoding": "(,4.3.32767]", - "System.Text.Encoding.CodePages": "(,10.0.32767]", - "System.Text.Encoding.Extensions": "(,4.3.32767]", - "System.Text.Encodings.Web": "(,10.0.32767]", - "System.Text.Json": "(,10.0.32767]", - "System.Text.RegularExpressions": "(,4.3.32767]", - "System.Threading": "(,4.3.32767]", - "System.Threading.AccessControl": "(,10.0.32767]", - "System.Threading.Channels": "(,10.0.32767]", - "System.Threading.Overlapped": "(,4.3.32767]", - "System.Threading.Tasks": "(,4.3.32767]", - "System.Threading.Tasks.Dataflow": "(,10.0.32767]", - "System.Threading.Tasks.Extensions": "(,5.0.32767]", - "System.Threading.Tasks.Parallel": "(,4.3.32767]", - "System.Threading.Thread": "(,4.3.32767]", - "System.Threading.ThreadPool": "(,4.3.32767]", - "System.Threading.Timer": "(,4.3.32767]", - "System.ValueTuple": "(,4.5.32767]", - "System.Xml.ReaderWriter": "(,4.3.32767]", - "System.Xml.XDocument": "(,4.3.32767]", - "System.Xml.XmlDocument": "(,4.3.32767]", - "System.Xml.XmlSerializer": "(,4.3.32767]", - "System.Xml.XPath": "(,4.3.32767]", - "System.Xml.XPath.XDocument": "(,5.0.32767]" - } - }, - "netstandard2.0": { - "targetAlias": "netstandard2.0", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": { - "target": "Package", - "version": "[10.0.7, )", - "versionCentrallyManaged": true - }, - "Microsoft.SourceLink.GitHub": { - "suppressParent": "All", - "target": "Package", - "version": "[10.0.203, )", - "versionCentrallyManaged": true - }, - "NETStandard.Library": { - "suppressParent": "All", - "target": "Package", - "version": "[2.0.3, )", - "autoReferenced": true - }, - "Nerdbank.GitVersioning": { - "suppressParent": "All", - "target": "Package", - "version": "[3.9.50, )", - "versionCentrallyManaged": true - } - }, - "centralPackageVersions": { - "coverlet.collector": "10.0.0", - "Microsoft.Build.Locator": "1.11.2", - "Microsoft.CodeAnalysis.Analyzers": "3.11.0", - "Microsoft.CodeAnalysis.CSharp": "4.12.0", - "Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.12.0", - "Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing.XUnit": "1.1.2", - "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.7", - "Microsoft.NET.Test.Sdk": "18.5.1", - "Microsoft.SourceLink.GitHub": "10.0.203", - "Nerdbank.GitVersioning": "3.9.50", - "Spectre.Console.Cli": "0.55.0", - "xunit": "2.9.3", - "xunit.runner.visualstudio": "3.1.5" - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48", - "net481" - ], - "assetTargetFallback": true, - "warn": true, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\10.0.107\\RuntimeIdentifierGraph.json", - "packagesToPrune": { - "Microsoft.Win32.Primitives": "(,4.3.0]", - "System.AppContext": "(,4.3.0]", - "System.Collections": "(,4.3.0]", - "System.Collections.NonGeneric": "(,4.3.0]", - "System.Collections.Specialized": "(,4.3.0]", - "System.ComponentModel": "(,4.3.0]", - "System.ComponentModel.EventBasedAsync": "(,4.3.0]", - "System.ComponentModel.Primitives": "(,4.3.0]", - "System.ComponentModel.TypeConverter": "(,4.3.0]", - "System.Console": "(,4.3.1]", - "System.Data.Common": "(,4.3.0]", - "System.Diagnostics.Contracts": "(,4.3.0]", - "System.Diagnostics.Debug": "(,4.3.0]", - "System.Diagnostics.FileVersionInfo": "(,4.3.0]", - "System.Diagnostics.Process": "(,4.3.0]", - "System.Diagnostics.StackTrace": "(,4.3.0]", - "System.Diagnostics.TextWriterTraceListener": "(,4.3.0]", - "System.Diagnostics.Tools": "(,4.3.0]", - "System.Diagnostics.TraceSource": "(,4.3.0]", - "System.Diagnostics.Tracing": "(,4.3.0]", - "System.Drawing.Primitives": "(,4.3.0]", - "System.Dynamic.Runtime": "(,4.3.0]", - "System.Globalization": "(,4.3.0]", - "System.Globalization.Calendars": "(,4.3.0]", - "System.Globalization.Extensions": "(,4.3.0]", - "System.IO": "(,4.3.0]", - "System.IO.Compression": "(,4.3.0]", - "System.IO.Compression.ZipFile": "(,4.3.0]", - "System.IO.FileSystem": "(,4.3.0]", - "System.IO.FileSystem.DriveInfo": "(,4.3.1]", - "System.IO.FileSystem.Primitives": "(,4.3.0]", - "System.IO.FileSystem.Watcher": "(,4.3.0]", - "System.IO.IsolatedStorage": "(,4.3.0]", - "System.IO.MemoryMappedFiles": "(,4.3.0]", - "System.IO.Pipes": "(,4.3.0]", - "System.IO.UnmanagedMemoryStream": "(,4.3.0]", - "System.Linq": "(,4.3.0]", - "System.Linq.Expressions": "(,4.3.0]", - "System.Linq.Parallel": "(,4.3.0]", - "System.Linq.Queryable": "(,4.3.0]", - "System.Net.Http": "(,4.3.4]", - "System.Net.NameResolution": "(,4.3.0]", - "System.Net.NetworkInformation": "(,4.3.0]", - "System.Net.Ping": "(,4.3.0]", - "System.Net.Primitives": "(,4.3.1]", - "System.Net.Requests": "(,4.3.0]", - "System.Net.Security": "(,4.3.2]", - "System.Net.Sockets": "(,4.3.0]", - "System.Net.WebHeaderCollection": "(,4.3.0]", - "System.Net.WebSockets": "(,4.3.0]", - "System.Net.WebSockets.Client": "(,4.3.2]", - "System.Reflection": "(,4.3.0]", - "System.Reflection.Extensions": "(,4.3.0]", - "System.Reflection.Primitives": "(,4.3.0]", - "System.Resources.Reader": "(,4.3.0]", - "System.Resources.ResourceManager": "(,4.3.0]", - "System.Resources.Writer": "(,4.3.0]", - "System.Runtime": "(,4.3.1]", - "System.Runtime.CompilerServices.VisualC": "(,4.3.0]", - "System.Runtime.Extensions": "(,4.3.1]", - "System.Runtime.Handles": "(,4.3.0]", - "System.Runtime.InteropServices": "(,4.3.0]", - "System.Runtime.InteropServices.RuntimeInformation": "(,4.3.0]", - "System.Runtime.Numerics": "(,4.3.0]", - "System.Runtime.Serialization.Formatters": "(,4.3.0]", - "System.Runtime.Serialization.Primitives": "(,4.3.0]", - "System.Runtime.Serialization.Xml": "(,4.3.0]", - "System.Security.Claims": "(,4.3.0]", - "System.Security.Cryptography.Algorithms": "(,4.3.1]", - "System.Security.Cryptography.Csp": "(,4.3.0]", - "System.Security.Cryptography.Encoding": "(,4.3.0]", - "System.Security.Cryptography.Primitives": "(,4.3.0]", - "System.Security.Cryptography.X509Certificates": "(,4.3.2]", - "System.Security.Principal": "(,4.3.0]", - "System.Security.SecureString": "(,4.3.0]", - "System.Text.Encoding": "(,4.3.0]", - "System.Text.Encoding.Extensions": "(,4.3.0]", - "System.Text.RegularExpressions": "(,4.3.0]", - "System.Threading": "(,4.3.0]", - "System.Threading.Overlapped": "(,4.3.0]", - "System.Threading.Tasks": "(,4.3.0]", - "System.Threading.Tasks.Parallel": "(,4.3.0]", - "System.Threading.Thread": "(,4.3.0]", - "System.Threading.ThreadPool": "(,4.3.0]", - "System.Threading.Timer": "(,4.3.0]", - "System.ValueTuple": "(,4.6.1]", - "System.Xml.ReaderWriter": "(,4.3.1]", - "System.Xml.XDocument": "(,4.3.0]", - "System.Xml.XmlDocument": "(,4.3.0]", - "System.Xml.XmlSerializer": "(,4.3.0]", - "System.Xml.XPath": "(,4.3.0]", - "System.Xml.XPath.XDocument": "(,4.3.0]" - } - } - } - } -} \ No newline at end of file diff --git a/src/Inshiminator.DependencyInjection/obj/project.nuget.cache b/src/Inshiminator.DependencyInjection/obj/project.nuget.cache deleted file mode 100644 index 8f5faba..0000000 --- a/src/Inshiminator.DependencyInjection/obj/project.nuget.cache +++ /dev/null @@ -1,23 +0,0 @@ -{ - "version": 2, - "dgSpecHash": "nWy6MWA/vUE=", - "success": true, - "projectFilePath": "C:\\git\\InShimInator\\src\\Inshiminator.DependencyInjection\\Inshiminator.DependencyInjection.csproj", - "expectedPackageFiles": [ - "C:\\Users\\jd\\.nuget\\packages\\microsoft.bcl.asyncinterfaces\\10.0.7\\microsoft.bcl.asyncinterfaces.10.0.7.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\microsoft.build.tasks.git\\10.0.203\\microsoft.build.tasks.git.10.0.203.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\microsoft.extensions.dependencyinjection.abstractions\\10.0.7\\microsoft.extensions.dependencyinjection.abstractions.10.0.7.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\microsoft.netcore.platforms\\1.1.0\\microsoft.netcore.platforms.1.1.0.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\microsoft.sourcelink.common\\10.0.203\\microsoft.sourcelink.common.10.0.203.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\microsoft.sourcelink.github\\10.0.203\\microsoft.sourcelink.github.10.0.203.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\nerdbank.gitversioning\\3.9.50\\nerdbank.gitversioning.3.9.50.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\netstandard.library\\2.0.3\\netstandard.library.2.0.3.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\system.buffers\\4.6.1\\system.buffers.4.6.1.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\system.io.hashing\\10.0.7\\system.io.hashing.10.0.7.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\system.memory\\4.6.3\\system.memory.4.6.3.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\system.numerics.vectors\\4.6.1\\system.numerics.vectors.4.6.1.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\system.runtime.compilerservices.unsafe\\6.1.2\\system.runtime.compilerservices.unsafe.6.1.2.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\system.threading.tasks.extensions\\4.6.3\\system.threading.tasks.extensions.4.6.3.nupkg.sha512" - ], - "logs": [] -} \ No newline at end of file diff --git a/src/Inshiminator.Generators/bin/Debug/netstandard2.0/Inshiminator.Generators.deps.json b/src/Inshiminator.Generators/bin/Debug/netstandard2.0/Inshiminator.Generators.deps.json deleted file mode 100644 index c046480..0000000 --- a/src/Inshiminator.Generators/bin/Debug/netstandard2.0/Inshiminator.Generators.deps.json +++ /dev/null @@ -1,332 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETStandard,Version=v2.0/", - "signature": "" - }, - "compilationOptions": {}, - "targets": { - ".NETStandard,Version=v2.0": {}, - ".NETStandard,Version=v2.0/": { - "Inshiminator.Generators/0.1.2-g2e58a4565a": { - "dependencies": { - "Microsoft.CodeAnalysis.CSharp": "4.12.0", - "Microsoft.SourceLink.GitHub": "10.0.203" - }, - "runtime": { - "Inshiminator.Generators.dll": {} - } - }, - "Microsoft.CodeAnalysis.Common/4.12.0": { - "dependencies": { - "System.Buffers": "4.6.1", - "System.Collections.Immutable": "8.0.0", - "System.Memory": "4.6.3", - "System.Numerics.Vectors": "4.6.1", - "System.Reflection.Metadata": "8.0.0", - "System.Runtime.CompilerServices.Unsafe": "6.1.2", - "System.Text.Encoding.CodePages": "7.0.0", - "System.Threading.Tasks.Extensions": "4.5.4" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.CodeAnalysis.dll": { - "assemblyVersion": "4.12.0.0", - "fileVersion": "4.1200.24.57207" - } - }, - "resources": { - "lib/netstandard2.0/cs/Microsoft.CodeAnalysis.resources.dll": { - "locale": "cs" - }, - "lib/netstandard2.0/de/Microsoft.CodeAnalysis.resources.dll": { - "locale": "de" - }, - "lib/netstandard2.0/es/Microsoft.CodeAnalysis.resources.dll": { - "locale": "es" - }, - "lib/netstandard2.0/fr/Microsoft.CodeAnalysis.resources.dll": { - "locale": "fr" - }, - "lib/netstandard2.0/it/Microsoft.CodeAnalysis.resources.dll": { - "locale": "it" - }, - "lib/netstandard2.0/ja/Microsoft.CodeAnalysis.resources.dll": { - "locale": "ja" - }, - "lib/netstandard2.0/ko/Microsoft.CodeAnalysis.resources.dll": { - "locale": "ko" - }, - "lib/netstandard2.0/pl/Microsoft.CodeAnalysis.resources.dll": { - "locale": "pl" - }, - "lib/netstandard2.0/pt-BR/Microsoft.CodeAnalysis.resources.dll": { - "locale": "pt-BR" - }, - "lib/netstandard2.0/ru/Microsoft.CodeAnalysis.resources.dll": { - "locale": "ru" - }, - "lib/netstandard2.0/tr/Microsoft.CodeAnalysis.resources.dll": { - "locale": "tr" - }, - "lib/netstandard2.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll": { - "locale": "zh-Hans" - }, - "lib/netstandard2.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "Microsoft.CodeAnalysis.CSharp/4.12.0": { - "dependencies": { - "Microsoft.CodeAnalysis.Common": "4.12.0", - "System.Buffers": "4.6.1", - "System.Collections.Immutable": "8.0.0", - "System.Memory": "4.6.3", - "System.Numerics.Vectors": "4.6.1", - "System.Reflection.Metadata": "8.0.0", - "System.Runtime.CompilerServices.Unsafe": "6.1.2", - "System.Text.Encoding.CodePages": "7.0.0", - "System.Threading.Tasks.Extensions": "4.5.4" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.dll": { - "assemblyVersion": "4.12.0.0", - "fileVersion": "4.1200.24.57207" - } - }, - "resources": { - "lib/netstandard2.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "cs" - }, - "lib/netstandard2.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "de" - }, - "lib/netstandard2.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "es" - }, - "lib/netstandard2.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "fr" - }, - "lib/netstandard2.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "it" - }, - "lib/netstandard2.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "ja" - }, - "lib/netstandard2.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "ko" - }, - "lib/netstandard2.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "pl" - }, - "lib/netstandard2.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "pt-BR" - }, - "lib/netstandard2.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "ru" - }, - "lib/netstandard2.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "tr" - }, - "lib/netstandard2.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "zh-Hans" - }, - "lib/netstandard2.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "Microsoft.SourceLink.GitHub/10.0.203": { - "dependencies": { - "System.IO.Hashing": "10.0.7" - } - }, - "System.Buffers/4.6.1": { - "runtime": { - "lib/netstandard2.0/System.Buffers.dll": { - "assemblyVersion": "4.0.2.0", - "fileVersion": "4.600.125.16908" - } - } - }, - "System.Collections.Immutable/8.0.0": { - "dependencies": { - "System.Memory": "4.6.3", - "System.Runtime.CompilerServices.Unsafe": "6.1.2" - }, - "runtime": { - "lib/netstandard2.0/System.Collections.Immutable.dll": { - "assemblyVersion": "8.0.0.0", - "fileVersion": "8.0.23.53103" - } - } - }, - "System.IO.Hashing/10.0.7": { - "dependencies": { - "System.Buffers": "4.6.1", - "System.Memory": "4.6.3" - }, - "runtime": { - "lib/netstandard2.0/System.IO.Hashing.dll": { - "assemblyVersion": "10.0.0.7", - "fileVersion": "10.0.726.21808" - } - } - }, - "System.Memory/4.6.3": { - "dependencies": { - "System.Buffers": "4.6.1", - "System.Numerics.Vectors": "4.6.1", - "System.Runtime.CompilerServices.Unsafe": "6.1.2" - }, - "runtime": { - "lib/netstandard2.0/System.Memory.dll": { - "assemblyVersion": "4.0.2.0", - "fileVersion": "4.600.325.20307" - } - } - }, - "System.Numerics.Vectors/4.6.1": { - "runtime": { - "lib/netstandard2.0/System.Numerics.Vectors.dll": { - "assemblyVersion": "4.1.3.0", - "fileVersion": "4.600.125.16908" - } - } - }, - "System.Reflection.Metadata/8.0.0": { - "dependencies": { - "System.Collections.Immutable": "8.0.0", - "System.Memory": "4.6.3" - }, - "runtime": { - "lib/netstandard2.0/System.Reflection.Metadata.dll": { - "assemblyVersion": "8.0.0.0", - "fileVersion": "8.0.23.53103" - } - } - }, - "System.Runtime.CompilerServices.Unsafe/6.1.2": { - "runtime": { - "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.100.225.20307" - } - } - }, - "System.Text.Encoding.CodePages/7.0.0": { - "dependencies": { - "System.Memory": "4.6.3", - "System.Runtime.CompilerServices.Unsafe": "6.1.2" - }, - "runtime": { - "lib/netstandard2.0/System.Text.Encoding.CodePages.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.22.51805" - } - } - }, - "System.Threading.Tasks.Extensions/4.5.4": { - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.1.2" - }, - "runtime": { - "lib/netstandard2.0/System.Threading.Tasks.Extensions.dll": { - "assemblyVersion": "4.2.0.1", - "fileVersion": "4.6.28619.1" - } - } - } - } - }, - "libraries": { - "Inshiminator.Generators/0.1.2-g2e58a4565a": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Microsoft.CodeAnalysis.Common/4.12.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-c1kNYihL2gdcuU1dqm8R8YeA4YkB43TpU3pa2r66Uooh6AAhRtENzj9A4Kj0a+H8JDDyuTjNZql9XlVUzV+UjA==", - "path": "microsoft.codeanalysis.common/4.12.0", - "hashPath": "microsoft.codeanalysis.common.4.12.0.nupkg.sha512" - }, - "Microsoft.CodeAnalysis.CSharp/4.12.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-30vVQ1MizeC22iEdEvI2w0eTIYG43/L20yBzuQH01xKzJgHAoWehzI2F8u07o4mXh4DGMOjQF7aEm0zzvsG3Mg==", - "path": "microsoft.codeanalysis.csharp/4.12.0", - "hashPath": "microsoft.codeanalysis.csharp.4.12.0.nupkg.sha512" - }, - "Microsoft.SourceLink.GitHub/10.0.203": { - "type": "package", - "serviceable": true, - "sha512": "sha512-R4Tvr1oACImMS+Y5M7NM07ll9QyJSKnki3Dvz8QwG1W6FEmd+9fmZXAF6BE6UPswHF6n0v41wgMQGlaudOspqA==", - "path": "microsoft.sourcelink.github/10.0.203", - "hashPath": "microsoft.sourcelink.github.10.0.203.nupkg.sha512" - }, - "System.Buffers/4.6.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-N8GXpmiLMtljq7gwvyS+1QvKT/W2J8sNAvx+HVg4NGmsG/H+2k/y9QI23auLJRterrzCiDH+IWAw4V/GPwsMlw==", - "path": "system.buffers/4.6.1", - "hashPath": "system.buffers.4.6.1.nupkg.sha512" - }, - "System.Collections.Immutable/8.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-AurL6Y5BA1WotzlEvVaIDpqzpIPvYnnldxru8oXJU2yFxFUy3+pNXjXd1ymO+RA0rq0+590Q8gaz2l3Sr7fmqg==", - "path": "system.collections.immutable/8.0.0", - "hashPath": "system.collections.immutable.8.0.0.nupkg.sha512" - }, - "System.IO.Hashing/10.0.7": { - "type": "package", - "serviceable": true, - "sha512": "sha512-6hsjdSr4VOXSOnhALkYplHpAxnTG1J33YN42IB6nH2fEg4QnJqrZ4Ft+qn7mkrKAOYC8pCSFYwVWw6rQbmwgLQ==", - "path": "system.io.hashing/10.0.7", - "hashPath": "system.io.hashing.10.0.7.nupkg.sha512" - }, - "System.Memory/4.6.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-qdcDOgnFZY40+Q9876JUHnlHu7bosOHX8XISRoH94fwk6hgaeQGSgfZd8srWRZNt5bV9ZW2TljcegDNxsf+96A==", - "path": "system.memory/4.6.3", - "hashPath": "system.memory.4.6.3.nupkg.sha512" - }, - "System.Numerics.Vectors/4.6.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-sQxefTnhagrhoq2ReR0D/6K0zJcr9Hrd6kikeXsA1I8kOCboTavcUC4r7TSfpKFeE163uMuxZcyfO1mGO3EN8Q==", - "path": "system.numerics.vectors/4.6.1", - "hashPath": "system.numerics.vectors.4.6.1.nupkg.sha512" - }, - "System.Reflection.Metadata/8.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ptvgrFh7PvWI8bcVqG5rsA/weWM09EnthFHR5SCnS6IN+P4mj6rE1lBDC4U8HL9/57htKAqy4KQ3bBj84cfYyQ==", - "path": "system.reflection.metadata/8.0.0", - "hashPath": "system.reflection.metadata.8.0.0.nupkg.sha512" - }, - "System.Runtime.CompilerServices.Unsafe/6.1.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-2hBr6zdbIBTDE3EhK7NSVNdX58uTK6iHW/P/Axmm9sl1xoGSLqDvMtpecn226TNwHByFokYwJmt/aQQNlO5CRw==", - "path": "system.runtime.compilerservices.unsafe/6.1.2", - "hashPath": "system.runtime.compilerservices.unsafe.6.1.2.nupkg.sha512" - }, - "System.Text.Encoding.CodePages/7.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-LSyCblMpvOe0N3E+8e0skHcrIhgV2huaNcjUUEa8hRtgEAm36aGkRoC8Jxlb6Ra6GSfF29ftduPNywin8XolzQ==", - "path": "system.text.encoding.codepages/7.0.0", - "hashPath": "system.text.encoding.codepages.7.0.0.nupkg.sha512" - }, - "System.Threading.Tasks.Extensions/4.5.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==", - "path": "system.threading.tasks.extensions/4.5.4", - "hashPath": "system.threading.tasks.extensions.4.5.4.nupkg.sha512" - } - } -} \ No newline at end of file diff --git a/src/Inshiminator.Generators/bin/Debug/netstandard2.0/Inshiminator.Generators.dll b/src/Inshiminator.Generators/bin/Debug/netstandard2.0/Inshiminator.Generators.dll deleted file mode 100644 index e4b7d04..0000000 Binary files a/src/Inshiminator.Generators/bin/Debug/netstandard2.0/Inshiminator.Generators.dll and /dev/null differ diff --git a/src/Inshiminator.Generators/bin/Debug/netstandard2.0/Inshiminator.Generators.pdb b/src/Inshiminator.Generators/bin/Debug/netstandard2.0/Inshiminator.Generators.pdb deleted file mode 100644 index 02dee33..0000000 Binary files a/src/Inshiminator.Generators/bin/Debug/netstandard2.0/Inshiminator.Generators.pdb and /dev/null differ diff --git a/src/Inshiminator.Generators/obj/Debug/netstandard2.0/.NETStandard,Version=v2.0.AssemblyAttributes.cs b/src/Inshiminator.Generators/obj/Debug/netstandard2.0/.NETStandard,Version=v2.0.AssemblyAttributes.cs deleted file mode 100644 index d474c37..0000000 --- a/src/Inshiminator.Generators/obj/Debug/netstandard2.0/.NETStandard,Version=v2.0.AssemblyAttributes.cs +++ /dev/null @@ -1,4 +0,0 @@ -// -using System; -using System.Reflection; -[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETStandard,Version=v2.0", FrameworkDisplayName = ".NET Standard 2.0")] diff --git a/src/Inshiminator.Generators/obj/Debug/netstandard2.0/Inshiminator.Generators.AssemblyInfo.cs b/src/Inshiminator.Generators/obj/Debug/netstandard2.0/Inshiminator.Generators.AssemblyInfo.cs deleted file mode 100644 index 62de640..0000000 --- a/src/Inshiminator.Generators/obj/Debug/netstandard2.0/Inshiminator.Generators.AssemblyInfo.cs +++ /dev/null @@ -1,22 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -using System; -using System.Reflection; - -[assembly: System.Reflection.AssemblyCompanyAttribute("Jerrett Davis")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] -[assembly: System.Reflection.AssemblyCopyrightAttribute("Copyright (c) 2026 Jerrett Davis")] -[assembly: System.Reflection.AssemblyDescriptionAttribute("Analyzer-guided shim generation for .NET applications.")] -[assembly: System.Reflection.AssemblyProductAttribute("Inshiminator.Generators")] -[assembly: System.Reflection.AssemblyTitleAttribute("Inshiminator.Generators")] -[assembly: System.Reflection.AssemblyMetadataAttribute("RepositoryUrl", "https://github.com/JerrettDavis/InShimInator")] - -// Generated by the MSBuild WriteCodeFragment class. - diff --git a/src/Inshiminator.Generators/obj/Debug/netstandard2.0/Inshiminator.Generators.AssemblyInfoInputs.cache b/src/Inshiminator.Generators/obj/Debug/netstandard2.0/Inshiminator.Generators.AssemblyInfoInputs.cache deleted file mode 100644 index 9654098..0000000 --- a/src/Inshiminator.Generators/obj/Debug/netstandard2.0/Inshiminator.Generators.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -843e1ad37b500bfed12362da9b77f9899e21017784b310100074c85eeee7c81f diff --git a/src/Inshiminator.Generators/obj/Debug/netstandard2.0/Inshiminator.Generators.GeneratedMSBuildEditorConfig.editorconfig b/src/Inshiminator.Generators/obj/Debug/netstandard2.0/Inshiminator.Generators.GeneratedMSBuildEditorConfig.editorconfig deleted file mode 100644 index 9786b04..0000000 --- a/src/Inshiminator.Generators/obj/Debug/netstandard2.0/Inshiminator.Generators.GeneratedMSBuildEditorConfig.editorconfig +++ /dev/null @@ -1,16 +0,0 @@ -is_global = true -build_property.TargetFramework = netstandard2.0 -build_property.TargetPlatformMinVersion = 7.0 -build_property.UsingMicrosoftNETSdkWeb = -build_property.ProjectTypeGuids = -build_property.InvariantGlobalization = -build_property.PlatformNeutralAssembly = -build_property.EnforceExtendedAnalyzerRules = true -build_property._SupportedPlatformList = Linux,macOS,Windows -build_property.RootNamespace = Inshiminator.Generators -build_property.ProjectDir = C:\git\InShimInator\src\Inshiminator.Generators\ -build_property.EnableComHosting = -build_property.EnableGeneratedComInterfaceComImportInterop = -build_property.CsWinRTUseWindowsUIXamlProjections = false -build_property.EffectiveAnalysisLevelStyle = -build_property.EnableCodeStyleSeverity = diff --git a/src/Inshiminator.Generators/obj/Debug/netstandard2.0/Inshiminator.Generators.GlobalUsings.g.cs b/src/Inshiminator.Generators/obj/Debug/netstandard2.0/Inshiminator.Generators.GlobalUsings.g.cs deleted file mode 100644 index 3bad85c..0000000 --- a/src/Inshiminator.Generators/obj/Debug/netstandard2.0/Inshiminator.Generators.GlobalUsings.g.cs +++ /dev/null @@ -1,8 +0,0 @@ -// -global using System; -global using System.Collections.Generic; -global using System.IO; -global using System.Linq; -global using System.Net.Http; -global using System.Threading; -global using System.Threading.Tasks; diff --git a/src/Inshiminator.Generators/obj/Debug/netstandard2.0/Inshiminator.Generators.Version.cs b/src/Inshiminator.Generators/obj/Debug/netstandard2.0/Inshiminator.Generators.Version.cs deleted file mode 100644 index 51f4918..0000000 --- a/src/Inshiminator.Generators/obj/Debug/netstandard2.0/Inshiminator.Generators.Version.cs +++ /dev/null @@ -1,35 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -#pragma warning disable CA2243 - -[assembly: global::System.Reflection.AssemblyVersionAttribute("0.1.0.0")] -[assembly: global::System.Reflection.AssemblyFileVersionAttribute("0.1.2.11864")] -[assembly: global::System.Reflection.AssemblyInformationalVersionAttribute("0.1.2+2e58a4565a")] -#if NETSTANDARD || NETFRAMEWORK || NETCOREAPP -[global::System.CodeDom.Compiler.GeneratedCode("Nerdbank.GitVersioning.Tasks","3.9.50.28654")] -#endif -#if NET40_OR_GREATER || NETCOREAPP2_0_OR_GREATER || NETSTANDARD2_0_OR_GREATER -[global::System.Diagnostics.CodeAnalysis.ExcludeFromCodeCoverage] -#endif -internal static partial class ThisAssembly { - internal const string AssemblyConfiguration = "Debug"; - internal const string AssemblyFileVersion = "0.1.2.11864"; - internal const string AssemblyInformationalVersion = "0.1.2+2e58a4565a"; - internal const string AssemblyName = "Inshiminator.Generators"; - internal const string AssemblyTitle = "Inshiminator.Generators"; - internal const string AssemblyVersion = "0.1.0.0"; - internal static readonly global::System.DateTime GitCommitAuthorDate = new global::System.DateTime(639138599560000000L, global::System.DateTimeKind.Utc); - internal static readonly global::System.DateTime GitCommitDate = new global::System.DateTime(639138599560000000L, global::System.DateTimeKind.Utc); - internal const string GitCommitId = "2e58a4565a8558cbb77d4b912c0ddcb50b29665c"; - internal const bool IsPrerelease = false; - internal const bool IsPublicRelease = false; - internal const string RootNamespace = "Inshiminator.Generators"; -} diff --git a/src/Inshiminator.Generators/obj/Debug/netstandard2.0/Inshiminator.Generators.Version.cs.new b/src/Inshiminator.Generators/obj/Debug/netstandard2.0/Inshiminator.Generators.Version.cs.new deleted file mode 100644 index 51f4918..0000000 --- a/src/Inshiminator.Generators/obj/Debug/netstandard2.0/Inshiminator.Generators.Version.cs.new +++ /dev/null @@ -1,35 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -#pragma warning disable CA2243 - -[assembly: global::System.Reflection.AssemblyVersionAttribute("0.1.0.0")] -[assembly: global::System.Reflection.AssemblyFileVersionAttribute("0.1.2.11864")] -[assembly: global::System.Reflection.AssemblyInformationalVersionAttribute("0.1.2+2e58a4565a")] -#if NETSTANDARD || NETFRAMEWORK || NETCOREAPP -[global::System.CodeDom.Compiler.GeneratedCode("Nerdbank.GitVersioning.Tasks","3.9.50.28654")] -#endif -#if NET40_OR_GREATER || NETCOREAPP2_0_OR_GREATER || NETSTANDARD2_0_OR_GREATER -[global::System.Diagnostics.CodeAnalysis.ExcludeFromCodeCoverage] -#endif -internal static partial class ThisAssembly { - internal const string AssemblyConfiguration = "Debug"; - internal const string AssemblyFileVersion = "0.1.2.11864"; - internal const string AssemblyInformationalVersion = "0.1.2+2e58a4565a"; - internal const string AssemblyName = "Inshiminator.Generators"; - internal const string AssemblyTitle = "Inshiminator.Generators"; - internal const string AssemblyVersion = "0.1.0.0"; - internal static readonly global::System.DateTime GitCommitAuthorDate = new global::System.DateTime(639138599560000000L, global::System.DateTimeKind.Utc); - internal static readonly global::System.DateTime GitCommitDate = new global::System.DateTime(639138599560000000L, global::System.DateTimeKind.Utc); - internal const string GitCommitId = "2e58a4565a8558cbb77d4b912c0ddcb50b29665c"; - internal const bool IsPrerelease = false; - internal const bool IsPublicRelease = false; - internal const string RootNamespace = "Inshiminator.Generators"; -} diff --git a/src/Inshiminator.Generators/obj/Debug/netstandard2.0/Inshiminator.Generators.assets.cache b/src/Inshiminator.Generators/obj/Debug/netstandard2.0/Inshiminator.Generators.assets.cache deleted file mode 100644 index 5bd4141..0000000 Binary files a/src/Inshiminator.Generators/obj/Debug/netstandard2.0/Inshiminator.Generators.assets.cache and /dev/null differ diff --git a/src/Inshiminator.Generators/obj/Debug/netstandard2.0/Inshiminator.Generators.csproj.AssemblyReference.cache b/src/Inshiminator.Generators/obj/Debug/netstandard2.0/Inshiminator.Generators.csproj.AssemblyReference.cache deleted file mode 100644 index ee275c2..0000000 Binary files a/src/Inshiminator.Generators/obj/Debug/netstandard2.0/Inshiminator.Generators.csproj.AssemblyReference.cache and /dev/null differ diff --git a/src/Inshiminator.Generators/obj/Debug/netstandard2.0/Inshiminator.Generators.csproj.CoreCompileInputs.cache b/src/Inshiminator.Generators/obj/Debug/netstandard2.0/Inshiminator.Generators.csproj.CoreCompileInputs.cache deleted file mode 100644 index cbe2f35..0000000 --- a/src/Inshiminator.Generators/obj/Debug/netstandard2.0/Inshiminator.Generators.csproj.CoreCompileInputs.cache +++ /dev/null @@ -1 +0,0 @@ -72b8c4511191444c70c18ca60cffac3d244fce498beba0aebe5b1d8fcfec1671 diff --git a/src/Inshiminator.Generators/obj/Debug/netstandard2.0/Inshiminator.Generators.csproj.FileListAbsolute.txt b/src/Inshiminator.Generators/obj/Debug/netstandard2.0/Inshiminator.Generators.csproj.FileListAbsolute.txt deleted file mode 100644 index ce1052d..0000000 --- a/src/Inshiminator.Generators/obj/Debug/netstandard2.0/Inshiminator.Generators.csproj.FileListAbsolute.txt +++ /dev/null @@ -1,10 +0,0 @@ -C:\git\InShimInator\src\Inshiminator.Generators\bin\Debug\netstandard2.0\Inshiminator.Generators.deps.json -C:\git\InShimInator\src\Inshiminator.Generators\bin\Debug\netstandard2.0\Inshiminator.Generators.dll -C:\git\InShimInator\src\Inshiminator.Generators\bin\Debug\netstandard2.0\Inshiminator.Generators.pdb -C:\git\InShimInator\src\Inshiminator.Generators\obj\Debug\netstandard2.0\Inshiminator.Generators.csproj.AssemblyReference.cache -C:\git\InShimInator\src\Inshiminator.Generators\obj\Debug\netstandard2.0\Inshiminator.Generators.GeneratedMSBuildEditorConfig.editorconfig -C:\git\InShimInator\src\Inshiminator.Generators\obj\Debug\netstandard2.0\Inshiminator.Generators.AssemblyInfoInputs.cache -C:\git\InShimInator\src\Inshiminator.Generators\obj\Debug\netstandard2.0\Inshiminator.Generators.AssemblyInfo.cs -C:\git\InShimInator\src\Inshiminator.Generators\obj\Debug\netstandard2.0\Inshiminator.Generators.csproj.CoreCompileInputs.cache -C:\git\InShimInator\src\Inshiminator.Generators\obj\Debug\netstandard2.0\Inshiminator.Generators.dll -C:\git\InShimInator\src\Inshiminator.Generators\obj\Debug\netstandard2.0\Inshiminator.Generators.pdb diff --git a/src/Inshiminator.Generators/obj/Debug/netstandard2.0/Inshiminator.Generators.dll b/src/Inshiminator.Generators/obj/Debug/netstandard2.0/Inshiminator.Generators.dll deleted file mode 100644 index e4b7d04..0000000 Binary files a/src/Inshiminator.Generators/obj/Debug/netstandard2.0/Inshiminator.Generators.dll and /dev/null differ diff --git a/src/Inshiminator.Generators/obj/Debug/netstandard2.0/Inshiminator.Generators.pdb b/src/Inshiminator.Generators/obj/Debug/netstandard2.0/Inshiminator.Generators.pdb deleted file mode 100644 index 02dee33..0000000 Binary files a/src/Inshiminator.Generators/obj/Debug/netstandard2.0/Inshiminator.Generators.pdb and /dev/null differ diff --git a/src/Inshiminator.Generators/obj/Inshiminator.Generators.csproj.nuget.dgspec.json b/src/Inshiminator.Generators/obj/Inshiminator.Generators.csproj.nuget.dgspec.json deleted file mode 100644 index b809451..0000000 --- a/src/Inshiminator.Generators/obj/Inshiminator.Generators.csproj.nuget.dgspec.json +++ /dev/null @@ -1,915 +0,0 @@ -{ - "format": 1, - "restore": { - "C:\\git\\InShimInator\\src\\Inshiminator.Generators\\Inshiminator.Generators.csproj": {} - }, - "projects": { - "C:\\git\\InShimInator\\src\\Inshiminator.Generators\\Inshiminator.Generators.csproj": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "C:\\git\\InShimInator\\src\\Inshiminator.Generators\\Inshiminator.Generators.csproj", - "projectName": "Inshiminator.Generators", - "projectPath": "C:\\git\\InShimInator\\src\\Inshiminator.Generators\\Inshiminator.Generators.csproj", - "packagesPath": "C:\\Users\\jd\\.nuget\\packages\\", - "outputPath": "C:\\git\\InShimInator\\src\\Inshiminator.Generators\\obj\\", - "projectStyle": "PackageReference", - "crossTargeting": true, - "centralPackageVersionsManagementEnabled": true, - "fallbackFolders": [ - "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" - ], - "configFilePaths": [ - "C:\\git\\InShimInator\\NuGet.Config", - "C:\\Users\\jd\\AppData\\Roaming\\NuGet\\NuGet.Config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" - ], - "originalTargetFrameworks": [ - "net10.0", - "net8.0", - "netstandard2.0" - ], - "sources": { - "C:\\Program Files\\dotnet\\library-packs": {}, - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net8.0": { - "targetAlias": "net8.0", - "projectReferences": {} - }, - "net10.0": { - "targetAlias": "net10.0", - "projectReferences": {} - }, - "netstandard2.0": { - "targetAlias": "netstandard2.0", - "projectReferences": {} - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - }, - "restoreAuditProperties": { - "enableAudit": "true", - "auditLevel": "low", - "auditMode": "all" - }, - "SdkAnalysisLevel": "10.0.100" - }, - "frameworks": { - "net8.0": { - "targetAlias": "net8.0", - "dependencies": { - "Microsoft.CodeAnalysis.Analyzers": { - "include": "Runtime, Build, Native, ContentFiles, Analyzers, BuildTransitive", - "suppressParent": "All", - "target": "Package", - "version": "[3.11.0, )", - "versionCentrallyManaged": true - }, - "Microsoft.CodeAnalysis.CSharp": { - "target": "Package", - "version": "[4.12.0, )", - "versionCentrallyManaged": true - }, - "Microsoft.SourceLink.GitHub": { - "suppressParent": "All", - "target": "Package", - "version": "[10.0.203, )", - "versionCentrallyManaged": true - }, - "Nerdbank.GitVersioning": { - "suppressParent": "All", - "target": "Package", - "version": "[3.9.50, )", - "versionCentrallyManaged": true - } - }, - "centralPackageVersions": { - "coverlet.collector": "10.0.0", - "Microsoft.Build.Locator": "1.11.2", - "Microsoft.CodeAnalysis.Analyzers": "3.11.0", - "Microsoft.CodeAnalysis.CSharp": "4.12.0", - "Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.12.0", - "Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing.XUnit": "1.1.2", - "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.7", - "Microsoft.NET.Test.Sdk": "18.5.1", - "Microsoft.SourceLink.GitHub": "10.0.203", - "Nerdbank.GitVersioning": "3.9.50", - "Spectre.Console.Cli": "0.55.0", - "xunit": "2.9.3", - "xunit.runner.visualstudio": "3.1.5" - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48", - "net481" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\10.0.107/PortableRuntimeIdentifierGraph.json", - "packagesToPrune": { - "Microsoft.CSharp": "(,4.7.32767]", - "Microsoft.VisualBasic": "(,10.3.32767]", - "Microsoft.Win32.Primitives": "(,4.3.32767]", - "Microsoft.Win32.Registry": "(,5.0.32767]", - "runtime.any.System.Collections": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.any.System.Globalization": "(,4.3.32767]", - "runtime.any.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.any.System.IO": "(,4.3.32767]", - "runtime.any.System.Reflection": "(,4.3.32767]", - "runtime.any.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.any.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.any.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.any.System.Runtime": "(,4.3.32767]", - "runtime.any.System.Runtime.Handles": "(,4.3.32767]", - "runtime.any.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.any.System.Text.Encoding": "(,4.3.32767]", - "runtime.any.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.any.System.Threading.Tasks": "(,4.3.32767]", - "runtime.any.System.Threading.Timer": "(,4.3.32767]", - "runtime.aot.System.Collections": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.aot.System.Globalization": "(,4.3.32767]", - "runtime.aot.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.aot.System.IO": "(,4.3.32767]", - "runtime.aot.System.Reflection": "(,4.3.32767]", - "runtime.aot.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.aot.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.aot.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.aot.System.Runtime": "(,4.3.32767]", - "runtime.aot.System.Runtime.Handles": "(,4.3.32767]", - "runtime.aot.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.aot.System.Threading.Tasks": "(,4.3.32767]", - "runtime.aot.System.Threading.Timer": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.native.System.Security.Cryptography.Apple": "(,4.3.32767]", - "runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.unix.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.unix.System.Console": "(,4.3.32767]", - "runtime.unix.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.unix.System.IO.FileSystem": "(,4.3.32767]", - "runtime.unix.System.Net.Primitives": "(,4.3.32767]", - "runtime.unix.System.Net.Sockets": "(,4.3.32767]", - "runtime.unix.System.Private.Uri": "(,4.3.32767]", - "runtime.unix.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.win.System.Console": "(,4.3.32767]", - "runtime.win.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.win.System.IO.FileSystem": "(,4.3.32767]", - "runtime.win.System.Net.Primitives": "(,4.3.32767]", - "runtime.win.System.Net.Sockets": "(,4.3.32767]", - "runtime.win.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win10-arm-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-arm64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win10-x64-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-x86-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7-x86.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7.System.Private.Uri": "(,4.3.32767]", - "runtime.win8-arm.runtime.native.System.IO.Compression": "(,4.3.32767]", - "System.AppContext": "(,4.3.32767]", - "System.Buffers": "(,4.6.32767]", - "System.Collections": "(,4.3.32767]", - "System.Collections.Concurrent": "(,4.3.32767]", - "System.Collections.Immutable": "(,8.0.32767]", - "System.Collections.NonGeneric": "(,4.3.32767]", - "System.Collections.Specialized": "(,4.3.32767]", - "System.ComponentModel": "(,4.3.32767]", - "System.ComponentModel.Annotations": "(,5.0.32767]", - "System.ComponentModel.EventBasedAsync": "(,4.3.32767]", - "System.ComponentModel.Primitives": "(,4.3.32767]", - "System.ComponentModel.TypeConverter": "(,4.3.32767]", - "System.Console": "(,4.3.32767]", - "System.Data.Common": "(,4.3.32767]", - "System.Data.DataSetExtensions": "(,4.5.32767]", - "System.Diagnostics.Contracts": "(,4.3.32767]", - "System.Diagnostics.Debug": "(,4.3.32767]", - "System.Diagnostics.DiagnosticSource": "(,8.0.32767]", - "System.Diagnostics.FileVersionInfo": "(,4.3.32767]", - "System.Diagnostics.Process": "(,4.3.32767]", - "System.Diagnostics.StackTrace": "(,4.3.32767]", - "System.Diagnostics.TextWriterTraceListener": "(,4.3.32767]", - "System.Diagnostics.Tools": "(,4.3.32767]", - "System.Diagnostics.TraceSource": "(,4.3.32767]", - "System.Diagnostics.Tracing": "(,4.3.32767]", - "System.Drawing.Primitives": "(,4.3.32767]", - "System.Dynamic.Runtime": "(,4.3.32767]", - "System.Formats.Asn1": "(,8.0.32767]", - "System.Globalization": "(,4.3.32767]", - "System.Globalization.Calendars": "(,4.3.32767]", - "System.Globalization.Extensions": "(,4.3.32767]", - "System.IO": "(,4.3.32767]", - "System.IO.Compression": "(,4.3.32767]", - "System.IO.Compression.ZipFile": "(,4.3.32767]", - "System.IO.FileSystem": "(,4.3.32767]", - "System.IO.FileSystem.AccessControl": "(,5.0.32767]", - "System.IO.FileSystem.DriveInfo": "(,4.3.32767]", - "System.IO.FileSystem.Primitives": "(,4.3.32767]", - "System.IO.FileSystem.Watcher": "(,4.3.32767]", - "System.IO.IsolatedStorage": "(,4.3.32767]", - "System.IO.MemoryMappedFiles": "(,4.3.32767]", - "System.IO.Pipes": "(,4.3.32767]", - "System.IO.Pipes.AccessControl": "(,4.6.32767]", - "System.IO.UnmanagedMemoryStream": "(,4.3.32767]", - "System.Linq": "(,4.3.32767]", - "System.Linq.Expressions": "(,4.3.32767]", - "System.Linq.Parallel": "(,4.3.32767]", - "System.Linq.Queryable": "(,4.3.32767]", - "System.Memory": "(,4.6.32767]", - "System.Net.Http": "(,4.3.32767]", - "System.Net.Http.Json": "(,8.0.32767]", - "System.Net.NameResolution": "(,4.3.32767]", - "System.Net.NetworkInformation": "(,4.3.32767]", - "System.Net.Ping": "(,4.3.32767]", - "System.Net.Primitives": "(,4.3.32767]", - "System.Net.Requests": "(,4.3.32767]", - "System.Net.Security": "(,4.3.32767]", - "System.Net.Sockets": "(,4.3.32767]", - "System.Net.WebHeaderCollection": "(,4.3.32767]", - "System.Net.WebSockets": "(,4.3.32767]", - "System.Net.WebSockets.Client": "(,4.3.32767]", - "System.Numerics.Vectors": "(,4.6.32767]", - "System.ObjectModel": "(,4.3.32767]", - "System.Private.DataContractSerialization": "(,4.3.32767]", - "System.Private.Uri": "(,4.3.32767]", - "System.Reflection": "(,4.3.32767]", - "System.Reflection.DispatchProxy": "(,4.8.32767]", - "System.Reflection.Emit": "(,4.7.32767]", - "System.Reflection.Emit.ILGeneration": "(,4.7.32767]", - "System.Reflection.Emit.Lightweight": "(,4.7.32767]", - "System.Reflection.Extensions": "(,4.3.32767]", - "System.Reflection.Metadata": "(,8.0.32767]", - "System.Reflection.Primitives": "(,4.3.32767]", - "System.Reflection.TypeExtensions": "(,4.7.32767]", - "System.Resources.Reader": "(,4.3.32767]", - "System.Resources.ResourceManager": "(,4.3.32767]", - "System.Resources.Writer": "(,4.3.32767]", - "System.Runtime": "(,4.3.32767]", - "System.Runtime.CompilerServices.Unsafe": "(,6.1.32767]", - "System.Runtime.CompilerServices.VisualC": "(,4.3.32767]", - "System.Runtime.Extensions": "(,4.3.32767]", - "System.Runtime.Handles": "(,4.3.32767]", - "System.Runtime.InteropServices": "(,4.3.32767]", - "System.Runtime.InteropServices.RuntimeInformation": "(,4.3.32767]", - "System.Runtime.Loader": "(,4.3.32767]", - "System.Runtime.Numerics": "(,4.3.32767]", - "System.Runtime.Serialization.Formatters": "(,4.3.32767]", - "System.Runtime.Serialization.Json": "(,4.3.32767]", - "System.Runtime.Serialization.Primitives": "(,4.3.32767]", - "System.Runtime.Serialization.Xml": "(,4.3.32767]", - "System.Security.AccessControl": "(,6.0.32767]", - "System.Security.Claims": "(,4.3.32767]", - "System.Security.Cryptography.Algorithms": "(,4.3.32767]", - "System.Security.Cryptography.Cng": "(,4.6.32767]", - "System.Security.Cryptography.Csp": "(,4.3.32767]", - "System.Security.Cryptography.Encoding": "(,4.3.32767]", - "System.Security.Cryptography.OpenSsl": "(,5.0.32767]", - "System.Security.Cryptography.Primitives": "(,4.3.32767]", - "System.Security.Cryptography.X509Certificates": "(,4.3.32767]", - "System.Security.Principal": "(,4.3.32767]", - "System.Security.Principal.Windows": "(,5.0.32767]", - "System.Security.SecureString": "(,4.3.32767]", - "System.Text.Encoding": "(,4.3.32767]", - "System.Text.Encoding.CodePages": "(,8.0.32767]", - "System.Text.Encoding.Extensions": "(,4.3.32767]", - "System.Text.Encodings.Web": "(,8.0.32767]", - "System.Text.Json": "(,8.0.32767]", - "System.Text.RegularExpressions": "(,4.3.32767]", - "System.Threading": "(,4.3.32767]", - "System.Threading.Channels": "(,8.0.32767]", - "System.Threading.Overlapped": "(,4.3.32767]", - "System.Threading.Tasks": "(,4.3.32767]", - "System.Threading.Tasks.Dataflow": "(,8.0.32767]", - "System.Threading.Tasks.Extensions": "(,4.6.32767]", - "System.Threading.Tasks.Parallel": "(,4.3.32767]", - "System.Threading.Thread": "(,4.3.32767]", - "System.Threading.ThreadPool": "(,4.3.32767]", - "System.Threading.Timer": "(,4.3.32767]", - "System.ValueTuple": "(,4.6.32767]", - "System.Xml.ReaderWriter": "(,4.3.32767]", - "System.Xml.XDocument": "(,4.3.32767]", - "System.Xml.XmlDocument": "(,4.3.32767]", - "System.Xml.XmlSerializer": "(,4.3.32767]", - "System.Xml.XPath": "(,4.3.32767]", - "System.Xml.XPath.XDocument": "(,4.3.32767]" - } - }, - "net10.0": { - "targetAlias": "net10.0", - "dependencies": { - "Microsoft.CodeAnalysis.Analyzers": { - "include": "Runtime, Build, Native, ContentFiles, Analyzers, BuildTransitive", - "suppressParent": "All", - "target": "Package", - "version": "[3.11.0, )", - "versionCentrallyManaged": true - }, - "Microsoft.CodeAnalysis.CSharp": { - "target": "Package", - "version": "[4.12.0, )", - "versionCentrallyManaged": true - }, - "Microsoft.SourceLink.GitHub": { - "suppressParent": "All", - "target": "Package", - "version": "[10.0.203, )", - "versionCentrallyManaged": true - }, - "Nerdbank.GitVersioning": { - "suppressParent": "All", - "target": "Package", - "version": "[3.9.50, )", - "versionCentrallyManaged": true - } - }, - "centralPackageVersions": { - "coverlet.collector": "10.0.0", - "Microsoft.Build.Locator": "1.11.2", - "Microsoft.CodeAnalysis.Analyzers": "3.11.0", - "Microsoft.CodeAnalysis.CSharp": "4.12.0", - "Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.12.0", - "Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing.XUnit": "1.1.2", - "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.7", - "Microsoft.NET.Test.Sdk": "18.5.1", - "Microsoft.SourceLink.GitHub": "10.0.203", - "Nerdbank.GitVersioning": "3.9.50", - "Spectre.Console.Cli": "0.55.0", - "xunit": "2.9.3", - "xunit.runner.visualstudio": "3.1.5" - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48", - "net481" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\10.0.107/PortableRuntimeIdentifierGraph.json", - "packagesToPrune": { - "Microsoft.CSharp": "(,4.7.32767]", - "Microsoft.VisualBasic": "(,10.4.32767]", - "Microsoft.Win32.Primitives": "(,4.3.32767]", - "Microsoft.Win32.Registry": "(,5.0.32767]", - "runtime.any.System.Collections": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.any.System.Globalization": "(,4.3.32767]", - "runtime.any.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.any.System.IO": "(,4.3.32767]", - "runtime.any.System.Reflection": "(,4.3.32767]", - "runtime.any.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.any.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.any.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.any.System.Runtime": "(,4.3.32767]", - "runtime.any.System.Runtime.Handles": "(,4.3.32767]", - "runtime.any.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.any.System.Text.Encoding": "(,4.3.32767]", - "runtime.any.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.any.System.Threading.Tasks": "(,4.3.32767]", - "runtime.any.System.Threading.Timer": "(,4.3.32767]", - "runtime.aot.System.Collections": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.aot.System.Globalization": "(,4.3.32767]", - "runtime.aot.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.aot.System.IO": "(,4.3.32767]", - "runtime.aot.System.Reflection": "(,4.3.32767]", - "runtime.aot.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.aot.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.aot.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.aot.System.Runtime": "(,4.3.32767]", - "runtime.aot.System.Runtime.Handles": "(,4.3.32767]", - "runtime.aot.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.aot.System.Threading.Tasks": "(,4.3.32767]", - "runtime.aot.System.Threading.Timer": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.unix.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.unix.System.Console": "(,4.3.32767]", - "runtime.unix.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.unix.System.IO.FileSystem": "(,4.3.32767]", - "runtime.unix.System.Net.Primitives": "(,4.3.32767]", - "runtime.unix.System.Net.Sockets": "(,4.3.32767]", - "runtime.unix.System.Private.Uri": "(,4.3.32767]", - "runtime.unix.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.win.System.Console": "(,4.3.32767]", - "runtime.win.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.win.System.IO.FileSystem": "(,4.3.32767]", - "runtime.win.System.Net.Primitives": "(,4.3.32767]", - "runtime.win.System.Net.Sockets": "(,4.3.32767]", - "runtime.win.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win10-arm-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-arm64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win10-x64-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-x86-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7-x86.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7.System.Private.Uri": "(,4.3.32767]", - "runtime.win8-arm.runtime.native.System.IO.Compression": "(,4.3.32767]", - "System.AppContext": "(,4.3.32767]", - "System.Buffers": "(,5.0.32767]", - "System.Collections": "(,4.3.32767]", - "System.Collections.Concurrent": "(,4.3.32767]", - "System.Collections.Immutable": "(,10.0.32767]", - "System.Collections.NonGeneric": "(,4.3.32767]", - "System.Collections.Specialized": "(,4.3.32767]", - "System.ComponentModel": "(,4.3.32767]", - "System.ComponentModel.Annotations": "(,4.3.32767]", - "System.ComponentModel.EventBasedAsync": "(,4.3.32767]", - "System.ComponentModel.Primitives": "(,4.3.32767]", - "System.ComponentModel.TypeConverter": "(,4.3.32767]", - "System.Console": "(,4.3.32767]", - "System.Data.Common": "(,4.3.32767]", - "System.Data.DataSetExtensions": "(,4.4.32767]", - "System.Diagnostics.Contracts": "(,4.3.32767]", - "System.Diagnostics.Debug": "(,4.3.32767]", - "System.Diagnostics.DiagnosticSource": "(,10.0.32767]", - "System.Diagnostics.FileVersionInfo": "(,4.3.32767]", - "System.Diagnostics.Process": "(,4.3.32767]", - "System.Diagnostics.StackTrace": "(,4.3.32767]", - "System.Diagnostics.TextWriterTraceListener": "(,4.3.32767]", - "System.Diagnostics.Tools": "(,4.3.32767]", - "System.Diagnostics.TraceSource": "(,4.3.32767]", - "System.Diagnostics.Tracing": "(,4.3.32767]", - "System.Drawing.Primitives": "(,4.3.32767]", - "System.Dynamic.Runtime": "(,4.3.32767]", - "System.Formats.Asn1": "(,10.0.32767]", - "System.Formats.Tar": "(,10.0.32767]", - "System.Globalization": "(,4.3.32767]", - "System.Globalization.Calendars": "(,4.3.32767]", - "System.Globalization.Extensions": "(,4.3.32767]", - "System.IO": "(,4.3.32767]", - "System.IO.Compression": "(,4.3.32767]", - "System.IO.Compression.ZipFile": "(,4.3.32767]", - "System.IO.FileSystem": "(,4.3.32767]", - "System.IO.FileSystem.AccessControl": "(,4.4.32767]", - "System.IO.FileSystem.DriveInfo": "(,4.3.32767]", - "System.IO.FileSystem.Primitives": "(,4.3.32767]", - "System.IO.FileSystem.Watcher": "(,4.3.32767]", - "System.IO.IsolatedStorage": "(,4.3.32767]", - "System.IO.MemoryMappedFiles": "(,4.3.32767]", - "System.IO.Pipelines": "(,10.0.32767]", - "System.IO.Pipes": "(,4.3.32767]", - "System.IO.Pipes.AccessControl": "(,5.0.32767]", - "System.IO.UnmanagedMemoryStream": "(,4.3.32767]", - "System.Linq": "(,4.3.32767]", - "System.Linq.AsyncEnumerable": "(,10.0.32767]", - "System.Linq.Expressions": "(,4.3.32767]", - "System.Linq.Parallel": "(,4.3.32767]", - "System.Linq.Queryable": "(,4.3.32767]", - "System.Memory": "(,5.0.32767]", - "System.Net.Http": "(,4.3.32767]", - "System.Net.Http.Json": "(,10.0.32767]", - "System.Net.NameResolution": "(,4.3.32767]", - "System.Net.NetworkInformation": "(,4.3.32767]", - "System.Net.Ping": "(,4.3.32767]", - "System.Net.Primitives": "(,4.3.32767]", - "System.Net.Requests": "(,4.3.32767]", - "System.Net.Security": "(,4.3.32767]", - "System.Net.ServerSentEvents": "(,10.0.32767]", - "System.Net.Sockets": "(,4.3.32767]", - "System.Net.WebHeaderCollection": "(,4.3.32767]", - "System.Net.WebSockets": "(,4.3.32767]", - "System.Net.WebSockets.Client": "(,4.3.32767]", - "System.Numerics.Vectors": "(,5.0.32767]", - "System.ObjectModel": "(,4.3.32767]", - "System.Private.DataContractSerialization": "(,4.3.32767]", - "System.Private.Uri": "(,4.3.32767]", - "System.Reflection": "(,4.3.32767]", - "System.Reflection.DispatchProxy": "(,6.0.32767]", - "System.Reflection.Emit": "(,4.7.32767]", - "System.Reflection.Emit.ILGeneration": "(,4.7.32767]", - "System.Reflection.Emit.Lightweight": "(,4.7.32767]", - "System.Reflection.Extensions": "(,4.3.32767]", - "System.Reflection.Metadata": "(,10.0.32767]", - "System.Reflection.Primitives": "(,4.3.32767]", - "System.Reflection.TypeExtensions": "(,4.3.32767]", - "System.Resources.Reader": "(,4.3.32767]", - "System.Resources.ResourceManager": "(,4.3.32767]", - "System.Resources.Writer": "(,4.3.32767]", - "System.Runtime": "(,4.3.32767]", - "System.Runtime.CompilerServices.Unsafe": "(,7.0.32767]", - "System.Runtime.CompilerServices.VisualC": "(,4.3.32767]", - "System.Runtime.Extensions": "(,4.3.32767]", - "System.Runtime.Handles": "(,4.3.32767]", - "System.Runtime.InteropServices": "(,4.3.32767]", - "System.Runtime.InteropServices.RuntimeInformation": "(,4.3.32767]", - "System.Runtime.Loader": "(,4.3.32767]", - "System.Runtime.Numerics": "(,4.3.32767]", - "System.Runtime.Serialization.Formatters": "(,4.3.32767]", - "System.Runtime.Serialization.Json": "(,4.3.32767]", - "System.Runtime.Serialization.Primitives": "(,4.3.32767]", - "System.Runtime.Serialization.Xml": "(,4.3.32767]", - "System.Security.AccessControl": "(,6.0.32767]", - "System.Security.Claims": "(,4.3.32767]", - "System.Security.Cryptography.Algorithms": "(,4.3.32767]", - "System.Security.Cryptography.Cng": "(,5.0.32767]", - "System.Security.Cryptography.Csp": "(,4.3.32767]", - "System.Security.Cryptography.Encoding": "(,4.3.32767]", - "System.Security.Cryptography.OpenSsl": "(,5.0.32767]", - "System.Security.Cryptography.Primitives": "(,4.3.32767]", - "System.Security.Cryptography.X509Certificates": "(,4.3.32767]", - "System.Security.Principal": "(,4.3.32767]", - "System.Security.Principal.Windows": "(,5.0.32767]", - "System.Security.SecureString": "(,4.3.32767]", - "System.Text.Encoding": "(,4.3.32767]", - "System.Text.Encoding.CodePages": "(,10.0.32767]", - "System.Text.Encoding.Extensions": "(,4.3.32767]", - "System.Text.Encodings.Web": "(,10.0.32767]", - "System.Text.Json": "(,10.0.32767]", - "System.Text.RegularExpressions": "(,4.3.32767]", - "System.Threading": "(,4.3.32767]", - "System.Threading.AccessControl": "(,10.0.32767]", - "System.Threading.Channels": "(,10.0.32767]", - "System.Threading.Overlapped": "(,4.3.32767]", - "System.Threading.Tasks": "(,4.3.32767]", - "System.Threading.Tasks.Dataflow": "(,10.0.32767]", - "System.Threading.Tasks.Extensions": "(,5.0.32767]", - "System.Threading.Tasks.Parallel": "(,4.3.32767]", - "System.Threading.Thread": "(,4.3.32767]", - "System.Threading.ThreadPool": "(,4.3.32767]", - "System.Threading.Timer": "(,4.3.32767]", - "System.ValueTuple": "(,4.5.32767]", - "System.Xml.ReaderWriter": "(,4.3.32767]", - "System.Xml.XDocument": "(,4.3.32767]", - "System.Xml.XmlDocument": "(,4.3.32767]", - "System.Xml.XmlSerializer": "(,4.3.32767]", - "System.Xml.XPath": "(,4.3.32767]", - "System.Xml.XPath.XDocument": "(,5.0.32767]" - } - }, - "netstandard2.0": { - "targetAlias": "netstandard2.0", - "dependencies": { - "Microsoft.CodeAnalysis.Analyzers": { - "include": "Runtime, Build, Native, ContentFiles, Analyzers, BuildTransitive", - "suppressParent": "All", - "target": "Package", - "version": "[3.11.0, )", - "versionCentrallyManaged": true - }, - "Microsoft.CodeAnalysis.CSharp": { - "target": "Package", - "version": "[4.12.0, )", - "versionCentrallyManaged": true - }, - "Microsoft.SourceLink.GitHub": { - "suppressParent": "All", - "target": "Package", - "version": "[10.0.203, )", - "versionCentrallyManaged": true - }, - "NETStandard.Library": { - "suppressParent": "All", - "target": "Package", - "version": "[2.0.3, )", - "autoReferenced": true - }, - "Nerdbank.GitVersioning": { - "suppressParent": "All", - "target": "Package", - "version": "[3.9.50, )", - "versionCentrallyManaged": true - } - }, - "centralPackageVersions": { - "coverlet.collector": "10.0.0", - "Microsoft.Build.Locator": "1.11.2", - "Microsoft.CodeAnalysis.Analyzers": "3.11.0", - "Microsoft.CodeAnalysis.CSharp": "4.12.0", - "Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.12.0", - "Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing.XUnit": "1.1.2", - "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.7", - "Microsoft.NET.Test.Sdk": "18.5.1", - "Microsoft.SourceLink.GitHub": "10.0.203", - "Nerdbank.GitVersioning": "3.9.50", - "Spectre.Console.Cli": "0.55.0", - "xunit": "2.9.3", - "xunit.runner.visualstudio": "3.1.5" - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48", - "net481" - ], - "assetTargetFallback": true, - "warn": true, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\10.0.107\\RuntimeIdentifierGraph.json", - "packagesToPrune": { - "Microsoft.Win32.Primitives": "(,4.3.0]", - "System.AppContext": "(,4.3.0]", - "System.Collections": "(,4.3.0]", - "System.Collections.NonGeneric": "(,4.3.0]", - "System.Collections.Specialized": "(,4.3.0]", - "System.ComponentModel": "(,4.3.0]", - "System.ComponentModel.EventBasedAsync": "(,4.3.0]", - "System.ComponentModel.Primitives": "(,4.3.0]", - "System.ComponentModel.TypeConverter": "(,4.3.0]", - "System.Console": "(,4.3.1]", - "System.Data.Common": "(,4.3.0]", - "System.Diagnostics.Contracts": "(,4.3.0]", - "System.Diagnostics.Debug": "(,4.3.0]", - "System.Diagnostics.FileVersionInfo": "(,4.3.0]", - "System.Diagnostics.Process": "(,4.3.0]", - "System.Diagnostics.StackTrace": "(,4.3.0]", - "System.Diagnostics.TextWriterTraceListener": "(,4.3.0]", - "System.Diagnostics.Tools": "(,4.3.0]", - "System.Diagnostics.TraceSource": "(,4.3.0]", - "System.Diagnostics.Tracing": "(,4.3.0]", - "System.Drawing.Primitives": "(,4.3.0]", - "System.Dynamic.Runtime": "(,4.3.0]", - "System.Globalization": "(,4.3.0]", - "System.Globalization.Calendars": "(,4.3.0]", - "System.Globalization.Extensions": "(,4.3.0]", - "System.IO": "(,4.3.0]", - "System.IO.Compression": "(,4.3.0]", - "System.IO.Compression.ZipFile": "(,4.3.0]", - "System.IO.FileSystem": "(,4.3.0]", - "System.IO.FileSystem.DriveInfo": "(,4.3.1]", - "System.IO.FileSystem.Primitives": "(,4.3.0]", - "System.IO.FileSystem.Watcher": "(,4.3.0]", - "System.IO.IsolatedStorage": "(,4.3.0]", - "System.IO.MemoryMappedFiles": "(,4.3.0]", - "System.IO.Pipes": "(,4.3.0]", - "System.IO.UnmanagedMemoryStream": "(,4.3.0]", - "System.Linq": "(,4.3.0]", - "System.Linq.Expressions": "(,4.3.0]", - "System.Linq.Parallel": "(,4.3.0]", - "System.Linq.Queryable": "(,4.3.0]", - "System.Net.Http": "(,4.3.4]", - "System.Net.NameResolution": "(,4.3.0]", - "System.Net.NetworkInformation": "(,4.3.0]", - "System.Net.Ping": "(,4.3.0]", - "System.Net.Primitives": "(,4.3.1]", - "System.Net.Requests": "(,4.3.0]", - "System.Net.Security": "(,4.3.2]", - "System.Net.Sockets": "(,4.3.0]", - "System.Net.WebHeaderCollection": "(,4.3.0]", - "System.Net.WebSockets": "(,4.3.0]", - "System.Net.WebSockets.Client": "(,4.3.2]", - "System.Reflection": "(,4.3.0]", - "System.Reflection.Extensions": "(,4.3.0]", - "System.Reflection.Primitives": "(,4.3.0]", - "System.Resources.Reader": "(,4.3.0]", - "System.Resources.ResourceManager": "(,4.3.0]", - "System.Resources.Writer": "(,4.3.0]", - "System.Runtime": "(,4.3.1]", - "System.Runtime.CompilerServices.VisualC": "(,4.3.0]", - "System.Runtime.Extensions": "(,4.3.1]", - "System.Runtime.Handles": "(,4.3.0]", - "System.Runtime.InteropServices": "(,4.3.0]", - "System.Runtime.InteropServices.RuntimeInformation": "(,4.3.0]", - "System.Runtime.Numerics": "(,4.3.0]", - "System.Runtime.Serialization.Formatters": "(,4.3.0]", - "System.Runtime.Serialization.Primitives": "(,4.3.0]", - "System.Runtime.Serialization.Xml": "(,4.3.0]", - "System.Security.Claims": "(,4.3.0]", - "System.Security.Cryptography.Algorithms": "(,4.3.1]", - "System.Security.Cryptography.Csp": "(,4.3.0]", - "System.Security.Cryptography.Encoding": "(,4.3.0]", - "System.Security.Cryptography.Primitives": "(,4.3.0]", - "System.Security.Cryptography.X509Certificates": "(,4.3.2]", - "System.Security.Principal": "(,4.3.0]", - "System.Security.SecureString": "(,4.3.0]", - "System.Text.Encoding": "(,4.3.0]", - "System.Text.Encoding.Extensions": "(,4.3.0]", - "System.Text.RegularExpressions": "(,4.3.0]", - "System.Threading": "(,4.3.0]", - "System.Threading.Overlapped": "(,4.3.0]", - "System.Threading.Tasks": "(,4.3.0]", - "System.Threading.Tasks.Parallel": "(,4.3.0]", - "System.Threading.Thread": "(,4.3.0]", - "System.Threading.ThreadPool": "(,4.3.0]", - "System.Threading.Timer": "(,4.3.0]", - "System.ValueTuple": "(,4.6.1]", - "System.Xml.ReaderWriter": "(,4.3.1]", - "System.Xml.XDocument": "(,4.3.0]", - "System.Xml.XmlDocument": "(,4.3.0]", - "System.Xml.XmlSerializer": "(,4.3.0]", - "System.Xml.XPath": "(,4.3.0]", - "System.Xml.XPath.XDocument": "(,4.3.0]" - } - } - } - } - } -} \ No newline at end of file diff --git a/src/Inshiminator.Generators/obj/Inshiminator.Generators.csproj.nuget.g.props b/src/Inshiminator.Generators/obj/Inshiminator.Generators.csproj.nuget.g.props deleted file mode 100644 index b6adc11..0000000 --- a/src/Inshiminator.Generators/obj/Inshiminator.Generators.csproj.nuget.g.props +++ /dev/null @@ -1,61 +0,0 @@ - - - - True - NuGet - $(MSBuildThisFileDirectory)project.assets.json - $(UserProfile)\.nuget\packages\ - C:\Users\jd\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages - PackageReference - 7.0.0 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - C:\Users\jd\.nuget\packages\microsoft.sourcelink.common\10.0.203 - C:\Users\jd\.nuget\packages\microsoft.build.tasks.git\10.0.203 - C:\Users\jd\.nuget\packages\microsoft.sourcelink.github\10.0.203 - C:\Users\jd\.nuget\packages\microsoft.codeanalysis.analyzers\3.11.0 - - - C:\Users\jd\.nuget\packages\microsoft.sourcelink.common\10.0.203 - C:\Users\jd\.nuget\packages\microsoft.build.tasks.git\10.0.203 - C:\Users\jd\.nuget\packages\microsoft.sourcelink.github\10.0.203 - C:\Users\jd\.nuget\packages\microsoft.codeanalysis.analyzers\3.11.0 - - - C:\Users\jd\.nuget\packages\microsoft.sourcelink.common\10.0.203 - C:\Users\jd\.nuget\packages\microsoft.build.tasks.git\10.0.203 - C:\Users\jd\.nuget\packages\microsoft.sourcelink.github\10.0.203 - C:\Users\jd\.nuget\packages\microsoft.codeanalysis.analyzers\3.11.0 - - \ No newline at end of file diff --git a/src/Inshiminator.Generators/obj/Inshiminator.Generators.csproj.nuget.g.targets b/src/Inshiminator.Generators/obj/Inshiminator.Generators.csproj.nuget.g.targets deleted file mode 100644 index f32129a..0000000 --- a/src/Inshiminator.Generators/obj/Inshiminator.Generators.csproj.nuget.g.targets +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/Inshiminator.Generators/obj/project.assets.json b/src/Inshiminator.Generators/obj/project.assets.json deleted file mode 100644 index 7c23ba3..0000000 --- a/src/Inshiminator.Generators/obj/project.assets.json +++ /dev/null @@ -1,3120 +0,0 @@ -{ - "version": 3, - "targets": { - ".NETStandard,Version=v2.0": { - "Microsoft.Build.Tasks.Git/10.0.203": { - "type": "package", - "dependencies": { - "System.IO.Hashing": "10.0.7" - }, - "build": { - "buildTransitive/Microsoft.Build.Tasks.Git.props": {}, - "buildTransitive/Microsoft.Build.Tasks.Git.targets": {} - }, - "buildMultiTargeting": { - "buildMultiTargeting/Microsoft.Build.Tasks.Git.props": {}, - "buildMultiTargeting/Microsoft.Build.Tasks.Git.targets": {} - } - }, - "Microsoft.CodeAnalysis.Analyzers/3.11.0": { - "type": "package", - "build": { - "buildTransitive/Microsoft.CodeAnalysis.Analyzers.props": {}, - "buildTransitive/Microsoft.CodeAnalysis.Analyzers.targets": {} - } - }, - "Microsoft.CodeAnalysis.Common/4.12.0": { - "type": "package", - "dependencies": { - "Microsoft.CodeAnalysis.Analyzers": "3.3.4", - "System.Buffers": "4.5.1", - "System.Collections.Immutable": "8.0.0", - "System.Memory": "4.5.5", - "System.Numerics.Vectors": "4.5.0", - "System.Reflection.Metadata": "8.0.0", - "System.Runtime.CompilerServices.Unsafe": "6.0.0", - "System.Text.Encoding.CodePages": "7.0.0", - "System.Threading.Tasks.Extensions": "4.5.4" - }, - "compile": { - "lib/netstandard2.0/Microsoft.CodeAnalysis.dll": { - "related": ".pdb;.xml" - } - }, - "runtime": { - "lib/netstandard2.0/Microsoft.CodeAnalysis.dll": { - "related": ".pdb;.xml" - } - }, - "resource": { - "lib/netstandard2.0/cs/Microsoft.CodeAnalysis.resources.dll": { - "locale": "cs" - }, - "lib/netstandard2.0/de/Microsoft.CodeAnalysis.resources.dll": { - "locale": "de" - }, - "lib/netstandard2.0/es/Microsoft.CodeAnalysis.resources.dll": { - "locale": "es" - }, - "lib/netstandard2.0/fr/Microsoft.CodeAnalysis.resources.dll": { - "locale": "fr" - }, - "lib/netstandard2.0/it/Microsoft.CodeAnalysis.resources.dll": { - "locale": "it" - }, - "lib/netstandard2.0/ja/Microsoft.CodeAnalysis.resources.dll": { - "locale": "ja" - }, - "lib/netstandard2.0/ko/Microsoft.CodeAnalysis.resources.dll": { - "locale": "ko" - }, - "lib/netstandard2.0/pl/Microsoft.CodeAnalysis.resources.dll": { - "locale": "pl" - }, - "lib/netstandard2.0/pt-BR/Microsoft.CodeAnalysis.resources.dll": { - "locale": "pt-BR" - }, - "lib/netstandard2.0/ru/Microsoft.CodeAnalysis.resources.dll": { - "locale": "ru" - }, - "lib/netstandard2.0/tr/Microsoft.CodeAnalysis.resources.dll": { - "locale": "tr" - }, - "lib/netstandard2.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll": { - "locale": "zh-Hans" - }, - "lib/netstandard2.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "Microsoft.CodeAnalysis.CSharp/4.12.0": { - "type": "package", - "dependencies": { - "Microsoft.CodeAnalysis.Analyzers": "3.3.4", - "Microsoft.CodeAnalysis.Common": "[4.12.0]", - "System.Buffers": "4.5.1", - "System.Collections.Immutable": "8.0.0", - "System.Memory": "4.5.5", - "System.Numerics.Vectors": "4.5.0", - "System.Reflection.Metadata": "8.0.0", - "System.Runtime.CompilerServices.Unsafe": "6.0.0", - "System.Text.Encoding.CodePages": "7.0.0", - "System.Threading.Tasks.Extensions": "4.5.4" - }, - "compile": { - "lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.dll": { - "related": ".pdb;.xml" - } - }, - "runtime": { - "lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.dll": { - "related": ".pdb;.xml" - } - }, - "resource": { - "lib/netstandard2.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "cs" - }, - "lib/netstandard2.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "de" - }, - "lib/netstandard2.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "es" - }, - "lib/netstandard2.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "fr" - }, - "lib/netstandard2.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "it" - }, - "lib/netstandard2.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "ja" - }, - "lib/netstandard2.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "ko" - }, - "lib/netstandard2.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "pl" - }, - "lib/netstandard2.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "pt-BR" - }, - "lib/netstandard2.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "ru" - }, - "lib/netstandard2.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "tr" - }, - "lib/netstandard2.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "zh-Hans" - }, - "lib/netstandard2.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "Microsoft.NETCore.Platforms/1.1.0": { - "type": "package", - "compile": { - "lib/netstandard1.0/_._": {} - }, - "runtime": { - "lib/netstandard1.0/_._": {} - } - }, - "Microsoft.SourceLink.Common/10.0.203": { - "type": "package", - "build": { - "buildTransitive/Microsoft.SourceLink.Common.props": {}, - "buildTransitive/Microsoft.SourceLink.Common.targets": {} - }, - "buildMultiTargeting": { - "buildMultiTargeting/Microsoft.SourceLink.Common.props": {}, - "buildMultiTargeting/Microsoft.SourceLink.Common.targets": {} - } - }, - "Microsoft.SourceLink.GitHub/10.0.203": { - "type": "package", - "dependencies": { - "Microsoft.Build.Tasks.Git": "10.0.203", - "Microsoft.SourceLink.Common": "10.0.203", - "System.IO.Hashing": "10.0.7" - }, - "build": { - "build/Microsoft.SourceLink.GitHub.props": {}, - "build/Microsoft.SourceLink.GitHub.targets": {} - }, - "buildMultiTargeting": { - "buildMultiTargeting/Microsoft.SourceLink.GitHub.props": {}, - "buildMultiTargeting/Microsoft.SourceLink.GitHub.targets": {} - } - }, - "Nerdbank.GitVersioning/3.9.50": { - "type": "package", - "build": { - "build/Nerdbank.GitVersioning.props": {}, - "build/Nerdbank.GitVersioning.targets": {} - }, - "buildMultiTargeting": { - "buildCrossTargeting/Nerdbank.GitVersioning.props": {}, - "buildCrossTargeting/Nerdbank.GitVersioning.targets": {} - } - }, - "NETStandard.Library/2.0.3": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0" - }, - "compile": { - "lib/netstandard1.0/_._": {} - }, - "runtime": { - "lib/netstandard1.0/_._": {} - }, - "build": { - "build/netstandard2.0/NETStandard.Library.targets": {} - } - }, - "System.Buffers/4.6.1": { - "type": "package", - "compile": { - "lib/netstandard2.0/System.Buffers.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard2.0/System.Buffers.dll": { - "related": ".xml" - } - } - }, - "System.Collections.Immutable/8.0.0": { - "type": "package", - "dependencies": { - "System.Memory": "4.5.5", - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - }, - "compile": { - "lib/netstandard2.0/System.Collections.Immutable.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard2.0/System.Collections.Immutable.dll": { - "related": ".xml" - } - } - }, - "System.IO.Hashing/10.0.7": { - "type": "package", - "dependencies": { - "System.Buffers": "4.6.1", - "System.Memory": "4.6.3" - }, - "compile": { - "lib/netstandard2.0/System.IO.Hashing.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard2.0/System.IO.Hashing.dll": { - "related": ".xml" - } - } - }, - "System.Memory/4.6.3": { - "type": "package", - "dependencies": { - "System.Buffers": "4.6.1", - "System.Numerics.Vectors": "4.6.1", - "System.Runtime.CompilerServices.Unsafe": "6.1.2" - }, - "compile": { - "lib/netstandard2.0/System.Memory.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard2.0/System.Memory.dll": { - "related": ".xml" - } - } - }, - "System.Numerics.Vectors/4.6.1": { - "type": "package", - "compile": { - "lib/netstandard2.0/System.Numerics.Vectors.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard2.0/System.Numerics.Vectors.dll": { - "related": ".xml" - } - } - }, - "System.Reflection.Metadata/8.0.0": { - "type": "package", - "dependencies": { - "System.Collections.Immutable": "8.0.0", - "System.Memory": "4.5.5" - }, - "compile": { - "lib/netstandard2.0/System.Reflection.Metadata.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard2.0/System.Reflection.Metadata.dll": { - "related": ".xml" - } - } - }, - "System.Runtime.CompilerServices.Unsafe/6.1.2": { - "type": "package", - "compile": { - "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll": { - "related": ".xml" - } - } - }, - "System.Text.Encoding.CodePages/7.0.0": { - "type": "package", - "dependencies": { - "System.Memory": "4.5.5", - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - }, - "compile": { - "lib/netstandard2.0/System.Text.Encoding.CodePages.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard2.0/System.Text.Encoding.CodePages.dll": { - "related": ".xml" - } - } - }, - "System.Threading.Tasks.Extensions/4.5.4": { - "type": "package", - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "4.5.3" - }, - "compile": { - "lib/netstandard2.0/System.Threading.Tasks.Extensions.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard2.0/System.Threading.Tasks.Extensions.dll": { - "related": ".xml" - } - } - } - }, - "net10.0": { - "Microsoft.Build.Tasks.Git/10.0.203": { - "type": "package", - "dependencies": { - "System.IO.Hashing": "10.0.7" - }, - "build": { - "buildTransitive/Microsoft.Build.Tasks.Git.props": {}, - "buildTransitive/Microsoft.Build.Tasks.Git.targets": {} - }, - "buildMultiTargeting": { - "buildMultiTargeting/Microsoft.Build.Tasks.Git.props": {}, - "buildMultiTargeting/Microsoft.Build.Tasks.Git.targets": {} - } - }, - "Microsoft.CodeAnalysis.Analyzers/3.11.0": { - "type": "package", - "build": { - "buildTransitive/Microsoft.CodeAnalysis.Analyzers.props": {}, - "buildTransitive/Microsoft.CodeAnalysis.Analyzers.targets": {} - } - }, - "Microsoft.CodeAnalysis.Common/4.12.0": { - "type": "package", - "dependencies": { - "Microsoft.CodeAnalysis.Analyzers": "3.3.4" - }, - "compile": { - "lib/net8.0/Microsoft.CodeAnalysis.dll": { - "related": ".pdb;.xml" - } - }, - "runtime": { - "lib/net8.0/Microsoft.CodeAnalysis.dll": { - "related": ".pdb;.xml" - } - }, - "resource": { - "lib/net8.0/cs/Microsoft.CodeAnalysis.resources.dll": { - "locale": "cs" - }, - "lib/net8.0/de/Microsoft.CodeAnalysis.resources.dll": { - "locale": "de" - }, - "lib/net8.0/es/Microsoft.CodeAnalysis.resources.dll": { - "locale": "es" - }, - "lib/net8.0/fr/Microsoft.CodeAnalysis.resources.dll": { - "locale": "fr" - }, - "lib/net8.0/it/Microsoft.CodeAnalysis.resources.dll": { - "locale": "it" - }, - "lib/net8.0/ja/Microsoft.CodeAnalysis.resources.dll": { - "locale": "ja" - }, - "lib/net8.0/ko/Microsoft.CodeAnalysis.resources.dll": { - "locale": "ko" - }, - "lib/net8.0/pl/Microsoft.CodeAnalysis.resources.dll": { - "locale": "pl" - }, - "lib/net8.0/pt-BR/Microsoft.CodeAnalysis.resources.dll": { - "locale": "pt-BR" - }, - "lib/net8.0/ru/Microsoft.CodeAnalysis.resources.dll": { - "locale": "ru" - }, - "lib/net8.0/tr/Microsoft.CodeAnalysis.resources.dll": { - "locale": "tr" - }, - "lib/net8.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll": { - "locale": "zh-Hans" - }, - "lib/net8.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "Microsoft.CodeAnalysis.CSharp/4.12.0": { - "type": "package", - "dependencies": { - "Microsoft.CodeAnalysis.Analyzers": "3.3.4", - "Microsoft.CodeAnalysis.Common": "[4.12.0]" - }, - "compile": { - "lib/net8.0/Microsoft.CodeAnalysis.CSharp.dll": { - "related": ".pdb;.xml" - } - }, - "runtime": { - "lib/net8.0/Microsoft.CodeAnalysis.CSharp.dll": { - "related": ".pdb;.xml" - } - }, - "resource": { - "lib/net8.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "cs" - }, - "lib/net8.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "de" - }, - "lib/net8.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "es" - }, - "lib/net8.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "fr" - }, - "lib/net8.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "it" - }, - "lib/net8.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "ja" - }, - "lib/net8.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "ko" - }, - "lib/net8.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "pl" - }, - "lib/net8.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "pt-BR" - }, - "lib/net8.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "ru" - }, - "lib/net8.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "tr" - }, - "lib/net8.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "zh-Hans" - }, - "lib/net8.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "Microsoft.SourceLink.Common/10.0.203": { - "type": "package", - "build": { - "buildTransitive/Microsoft.SourceLink.Common.props": {}, - "buildTransitive/Microsoft.SourceLink.Common.targets": {} - }, - "buildMultiTargeting": { - "buildMultiTargeting/Microsoft.SourceLink.Common.props": {}, - "buildMultiTargeting/Microsoft.SourceLink.Common.targets": {} - } - }, - "Microsoft.SourceLink.GitHub/10.0.203": { - "type": "package", - "dependencies": { - "Microsoft.Build.Tasks.Git": "10.0.203", - "Microsoft.SourceLink.Common": "10.0.203", - "System.IO.Hashing": "10.0.7" - }, - "build": { - "build/Microsoft.SourceLink.GitHub.props": {}, - "build/Microsoft.SourceLink.GitHub.targets": {} - }, - "buildMultiTargeting": { - "buildMultiTargeting/Microsoft.SourceLink.GitHub.props": {}, - "buildMultiTargeting/Microsoft.SourceLink.GitHub.targets": {} - } - }, - "Nerdbank.GitVersioning/3.9.50": { - "type": "package", - "build": { - "build/Nerdbank.GitVersioning.props": {}, - "build/Nerdbank.GitVersioning.targets": {} - }, - "buildMultiTargeting": { - "buildCrossTargeting/Nerdbank.GitVersioning.props": {}, - "buildCrossTargeting/Nerdbank.GitVersioning.targets": {} - } - }, - "System.IO.Hashing/10.0.7": { - "type": "package", - "compile": { - "lib/net10.0/System.IO.Hashing.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net10.0/System.IO.Hashing.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net8.0/_._": {} - } - } - }, - "net8.0": { - "Microsoft.Build.Tasks.Git/10.0.203": { - "type": "package", - "dependencies": { - "System.IO.Hashing": "10.0.7" - }, - "build": { - "buildTransitive/Microsoft.Build.Tasks.Git.props": {}, - "buildTransitive/Microsoft.Build.Tasks.Git.targets": {} - }, - "buildMultiTargeting": { - "buildMultiTargeting/Microsoft.Build.Tasks.Git.props": {}, - "buildMultiTargeting/Microsoft.Build.Tasks.Git.targets": {} - } - }, - "Microsoft.CodeAnalysis.Analyzers/3.11.0": { - "type": "package", - "build": { - "buildTransitive/Microsoft.CodeAnalysis.Analyzers.props": {}, - "buildTransitive/Microsoft.CodeAnalysis.Analyzers.targets": {} - } - }, - "Microsoft.CodeAnalysis.Common/4.12.0": { - "type": "package", - "dependencies": { - "Microsoft.CodeAnalysis.Analyzers": "3.3.4" - }, - "compile": { - "lib/net8.0/Microsoft.CodeAnalysis.dll": { - "related": ".pdb;.xml" - } - }, - "runtime": { - "lib/net8.0/Microsoft.CodeAnalysis.dll": { - "related": ".pdb;.xml" - } - }, - "resource": { - "lib/net8.0/cs/Microsoft.CodeAnalysis.resources.dll": { - "locale": "cs" - }, - "lib/net8.0/de/Microsoft.CodeAnalysis.resources.dll": { - "locale": "de" - }, - "lib/net8.0/es/Microsoft.CodeAnalysis.resources.dll": { - "locale": "es" - }, - "lib/net8.0/fr/Microsoft.CodeAnalysis.resources.dll": { - "locale": "fr" - }, - "lib/net8.0/it/Microsoft.CodeAnalysis.resources.dll": { - "locale": "it" - }, - "lib/net8.0/ja/Microsoft.CodeAnalysis.resources.dll": { - "locale": "ja" - }, - "lib/net8.0/ko/Microsoft.CodeAnalysis.resources.dll": { - "locale": "ko" - }, - "lib/net8.0/pl/Microsoft.CodeAnalysis.resources.dll": { - "locale": "pl" - }, - "lib/net8.0/pt-BR/Microsoft.CodeAnalysis.resources.dll": { - "locale": "pt-BR" - }, - "lib/net8.0/ru/Microsoft.CodeAnalysis.resources.dll": { - "locale": "ru" - }, - "lib/net8.0/tr/Microsoft.CodeAnalysis.resources.dll": { - "locale": "tr" - }, - "lib/net8.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll": { - "locale": "zh-Hans" - }, - "lib/net8.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "Microsoft.CodeAnalysis.CSharp/4.12.0": { - "type": "package", - "dependencies": { - "Microsoft.CodeAnalysis.Analyzers": "3.3.4", - "Microsoft.CodeAnalysis.Common": "[4.12.0]" - }, - "compile": { - "lib/net8.0/Microsoft.CodeAnalysis.CSharp.dll": { - "related": ".pdb;.xml" - } - }, - "runtime": { - "lib/net8.0/Microsoft.CodeAnalysis.CSharp.dll": { - "related": ".pdb;.xml" - } - }, - "resource": { - "lib/net8.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "cs" - }, - "lib/net8.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "de" - }, - "lib/net8.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "es" - }, - "lib/net8.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "fr" - }, - "lib/net8.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "it" - }, - "lib/net8.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "ja" - }, - "lib/net8.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "ko" - }, - "lib/net8.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "pl" - }, - "lib/net8.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "pt-BR" - }, - "lib/net8.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "ru" - }, - "lib/net8.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "tr" - }, - "lib/net8.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "zh-Hans" - }, - "lib/net8.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "Microsoft.SourceLink.Common/10.0.203": { - "type": "package", - "build": { - "buildTransitive/Microsoft.SourceLink.Common.props": {}, - "buildTransitive/Microsoft.SourceLink.Common.targets": {} - }, - "buildMultiTargeting": { - "buildMultiTargeting/Microsoft.SourceLink.Common.props": {}, - "buildMultiTargeting/Microsoft.SourceLink.Common.targets": {} - } - }, - "Microsoft.SourceLink.GitHub/10.0.203": { - "type": "package", - "dependencies": { - "Microsoft.Build.Tasks.Git": "10.0.203", - "Microsoft.SourceLink.Common": "10.0.203", - "System.IO.Hashing": "10.0.7" - }, - "build": { - "build/Microsoft.SourceLink.GitHub.props": {}, - "build/Microsoft.SourceLink.GitHub.targets": {} - }, - "buildMultiTargeting": { - "buildMultiTargeting/Microsoft.SourceLink.GitHub.props": {}, - "buildMultiTargeting/Microsoft.SourceLink.GitHub.targets": {} - } - }, - "Nerdbank.GitVersioning/3.9.50": { - "type": "package", - "build": { - "build/Nerdbank.GitVersioning.props": {}, - "build/Nerdbank.GitVersioning.targets": {} - }, - "buildMultiTargeting": { - "buildCrossTargeting/Nerdbank.GitVersioning.props": {}, - "buildCrossTargeting/Nerdbank.GitVersioning.targets": {} - } - }, - "System.IO.Hashing/10.0.7": { - "type": "package", - "compile": { - "lib/net8.0/System.IO.Hashing.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net8.0/System.IO.Hashing.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net8.0/_._": {} - } - } - } - }, - "libraries": { - "Microsoft.Build.Tasks.Git/10.0.203": { - "sha512": "m56WtzvIcL6t7JR3c7ogYitHizNM2QnRSo8yqxrQi+m5E/GGyDEmqymP+2p6YsFXn0j/Tzz67s4FQnrTLC7GKQ==", - "type": "package", - "path": "microsoft.build.tasks.git/10.0.203", - "hasTools": true, - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.txt", - "build/Microsoft.Build.Tasks.Git.props", - "build/Microsoft.Build.Tasks.Git.targets", - "buildMultiTargeting/Microsoft.Build.Tasks.Git.props", - "buildMultiTargeting/Microsoft.Build.Tasks.Git.targets", - "buildTransitive/Microsoft.Build.Tasks.Git.props", - "buildTransitive/Microsoft.Build.Tasks.Git.targets", - "microsoft.build.tasks.git.10.0.203.nupkg.sha512", - "microsoft.build.tasks.git.nuspec", - "tools/net/Microsoft.Build.Tasks.Git.deps.json", - "tools/net/Microsoft.Build.Tasks.Git.dll", - "tools/net/Microsoft.Build.Tasks.Git.pdb", - "tools/net/System.IO.Hashing.dll", - "tools/net/cs/Microsoft.Build.Tasks.Git.resources.dll", - "tools/net/de/Microsoft.Build.Tasks.Git.resources.dll", - "tools/net/es/Microsoft.Build.Tasks.Git.resources.dll", - "tools/net/fr/Microsoft.Build.Tasks.Git.resources.dll", - "tools/net/it/Microsoft.Build.Tasks.Git.resources.dll", - "tools/net/ja/Microsoft.Build.Tasks.Git.resources.dll", - "tools/net/ko/Microsoft.Build.Tasks.Git.resources.dll", - "tools/net/pl/Microsoft.Build.Tasks.Git.resources.dll", - "tools/net/pt-BR/Microsoft.Build.Tasks.Git.resources.dll", - "tools/net/ru/Microsoft.Build.Tasks.Git.resources.dll", - "tools/net/tr/Microsoft.Build.Tasks.Git.resources.dll", - "tools/net/zh-Hans/Microsoft.Build.Tasks.Git.resources.dll", - "tools/net/zh-Hant/Microsoft.Build.Tasks.Git.resources.dll", - "tools/netframework/Microsoft.Build.Tasks.Git.dll", - "tools/netframework/Microsoft.Build.Tasks.Git.dll.config", - "tools/netframework/Microsoft.Build.Tasks.Git.pdb", - "tools/netframework/System.Buffers.dll", - "tools/netframework/System.IO.Hashing.dll", - "tools/netframework/System.Memory.dll", - "tools/netframework/System.Numerics.Vectors.dll", - "tools/netframework/System.Runtime.CompilerServices.Unsafe.dll", - "tools/netframework/cs/Microsoft.Build.Tasks.Git.resources.dll", - "tools/netframework/de/Microsoft.Build.Tasks.Git.resources.dll", - "tools/netframework/es/Microsoft.Build.Tasks.Git.resources.dll", - "tools/netframework/fr/Microsoft.Build.Tasks.Git.resources.dll", - "tools/netframework/it/Microsoft.Build.Tasks.Git.resources.dll", - "tools/netframework/ja/Microsoft.Build.Tasks.Git.resources.dll", - "tools/netframework/ko/Microsoft.Build.Tasks.Git.resources.dll", - "tools/netframework/pl/Microsoft.Build.Tasks.Git.resources.dll", - "tools/netframework/pt-BR/Microsoft.Build.Tasks.Git.resources.dll", - "tools/netframework/ru/Microsoft.Build.Tasks.Git.resources.dll", - "tools/netframework/tr/Microsoft.Build.Tasks.Git.resources.dll", - "tools/netframework/zh-Hans/Microsoft.Build.Tasks.Git.resources.dll", - "tools/netframework/zh-Hant/Microsoft.Build.Tasks.Git.resources.dll" - ] - }, - "Microsoft.CodeAnalysis.Analyzers/3.11.0": { - "sha512": "v/EW3UE8/lbEYHoC2Qq7AR/DnmvpgdtAMndfQNmpuIMx/Mto8L5JnuCfdBYtgvalQOtfNCnxFejxuRrryvUTsg==", - "type": "package", - "path": "microsoft.codeanalysis.analyzers/3.11.0", - "hasTools": true, - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "ThirdPartyNotices.txt", - "analyzers/dotnet/cs/Microsoft.CodeAnalysis.Analyzers.dll", - "analyzers/dotnet/cs/Microsoft.CodeAnalysis.CSharp.Analyzers.dll", - "analyzers/dotnet/cs/cs/Microsoft.CodeAnalysis.Analyzers.resources.dll", - "analyzers/dotnet/cs/de/Microsoft.CodeAnalysis.Analyzers.resources.dll", - "analyzers/dotnet/cs/es/Microsoft.CodeAnalysis.Analyzers.resources.dll", - "analyzers/dotnet/cs/fr/Microsoft.CodeAnalysis.Analyzers.resources.dll", - "analyzers/dotnet/cs/it/Microsoft.CodeAnalysis.Analyzers.resources.dll", - "analyzers/dotnet/cs/ja/Microsoft.CodeAnalysis.Analyzers.resources.dll", - "analyzers/dotnet/cs/ko/Microsoft.CodeAnalysis.Analyzers.resources.dll", - "analyzers/dotnet/cs/pl/Microsoft.CodeAnalysis.Analyzers.resources.dll", - "analyzers/dotnet/cs/pt-BR/Microsoft.CodeAnalysis.Analyzers.resources.dll", - "analyzers/dotnet/cs/ru/Microsoft.CodeAnalysis.Analyzers.resources.dll", - "analyzers/dotnet/cs/tr/Microsoft.CodeAnalysis.Analyzers.resources.dll", - "analyzers/dotnet/cs/zh-Hans/Microsoft.CodeAnalysis.Analyzers.resources.dll", - "analyzers/dotnet/cs/zh-Hant/Microsoft.CodeAnalysis.Analyzers.resources.dll", - "analyzers/dotnet/vb/Microsoft.CodeAnalysis.Analyzers.dll", - "analyzers/dotnet/vb/Microsoft.CodeAnalysis.VisualBasic.Analyzers.dll", - "analyzers/dotnet/vb/cs/Microsoft.CodeAnalysis.Analyzers.resources.dll", - "analyzers/dotnet/vb/de/Microsoft.CodeAnalysis.Analyzers.resources.dll", - "analyzers/dotnet/vb/es/Microsoft.CodeAnalysis.Analyzers.resources.dll", - "analyzers/dotnet/vb/fr/Microsoft.CodeAnalysis.Analyzers.resources.dll", - "analyzers/dotnet/vb/it/Microsoft.CodeAnalysis.Analyzers.resources.dll", - "analyzers/dotnet/vb/ja/Microsoft.CodeAnalysis.Analyzers.resources.dll", - "analyzers/dotnet/vb/ko/Microsoft.CodeAnalysis.Analyzers.resources.dll", - "analyzers/dotnet/vb/pl/Microsoft.CodeAnalysis.Analyzers.resources.dll", - "analyzers/dotnet/vb/pt-BR/Microsoft.CodeAnalysis.Analyzers.resources.dll", - "analyzers/dotnet/vb/ru/Microsoft.CodeAnalysis.Analyzers.resources.dll", - "analyzers/dotnet/vb/tr/Microsoft.CodeAnalysis.Analyzers.resources.dll", - "analyzers/dotnet/vb/zh-Hans/Microsoft.CodeAnalysis.Analyzers.resources.dll", - "analyzers/dotnet/vb/zh-Hant/Microsoft.CodeAnalysis.Analyzers.resources.dll", - "buildTransitive/Microsoft.CodeAnalysis.Analyzers.props", - "buildTransitive/Microsoft.CodeAnalysis.Analyzers.targets", - "buildTransitive/config/analysislevel_2_9_8_all.globalconfig", - "buildTransitive/config/analysislevel_2_9_8_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevel_2_9_8_default.globalconfig", - "buildTransitive/config/analysislevel_2_9_8_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevel_2_9_8_minimum.globalconfig", - "buildTransitive/config/analysislevel_2_9_8_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevel_2_9_8_none.globalconfig", - "buildTransitive/config/analysislevel_2_9_8_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevel_2_9_8_recommended.globalconfig", - "buildTransitive/config/analysislevel_2_9_8_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevel_3_3_3_all.globalconfig", - "buildTransitive/config/analysislevel_3_3_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevel_3_3_3_default.globalconfig", - "buildTransitive/config/analysislevel_3_3_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevel_3_3_3_minimum.globalconfig", - "buildTransitive/config/analysislevel_3_3_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevel_3_3_3_none.globalconfig", - "buildTransitive/config/analysislevel_3_3_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevel_3_3_3_recommended.globalconfig", - "buildTransitive/config/analysislevel_3_3_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevel_3_3_4_all.globalconfig", - "buildTransitive/config/analysislevel_3_3_4_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevel_3_3_4_default.globalconfig", - "buildTransitive/config/analysislevel_3_3_4_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevel_3_3_4_minimum.globalconfig", - "buildTransitive/config/analysislevel_3_3_4_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevel_3_3_4_none.globalconfig", - "buildTransitive/config/analysislevel_3_3_4_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevel_3_3_4_recommended.globalconfig", - "buildTransitive/config/analysislevel_3_3_4_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevel_3_3_all.globalconfig", - "buildTransitive/config/analysislevel_3_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevel_3_3_default.globalconfig", - "buildTransitive/config/analysislevel_3_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevel_3_3_minimum.globalconfig", - "buildTransitive/config/analysislevel_3_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevel_3_3_none.globalconfig", - "buildTransitive/config/analysislevel_3_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevel_3_3_recommended.globalconfig", - "buildTransitive/config/analysislevel_3_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevel_3_all.globalconfig", - "buildTransitive/config/analysislevel_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevel_3_default.globalconfig", - "buildTransitive/config/analysislevel_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevel_3_minimum.globalconfig", - "buildTransitive/config/analysislevel_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevel_3_none.globalconfig", - "buildTransitive/config/analysislevel_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevel_3_recommended.globalconfig", - "buildTransitive/config/analysislevel_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevel_4_3_all.globalconfig", - "buildTransitive/config/analysislevel_4_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevel_4_3_default.globalconfig", - "buildTransitive/config/analysislevel_4_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevel_4_3_minimum.globalconfig", - "buildTransitive/config/analysislevel_4_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevel_4_3_none.globalconfig", - "buildTransitive/config/analysislevel_4_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevel_4_3_recommended.globalconfig", - "buildTransitive/config/analysislevel_4_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelcorrectness_2_9_8_all.globalconfig", - "buildTransitive/config/analysislevelcorrectness_2_9_8_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelcorrectness_2_9_8_default.globalconfig", - "buildTransitive/config/analysislevelcorrectness_2_9_8_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelcorrectness_2_9_8_minimum.globalconfig", - "buildTransitive/config/analysislevelcorrectness_2_9_8_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelcorrectness_2_9_8_none.globalconfig", - "buildTransitive/config/analysislevelcorrectness_2_9_8_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelcorrectness_2_9_8_recommended.globalconfig", - "buildTransitive/config/analysislevelcorrectness_2_9_8_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_3_3_all.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_3_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_3_3_default.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_3_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_3_3_minimum.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_3_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_3_3_none.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_3_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_3_3_recommended.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_3_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_3_4_all.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_3_4_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_3_4_default.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_3_4_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_3_4_minimum.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_3_4_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_3_4_none.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_3_4_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_3_4_recommended.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_3_4_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_3_all.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_3_default.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_3_minimum.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_3_none.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_3_recommended.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_all.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_default.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_minimum.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_none.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_recommended.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelcorrectness_4_3_all.globalconfig", - "buildTransitive/config/analysislevelcorrectness_4_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelcorrectness_4_3_default.globalconfig", - "buildTransitive/config/analysislevelcorrectness_4_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelcorrectness_4_3_minimum.globalconfig", - "buildTransitive/config/analysislevelcorrectness_4_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelcorrectness_4_3_none.globalconfig", - "buildTransitive/config/analysislevelcorrectness_4_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelcorrectness_4_3_recommended.globalconfig", - "buildTransitive/config/analysislevelcorrectness_4_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevellibrary_2_9_8_all.globalconfig", - "buildTransitive/config/analysislevellibrary_2_9_8_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevellibrary_2_9_8_default.globalconfig", - "buildTransitive/config/analysislevellibrary_2_9_8_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevellibrary_2_9_8_minimum.globalconfig", - "buildTransitive/config/analysislevellibrary_2_9_8_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevellibrary_2_9_8_none.globalconfig", - "buildTransitive/config/analysislevellibrary_2_9_8_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevellibrary_2_9_8_recommended.globalconfig", - "buildTransitive/config/analysislevellibrary_2_9_8_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevellibrary_3_3_3_all.globalconfig", - "buildTransitive/config/analysislevellibrary_3_3_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevellibrary_3_3_3_default.globalconfig", - "buildTransitive/config/analysislevellibrary_3_3_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevellibrary_3_3_3_minimum.globalconfig", - "buildTransitive/config/analysislevellibrary_3_3_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevellibrary_3_3_3_none.globalconfig", - "buildTransitive/config/analysislevellibrary_3_3_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevellibrary_3_3_3_recommended.globalconfig", - "buildTransitive/config/analysislevellibrary_3_3_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevellibrary_3_3_4_all.globalconfig", - "buildTransitive/config/analysislevellibrary_3_3_4_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevellibrary_3_3_4_default.globalconfig", - "buildTransitive/config/analysislevellibrary_3_3_4_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevellibrary_3_3_4_minimum.globalconfig", - "buildTransitive/config/analysislevellibrary_3_3_4_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevellibrary_3_3_4_none.globalconfig", - "buildTransitive/config/analysislevellibrary_3_3_4_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevellibrary_3_3_4_recommended.globalconfig", - "buildTransitive/config/analysislevellibrary_3_3_4_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevellibrary_3_3_all.globalconfig", - "buildTransitive/config/analysislevellibrary_3_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevellibrary_3_3_default.globalconfig", - "buildTransitive/config/analysislevellibrary_3_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevellibrary_3_3_minimum.globalconfig", - "buildTransitive/config/analysislevellibrary_3_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevellibrary_3_3_none.globalconfig", - "buildTransitive/config/analysislevellibrary_3_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevellibrary_3_3_recommended.globalconfig", - "buildTransitive/config/analysislevellibrary_3_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevellibrary_3_all.globalconfig", - "buildTransitive/config/analysislevellibrary_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevellibrary_3_default.globalconfig", - "buildTransitive/config/analysislevellibrary_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevellibrary_3_minimum.globalconfig", - "buildTransitive/config/analysislevellibrary_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevellibrary_3_none.globalconfig", - "buildTransitive/config/analysislevellibrary_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevellibrary_3_recommended.globalconfig", - "buildTransitive/config/analysislevellibrary_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevellibrary_4_3_all.globalconfig", - "buildTransitive/config/analysislevellibrary_4_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevellibrary_4_3_default.globalconfig", - "buildTransitive/config/analysislevellibrary_4_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevellibrary_4_3_minimum.globalconfig", - "buildTransitive/config/analysislevellibrary_4_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevellibrary_4_3_none.globalconfig", - "buildTransitive/config/analysislevellibrary_4_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevellibrary_4_3_recommended.globalconfig", - "buildTransitive/config/analysislevellibrary_4_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_2_9_8_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_2_9_8_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_2_9_8_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_2_9_8_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_2_9_8_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_2_9_8_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_2_9_8_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_2_9_8_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_2_9_8_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_2_9_8_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_3_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_3_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_3_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_3_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_3_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_4_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_4_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_4_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_4_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_4_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_4_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_4_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_4_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_4_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_4_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_4_3_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_4_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_4_3_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_4_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_4_3_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_4_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_4_3_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_4_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_4_3_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_4_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_2_9_8_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_2_9_8_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_2_9_8_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_2_9_8_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_2_9_8_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_2_9_8_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_2_9_8_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_2_9_8_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_2_9_8_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_2_9_8_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_3_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_3_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_3_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_3_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_3_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_4_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_4_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_4_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_4_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_4_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_4_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_4_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_4_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_4_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_4_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_4_3_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_4_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_4_3_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_4_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_4_3_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_4_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_4_3_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_4_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_4_3_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_4_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_2_9_8_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_2_9_8_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_2_9_8_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_2_9_8_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_2_9_8_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_2_9_8_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_2_9_8_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_2_9_8_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_2_9_8_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_2_9_8_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_3_3_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_3_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_3_3_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_3_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_3_3_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_3_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_3_3_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_3_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_3_3_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_3_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_3_4_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_3_4_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_3_4_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_3_4_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_3_4_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_3_4_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_3_4_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_3_4_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_3_4_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_3_4_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_3_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_3_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_3_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_3_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_3_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_4_3_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_4_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_4_3_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_4_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_4_3_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_4_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_4_3_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_4_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_4_3_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_4_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_2_9_8_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_2_9_8_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_2_9_8_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_2_9_8_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_2_9_8_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_2_9_8_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_2_9_8_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_2_9_8_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_2_9_8_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_2_9_8_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_3_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_3_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_3_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_3_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_3_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_4_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_4_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_4_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_4_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_4_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_4_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_4_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_4_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_4_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_4_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_4_3_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_4_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_4_3_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_4_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_4_3_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_4_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_4_3_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_4_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_4_3_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_4_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_2_9_8_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_2_9_8_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_2_9_8_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_2_9_8_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_2_9_8_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_2_9_8_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_2_9_8_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_2_9_8_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_2_9_8_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_2_9_8_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_3_3_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_3_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_3_3_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_3_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_3_3_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_3_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_3_3_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_3_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_3_3_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_3_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_3_4_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_3_4_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_3_4_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_3_4_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_3_4_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_3_4_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_3_4_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_3_4_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_3_4_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_3_4_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_3_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_3_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_3_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_3_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_3_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_4_3_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_4_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_4_3_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_4_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_4_3_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_4_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_4_3_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_4_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_4_3_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_4_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_2_9_8_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_2_9_8_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_2_9_8_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_2_9_8_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_2_9_8_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_2_9_8_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_2_9_8_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_2_9_8_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_2_9_8_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_2_9_8_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_3_3_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_3_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_3_3_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_3_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_3_3_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_3_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_3_3_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_3_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_3_3_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_3_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_3_4_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_3_4_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_3_4_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_3_4_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_3_4_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_3_4_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_3_4_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_3_4_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_3_4_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_3_4_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_3_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_3_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_3_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_3_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_3_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_4_3_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_4_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_4_3_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_4_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_4_3_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_4_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_4_3_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_4_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_4_3_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_4_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_2_9_8_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_2_9_8_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_2_9_8_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_2_9_8_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_2_9_8_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_2_9_8_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_2_9_8_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_2_9_8_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_2_9_8_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_2_9_8_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_3_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_3_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_3_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_3_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_3_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_4_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_4_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_4_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_4_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_4_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_4_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_4_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_4_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_4_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_4_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_4_3_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_4_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_4_3_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_4_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_4_3_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_4_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_4_3_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_4_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_4_3_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_4_3_recommended_warnaserror.globalconfig", - "documentation/Analyzer Configuration.md", - "documentation/Microsoft.CodeAnalysis.Analyzers.md", - "documentation/Microsoft.CodeAnalysis.Analyzers.sarif", - "documentation/readme.md", - "editorconfig/AllRulesDefault/.editorconfig", - "editorconfig/AllRulesDisabled/.editorconfig", - "editorconfig/AllRulesEnabled/.editorconfig", - "editorconfig/CorrectnessRulesDefault/.editorconfig", - "editorconfig/CorrectnessRulesEnabled/.editorconfig", - "editorconfig/DataflowRulesDefault/.editorconfig", - "editorconfig/DataflowRulesEnabled/.editorconfig", - "editorconfig/LibraryRulesDefault/.editorconfig", - "editorconfig/LibraryRulesEnabled/.editorconfig", - "editorconfig/MicrosoftCodeAnalysisCompatibilityRulesDefault/.editorconfig", - "editorconfig/MicrosoftCodeAnalysisCompatibilityRulesEnabled/.editorconfig", - "editorconfig/MicrosoftCodeAnalysisCorrectnessRulesDefault/.editorconfig", - "editorconfig/MicrosoftCodeAnalysisCorrectnessRulesEnabled/.editorconfig", - "editorconfig/MicrosoftCodeAnalysisDesignRulesDefault/.editorconfig", - "editorconfig/MicrosoftCodeAnalysisDesignRulesEnabled/.editorconfig", - "editorconfig/MicrosoftCodeAnalysisDocumentationRulesDefault/.editorconfig", - "editorconfig/MicrosoftCodeAnalysisDocumentationRulesEnabled/.editorconfig", - "editorconfig/MicrosoftCodeAnalysisLocalizationRulesDefault/.editorconfig", - "editorconfig/MicrosoftCodeAnalysisLocalizationRulesEnabled/.editorconfig", - "editorconfig/MicrosoftCodeAnalysisPerformanceRulesDefault/.editorconfig", - "editorconfig/MicrosoftCodeAnalysisPerformanceRulesEnabled/.editorconfig", - "editorconfig/MicrosoftCodeAnalysisReleaseTrackingRulesDefault/.editorconfig", - "editorconfig/MicrosoftCodeAnalysisReleaseTrackingRulesEnabled/.editorconfig", - "editorconfig/PortedFromFxCopRulesDefault/.editorconfig", - "editorconfig/PortedFromFxCopRulesEnabled/.editorconfig", - "microsoft.codeanalysis.analyzers.3.11.0.nupkg.sha512", - "microsoft.codeanalysis.analyzers.nuspec", - "rulesets/AllRulesDefault.ruleset", - "rulesets/AllRulesDisabled.ruleset", - "rulesets/AllRulesEnabled.ruleset", - "rulesets/CorrectnessRulesDefault.ruleset", - "rulesets/CorrectnessRulesEnabled.ruleset", - "rulesets/DataflowRulesDefault.ruleset", - "rulesets/DataflowRulesEnabled.ruleset", - "rulesets/LibraryRulesDefault.ruleset", - "rulesets/LibraryRulesEnabled.ruleset", - "rulesets/MicrosoftCodeAnalysisCompatibilityRulesDefault.ruleset", - "rulesets/MicrosoftCodeAnalysisCompatibilityRulesEnabled.ruleset", - "rulesets/MicrosoftCodeAnalysisCorrectnessRulesDefault.ruleset", - "rulesets/MicrosoftCodeAnalysisCorrectnessRulesEnabled.ruleset", - "rulesets/MicrosoftCodeAnalysisDesignRulesDefault.ruleset", - "rulesets/MicrosoftCodeAnalysisDesignRulesEnabled.ruleset", - "rulesets/MicrosoftCodeAnalysisDocumentationRulesDefault.ruleset", - "rulesets/MicrosoftCodeAnalysisDocumentationRulesEnabled.ruleset", - "rulesets/MicrosoftCodeAnalysisLocalizationRulesDefault.ruleset", - "rulesets/MicrosoftCodeAnalysisLocalizationRulesEnabled.ruleset", - "rulesets/MicrosoftCodeAnalysisPerformanceRulesDefault.ruleset", - "rulesets/MicrosoftCodeAnalysisPerformanceRulesEnabled.ruleset", - "rulesets/MicrosoftCodeAnalysisReleaseTrackingRulesDefault.ruleset", - "rulesets/MicrosoftCodeAnalysisReleaseTrackingRulesEnabled.ruleset", - "rulesets/PortedFromFxCopRulesDefault.ruleset", - "rulesets/PortedFromFxCopRulesEnabled.ruleset", - "tools/install.ps1", - "tools/uninstall.ps1" - ] - }, - "Microsoft.CodeAnalysis.Common/4.12.0": { - "sha512": "c1kNYihL2gdcuU1dqm8R8YeA4YkB43TpU3pa2r66Uooh6AAhRtENzj9A4Kj0a+H8JDDyuTjNZql9XlVUzV+UjA==", - "type": "package", - "path": "microsoft.codeanalysis.common/4.12.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "ThirdPartyNotices.rtf", - "lib/net7.0/Microsoft.CodeAnalysis.dll", - "lib/net7.0/Microsoft.CodeAnalysis.pdb", - "lib/net7.0/Microsoft.CodeAnalysis.xml", - "lib/net7.0/cs/Microsoft.CodeAnalysis.resources.dll", - "lib/net7.0/de/Microsoft.CodeAnalysis.resources.dll", - "lib/net7.0/es/Microsoft.CodeAnalysis.resources.dll", - "lib/net7.0/fr/Microsoft.CodeAnalysis.resources.dll", - "lib/net7.0/it/Microsoft.CodeAnalysis.resources.dll", - "lib/net7.0/ja/Microsoft.CodeAnalysis.resources.dll", - "lib/net7.0/ko/Microsoft.CodeAnalysis.resources.dll", - "lib/net7.0/pl/Microsoft.CodeAnalysis.resources.dll", - "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.resources.dll", - "lib/net7.0/ru/Microsoft.CodeAnalysis.resources.dll", - "lib/net7.0/tr/Microsoft.CodeAnalysis.resources.dll", - "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll", - "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll", - "lib/net8.0/Microsoft.CodeAnalysis.dll", - "lib/net8.0/Microsoft.CodeAnalysis.pdb", - "lib/net8.0/Microsoft.CodeAnalysis.xml", - "lib/net8.0/cs/Microsoft.CodeAnalysis.resources.dll", - "lib/net8.0/de/Microsoft.CodeAnalysis.resources.dll", - "lib/net8.0/es/Microsoft.CodeAnalysis.resources.dll", - "lib/net8.0/fr/Microsoft.CodeAnalysis.resources.dll", - "lib/net8.0/it/Microsoft.CodeAnalysis.resources.dll", - "lib/net8.0/ja/Microsoft.CodeAnalysis.resources.dll", - "lib/net8.0/ko/Microsoft.CodeAnalysis.resources.dll", - "lib/net8.0/pl/Microsoft.CodeAnalysis.resources.dll", - "lib/net8.0/pt-BR/Microsoft.CodeAnalysis.resources.dll", - "lib/net8.0/ru/Microsoft.CodeAnalysis.resources.dll", - "lib/net8.0/tr/Microsoft.CodeAnalysis.resources.dll", - "lib/net8.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll", - "lib/net8.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll", - "lib/netstandard2.0/Microsoft.CodeAnalysis.dll", - "lib/netstandard2.0/Microsoft.CodeAnalysis.pdb", - "lib/netstandard2.0/Microsoft.CodeAnalysis.xml", - "lib/netstandard2.0/cs/Microsoft.CodeAnalysis.resources.dll", - "lib/netstandard2.0/de/Microsoft.CodeAnalysis.resources.dll", - "lib/netstandard2.0/es/Microsoft.CodeAnalysis.resources.dll", - "lib/netstandard2.0/fr/Microsoft.CodeAnalysis.resources.dll", - "lib/netstandard2.0/it/Microsoft.CodeAnalysis.resources.dll", - "lib/netstandard2.0/ja/Microsoft.CodeAnalysis.resources.dll", - "lib/netstandard2.0/ko/Microsoft.CodeAnalysis.resources.dll", - "lib/netstandard2.0/pl/Microsoft.CodeAnalysis.resources.dll", - "lib/netstandard2.0/pt-BR/Microsoft.CodeAnalysis.resources.dll", - "lib/netstandard2.0/ru/Microsoft.CodeAnalysis.resources.dll", - "lib/netstandard2.0/tr/Microsoft.CodeAnalysis.resources.dll", - "lib/netstandard2.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll", - "lib/netstandard2.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll", - "microsoft.codeanalysis.common.4.12.0.nupkg.sha512", - "microsoft.codeanalysis.common.nuspec" - ] - }, - "Microsoft.CodeAnalysis.CSharp/4.12.0": { - "sha512": "30vVQ1MizeC22iEdEvI2w0eTIYG43/L20yBzuQH01xKzJgHAoWehzI2F8u07o4mXh4DGMOjQF7aEm0zzvsG3Mg==", - "type": "package", - "path": "microsoft.codeanalysis.csharp/4.12.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "ThirdPartyNotices.rtf", - "lib/net7.0/Microsoft.CodeAnalysis.CSharp.dll", - "lib/net7.0/Microsoft.CodeAnalysis.CSharp.pdb", - "lib/net7.0/Microsoft.CodeAnalysis.CSharp.xml", - "lib/net7.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net7.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net7.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net7.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net7.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net7.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net7.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net7.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net7.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net7.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net8.0/Microsoft.CodeAnalysis.CSharp.dll", - "lib/net8.0/Microsoft.CodeAnalysis.CSharp.pdb", - "lib/net8.0/Microsoft.CodeAnalysis.CSharp.xml", - "lib/net8.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net8.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net8.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net8.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net8.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net8.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net8.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net8.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net8.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net8.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net8.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net8.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net8.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.dll", - "lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.pdb", - "lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.xml", - "lib/netstandard2.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/netstandard2.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/netstandard2.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/netstandard2.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/netstandard2.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/netstandard2.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/netstandard2.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/netstandard2.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/netstandard2.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/netstandard2.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/netstandard2.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/netstandard2.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/netstandard2.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll", - "microsoft.codeanalysis.csharp.4.12.0.nupkg.sha512", - "microsoft.codeanalysis.csharp.nuspec" - ] - }, - "Microsoft.NETCore.Platforms/1.1.0": { - "sha512": "kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A==", - "type": "package", - "path": "microsoft.netcore.platforms/1.1.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/netstandard1.0/_._", - "microsoft.netcore.platforms.1.1.0.nupkg.sha512", - "microsoft.netcore.platforms.nuspec", - "runtime.json" - ] - }, - "Microsoft.SourceLink.Common/10.0.203": { - "sha512": "QYAnhBCOkT3ZUT/fHag11+bamwlbZ3U9Vi/WfKrD9emdUf1t3aqjWv0V2KtEGHSRSC81aBc8Oy/mvyGpEYd9Pg==", - "type": "package", - "path": "microsoft.sourcelink.common/10.0.203", - "hasTools": true, - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.txt", - "build/InitializeSourceControlInformation.targets", - "build/Microsoft.SourceLink.Common.props", - "build/Microsoft.SourceLink.Common.targets", - "buildMultiTargeting/Microsoft.SourceLink.Common.props", - "buildMultiTargeting/Microsoft.SourceLink.Common.targets", - "buildTransitive/Microsoft.SourceLink.Common.props", - "buildTransitive/Microsoft.SourceLink.Common.targets", - "microsoft.sourcelink.common.10.0.203.nupkg.sha512", - "microsoft.sourcelink.common.nuspec", - "tools/net/Microsoft.SourceLink.Common.deps.json", - "tools/net/Microsoft.SourceLink.Common.dll", - "tools/net/Microsoft.SourceLink.Common.pdb", - "tools/net/cs/Microsoft.SourceLink.Common.resources.dll", - "tools/net/de/Microsoft.SourceLink.Common.resources.dll", - "tools/net/es/Microsoft.SourceLink.Common.resources.dll", - "tools/net/fr/Microsoft.SourceLink.Common.resources.dll", - "tools/net/it/Microsoft.SourceLink.Common.resources.dll", - "tools/net/ja/Microsoft.SourceLink.Common.resources.dll", - "tools/net/ko/Microsoft.SourceLink.Common.resources.dll", - "tools/net/pl/Microsoft.SourceLink.Common.resources.dll", - "tools/net/pt-BR/Microsoft.SourceLink.Common.resources.dll", - "tools/net/ru/Microsoft.SourceLink.Common.resources.dll", - "tools/net/tr/Microsoft.SourceLink.Common.resources.dll", - "tools/net/zh-Hans/Microsoft.SourceLink.Common.resources.dll", - "tools/net/zh-Hant/Microsoft.SourceLink.Common.resources.dll", - "tools/netframework/Microsoft.SourceLink.Common.dll", - "tools/netframework/Microsoft.SourceLink.Common.dll.config", - "tools/netframework/Microsoft.SourceLink.Common.pdb", - "tools/netframework/cs/Microsoft.SourceLink.Common.resources.dll", - "tools/netframework/de/Microsoft.SourceLink.Common.resources.dll", - "tools/netframework/es/Microsoft.SourceLink.Common.resources.dll", - "tools/netframework/fr/Microsoft.SourceLink.Common.resources.dll", - "tools/netframework/it/Microsoft.SourceLink.Common.resources.dll", - "tools/netframework/ja/Microsoft.SourceLink.Common.resources.dll", - "tools/netframework/ko/Microsoft.SourceLink.Common.resources.dll", - "tools/netframework/pl/Microsoft.SourceLink.Common.resources.dll", - "tools/netframework/pt-BR/Microsoft.SourceLink.Common.resources.dll", - "tools/netframework/ru/Microsoft.SourceLink.Common.resources.dll", - "tools/netframework/tr/Microsoft.SourceLink.Common.resources.dll", - "tools/netframework/zh-Hans/Microsoft.SourceLink.Common.resources.dll", - "tools/netframework/zh-Hant/Microsoft.SourceLink.Common.resources.dll" - ] - }, - "Microsoft.SourceLink.GitHub/10.0.203": { - "sha512": "R4Tvr1oACImMS+Y5M7NM07ll9QyJSKnki3Dvz8QwG1W6FEmd+9fmZXAF6BE6UPswHF6n0v41wgMQGlaudOspqA==", - "type": "package", - "path": "microsoft.sourcelink.github/10.0.203", - "hasTools": true, - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.txt", - "build/Microsoft.SourceLink.GitHub.props", - "build/Microsoft.SourceLink.GitHub.targets", - "buildMultiTargeting/Microsoft.SourceLink.GitHub.props", - "buildMultiTargeting/Microsoft.SourceLink.GitHub.targets", - "microsoft.sourcelink.github.10.0.203.nupkg.sha512", - "microsoft.sourcelink.github.nuspec", - "tools/net/Microsoft.SourceLink.GitHub.deps.json", - "tools/net/Microsoft.SourceLink.GitHub.dll", - "tools/net/Microsoft.SourceLink.GitHub.pdb", - "tools/net/System.IO.Hashing.dll", - "tools/net/cs/Microsoft.SourceLink.GitHub.resources.dll", - "tools/net/de/Microsoft.SourceLink.GitHub.resources.dll", - "tools/net/es/Microsoft.SourceLink.GitHub.resources.dll", - "tools/net/fr/Microsoft.SourceLink.GitHub.resources.dll", - "tools/net/it/Microsoft.SourceLink.GitHub.resources.dll", - "tools/net/ja/Microsoft.SourceLink.GitHub.resources.dll", - "tools/net/ko/Microsoft.SourceLink.GitHub.resources.dll", - "tools/net/pl/Microsoft.SourceLink.GitHub.resources.dll", - "tools/net/pt-BR/Microsoft.SourceLink.GitHub.resources.dll", - "tools/net/ru/Microsoft.SourceLink.GitHub.resources.dll", - "tools/net/tr/Microsoft.SourceLink.GitHub.resources.dll", - "tools/net/zh-Hans/Microsoft.SourceLink.GitHub.resources.dll", - "tools/net/zh-Hant/Microsoft.SourceLink.GitHub.resources.dll", - "tools/netframework/Microsoft.SourceLink.GitHub.dll", - "tools/netframework/Microsoft.SourceLink.GitHub.dll.config", - "tools/netframework/Microsoft.SourceLink.GitHub.pdb", - "tools/netframework/System.Buffers.dll", - "tools/netframework/System.IO.Hashing.dll", - "tools/netframework/System.Memory.dll", - "tools/netframework/System.Numerics.Vectors.dll", - "tools/netframework/System.Runtime.CompilerServices.Unsafe.dll", - "tools/netframework/cs/Microsoft.SourceLink.GitHub.resources.dll", - "tools/netframework/de/Microsoft.SourceLink.GitHub.resources.dll", - "tools/netframework/es/Microsoft.SourceLink.GitHub.resources.dll", - "tools/netframework/fr/Microsoft.SourceLink.GitHub.resources.dll", - "tools/netframework/it/Microsoft.SourceLink.GitHub.resources.dll", - "tools/netframework/ja/Microsoft.SourceLink.GitHub.resources.dll", - "tools/netframework/ko/Microsoft.SourceLink.GitHub.resources.dll", - "tools/netframework/pl/Microsoft.SourceLink.GitHub.resources.dll", - "tools/netframework/pt-BR/Microsoft.SourceLink.GitHub.resources.dll", - "tools/netframework/ru/Microsoft.SourceLink.GitHub.resources.dll", - "tools/netframework/tr/Microsoft.SourceLink.GitHub.resources.dll", - "tools/netframework/zh-Hans/Microsoft.SourceLink.GitHub.resources.dll", - "tools/netframework/zh-Hant/Microsoft.SourceLink.GitHub.resources.dll" - ] - }, - "Nerdbank.GitVersioning/3.9.50": { - "sha512": "HtOgGF6jZ+WYbXnCUCYPT8Y2d6mIJo9ozjK/FINTRsXdm4Zgv9GehUMa7EFoGQkqrMcDJNOIDwCmENnvXg4UbA==", - "type": "package", - "path": "nerdbank.gitversioning/3.9.50", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "README.md", - "build/InProjectVersionComputation.targets", - "build/MSBuildCore/LibGit2Sharp.dll", - "build/MSBuildCore/LibGit2Sharp.dll.config", - "build/MSBuildCore/Microsoft.DotNet.PlatformAbstractions.dll", - "build/MSBuildCore/Nerdbank.GitVersioning.Tasks.dll", - "build/MSBuildCore/Nerdbank.GitVersioning.dll", - "build/MSBuildCore/Newtonsoft.Json.dll", - "build/MSBuildCore/Validation.dll", - "build/MSBuildFull/LibGit2Sharp.dll", - "build/MSBuildFull/LibGit2Sharp.dll.config", - "build/MSBuildFull/Microsoft.DotNet.PlatformAbstractions.dll", - "build/MSBuildFull/Nerdbank.GitVersioning.Tasks.dll", - "build/MSBuildFull/Nerdbank.GitVersioning.dll", - "build/MSBuildFull/Newtonsoft.Json.dll", - "build/MSBuildFull/System.Buffers.dll", - "build/MSBuildFull/System.Memory.dll", - "build/MSBuildFull/System.Numerics.Vectors.dll", - "build/MSBuildFull/System.Runtime.CompilerServices.Unsafe.dll", - "build/MSBuildFull/System.Text.Json.dll", - "build/MSBuildFull/Validation.dll", - "build/MSBuildFull/lib/linux-x64/libgit2-3f4182d.so", - "build/MSBuildFull/lib/osx-arm64/libgit2-3f4182d.dylib", - "build/MSBuildFull/lib/osx-x64/libgit2-3f4182d.dylib", - "build/MSBuildTargetCaching.targets", - "build/Nerdbank.GitVersioning.Common.targets", - "build/Nerdbank.GitVersioning.Inner.targets", - "build/Nerdbank.GitVersioning.props", - "build/Nerdbank.GitVersioning.targets", - "build/PrivateP2PCaching.proj", - "build/runtimes/linux-arm/native/libgit2-3f4182d.so", - "build/runtimes/linux-arm64/native/libgit2-3f4182d.so", - "build/runtimes/linux-musl-arm/native/libgit2-3f4182d.so", - "build/runtimes/linux-musl-arm64/native/libgit2-3f4182d.so", - "build/runtimes/linux-musl-x64/native/libgit2-3f4182d.so", - "build/runtimes/linux-ppc64le/native/libgit2-3f4182d.so", - "build/runtimes/linux-x64/native/libgit2-3f4182d.so", - "build/runtimes/osx-arm64/native/libgit2-3f4182d.dylib", - "build/runtimes/osx-x64/native/libgit2-3f4182d.dylib", - "build/runtimes/win-arm64/native/git2-3f4182d.dll", - "build/runtimes/win-x64/native/git2-3f4182d.dll", - "build/runtimes/win-x86/native/git2-3f4182d.dll", - "buildCrossTargeting/Nerdbank.GitVersioning.props", - "buildCrossTargeting/Nerdbank.GitVersioning.targets", - "nerdbank.gitversioning.3.9.50.nupkg.sha512", - "nerdbank.gitversioning.nuspec" - ] - }, - "NETStandard.Library/2.0.3": { - "sha512": "st47PosZSHrjECdjeIzZQbzivYBJFv6P2nv4cj2ypdI204DO+vZ7l5raGMiX4eXMJ53RfOIg+/s4DHVZ54Nu2A==", - "type": "package", - "path": "netstandard.library/2.0.3", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "build/netstandard2.0/NETStandard.Library.targets", - "build/netstandard2.0/ref/Microsoft.Win32.Primitives.dll", - "build/netstandard2.0/ref/System.AppContext.dll", - "build/netstandard2.0/ref/System.Collections.Concurrent.dll", - "build/netstandard2.0/ref/System.Collections.NonGeneric.dll", - "build/netstandard2.0/ref/System.Collections.Specialized.dll", - "build/netstandard2.0/ref/System.Collections.dll", - "build/netstandard2.0/ref/System.ComponentModel.Composition.dll", - "build/netstandard2.0/ref/System.ComponentModel.EventBasedAsync.dll", - "build/netstandard2.0/ref/System.ComponentModel.Primitives.dll", - "build/netstandard2.0/ref/System.ComponentModel.TypeConverter.dll", - "build/netstandard2.0/ref/System.ComponentModel.dll", - "build/netstandard2.0/ref/System.Console.dll", - "build/netstandard2.0/ref/System.Core.dll", - "build/netstandard2.0/ref/System.Data.Common.dll", - "build/netstandard2.0/ref/System.Data.dll", - "build/netstandard2.0/ref/System.Diagnostics.Contracts.dll", - "build/netstandard2.0/ref/System.Diagnostics.Debug.dll", - "build/netstandard2.0/ref/System.Diagnostics.FileVersionInfo.dll", - "build/netstandard2.0/ref/System.Diagnostics.Process.dll", - "build/netstandard2.0/ref/System.Diagnostics.StackTrace.dll", - "build/netstandard2.0/ref/System.Diagnostics.TextWriterTraceListener.dll", - "build/netstandard2.0/ref/System.Diagnostics.Tools.dll", - "build/netstandard2.0/ref/System.Diagnostics.TraceSource.dll", - "build/netstandard2.0/ref/System.Diagnostics.Tracing.dll", - "build/netstandard2.0/ref/System.Drawing.Primitives.dll", - "build/netstandard2.0/ref/System.Drawing.dll", - "build/netstandard2.0/ref/System.Dynamic.Runtime.dll", - "build/netstandard2.0/ref/System.Globalization.Calendars.dll", - "build/netstandard2.0/ref/System.Globalization.Extensions.dll", - "build/netstandard2.0/ref/System.Globalization.dll", - "build/netstandard2.0/ref/System.IO.Compression.FileSystem.dll", - "build/netstandard2.0/ref/System.IO.Compression.ZipFile.dll", - "build/netstandard2.0/ref/System.IO.Compression.dll", - "build/netstandard2.0/ref/System.IO.FileSystem.DriveInfo.dll", - "build/netstandard2.0/ref/System.IO.FileSystem.Primitives.dll", - "build/netstandard2.0/ref/System.IO.FileSystem.Watcher.dll", - "build/netstandard2.0/ref/System.IO.FileSystem.dll", - "build/netstandard2.0/ref/System.IO.IsolatedStorage.dll", - "build/netstandard2.0/ref/System.IO.MemoryMappedFiles.dll", - "build/netstandard2.0/ref/System.IO.Pipes.dll", - "build/netstandard2.0/ref/System.IO.UnmanagedMemoryStream.dll", - "build/netstandard2.0/ref/System.IO.dll", - "build/netstandard2.0/ref/System.Linq.Expressions.dll", - "build/netstandard2.0/ref/System.Linq.Parallel.dll", - "build/netstandard2.0/ref/System.Linq.Queryable.dll", - "build/netstandard2.0/ref/System.Linq.dll", - "build/netstandard2.0/ref/System.Net.Http.dll", - "build/netstandard2.0/ref/System.Net.NameResolution.dll", - "build/netstandard2.0/ref/System.Net.NetworkInformation.dll", - "build/netstandard2.0/ref/System.Net.Ping.dll", - "build/netstandard2.0/ref/System.Net.Primitives.dll", - "build/netstandard2.0/ref/System.Net.Requests.dll", - "build/netstandard2.0/ref/System.Net.Security.dll", - "build/netstandard2.0/ref/System.Net.Sockets.dll", - "build/netstandard2.0/ref/System.Net.WebHeaderCollection.dll", - "build/netstandard2.0/ref/System.Net.WebSockets.Client.dll", - "build/netstandard2.0/ref/System.Net.WebSockets.dll", - "build/netstandard2.0/ref/System.Net.dll", - "build/netstandard2.0/ref/System.Numerics.dll", - "build/netstandard2.0/ref/System.ObjectModel.dll", - "build/netstandard2.0/ref/System.Reflection.Extensions.dll", - "build/netstandard2.0/ref/System.Reflection.Primitives.dll", - "build/netstandard2.0/ref/System.Reflection.dll", - "build/netstandard2.0/ref/System.Resources.Reader.dll", - "build/netstandard2.0/ref/System.Resources.ResourceManager.dll", - "build/netstandard2.0/ref/System.Resources.Writer.dll", - "build/netstandard2.0/ref/System.Runtime.CompilerServices.VisualC.dll", - "build/netstandard2.0/ref/System.Runtime.Extensions.dll", - "build/netstandard2.0/ref/System.Runtime.Handles.dll", - "build/netstandard2.0/ref/System.Runtime.InteropServices.RuntimeInformation.dll", - "build/netstandard2.0/ref/System.Runtime.InteropServices.dll", - "build/netstandard2.0/ref/System.Runtime.Numerics.dll", - "build/netstandard2.0/ref/System.Runtime.Serialization.Formatters.dll", - "build/netstandard2.0/ref/System.Runtime.Serialization.Json.dll", - "build/netstandard2.0/ref/System.Runtime.Serialization.Primitives.dll", - "build/netstandard2.0/ref/System.Runtime.Serialization.Xml.dll", - "build/netstandard2.0/ref/System.Runtime.Serialization.dll", - "build/netstandard2.0/ref/System.Runtime.dll", - "build/netstandard2.0/ref/System.Security.Claims.dll", - "build/netstandard2.0/ref/System.Security.Cryptography.Algorithms.dll", - "build/netstandard2.0/ref/System.Security.Cryptography.Csp.dll", - "build/netstandard2.0/ref/System.Security.Cryptography.Encoding.dll", - "build/netstandard2.0/ref/System.Security.Cryptography.Primitives.dll", - "build/netstandard2.0/ref/System.Security.Cryptography.X509Certificates.dll", - "build/netstandard2.0/ref/System.Security.Principal.dll", - "build/netstandard2.0/ref/System.Security.SecureString.dll", - "build/netstandard2.0/ref/System.ServiceModel.Web.dll", - "build/netstandard2.0/ref/System.Text.Encoding.Extensions.dll", - "build/netstandard2.0/ref/System.Text.Encoding.dll", - "build/netstandard2.0/ref/System.Text.RegularExpressions.dll", - "build/netstandard2.0/ref/System.Threading.Overlapped.dll", - "build/netstandard2.0/ref/System.Threading.Tasks.Parallel.dll", - "build/netstandard2.0/ref/System.Threading.Tasks.dll", - "build/netstandard2.0/ref/System.Threading.Thread.dll", - "build/netstandard2.0/ref/System.Threading.ThreadPool.dll", - "build/netstandard2.0/ref/System.Threading.Timer.dll", - "build/netstandard2.0/ref/System.Threading.dll", - "build/netstandard2.0/ref/System.Transactions.dll", - "build/netstandard2.0/ref/System.ValueTuple.dll", - "build/netstandard2.0/ref/System.Web.dll", - "build/netstandard2.0/ref/System.Windows.dll", - "build/netstandard2.0/ref/System.Xml.Linq.dll", - "build/netstandard2.0/ref/System.Xml.ReaderWriter.dll", - "build/netstandard2.0/ref/System.Xml.Serialization.dll", - "build/netstandard2.0/ref/System.Xml.XDocument.dll", - "build/netstandard2.0/ref/System.Xml.XPath.XDocument.dll", - "build/netstandard2.0/ref/System.Xml.XPath.dll", - "build/netstandard2.0/ref/System.Xml.XmlDocument.dll", - "build/netstandard2.0/ref/System.Xml.XmlSerializer.dll", - "build/netstandard2.0/ref/System.Xml.dll", - "build/netstandard2.0/ref/System.dll", - "build/netstandard2.0/ref/mscorlib.dll", - "build/netstandard2.0/ref/netstandard.dll", - "build/netstandard2.0/ref/netstandard.xml", - "lib/netstandard1.0/_._", - "netstandard.library.2.0.3.nupkg.sha512", - "netstandard.library.nuspec" - ] - }, - "System.Buffers/4.6.1": { - "sha512": "N8GXpmiLMtljq7gwvyS+1QvKT/W2J8sNAvx+HVg4NGmsG/H+2k/y9QI23auLJRterrzCiDH+IWAw4V/GPwsMlw==", - "type": "package", - "path": "system.buffers/4.6.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "PACKAGE.md", - "buildTransitive/net461/System.Buffers.targets", - "buildTransitive/net462/_._", - "lib/net462/System.Buffers.dll", - "lib/net462/System.Buffers.xml", - "lib/netcoreapp2.0/_._", - "lib/netstandard2.0/System.Buffers.dll", - "lib/netstandard2.0/System.Buffers.xml", - "lib/netstandard2.1/_._", - "system.buffers.4.6.1.nupkg.sha512", - "system.buffers.nuspec" - ] - }, - "System.Collections.Immutable/8.0.0": { - "sha512": "AurL6Y5BA1WotzlEvVaIDpqzpIPvYnnldxru8oXJU2yFxFUy3+pNXjXd1ymO+RA0rq0+590Q8gaz2l3Sr7fmqg==", - "type": "package", - "path": "system.collections.immutable/8.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/System.Collections.Immutable.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/System.Collections.Immutable.targets", - "lib/net462/System.Collections.Immutable.dll", - "lib/net462/System.Collections.Immutable.xml", - "lib/net6.0/System.Collections.Immutable.dll", - "lib/net6.0/System.Collections.Immutable.xml", - "lib/net7.0/System.Collections.Immutable.dll", - "lib/net7.0/System.Collections.Immutable.xml", - "lib/net8.0/System.Collections.Immutable.dll", - "lib/net8.0/System.Collections.Immutable.xml", - "lib/netstandard2.0/System.Collections.Immutable.dll", - "lib/netstandard2.0/System.Collections.Immutable.xml", - "system.collections.immutable.8.0.0.nupkg.sha512", - "system.collections.immutable.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "System.IO.Hashing/10.0.7": { - "sha512": "6hsjdSr4VOXSOnhALkYplHpAxnTG1J33YN42IB6nH2fEg4QnJqrZ4Ft+qn7mkrKAOYC8pCSFYwVWw6rQbmwgLQ==", - "type": "package", - "path": "system.io.hashing/10.0.7", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/System.IO.Hashing.targets", - "buildTransitive/net462/_._", - "buildTransitive/net8.0/_._", - "buildTransitive/netcoreapp2.0/System.IO.Hashing.targets", - "lib/net10.0/System.IO.Hashing.dll", - "lib/net10.0/System.IO.Hashing.xml", - "lib/net462/System.IO.Hashing.dll", - "lib/net462/System.IO.Hashing.xml", - "lib/net8.0/System.IO.Hashing.dll", - "lib/net8.0/System.IO.Hashing.xml", - "lib/net9.0/System.IO.Hashing.dll", - "lib/net9.0/System.IO.Hashing.xml", - "lib/netstandard2.0/System.IO.Hashing.dll", - "lib/netstandard2.0/System.IO.Hashing.xml", - "system.io.hashing.10.0.7.nupkg.sha512", - "system.io.hashing.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "System.Memory/4.6.3": { - "sha512": "qdcDOgnFZY40+Q9876JUHnlHu7bosOHX8XISRoH94fwk6hgaeQGSgfZd8srWRZNt5bV9ZW2TljcegDNxsf+96A==", - "type": "package", - "path": "system.memory/4.6.3", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "PACKAGE.md", - "buildTransitive/net461/System.Memory.targets", - "buildTransitive/net462/_._", - "lib/net462/System.Memory.dll", - "lib/net462/System.Memory.xml", - "lib/netcoreapp2.1/_._", - "lib/netstandard2.0/System.Memory.dll", - "lib/netstandard2.0/System.Memory.xml", - "lib/netstandard2.1/_._", - "system.memory.4.6.3.nupkg.sha512", - "system.memory.nuspec" - ] - }, - "System.Numerics.Vectors/4.6.1": { - "sha512": "sQxefTnhagrhoq2ReR0D/6K0zJcr9Hrd6kikeXsA1I8kOCboTavcUC4r7TSfpKFeE163uMuxZcyfO1mGO3EN8Q==", - "type": "package", - "path": "system.numerics.vectors/4.6.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "PACKAGE.md", - "buildTransitive/net461/System.Numerics.Vectors.targets", - "buildTransitive/net462/_._", - "lib/net462/System.Numerics.Vectors.dll", - "lib/net462/System.Numerics.Vectors.xml", - "lib/netcoreapp2.0/_._", - "lib/netstandard2.0/System.Numerics.Vectors.dll", - "lib/netstandard2.0/System.Numerics.Vectors.xml", - "lib/netstandard2.1/_._", - "system.numerics.vectors.4.6.1.nupkg.sha512", - "system.numerics.vectors.nuspec" - ] - }, - "System.Reflection.Metadata/8.0.0": { - "sha512": "ptvgrFh7PvWI8bcVqG5rsA/weWM09EnthFHR5SCnS6IN+P4mj6rE1lBDC4U8HL9/57htKAqy4KQ3bBj84cfYyQ==", - "type": "package", - "path": "system.reflection.metadata/8.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/System.Reflection.Metadata.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/System.Reflection.Metadata.targets", - "lib/net462/System.Reflection.Metadata.dll", - "lib/net462/System.Reflection.Metadata.xml", - "lib/net6.0/System.Reflection.Metadata.dll", - "lib/net6.0/System.Reflection.Metadata.xml", - "lib/net7.0/System.Reflection.Metadata.dll", - "lib/net7.0/System.Reflection.Metadata.xml", - "lib/net8.0/System.Reflection.Metadata.dll", - "lib/net8.0/System.Reflection.Metadata.xml", - "lib/netstandard2.0/System.Reflection.Metadata.dll", - "lib/netstandard2.0/System.Reflection.Metadata.xml", - "system.reflection.metadata.8.0.0.nupkg.sha512", - "system.reflection.metadata.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "System.Runtime.CompilerServices.Unsafe/6.1.2": { - "sha512": "2hBr6zdbIBTDE3EhK7NSVNdX58uTK6iHW/P/Axmm9sl1xoGSLqDvMtpecn226TNwHByFokYwJmt/aQQNlO5CRw==", - "type": "package", - "path": "system.runtime.compilerservices.unsafe/6.1.2", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "PACKAGE.md", - "buildTransitive/net461/System.Runtime.CompilerServices.Unsafe.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.targets", - "lib/net462/System.Runtime.CompilerServices.Unsafe.dll", - "lib/net462/System.Runtime.CompilerServices.Unsafe.xml", - "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll", - "lib/net6.0/System.Runtime.CompilerServices.Unsafe.xml", - "lib/net7.0/_._", - "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll", - "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.xml", - "system.runtime.compilerservices.unsafe.6.1.2.nupkg.sha512", - "system.runtime.compilerservices.unsafe.nuspec" - ] - }, - "System.Text.Encoding.CodePages/7.0.0": { - "sha512": "LSyCblMpvOe0N3E+8e0skHcrIhgV2huaNcjUUEa8hRtgEAm36aGkRoC8Jxlb6Ra6GSfF29ftduPNywin8XolzQ==", - "type": "package", - "path": "system.text.encoding.codepages/7.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/System.Text.Encoding.CodePages.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/System.Text.Encoding.CodePages.targets", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net462/System.Text.Encoding.CodePages.dll", - "lib/net462/System.Text.Encoding.CodePages.xml", - "lib/net6.0/System.Text.Encoding.CodePages.dll", - "lib/net6.0/System.Text.Encoding.CodePages.xml", - "lib/net7.0/System.Text.Encoding.CodePages.dll", - "lib/net7.0/System.Text.Encoding.CodePages.xml", - "lib/netstandard2.0/System.Text.Encoding.CodePages.dll", - "lib/netstandard2.0/System.Text.Encoding.CodePages.xml", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "runtimes/win/lib/net6.0/System.Text.Encoding.CodePages.dll", - "runtimes/win/lib/net6.0/System.Text.Encoding.CodePages.xml", - "runtimes/win/lib/net7.0/System.Text.Encoding.CodePages.dll", - "runtimes/win/lib/net7.0/System.Text.Encoding.CodePages.xml", - "system.text.encoding.codepages.7.0.0.nupkg.sha512", - "system.text.encoding.codepages.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "System.Threading.Tasks.Extensions/4.5.4": { - "sha512": "zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==", - "type": "package", - "path": "system.threading.tasks.extensions/4.5.4", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net461/System.Threading.Tasks.Extensions.dll", - "lib/net461/System.Threading.Tasks.Extensions.xml", - "lib/netcoreapp2.1/_._", - "lib/netstandard1.0/System.Threading.Tasks.Extensions.dll", - "lib/netstandard1.0/System.Threading.Tasks.Extensions.xml", - "lib/netstandard2.0/System.Threading.Tasks.Extensions.dll", - "lib/netstandard2.0/System.Threading.Tasks.Extensions.xml", - "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.dll", - "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.xml", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/netcoreapp2.1/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "system.threading.tasks.extensions.4.5.4.nupkg.sha512", - "system.threading.tasks.extensions.nuspec", - "useSharedDesignerContext.txt", - "version.txt" - ] - } - }, - "projectFileDependencyGroups": { - ".NETStandard,Version=v2.0": [ - "Microsoft.CodeAnalysis.Analyzers >= 3.11.0", - "Microsoft.CodeAnalysis.CSharp >= 4.12.0", - "Microsoft.SourceLink.GitHub >= 10.0.203", - "NETStandard.Library >= 2.0.3", - "Nerdbank.GitVersioning >= 3.9.50" - ], - "net10.0": [ - "Microsoft.CodeAnalysis.Analyzers >= 3.11.0", - "Microsoft.CodeAnalysis.CSharp >= 4.12.0", - "Microsoft.SourceLink.GitHub >= 10.0.203", - "Nerdbank.GitVersioning >= 3.9.50" - ], - "net8.0": [ - "Microsoft.CodeAnalysis.Analyzers >= 3.11.0", - "Microsoft.CodeAnalysis.CSharp >= 4.12.0", - "Microsoft.SourceLink.GitHub >= 10.0.203", - "Nerdbank.GitVersioning >= 3.9.50" - ] - }, - "packageFolders": { - "C:\\Users\\jd\\.nuget\\packages\\": {}, - "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {} - }, - "project": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "C:\\git\\InShimInator\\src\\Inshiminator.Generators\\Inshiminator.Generators.csproj", - "projectName": "Inshiminator.Generators", - "projectPath": "C:\\git\\InShimInator\\src\\Inshiminator.Generators\\Inshiminator.Generators.csproj", - "packagesPath": "C:\\Users\\jd\\.nuget\\packages\\", - "outputPath": "C:\\git\\InShimInator\\src\\Inshiminator.Generators\\obj\\", - "projectStyle": "PackageReference", - "crossTargeting": true, - "centralPackageVersionsManagementEnabled": true, - "fallbackFolders": [ - "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" - ], - "configFilePaths": [ - "C:\\git\\InShimInator\\NuGet.Config", - "C:\\Users\\jd\\AppData\\Roaming\\NuGet\\NuGet.Config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" - ], - "originalTargetFrameworks": [ - "net10.0", - "net8.0", - "netstandard2.0" - ], - "sources": { - "C:\\Program Files\\dotnet\\library-packs": {}, - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net8.0": { - "targetAlias": "net8.0", - "projectReferences": {} - }, - "net10.0": { - "targetAlias": "net10.0", - "projectReferences": {} - }, - "netstandard2.0": { - "targetAlias": "netstandard2.0", - "projectReferences": {} - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - }, - "restoreAuditProperties": { - "enableAudit": "true", - "auditLevel": "low", - "auditMode": "all" - }, - "SdkAnalysisLevel": "10.0.100" - }, - "frameworks": { - "net8.0": { - "targetAlias": "net8.0", - "dependencies": { - "Microsoft.CodeAnalysis.Analyzers": { - "include": "Runtime, Build, Native, ContentFiles, Analyzers, BuildTransitive", - "suppressParent": "All", - "target": "Package", - "version": "[3.11.0, )", - "versionCentrallyManaged": true - }, - "Microsoft.CodeAnalysis.CSharp": { - "target": "Package", - "version": "[4.12.0, )", - "versionCentrallyManaged": true - }, - "Microsoft.SourceLink.GitHub": { - "suppressParent": "All", - "target": "Package", - "version": "[10.0.203, )", - "versionCentrallyManaged": true - }, - "Nerdbank.GitVersioning": { - "suppressParent": "All", - "target": "Package", - "version": "[3.9.50, )", - "versionCentrallyManaged": true - } - }, - "centralPackageVersions": { - "coverlet.collector": "10.0.0", - "Microsoft.Build.Locator": "1.11.2", - "Microsoft.CodeAnalysis.Analyzers": "3.11.0", - "Microsoft.CodeAnalysis.CSharp": "4.12.0", - "Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.12.0", - "Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing.XUnit": "1.1.2", - "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.7", - "Microsoft.NET.Test.Sdk": "18.5.1", - "Microsoft.SourceLink.GitHub": "10.0.203", - "Nerdbank.GitVersioning": "3.9.50", - "Spectre.Console.Cli": "0.55.0", - "xunit": "2.9.3", - "xunit.runner.visualstudio": "3.1.5" - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48", - "net481" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\10.0.107/PortableRuntimeIdentifierGraph.json", - "packagesToPrune": { - "Microsoft.CSharp": "(,4.7.32767]", - "Microsoft.VisualBasic": "(,10.3.32767]", - "Microsoft.Win32.Primitives": "(,4.3.32767]", - "Microsoft.Win32.Registry": "(,5.0.32767]", - "runtime.any.System.Collections": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.any.System.Globalization": "(,4.3.32767]", - "runtime.any.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.any.System.IO": "(,4.3.32767]", - "runtime.any.System.Reflection": "(,4.3.32767]", - "runtime.any.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.any.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.any.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.any.System.Runtime": "(,4.3.32767]", - "runtime.any.System.Runtime.Handles": "(,4.3.32767]", - "runtime.any.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.any.System.Text.Encoding": "(,4.3.32767]", - "runtime.any.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.any.System.Threading.Tasks": "(,4.3.32767]", - "runtime.any.System.Threading.Timer": "(,4.3.32767]", - "runtime.aot.System.Collections": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.aot.System.Globalization": "(,4.3.32767]", - "runtime.aot.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.aot.System.IO": "(,4.3.32767]", - "runtime.aot.System.Reflection": "(,4.3.32767]", - "runtime.aot.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.aot.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.aot.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.aot.System.Runtime": "(,4.3.32767]", - "runtime.aot.System.Runtime.Handles": "(,4.3.32767]", - "runtime.aot.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.aot.System.Threading.Tasks": "(,4.3.32767]", - "runtime.aot.System.Threading.Timer": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.native.System.Security.Cryptography.Apple": "(,4.3.32767]", - "runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.unix.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.unix.System.Console": "(,4.3.32767]", - "runtime.unix.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.unix.System.IO.FileSystem": "(,4.3.32767]", - "runtime.unix.System.Net.Primitives": "(,4.3.32767]", - "runtime.unix.System.Net.Sockets": "(,4.3.32767]", - "runtime.unix.System.Private.Uri": "(,4.3.32767]", - "runtime.unix.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.win.System.Console": "(,4.3.32767]", - "runtime.win.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.win.System.IO.FileSystem": "(,4.3.32767]", - "runtime.win.System.Net.Primitives": "(,4.3.32767]", - "runtime.win.System.Net.Sockets": "(,4.3.32767]", - "runtime.win.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win10-arm-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-arm64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win10-x64-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-x86-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7-x86.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7.System.Private.Uri": "(,4.3.32767]", - "runtime.win8-arm.runtime.native.System.IO.Compression": "(,4.3.32767]", - "System.AppContext": "(,4.3.32767]", - "System.Buffers": "(,4.6.32767]", - "System.Collections": "(,4.3.32767]", - "System.Collections.Concurrent": "(,4.3.32767]", - "System.Collections.Immutable": "(,8.0.32767]", - "System.Collections.NonGeneric": "(,4.3.32767]", - "System.Collections.Specialized": "(,4.3.32767]", - "System.ComponentModel": "(,4.3.32767]", - "System.ComponentModel.Annotations": "(,5.0.32767]", - "System.ComponentModel.EventBasedAsync": "(,4.3.32767]", - "System.ComponentModel.Primitives": "(,4.3.32767]", - "System.ComponentModel.TypeConverter": "(,4.3.32767]", - "System.Console": "(,4.3.32767]", - "System.Data.Common": "(,4.3.32767]", - "System.Data.DataSetExtensions": "(,4.5.32767]", - "System.Diagnostics.Contracts": "(,4.3.32767]", - "System.Diagnostics.Debug": "(,4.3.32767]", - "System.Diagnostics.DiagnosticSource": "(,8.0.32767]", - "System.Diagnostics.FileVersionInfo": "(,4.3.32767]", - "System.Diagnostics.Process": "(,4.3.32767]", - "System.Diagnostics.StackTrace": "(,4.3.32767]", - "System.Diagnostics.TextWriterTraceListener": "(,4.3.32767]", - "System.Diagnostics.Tools": "(,4.3.32767]", - "System.Diagnostics.TraceSource": "(,4.3.32767]", - "System.Diagnostics.Tracing": "(,4.3.32767]", - "System.Drawing.Primitives": "(,4.3.32767]", - "System.Dynamic.Runtime": "(,4.3.32767]", - "System.Formats.Asn1": "(,8.0.32767]", - "System.Globalization": "(,4.3.32767]", - "System.Globalization.Calendars": "(,4.3.32767]", - "System.Globalization.Extensions": "(,4.3.32767]", - "System.IO": "(,4.3.32767]", - "System.IO.Compression": "(,4.3.32767]", - "System.IO.Compression.ZipFile": "(,4.3.32767]", - "System.IO.FileSystem": "(,4.3.32767]", - "System.IO.FileSystem.AccessControl": "(,5.0.32767]", - "System.IO.FileSystem.DriveInfo": "(,4.3.32767]", - "System.IO.FileSystem.Primitives": "(,4.3.32767]", - "System.IO.FileSystem.Watcher": "(,4.3.32767]", - "System.IO.IsolatedStorage": "(,4.3.32767]", - "System.IO.MemoryMappedFiles": "(,4.3.32767]", - "System.IO.Pipes": "(,4.3.32767]", - "System.IO.Pipes.AccessControl": "(,4.6.32767]", - "System.IO.UnmanagedMemoryStream": "(,4.3.32767]", - "System.Linq": "(,4.3.32767]", - "System.Linq.Expressions": "(,4.3.32767]", - "System.Linq.Parallel": "(,4.3.32767]", - "System.Linq.Queryable": "(,4.3.32767]", - "System.Memory": "(,4.6.32767]", - "System.Net.Http": "(,4.3.32767]", - "System.Net.Http.Json": "(,8.0.32767]", - "System.Net.NameResolution": "(,4.3.32767]", - "System.Net.NetworkInformation": "(,4.3.32767]", - "System.Net.Ping": "(,4.3.32767]", - "System.Net.Primitives": "(,4.3.32767]", - "System.Net.Requests": "(,4.3.32767]", - "System.Net.Security": "(,4.3.32767]", - "System.Net.Sockets": "(,4.3.32767]", - "System.Net.WebHeaderCollection": "(,4.3.32767]", - "System.Net.WebSockets": "(,4.3.32767]", - "System.Net.WebSockets.Client": "(,4.3.32767]", - "System.Numerics.Vectors": "(,4.6.32767]", - "System.ObjectModel": "(,4.3.32767]", - "System.Private.DataContractSerialization": "(,4.3.32767]", - "System.Private.Uri": "(,4.3.32767]", - "System.Reflection": "(,4.3.32767]", - "System.Reflection.DispatchProxy": "(,4.8.32767]", - "System.Reflection.Emit": "(,4.7.32767]", - "System.Reflection.Emit.ILGeneration": "(,4.7.32767]", - "System.Reflection.Emit.Lightweight": "(,4.7.32767]", - "System.Reflection.Extensions": "(,4.3.32767]", - "System.Reflection.Metadata": "(,8.0.32767]", - "System.Reflection.Primitives": "(,4.3.32767]", - "System.Reflection.TypeExtensions": "(,4.7.32767]", - "System.Resources.Reader": "(,4.3.32767]", - "System.Resources.ResourceManager": "(,4.3.32767]", - "System.Resources.Writer": "(,4.3.32767]", - "System.Runtime": "(,4.3.32767]", - "System.Runtime.CompilerServices.Unsafe": "(,6.1.32767]", - "System.Runtime.CompilerServices.VisualC": "(,4.3.32767]", - "System.Runtime.Extensions": "(,4.3.32767]", - "System.Runtime.Handles": "(,4.3.32767]", - "System.Runtime.InteropServices": "(,4.3.32767]", - "System.Runtime.InteropServices.RuntimeInformation": "(,4.3.32767]", - "System.Runtime.Loader": "(,4.3.32767]", - "System.Runtime.Numerics": "(,4.3.32767]", - "System.Runtime.Serialization.Formatters": "(,4.3.32767]", - "System.Runtime.Serialization.Json": "(,4.3.32767]", - "System.Runtime.Serialization.Primitives": "(,4.3.32767]", - "System.Runtime.Serialization.Xml": "(,4.3.32767]", - "System.Security.AccessControl": "(,6.0.32767]", - "System.Security.Claims": "(,4.3.32767]", - "System.Security.Cryptography.Algorithms": "(,4.3.32767]", - "System.Security.Cryptography.Cng": "(,4.6.32767]", - "System.Security.Cryptography.Csp": "(,4.3.32767]", - "System.Security.Cryptography.Encoding": "(,4.3.32767]", - "System.Security.Cryptography.OpenSsl": "(,5.0.32767]", - "System.Security.Cryptography.Primitives": "(,4.3.32767]", - "System.Security.Cryptography.X509Certificates": "(,4.3.32767]", - "System.Security.Principal": "(,4.3.32767]", - "System.Security.Principal.Windows": "(,5.0.32767]", - "System.Security.SecureString": "(,4.3.32767]", - "System.Text.Encoding": "(,4.3.32767]", - "System.Text.Encoding.CodePages": "(,8.0.32767]", - "System.Text.Encoding.Extensions": "(,4.3.32767]", - "System.Text.Encodings.Web": "(,8.0.32767]", - "System.Text.Json": "(,8.0.32767]", - "System.Text.RegularExpressions": "(,4.3.32767]", - "System.Threading": "(,4.3.32767]", - "System.Threading.Channels": "(,8.0.32767]", - "System.Threading.Overlapped": "(,4.3.32767]", - "System.Threading.Tasks": "(,4.3.32767]", - "System.Threading.Tasks.Dataflow": "(,8.0.32767]", - "System.Threading.Tasks.Extensions": "(,4.6.32767]", - "System.Threading.Tasks.Parallel": "(,4.3.32767]", - "System.Threading.Thread": "(,4.3.32767]", - "System.Threading.ThreadPool": "(,4.3.32767]", - "System.Threading.Timer": "(,4.3.32767]", - "System.ValueTuple": "(,4.6.32767]", - "System.Xml.ReaderWriter": "(,4.3.32767]", - "System.Xml.XDocument": "(,4.3.32767]", - "System.Xml.XmlDocument": "(,4.3.32767]", - "System.Xml.XmlSerializer": "(,4.3.32767]", - "System.Xml.XPath": "(,4.3.32767]", - "System.Xml.XPath.XDocument": "(,4.3.32767]" - } - }, - "net10.0": { - "targetAlias": "net10.0", - "dependencies": { - "Microsoft.CodeAnalysis.Analyzers": { - "include": "Runtime, Build, Native, ContentFiles, Analyzers, BuildTransitive", - "suppressParent": "All", - "target": "Package", - "version": "[3.11.0, )", - "versionCentrallyManaged": true - }, - "Microsoft.CodeAnalysis.CSharp": { - "target": "Package", - "version": "[4.12.0, )", - "versionCentrallyManaged": true - }, - "Microsoft.SourceLink.GitHub": { - "suppressParent": "All", - "target": "Package", - "version": "[10.0.203, )", - "versionCentrallyManaged": true - }, - "Nerdbank.GitVersioning": { - "suppressParent": "All", - "target": "Package", - "version": "[3.9.50, )", - "versionCentrallyManaged": true - } - }, - "centralPackageVersions": { - "coverlet.collector": "10.0.0", - "Microsoft.Build.Locator": "1.11.2", - "Microsoft.CodeAnalysis.Analyzers": "3.11.0", - "Microsoft.CodeAnalysis.CSharp": "4.12.0", - "Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.12.0", - "Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing.XUnit": "1.1.2", - "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.7", - "Microsoft.NET.Test.Sdk": "18.5.1", - "Microsoft.SourceLink.GitHub": "10.0.203", - "Nerdbank.GitVersioning": "3.9.50", - "Spectre.Console.Cli": "0.55.0", - "xunit": "2.9.3", - "xunit.runner.visualstudio": "3.1.5" - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48", - "net481" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\10.0.107/PortableRuntimeIdentifierGraph.json", - "packagesToPrune": { - "Microsoft.CSharp": "(,4.7.32767]", - "Microsoft.VisualBasic": "(,10.4.32767]", - "Microsoft.Win32.Primitives": "(,4.3.32767]", - "Microsoft.Win32.Registry": "(,5.0.32767]", - "runtime.any.System.Collections": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.any.System.Globalization": "(,4.3.32767]", - "runtime.any.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.any.System.IO": "(,4.3.32767]", - "runtime.any.System.Reflection": "(,4.3.32767]", - "runtime.any.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.any.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.any.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.any.System.Runtime": "(,4.3.32767]", - "runtime.any.System.Runtime.Handles": "(,4.3.32767]", - "runtime.any.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.any.System.Text.Encoding": "(,4.3.32767]", - "runtime.any.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.any.System.Threading.Tasks": "(,4.3.32767]", - "runtime.any.System.Threading.Timer": "(,4.3.32767]", - "runtime.aot.System.Collections": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.aot.System.Globalization": "(,4.3.32767]", - "runtime.aot.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.aot.System.IO": "(,4.3.32767]", - "runtime.aot.System.Reflection": "(,4.3.32767]", - "runtime.aot.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.aot.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.aot.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.aot.System.Runtime": "(,4.3.32767]", - "runtime.aot.System.Runtime.Handles": "(,4.3.32767]", - "runtime.aot.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.aot.System.Threading.Tasks": "(,4.3.32767]", - "runtime.aot.System.Threading.Timer": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.unix.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.unix.System.Console": "(,4.3.32767]", - "runtime.unix.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.unix.System.IO.FileSystem": "(,4.3.32767]", - "runtime.unix.System.Net.Primitives": "(,4.3.32767]", - "runtime.unix.System.Net.Sockets": "(,4.3.32767]", - "runtime.unix.System.Private.Uri": "(,4.3.32767]", - "runtime.unix.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.win.System.Console": "(,4.3.32767]", - "runtime.win.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.win.System.IO.FileSystem": "(,4.3.32767]", - "runtime.win.System.Net.Primitives": "(,4.3.32767]", - "runtime.win.System.Net.Sockets": "(,4.3.32767]", - "runtime.win.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win10-arm-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-arm64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win10-x64-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-x86-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7-x86.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7.System.Private.Uri": "(,4.3.32767]", - "runtime.win8-arm.runtime.native.System.IO.Compression": "(,4.3.32767]", - "System.AppContext": "(,4.3.32767]", - "System.Buffers": "(,5.0.32767]", - "System.Collections": "(,4.3.32767]", - "System.Collections.Concurrent": "(,4.3.32767]", - "System.Collections.Immutable": "(,10.0.32767]", - "System.Collections.NonGeneric": "(,4.3.32767]", - "System.Collections.Specialized": "(,4.3.32767]", - "System.ComponentModel": "(,4.3.32767]", - "System.ComponentModel.Annotations": "(,4.3.32767]", - "System.ComponentModel.EventBasedAsync": "(,4.3.32767]", - "System.ComponentModel.Primitives": "(,4.3.32767]", - "System.ComponentModel.TypeConverter": "(,4.3.32767]", - "System.Console": "(,4.3.32767]", - "System.Data.Common": "(,4.3.32767]", - "System.Data.DataSetExtensions": "(,4.4.32767]", - "System.Diagnostics.Contracts": "(,4.3.32767]", - "System.Diagnostics.Debug": "(,4.3.32767]", - "System.Diagnostics.DiagnosticSource": "(,10.0.32767]", - "System.Diagnostics.FileVersionInfo": "(,4.3.32767]", - "System.Diagnostics.Process": "(,4.3.32767]", - "System.Diagnostics.StackTrace": "(,4.3.32767]", - "System.Diagnostics.TextWriterTraceListener": "(,4.3.32767]", - "System.Diagnostics.Tools": "(,4.3.32767]", - "System.Diagnostics.TraceSource": "(,4.3.32767]", - "System.Diagnostics.Tracing": "(,4.3.32767]", - "System.Drawing.Primitives": "(,4.3.32767]", - "System.Dynamic.Runtime": "(,4.3.32767]", - "System.Formats.Asn1": "(,10.0.32767]", - "System.Formats.Tar": "(,10.0.32767]", - "System.Globalization": "(,4.3.32767]", - "System.Globalization.Calendars": "(,4.3.32767]", - "System.Globalization.Extensions": "(,4.3.32767]", - "System.IO": "(,4.3.32767]", - "System.IO.Compression": "(,4.3.32767]", - "System.IO.Compression.ZipFile": "(,4.3.32767]", - "System.IO.FileSystem": "(,4.3.32767]", - "System.IO.FileSystem.AccessControl": "(,4.4.32767]", - "System.IO.FileSystem.DriveInfo": "(,4.3.32767]", - "System.IO.FileSystem.Primitives": "(,4.3.32767]", - "System.IO.FileSystem.Watcher": "(,4.3.32767]", - "System.IO.IsolatedStorage": "(,4.3.32767]", - "System.IO.MemoryMappedFiles": "(,4.3.32767]", - "System.IO.Pipelines": "(,10.0.32767]", - "System.IO.Pipes": "(,4.3.32767]", - "System.IO.Pipes.AccessControl": "(,5.0.32767]", - "System.IO.UnmanagedMemoryStream": "(,4.3.32767]", - "System.Linq": "(,4.3.32767]", - "System.Linq.AsyncEnumerable": "(,10.0.32767]", - "System.Linq.Expressions": "(,4.3.32767]", - "System.Linq.Parallel": "(,4.3.32767]", - "System.Linq.Queryable": "(,4.3.32767]", - "System.Memory": "(,5.0.32767]", - "System.Net.Http": "(,4.3.32767]", - "System.Net.Http.Json": "(,10.0.32767]", - "System.Net.NameResolution": "(,4.3.32767]", - "System.Net.NetworkInformation": "(,4.3.32767]", - "System.Net.Ping": "(,4.3.32767]", - "System.Net.Primitives": "(,4.3.32767]", - "System.Net.Requests": "(,4.3.32767]", - "System.Net.Security": "(,4.3.32767]", - "System.Net.ServerSentEvents": "(,10.0.32767]", - "System.Net.Sockets": "(,4.3.32767]", - "System.Net.WebHeaderCollection": "(,4.3.32767]", - "System.Net.WebSockets": "(,4.3.32767]", - "System.Net.WebSockets.Client": "(,4.3.32767]", - "System.Numerics.Vectors": "(,5.0.32767]", - "System.ObjectModel": "(,4.3.32767]", - "System.Private.DataContractSerialization": "(,4.3.32767]", - "System.Private.Uri": "(,4.3.32767]", - "System.Reflection": "(,4.3.32767]", - "System.Reflection.DispatchProxy": "(,6.0.32767]", - "System.Reflection.Emit": "(,4.7.32767]", - "System.Reflection.Emit.ILGeneration": "(,4.7.32767]", - "System.Reflection.Emit.Lightweight": "(,4.7.32767]", - "System.Reflection.Extensions": "(,4.3.32767]", - "System.Reflection.Metadata": "(,10.0.32767]", - "System.Reflection.Primitives": "(,4.3.32767]", - "System.Reflection.TypeExtensions": "(,4.3.32767]", - "System.Resources.Reader": "(,4.3.32767]", - "System.Resources.ResourceManager": "(,4.3.32767]", - "System.Resources.Writer": "(,4.3.32767]", - "System.Runtime": "(,4.3.32767]", - "System.Runtime.CompilerServices.Unsafe": "(,7.0.32767]", - "System.Runtime.CompilerServices.VisualC": "(,4.3.32767]", - "System.Runtime.Extensions": "(,4.3.32767]", - "System.Runtime.Handles": "(,4.3.32767]", - "System.Runtime.InteropServices": "(,4.3.32767]", - "System.Runtime.InteropServices.RuntimeInformation": "(,4.3.32767]", - "System.Runtime.Loader": "(,4.3.32767]", - "System.Runtime.Numerics": "(,4.3.32767]", - "System.Runtime.Serialization.Formatters": "(,4.3.32767]", - "System.Runtime.Serialization.Json": "(,4.3.32767]", - "System.Runtime.Serialization.Primitives": "(,4.3.32767]", - "System.Runtime.Serialization.Xml": "(,4.3.32767]", - "System.Security.AccessControl": "(,6.0.32767]", - "System.Security.Claims": "(,4.3.32767]", - "System.Security.Cryptography.Algorithms": "(,4.3.32767]", - "System.Security.Cryptography.Cng": "(,5.0.32767]", - "System.Security.Cryptography.Csp": "(,4.3.32767]", - "System.Security.Cryptography.Encoding": "(,4.3.32767]", - "System.Security.Cryptography.OpenSsl": "(,5.0.32767]", - "System.Security.Cryptography.Primitives": "(,4.3.32767]", - "System.Security.Cryptography.X509Certificates": "(,4.3.32767]", - "System.Security.Principal": "(,4.3.32767]", - "System.Security.Principal.Windows": "(,5.0.32767]", - "System.Security.SecureString": "(,4.3.32767]", - "System.Text.Encoding": "(,4.3.32767]", - "System.Text.Encoding.CodePages": "(,10.0.32767]", - "System.Text.Encoding.Extensions": "(,4.3.32767]", - "System.Text.Encodings.Web": "(,10.0.32767]", - "System.Text.Json": "(,10.0.32767]", - "System.Text.RegularExpressions": "(,4.3.32767]", - "System.Threading": "(,4.3.32767]", - "System.Threading.AccessControl": "(,10.0.32767]", - "System.Threading.Channels": "(,10.0.32767]", - "System.Threading.Overlapped": "(,4.3.32767]", - "System.Threading.Tasks": "(,4.3.32767]", - "System.Threading.Tasks.Dataflow": "(,10.0.32767]", - "System.Threading.Tasks.Extensions": "(,5.0.32767]", - "System.Threading.Tasks.Parallel": "(,4.3.32767]", - "System.Threading.Thread": "(,4.3.32767]", - "System.Threading.ThreadPool": "(,4.3.32767]", - "System.Threading.Timer": "(,4.3.32767]", - "System.ValueTuple": "(,4.5.32767]", - "System.Xml.ReaderWriter": "(,4.3.32767]", - "System.Xml.XDocument": "(,4.3.32767]", - "System.Xml.XmlDocument": "(,4.3.32767]", - "System.Xml.XmlSerializer": "(,4.3.32767]", - "System.Xml.XPath": "(,4.3.32767]", - "System.Xml.XPath.XDocument": "(,5.0.32767]" - } - }, - "netstandard2.0": { - "targetAlias": "netstandard2.0", - "dependencies": { - "Microsoft.CodeAnalysis.Analyzers": { - "include": "Runtime, Build, Native, ContentFiles, Analyzers, BuildTransitive", - "suppressParent": "All", - "target": "Package", - "version": "[3.11.0, )", - "versionCentrallyManaged": true - }, - "Microsoft.CodeAnalysis.CSharp": { - "target": "Package", - "version": "[4.12.0, )", - "versionCentrallyManaged": true - }, - "Microsoft.SourceLink.GitHub": { - "suppressParent": "All", - "target": "Package", - "version": "[10.0.203, )", - "versionCentrallyManaged": true - }, - "NETStandard.Library": { - "suppressParent": "All", - "target": "Package", - "version": "[2.0.3, )", - "autoReferenced": true - }, - "Nerdbank.GitVersioning": { - "suppressParent": "All", - "target": "Package", - "version": "[3.9.50, )", - "versionCentrallyManaged": true - } - }, - "centralPackageVersions": { - "coverlet.collector": "10.0.0", - "Microsoft.Build.Locator": "1.11.2", - "Microsoft.CodeAnalysis.Analyzers": "3.11.0", - "Microsoft.CodeAnalysis.CSharp": "4.12.0", - "Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.12.0", - "Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing.XUnit": "1.1.2", - "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.7", - "Microsoft.NET.Test.Sdk": "18.5.1", - "Microsoft.SourceLink.GitHub": "10.0.203", - "Nerdbank.GitVersioning": "3.9.50", - "Spectre.Console.Cli": "0.55.0", - "xunit": "2.9.3", - "xunit.runner.visualstudio": "3.1.5" - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48", - "net481" - ], - "assetTargetFallback": true, - "warn": true, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\10.0.107\\RuntimeIdentifierGraph.json", - "packagesToPrune": { - "Microsoft.Win32.Primitives": "(,4.3.0]", - "System.AppContext": "(,4.3.0]", - "System.Collections": "(,4.3.0]", - "System.Collections.NonGeneric": "(,4.3.0]", - "System.Collections.Specialized": "(,4.3.0]", - "System.ComponentModel": "(,4.3.0]", - "System.ComponentModel.EventBasedAsync": "(,4.3.0]", - "System.ComponentModel.Primitives": "(,4.3.0]", - "System.ComponentModel.TypeConverter": "(,4.3.0]", - "System.Console": "(,4.3.1]", - "System.Data.Common": "(,4.3.0]", - "System.Diagnostics.Contracts": "(,4.3.0]", - "System.Diagnostics.Debug": "(,4.3.0]", - "System.Diagnostics.FileVersionInfo": "(,4.3.0]", - "System.Diagnostics.Process": "(,4.3.0]", - "System.Diagnostics.StackTrace": "(,4.3.0]", - "System.Diagnostics.TextWriterTraceListener": "(,4.3.0]", - "System.Diagnostics.Tools": "(,4.3.0]", - "System.Diagnostics.TraceSource": "(,4.3.0]", - "System.Diagnostics.Tracing": "(,4.3.0]", - "System.Drawing.Primitives": "(,4.3.0]", - "System.Dynamic.Runtime": "(,4.3.0]", - "System.Globalization": "(,4.3.0]", - "System.Globalization.Calendars": "(,4.3.0]", - "System.Globalization.Extensions": "(,4.3.0]", - "System.IO": "(,4.3.0]", - "System.IO.Compression": "(,4.3.0]", - "System.IO.Compression.ZipFile": "(,4.3.0]", - "System.IO.FileSystem": "(,4.3.0]", - "System.IO.FileSystem.DriveInfo": "(,4.3.1]", - "System.IO.FileSystem.Primitives": "(,4.3.0]", - "System.IO.FileSystem.Watcher": "(,4.3.0]", - "System.IO.IsolatedStorage": "(,4.3.0]", - "System.IO.MemoryMappedFiles": "(,4.3.0]", - "System.IO.Pipes": "(,4.3.0]", - "System.IO.UnmanagedMemoryStream": "(,4.3.0]", - "System.Linq": "(,4.3.0]", - "System.Linq.Expressions": "(,4.3.0]", - "System.Linq.Parallel": "(,4.3.0]", - "System.Linq.Queryable": "(,4.3.0]", - "System.Net.Http": "(,4.3.4]", - "System.Net.NameResolution": "(,4.3.0]", - "System.Net.NetworkInformation": "(,4.3.0]", - "System.Net.Ping": "(,4.3.0]", - "System.Net.Primitives": "(,4.3.1]", - "System.Net.Requests": "(,4.3.0]", - "System.Net.Security": "(,4.3.2]", - "System.Net.Sockets": "(,4.3.0]", - "System.Net.WebHeaderCollection": "(,4.3.0]", - "System.Net.WebSockets": "(,4.3.0]", - "System.Net.WebSockets.Client": "(,4.3.2]", - "System.Reflection": "(,4.3.0]", - "System.Reflection.Extensions": "(,4.3.0]", - "System.Reflection.Primitives": "(,4.3.0]", - "System.Resources.Reader": "(,4.3.0]", - "System.Resources.ResourceManager": "(,4.3.0]", - "System.Resources.Writer": "(,4.3.0]", - "System.Runtime": "(,4.3.1]", - "System.Runtime.CompilerServices.VisualC": "(,4.3.0]", - "System.Runtime.Extensions": "(,4.3.1]", - "System.Runtime.Handles": "(,4.3.0]", - "System.Runtime.InteropServices": "(,4.3.0]", - "System.Runtime.InteropServices.RuntimeInformation": "(,4.3.0]", - "System.Runtime.Numerics": "(,4.3.0]", - "System.Runtime.Serialization.Formatters": "(,4.3.0]", - "System.Runtime.Serialization.Primitives": "(,4.3.0]", - "System.Runtime.Serialization.Xml": "(,4.3.0]", - "System.Security.Claims": "(,4.3.0]", - "System.Security.Cryptography.Algorithms": "(,4.3.1]", - "System.Security.Cryptography.Csp": "(,4.3.0]", - "System.Security.Cryptography.Encoding": "(,4.3.0]", - "System.Security.Cryptography.Primitives": "(,4.3.0]", - "System.Security.Cryptography.X509Certificates": "(,4.3.2]", - "System.Security.Principal": "(,4.3.0]", - "System.Security.SecureString": "(,4.3.0]", - "System.Text.Encoding": "(,4.3.0]", - "System.Text.Encoding.Extensions": "(,4.3.0]", - "System.Text.RegularExpressions": "(,4.3.0]", - "System.Threading": "(,4.3.0]", - "System.Threading.Overlapped": "(,4.3.0]", - "System.Threading.Tasks": "(,4.3.0]", - "System.Threading.Tasks.Parallel": "(,4.3.0]", - "System.Threading.Thread": "(,4.3.0]", - "System.Threading.ThreadPool": "(,4.3.0]", - "System.Threading.Timer": "(,4.3.0]", - "System.ValueTuple": "(,4.6.1]", - "System.Xml.ReaderWriter": "(,4.3.1]", - "System.Xml.XDocument": "(,4.3.0]", - "System.Xml.XmlDocument": "(,4.3.0]", - "System.Xml.XmlSerializer": "(,4.3.0]", - "System.Xml.XPath": "(,4.3.0]", - "System.Xml.XPath.XDocument": "(,4.3.0]" - } - } - } - } -} \ No newline at end of file diff --git a/src/Inshiminator.Generators/obj/project.nuget.cache b/src/Inshiminator.Generators/obj/project.nuget.cache deleted file mode 100644 index 8c3c9bd..0000000 --- a/src/Inshiminator.Generators/obj/project.nuget.cache +++ /dev/null @@ -1,27 +0,0 @@ -{ - "version": 2, - "dgSpecHash": "0a+UgM2kuUo=", - "success": true, - "projectFilePath": "C:\\git\\InShimInator\\src\\Inshiminator.Generators\\Inshiminator.Generators.csproj", - "expectedPackageFiles": [ - "C:\\Users\\jd\\.nuget\\packages\\microsoft.build.tasks.git\\10.0.203\\microsoft.build.tasks.git.10.0.203.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\microsoft.codeanalysis.analyzers\\3.11.0\\microsoft.codeanalysis.analyzers.3.11.0.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\microsoft.codeanalysis.common\\4.12.0\\microsoft.codeanalysis.common.4.12.0.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\microsoft.codeanalysis.csharp\\4.12.0\\microsoft.codeanalysis.csharp.4.12.0.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\microsoft.netcore.platforms\\1.1.0\\microsoft.netcore.platforms.1.1.0.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\microsoft.sourcelink.common\\10.0.203\\microsoft.sourcelink.common.10.0.203.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\microsoft.sourcelink.github\\10.0.203\\microsoft.sourcelink.github.10.0.203.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\nerdbank.gitversioning\\3.9.50\\nerdbank.gitversioning.3.9.50.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\netstandard.library\\2.0.3\\netstandard.library.2.0.3.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\system.buffers\\4.6.1\\system.buffers.4.6.1.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\system.collections.immutable\\8.0.0\\system.collections.immutable.8.0.0.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\system.io.hashing\\10.0.7\\system.io.hashing.10.0.7.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\system.memory\\4.6.3\\system.memory.4.6.3.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\system.numerics.vectors\\4.6.1\\system.numerics.vectors.4.6.1.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\system.reflection.metadata\\8.0.0\\system.reflection.metadata.8.0.0.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\system.runtime.compilerservices.unsafe\\6.1.2\\system.runtime.compilerservices.unsafe.6.1.2.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\system.text.encoding.codepages\\7.0.0\\system.text.encoding.codepages.7.0.0.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\system.threading.tasks.extensions\\4.5.4\\system.threading.tasks.extensions.4.5.4.nupkg.sha512" - ], - "logs": [] -} \ No newline at end of file diff --git a/src/Inshiminator.Testing/bin/Debug/netstandard2.0/Inshiminator.Abstractions.dll b/src/Inshiminator.Testing/bin/Debug/netstandard2.0/Inshiminator.Abstractions.dll deleted file mode 100644 index 1f65383..0000000 Binary files a/src/Inshiminator.Testing/bin/Debug/netstandard2.0/Inshiminator.Abstractions.dll and /dev/null differ diff --git a/src/Inshiminator.Testing/bin/Debug/netstandard2.0/Inshiminator.Abstractions.pdb b/src/Inshiminator.Testing/bin/Debug/netstandard2.0/Inshiminator.Abstractions.pdb deleted file mode 100644 index 54f6212..0000000 Binary files a/src/Inshiminator.Testing/bin/Debug/netstandard2.0/Inshiminator.Abstractions.pdb and /dev/null differ diff --git a/src/Inshiminator.Testing/bin/Debug/netstandard2.0/Inshiminator.Testing.deps.json b/src/Inshiminator.Testing/bin/Debug/netstandard2.0/Inshiminator.Testing.deps.json deleted file mode 100644 index 4687092..0000000 --- a/src/Inshiminator.Testing/bin/Debug/netstandard2.0/Inshiminator.Testing.deps.json +++ /dev/null @@ -1,137 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETStandard,Version=v2.0/", - "signature": "" - }, - "compilationOptions": {}, - "targets": { - ".NETStandard,Version=v2.0": {}, - ".NETStandard,Version=v2.0/": { - "Inshiminator.Testing/0.1.2-g2e58a4565a": { - "dependencies": { - "Inshiminator.Abstractions": "1.0.0", - "Microsoft.SourceLink.GitHub": "10.0.203" - }, - "runtime": { - "Inshiminator.Testing.dll": {} - } - }, - "Microsoft.SourceLink.GitHub/10.0.203": { - "dependencies": { - "System.IO.Hashing": "10.0.7" - } - }, - "System.Buffers/4.6.1": { - "runtime": { - "lib/netstandard2.0/System.Buffers.dll": { - "assemblyVersion": "4.0.2.0", - "fileVersion": "4.600.125.16908" - } - } - }, - "System.IO.Hashing/10.0.7": { - "dependencies": { - "System.Buffers": "4.6.1", - "System.Memory": "4.6.3" - }, - "runtime": { - "lib/netstandard2.0/System.IO.Hashing.dll": { - "assemblyVersion": "10.0.0.7", - "fileVersion": "10.0.726.21808" - } - } - }, - "System.Memory/4.6.3": { - "dependencies": { - "System.Buffers": "4.6.1", - "System.Numerics.Vectors": "4.6.1", - "System.Runtime.CompilerServices.Unsafe": "6.1.2" - }, - "runtime": { - "lib/netstandard2.0/System.Memory.dll": { - "assemblyVersion": "4.0.2.0", - "fileVersion": "4.600.325.20307" - } - } - }, - "System.Numerics.Vectors/4.6.1": { - "runtime": { - "lib/netstandard2.0/System.Numerics.Vectors.dll": { - "assemblyVersion": "4.1.3.0", - "fileVersion": "4.600.125.16908" - } - } - }, - "System.Runtime.CompilerServices.Unsafe/6.1.2": { - "runtime": { - "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.100.225.20307" - } - } - }, - "Inshiminator.Abstractions/1.0.0": { - "runtime": { - "Inshiminator.Abstractions.dll": { - "assemblyVersion": "0.1.0.0", - "fileVersion": "0.1.2.11864" - } - } - } - } - }, - "libraries": { - "Inshiminator.Testing/0.1.2-g2e58a4565a": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Microsoft.SourceLink.GitHub/10.0.203": { - "type": "package", - "serviceable": true, - "sha512": "sha512-R4Tvr1oACImMS+Y5M7NM07ll9QyJSKnki3Dvz8QwG1W6FEmd+9fmZXAF6BE6UPswHF6n0v41wgMQGlaudOspqA==", - "path": "microsoft.sourcelink.github/10.0.203", - "hashPath": "microsoft.sourcelink.github.10.0.203.nupkg.sha512" - }, - "System.Buffers/4.6.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-N8GXpmiLMtljq7gwvyS+1QvKT/W2J8sNAvx+HVg4NGmsG/H+2k/y9QI23auLJRterrzCiDH+IWAw4V/GPwsMlw==", - "path": "system.buffers/4.6.1", - "hashPath": "system.buffers.4.6.1.nupkg.sha512" - }, - "System.IO.Hashing/10.0.7": { - "type": "package", - "serviceable": true, - "sha512": "sha512-6hsjdSr4VOXSOnhALkYplHpAxnTG1J33YN42IB6nH2fEg4QnJqrZ4Ft+qn7mkrKAOYC8pCSFYwVWw6rQbmwgLQ==", - "path": "system.io.hashing/10.0.7", - "hashPath": "system.io.hashing.10.0.7.nupkg.sha512" - }, - "System.Memory/4.6.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-qdcDOgnFZY40+Q9876JUHnlHu7bosOHX8XISRoH94fwk6hgaeQGSgfZd8srWRZNt5bV9ZW2TljcegDNxsf+96A==", - "path": "system.memory/4.6.3", - "hashPath": "system.memory.4.6.3.nupkg.sha512" - }, - "System.Numerics.Vectors/4.6.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-sQxefTnhagrhoq2ReR0D/6K0zJcr9Hrd6kikeXsA1I8kOCboTavcUC4r7TSfpKFeE163uMuxZcyfO1mGO3EN8Q==", - "path": "system.numerics.vectors/4.6.1", - "hashPath": "system.numerics.vectors.4.6.1.nupkg.sha512" - }, - "System.Runtime.CompilerServices.Unsafe/6.1.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-2hBr6zdbIBTDE3EhK7NSVNdX58uTK6iHW/P/Axmm9sl1xoGSLqDvMtpecn226TNwHByFokYwJmt/aQQNlO5CRw==", - "path": "system.runtime.compilerservices.unsafe/6.1.2", - "hashPath": "system.runtime.compilerservices.unsafe.6.1.2.nupkg.sha512" - }, - "Inshiminator.Abstractions/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - } - } -} \ No newline at end of file diff --git a/src/Inshiminator.Testing/bin/Debug/netstandard2.0/Inshiminator.Testing.dll b/src/Inshiminator.Testing/bin/Debug/netstandard2.0/Inshiminator.Testing.dll deleted file mode 100644 index 4e9bf55..0000000 Binary files a/src/Inshiminator.Testing/bin/Debug/netstandard2.0/Inshiminator.Testing.dll and /dev/null differ diff --git a/src/Inshiminator.Testing/bin/Debug/netstandard2.0/Inshiminator.Testing.pdb b/src/Inshiminator.Testing/bin/Debug/netstandard2.0/Inshiminator.Testing.pdb deleted file mode 100644 index 641e2ed..0000000 Binary files a/src/Inshiminator.Testing/bin/Debug/netstandard2.0/Inshiminator.Testing.pdb and /dev/null differ diff --git a/src/Inshiminator.Testing/obj/Debug/netstandard2.0/.NETStandard,Version=v2.0.AssemblyAttributes.cs b/src/Inshiminator.Testing/obj/Debug/netstandard2.0/.NETStandard,Version=v2.0.AssemblyAttributes.cs deleted file mode 100644 index d474c37..0000000 --- a/src/Inshiminator.Testing/obj/Debug/netstandard2.0/.NETStandard,Version=v2.0.AssemblyAttributes.cs +++ /dev/null @@ -1,4 +0,0 @@ -// -using System; -using System.Reflection; -[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETStandard,Version=v2.0", FrameworkDisplayName = ".NET Standard 2.0")] diff --git a/src/Inshiminator.Testing/obj/Debug/netstandard2.0/Inshimin.DC082E5C.Up2Date b/src/Inshiminator.Testing/obj/Debug/netstandard2.0/Inshimin.DC082E5C.Up2Date deleted file mode 100644 index e69de29..0000000 diff --git a/src/Inshiminator.Testing/obj/Debug/netstandard2.0/Inshiminator.Testing.AssemblyInfo.cs b/src/Inshiminator.Testing/obj/Debug/netstandard2.0/Inshiminator.Testing.AssemblyInfo.cs deleted file mode 100644 index 484c763..0000000 --- a/src/Inshiminator.Testing/obj/Debug/netstandard2.0/Inshiminator.Testing.AssemblyInfo.cs +++ /dev/null @@ -1,22 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -using System; -using System.Reflection; - -[assembly: System.Reflection.AssemblyCompanyAttribute("Jerrett Davis")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] -[assembly: System.Reflection.AssemblyCopyrightAttribute("Copyright (c) 2026 Jerrett Davis")] -[assembly: System.Reflection.AssemblyDescriptionAttribute("Analyzer-guided shim generation for .NET applications.")] -[assembly: System.Reflection.AssemblyProductAttribute("Inshiminator.Testing")] -[assembly: System.Reflection.AssemblyTitleAttribute("Inshiminator.Testing")] -[assembly: System.Reflection.AssemblyMetadataAttribute("RepositoryUrl", "https://github.com/JerrettDavis/InShimInator")] - -// Generated by the MSBuild WriteCodeFragment class. - diff --git a/src/Inshiminator.Testing/obj/Debug/netstandard2.0/Inshiminator.Testing.AssemblyInfoInputs.cache b/src/Inshiminator.Testing/obj/Debug/netstandard2.0/Inshiminator.Testing.AssemblyInfoInputs.cache deleted file mode 100644 index 5bc51a1..0000000 --- a/src/Inshiminator.Testing/obj/Debug/netstandard2.0/Inshiminator.Testing.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -ec158839a8ca91db3a0736c15b2372c3cb7bdee43fb00509608f5b4e29d83b9f diff --git a/src/Inshiminator.Testing/obj/Debug/netstandard2.0/Inshiminator.Testing.GeneratedMSBuildEditorConfig.editorconfig b/src/Inshiminator.Testing/obj/Debug/netstandard2.0/Inshiminator.Testing.GeneratedMSBuildEditorConfig.editorconfig deleted file mode 100644 index 1a992ff..0000000 --- a/src/Inshiminator.Testing/obj/Debug/netstandard2.0/Inshiminator.Testing.GeneratedMSBuildEditorConfig.editorconfig +++ /dev/null @@ -1,8 +0,0 @@ -is_global = true -build_property.RootNamespace = Inshiminator.Testing -build_property.ProjectDir = C:\git\InShimInator\src\Inshiminator.Testing\ -build_property.EnableComHosting = -build_property.EnableGeneratedComInterfaceComImportInterop = -build_property.CsWinRTUseWindowsUIXamlProjections = false -build_property.EffectiveAnalysisLevelStyle = -build_property.EnableCodeStyleSeverity = diff --git a/src/Inshiminator.Testing/obj/Debug/netstandard2.0/Inshiminator.Testing.GlobalUsings.g.cs b/src/Inshiminator.Testing/obj/Debug/netstandard2.0/Inshiminator.Testing.GlobalUsings.g.cs deleted file mode 100644 index 3bad85c..0000000 --- a/src/Inshiminator.Testing/obj/Debug/netstandard2.0/Inshiminator.Testing.GlobalUsings.g.cs +++ /dev/null @@ -1,8 +0,0 @@ -// -global using System; -global using System.Collections.Generic; -global using System.IO; -global using System.Linq; -global using System.Net.Http; -global using System.Threading; -global using System.Threading.Tasks; diff --git a/src/Inshiminator.Testing/obj/Debug/netstandard2.0/Inshiminator.Testing.Version.cs b/src/Inshiminator.Testing/obj/Debug/netstandard2.0/Inshiminator.Testing.Version.cs deleted file mode 100644 index 315fe89..0000000 --- a/src/Inshiminator.Testing/obj/Debug/netstandard2.0/Inshiminator.Testing.Version.cs +++ /dev/null @@ -1,35 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -#pragma warning disable CA2243 - -[assembly: global::System.Reflection.AssemblyVersionAttribute("0.1.0.0")] -[assembly: global::System.Reflection.AssemblyFileVersionAttribute("0.1.2.11864")] -[assembly: global::System.Reflection.AssemblyInformationalVersionAttribute("0.1.2+2e58a4565a")] -#if NETSTANDARD || NETFRAMEWORK || NETCOREAPP -[global::System.CodeDom.Compiler.GeneratedCode("Nerdbank.GitVersioning.Tasks","3.9.50.28654")] -#endif -#if NET40_OR_GREATER || NETCOREAPP2_0_OR_GREATER || NETSTANDARD2_0_OR_GREATER -[global::System.Diagnostics.CodeAnalysis.ExcludeFromCodeCoverage] -#endif -internal static partial class ThisAssembly { - internal const string AssemblyConfiguration = "Debug"; - internal const string AssemblyFileVersion = "0.1.2.11864"; - internal const string AssemblyInformationalVersion = "0.1.2+2e58a4565a"; - internal const string AssemblyName = "Inshiminator.Testing"; - internal const string AssemblyTitle = "Inshiminator.Testing"; - internal const string AssemblyVersion = "0.1.0.0"; - internal static readonly global::System.DateTime GitCommitAuthorDate = new global::System.DateTime(639138599560000000L, global::System.DateTimeKind.Utc); - internal static readonly global::System.DateTime GitCommitDate = new global::System.DateTime(639138599560000000L, global::System.DateTimeKind.Utc); - internal const string GitCommitId = "2e58a4565a8558cbb77d4b912c0ddcb50b29665c"; - internal const bool IsPrerelease = false; - internal const bool IsPublicRelease = false; - internal const string RootNamespace = "Inshiminator.Testing"; -} diff --git a/src/Inshiminator.Testing/obj/Debug/netstandard2.0/Inshiminator.Testing.Version.cs.new b/src/Inshiminator.Testing/obj/Debug/netstandard2.0/Inshiminator.Testing.Version.cs.new deleted file mode 100644 index 315fe89..0000000 --- a/src/Inshiminator.Testing/obj/Debug/netstandard2.0/Inshiminator.Testing.Version.cs.new +++ /dev/null @@ -1,35 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -#pragma warning disable CA2243 - -[assembly: global::System.Reflection.AssemblyVersionAttribute("0.1.0.0")] -[assembly: global::System.Reflection.AssemblyFileVersionAttribute("0.1.2.11864")] -[assembly: global::System.Reflection.AssemblyInformationalVersionAttribute("0.1.2+2e58a4565a")] -#if NETSTANDARD || NETFRAMEWORK || NETCOREAPP -[global::System.CodeDom.Compiler.GeneratedCode("Nerdbank.GitVersioning.Tasks","3.9.50.28654")] -#endif -#if NET40_OR_GREATER || NETCOREAPP2_0_OR_GREATER || NETSTANDARD2_0_OR_GREATER -[global::System.Diagnostics.CodeAnalysis.ExcludeFromCodeCoverage] -#endif -internal static partial class ThisAssembly { - internal const string AssemblyConfiguration = "Debug"; - internal const string AssemblyFileVersion = "0.1.2.11864"; - internal const string AssemblyInformationalVersion = "0.1.2+2e58a4565a"; - internal const string AssemblyName = "Inshiminator.Testing"; - internal const string AssemblyTitle = "Inshiminator.Testing"; - internal const string AssemblyVersion = "0.1.0.0"; - internal static readonly global::System.DateTime GitCommitAuthorDate = new global::System.DateTime(639138599560000000L, global::System.DateTimeKind.Utc); - internal static readonly global::System.DateTime GitCommitDate = new global::System.DateTime(639138599560000000L, global::System.DateTimeKind.Utc); - internal const string GitCommitId = "2e58a4565a8558cbb77d4b912c0ddcb50b29665c"; - internal const bool IsPrerelease = false; - internal const bool IsPublicRelease = false; - internal const string RootNamespace = "Inshiminator.Testing"; -} diff --git a/src/Inshiminator.Testing/obj/Debug/netstandard2.0/Inshiminator.Testing.assets.cache b/src/Inshiminator.Testing/obj/Debug/netstandard2.0/Inshiminator.Testing.assets.cache deleted file mode 100644 index 355b821..0000000 Binary files a/src/Inshiminator.Testing/obj/Debug/netstandard2.0/Inshiminator.Testing.assets.cache and /dev/null differ diff --git a/src/Inshiminator.Testing/obj/Debug/netstandard2.0/Inshiminator.Testing.csproj.AssemblyReference.cache b/src/Inshiminator.Testing/obj/Debug/netstandard2.0/Inshiminator.Testing.csproj.AssemblyReference.cache deleted file mode 100644 index 2a1321b..0000000 Binary files a/src/Inshiminator.Testing/obj/Debug/netstandard2.0/Inshiminator.Testing.csproj.AssemblyReference.cache and /dev/null differ diff --git a/src/Inshiminator.Testing/obj/Debug/netstandard2.0/Inshiminator.Testing.csproj.CoreCompileInputs.cache b/src/Inshiminator.Testing/obj/Debug/netstandard2.0/Inshiminator.Testing.csproj.CoreCompileInputs.cache deleted file mode 100644 index 29ff67e..0000000 --- a/src/Inshiminator.Testing/obj/Debug/netstandard2.0/Inshiminator.Testing.csproj.CoreCompileInputs.cache +++ /dev/null @@ -1 +0,0 @@ -7d899e28a8e74ef684e7f03dee19fceee5dc079f8f4ab612d866da920674e215 diff --git a/src/Inshiminator.Testing/obj/Debug/netstandard2.0/Inshiminator.Testing.csproj.FileListAbsolute.txt b/src/Inshiminator.Testing/obj/Debug/netstandard2.0/Inshiminator.Testing.csproj.FileListAbsolute.txt deleted file mode 100644 index d359e9c..0000000 --- a/src/Inshiminator.Testing/obj/Debug/netstandard2.0/Inshiminator.Testing.csproj.FileListAbsolute.txt +++ /dev/null @@ -1,13 +0,0 @@ -C:\git\InShimInator\src\Inshiminator.Testing\bin\Debug\netstandard2.0\Inshiminator.Testing.deps.json -C:\git\InShimInator\src\Inshiminator.Testing\bin\Debug\netstandard2.0\Inshiminator.Testing.dll -C:\git\InShimInator\src\Inshiminator.Testing\bin\Debug\netstandard2.0\Inshiminator.Testing.pdb -C:\git\InShimInator\src\Inshiminator.Testing\bin\Debug\netstandard2.0\Inshiminator.Abstractions.dll -C:\git\InShimInator\src\Inshiminator.Testing\bin\Debug\netstandard2.0\Inshiminator.Abstractions.pdb -C:\git\InShimInator\src\Inshiminator.Testing\obj\Debug\netstandard2.0\Inshiminator.Testing.csproj.AssemblyReference.cache -C:\git\InShimInator\src\Inshiminator.Testing\obj\Debug\netstandard2.0\Inshiminator.Testing.GeneratedMSBuildEditorConfig.editorconfig -C:\git\InShimInator\src\Inshiminator.Testing\obj\Debug\netstandard2.0\Inshiminator.Testing.AssemblyInfoInputs.cache -C:\git\InShimInator\src\Inshiminator.Testing\obj\Debug\netstandard2.0\Inshiminator.Testing.AssemblyInfo.cs -C:\git\InShimInator\src\Inshiminator.Testing\obj\Debug\netstandard2.0\Inshiminator.Testing.csproj.CoreCompileInputs.cache -C:\git\InShimInator\src\Inshiminator.Testing\obj\Debug\netstandard2.0\Inshimin.DC082E5C.Up2Date -C:\git\InShimInator\src\Inshiminator.Testing\obj\Debug\netstandard2.0\Inshiminator.Testing.dll -C:\git\InShimInator\src\Inshiminator.Testing\obj\Debug\netstandard2.0\Inshiminator.Testing.pdb diff --git a/src/Inshiminator.Testing/obj/Debug/netstandard2.0/Inshiminator.Testing.dll b/src/Inshiminator.Testing/obj/Debug/netstandard2.0/Inshiminator.Testing.dll deleted file mode 100644 index 4e9bf55..0000000 Binary files a/src/Inshiminator.Testing/obj/Debug/netstandard2.0/Inshiminator.Testing.dll and /dev/null differ diff --git a/src/Inshiminator.Testing/obj/Debug/netstandard2.0/Inshiminator.Testing.pdb b/src/Inshiminator.Testing/obj/Debug/netstandard2.0/Inshiminator.Testing.pdb deleted file mode 100644 index 641e2ed..0000000 Binary files a/src/Inshiminator.Testing/obj/Debug/netstandard2.0/Inshiminator.Testing.pdb and /dev/null differ diff --git a/src/Inshiminator.Testing/obj/Inshiminator.Testing.csproj.nuget.dgspec.json b/src/Inshiminator.Testing/obj/Inshiminator.Testing.csproj.nuget.dgspec.json deleted file mode 100644 index e2df8fc..0000000 --- a/src/Inshiminator.Testing/obj/Inshiminator.Testing.csproj.nuget.dgspec.json +++ /dev/null @@ -1,1762 +0,0 @@ -{ - "format": 1, - "restore": { - "C:\\git\\InShimInator\\src\\Inshiminator.Testing\\Inshiminator.Testing.csproj": {} - }, - "projects": { - "C:\\git\\InShimInator\\src\\Inshiminator.Abstractions\\Inshiminator.Abstractions.csproj": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "C:\\git\\InShimInator\\src\\Inshiminator.Abstractions\\Inshiminator.Abstractions.csproj", - "projectName": "Inshiminator.Abstractions", - "projectPath": "C:\\git\\InShimInator\\src\\Inshiminator.Abstractions\\Inshiminator.Abstractions.csproj", - "packagesPath": "C:\\Users\\jd\\.nuget\\packages\\", - "outputPath": "C:\\git\\InShimInator\\src\\Inshiminator.Abstractions\\obj\\", - "projectStyle": "PackageReference", - "crossTargeting": true, - "centralPackageVersionsManagementEnabled": true, - "fallbackFolders": [ - "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" - ], - "configFilePaths": [ - "C:\\git\\InShimInator\\NuGet.Config", - "C:\\Users\\jd\\AppData\\Roaming\\NuGet\\NuGet.Config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" - ], - "originalTargetFrameworks": [ - "net10.0", - "net8.0", - "netstandard2.0" - ], - "sources": { - "C:\\Program Files\\dotnet\\library-packs": {}, - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net8.0": { - "targetAlias": "net8.0", - "projectReferences": {} - }, - "net10.0": { - "targetAlias": "net10.0", - "projectReferences": {} - }, - "netstandard2.0": { - "targetAlias": "netstandard2.0", - "projectReferences": {} - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - }, - "restoreAuditProperties": { - "enableAudit": "true", - "auditLevel": "low", - "auditMode": "all" - }, - "SdkAnalysisLevel": "10.0.100" - }, - "frameworks": { - "net8.0": { - "targetAlias": "net8.0", - "dependencies": { - "Microsoft.SourceLink.GitHub": { - "suppressParent": "All", - "target": "Package", - "version": "[10.0.203, )", - "versionCentrallyManaged": true - }, - "Nerdbank.GitVersioning": { - "suppressParent": "All", - "target": "Package", - "version": "[3.9.50, )", - "versionCentrallyManaged": true - } - }, - "centralPackageVersions": { - "coverlet.collector": "10.0.0", - "Microsoft.Build.Locator": "1.11.2", - "Microsoft.CodeAnalysis.Analyzers": "3.11.0", - "Microsoft.CodeAnalysis.CSharp": "4.12.0", - "Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.12.0", - "Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing.XUnit": "1.1.2", - "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.7", - "Microsoft.NET.Test.Sdk": "18.5.1", - "Microsoft.SourceLink.GitHub": "10.0.203", - "Nerdbank.GitVersioning": "3.9.50", - "Spectre.Console.Cli": "0.55.0", - "xunit": "2.9.3", - "xunit.runner.visualstudio": "3.1.5" - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48", - "net481" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\10.0.107/PortableRuntimeIdentifierGraph.json", - "packagesToPrune": { - "Microsoft.CSharp": "(,4.7.32767]", - "Microsoft.VisualBasic": "(,10.3.32767]", - "Microsoft.Win32.Primitives": "(,4.3.32767]", - "Microsoft.Win32.Registry": "(,5.0.32767]", - "runtime.any.System.Collections": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.any.System.Globalization": "(,4.3.32767]", - "runtime.any.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.any.System.IO": "(,4.3.32767]", - "runtime.any.System.Reflection": "(,4.3.32767]", - "runtime.any.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.any.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.any.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.any.System.Runtime": "(,4.3.32767]", - "runtime.any.System.Runtime.Handles": "(,4.3.32767]", - "runtime.any.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.any.System.Text.Encoding": "(,4.3.32767]", - "runtime.any.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.any.System.Threading.Tasks": "(,4.3.32767]", - "runtime.any.System.Threading.Timer": "(,4.3.32767]", - "runtime.aot.System.Collections": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.aot.System.Globalization": "(,4.3.32767]", - "runtime.aot.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.aot.System.IO": "(,4.3.32767]", - "runtime.aot.System.Reflection": "(,4.3.32767]", - "runtime.aot.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.aot.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.aot.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.aot.System.Runtime": "(,4.3.32767]", - "runtime.aot.System.Runtime.Handles": "(,4.3.32767]", - "runtime.aot.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.aot.System.Threading.Tasks": "(,4.3.32767]", - "runtime.aot.System.Threading.Timer": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.native.System.Security.Cryptography.Apple": "(,4.3.32767]", - "runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.unix.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.unix.System.Console": "(,4.3.32767]", - "runtime.unix.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.unix.System.IO.FileSystem": "(,4.3.32767]", - "runtime.unix.System.Net.Primitives": "(,4.3.32767]", - "runtime.unix.System.Net.Sockets": "(,4.3.32767]", - "runtime.unix.System.Private.Uri": "(,4.3.32767]", - "runtime.unix.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.win.System.Console": "(,4.3.32767]", - "runtime.win.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.win.System.IO.FileSystem": "(,4.3.32767]", - "runtime.win.System.Net.Primitives": "(,4.3.32767]", - "runtime.win.System.Net.Sockets": "(,4.3.32767]", - "runtime.win.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win10-arm-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-arm64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win10-x64-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-x86-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7-x86.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7.System.Private.Uri": "(,4.3.32767]", - "runtime.win8-arm.runtime.native.System.IO.Compression": "(,4.3.32767]", - "System.AppContext": "(,4.3.32767]", - "System.Buffers": "(,4.6.32767]", - "System.Collections": "(,4.3.32767]", - "System.Collections.Concurrent": "(,4.3.32767]", - "System.Collections.Immutable": "(,8.0.32767]", - "System.Collections.NonGeneric": "(,4.3.32767]", - "System.Collections.Specialized": "(,4.3.32767]", - "System.ComponentModel": "(,4.3.32767]", - "System.ComponentModel.Annotations": "(,5.0.32767]", - "System.ComponentModel.EventBasedAsync": "(,4.3.32767]", - "System.ComponentModel.Primitives": "(,4.3.32767]", - "System.ComponentModel.TypeConverter": "(,4.3.32767]", - "System.Console": "(,4.3.32767]", - "System.Data.Common": "(,4.3.32767]", - "System.Data.DataSetExtensions": "(,4.5.32767]", - "System.Diagnostics.Contracts": "(,4.3.32767]", - "System.Diagnostics.Debug": "(,4.3.32767]", - "System.Diagnostics.DiagnosticSource": "(,8.0.32767]", - "System.Diagnostics.FileVersionInfo": "(,4.3.32767]", - "System.Diagnostics.Process": "(,4.3.32767]", - "System.Diagnostics.StackTrace": "(,4.3.32767]", - "System.Diagnostics.TextWriterTraceListener": "(,4.3.32767]", - "System.Diagnostics.Tools": "(,4.3.32767]", - "System.Diagnostics.TraceSource": "(,4.3.32767]", - "System.Diagnostics.Tracing": "(,4.3.32767]", - "System.Drawing.Primitives": "(,4.3.32767]", - "System.Dynamic.Runtime": "(,4.3.32767]", - "System.Formats.Asn1": "(,8.0.32767]", - "System.Globalization": "(,4.3.32767]", - "System.Globalization.Calendars": "(,4.3.32767]", - "System.Globalization.Extensions": "(,4.3.32767]", - "System.IO": "(,4.3.32767]", - "System.IO.Compression": "(,4.3.32767]", - "System.IO.Compression.ZipFile": "(,4.3.32767]", - "System.IO.FileSystem": "(,4.3.32767]", - "System.IO.FileSystem.AccessControl": "(,5.0.32767]", - "System.IO.FileSystem.DriveInfo": "(,4.3.32767]", - "System.IO.FileSystem.Primitives": "(,4.3.32767]", - "System.IO.FileSystem.Watcher": "(,4.3.32767]", - "System.IO.IsolatedStorage": "(,4.3.32767]", - "System.IO.MemoryMappedFiles": "(,4.3.32767]", - "System.IO.Pipes": "(,4.3.32767]", - "System.IO.Pipes.AccessControl": "(,4.6.32767]", - "System.IO.UnmanagedMemoryStream": "(,4.3.32767]", - "System.Linq": "(,4.3.32767]", - "System.Linq.Expressions": "(,4.3.32767]", - "System.Linq.Parallel": "(,4.3.32767]", - "System.Linq.Queryable": "(,4.3.32767]", - "System.Memory": "(,4.6.32767]", - "System.Net.Http": "(,4.3.32767]", - "System.Net.Http.Json": "(,8.0.32767]", - "System.Net.NameResolution": "(,4.3.32767]", - "System.Net.NetworkInformation": "(,4.3.32767]", - "System.Net.Ping": "(,4.3.32767]", - "System.Net.Primitives": "(,4.3.32767]", - "System.Net.Requests": "(,4.3.32767]", - "System.Net.Security": "(,4.3.32767]", - "System.Net.Sockets": "(,4.3.32767]", - "System.Net.WebHeaderCollection": "(,4.3.32767]", - "System.Net.WebSockets": "(,4.3.32767]", - "System.Net.WebSockets.Client": "(,4.3.32767]", - "System.Numerics.Vectors": "(,4.6.32767]", - "System.ObjectModel": "(,4.3.32767]", - "System.Private.DataContractSerialization": "(,4.3.32767]", - "System.Private.Uri": "(,4.3.32767]", - "System.Reflection": "(,4.3.32767]", - "System.Reflection.DispatchProxy": "(,4.8.32767]", - "System.Reflection.Emit": "(,4.7.32767]", - "System.Reflection.Emit.ILGeneration": "(,4.7.32767]", - "System.Reflection.Emit.Lightweight": "(,4.7.32767]", - "System.Reflection.Extensions": "(,4.3.32767]", - "System.Reflection.Metadata": "(,8.0.32767]", - "System.Reflection.Primitives": "(,4.3.32767]", - "System.Reflection.TypeExtensions": "(,4.7.32767]", - "System.Resources.Reader": "(,4.3.32767]", - "System.Resources.ResourceManager": "(,4.3.32767]", - "System.Resources.Writer": "(,4.3.32767]", - "System.Runtime": "(,4.3.32767]", - "System.Runtime.CompilerServices.Unsafe": "(,6.1.32767]", - "System.Runtime.CompilerServices.VisualC": "(,4.3.32767]", - "System.Runtime.Extensions": "(,4.3.32767]", - "System.Runtime.Handles": "(,4.3.32767]", - "System.Runtime.InteropServices": "(,4.3.32767]", - "System.Runtime.InteropServices.RuntimeInformation": "(,4.3.32767]", - "System.Runtime.Loader": "(,4.3.32767]", - "System.Runtime.Numerics": "(,4.3.32767]", - "System.Runtime.Serialization.Formatters": "(,4.3.32767]", - "System.Runtime.Serialization.Json": "(,4.3.32767]", - "System.Runtime.Serialization.Primitives": "(,4.3.32767]", - "System.Runtime.Serialization.Xml": "(,4.3.32767]", - "System.Security.AccessControl": "(,6.0.32767]", - "System.Security.Claims": "(,4.3.32767]", - "System.Security.Cryptography.Algorithms": "(,4.3.32767]", - "System.Security.Cryptography.Cng": "(,4.6.32767]", - "System.Security.Cryptography.Csp": "(,4.3.32767]", - "System.Security.Cryptography.Encoding": "(,4.3.32767]", - "System.Security.Cryptography.OpenSsl": "(,5.0.32767]", - "System.Security.Cryptography.Primitives": "(,4.3.32767]", - "System.Security.Cryptography.X509Certificates": "(,4.3.32767]", - "System.Security.Principal": "(,4.3.32767]", - "System.Security.Principal.Windows": "(,5.0.32767]", - "System.Security.SecureString": "(,4.3.32767]", - "System.Text.Encoding": "(,4.3.32767]", - "System.Text.Encoding.CodePages": "(,8.0.32767]", - "System.Text.Encoding.Extensions": "(,4.3.32767]", - "System.Text.Encodings.Web": "(,8.0.32767]", - "System.Text.Json": "(,8.0.32767]", - "System.Text.RegularExpressions": "(,4.3.32767]", - "System.Threading": "(,4.3.32767]", - "System.Threading.Channels": "(,8.0.32767]", - "System.Threading.Overlapped": "(,4.3.32767]", - "System.Threading.Tasks": "(,4.3.32767]", - "System.Threading.Tasks.Dataflow": "(,8.0.32767]", - "System.Threading.Tasks.Extensions": "(,4.6.32767]", - "System.Threading.Tasks.Parallel": "(,4.3.32767]", - "System.Threading.Thread": "(,4.3.32767]", - "System.Threading.ThreadPool": "(,4.3.32767]", - "System.Threading.Timer": "(,4.3.32767]", - "System.ValueTuple": "(,4.6.32767]", - "System.Xml.ReaderWriter": "(,4.3.32767]", - "System.Xml.XDocument": "(,4.3.32767]", - "System.Xml.XmlDocument": "(,4.3.32767]", - "System.Xml.XmlSerializer": "(,4.3.32767]", - "System.Xml.XPath": "(,4.3.32767]", - "System.Xml.XPath.XDocument": "(,4.3.32767]" - } - }, - "net10.0": { - "targetAlias": "net10.0", - "dependencies": { - "Microsoft.SourceLink.GitHub": { - "suppressParent": "All", - "target": "Package", - "version": "[10.0.203, )", - "versionCentrallyManaged": true - }, - "Nerdbank.GitVersioning": { - "suppressParent": "All", - "target": "Package", - "version": "[3.9.50, )", - "versionCentrallyManaged": true - } - }, - "centralPackageVersions": { - "coverlet.collector": "10.0.0", - "Microsoft.Build.Locator": "1.11.2", - "Microsoft.CodeAnalysis.Analyzers": "3.11.0", - "Microsoft.CodeAnalysis.CSharp": "4.12.0", - "Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.12.0", - "Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing.XUnit": "1.1.2", - "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.7", - "Microsoft.NET.Test.Sdk": "18.5.1", - "Microsoft.SourceLink.GitHub": "10.0.203", - "Nerdbank.GitVersioning": "3.9.50", - "Spectre.Console.Cli": "0.55.0", - "xunit": "2.9.3", - "xunit.runner.visualstudio": "3.1.5" - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48", - "net481" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\10.0.107/PortableRuntimeIdentifierGraph.json", - "packagesToPrune": { - "Microsoft.CSharp": "(,4.7.32767]", - "Microsoft.VisualBasic": "(,10.4.32767]", - "Microsoft.Win32.Primitives": "(,4.3.32767]", - "Microsoft.Win32.Registry": "(,5.0.32767]", - "runtime.any.System.Collections": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.any.System.Globalization": "(,4.3.32767]", - "runtime.any.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.any.System.IO": "(,4.3.32767]", - "runtime.any.System.Reflection": "(,4.3.32767]", - "runtime.any.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.any.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.any.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.any.System.Runtime": "(,4.3.32767]", - "runtime.any.System.Runtime.Handles": "(,4.3.32767]", - "runtime.any.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.any.System.Text.Encoding": "(,4.3.32767]", - "runtime.any.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.any.System.Threading.Tasks": "(,4.3.32767]", - "runtime.any.System.Threading.Timer": "(,4.3.32767]", - "runtime.aot.System.Collections": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.aot.System.Globalization": "(,4.3.32767]", - "runtime.aot.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.aot.System.IO": "(,4.3.32767]", - "runtime.aot.System.Reflection": "(,4.3.32767]", - "runtime.aot.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.aot.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.aot.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.aot.System.Runtime": "(,4.3.32767]", - "runtime.aot.System.Runtime.Handles": "(,4.3.32767]", - "runtime.aot.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.aot.System.Threading.Tasks": "(,4.3.32767]", - "runtime.aot.System.Threading.Timer": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.unix.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.unix.System.Console": "(,4.3.32767]", - "runtime.unix.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.unix.System.IO.FileSystem": "(,4.3.32767]", - "runtime.unix.System.Net.Primitives": "(,4.3.32767]", - "runtime.unix.System.Net.Sockets": "(,4.3.32767]", - "runtime.unix.System.Private.Uri": "(,4.3.32767]", - "runtime.unix.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.win.System.Console": "(,4.3.32767]", - "runtime.win.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.win.System.IO.FileSystem": "(,4.3.32767]", - "runtime.win.System.Net.Primitives": "(,4.3.32767]", - "runtime.win.System.Net.Sockets": "(,4.3.32767]", - "runtime.win.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win10-arm-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-arm64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win10-x64-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-x86-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7-x86.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7.System.Private.Uri": "(,4.3.32767]", - "runtime.win8-arm.runtime.native.System.IO.Compression": "(,4.3.32767]", - "System.AppContext": "(,4.3.32767]", - "System.Buffers": "(,5.0.32767]", - "System.Collections": "(,4.3.32767]", - "System.Collections.Concurrent": "(,4.3.32767]", - "System.Collections.Immutable": "(,10.0.32767]", - "System.Collections.NonGeneric": "(,4.3.32767]", - "System.Collections.Specialized": "(,4.3.32767]", - "System.ComponentModel": "(,4.3.32767]", - "System.ComponentModel.Annotations": "(,4.3.32767]", - "System.ComponentModel.EventBasedAsync": "(,4.3.32767]", - "System.ComponentModel.Primitives": "(,4.3.32767]", - "System.ComponentModel.TypeConverter": "(,4.3.32767]", - "System.Console": "(,4.3.32767]", - "System.Data.Common": "(,4.3.32767]", - "System.Data.DataSetExtensions": "(,4.4.32767]", - "System.Diagnostics.Contracts": "(,4.3.32767]", - "System.Diagnostics.Debug": "(,4.3.32767]", - "System.Diagnostics.DiagnosticSource": "(,10.0.32767]", - "System.Diagnostics.FileVersionInfo": "(,4.3.32767]", - "System.Diagnostics.Process": "(,4.3.32767]", - "System.Diagnostics.StackTrace": "(,4.3.32767]", - "System.Diagnostics.TextWriterTraceListener": "(,4.3.32767]", - "System.Diagnostics.Tools": "(,4.3.32767]", - "System.Diagnostics.TraceSource": "(,4.3.32767]", - "System.Diagnostics.Tracing": "(,4.3.32767]", - "System.Drawing.Primitives": "(,4.3.32767]", - "System.Dynamic.Runtime": "(,4.3.32767]", - "System.Formats.Asn1": "(,10.0.32767]", - "System.Formats.Tar": "(,10.0.32767]", - "System.Globalization": "(,4.3.32767]", - "System.Globalization.Calendars": "(,4.3.32767]", - "System.Globalization.Extensions": "(,4.3.32767]", - "System.IO": "(,4.3.32767]", - "System.IO.Compression": "(,4.3.32767]", - "System.IO.Compression.ZipFile": "(,4.3.32767]", - "System.IO.FileSystem": "(,4.3.32767]", - "System.IO.FileSystem.AccessControl": "(,4.4.32767]", - "System.IO.FileSystem.DriveInfo": "(,4.3.32767]", - "System.IO.FileSystem.Primitives": "(,4.3.32767]", - "System.IO.FileSystem.Watcher": "(,4.3.32767]", - "System.IO.IsolatedStorage": "(,4.3.32767]", - "System.IO.MemoryMappedFiles": "(,4.3.32767]", - "System.IO.Pipelines": "(,10.0.32767]", - "System.IO.Pipes": "(,4.3.32767]", - "System.IO.Pipes.AccessControl": "(,5.0.32767]", - "System.IO.UnmanagedMemoryStream": "(,4.3.32767]", - "System.Linq": "(,4.3.32767]", - "System.Linq.AsyncEnumerable": "(,10.0.32767]", - "System.Linq.Expressions": "(,4.3.32767]", - "System.Linq.Parallel": "(,4.3.32767]", - "System.Linq.Queryable": "(,4.3.32767]", - "System.Memory": "(,5.0.32767]", - "System.Net.Http": "(,4.3.32767]", - "System.Net.Http.Json": "(,10.0.32767]", - "System.Net.NameResolution": "(,4.3.32767]", - "System.Net.NetworkInformation": "(,4.3.32767]", - "System.Net.Ping": "(,4.3.32767]", - "System.Net.Primitives": "(,4.3.32767]", - "System.Net.Requests": "(,4.3.32767]", - "System.Net.Security": "(,4.3.32767]", - "System.Net.ServerSentEvents": "(,10.0.32767]", - "System.Net.Sockets": "(,4.3.32767]", - "System.Net.WebHeaderCollection": "(,4.3.32767]", - "System.Net.WebSockets": "(,4.3.32767]", - "System.Net.WebSockets.Client": "(,4.3.32767]", - "System.Numerics.Vectors": "(,5.0.32767]", - "System.ObjectModel": "(,4.3.32767]", - "System.Private.DataContractSerialization": "(,4.3.32767]", - "System.Private.Uri": "(,4.3.32767]", - "System.Reflection": "(,4.3.32767]", - "System.Reflection.DispatchProxy": "(,6.0.32767]", - "System.Reflection.Emit": "(,4.7.32767]", - "System.Reflection.Emit.ILGeneration": "(,4.7.32767]", - "System.Reflection.Emit.Lightweight": "(,4.7.32767]", - "System.Reflection.Extensions": "(,4.3.32767]", - "System.Reflection.Metadata": "(,10.0.32767]", - "System.Reflection.Primitives": "(,4.3.32767]", - "System.Reflection.TypeExtensions": "(,4.3.32767]", - "System.Resources.Reader": "(,4.3.32767]", - "System.Resources.ResourceManager": "(,4.3.32767]", - "System.Resources.Writer": "(,4.3.32767]", - "System.Runtime": "(,4.3.32767]", - "System.Runtime.CompilerServices.Unsafe": "(,7.0.32767]", - "System.Runtime.CompilerServices.VisualC": "(,4.3.32767]", - "System.Runtime.Extensions": "(,4.3.32767]", - "System.Runtime.Handles": "(,4.3.32767]", - "System.Runtime.InteropServices": "(,4.3.32767]", - "System.Runtime.InteropServices.RuntimeInformation": "(,4.3.32767]", - "System.Runtime.Loader": "(,4.3.32767]", - "System.Runtime.Numerics": "(,4.3.32767]", - "System.Runtime.Serialization.Formatters": "(,4.3.32767]", - "System.Runtime.Serialization.Json": "(,4.3.32767]", - "System.Runtime.Serialization.Primitives": "(,4.3.32767]", - "System.Runtime.Serialization.Xml": "(,4.3.32767]", - "System.Security.AccessControl": "(,6.0.32767]", - "System.Security.Claims": "(,4.3.32767]", - "System.Security.Cryptography.Algorithms": "(,4.3.32767]", - "System.Security.Cryptography.Cng": "(,5.0.32767]", - "System.Security.Cryptography.Csp": "(,4.3.32767]", - "System.Security.Cryptography.Encoding": "(,4.3.32767]", - "System.Security.Cryptography.OpenSsl": "(,5.0.32767]", - "System.Security.Cryptography.Primitives": "(,4.3.32767]", - "System.Security.Cryptography.X509Certificates": "(,4.3.32767]", - "System.Security.Principal": "(,4.3.32767]", - "System.Security.Principal.Windows": "(,5.0.32767]", - "System.Security.SecureString": "(,4.3.32767]", - "System.Text.Encoding": "(,4.3.32767]", - "System.Text.Encoding.CodePages": "(,10.0.32767]", - "System.Text.Encoding.Extensions": "(,4.3.32767]", - "System.Text.Encodings.Web": "(,10.0.32767]", - "System.Text.Json": "(,10.0.32767]", - "System.Text.RegularExpressions": "(,4.3.32767]", - "System.Threading": "(,4.3.32767]", - "System.Threading.AccessControl": "(,10.0.32767]", - "System.Threading.Channels": "(,10.0.32767]", - "System.Threading.Overlapped": "(,4.3.32767]", - "System.Threading.Tasks": "(,4.3.32767]", - "System.Threading.Tasks.Dataflow": "(,10.0.32767]", - "System.Threading.Tasks.Extensions": "(,5.0.32767]", - "System.Threading.Tasks.Parallel": "(,4.3.32767]", - "System.Threading.Thread": "(,4.3.32767]", - "System.Threading.ThreadPool": "(,4.3.32767]", - "System.Threading.Timer": "(,4.3.32767]", - "System.ValueTuple": "(,4.5.32767]", - "System.Xml.ReaderWriter": "(,4.3.32767]", - "System.Xml.XDocument": "(,4.3.32767]", - "System.Xml.XmlDocument": "(,4.3.32767]", - "System.Xml.XmlSerializer": "(,4.3.32767]", - "System.Xml.XPath": "(,4.3.32767]", - "System.Xml.XPath.XDocument": "(,5.0.32767]" - } - }, - "netstandard2.0": { - "targetAlias": "netstandard2.0", - "dependencies": { - "Microsoft.SourceLink.GitHub": { - "suppressParent": "All", - "target": "Package", - "version": "[10.0.203, )", - "versionCentrallyManaged": true - }, - "NETStandard.Library": { - "suppressParent": "All", - "target": "Package", - "version": "[2.0.3, )", - "autoReferenced": true - }, - "Nerdbank.GitVersioning": { - "suppressParent": "All", - "target": "Package", - "version": "[3.9.50, )", - "versionCentrallyManaged": true - } - }, - "centralPackageVersions": { - "coverlet.collector": "10.0.0", - "Microsoft.Build.Locator": "1.11.2", - "Microsoft.CodeAnalysis.Analyzers": "3.11.0", - "Microsoft.CodeAnalysis.CSharp": "4.12.0", - "Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.12.0", - "Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing.XUnit": "1.1.2", - "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.7", - "Microsoft.NET.Test.Sdk": "18.5.1", - "Microsoft.SourceLink.GitHub": "10.0.203", - "Nerdbank.GitVersioning": "3.9.50", - "Spectre.Console.Cli": "0.55.0", - "xunit": "2.9.3", - "xunit.runner.visualstudio": "3.1.5" - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48", - "net481" - ], - "assetTargetFallback": true, - "warn": true, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\10.0.107\\RuntimeIdentifierGraph.json", - "packagesToPrune": { - "Microsoft.Win32.Primitives": "(,4.3.0]", - "System.AppContext": "(,4.3.0]", - "System.Collections": "(,4.3.0]", - "System.Collections.NonGeneric": "(,4.3.0]", - "System.Collections.Specialized": "(,4.3.0]", - "System.ComponentModel": "(,4.3.0]", - "System.ComponentModel.EventBasedAsync": "(,4.3.0]", - "System.ComponentModel.Primitives": "(,4.3.0]", - "System.ComponentModel.TypeConverter": "(,4.3.0]", - "System.Console": "(,4.3.1]", - "System.Data.Common": "(,4.3.0]", - "System.Diagnostics.Contracts": "(,4.3.0]", - "System.Diagnostics.Debug": "(,4.3.0]", - "System.Diagnostics.FileVersionInfo": "(,4.3.0]", - "System.Diagnostics.Process": "(,4.3.0]", - "System.Diagnostics.StackTrace": "(,4.3.0]", - "System.Diagnostics.TextWriterTraceListener": "(,4.3.0]", - "System.Diagnostics.Tools": "(,4.3.0]", - "System.Diagnostics.TraceSource": "(,4.3.0]", - "System.Diagnostics.Tracing": "(,4.3.0]", - "System.Drawing.Primitives": "(,4.3.0]", - "System.Dynamic.Runtime": "(,4.3.0]", - "System.Globalization": "(,4.3.0]", - "System.Globalization.Calendars": "(,4.3.0]", - "System.Globalization.Extensions": "(,4.3.0]", - "System.IO": "(,4.3.0]", - "System.IO.Compression": "(,4.3.0]", - "System.IO.Compression.ZipFile": "(,4.3.0]", - "System.IO.FileSystem": "(,4.3.0]", - "System.IO.FileSystem.DriveInfo": "(,4.3.1]", - "System.IO.FileSystem.Primitives": "(,4.3.0]", - "System.IO.FileSystem.Watcher": "(,4.3.0]", - "System.IO.IsolatedStorage": "(,4.3.0]", - "System.IO.MemoryMappedFiles": "(,4.3.0]", - "System.IO.Pipes": "(,4.3.0]", - "System.IO.UnmanagedMemoryStream": "(,4.3.0]", - "System.Linq": "(,4.3.0]", - "System.Linq.Expressions": "(,4.3.0]", - "System.Linq.Parallel": "(,4.3.0]", - "System.Linq.Queryable": "(,4.3.0]", - "System.Net.Http": "(,4.3.4]", - "System.Net.NameResolution": "(,4.3.0]", - "System.Net.NetworkInformation": "(,4.3.0]", - "System.Net.Ping": "(,4.3.0]", - "System.Net.Primitives": "(,4.3.1]", - "System.Net.Requests": "(,4.3.0]", - "System.Net.Security": "(,4.3.2]", - "System.Net.Sockets": "(,4.3.0]", - "System.Net.WebHeaderCollection": "(,4.3.0]", - "System.Net.WebSockets": "(,4.3.0]", - "System.Net.WebSockets.Client": "(,4.3.2]", - "System.Reflection": "(,4.3.0]", - "System.Reflection.Extensions": "(,4.3.0]", - "System.Reflection.Primitives": "(,4.3.0]", - "System.Resources.Reader": "(,4.3.0]", - "System.Resources.ResourceManager": "(,4.3.0]", - "System.Resources.Writer": "(,4.3.0]", - "System.Runtime": "(,4.3.1]", - "System.Runtime.CompilerServices.VisualC": "(,4.3.0]", - "System.Runtime.Extensions": "(,4.3.1]", - "System.Runtime.Handles": "(,4.3.0]", - "System.Runtime.InteropServices": "(,4.3.0]", - "System.Runtime.InteropServices.RuntimeInformation": "(,4.3.0]", - "System.Runtime.Numerics": "(,4.3.0]", - "System.Runtime.Serialization.Formatters": "(,4.3.0]", - "System.Runtime.Serialization.Primitives": "(,4.3.0]", - "System.Runtime.Serialization.Xml": "(,4.3.0]", - "System.Security.Claims": "(,4.3.0]", - "System.Security.Cryptography.Algorithms": "(,4.3.1]", - "System.Security.Cryptography.Csp": "(,4.3.0]", - "System.Security.Cryptography.Encoding": "(,4.3.0]", - "System.Security.Cryptography.Primitives": "(,4.3.0]", - "System.Security.Cryptography.X509Certificates": "(,4.3.2]", - "System.Security.Principal": "(,4.3.0]", - "System.Security.SecureString": "(,4.3.0]", - "System.Text.Encoding": "(,4.3.0]", - "System.Text.Encoding.Extensions": "(,4.3.0]", - "System.Text.RegularExpressions": "(,4.3.0]", - "System.Threading": "(,4.3.0]", - "System.Threading.Overlapped": "(,4.3.0]", - "System.Threading.Tasks": "(,4.3.0]", - "System.Threading.Tasks.Parallel": "(,4.3.0]", - "System.Threading.Thread": "(,4.3.0]", - "System.Threading.ThreadPool": "(,4.3.0]", - "System.Threading.Timer": "(,4.3.0]", - "System.ValueTuple": "(,4.6.1]", - "System.Xml.ReaderWriter": "(,4.3.1]", - "System.Xml.XDocument": "(,4.3.0]", - "System.Xml.XmlDocument": "(,4.3.0]", - "System.Xml.XmlSerializer": "(,4.3.0]", - "System.Xml.XPath": "(,4.3.0]", - "System.Xml.XPath.XDocument": "(,4.3.0]" - } - } - } - }, - "C:\\git\\InShimInator\\src\\Inshiminator.Testing\\Inshiminator.Testing.csproj": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "C:\\git\\InShimInator\\src\\Inshiminator.Testing\\Inshiminator.Testing.csproj", - "projectName": "Inshiminator.Testing", - "projectPath": "C:\\git\\InShimInator\\src\\Inshiminator.Testing\\Inshiminator.Testing.csproj", - "packagesPath": "C:\\Users\\jd\\.nuget\\packages\\", - "outputPath": "C:\\git\\InShimInator\\src\\Inshiminator.Testing\\obj\\", - "projectStyle": "PackageReference", - "crossTargeting": true, - "centralPackageVersionsManagementEnabled": true, - "fallbackFolders": [ - "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" - ], - "configFilePaths": [ - "C:\\git\\InShimInator\\NuGet.Config", - "C:\\Users\\jd\\AppData\\Roaming\\NuGet\\NuGet.Config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" - ], - "originalTargetFrameworks": [ - "net10.0", - "net8.0", - "netstandard2.0" - ], - "sources": { - "C:\\Program Files\\dotnet\\library-packs": {}, - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net8.0": { - "targetAlias": "net8.0", - "projectReferences": { - "C:\\git\\InShimInator\\src\\Inshiminator.Abstractions\\Inshiminator.Abstractions.csproj": { - "projectPath": "C:\\git\\InShimInator\\src\\Inshiminator.Abstractions\\Inshiminator.Abstractions.csproj" - } - } - }, - "net10.0": { - "targetAlias": "net10.0", - "projectReferences": { - "C:\\git\\InShimInator\\src\\Inshiminator.Abstractions\\Inshiminator.Abstractions.csproj": { - "projectPath": "C:\\git\\InShimInator\\src\\Inshiminator.Abstractions\\Inshiminator.Abstractions.csproj" - } - } - }, - "netstandard2.0": { - "targetAlias": "netstandard2.0", - "projectReferences": { - "C:\\git\\InShimInator\\src\\Inshiminator.Abstractions\\Inshiminator.Abstractions.csproj": { - "projectPath": "C:\\git\\InShimInator\\src\\Inshiminator.Abstractions\\Inshiminator.Abstractions.csproj" - } - } - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - }, - "restoreAuditProperties": { - "enableAudit": "true", - "auditLevel": "low", - "auditMode": "all" - }, - "SdkAnalysisLevel": "10.0.100" - }, - "frameworks": { - "net8.0": { - "targetAlias": "net8.0", - "dependencies": { - "Microsoft.SourceLink.GitHub": { - "suppressParent": "All", - "target": "Package", - "version": "[10.0.203, )", - "versionCentrallyManaged": true - }, - "Nerdbank.GitVersioning": { - "suppressParent": "All", - "target": "Package", - "version": "[3.9.50, )", - "versionCentrallyManaged": true - } - }, - "centralPackageVersions": { - "coverlet.collector": "10.0.0", - "Microsoft.Build.Locator": "1.11.2", - "Microsoft.CodeAnalysis.Analyzers": "3.11.0", - "Microsoft.CodeAnalysis.CSharp": "4.12.0", - "Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.12.0", - "Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing.XUnit": "1.1.2", - "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.7", - "Microsoft.NET.Test.Sdk": "18.5.1", - "Microsoft.SourceLink.GitHub": "10.0.203", - "Nerdbank.GitVersioning": "3.9.50", - "Spectre.Console.Cli": "0.55.0", - "xunit": "2.9.3", - "xunit.runner.visualstudio": "3.1.5" - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48", - "net481" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\10.0.107/PortableRuntimeIdentifierGraph.json", - "packagesToPrune": { - "Microsoft.CSharp": "(,4.7.32767]", - "Microsoft.VisualBasic": "(,10.3.32767]", - "Microsoft.Win32.Primitives": "(,4.3.32767]", - "Microsoft.Win32.Registry": "(,5.0.32767]", - "runtime.any.System.Collections": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.any.System.Globalization": "(,4.3.32767]", - "runtime.any.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.any.System.IO": "(,4.3.32767]", - "runtime.any.System.Reflection": "(,4.3.32767]", - "runtime.any.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.any.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.any.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.any.System.Runtime": "(,4.3.32767]", - "runtime.any.System.Runtime.Handles": "(,4.3.32767]", - "runtime.any.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.any.System.Text.Encoding": "(,4.3.32767]", - "runtime.any.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.any.System.Threading.Tasks": "(,4.3.32767]", - "runtime.any.System.Threading.Timer": "(,4.3.32767]", - "runtime.aot.System.Collections": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.aot.System.Globalization": "(,4.3.32767]", - "runtime.aot.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.aot.System.IO": "(,4.3.32767]", - "runtime.aot.System.Reflection": "(,4.3.32767]", - "runtime.aot.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.aot.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.aot.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.aot.System.Runtime": "(,4.3.32767]", - "runtime.aot.System.Runtime.Handles": "(,4.3.32767]", - "runtime.aot.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.aot.System.Threading.Tasks": "(,4.3.32767]", - "runtime.aot.System.Threading.Timer": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.native.System.Security.Cryptography.Apple": "(,4.3.32767]", - "runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.unix.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.unix.System.Console": "(,4.3.32767]", - "runtime.unix.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.unix.System.IO.FileSystem": "(,4.3.32767]", - "runtime.unix.System.Net.Primitives": "(,4.3.32767]", - "runtime.unix.System.Net.Sockets": "(,4.3.32767]", - "runtime.unix.System.Private.Uri": "(,4.3.32767]", - "runtime.unix.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.win.System.Console": "(,4.3.32767]", - "runtime.win.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.win.System.IO.FileSystem": "(,4.3.32767]", - "runtime.win.System.Net.Primitives": "(,4.3.32767]", - "runtime.win.System.Net.Sockets": "(,4.3.32767]", - "runtime.win.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win10-arm-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-arm64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win10-x64-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-x86-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7-x86.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7.System.Private.Uri": "(,4.3.32767]", - "runtime.win8-arm.runtime.native.System.IO.Compression": "(,4.3.32767]", - "System.AppContext": "(,4.3.32767]", - "System.Buffers": "(,4.6.32767]", - "System.Collections": "(,4.3.32767]", - "System.Collections.Concurrent": "(,4.3.32767]", - "System.Collections.Immutable": "(,8.0.32767]", - "System.Collections.NonGeneric": "(,4.3.32767]", - "System.Collections.Specialized": "(,4.3.32767]", - "System.ComponentModel": "(,4.3.32767]", - "System.ComponentModel.Annotations": "(,5.0.32767]", - "System.ComponentModel.EventBasedAsync": "(,4.3.32767]", - "System.ComponentModel.Primitives": "(,4.3.32767]", - "System.ComponentModel.TypeConverter": "(,4.3.32767]", - "System.Console": "(,4.3.32767]", - "System.Data.Common": "(,4.3.32767]", - "System.Data.DataSetExtensions": "(,4.5.32767]", - "System.Diagnostics.Contracts": "(,4.3.32767]", - "System.Diagnostics.Debug": "(,4.3.32767]", - "System.Diagnostics.DiagnosticSource": "(,8.0.32767]", - "System.Diagnostics.FileVersionInfo": "(,4.3.32767]", - "System.Diagnostics.Process": "(,4.3.32767]", - "System.Diagnostics.StackTrace": "(,4.3.32767]", - "System.Diagnostics.TextWriterTraceListener": "(,4.3.32767]", - "System.Diagnostics.Tools": "(,4.3.32767]", - "System.Diagnostics.TraceSource": "(,4.3.32767]", - "System.Diagnostics.Tracing": "(,4.3.32767]", - "System.Drawing.Primitives": "(,4.3.32767]", - "System.Dynamic.Runtime": "(,4.3.32767]", - "System.Formats.Asn1": "(,8.0.32767]", - "System.Globalization": "(,4.3.32767]", - "System.Globalization.Calendars": "(,4.3.32767]", - "System.Globalization.Extensions": "(,4.3.32767]", - "System.IO": "(,4.3.32767]", - "System.IO.Compression": "(,4.3.32767]", - "System.IO.Compression.ZipFile": "(,4.3.32767]", - "System.IO.FileSystem": "(,4.3.32767]", - "System.IO.FileSystem.AccessControl": "(,5.0.32767]", - "System.IO.FileSystem.DriveInfo": "(,4.3.32767]", - "System.IO.FileSystem.Primitives": "(,4.3.32767]", - "System.IO.FileSystem.Watcher": "(,4.3.32767]", - "System.IO.IsolatedStorage": "(,4.3.32767]", - "System.IO.MemoryMappedFiles": "(,4.3.32767]", - "System.IO.Pipes": "(,4.3.32767]", - "System.IO.Pipes.AccessControl": "(,4.6.32767]", - "System.IO.UnmanagedMemoryStream": "(,4.3.32767]", - "System.Linq": "(,4.3.32767]", - "System.Linq.Expressions": "(,4.3.32767]", - "System.Linq.Parallel": "(,4.3.32767]", - "System.Linq.Queryable": "(,4.3.32767]", - "System.Memory": "(,4.6.32767]", - "System.Net.Http": "(,4.3.32767]", - "System.Net.Http.Json": "(,8.0.32767]", - "System.Net.NameResolution": "(,4.3.32767]", - "System.Net.NetworkInformation": "(,4.3.32767]", - "System.Net.Ping": "(,4.3.32767]", - "System.Net.Primitives": "(,4.3.32767]", - "System.Net.Requests": "(,4.3.32767]", - "System.Net.Security": "(,4.3.32767]", - "System.Net.Sockets": "(,4.3.32767]", - "System.Net.WebHeaderCollection": "(,4.3.32767]", - "System.Net.WebSockets": "(,4.3.32767]", - "System.Net.WebSockets.Client": "(,4.3.32767]", - "System.Numerics.Vectors": "(,4.6.32767]", - "System.ObjectModel": "(,4.3.32767]", - "System.Private.DataContractSerialization": "(,4.3.32767]", - "System.Private.Uri": "(,4.3.32767]", - "System.Reflection": "(,4.3.32767]", - "System.Reflection.DispatchProxy": "(,4.8.32767]", - "System.Reflection.Emit": "(,4.7.32767]", - "System.Reflection.Emit.ILGeneration": "(,4.7.32767]", - "System.Reflection.Emit.Lightweight": "(,4.7.32767]", - "System.Reflection.Extensions": "(,4.3.32767]", - "System.Reflection.Metadata": "(,8.0.32767]", - "System.Reflection.Primitives": "(,4.3.32767]", - "System.Reflection.TypeExtensions": "(,4.7.32767]", - "System.Resources.Reader": "(,4.3.32767]", - "System.Resources.ResourceManager": "(,4.3.32767]", - "System.Resources.Writer": "(,4.3.32767]", - "System.Runtime": "(,4.3.32767]", - "System.Runtime.CompilerServices.Unsafe": "(,6.1.32767]", - "System.Runtime.CompilerServices.VisualC": "(,4.3.32767]", - "System.Runtime.Extensions": "(,4.3.32767]", - "System.Runtime.Handles": "(,4.3.32767]", - "System.Runtime.InteropServices": "(,4.3.32767]", - "System.Runtime.InteropServices.RuntimeInformation": "(,4.3.32767]", - "System.Runtime.Loader": "(,4.3.32767]", - "System.Runtime.Numerics": "(,4.3.32767]", - "System.Runtime.Serialization.Formatters": "(,4.3.32767]", - "System.Runtime.Serialization.Json": "(,4.3.32767]", - "System.Runtime.Serialization.Primitives": "(,4.3.32767]", - "System.Runtime.Serialization.Xml": "(,4.3.32767]", - "System.Security.AccessControl": "(,6.0.32767]", - "System.Security.Claims": "(,4.3.32767]", - "System.Security.Cryptography.Algorithms": "(,4.3.32767]", - "System.Security.Cryptography.Cng": "(,4.6.32767]", - "System.Security.Cryptography.Csp": "(,4.3.32767]", - "System.Security.Cryptography.Encoding": "(,4.3.32767]", - "System.Security.Cryptography.OpenSsl": "(,5.0.32767]", - "System.Security.Cryptography.Primitives": "(,4.3.32767]", - "System.Security.Cryptography.X509Certificates": "(,4.3.32767]", - "System.Security.Principal": "(,4.3.32767]", - "System.Security.Principal.Windows": "(,5.0.32767]", - "System.Security.SecureString": "(,4.3.32767]", - "System.Text.Encoding": "(,4.3.32767]", - "System.Text.Encoding.CodePages": "(,8.0.32767]", - "System.Text.Encoding.Extensions": "(,4.3.32767]", - "System.Text.Encodings.Web": "(,8.0.32767]", - "System.Text.Json": "(,8.0.32767]", - "System.Text.RegularExpressions": "(,4.3.32767]", - "System.Threading": "(,4.3.32767]", - "System.Threading.Channels": "(,8.0.32767]", - "System.Threading.Overlapped": "(,4.3.32767]", - "System.Threading.Tasks": "(,4.3.32767]", - "System.Threading.Tasks.Dataflow": "(,8.0.32767]", - "System.Threading.Tasks.Extensions": "(,4.6.32767]", - "System.Threading.Tasks.Parallel": "(,4.3.32767]", - "System.Threading.Thread": "(,4.3.32767]", - "System.Threading.ThreadPool": "(,4.3.32767]", - "System.Threading.Timer": "(,4.3.32767]", - "System.ValueTuple": "(,4.6.32767]", - "System.Xml.ReaderWriter": "(,4.3.32767]", - "System.Xml.XDocument": "(,4.3.32767]", - "System.Xml.XmlDocument": "(,4.3.32767]", - "System.Xml.XmlSerializer": "(,4.3.32767]", - "System.Xml.XPath": "(,4.3.32767]", - "System.Xml.XPath.XDocument": "(,4.3.32767]" - } - }, - "net10.0": { - "targetAlias": "net10.0", - "dependencies": { - "Microsoft.SourceLink.GitHub": { - "suppressParent": "All", - "target": "Package", - "version": "[10.0.203, )", - "versionCentrallyManaged": true - }, - "Nerdbank.GitVersioning": { - "suppressParent": "All", - "target": "Package", - "version": "[3.9.50, )", - "versionCentrallyManaged": true - } - }, - "centralPackageVersions": { - "coverlet.collector": "10.0.0", - "Microsoft.Build.Locator": "1.11.2", - "Microsoft.CodeAnalysis.Analyzers": "3.11.0", - "Microsoft.CodeAnalysis.CSharp": "4.12.0", - "Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.12.0", - "Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing.XUnit": "1.1.2", - "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.7", - "Microsoft.NET.Test.Sdk": "18.5.1", - "Microsoft.SourceLink.GitHub": "10.0.203", - "Nerdbank.GitVersioning": "3.9.50", - "Spectre.Console.Cli": "0.55.0", - "xunit": "2.9.3", - "xunit.runner.visualstudio": "3.1.5" - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48", - "net481" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\10.0.107/PortableRuntimeIdentifierGraph.json", - "packagesToPrune": { - "Microsoft.CSharp": "(,4.7.32767]", - "Microsoft.VisualBasic": "(,10.4.32767]", - "Microsoft.Win32.Primitives": "(,4.3.32767]", - "Microsoft.Win32.Registry": "(,5.0.32767]", - "runtime.any.System.Collections": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.any.System.Globalization": "(,4.3.32767]", - "runtime.any.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.any.System.IO": "(,4.3.32767]", - "runtime.any.System.Reflection": "(,4.3.32767]", - "runtime.any.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.any.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.any.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.any.System.Runtime": "(,4.3.32767]", - "runtime.any.System.Runtime.Handles": "(,4.3.32767]", - "runtime.any.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.any.System.Text.Encoding": "(,4.3.32767]", - "runtime.any.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.any.System.Threading.Tasks": "(,4.3.32767]", - "runtime.any.System.Threading.Timer": "(,4.3.32767]", - "runtime.aot.System.Collections": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.aot.System.Globalization": "(,4.3.32767]", - "runtime.aot.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.aot.System.IO": "(,4.3.32767]", - "runtime.aot.System.Reflection": "(,4.3.32767]", - "runtime.aot.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.aot.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.aot.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.aot.System.Runtime": "(,4.3.32767]", - "runtime.aot.System.Runtime.Handles": "(,4.3.32767]", - "runtime.aot.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.aot.System.Threading.Tasks": "(,4.3.32767]", - "runtime.aot.System.Threading.Timer": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.unix.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.unix.System.Console": "(,4.3.32767]", - "runtime.unix.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.unix.System.IO.FileSystem": "(,4.3.32767]", - "runtime.unix.System.Net.Primitives": "(,4.3.32767]", - "runtime.unix.System.Net.Sockets": "(,4.3.32767]", - "runtime.unix.System.Private.Uri": "(,4.3.32767]", - "runtime.unix.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.win.System.Console": "(,4.3.32767]", - "runtime.win.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.win.System.IO.FileSystem": "(,4.3.32767]", - "runtime.win.System.Net.Primitives": "(,4.3.32767]", - "runtime.win.System.Net.Sockets": "(,4.3.32767]", - "runtime.win.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win10-arm-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-arm64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win10-x64-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-x86-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7-x86.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7.System.Private.Uri": "(,4.3.32767]", - "runtime.win8-arm.runtime.native.System.IO.Compression": "(,4.3.32767]", - "System.AppContext": "(,4.3.32767]", - "System.Buffers": "(,5.0.32767]", - "System.Collections": "(,4.3.32767]", - "System.Collections.Concurrent": "(,4.3.32767]", - "System.Collections.Immutable": "(,10.0.32767]", - "System.Collections.NonGeneric": "(,4.3.32767]", - "System.Collections.Specialized": "(,4.3.32767]", - "System.ComponentModel": "(,4.3.32767]", - "System.ComponentModel.Annotations": "(,4.3.32767]", - "System.ComponentModel.EventBasedAsync": "(,4.3.32767]", - "System.ComponentModel.Primitives": "(,4.3.32767]", - "System.ComponentModel.TypeConverter": "(,4.3.32767]", - "System.Console": "(,4.3.32767]", - "System.Data.Common": "(,4.3.32767]", - "System.Data.DataSetExtensions": "(,4.4.32767]", - "System.Diagnostics.Contracts": "(,4.3.32767]", - "System.Diagnostics.Debug": "(,4.3.32767]", - "System.Diagnostics.DiagnosticSource": "(,10.0.32767]", - "System.Diagnostics.FileVersionInfo": "(,4.3.32767]", - "System.Diagnostics.Process": "(,4.3.32767]", - "System.Diagnostics.StackTrace": "(,4.3.32767]", - "System.Diagnostics.TextWriterTraceListener": "(,4.3.32767]", - "System.Diagnostics.Tools": "(,4.3.32767]", - "System.Diagnostics.TraceSource": "(,4.3.32767]", - "System.Diagnostics.Tracing": "(,4.3.32767]", - "System.Drawing.Primitives": "(,4.3.32767]", - "System.Dynamic.Runtime": "(,4.3.32767]", - "System.Formats.Asn1": "(,10.0.32767]", - "System.Formats.Tar": "(,10.0.32767]", - "System.Globalization": "(,4.3.32767]", - "System.Globalization.Calendars": "(,4.3.32767]", - "System.Globalization.Extensions": "(,4.3.32767]", - "System.IO": "(,4.3.32767]", - "System.IO.Compression": "(,4.3.32767]", - "System.IO.Compression.ZipFile": "(,4.3.32767]", - "System.IO.FileSystem": "(,4.3.32767]", - "System.IO.FileSystem.AccessControl": "(,4.4.32767]", - "System.IO.FileSystem.DriveInfo": "(,4.3.32767]", - "System.IO.FileSystem.Primitives": "(,4.3.32767]", - "System.IO.FileSystem.Watcher": "(,4.3.32767]", - "System.IO.IsolatedStorage": "(,4.3.32767]", - "System.IO.MemoryMappedFiles": "(,4.3.32767]", - "System.IO.Pipelines": "(,10.0.32767]", - "System.IO.Pipes": "(,4.3.32767]", - "System.IO.Pipes.AccessControl": "(,5.0.32767]", - "System.IO.UnmanagedMemoryStream": "(,4.3.32767]", - "System.Linq": "(,4.3.32767]", - "System.Linq.AsyncEnumerable": "(,10.0.32767]", - "System.Linq.Expressions": "(,4.3.32767]", - "System.Linq.Parallel": "(,4.3.32767]", - "System.Linq.Queryable": "(,4.3.32767]", - "System.Memory": "(,5.0.32767]", - "System.Net.Http": "(,4.3.32767]", - "System.Net.Http.Json": "(,10.0.32767]", - "System.Net.NameResolution": "(,4.3.32767]", - "System.Net.NetworkInformation": "(,4.3.32767]", - "System.Net.Ping": "(,4.3.32767]", - "System.Net.Primitives": "(,4.3.32767]", - "System.Net.Requests": "(,4.3.32767]", - "System.Net.Security": "(,4.3.32767]", - "System.Net.ServerSentEvents": "(,10.0.32767]", - "System.Net.Sockets": "(,4.3.32767]", - "System.Net.WebHeaderCollection": "(,4.3.32767]", - "System.Net.WebSockets": "(,4.3.32767]", - "System.Net.WebSockets.Client": "(,4.3.32767]", - "System.Numerics.Vectors": "(,5.0.32767]", - "System.ObjectModel": "(,4.3.32767]", - "System.Private.DataContractSerialization": "(,4.3.32767]", - "System.Private.Uri": "(,4.3.32767]", - "System.Reflection": "(,4.3.32767]", - "System.Reflection.DispatchProxy": "(,6.0.32767]", - "System.Reflection.Emit": "(,4.7.32767]", - "System.Reflection.Emit.ILGeneration": "(,4.7.32767]", - "System.Reflection.Emit.Lightweight": "(,4.7.32767]", - "System.Reflection.Extensions": "(,4.3.32767]", - "System.Reflection.Metadata": "(,10.0.32767]", - "System.Reflection.Primitives": "(,4.3.32767]", - "System.Reflection.TypeExtensions": "(,4.3.32767]", - "System.Resources.Reader": "(,4.3.32767]", - "System.Resources.ResourceManager": "(,4.3.32767]", - "System.Resources.Writer": "(,4.3.32767]", - "System.Runtime": "(,4.3.32767]", - "System.Runtime.CompilerServices.Unsafe": "(,7.0.32767]", - "System.Runtime.CompilerServices.VisualC": "(,4.3.32767]", - "System.Runtime.Extensions": "(,4.3.32767]", - "System.Runtime.Handles": "(,4.3.32767]", - "System.Runtime.InteropServices": "(,4.3.32767]", - "System.Runtime.InteropServices.RuntimeInformation": "(,4.3.32767]", - "System.Runtime.Loader": "(,4.3.32767]", - "System.Runtime.Numerics": "(,4.3.32767]", - "System.Runtime.Serialization.Formatters": "(,4.3.32767]", - "System.Runtime.Serialization.Json": "(,4.3.32767]", - "System.Runtime.Serialization.Primitives": "(,4.3.32767]", - "System.Runtime.Serialization.Xml": "(,4.3.32767]", - "System.Security.AccessControl": "(,6.0.32767]", - "System.Security.Claims": "(,4.3.32767]", - "System.Security.Cryptography.Algorithms": "(,4.3.32767]", - "System.Security.Cryptography.Cng": "(,5.0.32767]", - "System.Security.Cryptography.Csp": "(,4.3.32767]", - "System.Security.Cryptography.Encoding": "(,4.3.32767]", - "System.Security.Cryptography.OpenSsl": "(,5.0.32767]", - "System.Security.Cryptography.Primitives": "(,4.3.32767]", - "System.Security.Cryptography.X509Certificates": "(,4.3.32767]", - "System.Security.Principal": "(,4.3.32767]", - "System.Security.Principal.Windows": "(,5.0.32767]", - "System.Security.SecureString": "(,4.3.32767]", - "System.Text.Encoding": "(,4.3.32767]", - "System.Text.Encoding.CodePages": "(,10.0.32767]", - "System.Text.Encoding.Extensions": "(,4.3.32767]", - "System.Text.Encodings.Web": "(,10.0.32767]", - "System.Text.Json": "(,10.0.32767]", - "System.Text.RegularExpressions": "(,4.3.32767]", - "System.Threading": "(,4.3.32767]", - "System.Threading.AccessControl": "(,10.0.32767]", - "System.Threading.Channels": "(,10.0.32767]", - "System.Threading.Overlapped": "(,4.3.32767]", - "System.Threading.Tasks": "(,4.3.32767]", - "System.Threading.Tasks.Dataflow": "(,10.0.32767]", - "System.Threading.Tasks.Extensions": "(,5.0.32767]", - "System.Threading.Tasks.Parallel": "(,4.3.32767]", - "System.Threading.Thread": "(,4.3.32767]", - "System.Threading.ThreadPool": "(,4.3.32767]", - "System.Threading.Timer": "(,4.3.32767]", - "System.ValueTuple": "(,4.5.32767]", - "System.Xml.ReaderWriter": "(,4.3.32767]", - "System.Xml.XDocument": "(,4.3.32767]", - "System.Xml.XmlDocument": "(,4.3.32767]", - "System.Xml.XmlSerializer": "(,4.3.32767]", - "System.Xml.XPath": "(,4.3.32767]", - "System.Xml.XPath.XDocument": "(,5.0.32767]" - } - }, - "netstandard2.0": { - "targetAlias": "netstandard2.0", - "dependencies": { - "Microsoft.SourceLink.GitHub": { - "suppressParent": "All", - "target": "Package", - "version": "[10.0.203, )", - "versionCentrallyManaged": true - }, - "NETStandard.Library": { - "suppressParent": "All", - "target": "Package", - "version": "[2.0.3, )", - "autoReferenced": true - }, - "Nerdbank.GitVersioning": { - "suppressParent": "All", - "target": "Package", - "version": "[3.9.50, )", - "versionCentrallyManaged": true - } - }, - "centralPackageVersions": { - "coverlet.collector": "10.0.0", - "Microsoft.Build.Locator": "1.11.2", - "Microsoft.CodeAnalysis.Analyzers": "3.11.0", - "Microsoft.CodeAnalysis.CSharp": "4.12.0", - "Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.12.0", - "Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing.XUnit": "1.1.2", - "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.7", - "Microsoft.NET.Test.Sdk": "18.5.1", - "Microsoft.SourceLink.GitHub": "10.0.203", - "Nerdbank.GitVersioning": "3.9.50", - "Spectre.Console.Cli": "0.55.0", - "xunit": "2.9.3", - "xunit.runner.visualstudio": "3.1.5" - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48", - "net481" - ], - "assetTargetFallback": true, - "warn": true, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\10.0.107\\RuntimeIdentifierGraph.json", - "packagesToPrune": { - "Microsoft.Win32.Primitives": "(,4.3.0]", - "System.AppContext": "(,4.3.0]", - "System.Collections": "(,4.3.0]", - "System.Collections.NonGeneric": "(,4.3.0]", - "System.Collections.Specialized": "(,4.3.0]", - "System.ComponentModel": "(,4.3.0]", - "System.ComponentModel.EventBasedAsync": "(,4.3.0]", - "System.ComponentModel.Primitives": "(,4.3.0]", - "System.ComponentModel.TypeConverter": "(,4.3.0]", - "System.Console": "(,4.3.1]", - "System.Data.Common": "(,4.3.0]", - "System.Diagnostics.Contracts": "(,4.3.0]", - "System.Diagnostics.Debug": "(,4.3.0]", - "System.Diagnostics.FileVersionInfo": "(,4.3.0]", - "System.Diagnostics.Process": "(,4.3.0]", - "System.Diagnostics.StackTrace": "(,4.3.0]", - "System.Diagnostics.TextWriterTraceListener": "(,4.3.0]", - "System.Diagnostics.Tools": "(,4.3.0]", - "System.Diagnostics.TraceSource": "(,4.3.0]", - "System.Diagnostics.Tracing": "(,4.3.0]", - "System.Drawing.Primitives": "(,4.3.0]", - "System.Dynamic.Runtime": "(,4.3.0]", - "System.Globalization": "(,4.3.0]", - "System.Globalization.Calendars": "(,4.3.0]", - "System.Globalization.Extensions": "(,4.3.0]", - "System.IO": "(,4.3.0]", - "System.IO.Compression": "(,4.3.0]", - "System.IO.Compression.ZipFile": "(,4.3.0]", - "System.IO.FileSystem": "(,4.3.0]", - "System.IO.FileSystem.DriveInfo": "(,4.3.1]", - "System.IO.FileSystem.Primitives": "(,4.3.0]", - "System.IO.FileSystem.Watcher": "(,4.3.0]", - "System.IO.IsolatedStorage": "(,4.3.0]", - "System.IO.MemoryMappedFiles": "(,4.3.0]", - "System.IO.Pipes": "(,4.3.0]", - "System.IO.UnmanagedMemoryStream": "(,4.3.0]", - "System.Linq": "(,4.3.0]", - "System.Linq.Expressions": "(,4.3.0]", - "System.Linq.Parallel": "(,4.3.0]", - "System.Linq.Queryable": "(,4.3.0]", - "System.Net.Http": "(,4.3.4]", - "System.Net.NameResolution": "(,4.3.0]", - "System.Net.NetworkInformation": "(,4.3.0]", - "System.Net.Ping": "(,4.3.0]", - "System.Net.Primitives": "(,4.3.1]", - "System.Net.Requests": "(,4.3.0]", - "System.Net.Security": "(,4.3.2]", - "System.Net.Sockets": "(,4.3.0]", - "System.Net.WebHeaderCollection": "(,4.3.0]", - "System.Net.WebSockets": "(,4.3.0]", - "System.Net.WebSockets.Client": "(,4.3.2]", - "System.Reflection": "(,4.3.0]", - "System.Reflection.Extensions": "(,4.3.0]", - "System.Reflection.Primitives": "(,4.3.0]", - "System.Resources.Reader": "(,4.3.0]", - "System.Resources.ResourceManager": "(,4.3.0]", - "System.Resources.Writer": "(,4.3.0]", - "System.Runtime": "(,4.3.1]", - "System.Runtime.CompilerServices.VisualC": "(,4.3.0]", - "System.Runtime.Extensions": "(,4.3.1]", - "System.Runtime.Handles": "(,4.3.0]", - "System.Runtime.InteropServices": "(,4.3.0]", - "System.Runtime.InteropServices.RuntimeInformation": "(,4.3.0]", - "System.Runtime.Numerics": "(,4.3.0]", - "System.Runtime.Serialization.Formatters": "(,4.3.0]", - "System.Runtime.Serialization.Primitives": "(,4.3.0]", - "System.Runtime.Serialization.Xml": "(,4.3.0]", - "System.Security.Claims": "(,4.3.0]", - "System.Security.Cryptography.Algorithms": "(,4.3.1]", - "System.Security.Cryptography.Csp": "(,4.3.0]", - "System.Security.Cryptography.Encoding": "(,4.3.0]", - "System.Security.Cryptography.Primitives": "(,4.3.0]", - "System.Security.Cryptography.X509Certificates": "(,4.3.2]", - "System.Security.Principal": "(,4.3.0]", - "System.Security.SecureString": "(,4.3.0]", - "System.Text.Encoding": "(,4.3.0]", - "System.Text.Encoding.Extensions": "(,4.3.0]", - "System.Text.RegularExpressions": "(,4.3.0]", - "System.Threading": "(,4.3.0]", - "System.Threading.Overlapped": "(,4.3.0]", - "System.Threading.Tasks": "(,4.3.0]", - "System.Threading.Tasks.Parallel": "(,4.3.0]", - "System.Threading.Thread": "(,4.3.0]", - "System.Threading.ThreadPool": "(,4.3.0]", - "System.Threading.Timer": "(,4.3.0]", - "System.ValueTuple": "(,4.6.1]", - "System.Xml.ReaderWriter": "(,4.3.1]", - "System.Xml.XDocument": "(,4.3.0]", - "System.Xml.XmlDocument": "(,4.3.0]", - "System.Xml.XmlSerializer": "(,4.3.0]", - "System.Xml.XPath": "(,4.3.0]", - "System.Xml.XPath.XDocument": "(,4.3.0]" - } - } - } - } - } -} \ No newline at end of file diff --git a/src/Inshiminator.Testing/obj/Inshiminator.Testing.csproj.nuget.g.props b/src/Inshiminator.Testing/obj/Inshiminator.Testing.csproj.nuget.g.props deleted file mode 100644 index 4883fc4..0000000 --- a/src/Inshiminator.Testing/obj/Inshiminator.Testing.csproj.nuget.g.props +++ /dev/null @@ -1,55 +0,0 @@ - - - - True - NuGet - $(MSBuildThisFileDirectory)project.assets.json - $(UserProfile)\.nuget\packages\ - C:\Users\jd\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages - PackageReference - 7.0.0 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - C:\Users\jd\.nuget\packages\microsoft.sourcelink.common\10.0.203 - C:\Users\jd\.nuget\packages\microsoft.build.tasks.git\10.0.203 - C:\Users\jd\.nuget\packages\microsoft.sourcelink.github\10.0.203 - - - C:\Users\jd\.nuget\packages\microsoft.sourcelink.common\10.0.203 - C:\Users\jd\.nuget\packages\microsoft.build.tasks.git\10.0.203 - C:\Users\jd\.nuget\packages\microsoft.sourcelink.github\10.0.203 - - - C:\Users\jd\.nuget\packages\microsoft.sourcelink.common\10.0.203 - C:\Users\jd\.nuget\packages\microsoft.build.tasks.git\10.0.203 - C:\Users\jd\.nuget\packages\microsoft.sourcelink.github\10.0.203 - - \ No newline at end of file diff --git a/src/Inshiminator.Testing/obj/Inshiminator.Testing.csproj.nuget.g.targets b/src/Inshiminator.Testing/obj/Inshiminator.Testing.csproj.nuget.g.targets deleted file mode 100644 index c41060b..0000000 --- a/src/Inshiminator.Testing/obj/Inshiminator.Testing.csproj.nuget.g.targets +++ /dev/null @@ -1,28 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/Inshiminator.Testing/obj/project.assets.json b/src/Inshiminator.Testing/obj/project.assets.json deleted file mode 100644 index ecbd990..0000000 --- a/src/Inshiminator.Testing/obj/project.assets.json +++ /dev/null @@ -1,1721 +0,0 @@ -{ - "version": 3, - "targets": { - ".NETStandard,Version=v2.0": { - "Microsoft.Build.Tasks.Git/10.0.203": { - "type": "package", - "dependencies": { - "System.IO.Hashing": "10.0.7" - }, - "build": { - "buildTransitive/Microsoft.Build.Tasks.Git.props": {}, - "buildTransitive/Microsoft.Build.Tasks.Git.targets": {} - }, - "buildMultiTargeting": { - "buildMultiTargeting/Microsoft.Build.Tasks.Git.props": {}, - "buildMultiTargeting/Microsoft.Build.Tasks.Git.targets": {} - } - }, - "Microsoft.NETCore.Platforms/1.1.0": { - "type": "package", - "compile": { - "lib/netstandard1.0/_._": {} - }, - "runtime": { - "lib/netstandard1.0/_._": {} - } - }, - "Microsoft.SourceLink.Common/10.0.203": { - "type": "package", - "build": { - "buildTransitive/Microsoft.SourceLink.Common.props": {}, - "buildTransitive/Microsoft.SourceLink.Common.targets": {} - }, - "buildMultiTargeting": { - "buildMultiTargeting/Microsoft.SourceLink.Common.props": {}, - "buildMultiTargeting/Microsoft.SourceLink.Common.targets": {} - } - }, - "Microsoft.SourceLink.GitHub/10.0.203": { - "type": "package", - "dependencies": { - "Microsoft.Build.Tasks.Git": "10.0.203", - "Microsoft.SourceLink.Common": "10.0.203", - "System.IO.Hashing": "10.0.7" - }, - "build": { - "build/Microsoft.SourceLink.GitHub.props": {}, - "build/Microsoft.SourceLink.GitHub.targets": {} - }, - "buildMultiTargeting": { - "buildMultiTargeting/Microsoft.SourceLink.GitHub.props": {}, - "buildMultiTargeting/Microsoft.SourceLink.GitHub.targets": {} - } - }, - "Nerdbank.GitVersioning/3.9.50": { - "type": "package", - "build": { - "build/Nerdbank.GitVersioning.props": {}, - "build/Nerdbank.GitVersioning.targets": {} - }, - "buildMultiTargeting": { - "buildCrossTargeting/Nerdbank.GitVersioning.props": {}, - "buildCrossTargeting/Nerdbank.GitVersioning.targets": {} - } - }, - "NETStandard.Library/2.0.3": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0" - }, - "compile": { - "lib/netstandard1.0/_._": {} - }, - "runtime": { - "lib/netstandard1.0/_._": {} - }, - "build": { - "build/netstandard2.0/NETStandard.Library.targets": {} - } - }, - "System.Buffers/4.6.1": { - "type": "package", - "compile": { - "lib/netstandard2.0/System.Buffers.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard2.0/System.Buffers.dll": { - "related": ".xml" - } - } - }, - "System.IO.Hashing/10.0.7": { - "type": "package", - "dependencies": { - "System.Buffers": "4.6.1", - "System.Memory": "4.6.3" - }, - "compile": { - "lib/netstandard2.0/System.IO.Hashing.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard2.0/System.IO.Hashing.dll": { - "related": ".xml" - } - } - }, - "System.Memory/4.6.3": { - "type": "package", - "dependencies": { - "System.Buffers": "4.6.1", - "System.Numerics.Vectors": "4.6.1", - "System.Runtime.CompilerServices.Unsafe": "6.1.2" - }, - "compile": { - "lib/netstandard2.0/System.Memory.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard2.0/System.Memory.dll": { - "related": ".xml" - } - } - }, - "System.Numerics.Vectors/4.6.1": { - "type": "package", - "compile": { - "lib/netstandard2.0/System.Numerics.Vectors.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard2.0/System.Numerics.Vectors.dll": { - "related": ".xml" - } - } - }, - "System.Runtime.CompilerServices.Unsafe/6.1.2": { - "type": "package", - "compile": { - "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll": { - "related": ".xml" - } - } - }, - "Inshiminator.Abstractions/1.0.0": { - "type": "project", - "framework": ".NETStandard,Version=v2.0", - "compile": { - "bin/placeholder/Inshiminator.Abstractions.dll": {} - }, - "runtime": { - "bin/placeholder/Inshiminator.Abstractions.dll": {} - } - } - }, - "net10.0": { - "Microsoft.Build.Tasks.Git/10.0.203": { - "type": "package", - "dependencies": { - "System.IO.Hashing": "10.0.7" - }, - "build": { - "buildTransitive/Microsoft.Build.Tasks.Git.props": {}, - "buildTransitive/Microsoft.Build.Tasks.Git.targets": {} - }, - "buildMultiTargeting": { - "buildMultiTargeting/Microsoft.Build.Tasks.Git.props": {}, - "buildMultiTargeting/Microsoft.Build.Tasks.Git.targets": {} - } - }, - "Microsoft.SourceLink.Common/10.0.203": { - "type": "package", - "build": { - "buildTransitive/Microsoft.SourceLink.Common.props": {}, - "buildTransitive/Microsoft.SourceLink.Common.targets": {} - }, - "buildMultiTargeting": { - "buildMultiTargeting/Microsoft.SourceLink.Common.props": {}, - "buildMultiTargeting/Microsoft.SourceLink.Common.targets": {} - } - }, - "Microsoft.SourceLink.GitHub/10.0.203": { - "type": "package", - "dependencies": { - "Microsoft.Build.Tasks.Git": "10.0.203", - "Microsoft.SourceLink.Common": "10.0.203", - "System.IO.Hashing": "10.0.7" - }, - "build": { - "build/Microsoft.SourceLink.GitHub.props": {}, - "build/Microsoft.SourceLink.GitHub.targets": {} - }, - "buildMultiTargeting": { - "buildMultiTargeting/Microsoft.SourceLink.GitHub.props": {}, - "buildMultiTargeting/Microsoft.SourceLink.GitHub.targets": {} - } - }, - "Nerdbank.GitVersioning/3.9.50": { - "type": "package", - "build": { - "build/Nerdbank.GitVersioning.props": {}, - "build/Nerdbank.GitVersioning.targets": {} - }, - "buildMultiTargeting": { - "buildCrossTargeting/Nerdbank.GitVersioning.props": {}, - "buildCrossTargeting/Nerdbank.GitVersioning.targets": {} - } - }, - "System.IO.Hashing/10.0.7": { - "type": "package", - "compile": { - "lib/net10.0/System.IO.Hashing.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net10.0/System.IO.Hashing.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net8.0/_._": {} - } - }, - "Inshiminator.Abstractions/1.0.0": { - "type": "project", - "framework": ".NETCoreApp,Version=v10.0", - "compile": { - "bin/placeholder/Inshiminator.Abstractions.dll": {} - }, - "runtime": { - "bin/placeholder/Inshiminator.Abstractions.dll": {} - } - } - }, - "net8.0": { - "Microsoft.Build.Tasks.Git/10.0.203": { - "type": "package", - "dependencies": { - "System.IO.Hashing": "10.0.7" - }, - "build": { - "buildTransitive/Microsoft.Build.Tasks.Git.props": {}, - "buildTransitive/Microsoft.Build.Tasks.Git.targets": {} - }, - "buildMultiTargeting": { - "buildMultiTargeting/Microsoft.Build.Tasks.Git.props": {}, - "buildMultiTargeting/Microsoft.Build.Tasks.Git.targets": {} - } - }, - "Microsoft.SourceLink.Common/10.0.203": { - "type": "package", - "build": { - "buildTransitive/Microsoft.SourceLink.Common.props": {}, - "buildTransitive/Microsoft.SourceLink.Common.targets": {} - }, - "buildMultiTargeting": { - "buildMultiTargeting/Microsoft.SourceLink.Common.props": {}, - "buildMultiTargeting/Microsoft.SourceLink.Common.targets": {} - } - }, - "Microsoft.SourceLink.GitHub/10.0.203": { - "type": "package", - "dependencies": { - "Microsoft.Build.Tasks.Git": "10.0.203", - "Microsoft.SourceLink.Common": "10.0.203", - "System.IO.Hashing": "10.0.7" - }, - "build": { - "build/Microsoft.SourceLink.GitHub.props": {}, - "build/Microsoft.SourceLink.GitHub.targets": {} - }, - "buildMultiTargeting": { - "buildMultiTargeting/Microsoft.SourceLink.GitHub.props": {}, - "buildMultiTargeting/Microsoft.SourceLink.GitHub.targets": {} - } - }, - "Nerdbank.GitVersioning/3.9.50": { - "type": "package", - "build": { - "build/Nerdbank.GitVersioning.props": {}, - "build/Nerdbank.GitVersioning.targets": {} - }, - "buildMultiTargeting": { - "buildCrossTargeting/Nerdbank.GitVersioning.props": {}, - "buildCrossTargeting/Nerdbank.GitVersioning.targets": {} - } - }, - "System.IO.Hashing/10.0.7": { - "type": "package", - "compile": { - "lib/net8.0/System.IO.Hashing.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net8.0/System.IO.Hashing.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net8.0/_._": {} - } - }, - "Inshiminator.Abstractions/1.0.0": { - "type": "project", - "framework": ".NETCoreApp,Version=v8.0", - "compile": { - "bin/placeholder/Inshiminator.Abstractions.dll": {} - }, - "runtime": { - "bin/placeholder/Inshiminator.Abstractions.dll": {} - } - } - } - }, - "libraries": { - "Microsoft.Build.Tasks.Git/10.0.203": { - "sha512": "m56WtzvIcL6t7JR3c7ogYitHizNM2QnRSo8yqxrQi+m5E/GGyDEmqymP+2p6YsFXn0j/Tzz67s4FQnrTLC7GKQ==", - "type": "package", - "path": "microsoft.build.tasks.git/10.0.203", - "hasTools": true, - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.txt", - "build/Microsoft.Build.Tasks.Git.props", - "build/Microsoft.Build.Tasks.Git.targets", - "buildMultiTargeting/Microsoft.Build.Tasks.Git.props", - "buildMultiTargeting/Microsoft.Build.Tasks.Git.targets", - "buildTransitive/Microsoft.Build.Tasks.Git.props", - "buildTransitive/Microsoft.Build.Tasks.Git.targets", - "microsoft.build.tasks.git.10.0.203.nupkg.sha512", - "microsoft.build.tasks.git.nuspec", - "tools/net/Microsoft.Build.Tasks.Git.deps.json", - "tools/net/Microsoft.Build.Tasks.Git.dll", - "tools/net/Microsoft.Build.Tasks.Git.pdb", - "tools/net/System.IO.Hashing.dll", - "tools/net/cs/Microsoft.Build.Tasks.Git.resources.dll", - "tools/net/de/Microsoft.Build.Tasks.Git.resources.dll", - "tools/net/es/Microsoft.Build.Tasks.Git.resources.dll", - "tools/net/fr/Microsoft.Build.Tasks.Git.resources.dll", - "tools/net/it/Microsoft.Build.Tasks.Git.resources.dll", - "tools/net/ja/Microsoft.Build.Tasks.Git.resources.dll", - "tools/net/ko/Microsoft.Build.Tasks.Git.resources.dll", - "tools/net/pl/Microsoft.Build.Tasks.Git.resources.dll", - "tools/net/pt-BR/Microsoft.Build.Tasks.Git.resources.dll", - "tools/net/ru/Microsoft.Build.Tasks.Git.resources.dll", - "tools/net/tr/Microsoft.Build.Tasks.Git.resources.dll", - "tools/net/zh-Hans/Microsoft.Build.Tasks.Git.resources.dll", - "tools/net/zh-Hant/Microsoft.Build.Tasks.Git.resources.dll", - "tools/netframework/Microsoft.Build.Tasks.Git.dll", - "tools/netframework/Microsoft.Build.Tasks.Git.dll.config", - "tools/netframework/Microsoft.Build.Tasks.Git.pdb", - "tools/netframework/System.Buffers.dll", - "tools/netframework/System.IO.Hashing.dll", - "tools/netframework/System.Memory.dll", - "tools/netframework/System.Numerics.Vectors.dll", - "tools/netframework/System.Runtime.CompilerServices.Unsafe.dll", - "tools/netframework/cs/Microsoft.Build.Tasks.Git.resources.dll", - "tools/netframework/de/Microsoft.Build.Tasks.Git.resources.dll", - "tools/netframework/es/Microsoft.Build.Tasks.Git.resources.dll", - "tools/netframework/fr/Microsoft.Build.Tasks.Git.resources.dll", - "tools/netframework/it/Microsoft.Build.Tasks.Git.resources.dll", - "tools/netframework/ja/Microsoft.Build.Tasks.Git.resources.dll", - "tools/netframework/ko/Microsoft.Build.Tasks.Git.resources.dll", - "tools/netframework/pl/Microsoft.Build.Tasks.Git.resources.dll", - "tools/netframework/pt-BR/Microsoft.Build.Tasks.Git.resources.dll", - "tools/netframework/ru/Microsoft.Build.Tasks.Git.resources.dll", - "tools/netframework/tr/Microsoft.Build.Tasks.Git.resources.dll", - "tools/netframework/zh-Hans/Microsoft.Build.Tasks.Git.resources.dll", - "tools/netframework/zh-Hant/Microsoft.Build.Tasks.Git.resources.dll" - ] - }, - "Microsoft.NETCore.Platforms/1.1.0": { - "sha512": "kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A==", - "type": "package", - "path": "microsoft.netcore.platforms/1.1.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/netstandard1.0/_._", - "microsoft.netcore.platforms.1.1.0.nupkg.sha512", - "microsoft.netcore.platforms.nuspec", - "runtime.json" - ] - }, - "Microsoft.SourceLink.Common/10.0.203": { - "sha512": "QYAnhBCOkT3ZUT/fHag11+bamwlbZ3U9Vi/WfKrD9emdUf1t3aqjWv0V2KtEGHSRSC81aBc8Oy/mvyGpEYd9Pg==", - "type": "package", - "path": "microsoft.sourcelink.common/10.0.203", - "hasTools": true, - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.txt", - "build/InitializeSourceControlInformation.targets", - "build/Microsoft.SourceLink.Common.props", - "build/Microsoft.SourceLink.Common.targets", - "buildMultiTargeting/Microsoft.SourceLink.Common.props", - "buildMultiTargeting/Microsoft.SourceLink.Common.targets", - "buildTransitive/Microsoft.SourceLink.Common.props", - "buildTransitive/Microsoft.SourceLink.Common.targets", - "microsoft.sourcelink.common.10.0.203.nupkg.sha512", - "microsoft.sourcelink.common.nuspec", - "tools/net/Microsoft.SourceLink.Common.deps.json", - "tools/net/Microsoft.SourceLink.Common.dll", - "tools/net/Microsoft.SourceLink.Common.pdb", - "tools/net/cs/Microsoft.SourceLink.Common.resources.dll", - "tools/net/de/Microsoft.SourceLink.Common.resources.dll", - "tools/net/es/Microsoft.SourceLink.Common.resources.dll", - "tools/net/fr/Microsoft.SourceLink.Common.resources.dll", - "tools/net/it/Microsoft.SourceLink.Common.resources.dll", - "tools/net/ja/Microsoft.SourceLink.Common.resources.dll", - "tools/net/ko/Microsoft.SourceLink.Common.resources.dll", - "tools/net/pl/Microsoft.SourceLink.Common.resources.dll", - "tools/net/pt-BR/Microsoft.SourceLink.Common.resources.dll", - "tools/net/ru/Microsoft.SourceLink.Common.resources.dll", - "tools/net/tr/Microsoft.SourceLink.Common.resources.dll", - "tools/net/zh-Hans/Microsoft.SourceLink.Common.resources.dll", - "tools/net/zh-Hant/Microsoft.SourceLink.Common.resources.dll", - "tools/netframework/Microsoft.SourceLink.Common.dll", - "tools/netframework/Microsoft.SourceLink.Common.dll.config", - "tools/netframework/Microsoft.SourceLink.Common.pdb", - "tools/netframework/cs/Microsoft.SourceLink.Common.resources.dll", - "tools/netframework/de/Microsoft.SourceLink.Common.resources.dll", - "tools/netframework/es/Microsoft.SourceLink.Common.resources.dll", - "tools/netframework/fr/Microsoft.SourceLink.Common.resources.dll", - "tools/netframework/it/Microsoft.SourceLink.Common.resources.dll", - "tools/netframework/ja/Microsoft.SourceLink.Common.resources.dll", - "tools/netframework/ko/Microsoft.SourceLink.Common.resources.dll", - "tools/netframework/pl/Microsoft.SourceLink.Common.resources.dll", - "tools/netframework/pt-BR/Microsoft.SourceLink.Common.resources.dll", - "tools/netframework/ru/Microsoft.SourceLink.Common.resources.dll", - "tools/netframework/tr/Microsoft.SourceLink.Common.resources.dll", - "tools/netframework/zh-Hans/Microsoft.SourceLink.Common.resources.dll", - "tools/netframework/zh-Hant/Microsoft.SourceLink.Common.resources.dll" - ] - }, - "Microsoft.SourceLink.GitHub/10.0.203": { - "sha512": "R4Tvr1oACImMS+Y5M7NM07ll9QyJSKnki3Dvz8QwG1W6FEmd+9fmZXAF6BE6UPswHF6n0v41wgMQGlaudOspqA==", - "type": "package", - "path": "microsoft.sourcelink.github/10.0.203", - "hasTools": true, - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.txt", - "build/Microsoft.SourceLink.GitHub.props", - "build/Microsoft.SourceLink.GitHub.targets", - "buildMultiTargeting/Microsoft.SourceLink.GitHub.props", - "buildMultiTargeting/Microsoft.SourceLink.GitHub.targets", - "microsoft.sourcelink.github.10.0.203.nupkg.sha512", - "microsoft.sourcelink.github.nuspec", - "tools/net/Microsoft.SourceLink.GitHub.deps.json", - "tools/net/Microsoft.SourceLink.GitHub.dll", - "tools/net/Microsoft.SourceLink.GitHub.pdb", - "tools/net/System.IO.Hashing.dll", - "tools/net/cs/Microsoft.SourceLink.GitHub.resources.dll", - "tools/net/de/Microsoft.SourceLink.GitHub.resources.dll", - "tools/net/es/Microsoft.SourceLink.GitHub.resources.dll", - "tools/net/fr/Microsoft.SourceLink.GitHub.resources.dll", - "tools/net/it/Microsoft.SourceLink.GitHub.resources.dll", - "tools/net/ja/Microsoft.SourceLink.GitHub.resources.dll", - "tools/net/ko/Microsoft.SourceLink.GitHub.resources.dll", - "tools/net/pl/Microsoft.SourceLink.GitHub.resources.dll", - "tools/net/pt-BR/Microsoft.SourceLink.GitHub.resources.dll", - "tools/net/ru/Microsoft.SourceLink.GitHub.resources.dll", - "tools/net/tr/Microsoft.SourceLink.GitHub.resources.dll", - "tools/net/zh-Hans/Microsoft.SourceLink.GitHub.resources.dll", - "tools/net/zh-Hant/Microsoft.SourceLink.GitHub.resources.dll", - "tools/netframework/Microsoft.SourceLink.GitHub.dll", - "tools/netframework/Microsoft.SourceLink.GitHub.dll.config", - "tools/netframework/Microsoft.SourceLink.GitHub.pdb", - "tools/netframework/System.Buffers.dll", - "tools/netframework/System.IO.Hashing.dll", - "tools/netframework/System.Memory.dll", - "tools/netframework/System.Numerics.Vectors.dll", - "tools/netframework/System.Runtime.CompilerServices.Unsafe.dll", - "tools/netframework/cs/Microsoft.SourceLink.GitHub.resources.dll", - "tools/netframework/de/Microsoft.SourceLink.GitHub.resources.dll", - "tools/netframework/es/Microsoft.SourceLink.GitHub.resources.dll", - "tools/netframework/fr/Microsoft.SourceLink.GitHub.resources.dll", - "tools/netframework/it/Microsoft.SourceLink.GitHub.resources.dll", - "tools/netframework/ja/Microsoft.SourceLink.GitHub.resources.dll", - "tools/netframework/ko/Microsoft.SourceLink.GitHub.resources.dll", - "tools/netframework/pl/Microsoft.SourceLink.GitHub.resources.dll", - "tools/netframework/pt-BR/Microsoft.SourceLink.GitHub.resources.dll", - "tools/netframework/ru/Microsoft.SourceLink.GitHub.resources.dll", - "tools/netframework/tr/Microsoft.SourceLink.GitHub.resources.dll", - "tools/netframework/zh-Hans/Microsoft.SourceLink.GitHub.resources.dll", - "tools/netframework/zh-Hant/Microsoft.SourceLink.GitHub.resources.dll" - ] - }, - "Nerdbank.GitVersioning/3.9.50": { - "sha512": "HtOgGF6jZ+WYbXnCUCYPT8Y2d6mIJo9ozjK/FINTRsXdm4Zgv9GehUMa7EFoGQkqrMcDJNOIDwCmENnvXg4UbA==", - "type": "package", - "path": "nerdbank.gitversioning/3.9.50", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "README.md", - "build/InProjectVersionComputation.targets", - "build/MSBuildCore/LibGit2Sharp.dll", - "build/MSBuildCore/LibGit2Sharp.dll.config", - "build/MSBuildCore/Microsoft.DotNet.PlatformAbstractions.dll", - "build/MSBuildCore/Nerdbank.GitVersioning.Tasks.dll", - "build/MSBuildCore/Nerdbank.GitVersioning.dll", - "build/MSBuildCore/Newtonsoft.Json.dll", - "build/MSBuildCore/Validation.dll", - "build/MSBuildFull/LibGit2Sharp.dll", - "build/MSBuildFull/LibGit2Sharp.dll.config", - "build/MSBuildFull/Microsoft.DotNet.PlatformAbstractions.dll", - "build/MSBuildFull/Nerdbank.GitVersioning.Tasks.dll", - "build/MSBuildFull/Nerdbank.GitVersioning.dll", - "build/MSBuildFull/Newtonsoft.Json.dll", - "build/MSBuildFull/System.Buffers.dll", - "build/MSBuildFull/System.Memory.dll", - "build/MSBuildFull/System.Numerics.Vectors.dll", - "build/MSBuildFull/System.Runtime.CompilerServices.Unsafe.dll", - "build/MSBuildFull/System.Text.Json.dll", - "build/MSBuildFull/Validation.dll", - "build/MSBuildFull/lib/linux-x64/libgit2-3f4182d.so", - "build/MSBuildFull/lib/osx-arm64/libgit2-3f4182d.dylib", - "build/MSBuildFull/lib/osx-x64/libgit2-3f4182d.dylib", - "build/MSBuildTargetCaching.targets", - "build/Nerdbank.GitVersioning.Common.targets", - "build/Nerdbank.GitVersioning.Inner.targets", - "build/Nerdbank.GitVersioning.props", - "build/Nerdbank.GitVersioning.targets", - "build/PrivateP2PCaching.proj", - "build/runtimes/linux-arm/native/libgit2-3f4182d.so", - "build/runtimes/linux-arm64/native/libgit2-3f4182d.so", - "build/runtimes/linux-musl-arm/native/libgit2-3f4182d.so", - "build/runtimes/linux-musl-arm64/native/libgit2-3f4182d.so", - "build/runtimes/linux-musl-x64/native/libgit2-3f4182d.so", - "build/runtimes/linux-ppc64le/native/libgit2-3f4182d.so", - "build/runtimes/linux-x64/native/libgit2-3f4182d.so", - "build/runtimes/osx-arm64/native/libgit2-3f4182d.dylib", - "build/runtimes/osx-x64/native/libgit2-3f4182d.dylib", - "build/runtimes/win-arm64/native/git2-3f4182d.dll", - "build/runtimes/win-x64/native/git2-3f4182d.dll", - "build/runtimes/win-x86/native/git2-3f4182d.dll", - "buildCrossTargeting/Nerdbank.GitVersioning.props", - "buildCrossTargeting/Nerdbank.GitVersioning.targets", - "nerdbank.gitversioning.3.9.50.nupkg.sha512", - "nerdbank.gitversioning.nuspec" - ] - }, - "NETStandard.Library/2.0.3": { - "sha512": "st47PosZSHrjECdjeIzZQbzivYBJFv6P2nv4cj2ypdI204DO+vZ7l5raGMiX4eXMJ53RfOIg+/s4DHVZ54Nu2A==", - "type": "package", - "path": "netstandard.library/2.0.3", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "build/netstandard2.0/NETStandard.Library.targets", - "build/netstandard2.0/ref/Microsoft.Win32.Primitives.dll", - "build/netstandard2.0/ref/System.AppContext.dll", - "build/netstandard2.0/ref/System.Collections.Concurrent.dll", - "build/netstandard2.0/ref/System.Collections.NonGeneric.dll", - "build/netstandard2.0/ref/System.Collections.Specialized.dll", - "build/netstandard2.0/ref/System.Collections.dll", - "build/netstandard2.0/ref/System.ComponentModel.Composition.dll", - "build/netstandard2.0/ref/System.ComponentModel.EventBasedAsync.dll", - "build/netstandard2.0/ref/System.ComponentModel.Primitives.dll", - "build/netstandard2.0/ref/System.ComponentModel.TypeConverter.dll", - "build/netstandard2.0/ref/System.ComponentModel.dll", - "build/netstandard2.0/ref/System.Console.dll", - "build/netstandard2.0/ref/System.Core.dll", - "build/netstandard2.0/ref/System.Data.Common.dll", - "build/netstandard2.0/ref/System.Data.dll", - "build/netstandard2.0/ref/System.Diagnostics.Contracts.dll", - "build/netstandard2.0/ref/System.Diagnostics.Debug.dll", - "build/netstandard2.0/ref/System.Diagnostics.FileVersionInfo.dll", - "build/netstandard2.0/ref/System.Diagnostics.Process.dll", - "build/netstandard2.0/ref/System.Diagnostics.StackTrace.dll", - "build/netstandard2.0/ref/System.Diagnostics.TextWriterTraceListener.dll", - "build/netstandard2.0/ref/System.Diagnostics.Tools.dll", - "build/netstandard2.0/ref/System.Diagnostics.TraceSource.dll", - "build/netstandard2.0/ref/System.Diagnostics.Tracing.dll", - "build/netstandard2.0/ref/System.Drawing.Primitives.dll", - "build/netstandard2.0/ref/System.Drawing.dll", - "build/netstandard2.0/ref/System.Dynamic.Runtime.dll", - "build/netstandard2.0/ref/System.Globalization.Calendars.dll", - "build/netstandard2.0/ref/System.Globalization.Extensions.dll", - "build/netstandard2.0/ref/System.Globalization.dll", - "build/netstandard2.0/ref/System.IO.Compression.FileSystem.dll", - "build/netstandard2.0/ref/System.IO.Compression.ZipFile.dll", - "build/netstandard2.0/ref/System.IO.Compression.dll", - "build/netstandard2.0/ref/System.IO.FileSystem.DriveInfo.dll", - "build/netstandard2.0/ref/System.IO.FileSystem.Primitives.dll", - "build/netstandard2.0/ref/System.IO.FileSystem.Watcher.dll", - "build/netstandard2.0/ref/System.IO.FileSystem.dll", - "build/netstandard2.0/ref/System.IO.IsolatedStorage.dll", - "build/netstandard2.0/ref/System.IO.MemoryMappedFiles.dll", - "build/netstandard2.0/ref/System.IO.Pipes.dll", - "build/netstandard2.0/ref/System.IO.UnmanagedMemoryStream.dll", - "build/netstandard2.0/ref/System.IO.dll", - "build/netstandard2.0/ref/System.Linq.Expressions.dll", - "build/netstandard2.0/ref/System.Linq.Parallel.dll", - "build/netstandard2.0/ref/System.Linq.Queryable.dll", - "build/netstandard2.0/ref/System.Linq.dll", - "build/netstandard2.0/ref/System.Net.Http.dll", - "build/netstandard2.0/ref/System.Net.NameResolution.dll", - "build/netstandard2.0/ref/System.Net.NetworkInformation.dll", - "build/netstandard2.0/ref/System.Net.Ping.dll", - "build/netstandard2.0/ref/System.Net.Primitives.dll", - "build/netstandard2.0/ref/System.Net.Requests.dll", - "build/netstandard2.0/ref/System.Net.Security.dll", - "build/netstandard2.0/ref/System.Net.Sockets.dll", - "build/netstandard2.0/ref/System.Net.WebHeaderCollection.dll", - "build/netstandard2.0/ref/System.Net.WebSockets.Client.dll", - "build/netstandard2.0/ref/System.Net.WebSockets.dll", - "build/netstandard2.0/ref/System.Net.dll", - "build/netstandard2.0/ref/System.Numerics.dll", - "build/netstandard2.0/ref/System.ObjectModel.dll", - "build/netstandard2.0/ref/System.Reflection.Extensions.dll", - "build/netstandard2.0/ref/System.Reflection.Primitives.dll", - "build/netstandard2.0/ref/System.Reflection.dll", - "build/netstandard2.0/ref/System.Resources.Reader.dll", - "build/netstandard2.0/ref/System.Resources.ResourceManager.dll", - "build/netstandard2.0/ref/System.Resources.Writer.dll", - "build/netstandard2.0/ref/System.Runtime.CompilerServices.VisualC.dll", - "build/netstandard2.0/ref/System.Runtime.Extensions.dll", - "build/netstandard2.0/ref/System.Runtime.Handles.dll", - "build/netstandard2.0/ref/System.Runtime.InteropServices.RuntimeInformation.dll", - "build/netstandard2.0/ref/System.Runtime.InteropServices.dll", - "build/netstandard2.0/ref/System.Runtime.Numerics.dll", - "build/netstandard2.0/ref/System.Runtime.Serialization.Formatters.dll", - "build/netstandard2.0/ref/System.Runtime.Serialization.Json.dll", - "build/netstandard2.0/ref/System.Runtime.Serialization.Primitives.dll", - "build/netstandard2.0/ref/System.Runtime.Serialization.Xml.dll", - "build/netstandard2.0/ref/System.Runtime.Serialization.dll", - "build/netstandard2.0/ref/System.Runtime.dll", - "build/netstandard2.0/ref/System.Security.Claims.dll", - "build/netstandard2.0/ref/System.Security.Cryptography.Algorithms.dll", - "build/netstandard2.0/ref/System.Security.Cryptography.Csp.dll", - "build/netstandard2.0/ref/System.Security.Cryptography.Encoding.dll", - "build/netstandard2.0/ref/System.Security.Cryptography.Primitives.dll", - "build/netstandard2.0/ref/System.Security.Cryptography.X509Certificates.dll", - "build/netstandard2.0/ref/System.Security.Principal.dll", - "build/netstandard2.0/ref/System.Security.SecureString.dll", - "build/netstandard2.0/ref/System.ServiceModel.Web.dll", - "build/netstandard2.0/ref/System.Text.Encoding.Extensions.dll", - "build/netstandard2.0/ref/System.Text.Encoding.dll", - "build/netstandard2.0/ref/System.Text.RegularExpressions.dll", - "build/netstandard2.0/ref/System.Threading.Overlapped.dll", - "build/netstandard2.0/ref/System.Threading.Tasks.Parallel.dll", - "build/netstandard2.0/ref/System.Threading.Tasks.dll", - "build/netstandard2.0/ref/System.Threading.Thread.dll", - "build/netstandard2.0/ref/System.Threading.ThreadPool.dll", - "build/netstandard2.0/ref/System.Threading.Timer.dll", - "build/netstandard2.0/ref/System.Threading.dll", - "build/netstandard2.0/ref/System.Transactions.dll", - "build/netstandard2.0/ref/System.ValueTuple.dll", - "build/netstandard2.0/ref/System.Web.dll", - "build/netstandard2.0/ref/System.Windows.dll", - "build/netstandard2.0/ref/System.Xml.Linq.dll", - "build/netstandard2.0/ref/System.Xml.ReaderWriter.dll", - "build/netstandard2.0/ref/System.Xml.Serialization.dll", - "build/netstandard2.0/ref/System.Xml.XDocument.dll", - "build/netstandard2.0/ref/System.Xml.XPath.XDocument.dll", - "build/netstandard2.0/ref/System.Xml.XPath.dll", - "build/netstandard2.0/ref/System.Xml.XmlDocument.dll", - "build/netstandard2.0/ref/System.Xml.XmlSerializer.dll", - "build/netstandard2.0/ref/System.Xml.dll", - "build/netstandard2.0/ref/System.dll", - "build/netstandard2.0/ref/mscorlib.dll", - "build/netstandard2.0/ref/netstandard.dll", - "build/netstandard2.0/ref/netstandard.xml", - "lib/netstandard1.0/_._", - "netstandard.library.2.0.3.nupkg.sha512", - "netstandard.library.nuspec" - ] - }, - "System.Buffers/4.6.1": { - "sha512": "N8GXpmiLMtljq7gwvyS+1QvKT/W2J8sNAvx+HVg4NGmsG/H+2k/y9QI23auLJRterrzCiDH+IWAw4V/GPwsMlw==", - "type": "package", - "path": "system.buffers/4.6.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "PACKAGE.md", - "buildTransitive/net461/System.Buffers.targets", - "buildTransitive/net462/_._", - "lib/net462/System.Buffers.dll", - "lib/net462/System.Buffers.xml", - "lib/netcoreapp2.0/_._", - "lib/netstandard2.0/System.Buffers.dll", - "lib/netstandard2.0/System.Buffers.xml", - "lib/netstandard2.1/_._", - "system.buffers.4.6.1.nupkg.sha512", - "system.buffers.nuspec" - ] - }, - "System.IO.Hashing/10.0.7": { - "sha512": "6hsjdSr4VOXSOnhALkYplHpAxnTG1J33YN42IB6nH2fEg4QnJqrZ4Ft+qn7mkrKAOYC8pCSFYwVWw6rQbmwgLQ==", - "type": "package", - "path": "system.io.hashing/10.0.7", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/System.IO.Hashing.targets", - "buildTransitive/net462/_._", - "buildTransitive/net8.0/_._", - "buildTransitive/netcoreapp2.0/System.IO.Hashing.targets", - "lib/net10.0/System.IO.Hashing.dll", - "lib/net10.0/System.IO.Hashing.xml", - "lib/net462/System.IO.Hashing.dll", - "lib/net462/System.IO.Hashing.xml", - "lib/net8.0/System.IO.Hashing.dll", - "lib/net8.0/System.IO.Hashing.xml", - "lib/net9.0/System.IO.Hashing.dll", - "lib/net9.0/System.IO.Hashing.xml", - "lib/netstandard2.0/System.IO.Hashing.dll", - "lib/netstandard2.0/System.IO.Hashing.xml", - "system.io.hashing.10.0.7.nupkg.sha512", - "system.io.hashing.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "System.Memory/4.6.3": { - "sha512": "qdcDOgnFZY40+Q9876JUHnlHu7bosOHX8XISRoH94fwk6hgaeQGSgfZd8srWRZNt5bV9ZW2TljcegDNxsf+96A==", - "type": "package", - "path": "system.memory/4.6.3", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "PACKAGE.md", - "buildTransitive/net461/System.Memory.targets", - "buildTransitive/net462/_._", - "lib/net462/System.Memory.dll", - "lib/net462/System.Memory.xml", - "lib/netcoreapp2.1/_._", - "lib/netstandard2.0/System.Memory.dll", - "lib/netstandard2.0/System.Memory.xml", - "lib/netstandard2.1/_._", - "system.memory.4.6.3.nupkg.sha512", - "system.memory.nuspec" - ] - }, - "System.Numerics.Vectors/4.6.1": { - "sha512": "sQxefTnhagrhoq2ReR0D/6K0zJcr9Hrd6kikeXsA1I8kOCboTavcUC4r7TSfpKFeE163uMuxZcyfO1mGO3EN8Q==", - "type": "package", - "path": "system.numerics.vectors/4.6.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "PACKAGE.md", - "buildTransitive/net461/System.Numerics.Vectors.targets", - "buildTransitive/net462/_._", - "lib/net462/System.Numerics.Vectors.dll", - "lib/net462/System.Numerics.Vectors.xml", - "lib/netcoreapp2.0/_._", - "lib/netstandard2.0/System.Numerics.Vectors.dll", - "lib/netstandard2.0/System.Numerics.Vectors.xml", - "lib/netstandard2.1/_._", - "system.numerics.vectors.4.6.1.nupkg.sha512", - "system.numerics.vectors.nuspec" - ] - }, - "System.Runtime.CompilerServices.Unsafe/6.1.2": { - "sha512": "2hBr6zdbIBTDE3EhK7NSVNdX58uTK6iHW/P/Axmm9sl1xoGSLqDvMtpecn226TNwHByFokYwJmt/aQQNlO5CRw==", - "type": "package", - "path": "system.runtime.compilerservices.unsafe/6.1.2", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "PACKAGE.md", - "buildTransitive/net461/System.Runtime.CompilerServices.Unsafe.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.targets", - "lib/net462/System.Runtime.CompilerServices.Unsafe.dll", - "lib/net462/System.Runtime.CompilerServices.Unsafe.xml", - "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll", - "lib/net6.0/System.Runtime.CompilerServices.Unsafe.xml", - "lib/net7.0/_._", - "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll", - "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.xml", - "system.runtime.compilerservices.unsafe.6.1.2.nupkg.sha512", - "system.runtime.compilerservices.unsafe.nuspec" - ] - }, - "Inshiminator.Abstractions/1.0.0": { - "type": "project", - "path": "../Inshiminator.Abstractions/Inshiminator.Abstractions.csproj", - "msbuildProject": "../Inshiminator.Abstractions/Inshiminator.Abstractions.csproj" - } - }, - "projectFileDependencyGroups": { - ".NETStandard,Version=v2.0": [ - "Inshiminator.Abstractions >= 1.0.0", - "Microsoft.SourceLink.GitHub >= 10.0.203", - "NETStandard.Library >= 2.0.3", - "Nerdbank.GitVersioning >= 3.9.50" - ], - "net10.0": [ - "Inshiminator.Abstractions >= 1.0.0", - "Microsoft.SourceLink.GitHub >= 10.0.203", - "Nerdbank.GitVersioning >= 3.9.50" - ], - "net8.0": [ - "Inshiminator.Abstractions >= 1.0.0", - "Microsoft.SourceLink.GitHub >= 10.0.203", - "Nerdbank.GitVersioning >= 3.9.50" - ] - }, - "packageFolders": { - "C:\\Users\\jd\\.nuget\\packages\\": {}, - "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {} - }, - "project": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "C:\\git\\InShimInator\\src\\Inshiminator.Testing\\Inshiminator.Testing.csproj", - "projectName": "Inshiminator.Testing", - "projectPath": "C:\\git\\InShimInator\\src\\Inshiminator.Testing\\Inshiminator.Testing.csproj", - "packagesPath": "C:\\Users\\jd\\.nuget\\packages\\", - "outputPath": "C:\\git\\InShimInator\\src\\Inshiminator.Testing\\obj\\", - "projectStyle": "PackageReference", - "crossTargeting": true, - "centralPackageVersionsManagementEnabled": true, - "fallbackFolders": [ - "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" - ], - "configFilePaths": [ - "C:\\git\\InShimInator\\NuGet.Config", - "C:\\Users\\jd\\AppData\\Roaming\\NuGet\\NuGet.Config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" - ], - "originalTargetFrameworks": [ - "net10.0", - "net8.0", - "netstandard2.0" - ], - "sources": { - "C:\\Program Files\\dotnet\\library-packs": {}, - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net8.0": { - "targetAlias": "net8.0", - "projectReferences": { - "C:\\git\\InShimInator\\src\\Inshiminator.Abstractions\\Inshiminator.Abstractions.csproj": { - "projectPath": "C:\\git\\InShimInator\\src\\Inshiminator.Abstractions\\Inshiminator.Abstractions.csproj" - } - } - }, - "net10.0": { - "targetAlias": "net10.0", - "projectReferences": { - "C:\\git\\InShimInator\\src\\Inshiminator.Abstractions\\Inshiminator.Abstractions.csproj": { - "projectPath": "C:\\git\\InShimInator\\src\\Inshiminator.Abstractions\\Inshiminator.Abstractions.csproj" - } - } - }, - "netstandard2.0": { - "targetAlias": "netstandard2.0", - "projectReferences": { - "C:\\git\\InShimInator\\src\\Inshiminator.Abstractions\\Inshiminator.Abstractions.csproj": { - "projectPath": "C:\\git\\InShimInator\\src\\Inshiminator.Abstractions\\Inshiminator.Abstractions.csproj" - } - } - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - }, - "restoreAuditProperties": { - "enableAudit": "true", - "auditLevel": "low", - "auditMode": "all" - }, - "SdkAnalysisLevel": "10.0.100" - }, - "frameworks": { - "net8.0": { - "targetAlias": "net8.0", - "dependencies": { - "Microsoft.SourceLink.GitHub": { - "suppressParent": "All", - "target": "Package", - "version": "[10.0.203, )", - "versionCentrallyManaged": true - }, - "Nerdbank.GitVersioning": { - "suppressParent": "All", - "target": "Package", - "version": "[3.9.50, )", - "versionCentrallyManaged": true - } - }, - "centralPackageVersions": { - "coverlet.collector": "10.0.0", - "Microsoft.Build.Locator": "1.11.2", - "Microsoft.CodeAnalysis.Analyzers": "3.11.0", - "Microsoft.CodeAnalysis.CSharp": "4.12.0", - "Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.12.0", - "Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing.XUnit": "1.1.2", - "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.7", - "Microsoft.NET.Test.Sdk": "18.5.1", - "Microsoft.SourceLink.GitHub": "10.0.203", - "Nerdbank.GitVersioning": "3.9.50", - "Spectre.Console.Cli": "0.55.0", - "xunit": "2.9.3", - "xunit.runner.visualstudio": "3.1.5" - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48", - "net481" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\10.0.107/PortableRuntimeIdentifierGraph.json", - "packagesToPrune": { - "Microsoft.CSharp": "(,4.7.32767]", - "Microsoft.VisualBasic": "(,10.3.32767]", - "Microsoft.Win32.Primitives": "(,4.3.32767]", - "Microsoft.Win32.Registry": "(,5.0.32767]", - "runtime.any.System.Collections": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.any.System.Globalization": "(,4.3.32767]", - "runtime.any.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.any.System.IO": "(,4.3.32767]", - "runtime.any.System.Reflection": "(,4.3.32767]", - "runtime.any.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.any.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.any.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.any.System.Runtime": "(,4.3.32767]", - "runtime.any.System.Runtime.Handles": "(,4.3.32767]", - "runtime.any.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.any.System.Text.Encoding": "(,4.3.32767]", - "runtime.any.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.any.System.Threading.Tasks": "(,4.3.32767]", - "runtime.any.System.Threading.Timer": "(,4.3.32767]", - "runtime.aot.System.Collections": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.aot.System.Globalization": "(,4.3.32767]", - "runtime.aot.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.aot.System.IO": "(,4.3.32767]", - "runtime.aot.System.Reflection": "(,4.3.32767]", - "runtime.aot.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.aot.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.aot.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.aot.System.Runtime": "(,4.3.32767]", - "runtime.aot.System.Runtime.Handles": "(,4.3.32767]", - "runtime.aot.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.aot.System.Threading.Tasks": "(,4.3.32767]", - "runtime.aot.System.Threading.Timer": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.native.System.Security.Cryptography.Apple": "(,4.3.32767]", - "runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.unix.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.unix.System.Console": "(,4.3.32767]", - "runtime.unix.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.unix.System.IO.FileSystem": "(,4.3.32767]", - "runtime.unix.System.Net.Primitives": "(,4.3.32767]", - "runtime.unix.System.Net.Sockets": "(,4.3.32767]", - "runtime.unix.System.Private.Uri": "(,4.3.32767]", - "runtime.unix.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.win.System.Console": "(,4.3.32767]", - "runtime.win.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.win.System.IO.FileSystem": "(,4.3.32767]", - "runtime.win.System.Net.Primitives": "(,4.3.32767]", - "runtime.win.System.Net.Sockets": "(,4.3.32767]", - "runtime.win.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win10-arm-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-arm64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win10-x64-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-x86-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7-x86.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7.System.Private.Uri": "(,4.3.32767]", - "runtime.win8-arm.runtime.native.System.IO.Compression": "(,4.3.32767]", - "System.AppContext": "(,4.3.32767]", - "System.Buffers": "(,4.6.32767]", - "System.Collections": "(,4.3.32767]", - "System.Collections.Concurrent": "(,4.3.32767]", - "System.Collections.Immutable": "(,8.0.32767]", - "System.Collections.NonGeneric": "(,4.3.32767]", - "System.Collections.Specialized": "(,4.3.32767]", - "System.ComponentModel": "(,4.3.32767]", - "System.ComponentModel.Annotations": "(,5.0.32767]", - "System.ComponentModel.EventBasedAsync": "(,4.3.32767]", - "System.ComponentModel.Primitives": "(,4.3.32767]", - "System.ComponentModel.TypeConverter": "(,4.3.32767]", - "System.Console": "(,4.3.32767]", - "System.Data.Common": "(,4.3.32767]", - "System.Data.DataSetExtensions": "(,4.5.32767]", - "System.Diagnostics.Contracts": "(,4.3.32767]", - "System.Diagnostics.Debug": "(,4.3.32767]", - "System.Diagnostics.DiagnosticSource": "(,8.0.32767]", - "System.Diagnostics.FileVersionInfo": "(,4.3.32767]", - "System.Diagnostics.Process": "(,4.3.32767]", - "System.Diagnostics.StackTrace": "(,4.3.32767]", - "System.Diagnostics.TextWriterTraceListener": "(,4.3.32767]", - "System.Diagnostics.Tools": "(,4.3.32767]", - "System.Diagnostics.TraceSource": "(,4.3.32767]", - "System.Diagnostics.Tracing": "(,4.3.32767]", - "System.Drawing.Primitives": "(,4.3.32767]", - "System.Dynamic.Runtime": "(,4.3.32767]", - "System.Formats.Asn1": "(,8.0.32767]", - "System.Globalization": "(,4.3.32767]", - "System.Globalization.Calendars": "(,4.3.32767]", - "System.Globalization.Extensions": "(,4.3.32767]", - "System.IO": "(,4.3.32767]", - "System.IO.Compression": "(,4.3.32767]", - "System.IO.Compression.ZipFile": "(,4.3.32767]", - "System.IO.FileSystem": "(,4.3.32767]", - "System.IO.FileSystem.AccessControl": "(,5.0.32767]", - "System.IO.FileSystem.DriveInfo": "(,4.3.32767]", - "System.IO.FileSystem.Primitives": "(,4.3.32767]", - "System.IO.FileSystem.Watcher": "(,4.3.32767]", - "System.IO.IsolatedStorage": "(,4.3.32767]", - "System.IO.MemoryMappedFiles": "(,4.3.32767]", - "System.IO.Pipes": "(,4.3.32767]", - "System.IO.Pipes.AccessControl": "(,4.6.32767]", - "System.IO.UnmanagedMemoryStream": "(,4.3.32767]", - "System.Linq": "(,4.3.32767]", - "System.Linq.Expressions": "(,4.3.32767]", - "System.Linq.Parallel": "(,4.3.32767]", - "System.Linq.Queryable": "(,4.3.32767]", - "System.Memory": "(,4.6.32767]", - "System.Net.Http": "(,4.3.32767]", - "System.Net.Http.Json": "(,8.0.32767]", - "System.Net.NameResolution": "(,4.3.32767]", - "System.Net.NetworkInformation": "(,4.3.32767]", - "System.Net.Ping": "(,4.3.32767]", - "System.Net.Primitives": "(,4.3.32767]", - "System.Net.Requests": "(,4.3.32767]", - "System.Net.Security": "(,4.3.32767]", - "System.Net.Sockets": "(,4.3.32767]", - "System.Net.WebHeaderCollection": "(,4.3.32767]", - "System.Net.WebSockets": "(,4.3.32767]", - "System.Net.WebSockets.Client": "(,4.3.32767]", - "System.Numerics.Vectors": "(,4.6.32767]", - "System.ObjectModel": "(,4.3.32767]", - "System.Private.DataContractSerialization": "(,4.3.32767]", - "System.Private.Uri": "(,4.3.32767]", - "System.Reflection": "(,4.3.32767]", - "System.Reflection.DispatchProxy": "(,4.8.32767]", - "System.Reflection.Emit": "(,4.7.32767]", - "System.Reflection.Emit.ILGeneration": "(,4.7.32767]", - "System.Reflection.Emit.Lightweight": "(,4.7.32767]", - "System.Reflection.Extensions": "(,4.3.32767]", - "System.Reflection.Metadata": "(,8.0.32767]", - "System.Reflection.Primitives": "(,4.3.32767]", - "System.Reflection.TypeExtensions": "(,4.7.32767]", - "System.Resources.Reader": "(,4.3.32767]", - "System.Resources.ResourceManager": "(,4.3.32767]", - "System.Resources.Writer": "(,4.3.32767]", - "System.Runtime": "(,4.3.32767]", - "System.Runtime.CompilerServices.Unsafe": "(,6.1.32767]", - "System.Runtime.CompilerServices.VisualC": "(,4.3.32767]", - "System.Runtime.Extensions": "(,4.3.32767]", - "System.Runtime.Handles": "(,4.3.32767]", - "System.Runtime.InteropServices": "(,4.3.32767]", - "System.Runtime.InteropServices.RuntimeInformation": "(,4.3.32767]", - "System.Runtime.Loader": "(,4.3.32767]", - "System.Runtime.Numerics": "(,4.3.32767]", - "System.Runtime.Serialization.Formatters": "(,4.3.32767]", - "System.Runtime.Serialization.Json": "(,4.3.32767]", - "System.Runtime.Serialization.Primitives": "(,4.3.32767]", - "System.Runtime.Serialization.Xml": "(,4.3.32767]", - "System.Security.AccessControl": "(,6.0.32767]", - "System.Security.Claims": "(,4.3.32767]", - "System.Security.Cryptography.Algorithms": "(,4.3.32767]", - "System.Security.Cryptography.Cng": "(,4.6.32767]", - "System.Security.Cryptography.Csp": "(,4.3.32767]", - "System.Security.Cryptography.Encoding": "(,4.3.32767]", - "System.Security.Cryptography.OpenSsl": "(,5.0.32767]", - "System.Security.Cryptography.Primitives": "(,4.3.32767]", - "System.Security.Cryptography.X509Certificates": "(,4.3.32767]", - "System.Security.Principal": "(,4.3.32767]", - "System.Security.Principal.Windows": "(,5.0.32767]", - "System.Security.SecureString": "(,4.3.32767]", - "System.Text.Encoding": "(,4.3.32767]", - "System.Text.Encoding.CodePages": "(,8.0.32767]", - "System.Text.Encoding.Extensions": "(,4.3.32767]", - "System.Text.Encodings.Web": "(,8.0.32767]", - "System.Text.Json": "(,8.0.32767]", - "System.Text.RegularExpressions": "(,4.3.32767]", - "System.Threading": "(,4.3.32767]", - "System.Threading.Channels": "(,8.0.32767]", - "System.Threading.Overlapped": "(,4.3.32767]", - "System.Threading.Tasks": "(,4.3.32767]", - "System.Threading.Tasks.Dataflow": "(,8.0.32767]", - "System.Threading.Tasks.Extensions": "(,4.6.32767]", - "System.Threading.Tasks.Parallel": "(,4.3.32767]", - "System.Threading.Thread": "(,4.3.32767]", - "System.Threading.ThreadPool": "(,4.3.32767]", - "System.Threading.Timer": "(,4.3.32767]", - "System.ValueTuple": "(,4.6.32767]", - "System.Xml.ReaderWriter": "(,4.3.32767]", - "System.Xml.XDocument": "(,4.3.32767]", - "System.Xml.XmlDocument": "(,4.3.32767]", - "System.Xml.XmlSerializer": "(,4.3.32767]", - "System.Xml.XPath": "(,4.3.32767]", - "System.Xml.XPath.XDocument": "(,4.3.32767]" - } - }, - "net10.0": { - "targetAlias": "net10.0", - "dependencies": { - "Microsoft.SourceLink.GitHub": { - "suppressParent": "All", - "target": "Package", - "version": "[10.0.203, )", - "versionCentrallyManaged": true - }, - "Nerdbank.GitVersioning": { - "suppressParent": "All", - "target": "Package", - "version": "[3.9.50, )", - "versionCentrallyManaged": true - } - }, - "centralPackageVersions": { - "coverlet.collector": "10.0.0", - "Microsoft.Build.Locator": "1.11.2", - "Microsoft.CodeAnalysis.Analyzers": "3.11.0", - "Microsoft.CodeAnalysis.CSharp": "4.12.0", - "Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.12.0", - "Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing.XUnit": "1.1.2", - "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.7", - "Microsoft.NET.Test.Sdk": "18.5.1", - "Microsoft.SourceLink.GitHub": "10.0.203", - "Nerdbank.GitVersioning": "3.9.50", - "Spectre.Console.Cli": "0.55.0", - "xunit": "2.9.3", - "xunit.runner.visualstudio": "3.1.5" - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48", - "net481" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\10.0.107/PortableRuntimeIdentifierGraph.json", - "packagesToPrune": { - "Microsoft.CSharp": "(,4.7.32767]", - "Microsoft.VisualBasic": "(,10.4.32767]", - "Microsoft.Win32.Primitives": "(,4.3.32767]", - "Microsoft.Win32.Registry": "(,5.0.32767]", - "runtime.any.System.Collections": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.any.System.Globalization": "(,4.3.32767]", - "runtime.any.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.any.System.IO": "(,4.3.32767]", - "runtime.any.System.Reflection": "(,4.3.32767]", - "runtime.any.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.any.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.any.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.any.System.Runtime": "(,4.3.32767]", - "runtime.any.System.Runtime.Handles": "(,4.3.32767]", - "runtime.any.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.any.System.Text.Encoding": "(,4.3.32767]", - "runtime.any.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.any.System.Threading.Tasks": "(,4.3.32767]", - "runtime.any.System.Threading.Timer": "(,4.3.32767]", - "runtime.aot.System.Collections": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.aot.System.Globalization": "(,4.3.32767]", - "runtime.aot.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.aot.System.IO": "(,4.3.32767]", - "runtime.aot.System.Reflection": "(,4.3.32767]", - "runtime.aot.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.aot.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.aot.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.aot.System.Runtime": "(,4.3.32767]", - "runtime.aot.System.Runtime.Handles": "(,4.3.32767]", - "runtime.aot.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.aot.System.Threading.Tasks": "(,4.3.32767]", - "runtime.aot.System.Threading.Timer": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.unix.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.unix.System.Console": "(,4.3.32767]", - "runtime.unix.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.unix.System.IO.FileSystem": "(,4.3.32767]", - "runtime.unix.System.Net.Primitives": "(,4.3.32767]", - "runtime.unix.System.Net.Sockets": "(,4.3.32767]", - "runtime.unix.System.Private.Uri": "(,4.3.32767]", - "runtime.unix.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.win.System.Console": "(,4.3.32767]", - "runtime.win.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.win.System.IO.FileSystem": "(,4.3.32767]", - "runtime.win.System.Net.Primitives": "(,4.3.32767]", - "runtime.win.System.Net.Sockets": "(,4.3.32767]", - "runtime.win.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win10-arm-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-arm64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win10-x64-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-x86-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7-x86.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7.System.Private.Uri": "(,4.3.32767]", - "runtime.win8-arm.runtime.native.System.IO.Compression": "(,4.3.32767]", - "System.AppContext": "(,4.3.32767]", - "System.Buffers": "(,5.0.32767]", - "System.Collections": "(,4.3.32767]", - "System.Collections.Concurrent": "(,4.3.32767]", - "System.Collections.Immutable": "(,10.0.32767]", - "System.Collections.NonGeneric": "(,4.3.32767]", - "System.Collections.Specialized": "(,4.3.32767]", - "System.ComponentModel": "(,4.3.32767]", - "System.ComponentModel.Annotations": "(,4.3.32767]", - "System.ComponentModel.EventBasedAsync": "(,4.3.32767]", - "System.ComponentModel.Primitives": "(,4.3.32767]", - "System.ComponentModel.TypeConverter": "(,4.3.32767]", - "System.Console": "(,4.3.32767]", - "System.Data.Common": "(,4.3.32767]", - "System.Data.DataSetExtensions": "(,4.4.32767]", - "System.Diagnostics.Contracts": "(,4.3.32767]", - "System.Diagnostics.Debug": "(,4.3.32767]", - "System.Diagnostics.DiagnosticSource": "(,10.0.32767]", - "System.Diagnostics.FileVersionInfo": "(,4.3.32767]", - "System.Diagnostics.Process": "(,4.3.32767]", - "System.Diagnostics.StackTrace": "(,4.3.32767]", - "System.Diagnostics.TextWriterTraceListener": "(,4.3.32767]", - "System.Diagnostics.Tools": "(,4.3.32767]", - "System.Diagnostics.TraceSource": "(,4.3.32767]", - "System.Diagnostics.Tracing": "(,4.3.32767]", - "System.Drawing.Primitives": "(,4.3.32767]", - "System.Dynamic.Runtime": "(,4.3.32767]", - "System.Formats.Asn1": "(,10.0.32767]", - "System.Formats.Tar": "(,10.0.32767]", - "System.Globalization": "(,4.3.32767]", - "System.Globalization.Calendars": "(,4.3.32767]", - "System.Globalization.Extensions": "(,4.3.32767]", - "System.IO": "(,4.3.32767]", - "System.IO.Compression": "(,4.3.32767]", - "System.IO.Compression.ZipFile": "(,4.3.32767]", - "System.IO.FileSystem": "(,4.3.32767]", - "System.IO.FileSystem.AccessControl": "(,4.4.32767]", - "System.IO.FileSystem.DriveInfo": "(,4.3.32767]", - "System.IO.FileSystem.Primitives": "(,4.3.32767]", - "System.IO.FileSystem.Watcher": "(,4.3.32767]", - "System.IO.IsolatedStorage": "(,4.3.32767]", - "System.IO.MemoryMappedFiles": "(,4.3.32767]", - "System.IO.Pipelines": "(,10.0.32767]", - "System.IO.Pipes": "(,4.3.32767]", - "System.IO.Pipes.AccessControl": "(,5.0.32767]", - "System.IO.UnmanagedMemoryStream": "(,4.3.32767]", - "System.Linq": "(,4.3.32767]", - "System.Linq.AsyncEnumerable": "(,10.0.32767]", - "System.Linq.Expressions": "(,4.3.32767]", - "System.Linq.Parallel": "(,4.3.32767]", - "System.Linq.Queryable": "(,4.3.32767]", - "System.Memory": "(,5.0.32767]", - "System.Net.Http": "(,4.3.32767]", - "System.Net.Http.Json": "(,10.0.32767]", - "System.Net.NameResolution": "(,4.3.32767]", - "System.Net.NetworkInformation": "(,4.3.32767]", - "System.Net.Ping": "(,4.3.32767]", - "System.Net.Primitives": "(,4.3.32767]", - "System.Net.Requests": "(,4.3.32767]", - "System.Net.Security": "(,4.3.32767]", - "System.Net.ServerSentEvents": "(,10.0.32767]", - "System.Net.Sockets": "(,4.3.32767]", - "System.Net.WebHeaderCollection": "(,4.3.32767]", - "System.Net.WebSockets": "(,4.3.32767]", - "System.Net.WebSockets.Client": "(,4.3.32767]", - "System.Numerics.Vectors": "(,5.0.32767]", - "System.ObjectModel": "(,4.3.32767]", - "System.Private.DataContractSerialization": "(,4.3.32767]", - "System.Private.Uri": "(,4.3.32767]", - "System.Reflection": "(,4.3.32767]", - "System.Reflection.DispatchProxy": "(,6.0.32767]", - "System.Reflection.Emit": "(,4.7.32767]", - "System.Reflection.Emit.ILGeneration": "(,4.7.32767]", - "System.Reflection.Emit.Lightweight": "(,4.7.32767]", - "System.Reflection.Extensions": "(,4.3.32767]", - "System.Reflection.Metadata": "(,10.0.32767]", - "System.Reflection.Primitives": "(,4.3.32767]", - "System.Reflection.TypeExtensions": "(,4.3.32767]", - "System.Resources.Reader": "(,4.3.32767]", - "System.Resources.ResourceManager": "(,4.3.32767]", - "System.Resources.Writer": "(,4.3.32767]", - "System.Runtime": "(,4.3.32767]", - "System.Runtime.CompilerServices.Unsafe": "(,7.0.32767]", - "System.Runtime.CompilerServices.VisualC": "(,4.3.32767]", - "System.Runtime.Extensions": "(,4.3.32767]", - "System.Runtime.Handles": "(,4.3.32767]", - "System.Runtime.InteropServices": "(,4.3.32767]", - "System.Runtime.InteropServices.RuntimeInformation": "(,4.3.32767]", - "System.Runtime.Loader": "(,4.3.32767]", - "System.Runtime.Numerics": "(,4.3.32767]", - "System.Runtime.Serialization.Formatters": "(,4.3.32767]", - "System.Runtime.Serialization.Json": "(,4.3.32767]", - "System.Runtime.Serialization.Primitives": "(,4.3.32767]", - "System.Runtime.Serialization.Xml": "(,4.3.32767]", - "System.Security.AccessControl": "(,6.0.32767]", - "System.Security.Claims": "(,4.3.32767]", - "System.Security.Cryptography.Algorithms": "(,4.3.32767]", - "System.Security.Cryptography.Cng": "(,5.0.32767]", - "System.Security.Cryptography.Csp": "(,4.3.32767]", - "System.Security.Cryptography.Encoding": "(,4.3.32767]", - "System.Security.Cryptography.OpenSsl": "(,5.0.32767]", - "System.Security.Cryptography.Primitives": "(,4.3.32767]", - "System.Security.Cryptography.X509Certificates": "(,4.3.32767]", - "System.Security.Principal": "(,4.3.32767]", - "System.Security.Principal.Windows": "(,5.0.32767]", - "System.Security.SecureString": "(,4.3.32767]", - "System.Text.Encoding": "(,4.3.32767]", - "System.Text.Encoding.CodePages": "(,10.0.32767]", - "System.Text.Encoding.Extensions": "(,4.3.32767]", - "System.Text.Encodings.Web": "(,10.0.32767]", - "System.Text.Json": "(,10.0.32767]", - "System.Text.RegularExpressions": "(,4.3.32767]", - "System.Threading": "(,4.3.32767]", - "System.Threading.AccessControl": "(,10.0.32767]", - "System.Threading.Channels": "(,10.0.32767]", - "System.Threading.Overlapped": "(,4.3.32767]", - "System.Threading.Tasks": "(,4.3.32767]", - "System.Threading.Tasks.Dataflow": "(,10.0.32767]", - "System.Threading.Tasks.Extensions": "(,5.0.32767]", - "System.Threading.Tasks.Parallel": "(,4.3.32767]", - "System.Threading.Thread": "(,4.3.32767]", - "System.Threading.ThreadPool": "(,4.3.32767]", - "System.Threading.Timer": "(,4.3.32767]", - "System.ValueTuple": "(,4.5.32767]", - "System.Xml.ReaderWriter": "(,4.3.32767]", - "System.Xml.XDocument": "(,4.3.32767]", - "System.Xml.XmlDocument": "(,4.3.32767]", - "System.Xml.XmlSerializer": "(,4.3.32767]", - "System.Xml.XPath": "(,4.3.32767]", - "System.Xml.XPath.XDocument": "(,5.0.32767]" - } - }, - "netstandard2.0": { - "targetAlias": "netstandard2.0", - "dependencies": { - "Microsoft.SourceLink.GitHub": { - "suppressParent": "All", - "target": "Package", - "version": "[10.0.203, )", - "versionCentrallyManaged": true - }, - "NETStandard.Library": { - "suppressParent": "All", - "target": "Package", - "version": "[2.0.3, )", - "autoReferenced": true - }, - "Nerdbank.GitVersioning": { - "suppressParent": "All", - "target": "Package", - "version": "[3.9.50, )", - "versionCentrallyManaged": true - } - }, - "centralPackageVersions": { - "coverlet.collector": "10.0.0", - "Microsoft.Build.Locator": "1.11.2", - "Microsoft.CodeAnalysis.Analyzers": "3.11.0", - "Microsoft.CodeAnalysis.CSharp": "4.12.0", - "Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.12.0", - "Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing.XUnit": "1.1.2", - "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.7", - "Microsoft.NET.Test.Sdk": "18.5.1", - "Microsoft.SourceLink.GitHub": "10.0.203", - "Nerdbank.GitVersioning": "3.9.50", - "Spectre.Console.Cli": "0.55.0", - "xunit": "2.9.3", - "xunit.runner.visualstudio": "3.1.5" - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48", - "net481" - ], - "assetTargetFallback": true, - "warn": true, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\10.0.107\\RuntimeIdentifierGraph.json", - "packagesToPrune": { - "Microsoft.Win32.Primitives": "(,4.3.0]", - "System.AppContext": "(,4.3.0]", - "System.Collections": "(,4.3.0]", - "System.Collections.NonGeneric": "(,4.3.0]", - "System.Collections.Specialized": "(,4.3.0]", - "System.ComponentModel": "(,4.3.0]", - "System.ComponentModel.EventBasedAsync": "(,4.3.0]", - "System.ComponentModel.Primitives": "(,4.3.0]", - "System.ComponentModel.TypeConverter": "(,4.3.0]", - "System.Console": "(,4.3.1]", - "System.Data.Common": "(,4.3.0]", - "System.Diagnostics.Contracts": "(,4.3.0]", - "System.Diagnostics.Debug": "(,4.3.0]", - "System.Diagnostics.FileVersionInfo": "(,4.3.0]", - "System.Diagnostics.Process": "(,4.3.0]", - "System.Diagnostics.StackTrace": "(,4.3.0]", - "System.Diagnostics.TextWriterTraceListener": "(,4.3.0]", - "System.Diagnostics.Tools": "(,4.3.0]", - "System.Diagnostics.TraceSource": "(,4.3.0]", - "System.Diagnostics.Tracing": "(,4.3.0]", - "System.Drawing.Primitives": "(,4.3.0]", - "System.Dynamic.Runtime": "(,4.3.0]", - "System.Globalization": "(,4.3.0]", - "System.Globalization.Calendars": "(,4.3.0]", - "System.Globalization.Extensions": "(,4.3.0]", - "System.IO": "(,4.3.0]", - "System.IO.Compression": "(,4.3.0]", - "System.IO.Compression.ZipFile": "(,4.3.0]", - "System.IO.FileSystem": "(,4.3.0]", - "System.IO.FileSystem.DriveInfo": "(,4.3.1]", - "System.IO.FileSystem.Primitives": "(,4.3.0]", - "System.IO.FileSystem.Watcher": "(,4.3.0]", - "System.IO.IsolatedStorage": "(,4.3.0]", - "System.IO.MemoryMappedFiles": "(,4.3.0]", - "System.IO.Pipes": "(,4.3.0]", - "System.IO.UnmanagedMemoryStream": "(,4.3.0]", - "System.Linq": "(,4.3.0]", - "System.Linq.Expressions": "(,4.3.0]", - "System.Linq.Parallel": "(,4.3.0]", - "System.Linq.Queryable": "(,4.3.0]", - "System.Net.Http": "(,4.3.4]", - "System.Net.NameResolution": "(,4.3.0]", - "System.Net.NetworkInformation": "(,4.3.0]", - "System.Net.Ping": "(,4.3.0]", - "System.Net.Primitives": "(,4.3.1]", - "System.Net.Requests": "(,4.3.0]", - "System.Net.Security": "(,4.3.2]", - "System.Net.Sockets": "(,4.3.0]", - "System.Net.WebHeaderCollection": "(,4.3.0]", - "System.Net.WebSockets": "(,4.3.0]", - "System.Net.WebSockets.Client": "(,4.3.2]", - "System.Reflection": "(,4.3.0]", - "System.Reflection.Extensions": "(,4.3.0]", - "System.Reflection.Primitives": "(,4.3.0]", - "System.Resources.Reader": "(,4.3.0]", - "System.Resources.ResourceManager": "(,4.3.0]", - "System.Resources.Writer": "(,4.3.0]", - "System.Runtime": "(,4.3.1]", - "System.Runtime.CompilerServices.VisualC": "(,4.3.0]", - "System.Runtime.Extensions": "(,4.3.1]", - "System.Runtime.Handles": "(,4.3.0]", - "System.Runtime.InteropServices": "(,4.3.0]", - "System.Runtime.InteropServices.RuntimeInformation": "(,4.3.0]", - "System.Runtime.Numerics": "(,4.3.0]", - "System.Runtime.Serialization.Formatters": "(,4.3.0]", - "System.Runtime.Serialization.Primitives": "(,4.3.0]", - "System.Runtime.Serialization.Xml": "(,4.3.0]", - "System.Security.Claims": "(,4.3.0]", - "System.Security.Cryptography.Algorithms": "(,4.3.1]", - "System.Security.Cryptography.Csp": "(,4.3.0]", - "System.Security.Cryptography.Encoding": "(,4.3.0]", - "System.Security.Cryptography.Primitives": "(,4.3.0]", - "System.Security.Cryptography.X509Certificates": "(,4.3.2]", - "System.Security.Principal": "(,4.3.0]", - "System.Security.SecureString": "(,4.3.0]", - "System.Text.Encoding": "(,4.3.0]", - "System.Text.Encoding.Extensions": "(,4.3.0]", - "System.Text.RegularExpressions": "(,4.3.0]", - "System.Threading": "(,4.3.0]", - "System.Threading.Overlapped": "(,4.3.0]", - "System.Threading.Tasks": "(,4.3.0]", - "System.Threading.Tasks.Parallel": "(,4.3.0]", - "System.Threading.Thread": "(,4.3.0]", - "System.Threading.ThreadPool": "(,4.3.0]", - "System.Threading.Timer": "(,4.3.0]", - "System.ValueTuple": "(,4.6.1]", - "System.Xml.ReaderWriter": "(,4.3.1]", - "System.Xml.XDocument": "(,4.3.0]", - "System.Xml.XmlDocument": "(,4.3.0]", - "System.Xml.XmlSerializer": "(,4.3.0]", - "System.Xml.XPath": "(,4.3.0]", - "System.Xml.XPath.XDocument": "(,4.3.0]" - } - } - } - } -} \ No newline at end of file diff --git a/src/Inshiminator.Testing/obj/project.nuget.cache b/src/Inshiminator.Testing/obj/project.nuget.cache deleted file mode 100644 index ada5c57..0000000 --- a/src/Inshiminator.Testing/obj/project.nuget.cache +++ /dev/null @@ -1,20 +0,0 @@ -{ - "version": 2, - "dgSpecHash": "CsS+P+j478Y=", - "success": true, - "projectFilePath": "C:\\git\\InShimInator\\src\\Inshiminator.Testing\\Inshiminator.Testing.csproj", - "expectedPackageFiles": [ - "C:\\Users\\jd\\.nuget\\packages\\microsoft.build.tasks.git\\10.0.203\\microsoft.build.tasks.git.10.0.203.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\microsoft.netcore.platforms\\1.1.0\\microsoft.netcore.platforms.1.1.0.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\microsoft.sourcelink.common\\10.0.203\\microsoft.sourcelink.common.10.0.203.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\microsoft.sourcelink.github\\10.0.203\\microsoft.sourcelink.github.10.0.203.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\nerdbank.gitversioning\\3.9.50\\nerdbank.gitversioning.3.9.50.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\netstandard.library\\2.0.3\\netstandard.library.2.0.3.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\system.buffers\\4.6.1\\system.buffers.4.6.1.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\system.io.hashing\\10.0.7\\system.io.hashing.10.0.7.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\system.memory\\4.6.3\\system.memory.4.6.3.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\system.numerics.vectors\\4.6.1\\system.numerics.vectors.4.6.1.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\system.runtime.compilerservices.unsafe\\6.1.2\\system.runtime.compilerservices.unsafe.6.1.2.nupkg.sha512" - ], - "logs": [] -} \ No newline at end of file diff --git a/tests/Inshiminator.Analyzers.Tests/ClockCodeFixTests.cs b/tests/Inshiminator.Analyzers.Tests/ClockCodeFixTests.cs index d291490..74a7c3b 100644 --- a/tests/Inshiminator.Analyzers.Tests/ClockCodeFixTests.cs +++ b/tests/Inshiminator.Analyzers.Tests/ClockCodeFixTests.cs @@ -104,7 +104,7 @@ public async Task DateTimeUtcNow_AppliesTimeProviderCodeFix() [Fact] public async Task DateTimeNow_AppliesTimeProviderCodeFix() { - await VerifyTimeProviderFixAsync("DateTime", "DateTime", "Now", "System.DateTime.SpecifyKind(_timeProvider.GetLocalNow().LocalDateTime, System.DateTimeKind.Local)"); + await VerifyTimeProviderFixAsync("DateTime", "DateTime", "Now", "DateTime.SpecifyKind(_timeProvider.GetLocalNow().LocalDateTime, DateTimeKind.Local)"); } [Fact] @@ -320,8 +320,8 @@ void Method() } [Fact] - public async Task TimeProviderCodeFix_UsesNamedArgumentWhenTargetConstructorAlreadyHasTimeProviderParameter() - { + public async Task TimeProviderCodeFix_UsesNamedArgumentWhenTargetConstructorAlreadyHasTimeProviderParameter() + { var test = $$""" using System; @@ -369,65 +369,65 @@ void Method() } """; - await VerifyTimeProviderCodeFixAsync(test, fixedCode); - } - - [Fact] - public async Task TimeProviderCodeFix_UsesNamedArgumentWhenOptionalParameterPrecedesExistingTimeProviderParameter() - { - var test = $$""" -using System; - -{{TimeProviderStub}} - -class Test -{ - public Test() : this(1) - { - } - - public Test(int value, string name = "default", global::System.TimeProvider timeProvider = null) - { - } - - void Method() - { - DateTimeOffset now = [|DateTimeOffset.UtcNow|]; - } -} -"""; - - var fixedCode = $$""" -using System; - -{{TimeProviderStub}} - -class Test -{ - private readonly global::System.TimeProvider _timeProvider; - - public Test(global::System.TimeProvider timeProvider) : this(1, timeProvider: timeProvider) - { - } - - public Test(int value, string name = "default", global::System.TimeProvider timeProvider = null) - { - _timeProvider = timeProvider; - } - - void Method() - { - DateTimeOffset now = _timeProvider.GetUtcNow(); - } -} -"""; - - await VerifyTimeProviderCodeFixAsync(test, fixedCode); - } - - [Fact] - public async Task TimeProviderCodeFix_ReplacesExistingThisInitializerArgumentWithInjectedParameter() - { + await VerifyTimeProviderCodeFixAsync(test, fixedCode); + } + + [Fact] + public async Task TimeProviderCodeFix_UsesNamedArgumentWhenOptionalParameterPrecedesExistingTimeProviderParameter() + { + var test = $$""" +using System; + +{{TimeProviderStub}} + +class Test +{ + public Test() : this(1) + { + } + + public Test(int value, string name = "default", global::System.TimeProvider timeProvider = null) + { + } + + void Method() + { + DateTimeOffset now = [|DateTimeOffset.UtcNow|]; + } +} +"""; + + var fixedCode = $$""" +using System; + +{{TimeProviderStub}} + +class Test +{ + private readonly global::System.TimeProvider _timeProvider; + + public Test(global::System.TimeProvider timeProvider) : this(1, timeProvider: timeProvider) + { + } + + public Test(int value, string name = "default", global::System.TimeProvider timeProvider = null) + { + _timeProvider = timeProvider; + } + + void Method() + { + DateTimeOffset now = _timeProvider.GetUtcNow(); + } +} +"""; + + await VerifyTimeProviderCodeFixAsync(test, fixedCode); + } + + [Fact] + public async Task TimeProviderCodeFix_ReplacesExistingThisInitializerArgumentWithInjectedParameter() + { var test = $$""" using System; @@ -733,12 +733,12 @@ public async Task TimeProviderCodeFix_ReusesTimeProviderFieldFromOtherPartialDec {{TimeProviderStub}} -partial class Test -{ - public Test() - { - _timeProvider = null!; - } +partial class Test +{ + public Test() + { + _timeProvider = null!; + } void Method() { @@ -746,16 +746,16 @@ void Method() } } -partial class Test -{ - private readonly global::System.TimeProvider _timeProvider; - - public Test(string name) - { - _timeProvider = null!; - } -} -"""; +partial class Test +{ + private readonly global::System.TimeProvider _timeProvider; + + public Test(string name) + { + _timeProvider = null!; + } +} +"""; var fixedCode = $$""" using System; @@ -1054,14 +1054,14 @@ class CustomTimeProvider : TimeProvider public override DateTimeOffset GetUtcNow() => DateTimeOffset.MinValue; } -class Test -{ - private readonly CustomTimeProvider _timeProvider; - - public Test(string name) - { - _timeProvider = null!; - } +class Test +{ + private readonly CustomTimeProvider _timeProvider; + + public Test(string name) + { + _timeProvider = null!; + } void Method() { @@ -1115,14 +1115,14 @@ class CustomTimeProvider : TimeProvider } } -class Test -{ - private readonly MyApp.CustomTimeProvider _timeProvider; - - public Test(string name) - { - _timeProvider = null!; - } +class Test +{ + private readonly MyApp.CustomTimeProvider _timeProvider; + + public Test(string name) + { + _timeProvider = null!; + } void Method() { diff --git a/tests/Inshiminator.Analyzers.Tests/Verifiers/CSharpCodeFixVerifier.cs b/tests/Inshiminator.Analyzers.Tests/Verifiers/CSharpCodeFixVerifier.cs index 21fda52..e2a82ef 100644 --- a/tests/Inshiminator.Analyzers.Tests/Verifiers/CSharpCodeFixVerifier.cs +++ b/tests/Inshiminator.Analyzers.Tests/Verifiers/CSharpCodeFixVerifier.cs @@ -55,6 +55,16 @@ public class Test : CSharpCodeFixTest { public Test() { + // Pin the formatter's end-of-line style via .editorconfig. Without this, the + // CodeAnalysis formatter's newline choice for Formatter.Annotation-marked + // (freshly synthesized) spans - e.g. a newly generated constructor - is an + // internal detail that has changed across CodeAnalysis versions (observed: + // CRLF under 5.3.0, LF under 5.6.0), which made golden-output comparisons in + // these tests flaky across Roslyn upgrades even though the generated code was + // semantically identical. Forcing end_of_line = crlf keeps generated spans + // consistent with the CRLF line endings the test source literals use. + TestState.AnalyzerConfigFiles.Add(("/.editorconfig", "root = true\n[*.cs]\nend_of_line = crlf\n")); + SolutionTransforms.Add((solution, projectId) => { var compilationOptions = solution.GetProject(projectId).CompilationOptions; diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/.msCoverageSourceRootsMapping_Inshiminator.Analyzers.Tests b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/.msCoverageSourceRootsMapping_Inshiminator.Analyzers.Tests deleted file mode 100644 index 42760e9..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/.msCoverageSourceRootsMapping_Inshiminator.Analyzers.Tests and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/CoverletSourceRootsMapping_Inshiminator.Analyzers.Tests b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/CoverletSourceRootsMapping_Inshiminator.Analyzers.Tests deleted file mode 100644 index 42760e9..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/CoverletSourceRootsMapping_Inshiminator.Analyzers.Tests and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/DiffPlex.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/DiffPlex.dll deleted file mode 100644 index 67f41a0..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/DiffPlex.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/Humanizer.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/Humanizer.dll deleted file mode 100644 index c9a7ef8..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/Humanizer.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/Inshiminator.Analyzers.Tests.deps.json b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/Inshiminator.Analyzers.Tests.deps.json deleted file mode 100644 index b57aca0..0000000 --- a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/Inshiminator.Analyzers.Tests.deps.json +++ /dev/null @@ -1,1559 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETCoreApp,Version=v10.0", - "signature": "" - }, - "compilationOptions": {}, - "targets": { - ".NETCoreApp,Version=v10.0": { - "Inshiminator.Analyzers.Tests/0.1.2-g2e58a4565a": { - "dependencies": { - "Inshiminator.Analyzers": "1.0.0", - "Inshiminator.CodeFixes": "1.0.0", - "Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing.XUnit": "1.1.2", - "Microsoft.NET.Test.Sdk": "18.5.1", - "Microsoft.SourceLink.GitHub": "10.0.203", - "xunit": "2.9.3" - }, - "runtime": { - "Inshiminator.Analyzers.Tests.dll": {} - } - }, - "DiffPlex/1.7.2": { - "runtime": { - "lib/net6.0/DiffPlex.dll": { - "assemblyVersion": "1.7.2.0", - "fileVersion": "1.7.2.0" - } - } - }, - "Humanizer.Core/2.14.1": { - "runtime": { - "lib/net6.0/Humanizer.dll": { - "assemblyVersion": "2.14.0.0", - "fileVersion": "2.14.1.48190" - } - } - }, - "Microsoft.CodeAnalysis.Analyzer.Testing/1.1.2": { - "dependencies": { - "DiffPlex": "1.7.2", - "Microsoft.CodeAnalysis.Workspaces.Common": "4.12.0", - "Microsoft.VisualStudio.Composition": "16.1.8", - "NuGet.Common": "6.3.4", - "NuGet.Packaging": "6.3.4", - "NuGet.Protocol": "6.3.4", - "NuGet.Resolver": "6.3.4" - }, - "runtime": { - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.Analyzer.Testing.dll": { - "assemblyVersion": "1.1.2.0", - "fileVersion": "1.100.224.31401" - } - } - }, - "Microsoft.CodeAnalysis.CodeFix.Testing/1.1.2": { - "dependencies": { - "Microsoft.CodeAnalysis.Analyzer.Testing": "1.1.2", - "Microsoft.CodeAnalysis.Workspaces.Common": "4.12.0" - }, - "runtime": { - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CodeFix.Testing.dll": { - "assemblyVersion": "1.1.2.0", - "fileVersion": "1.100.224.31401" - } - } - }, - "Microsoft.CodeAnalysis.CodeRefactoring.Testing/1.1.2": { - "dependencies": { - "Microsoft.CodeAnalysis.Analyzer.Testing": "1.1.2", - "Microsoft.CodeAnalysis.Workspaces.Common": "4.12.0" - }, - "runtime": { - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CodeRefactoring.Testing.dll": { - "assemblyVersion": "1.1.2.0", - "fileVersion": "1.100.224.31401" - } - } - }, - "Microsoft.CodeAnalysis.Common/4.12.0": { - "runtime": { - "lib/net8.0/Microsoft.CodeAnalysis.dll": { - "assemblyVersion": "4.12.0.0", - "fileVersion": "4.1200.24.57207" - } - }, - "resources": { - "lib/net8.0/cs/Microsoft.CodeAnalysis.resources.dll": { - "locale": "cs" - }, - "lib/net8.0/de/Microsoft.CodeAnalysis.resources.dll": { - "locale": "de" - }, - "lib/net8.0/es/Microsoft.CodeAnalysis.resources.dll": { - "locale": "es" - }, - "lib/net8.0/fr/Microsoft.CodeAnalysis.resources.dll": { - "locale": "fr" - }, - "lib/net8.0/it/Microsoft.CodeAnalysis.resources.dll": { - "locale": "it" - }, - "lib/net8.0/ja/Microsoft.CodeAnalysis.resources.dll": { - "locale": "ja" - }, - "lib/net8.0/ko/Microsoft.CodeAnalysis.resources.dll": { - "locale": "ko" - }, - "lib/net8.0/pl/Microsoft.CodeAnalysis.resources.dll": { - "locale": "pl" - }, - "lib/net8.0/pt-BR/Microsoft.CodeAnalysis.resources.dll": { - "locale": "pt-BR" - }, - "lib/net8.0/ru/Microsoft.CodeAnalysis.resources.dll": { - "locale": "ru" - }, - "lib/net8.0/tr/Microsoft.CodeAnalysis.resources.dll": { - "locale": "tr" - }, - "lib/net8.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll": { - "locale": "zh-Hans" - }, - "lib/net8.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "Microsoft.CodeAnalysis.CSharp/4.12.0": { - "dependencies": { - "Microsoft.CodeAnalysis.Common": "4.12.0" - }, - "runtime": { - "lib/net8.0/Microsoft.CodeAnalysis.CSharp.dll": { - "assemblyVersion": "4.12.0.0", - "fileVersion": "4.1200.24.57207" - } - }, - "resources": { - "lib/net8.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "cs" - }, - "lib/net8.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "de" - }, - "lib/net8.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "es" - }, - "lib/net8.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "fr" - }, - "lib/net8.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "it" - }, - "lib/net8.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "ja" - }, - "lib/net8.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "ko" - }, - "lib/net8.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "pl" - }, - "lib/net8.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "pt-BR" - }, - "lib/net8.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "ru" - }, - "lib/net8.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "tr" - }, - "lib/net8.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "zh-Hans" - }, - "lib/net8.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "Microsoft.CodeAnalysis.CSharp.Analyzer.Testing/1.1.2": { - "dependencies": { - "Microsoft.CodeAnalysis.Analyzer.Testing": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.12.0" - }, - "runtime": { - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.dll": { - "assemblyVersion": "1.1.2.0", - "fileVersion": "1.100.224.31401" - } - } - }, - "Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.XUnit/1.1.2": { - "dependencies": { - "Microsoft.CodeAnalysis.Analyzer.Testing": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.Analyzer.Testing": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.12.0", - "Microsoft.CodeAnalysis.Testing.Verifiers.XUnit": "1.1.2" - }, - "runtime": { - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.XUnit.dll": { - "assemblyVersion": "1.1.2.0", - "fileVersion": "1.100.224.31401" - } - } - }, - "Microsoft.CodeAnalysis.CSharp.CodeFix.Testing/1.1.2": { - "dependencies": { - "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.12.0", - "Microsoft.CodeAnalysis.CodeFix.Testing": "1.1.2" - }, - "runtime": { - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.dll": { - "assemblyVersion": "1.1.2.0", - "fileVersion": "1.100.224.31401" - } - } - }, - "Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.XUnit/1.1.2": { - "dependencies": { - "Microsoft.CodeAnalysis.Analyzer.Testing": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeFix.Testing": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.12.0", - "Microsoft.CodeAnalysis.CodeFix.Testing": "1.1.2", - "Microsoft.CodeAnalysis.Testing.Verifiers.XUnit": "1.1.2" - }, - "runtime": { - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.XUnit.dll": { - "assemblyVersion": "1.1.2.0", - "fileVersion": "1.100.224.31401" - } - } - }, - "Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing/1.1.2": { - "dependencies": { - "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.12.0", - "Microsoft.CodeAnalysis.CodeRefactoring.Testing": "1.1.2" - }, - "runtime": { - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing.dll": { - "assemblyVersion": "1.1.2.0", - "fileVersion": "1.100.224.31401" - } - } - }, - "Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing.XUnit/1.1.2": { - "dependencies": { - "Microsoft.CodeAnalysis.Analyzer.Testing": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.12.0", - "Microsoft.CodeAnalysis.CodeRefactoring.Testing": "1.1.2", - "Microsoft.CodeAnalysis.Testing.Verifiers.XUnit": "1.1.2" - }, - "runtime": { - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing.XUnit.dll": { - "assemblyVersion": "1.1.2.0", - "fileVersion": "1.100.224.31401" - } - } - }, - "Microsoft.CodeAnalysis.CSharp.Workspaces/4.12.0": { - "dependencies": { - "Humanizer.Core": "2.14.1", - "Microsoft.CodeAnalysis.CSharp": "4.12.0", - "Microsoft.CodeAnalysis.Common": "4.12.0", - "Microsoft.CodeAnalysis.Workspaces.Common": "4.12.0", - "System.Composition": "8.0.0" - }, - "runtime": { - "lib/net8.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll": { - "assemblyVersion": "4.12.0.0", - "fileVersion": "4.1200.24.57207" - } - }, - "resources": { - "lib/net8.0/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { - "locale": "cs" - }, - "lib/net8.0/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { - "locale": "de" - }, - "lib/net8.0/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { - "locale": "es" - }, - "lib/net8.0/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { - "locale": "fr" - }, - "lib/net8.0/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { - "locale": "it" - }, - "lib/net8.0/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { - "locale": "ja" - }, - "lib/net8.0/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { - "locale": "ko" - }, - "lib/net8.0/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { - "locale": "pl" - }, - "lib/net8.0/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { - "locale": "pt-BR" - }, - "lib/net8.0/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { - "locale": "ru" - }, - "lib/net8.0/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { - "locale": "tr" - }, - "lib/net8.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { - "locale": "zh-Hans" - }, - "lib/net8.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "Microsoft.CodeAnalysis.Testing.Verifiers.XUnit/1.1.2": { - "dependencies": { - "Microsoft.CodeAnalysis.Analyzer.Testing": "1.1.2", - "xunit.assert": "2.9.3" - }, - "runtime": { - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.Testing.Verifiers.XUnit.dll": { - "assemblyVersion": "1.1.2.0", - "fileVersion": "1.100.224.31401" - } - } - }, - "Microsoft.CodeAnalysis.VisualBasic/1.0.1": { - "dependencies": { - "Microsoft.CodeAnalysis.Common": "4.12.0" - }, - "runtime": { - "lib/net45/Microsoft.CodeAnalysis.VisualBasic.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.0.50618" - } - } - }, - "Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing/1.1.2": { - "dependencies": { - "Microsoft.CodeAnalysis.Analyzer.Testing": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.Workspaces": "1.0.1" - }, - "runtime": { - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing.dll": { - "assemblyVersion": "1.1.2.0", - "fileVersion": "1.100.224.31401" - } - } - }, - "Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing.XUnit/1.1.2": { - "dependencies": { - "Microsoft.CodeAnalysis.Analyzer.Testing": "1.1.2", - "Microsoft.CodeAnalysis.Testing.Verifiers.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.Workspaces": "1.0.1" - }, - "runtime": { - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing.XUnit.dll": { - "assemblyVersion": "1.1.2.0", - "fileVersion": "1.100.224.31401" - } - } - }, - "Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing/1.1.2": { - "dependencies": { - "Microsoft.CodeAnalysis.CodeFix.Testing": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.Workspaces": "1.0.1" - }, - "runtime": { - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing.dll": { - "assemblyVersion": "1.1.2.0", - "fileVersion": "1.100.224.31401" - } - } - }, - "Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing.XUnit/1.1.2": { - "dependencies": { - "Microsoft.CodeAnalysis.Analyzer.Testing": "1.1.2", - "Microsoft.CodeAnalysis.CodeFix.Testing": "1.1.2", - "Microsoft.CodeAnalysis.Testing.Verifiers.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.Workspaces": "1.0.1" - }, - "runtime": { - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing.XUnit.dll": { - "assemblyVersion": "1.1.2.0", - "fileVersion": "1.100.224.31401" - } - } - }, - "Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing/1.1.2": { - "dependencies": { - "Microsoft.CodeAnalysis.CodeRefactoring.Testing": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.Workspaces": "1.0.1" - }, - "runtime": { - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing.dll": { - "assemblyVersion": "1.1.2.0", - "fileVersion": "1.100.224.31401" - } - } - }, - "Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing.XUnit/1.1.2": { - "dependencies": { - "Microsoft.CodeAnalysis.Analyzer.Testing": "1.1.2", - "Microsoft.CodeAnalysis.CodeRefactoring.Testing": "1.1.2", - "Microsoft.CodeAnalysis.Testing.Verifiers.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.Workspaces": "1.0.1" - }, - "runtime": { - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing.XUnit.dll": { - "assemblyVersion": "1.1.2.0", - "fileVersion": "1.100.224.31401" - } - } - }, - "Microsoft.CodeAnalysis.VisualBasic.Workspaces/1.0.1": { - "dependencies": { - "Microsoft.CodeAnalysis.VisualBasic": "1.0.1", - "Microsoft.CodeAnalysis.Workspaces.Common": "4.12.0" - }, - "runtime": { - "lib/net45/Microsoft.CodeAnalysis.VisualBasic.Workspaces.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.0.50618" - } - } - }, - "Microsoft.CodeAnalysis.Workspaces.Common/4.12.0": { - "dependencies": { - "Humanizer.Core": "2.14.1", - "Microsoft.CodeAnalysis.Common": "4.12.0", - "System.Composition": "8.0.0" - }, - "runtime": { - "lib/net8.0/Microsoft.CodeAnalysis.Workspaces.dll": { - "assemblyVersion": "4.12.0.0", - "fileVersion": "4.1200.24.57207" - } - }, - "resources": { - "lib/net8.0/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll": { - "locale": "cs" - }, - "lib/net8.0/de/Microsoft.CodeAnalysis.Workspaces.resources.dll": { - "locale": "de" - }, - "lib/net8.0/es/Microsoft.CodeAnalysis.Workspaces.resources.dll": { - "locale": "es" - }, - "lib/net8.0/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll": { - "locale": "fr" - }, - "lib/net8.0/it/Microsoft.CodeAnalysis.Workspaces.resources.dll": { - "locale": "it" - }, - "lib/net8.0/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll": { - "locale": "ja" - }, - "lib/net8.0/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll": { - "locale": "ko" - }, - "lib/net8.0/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll": { - "locale": "pl" - }, - "lib/net8.0/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll": { - "locale": "pt-BR" - }, - "lib/net8.0/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll": { - "locale": "ru" - }, - "lib/net8.0/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll": { - "locale": "tr" - }, - "lib/net8.0/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll": { - "locale": "zh-Hans" - }, - "lib/net8.0/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "Microsoft.CodeCoverage/18.5.1": { - "runtime": { - "lib/net8.0/Microsoft.VisualStudio.CodeCoverage.Shim.dll": { - "assemblyVersion": "15.0.0.0", - "fileVersion": "18.500.26.12001" - } - } - }, - "Microsoft.NET.Test.Sdk/18.5.1": { - "dependencies": { - "Microsoft.CodeCoverage": "18.5.1", - "Microsoft.TestPlatform.TestHost": "18.5.1" - } - }, - "Microsoft.SourceLink.GitHub/10.0.203": { - "dependencies": { - "System.IO.Hashing": "10.0.7" - } - }, - "Microsoft.TestPlatform.ObjectModel/18.5.1": { - "runtime": { - "lib/net8.0/Microsoft.TestPlatform.CoreUtilities.dll": { - "assemblyVersion": "15.0.0.0", - "fileVersion": "18.500.126.22302" - }, - "lib/net8.0/Microsoft.TestPlatform.PlatformAbstractions.dll": { - "assemblyVersion": "15.0.0.0", - "fileVersion": "18.500.126.22302" - }, - "lib/net8.0/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll": { - "assemblyVersion": "15.0.0.0", - "fileVersion": "18.500.126.22302" - } - }, - "resources": { - "lib/net8.0/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "cs" - }, - "lib/net8.0/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "cs" - }, - "lib/net8.0/de/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "de" - }, - "lib/net8.0/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "de" - }, - "lib/net8.0/es/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "es" - }, - "lib/net8.0/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "es" - }, - "lib/net8.0/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "fr" - }, - "lib/net8.0/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "fr" - }, - "lib/net8.0/it/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "it" - }, - "lib/net8.0/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "it" - }, - "lib/net8.0/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "ja" - }, - "lib/net8.0/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "ja" - }, - "lib/net8.0/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "ko" - }, - "lib/net8.0/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "ko" - }, - "lib/net8.0/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "pl" - }, - "lib/net8.0/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "pl" - }, - "lib/net8.0/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "pt-BR" - }, - "lib/net8.0/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "pt-BR" - }, - "lib/net8.0/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "ru" - }, - "lib/net8.0/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "ru" - }, - "lib/net8.0/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "tr" - }, - "lib/net8.0/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "tr" - }, - "lib/net8.0/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "zh-Hans" - }, - "lib/net8.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "zh-Hans" - }, - "lib/net8.0/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "zh-Hant" - }, - "lib/net8.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "Microsoft.TestPlatform.TestHost/18.5.1": { - "dependencies": { - "Microsoft.TestPlatform.ObjectModel": "18.5.1", - "Newtonsoft.Json": "13.0.3" - }, - "runtime": { - "lib/net8.0/Microsoft.TestPlatform.CommunicationUtilities.dll": { - "assemblyVersion": "15.0.0.0", - "fileVersion": "18.500.126.22302" - }, - "lib/net8.0/Microsoft.TestPlatform.CrossPlatEngine.dll": { - "assemblyVersion": "15.0.0.0", - "fileVersion": "18.500.126.22302" - }, - "lib/net8.0/Microsoft.TestPlatform.Utilities.dll": { - "assemblyVersion": "15.0.0.0", - "fileVersion": "18.500.126.22302" - }, - "lib/net8.0/Microsoft.VisualStudio.TestPlatform.Common.dll": { - "assemblyVersion": "15.0.0.0", - "fileVersion": "18.500.126.22302" - }, - "lib/net8.0/testhost.dll": { - "assemblyVersion": "15.0.0.0", - "fileVersion": "18.500.126.22302" - } - }, - "resources": { - "lib/net8.0/cs/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "cs" - }, - "lib/net8.0/cs/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "cs" - }, - "lib/net8.0/cs/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "cs" - }, - "lib/net8.0/de/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "de" - }, - "lib/net8.0/de/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "de" - }, - "lib/net8.0/de/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "de" - }, - "lib/net8.0/es/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "es" - }, - "lib/net8.0/es/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "es" - }, - "lib/net8.0/es/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "es" - }, - "lib/net8.0/fr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "fr" - }, - "lib/net8.0/fr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "fr" - }, - "lib/net8.0/fr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "fr" - }, - "lib/net8.0/it/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "it" - }, - "lib/net8.0/it/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "it" - }, - "lib/net8.0/it/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "it" - }, - "lib/net8.0/ja/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "ja" - }, - "lib/net8.0/ja/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "ja" - }, - "lib/net8.0/ja/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "ja" - }, - "lib/net8.0/ko/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "ko" - }, - "lib/net8.0/ko/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "ko" - }, - "lib/net8.0/ko/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "ko" - }, - "lib/net8.0/pl/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "pl" - }, - "lib/net8.0/pl/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "pl" - }, - "lib/net8.0/pl/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "pl" - }, - "lib/net8.0/pt-BR/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "pt-BR" - }, - "lib/net8.0/pt-BR/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "pt-BR" - }, - "lib/net8.0/pt-BR/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "pt-BR" - }, - "lib/net8.0/ru/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "ru" - }, - "lib/net8.0/ru/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "ru" - }, - "lib/net8.0/ru/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "ru" - }, - "lib/net8.0/tr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "tr" - }, - "lib/net8.0/tr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "tr" - }, - "lib/net8.0/tr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "tr" - }, - "lib/net8.0/zh-Hans/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "zh-Hans" - }, - "lib/net8.0/zh-Hans/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "zh-Hans" - }, - "lib/net8.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "zh-Hans" - }, - "lib/net8.0/zh-Hant/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "zh-Hant" - }, - "lib/net8.0/zh-Hant/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "zh-Hant" - }, - "lib/net8.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "Microsoft.VisualStudio.Composition/16.1.8": { - "dependencies": { - "Microsoft.VisualStudio.Composition.NetFxAttributes": "16.1.8", - "Microsoft.VisualStudio.Validation": "15.0.82", - "System.Composition": "8.0.0" - }, - "runtime": { - "lib/netcoreapp2.0/Microsoft.VisualStudio.Composition.dll": { - "assemblyVersion": "16.1.0.0", - "fileVersion": "16.1.8.36187" - } - }, - "resources": { - "lib/netcoreapp2.0/cs/Microsoft.VisualStudio.Composition.resources.dll": { - "locale": "cs" - }, - "lib/netcoreapp2.0/de/Microsoft.VisualStudio.Composition.resources.dll": { - "locale": "de" - }, - "lib/netcoreapp2.0/es/Microsoft.VisualStudio.Composition.resources.dll": { - "locale": "es" - }, - "lib/netcoreapp2.0/fr/Microsoft.VisualStudio.Composition.resources.dll": { - "locale": "fr" - }, - "lib/netcoreapp2.0/it/Microsoft.VisualStudio.Composition.resources.dll": { - "locale": "it" - }, - "lib/netcoreapp2.0/ja/Microsoft.VisualStudio.Composition.resources.dll": { - "locale": "ja" - }, - "lib/netcoreapp2.0/ko/Microsoft.VisualStudio.Composition.resources.dll": { - "locale": "ko" - }, - "lib/netcoreapp2.0/pl/Microsoft.VisualStudio.Composition.resources.dll": { - "locale": "pl" - }, - "lib/netcoreapp2.0/pt-BR/Microsoft.VisualStudio.Composition.resources.dll": { - "locale": "pt-BR" - }, - "lib/netcoreapp2.0/ru/Microsoft.VisualStudio.Composition.resources.dll": { - "locale": "ru" - }, - "lib/netcoreapp2.0/tr/Microsoft.VisualStudio.Composition.resources.dll": { - "locale": "tr" - }, - "lib/netcoreapp2.0/zh-Hans/Microsoft.VisualStudio.Composition.resources.dll": { - "locale": "zh-Hans" - }, - "lib/netcoreapp2.0/zh-Hant/Microsoft.VisualStudio.Composition.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "Microsoft.VisualStudio.Composition.NetFxAttributes/16.1.8": { - "dependencies": { - "System.ComponentModel.Composition": "4.5.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.VisualStudio.Composition.NetFxAttributes.dll": { - "assemblyVersion": "16.1.0.0", - "fileVersion": "16.1.8.36187" - } - } - }, - "Microsoft.VisualStudio.Validation/15.0.82": { - "runtime": { - "lib/netstandard1.0/Microsoft.VisualStudio.Validation.dll": { - "assemblyVersion": "15.0.0.0", - "fileVersion": "15.0.82.50463" - } - }, - "resources": { - "lib/netstandard1.0/cs/Microsoft.VisualStudio.Validation.resources.dll": { - "locale": "cs" - }, - "lib/netstandard1.0/de/Microsoft.VisualStudio.Validation.resources.dll": { - "locale": "de" - }, - "lib/netstandard1.0/es/Microsoft.VisualStudio.Validation.resources.dll": { - "locale": "es" - }, - "lib/netstandard1.0/fr/Microsoft.VisualStudio.Validation.resources.dll": { - "locale": "fr" - }, - "lib/netstandard1.0/it/Microsoft.VisualStudio.Validation.resources.dll": { - "locale": "it" - }, - "lib/netstandard1.0/ja/Microsoft.VisualStudio.Validation.resources.dll": { - "locale": "ja" - }, - "lib/netstandard1.0/ko/Microsoft.VisualStudio.Validation.resources.dll": { - "locale": "ko" - }, - "lib/netstandard1.0/pl/Microsoft.VisualStudio.Validation.resources.dll": { - "locale": "pl" - }, - "lib/netstandard1.0/pt-BR/Microsoft.VisualStudio.Validation.resources.dll": { - "locale": "pt-BR" - }, - "lib/netstandard1.0/ru/Microsoft.VisualStudio.Validation.resources.dll": { - "locale": "ru" - }, - "lib/netstandard1.0/tr/Microsoft.VisualStudio.Validation.resources.dll": { - "locale": "tr" - }, - "lib/netstandard1.0/zh-Hans/Microsoft.VisualStudio.Validation.resources.dll": { - "locale": "zh-Hans" - }, - "lib/netstandard1.0/zh-Hant/Microsoft.VisualStudio.Validation.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "Newtonsoft.Json/13.0.3": { - "runtime": { - "lib/net6.0/Newtonsoft.Json.dll": { - "assemblyVersion": "13.0.0.0", - "fileVersion": "13.0.3.27908" - } - } - }, - "NuGet.Common/6.3.4": { - "dependencies": { - "NuGet.Frameworks": "6.3.4" - }, - "runtime": { - "lib/netstandard2.0/NuGet.Common.dll": { - "assemblyVersion": "6.3.4.2", - "fileVersion": "6.3.4.2" - } - } - }, - "NuGet.Configuration/6.3.4": { - "dependencies": { - "NuGet.Common": "6.3.4", - "System.Security.Cryptography.ProtectedData": "4.4.0" - }, - "runtime": { - "lib/netstandard2.0/NuGet.Configuration.dll": { - "assemblyVersion": "6.3.4.2", - "fileVersion": "6.3.4.2" - } - } - }, - "NuGet.Frameworks/6.3.4": { - "runtime": { - "lib/netstandard2.0/NuGet.Frameworks.dll": { - "assemblyVersion": "6.3.4.2", - "fileVersion": "6.3.4.2" - } - } - }, - "NuGet.Packaging/6.3.4": { - "dependencies": { - "Newtonsoft.Json": "13.0.3", - "NuGet.Configuration": "6.3.4", - "NuGet.Versioning": "6.3.4", - "System.Security.Cryptography.Pkcs": "5.0.0" - }, - "runtime": { - "lib/net5.0/NuGet.Packaging.dll": { - "assemblyVersion": "6.3.4.2", - "fileVersion": "6.3.4.2" - } - } - }, - "NuGet.Protocol/6.3.4": { - "dependencies": { - "NuGet.Packaging": "6.3.4" - }, - "runtime": { - "lib/net5.0/NuGet.Protocol.dll": { - "assemblyVersion": "6.3.4.2", - "fileVersion": "6.3.4.2" - } - } - }, - "NuGet.Resolver/6.3.4": { - "dependencies": { - "NuGet.Protocol": "6.3.4" - }, - "runtime": { - "lib/net5.0/NuGet.Resolver.dll": { - "assemblyVersion": "6.3.4.2", - "fileVersion": "6.3.4.2" - } - } - }, - "NuGet.Versioning/6.3.4": { - "runtime": { - "lib/netstandard2.0/NuGet.Versioning.dll": { - "assemblyVersion": "6.3.4.2", - "fileVersion": "6.3.4.2" - } - } - }, - "System.ComponentModel.Composition/4.5.0": { - "dependencies": { - "System.Security.Permissions": "4.5.0" - }, - "runtime": { - "lib/netcoreapp2.0/System.ComponentModel.Composition.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "4.6.26515.6" - } - } - }, - "System.Composition/8.0.0": { - "dependencies": { - "System.Composition.AttributedModel": "8.0.0", - "System.Composition.Convention": "8.0.0", - "System.Composition.Hosting": "8.0.0", - "System.Composition.Runtime": "8.0.0", - "System.Composition.TypedParts": "8.0.0" - } - }, - "System.Composition.AttributedModel/8.0.0": { - "runtime": { - "lib/net8.0/System.Composition.AttributedModel.dll": { - "assemblyVersion": "8.0.0.0", - "fileVersion": "8.0.23.53103" - } - } - }, - "System.Composition.Convention/8.0.0": { - "dependencies": { - "System.Composition.AttributedModel": "8.0.0" - }, - "runtime": { - "lib/net8.0/System.Composition.Convention.dll": { - "assemblyVersion": "8.0.0.0", - "fileVersion": "8.0.23.53103" - } - } - }, - "System.Composition.Hosting/8.0.0": { - "dependencies": { - "System.Composition.Runtime": "8.0.0" - }, - "runtime": { - "lib/net8.0/System.Composition.Hosting.dll": { - "assemblyVersion": "8.0.0.0", - "fileVersion": "8.0.23.53103" - } - } - }, - "System.Composition.Runtime/8.0.0": { - "runtime": { - "lib/net8.0/System.Composition.Runtime.dll": { - "assemblyVersion": "8.0.0.0", - "fileVersion": "8.0.23.53103" - } - } - }, - "System.Composition.TypedParts/8.0.0": { - "dependencies": { - "System.Composition.AttributedModel": "8.0.0", - "System.Composition.Hosting": "8.0.0", - "System.Composition.Runtime": "8.0.0" - }, - "runtime": { - "lib/net8.0/System.Composition.TypedParts.dll": { - "assemblyVersion": "8.0.0.0", - "fileVersion": "8.0.23.53103" - } - } - }, - "System.IO.Hashing/10.0.7": { - "runtime": { - "lib/net10.0/System.IO.Hashing.dll": { - "assemblyVersion": "10.0.0.7", - "fileVersion": "10.0.726.21808" - } - } - }, - "System.Security.Cryptography.Pkcs/5.0.0": { - "runtime": { - "lib/netcoreapp3.0/System.Security.Cryptography.Pkcs.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.20.51904" - } - }, - "runtimeTargets": { - "runtimes/win/lib/netcoreapp3.0/System.Security.Cryptography.Pkcs.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.20.51904" - } - } - }, - "System.Security.Cryptography.ProtectedData/4.4.0": { - "runtime": { - "lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll": { - "assemblyVersion": "4.0.2.0", - "fileVersion": "4.6.25519.3" - } - }, - "runtimeTargets": { - "runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "4.0.2.0", - "fileVersion": "4.6.25519.3" - } - } - }, - "System.Security.Permissions/4.5.0": { - "runtime": { - "lib/netstandard2.0/System.Security.Permissions.dll": { - "assemblyVersion": "4.0.1.0", - "fileVersion": "4.6.26515.6" - } - } - }, - "xunit/2.9.3": { - "dependencies": { - "xunit.assert": "2.9.3", - "xunit.core": "2.9.3" - } - }, - "xunit.abstractions/2.0.3": { - "runtime": { - "lib/netstandard2.0/xunit.abstractions.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.0.0.0" - } - } - }, - "xunit.assert/2.9.3": { - "runtime": { - "lib/net6.0/xunit.assert.dll": { - "assemblyVersion": "2.9.3.0", - "fileVersion": "2.9.3.0" - } - } - }, - "xunit.core/2.9.3": { - "dependencies": { - "xunit.extensibility.core": "2.9.3", - "xunit.extensibility.execution": "2.9.3" - } - }, - "xunit.extensibility.core/2.9.3": { - "dependencies": { - "xunit.abstractions": "2.0.3" - }, - "runtime": { - "lib/netstandard1.1/xunit.core.dll": { - "assemblyVersion": "2.9.3.0", - "fileVersion": "2.9.3.0" - } - } - }, - "xunit.extensibility.execution/2.9.3": { - "dependencies": { - "xunit.extensibility.core": "2.9.3" - }, - "runtime": { - "lib/netstandard1.1/xunit.execution.dotnet.dll": { - "assemblyVersion": "2.9.3.0", - "fileVersion": "2.9.3.0" - } - } - }, - "Inshiminator.Analyzers/1.0.0": { - "dependencies": { - "Microsoft.CodeAnalysis.CSharp": "4.12.0" - }, - "runtime": { - "Inshiminator.Analyzers.dll": { - "assemblyVersion": "0.1.0.0", - "fileVersion": "0.1.2.11864" - } - } - }, - "Inshiminator.CodeFixes/1.0.0": { - "dependencies": { - "Inshiminator.Analyzers": "1.0.0", - "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.12.0" - }, - "runtime": { - "Inshiminator.CodeFixes.dll": { - "assemblyVersion": "0.1.0.0", - "fileVersion": "0.1.2.11864" - } - } - } - } - }, - "libraries": { - "Inshiminator.Analyzers.Tests/0.1.2-g2e58a4565a": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "DiffPlex/1.7.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-qJEjdxEDBWSFZGB8paBB9HDeJXHGlHlOXeGX3kbTuXWuOsgv2iSAEOOzo5V1/B39Vcxr9IVVrNKewRcX+rsn4g==", - "path": "diffplex/1.7.2", - "hashPath": "diffplex.1.7.2.nupkg.sha512" - }, - "Humanizer.Core/2.14.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-lQKvtaTDOXnoVJ20ibTuSIOf2i0uO0MPbDhd1jm238I+U/2ZnRENj0cktKZhtchBMtCUSRQ5v4xBCUbKNmyVMw==", - "path": "humanizer.core/2.14.1", - "hashPath": "humanizer.core.2.14.1.nupkg.sha512" - }, - "Microsoft.CodeAnalysis.Analyzer.Testing/1.1.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-g6cSJMPlmTiEHakCKaTobNISbf4jfjNF38YK8V4azAgcV9CE4BxuGQSWW6eftHs43q7mhKOr1lioKsTVQmUc1g==", - "path": "microsoft.codeanalysis.analyzer.testing/1.1.2", - "hashPath": "microsoft.codeanalysis.analyzer.testing.1.1.2.nupkg.sha512" - }, - "Microsoft.CodeAnalysis.CodeFix.Testing/1.1.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-fnR6AOMlXvMcYymt1ehRJKNY3oKOMB+Ix1nZZMn4TNdnsw8clNG5UPZlUL8qCWlyYDOHyRfz2aqOQ+Hrk28Ang==", - "path": "microsoft.codeanalysis.codefix.testing/1.1.2", - "hashPath": "microsoft.codeanalysis.codefix.testing.1.1.2.nupkg.sha512" - }, - "Microsoft.CodeAnalysis.CodeRefactoring.Testing/1.1.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/2Q7ByX6yklPA1mvkq8ijL8VMleNZmVxTRQf6x1URN1cqDSP/Cuh9uJujCKF2ibaGVUF/c3lUShpNRpDjLe2+Q==", - "path": "microsoft.codeanalysis.coderefactoring.testing/1.1.2", - "hashPath": "microsoft.codeanalysis.coderefactoring.testing.1.1.2.nupkg.sha512" - }, - "Microsoft.CodeAnalysis.Common/4.12.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-c1kNYihL2gdcuU1dqm8R8YeA4YkB43TpU3pa2r66Uooh6AAhRtENzj9A4Kj0a+H8JDDyuTjNZql9XlVUzV+UjA==", - "path": "microsoft.codeanalysis.common/4.12.0", - "hashPath": "microsoft.codeanalysis.common.4.12.0.nupkg.sha512" - }, - "Microsoft.CodeAnalysis.CSharp/4.12.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-30vVQ1MizeC22iEdEvI2w0eTIYG43/L20yBzuQH01xKzJgHAoWehzI2F8u07o4mXh4DGMOjQF7aEm0zzvsG3Mg==", - "path": "microsoft.codeanalysis.csharp/4.12.0", - "hashPath": "microsoft.codeanalysis.csharp.4.12.0.nupkg.sha512" - }, - "Microsoft.CodeAnalysis.CSharp.Analyzer.Testing/1.1.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-AFHm5lhv7vmo03F1p2zZBqwd8NMSKOgCXdhiKfnP0E0UDNiiMomI1tQAitOl/85/S5n6e8fQP6dYSOkTLbJaZg==", - "path": "microsoft.codeanalysis.csharp.analyzer.testing/1.1.2", - "hashPath": "microsoft.codeanalysis.csharp.analyzer.testing.1.1.2.nupkg.sha512" - }, - "Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.XUnit/1.1.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-6oJQ1MhRHEUSaUzhRmjBQN3oLhHF6SFwx6xjRTLZbrWEHLZ37jHzUHkLLawQ9lg+UK0pAcW9L4uFG4uuYAX84g==", - "path": "microsoft.codeanalysis.csharp.analyzer.testing.xunit/1.1.2", - "hashPath": "microsoft.codeanalysis.csharp.analyzer.testing.xunit.1.1.2.nupkg.sha512" - }, - "Microsoft.CodeAnalysis.CSharp.CodeFix.Testing/1.1.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-vMSf/SJw6T9bYUuwRLNd+sjvmapSGc+58uxgANbt5sL55eezUPHZ1cd3XkafzPsGWcl7z31xoRUM94smnNrnIA==", - "path": "microsoft.codeanalysis.csharp.codefix.testing/1.1.2", - "hashPath": "microsoft.codeanalysis.csharp.codefix.testing.1.1.2.nupkg.sha512" - }, - "Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.XUnit/1.1.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Plr1ZIg7dbQPCZn+iwWc/hvKhEOjMdFiek/7teBcgZSfMOhvPHF/Y0PReXuJK6CV31NvBxT6JqWADAjXBWO1QA==", - "path": "microsoft.codeanalysis.csharp.codefix.testing.xunit/1.1.2", - "hashPath": "microsoft.codeanalysis.csharp.codefix.testing.xunit.1.1.2.nupkg.sha512" - }, - "Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing/1.1.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-1H+CQV/UolaM+BjrQDXp3ia9ODb1EXYY0NXJvokUgL4TQm2FCNWioq4kuVpEKz2O5mfH76A7wB0ZAobxkFpA7g==", - "path": "microsoft.codeanalysis.csharp.coderefactoring.testing/1.1.2", - "hashPath": "microsoft.codeanalysis.csharp.coderefactoring.testing.1.1.2.nupkg.sha512" - }, - "Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing.XUnit/1.1.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-wfQWTO97KABfsNwr4Ls5Ds4ZkE1udtSbl7LOJZN+gWQSaR7u1ndzXyeXpPdaM/6dyUEw+MxdfvhgivChOyFM7A==", - "path": "microsoft.codeanalysis.csharp.coderefactoring.testing.xunit/1.1.2", - "hashPath": "microsoft.codeanalysis.csharp.coderefactoring.testing.xunit.1.1.2.nupkg.sha512" - }, - "Microsoft.CodeAnalysis.CSharp.Workspaces/4.12.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ZZ08UBgL3f3VeVvRA1k+PGZYbCIy2EBX4nBld/1ndsaoUZcwqkUaXbljjpoJ5reozpRrBPMUJ0E34REaVgYKjw==", - "path": "microsoft.codeanalysis.csharp.workspaces/4.12.0", - "hashPath": "microsoft.codeanalysis.csharp.workspaces.4.12.0.nupkg.sha512" - }, - "Microsoft.CodeAnalysis.Testing.Verifiers.XUnit/1.1.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-D/jXnfCf7ryNIW/jit6AvpAPov3cj2v0ygj4tnCvQ6F2Z/FDhFE1hVcMNfZsFw6osKHdgHEUg5jzUkkWuMTunw==", - "path": "microsoft.codeanalysis.testing.verifiers.xunit/1.1.2", - "hashPath": "microsoft.codeanalysis.testing.verifiers.xunit.1.1.2.nupkg.sha512" - }, - "Microsoft.CodeAnalysis.VisualBasic/1.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-NY66509fKNYlRonSoYn0i6FuUmQ0G0KkMyBFZBht1ICuPMzi6xm3trInhSM+D8ll4UdINNhum0a/AvSZOCYvmQ==", - "path": "microsoft.codeanalysis.visualbasic/1.0.1", - "hashPath": "microsoft.codeanalysis.visualbasic.1.0.1.nupkg.sha512" - }, - "Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing/1.1.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-MwtbaKQOVYHO+Rhc1cPZUIdBW3aaOQKXpQW1Ns3hsqhjCGjgKol/HR2cyGBL4APJb7CL4mg0ep87slOoRSJhyQ==", - "path": "microsoft.codeanalysis.visualbasic.analyzer.testing/1.1.2", - "hashPath": "microsoft.codeanalysis.visualbasic.analyzer.testing.1.1.2.nupkg.sha512" - }, - "Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing.XUnit/1.1.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-KBqwNMQhJIZVVjqIolRaiEym4CWEXDgOz4I1NnYAaNE4AHNJ5XUM3CvpElN5aws01TDDHOD/CYt9PxMo4PaJNQ==", - "path": "microsoft.codeanalysis.visualbasic.analyzer.testing.xunit/1.1.2", - "hashPath": "microsoft.codeanalysis.visualbasic.analyzer.testing.xunit.1.1.2.nupkg.sha512" - }, - "Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing/1.1.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-9S94JJQa9z0kCT8OLnIhXO9DAAn5wZtybgSTIP5qnRY9ZjJ0qUIwsGEyVr0qJsAdbf25Fv9lgyiUaF13r6KPIg==", - "path": "microsoft.codeanalysis.visualbasic.codefix.testing/1.1.2", - "hashPath": "microsoft.codeanalysis.visualbasic.codefix.testing.1.1.2.nupkg.sha512" - }, - "Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing.XUnit/1.1.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-VN6P87Q62AL7vw/RQdkLtl3SNZI5opjKI+hpW1PWitOqtZnCrl2d5TmBDiQUuXT/+c5NfigVbcr54rJPdv1eOg==", - "path": "microsoft.codeanalysis.visualbasic.codefix.testing.xunit/1.1.2", - "hashPath": "microsoft.codeanalysis.visualbasic.codefix.testing.xunit.1.1.2.nupkg.sha512" - }, - "Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing/1.1.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-uMWicFK/5r2IT5nJ9gARHJYU1rZu1cXRiiR9C54MOFqve5ARt5WfeEcGXnTWc2j7P2P8Q1vhDoaZGk58Z7B/Wg==", - "path": "microsoft.codeanalysis.visualbasic.coderefactoring.testing/1.1.2", - "hashPath": "microsoft.codeanalysis.visualbasic.coderefactoring.testing.1.1.2.nupkg.sha512" - }, - "Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing.XUnit/1.1.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-p8qYU5EQim05GC6uMqdk4UKNV/2YWEApJIdod7NpGZnHa66oIn7MGAm4wXIlbghTgmozn+LhArdp2Zk875w5Zw==", - "path": "microsoft.codeanalysis.visualbasic.coderefactoring.testing.xunit/1.1.2", - "hashPath": "microsoft.codeanalysis.visualbasic.coderefactoring.testing.xunit.1.1.2.nupkg.sha512" - }, - "Microsoft.CodeAnalysis.VisualBasic.Workspaces/1.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-tphA9iCutW0AvvEt21Om3Tee3LT3X6fOVwX9dFwRGv/dGVAvL7nsMV63tCNhRmj8Vi5vvczD3IoG1SGXTfCKXw==", - "path": "microsoft.codeanalysis.visualbasic.workspaces/1.0.1", - "hashPath": "microsoft.codeanalysis.visualbasic.workspaces.1.0.1.nupkg.sha512" - }, - "Microsoft.CodeAnalysis.Workspaces.Common/4.12.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-9WFrMPm/k72qo7pxn6hPIS/UIAFVS/2yKBWJAW+kkmcY8PCsuBgp5ms+pmRI3mjAf7J1SmpdgHpRj2x1Gqc+9A==", - "path": "microsoft.codeanalysis.workspaces.common/4.12.0", - "hashPath": "microsoft.codeanalysis.workspaces.common.4.12.0.nupkg.sha512" - }, - "Microsoft.CodeCoverage/18.5.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-vMFDR1ZjqzzgKmM0zrPie7Gv9Y+ZppjODB5Quzu9Eq0TlIusUfUCYFPEawO91zQuqwzvdFbJSU7WHNtjStffJQ==", - "path": "microsoft.codecoverage/18.5.1", - "hashPath": "microsoft.codecoverage.18.5.1.nupkg.sha512" - }, - "Microsoft.NET.Test.Sdk/18.5.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-SfqVaLiIqAbRWuPg5BP4QFwBIirQj/YIL8Dhxl6zntBKbXp0cQykoV480SmwG+yRMiWptxEI6NbHQuGSZ8b97w==", - "path": "microsoft.net.test.sdk/18.5.1", - "hashPath": "microsoft.net.test.sdk.18.5.1.nupkg.sha512" - }, - "Microsoft.SourceLink.GitHub/10.0.203": { - "type": "package", - "serviceable": true, - "sha512": "sha512-R4Tvr1oACImMS+Y5M7NM07ll9QyJSKnki3Dvz8QwG1W6FEmd+9fmZXAF6BE6UPswHF6n0v41wgMQGlaudOspqA==", - "path": "microsoft.sourcelink.github/10.0.203", - "hashPath": "microsoft.sourcelink.github.10.0.203.nupkg.sha512" - }, - "Microsoft.TestPlatform.ObjectModel/18.5.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-KNZd+M0S0rz5eNAln0pbZX+A/RbokYZCbGKx4fN4CkhtWhkz6nSJDO+9LGYjRE4d0WPVriJ2JnVubkjt3+PpMg==", - "path": "microsoft.testplatform.objectmodel/18.5.1", - "hashPath": "microsoft.testplatform.objectmodel.18.5.1.nupkg.sha512" - }, - "Microsoft.TestPlatform.TestHost/18.5.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-RM+3JNHEoHOCFXzVntUcIiYxzPjzBN0N8wto6HYXi76YyBTZ/3CeRL8U+Pk5zx3AUrOmHxDvKJwGUCdElU9bJg==", - "path": "microsoft.testplatform.testhost/18.5.1", - "hashPath": "microsoft.testplatform.testhost.18.5.1.nupkg.sha512" - }, - "Microsoft.VisualStudio.Composition/16.1.8": { - "type": "package", - "serviceable": true, - "sha512": "sha512-N+thv3dcT7kjn0Xz3U0uBm2CH4uoaMvH8wC6Gy2HWx7HLNdEpqGoMraLyoBdizmypD1owLCJQIa2uKmWe4/o8A==", - "path": "microsoft.visualstudio.composition/16.1.8", - "hashPath": "microsoft.visualstudio.composition.16.1.8.nupkg.sha512" - }, - "Microsoft.VisualStudio.Composition.NetFxAttributes/16.1.8": { - "type": "package", - "serviceable": true, - "sha512": "sha512-EbwZWTvdzit68qZSuTI8nd1PZ87pYjhpCwtsis8lrUKJ7XLdbE5rxY6YrY7OFze+YUsguzqZlNjX4Yn5nL9qBw==", - "path": "microsoft.visualstudio.composition.netfxattributes/16.1.8", - "hashPath": "microsoft.visualstudio.composition.netfxattributes.16.1.8.nupkg.sha512" - }, - "Microsoft.VisualStudio.Validation/15.0.82": { - "type": "package", - "serviceable": true, - "sha512": "sha512-XwZyVCsHuEtnd6nYScJnA8XkXPzy4Ok0DV5/hqqAe5ccgOhJ6yap7Qh/sU/i6QxEzuYyECPYDQ7IOyEQ3yRQgQ==", - "path": "microsoft.visualstudio.validation/15.0.82", - "hashPath": "microsoft.visualstudio.validation.15.0.82.nupkg.sha512" - }, - "Newtonsoft.Json/13.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==", - "path": "newtonsoft.json/13.0.3", - "hashPath": "newtonsoft.json.13.0.3.nupkg.sha512" - }, - "NuGet.Common/6.3.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-wKuTiB3RBjbvzB/BhW8+Cu+TTPsABJr91I2Guu/FuM0SXtYRIM26v1NJdwm5rLw59CqB7bamqpWpJKU8bLAdwQ==", - "path": "nuget.common/6.3.4", - "hashPath": "nuget.common.6.3.4.nupkg.sha512" - }, - "NuGet.Configuration/6.3.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-b+/g6sdnR2128KLn+6qO1MrB8j0goO4kYCFly2RDi/BsLilK+MzKJRHWGYqfMn/YnLmMrgNNJ2sSr4GX7rMEQw==", - "path": "nuget.configuration/6.3.4", - "hashPath": "nuget.configuration.6.3.4.nupkg.sha512" - }, - "NuGet.Frameworks/6.3.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-befpN1xKohg8rss3XLWo7t4UDfh8OQ6SbDohJSM7SR4uNyzm0haJJYyky+9L9GDs+yJHqiTNJYqOb1GDyVVYVg==", - "path": "nuget.frameworks/6.3.4", - "hashPath": "nuget.frameworks.6.3.4.nupkg.sha512" - }, - "NuGet.Packaging/6.3.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-0HtJXNCes0443jKeFErjhYxJ08BjyoDrIvw/uWyonoTBQ3B//+H2nztviSUyv0+ydfgKyhwshAjsr0efUT8PRA==", - "path": "nuget.packaging/6.3.4", - "hashPath": "nuget.packaging.6.3.4.nupkg.sha512" - }, - "NuGet.Protocol/6.3.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Gmvnz7RoN6UG3POw0F4t9mWM4sIdmHiuutvR9c2pLCJCUiYBN8QvbO/ZvkOuQNNM/aGdYExx/Tm84Zx9iVjOSA==", - "path": "nuget.protocol/6.3.4", - "hashPath": "nuget.protocol.6.3.4.nupkg.sha512" - }, - "NuGet.Resolver/6.3.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-cO/QqtGqCIUf/e6EncIQ/ORJDco9UOtxooDL0IZhf18x1l0xFJ/nrcLCyAjZeznE9RAIqaNv1+YFobht4u0Lsw==", - "path": "nuget.resolver/6.3.4", - "hashPath": "nuget.resolver.6.3.4.nupkg.sha512" - }, - "NuGet.Versioning/6.3.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-mQW9bwsWJq30lacl33MMVLBlrit5ClNEpGzKryIuLfP1UTL6feQK1yzA/5IQXdtjXvUEoI5bo1Axjen5lOm7Bg==", - "path": "nuget.versioning/6.3.4", - "hashPath": "nuget.versioning.6.3.4.nupkg.sha512" - }, - "System.ComponentModel.Composition/4.5.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-+iB9FoZnfdqMEGq6np28X6YNSUrse16CakmIhV3h6PxEWt7jYxUN3Txs1D8MZhhf4QmyvK0F/EcIN0f4gGN0dA==", - "path": "system.componentmodel.composition/4.5.0", - "hashPath": "system.componentmodel.composition.4.5.0.nupkg.sha512" - }, - "System.Composition/8.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-E9oO9olNNxA39J8CxQwf7ceIPm+j/B/PhYpyK9M4LhN/OLLRw6u5fNInkhVqaWueMB9iXxYqnwqwgz+W91loIA==", - "path": "system.composition/8.0.0", - "hashPath": "system.composition.8.0.0.nupkg.sha512" - }, - "System.Composition.AttributedModel/8.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-NyElSuvmBMYdn2iPG0n29i7Igu0bq99izOP3MAtEwskY3OP9jqsavvVmPn9lesVaj/KT/o/QkNjA43dOJTsDQw==", - "path": "system.composition.attributedmodel/8.0.0", - "hashPath": "system.composition.attributedmodel.8.0.0.nupkg.sha512" - }, - "System.Composition.Convention/8.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-UuVkc1B3vQU/LzEbWLMZ1aYVssv4rpShzf8wPEyrUqoGNqdYKREmB8bXR73heOMKkwS6ZnPz3PjGODT2MenukQ==", - "path": "system.composition.convention/8.0.0", - "hashPath": "system.composition.convention.8.0.0.nupkg.sha512" - }, - "System.Composition.Hosting/8.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-qwbONqoxlazxcbiohvb3t1JWZgKIKcRdXS5uEeLbo5wtuBupIbAvdC3PYTAeBCZrZeERvrtAbhYHuuS43Zr1bQ==", - "path": "system.composition.hosting/8.0.0", - "hashPath": "system.composition.hosting.8.0.0.nupkg.sha512" - }, - "System.Composition.Runtime/8.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-G+kRyB5/6+3ucRRQz+DF4uSHGqpkK8Q4ilVdbt4zvxpmvLVZNmSkyFAQpJLcbOyVF85aomJx0m+TGMDVlwx7ZQ==", - "path": "system.composition.runtime/8.0.0", - "hashPath": "system.composition.runtime.8.0.0.nupkg.sha512" - }, - "System.Composition.TypedParts/8.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-DsSklhuA+Dsgo3ZZrar8hjBFvq1wa1grrkNCTt+6SoX3vq0Vy+HXJnVXrU/nNH1BjlGH684A7h4hJQHZd/u5mA==", - "path": "system.composition.typedparts/8.0.0", - "hashPath": "system.composition.typedparts.8.0.0.nupkg.sha512" - }, - "System.IO.Hashing/10.0.7": { - "type": "package", - "serviceable": true, - "sha512": "sha512-6hsjdSr4VOXSOnhALkYplHpAxnTG1J33YN42IB6nH2fEg4QnJqrZ4Ft+qn7mkrKAOYC8pCSFYwVWw6rQbmwgLQ==", - "path": "system.io.hashing/10.0.7", - "hashPath": "system.io.hashing.10.0.7.nupkg.sha512" - }, - "System.Security.Cryptography.Pkcs/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-9TPLGjBCGKmNvG8pjwPeuYy0SMVmGZRwlTZvyPHDbYv/DRkoeumJdfumaaDNQzVGMEmbWtg07zUpSW9q70IlDQ==", - "path": "system.security.cryptography.pkcs/5.0.0", - "hashPath": "system.security.cryptography.pkcs.5.0.0.nupkg.sha512" - }, - "System.Security.Cryptography.ProtectedData/4.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-cJV7ScGW7EhatRsjehfvvYVBvtiSMKgN8bOVI0bQhnF5bU7vnHVIsH49Kva7i7GWaWYvmEzkYVk1TC+gZYBEog==", - "path": "system.security.cryptography.protecteddata/4.4.0", - "hashPath": "system.security.cryptography.protecteddata.4.4.0.nupkg.sha512" - }, - "System.Security.Permissions/4.5.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-9gdyuARhUR7H+p5CjyUB/zPk7/Xut3wUSP8NJQB6iZr8L3XUXTMdoLeVAg9N4rqF8oIpE7MpdqHdDHQ7XgJe0g==", - "path": "system.security.permissions/4.5.0", - "hashPath": "system.security.permissions.4.5.0.nupkg.sha512" - }, - "xunit/2.9.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-TlXQBinK35LpOPKHAqbLY4xlEen9TBafjs0V5KnA4wZsoQLQJiirCR4CbIXvOH8NzkW4YeJKP5P/Bnrodm0h9Q==", - "path": "xunit/2.9.3", - "hashPath": "xunit.2.9.3.nupkg.sha512" - }, - "xunit.abstractions/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-pot1I4YOxlWjIb5jmwvvQNbTrZ3lJQ+jUGkGjWE3hEFM0l5gOnBWS+H3qsex68s5cO52g+44vpGzhAt+42vwKg==", - "path": "xunit.abstractions/2.0.3", - "hashPath": "xunit.abstractions.2.0.3.nupkg.sha512" - }, - "xunit.assert/2.9.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/Kq28fCE7MjOV42YLVRAJzRF0WmEqsmflm0cfpMjGtzQ2lR5mYVj1/i0Y8uDAOLczkL3/jArrwehfMD0YogMAA==", - "path": "xunit.assert/2.9.3", - "hashPath": "xunit.assert.2.9.3.nupkg.sha512" - }, - "xunit.core/2.9.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-BiAEvqGvyme19wE0wTKdADH+NloYqikiU0mcnmiNyXaF9HyHmE6sr/3DC5vnBkgsWaE6yPyWszKSPSApWdRVeQ==", - "path": "xunit.core/2.9.3", - "hashPath": "xunit.core.2.9.3.nupkg.sha512" - }, - "xunit.extensibility.core/2.9.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-kf3si0YTn2a8J8eZNb+zFpwfoyvIrQ7ivNk5ZYA5yuYk1bEtMe4DxJ2CF/qsRgmEnDr7MnW1mxylBaHTZ4qErA==", - "path": "xunit.extensibility.core/2.9.3", - "hashPath": "xunit.extensibility.core.2.9.3.nupkg.sha512" - }, - "xunit.extensibility.execution/2.9.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-yMb6vMESlSrE3Wfj7V6cjQ3S4TXdXpRqYeNEI3zsX31uTsGMJjEw6oD5F5u1cHnMptjhEECnmZSsPxB6ChZHDQ==", - "path": "xunit.extensibility.execution/2.9.3", - "hashPath": "xunit.extensibility.execution.2.9.3.nupkg.sha512" - }, - "Inshiminator.Analyzers/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Inshiminator.CodeFixes/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - } - } -} \ No newline at end of file diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/Inshiminator.Analyzers.Tests.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/Inshiminator.Analyzers.Tests.dll deleted file mode 100644 index beb98fe..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/Inshiminator.Analyzers.Tests.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/Inshiminator.Analyzers.Tests.pdb b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/Inshiminator.Analyzers.Tests.pdb deleted file mode 100644 index aca1a7d..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/Inshiminator.Analyzers.Tests.pdb and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/Inshiminator.Analyzers.Tests.runtimeconfig.json b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/Inshiminator.Analyzers.Tests.runtimeconfig.json deleted file mode 100644 index c6fbfc5..0000000 --- a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/Inshiminator.Analyzers.Tests.runtimeconfig.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "runtimeOptions": { - "tfm": "net10.0", - "framework": { - "name": "Microsoft.NETCore.App", - "version": "10.0.0" - }, - "configProperties": { - "MSTest.EnableParentProcessQuery": true, - "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false - } - } -} \ No newline at end of file diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/Inshiminator.Analyzers.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/Inshiminator.Analyzers.dll deleted file mode 100644 index 36536bf..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/Inshiminator.Analyzers.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/Inshiminator.Analyzers.pdb b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/Inshiminator.Analyzers.pdb deleted file mode 100644 index 8d71f1b..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/Inshiminator.Analyzers.pdb and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/Inshiminator.CodeFixes.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/Inshiminator.CodeFixes.dll deleted file mode 100644 index df1f613..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/Inshiminator.CodeFixes.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/Inshiminator.CodeFixes.pdb b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/Inshiminator.CodeFixes.pdb deleted file mode 100644 index f4327b8..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/Inshiminator.CodeFixes.pdb and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/Microsoft.CodeAnalysis.Analyzer.Testing.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/Microsoft.CodeAnalysis.Analyzer.Testing.dll deleted file mode 100644 index 41aeddc..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/Microsoft.CodeAnalysis.Analyzer.Testing.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.XUnit.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.XUnit.dll deleted file mode 100644 index 33e257c..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.XUnit.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.dll deleted file mode 100644 index 4350e44..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.XUnit.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.XUnit.dll deleted file mode 100644 index 2511d0a..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.XUnit.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.dll deleted file mode 100644 index 457d5ea..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing.XUnit.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing.XUnit.dll deleted file mode 100644 index 8943b99..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing.XUnit.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing.dll deleted file mode 100644 index 544efd5..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll deleted file mode 100644 index 2241df5..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/Microsoft.CodeAnalysis.CSharp.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/Microsoft.CodeAnalysis.CSharp.dll deleted file mode 100644 index 4e77a65..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/Microsoft.CodeAnalysis.CSharp.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/Microsoft.CodeAnalysis.CodeFix.Testing.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/Microsoft.CodeAnalysis.CodeFix.Testing.dll deleted file mode 100644 index 28d56d8..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/Microsoft.CodeAnalysis.CodeFix.Testing.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/Microsoft.CodeAnalysis.CodeRefactoring.Testing.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/Microsoft.CodeAnalysis.CodeRefactoring.Testing.dll deleted file mode 100644 index 1dd3a74..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/Microsoft.CodeAnalysis.CodeRefactoring.Testing.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/Microsoft.CodeAnalysis.Testing.Verifiers.XUnit.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/Microsoft.CodeAnalysis.Testing.Verifiers.XUnit.dll deleted file mode 100644 index bea9e36..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/Microsoft.CodeAnalysis.Testing.Verifiers.XUnit.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing.XUnit.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing.XUnit.dll deleted file mode 100644 index 97d7e28..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing.XUnit.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing.dll deleted file mode 100644 index 21408a1..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing.XUnit.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing.XUnit.dll deleted file mode 100644 index e647c5c..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing.XUnit.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing.dll deleted file mode 100644 index 2514867..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing.XUnit.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing.XUnit.dll deleted file mode 100644 index 26b9e47..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing.XUnit.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing.dll deleted file mode 100644 index 5079510..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/Microsoft.CodeAnalysis.VisualBasic.Workspaces.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/Microsoft.CodeAnalysis.VisualBasic.Workspaces.dll deleted file mode 100644 index 341e0ec..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/Microsoft.CodeAnalysis.VisualBasic.Workspaces.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/Microsoft.CodeAnalysis.VisualBasic.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/Microsoft.CodeAnalysis.VisualBasic.dll deleted file mode 100644 index a48642f..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/Microsoft.CodeAnalysis.VisualBasic.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/Microsoft.CodeAnalysis.Workspaces.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/Microsoft.CodeAnalysis.Workspaces.dll deleted file mode 100644 index a2d3e88..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/Microsoft.CodeAnalysis.Workspaces.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/Microsoft.CodeAnalysis.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/Microsoft.CodeAnalysis.dll deleted file mode 100644 index fc01806..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/Microsoft.CodeAnalysis.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/Microsoft.TestPlatform.CommunicationUtilities.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/Microsoft.TestPlatform.CommunicationUtilities.dll deleted file mode 100644 index 79a9237..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/Microsoft.TestPlatform.CommunicationUtilities.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/Microsoft.TestPlatform.CoreUtilities.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/Microsoft.TestPlatform.CoreUtilities.dll deleted file mode 100644 index 3368cdb..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/Microsoft.TestPlatform.CoreUtilities.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/Microsoft.TestPlatform.CrossPlatEngine.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/Microsoft.TestPlatform.CrossPlatEngine.dll deleted file mode 100644 index af77bd4..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/Microsoft.TestPlatform.CrossPlatEngine.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/Microsoft.TestPlatform.PlatformAbstractions.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/Microsoft.TestPlatform.PlatformAbstractions.dll deleted file mode 100644 index c7d57fe..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/Microsoft.TestPlatform.PlatformAbstractions.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/Microsoft.TestPlatform.Utilities.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/Microsoft.TestPlatform.Utilities.dll deleted file mode 100644 index 17a9cd4..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/Microsoft.TestPlatform.Utilities.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/Microsoft.VisualStudio.CodeCoverage.Shim.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/Microsoft.VisualStudio.CodeCoverage.Shim.dll deleted file mode 100644 index 2db20ed..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/Microsoft.VisualStudio.CodeCoverage.Shim.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/Microsoft.VisualStudio.Composition.NetFxAttributes.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/Microsoft.VisualStudio.Composition.NetFxAttributes.dll deleted file mode 100644 index 6af22db..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/Microsoft.VisualStudio.Composition.NetFxAttributes.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/Microsoft.VisualStudio.Composition.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/Microsoft.VisualStudio.Composition.dll deleted file mode 100644 index 65c903b..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/Microsoft.VisualStudio.Composition.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/Microsoft.VisualStudio.TestPlatform.Common.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/Microsoft.VisualStudio.TestPlatform.Common.dll deleted file mode 100644 index 4dc7e81..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/Microsoft.VisualStudio.TestPlatform.Common.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll deleted file mode 100644 index 480ea8d..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/Microsoft.VisualStudio.Validation.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/Microsoft.VisualStudio.Validation.dll deleted file mode 100644 index 5d2585e..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/Microsoft.VisualStudio.Validation.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/Newtonsoft.Json.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/Newtonsoft.Json.dll deleted file mode 100644 index d035c38..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/Newtonsoft.Json.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/NuGet.Common.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/NuGet.Common.dll deleted file mode 100644 index de7d6a5..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/NuGet.Common.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/NuGet.Configuration.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/NuGet.Configuration.dll deleted file mode 100644 index e58e0b8..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/NuGet.Configuration.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/NuGet.Frameworks.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/NuGet.Frameworks.dll deleted file mode 100644 index 674bf19..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/NuGet.Frameworks.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/NuGet.Packaging.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/NuGet.Packaging.dll deleted file mode 100644 index 0892056..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/NuGet.Packaging.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/NuGet.Protocol.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/NuGet.Protocol.dll deleted file mode 100644 index 4b94029..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/NuGet.Protocol.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/NuGet.Resolver.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/NuGet.Resolver.dll deleted file mode 100644 index 9e86033..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/NuGet.Resolver.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/NuGet.Versioning.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/NuGet.Versioning.dll deleted file mode 100644 index e525e6b..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/NuGet.Versioning.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/System.ComponentModel.Composition.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/System.ComponentModel.Composition.dll deleted file mode 100644 index 209b06f..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/System.ComponentModel.Composition.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/System.Composition.AttributedModel.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/System.Composition.AttributedModel.dll deleted file mode 100644 index 48d5b2e..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/System.Composition.AttributedModel.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/System.Composition.Convention.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/System.Composition.Convention.dll deleted file mode 100644 index 74ba357..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/System.Composition.Convention.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/System.Composition.Hosting.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/System.Composition.Hosting.dll deleted file mode 100644 index f06fc75..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/System.Composition.Hosting.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/System.Composition.Runtime.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/System.Composition.Runtime.dll deleted file mode 100644 index caa0f4c..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/System.Composition.Runtime.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/System.Composition.TypedParts.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/System.Composition.TypedParts.dll deleted file mode 100644 index 9b692d0..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/System.Composition.TypedParts.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/System.Security.Cryptography.Pkcs.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/System.Security.Cryptography.Pkcs.dll deleted file mode 100644 index 661acf6..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/System.Security.Cryptography.Pkcs.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/System.Security.Cryptography.ProtectedData.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/System.Security.Cryptography.ProtectedData.dll deleted file mode 100644 index 2c177d4..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/System.Security.Cryptography.ProtectedData.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/System.Security.Permissions.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/System.Security.Permissions.dll deleted file mode 100644 index d1af38f..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/System.Security.Permissions.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll deleted file mode 100644 index 57094e2..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll deleted file mode 100644 index cfaa08e..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll deleted file mode 100644 index 69ece75..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/cs/Microsoft.CodeAnalysis.resources.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/cs/Microsoft.CodeAnalysis.resources.dll deleted file mode 100644 index 22b6fdf..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/cs/Microsoft.CodeAnalysis.resources.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/cs/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/cs/Microsoft.TestPlatform.CommunicationUtilities.resources.dll deleted file mode 100644 index 3382319..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/cs/Microsoft.TestPlatform.CommunicationUtilities.resources.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll deleted file mode 100644 index 6f41788..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/cs/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/cs/Microsoft.TestPlatform.CrossPlatEngine.resources.dll deleted file mode 100644 index a2b8c3a..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/cs/Microsoft.TestPlatform.CrossPlatEngine.resources.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/cs/Microsoft.VisualStudio.Composition.resources.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/cs/Microsoft.VisualStudio.Composition.resources.dll deleted file mode 100644 index c2803b7..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/cs/Microsoft.VisualStudio.Composition.resources.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/cs/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/cs/Microsoft.VisualStudio.TestPlatform.Common.resources.dll deleted file mode 100644 index e9957a4..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/cs/Microsoft.VisualStudio.TestPlatform.Common.resources.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll deleted file mode 100644 index bdc129d..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/cs/Microsoft.VisualStudio.Validation.resources.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/cs/Microsoft.VisualStudio.Validation.resources.dll deleted file mode 100644 index 3784e74..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/cs/Microsoft.VisualStudio.Validation.resources.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll deleted file mode 100644 index bad487d..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll deleted file mode 100644 index 6099091..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/de/Microsoft.CodeAnalysis.Workspaces.resources.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/de/Microsoft.CodeAnalysis.Workspaces.resources.dll deleted file mode 100644 index d646b42..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/de/Microsoft.CodeAnalysis.Workspaces.resources.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/de/Microsoft.CodeAnalysis.resources.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/de/Microsoft.CodeAnalysis.resources.dll deleted file mode 100644 index de4a90c..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/de/Microsoft.CodeAnalysis.resources.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/de/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/de/Microsoft.TestPlatform.CommunicationUtilities.resources.dll deleted file mode 100644 index 15dffea..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/de/Microsoft.TestPlatform.CommunicationUtilities.resources.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/de/Microsoft.TestPlatform.CoreUtilities.resources.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/de/Microsoft.TestPlatform.CoreUtilities.resources.dll deleted file mode 100644 index 58bfc4b..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/de/Microsoft.TestPlatform.CoreUtilities.resources.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/de/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/de/Microsoft.TestPlatform.CrossPlatEngine.resources.dll deleted file mode 100644 index 92790c1..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/de/Microsoft.TestPlatform.CrossPlatEngine.resources.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/de/Microsoft.VisualStudio.Composition.resources.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/de/Microsoft.VisualStudio.Composition.resources.dll deleted file mode 100644 index ea1fe95..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/de/Microsoft.VisualStudio.Composition.resources.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/de/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/de/Microsoft.VisualStudio.TestPlatform.Common.resources.dll deleted file mode 100644 index f4a3193..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/de/Microsoft.VisualStudio.TestPlatform.Common.resources.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll deleted file mode 100644 index 1b5d9f6..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/de/Microsoft.VisualStudio.Validation.resources.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/de/Microsoft.VisualStudio.Validation.resources.dll deleted file mode 100644 index 9875765..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/de/Microsoft.VisualStudio.Validation.resources.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll deleted file mode 100644 index 51c061d..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll deleted file mode 100644 index 59cc0ff..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/es/Microsoft.CodeAnalysis.Workspaces.resources.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/es/Microsoft.CodeAnalysis.Workspaces.resources.dll deleted file mode 100644 index 2eb2082..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/es/Microsoft.CodeAnalysis.Workspaces.resources.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/es/Microsoft.CodeAnalysis.resources.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/es/Microsoft.CodeAnalysis.resources.dll deleted file mode 100644 index 741c408..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/es/Microsoft.CodeAnalysis.resources.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/es/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/es/Microsoft.TestPlatform.CommunicationUtilities.resources.dll deleted file mode 100644 index 06122ce..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/es/Microsoft.TestPlatform.CommunicationUtilities.resources.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/es/Microsoft.TestPlatform.CoreUtilities.resources.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/es/Microsoft.TestPlatform.CoreUtilities.resources.dll deleted file mode 100644 index f219a95..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/es/Microsoft.TestPlatform.CoreUtilities.resources.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/es/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/es/Microsoft.TestPlatform.CrossPlatEngine.resources.dll deleted file mode 100644 index e7dfcf5..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/es/Microsoft.TestPlatform.CrossPlatEngine.resources.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/es/Microsoft.VisualStudio.Composition.resources.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/es/Microsoft.VisualStudio.Composition.resources.dll deleted file mode 100644 index e39dd4e..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/es/Microsoft.VisualStudio.Composition.resources.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/es/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/es/Microsoft.VisualStudio.TestPlatform.Common.resources.dll deleted file mode 100644 index e316418..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/es/Microsoft.VisualStudio.TestPlatform.Common.resources.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll deleted file mode 100644 index 6cae157..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/es/Microsoft.VisualStudio.Validation.resources.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/es/Microsoft.VisualStudio.Validation.resources.dll deleted file mode 100644 index 51076c2..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/es/Microsoft.VisualStudio.Validation.resources.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll deleted file mode 100644 index 22a08ae..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll deleted file mode 100644 index 69c5f0f..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll deleted file mode 100644 index 3191df5..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/fr/Microsoft.CodeAnalysis.resources.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/fr/Microsoft.CodeAnalysis.resources.dll deleted file mode 100644 index fdb5d9b..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/fr/Microsoft.CodeAnalysis.resources.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/fr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/fr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll deleted file mode 100644 index 93e3766..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/fr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll deleted file mode 100644 index 973cec3..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/fr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/fr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll deleted file mode 100644 index 87b48d7..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/fr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/fr/Microsoft.VisualStudio.Composition.resources.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/fr/Microsoft.VisualStudio.Composition.resources.dll deleted file mode 100644 index 5661b1c..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/fr/Microsoft.VisualStudio.Composition.resources.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/fr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/fr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll deleted file mode 100644 index e805fba..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/fr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll deleted file mode 100644 index 74760bd..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/fr/Microsoft.VisualStudio.Validation.resources.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/fr/Microsoft.VisualStudio.Validation.resources.dll deleted file mode 100644 index 17f306c..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/fr/Microsoft.VisualStudio.Validation.resources.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll deleted file mode 100644 index 3c4b18b..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll deleted file mode 100644 index c2b7a06..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/it/Microsoft.CodeAnalysis.Workspaces.resources.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/it/Microsoft.CodeAnalysis.Workspaces.resources.dll deleted file mode 100644 index f951bc0..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/it/Microsoft.CodeAnalysis.Workspaces.resources.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/it/Microsoft.CodeAnalysis.resources.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/it/Microsoft.CodeAnalysis.resources.dll deleted file mode 100644 index 035335a..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/it/Microsoft.CodeAnalysis.resources.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/it/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/it/Microsoft.TestPlatform.CommunicationUtilities.resources.dll deleted file mode 100644 index 8caaaca..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/it/Microsoft.TestPlatform.CommunicationUtilities.resources.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/it/Microsoft.TestPlatform.CoreUtilities.resources.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/it/Microsoft.TestPlatform.CoreUtilities.resources.dll deleted file mode 100644 index 39d9b94..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/it/Microsoft.TestPlatform.CoreUtilities.resources.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/it/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/it/Microsoft.TestPlatform.CrossPlatEngine.resources.dll deleted file mode 100644 index 9f8738a..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/it/Microsoft.TestPlatform.CrossPlatEngine.resources.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/it/Microsoft.VisualStudio.Composition.resources.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/it/Microsoft.VisualStudio.Composition.resources.dll deleted file mode 100644 index c2ad5df..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/it/Microsoft.VisualStudio.Composition.resources.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/it/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/it/Microsoft.VisualStudio.TestPlatform.Common.resources.dll deleted file mode 100644 index de308ae..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/it/Microsoft.VisualStudio.TestPlatform.Common.resources.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll deleted file mode 100644 index 0658dbb..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/it/Microsoft.VisualStudio.Validation.resources.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/it/Microsoft.VisualStudio.Validation.resources.dll deleted file mode 100644 index 9cb5678..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/it/Microsoft.VisualStudio.Validation.resources.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll deleted file mode 100644 index 8d41062..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll deleted file mode 100644 index e5df5f8..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll deleted file mode 100644 index 68d5f03..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/ja/Microsoft.CodeAnalysis.resources.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/ja/Microsoft.CodeAnalysis.resources.dll deleted file mode 100644 index ea2b308..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/ja/Microsoft.CodeAnalysis.resources.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/ja/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/ja/Microsoft.TestPlatform.CommunicationUtilities.resources.dll deleted file mode 100644 index f60167d..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/ja/Microsoft.TestPlatform.CommunicationUtilities.resources.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll deleted file mode 100644 index 8acc44d..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/ja/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/ja/Microsoft.TestPlatform.CrossPlatEngine.resources.dll deleted file mode 100644 index 0ad25bd..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/ja/Microsoft.TestPlatform.CrossPlatEngine.resources.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/ja/Microsoft.VisualStudio.Composition.resources.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/ja/Microsoft.VisualStudio.Composition.resources.dll deleted file mode 100644 index ad18d74..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/ja/Microsoft.VisualStudio.Composition.resources.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/ja/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/ja/Microsoft.VisualStudio.TestPlatform.Common.resources.dll deleted file mode 100644 index f4f9fce..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/ja/Microsoft.VisualStudio.TestPlatform.Common.resources.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll deleted file mode 100644 index d9c1a83..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/ja/Microsoft.VisualStudio.Validation.resources.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/ja/Microsoft.VisualStudio.Validation.resources.dll deleted file mode 100644 index 59a357c..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/ja/Microsoft.VisualStudio.Validation.resources.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll deleted file mode 100644 index c73cd3c..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll deleted file mode 100644 index 5b14525..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll deleted file mode 100644 index 0da9131..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/ko/Microsoft.CodeAnalysis.resources.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/ko/Microsoft.CodeAnalysis.resources.dll deleted file mode 100644 index ce62004..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/ko/Microsoft.CodeAnalysis.resources.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/ko/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/ko/Microsoft.TestPlatform.CommunicationUtilities.resources.dll deleted file mode 100644 index 249cb9c..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/ko/Microsoft.TestPlatform.CommunicationUtilities.resources.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll deleted file mode 100644 index bbfee14..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/ko/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/ko/Microsoft.TestPlatform.CrossPlatEngine.resources.dll deleted file mode 100644 index bcf7721..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/ko/Microsoft.TestPlatform.CrossPlatEngine.resources.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/ko/Microsoft.VisualStudio.Composition.resources.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/ko/Microsoft.VisualStudio.Composition.resources.dll deleted file mode 100644 index 1719f2a..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/ko/Microsoft.VisualStudio.Composition.resources.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/ko/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/ko/Microsoft.VisualStudio.TestPlatform.Common.resources.dll deleted file mode 100644 index 4d70b56..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/ko/Microsoft.VisualStudio.TestPlatform.Common.resources.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll deleted file mode 100644 index 99c77ea..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/ko/Microsoft.VisualStudio.Validation.resources.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/ko/Microsoft.VisualStudio.Validation.resources.dll deleted file mode 100644 index efaed1e..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/ko/Microsoft.VisualStudio.Validation.resources.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll deleted file mode 100644 index 070285f..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll deleted file mode 100644 index e364a5c..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll deleted file mode 100644 index 174f0e1..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/pl/Microsoft.CodeAnalysis.resources.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/pl/Microsoft.CodeAnalysis.resources.dll deleted file mode 100644 index 03ea7e0..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/pl/Microsoft.CodeAnalysis.resources.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/pl/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/pl/Microsoft.TestPlatform.CommunicationUtilities.resources.dll deleted file mode 100644 index 7e5685c..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/pl/Microsoft.TestPlatform.CommunicationUtilities.resources.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll deleted file mode 100644 index 246816b..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/pl/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/pl/Microsoft.TestPlatform.CrossPlatEngine.resources.dll deleted file mode 100644 index e86eba9..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/pl/Microsoft.TestPlatform.CrossPlatEngine.resources.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/pl/Microsoft.VisualStudio.Composition.resources.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/pl/Microsoft.VisualStudio.Composition.resources.dll deleted file mode 100644 index e91fb6a..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/pl/Microsoft.VisualStudio.Composition.resources.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/pl/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/pl/Microsoft.VisualStudio.TestPlatform.Common.resources.dll deleted file mode 100644 index b155380..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/pl/Microsoft.VisualStudio.TestPlatform.Common.resources.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll deleted file mode 100644 index c4a4e47..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/pl/Microsoft.VisualStudio.Validation.resources.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/pl/Microsoft.VisualStudio.Validation.resources.dll deleted file mode 100644 index 0d65837..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/pl/Microsoft.VisualStudio.Validation.resources.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll deleted file mode 100644 index c5c6c5a..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll deleted file mode 100644 index a82ace7..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll deleted file mode 100644 index 663f764..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/pt-BR/Microsoft.CodeAnalysis.resources.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/pt-BR/Microsoft.CodeAnalysis.resources.dll deleted file mode 100644 index 9d1326a..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/pt-BR/Microsoft.CodeAnalysis.resources.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/pt-BR/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/pt-BR/Microsoft.TestPlatform.CommunicationUtilities.resources.dll deleted file mode 100644 index b72bc60..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/pt-BR/Microsoft.TestPlatform.CommunicationUtilities.resources.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll deleted file mode 100644 index a744549..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/pt-BR/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/pt-BR/Microsoft.TestPlatform.CrossPlatEngine.resources.dll deleted file mode 100644 index 6e76a0e..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/pt-BR/Microsoft.TestPlatform.CrossPlatEngine.resources.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/pt-BR/Microsoft.VisualStudio.Composition.resources.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/pt-BR/Microsoft.VisualStudio.Composition.resources.dll deleted file mode 100644 index 03b7e55..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/pt-BR/Microsoft.VisualStudio.Composition.resources.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/pt-BR/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/pt-BR/Microsoft.VisualStudio.TestPlatform.Common.resources.dll deleted file mode 100644 index 9abd7aa..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/pt-BR/Microsoft.VisualStudio.TestPlatform.Common.resources.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll deleted file mode 100644 index 07391cb..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/pt-BR/Microsoft.VisualStudio.Validation.resources.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/pt-BR/Microsoft.VisualStudio.Validation.resources.dll deleted file mode 100644 index 7f8e962..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/pt-BR/Microsoft.VisualStudio.Validation.resources.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll deleted file mode 100644 index b933911..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll deleted file mode 100644 index f3b16bb..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll deleted file mode 100644 index 288569d..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/ru/Microsoft.CodeAnalysis.resources.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/ru/Microsoft.CodeAnalysis.resources.dll deleted file mode 100644 index a73b21c..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/ru/Microsoft.CodeAnalysis.resources.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/ru/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/ru/Microsoft.TestPlatform.CommunicationUtilities.resources.dll deleted file mode 100644 index 2b1705c..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/ru/Microsoft.TestPlatform.CommunicationUtilities.resources.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll deleted file mode 100644 index 2b895d9..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/ru/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/ru/Microsoft.TestPlatform.CrossPlatEngine.resources.dll deleted file mode 100644 index e749e7b..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/ru/Microsoft.TestPlatform.CrossPlatEngine.resources.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/ru/Microsoft.VisualStudio.Composition.resources.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/ru/Microsoft.VisualStudio.Composition.resources.dll deleted file mode 100644 index 89e01e7..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/ru/Microsoft.VisualStudio.Composition.resources.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/ru/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/ru/Microsoft.VisualStudio.TestPlatform.Common.resources.dll deleted file mode 100644 index f50d8f0..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/ru/Microsoft.VisualStudio.TestPlatform.Common.resources.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll deleted file mode 100644 index 85b5bb7..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/ru/Microsoft.VisualStudio.Validation.resources.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/ru/Microsoft.VisualStudio.Validation.resources.dll deleted file mode 100644 index d369d3a..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/ru/Microsoft.VisualStudio.Validation.resources.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/runtimes/win/lib/netcoreapp3.0/System.Security.Cryptography.Pkcs.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/runtimes/win/lib/netcoreapp3.0/System.Security.Cryptography.Pkcs.dll deleted file mode 100644 index 252b80c..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/runtimes/win/lib/netcoreapp3.0/System.Security.Cryptography.Pkcs.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll deleted file mode 100644 index df95234..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/testhost.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/testhost.dll deleted file mode 100644 index 095f785..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/testhost.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll deleted file mode 100644 index 9147c84..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll deleted file mode 100644 index 5db197a..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll deleted file mode 100644 index 8bcc1a2..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/tr/Microsoft.CodeAnalysis.resources.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/tr/Microsoft.CodeAnalysis.resources.dll deleted file mode 100644 index 8485f35..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/tr/Microsoft.CodeAnalysis.resources.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/tr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/tr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll deleted file mode 100644 index 24ecbfd..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/tr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll deleted file mode 100644 index 0720989..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/tr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/tr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll deleted file mode 100644 index bc92080..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/tr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/tr/Microsoft.VisualStudio.Composition.resources.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/tr/Microsoft.VisualStudio.Composition.resources.dll deleted file mode 100644 index 7b26ba6..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/tr/Microsoft.VisualStudio.Composition.resources.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/tr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/tr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll deleted file mode 100644 index 0212c4e..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/tr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll deleted file mode 100644 index 1da4ee6..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/tr/Microsoft.VisualStudio.Validation.resources.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/tr/Microsoft.VisualStudio.Validation.resources.dll deleted file mode 100644 index 3c5906b..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/tr/Microsoft.VisualStudio.Validation.resources.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/xunit.abstractions.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/xunit.abstractions.dll deleted file mode 100644 index d1e90bf..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/xunit.abstractions.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/xunit.assert.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/xunit.assert.dll deleted file mode 100644 index 99bc34c..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/xunit.assert.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/xunit.core.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/xunit.core.dll deleted file mode 100644 index d56aa16..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/xunit.core.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/xunit.execution.dotnet.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/xunit.execution.dotnet.dll deleted file mode 100644 index 7a1cc87..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/xunit.execution.dotnet.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll deleted file mode 100644 index c335349..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll deleted file mode 100644 index 6913a74..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll deleted file mode 100644 index df74b8b..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll deleted file mode 100644 index 3d6e512..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/zh-Hans/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/zh-Hans/Microsoft.TestPlatform.CommunicationUtilities.resources.dll deleted file mode 100644 index fb13879..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/zh-Hans/Microsoft.TestPlatform.CommunicationUtilities.resources.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll deleted file mode 100644 index 9a8c79e..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/zh-Hans/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/zh-Hans/Microsoft.TestPlatform.CrossPlatEngine.resources.dll deleted file mode 100644 index ac2f5d1..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/zh-Hans/Microsoft.TestPlatform.CrossPlatEngine.resources.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/zh-Hans/Microsoft.VisualStudio.Composition.resources.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/zh-Hans/Microsoft.VisualStudio.Composition.resources.dll deleted file mode 100644 index 5fc8ffb..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/zh-Hans/Microsoft.VisualStudio.Composition.resources.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.Common.resources.dll deleted file mode 100644 index 46d36fe..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.Common.resources.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll deleted file mode 100644 index c22e011..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/zh-Hans/Microsoft.VisualStudio.Validation.resources.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/zh-Hans/Microsoft.VisualStudio.Validation.resources.dll deleted file mode 100644 index b18bed6..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/zh-Hans/Microsoft.VisualStudio.Validation.resources.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll deleted file mode 100644 index b7c3eb6..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll deleted file mode 100644 index 517b69d..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll deleted file mode 100644 index 9cb915e..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll deleted file mode 100644 index fccf193..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/zh-Hant/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/zh-Hant/Microsoft.TestPlatform.CommunicationUtilities.resources.dll deleted file mode 100644 index 76ab62f..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/zh-Hant/Microsoft.TestPlatform.CommunicationUtilities.resources.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll deleted file mode 100644 index 63be65e..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/zh-Hant/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/zh-Hant/Microsoft.TestPlatform.CrossPlatEngine.resources.dll deleted file mode 100644 index 9e59fcf..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/zh-Hant/Microsoft.TestPlatform.CrossPlatEngine.resources.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/zh-Hant/Microsoft.VisualStudio.Composition.resources.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/zh-Hant/Microsoft.VisualStudio.Composition.resources.dll deleted file mode 100644 index 0f6fa1a..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/zh-Hant/Microsoft.VisualStudio.Composition.resources.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.Common.resources.dll deleted file mode 100644 index c82ef03..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.Common.resources.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll deleted file mode 100644 index 5e2be26..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/zh-Hant/Microsoft.VisualStudio.Validation.resources.dll b/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/zh-Hant/Microsoft.VisualStudio.Validation.resources.dll deleted file mode 100644 index a4e6115..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/bin/Debug/net10.0/zh-Hant/Microsoft.VisualStudio.Validation.resources.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/obj/Debug/net10.0/.NETCoreApp,Version=v10.0.AssemblyAttributes.cs b/tests/Inshiminator.Analyzers.Tests/obj/Debug/net10.0/.NETCoreApp,Version=v10.0.AssemblyAttributes.cs deleted file mode 100644 index d3d9ce2..0000000 --- a/tests/Inshiminator.Analyzers.Tests/obj/Debug/net10.0/.NETCoreApp,Version=v10.0.AssemblyAttributes.cs +++ /dev/null @@ -1,4 +0,0 @@ -// -using System; -using System.Reflection; -[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v10.0", FrameworkDisplayName = ".NET 10.0")] diff --git a/tests/Inshiminator.Analyzers.Tests/obj/Debug/net10.0/Inshimin.D050AEAC.Up2Date b/tests/Inshiminator.Analyzers.Tests/obj/Debug/net10.0/Inshimin.D050AEAC.Up2Date deleted file mode 100644 index e69de29..0000000 diff --git a/tests/Inshiminator.Analyzers.Tests/obj/Debug/net10.0/Inshiminator.Analyzers.Tests.AssemblyInfo.cs b/tests/Inshiminator.Analyzers.Tests/obj/Debug/net10.0/Inshiminator.Analyzers.Tests.AssemblyInfo.cs deleted file mode 100644 index bd62b45..0000000 --- a/tests/Inshiminator.Analyzers.Tests/obj/Debug/net10.0/Inshiminator.Analyzers.Tests.AssemblyInfo.cs +++ /dev/null @@ -1,22 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -using System; -using System.Reflection; - -[assembly: System.Reflection.AssemblyCompanyAttribute("Jerrett Davis")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] -[assembly: System.Reflection.AssemblyCopyrightAttribute("Copyright (c) 2026 Jerrett Davis")] -[assembly: System.Reflection.AssemblyDescriptionAttribute("Analyzer-guided shim generation for .NET applications.")] -[assembly: System.Reflection.AssemblyProductAttribute("Inshiminator.Analyzers.Tests")] -[assembly: System.Reflection.AssemblyTitleAttribute("Inshiminator.Analyzers.Tests")] -[assembly: System.Reflection.AssemblyMetadataAttribute("RepositoryUrl", "https://github.com/JerrettDavis/InShimInator")] - -// Generated by the MSBuild WriteCodeFragment class. - diff --git a/tests/Inshiminator.Analyzers.Tests/obj/Debug/net10.0/Inshiminator.Analyzers.Tests.AssemblyInfoInputs.cache b/tests/Inshiminator.Analyzers.Tests/obj/Debug/net10.0/Inshiminator.Analyzers.Tests.AssemblyInfoInputs.cache deleted file mode 100644 index aa1fb6d..0000000 --- a/tests/Inshiminator.Analyzers.Tests/obj/Debug/net10.0/Inshiminator.Analyzers.Tests.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -0e16405cd21b4270932687855c04638d3ec1d7fd5e9ddb2a1f59ff776ead3ddf diff --git a/tests/Inshiminator.Analyzers.Tests/obj/Debug/net10.0/Inshiminator.Analyzers.Tests.GeneratedMSBuildEditorConfig.editorconfig b/tests/Inshiminator.Analyzers.Tests/obj/Debug/net10.0/Inshiminator.Analyzers.Tests.GeneratedMSBuildEditorConfig.editorconfig deleted file mode 100644 index 7d4fa1a..0000000 --- a/tests/Inshiminator.Analyzers.Tests/obj/Debug/net10.0/Inshiminator.Analyzers.Tests.GeneratedMSBuildEditorConfig.editorconfig +++ /dev/null @@ -1,25 +0,0 @@ -is_global = true -build_property.TargetFramework = net10.0 -build_property.TargetFramework = net10.0 -build_property.TargetPlatformMinVersion = -build_property.TargetPlatformMinVersion = -build_property.UsingMicrosoftNETSdkWeb = -build_property.UsingMicrosoftNETSdkWeb = -build_property.ProjectTypeGuids = -build_property.ProjectTypeGuids = -build_property.InvariantGlobalization = -build_property.InvariantGlobalization = -build_property.PlatformNeutralAssembly = -build_property.PlatformNeutralAssembly = -build_property.EnforceExtendedAnalyzerRules = true -build_property.EnforceExtendedAnalyzerRules = true -build_property._SupportedPlatformList = Linux,macOS,Windows -build_property._SupportedPlatformList = Linux,macOS,Windows -build_property.TargetFrameworkIdentifier = .NETCoreApp -build_property.TargetFrameworkVersion = v10.0 -build_property.RootNamespace = Inshiminator.Analyzers.Tests -build_property.ProjectDir = C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\ -build_property.EnableComHosting = -build_property.EnableGeneratedComInterfaceComImportInterop = -build_property.EffectiveAnalysisLevelStyle = 10.0 -build_property.EnableCodeStyleSeverity = diff --git a/tests/Inshiminator.Analyzers.Tests/obj/Debug/net10.0/Inshiminator.Analyzers.Tests.GlobalUsings.g.cs b/tests/Inshiminator.Analyzers.Tests/obj/Debug/net10.0/Inshiminator.Analyzers.Tests.GlobalUsings.g.cs deleted file mode 100644 index 3bad85c..0000000 --- a/tests/Inshiminator.Analyzers.Tests/obj/Debug/net10.0/Inshiminator.Analyzers.Tests.GlobalUsings.g.cs +++ /dev/null @@ -1,8 +0,0 @@ -// -global using System; -global using System.Collections.Generic; -global using System.IO; -global using System.Linq; -global using System.Net.Http; -global using System.Threading; -global using System.Threading.Tasks; diff --git a/tests/Inshiminator.Analyzers.Tests/obj/Debug/net10.0/Inshiminator.Analyzers.Tests.Version.cs b/tests/Inshiminator.Analyzers.Tests/obj/Debug/net10.0/Inshiminator.Analyzers.Tests.Version.cs deleted file mode 100644 index 3473b38..0000000 --- a/tests/Inshiminator.Analyzers.Tests/obj/Debug/net10.0/Inshiminator.Analyzers.Tests.Version.cs +++ /dev/null @@ -1,35 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -#pragma warning disable CA2243 - -[assembly: global::System.Reflection.AssemblyVersionAttribute("0.1.0.0")] -[assembly: global::System.Reflection.AssemblyFileVersionAttribute("0.1.2.11864")] -[assembly: global::System.Reflection.AssemblyInformationalVersionAttribute("0.1.2+2e58a4565a")] -#if NETSTANDARD || NETFRAMEWORK || NETCOREAPP -[global::System.CodeDom.Compiler.GeneratedCode("Nerdbank.GitVersioning.Tasks","3.9.50.28654")] -#endif -#if NET40_OR_GREATER || NETCOREAPP2_0_OR_GREATER || NETSTANDARD2_0_OR_GREATER -[global::System.Diagnostics.CodeAnalysis.ExcludeFromCodeCoverage] -#endif -internal static partial class ThisAssembly { - internal const string AssemblyConfiguration = "Debug"; - internal const string AssemblyFileVersion = "0.1.2.11864"; - internal const string AssemblyInformationalVersion = "0.1.2+2e58a4565a"; - internal const string AssemblyName = "Inshiminator.Analyzers.Tests"; - internal const string AssemblyTitle = "Inshiminator.Analyzers.Tests"; - internal const string AssemblyVersion = "0.1.0.0"; - internal static readonly global::System.DateTime GitCommitAuthorDate = new global::System.DateTime(639138599560000000L, global::System.DateTimeKind.Utc); - internal static readonly global::System.DateTime GitCommitDate = new global::System.DateTime(639138599560000000L, global::System.DateTimeKind.Utc); - internal const string GitCommitId = "2e58a4565a8558cbb77d4b912c0ddcb50b29665c"; - internal const bool IsPrerelease = false; - internal const bool IsPublicRelease = false; - internal const string RootNamespace = "Inshiminator.Analyzers.Tests"; -} diff --git a/tests/Inshiminator.Analyzers.Tests/obj/Debug/net10.0/Inshiminator.Analyzers.Tests.Version.cs.new b/tests/Inshiminator.Analyzers.Tests/obj/Debug/net10.0/Inshiminator.Analyzers.Tests.Version.cs.new deleted file mode 100644 index 3473b38..0000000 --- a/tests/Inshiminator.Analyzers.Tests/obj/Debug/net10.0/Inshiminator.Analyzers.Tests.Version.cs.new +++ /dev/null @@ -1,35 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -#pragma warning disable CA2243 - -[assembly: global::System.Reflection.AssemblyVersionAttribute("0.1.0.0")] -[assembly: global::System.Reflection.AssemblyFileVersionAttribute("0.1.2.11864")] -[assembly: global::System.Reflection.AssemblyInformationalVersionAttribute("0.1.2+2e58a4565a")] -#if NETSTANDARD || NETFRAMEWORK || NETCOREAPP -[global::System.CodeDom.Compiler.GeneratedCode("Nerdbank.GitVersioning.Tasks","3.9.50.28654")] -#endif -#if NET40_OR_GREATER || NETCOREAPP2_0_OR_GREATER || NETSTANDARD2_0_OR_GREATER -[global::System.Diagnostics.CodeAnalysis.ExcludeFromCodeCoverage] -#endif -internal static partial class ThisAssembly { - internal const string AssemblyConfiguration = "Debug"; - internal const string AssemblyFileVersion = "0.1.2.11864"; - internal const string AssemblyInformationalVersion = "0.1.2+2e58a4565a"; - internal const string AssemblyName = "Inshiminator.Analyzers.Tests"; - internal const string AssemblyTitle = "Inshiminator.Analyzers.Tests"; - internal const string AssemblyVersion = "0.1.0.0"; - internal static readonly global::System.DateTime GitCommitAuthorDate = new global::System.DateTime(639138599560000000L, global::System.DateTimeKind.Utc); - internal static readonly global::System.DateTime GitCommitDate = new global::System.DateTime(639138599560000000L, global::System.DateTimeKind.Utc); - internal const string GitCommitId = "2e58a4565a8558cbb77d4b912c0ddcb50b29665c"; - internal const bool IsPrerelease = false; - internal const bool IsPublicRelease = false; - internal const string RootNamespace = "Inshiminator.Analyzers.Tests"; -} diff --git a/tests/Inshiminator.Analyzers.Tests/obj/Debug/net10.0/Inshiminator.Analyzers.Tests.assets.cache b/tests/Inshiminator.Analyzers.Tests/obj/Debug/net10.0/Inshiminator.Analyzers.Tests.assets.cache deleted file mode 100644 index d5ffde5..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/obj/Debug/net10.0/Inshiminator.Analyzers.Tests.assets.cache and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/obj/Debug/net10.0/Inshiminator.Analyzers.Tests.csproj.AssemblyReference.cache b/tests/Inshiminator.Analyzers.Tests/obj/Debug/net10.0/Inshiminator.Analyzers.Tests.csproj.AssemblyReference.cache deleted file mode 100644 index 6610f8b..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/obj/Debug/net10.0/Inshiminator.Analyzers.Tests.csproj.AssemblyReference.cache and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/obj/Debug/net10.0/Inshiminator.Analyzers.Tests.csproj.CoreCompileInputs.cache b/tests/Inshiminator.Analyzers.Tests/obj/Debug/net10.0/Inshiminator.Analyzers.Tests.csproj.CoreCompileInputs.cache deleted file mode 100644 index a1ca1ec..0000000 --- a/tests/Inshiminator.Analyzers.Tests/obj/Debug/net10.0/Inshiminator.Analyzers.Tests.csproj.CoreCompileInputs.cache +++ /dev/null @@ -1 +0,0 @@ -fee719262eb1a92f7500c5da7201fe01dbe792e0caabf82d95490e0fb674b4a3 diff --git a/tests/Inshiminator.Analyzers.Tests/obj/Debug/net10.0/Inshiminator.Analyzers.Tests.csproj.FileListAbsolute.txt b/tests/Inshiminator.Analyzers.Tests/obj/Debug/net10.0/Inshiminator.Analyzers.Tests.csproj.FileListAbsolute.txt deleted file mode 100644 index 97fdfa9..0000000 --- a/tests/Inshiminator.Analyzers.Tests/obj/Debug/net10.0/Inshiminator.Analyzers.Tests.csproj.FileListAbsolute.txt +++ /dev/null @@ -1,226 +0,0 @@ -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\.msCoverageSourceRootsMapping_Inshiminator.Analyzers.Tests -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\CoverletSourceRootsMapping_Inshiminator.Analyzers.Tests -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\testhost.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\xunit.abstractions.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\Inshiminator.Analyzers.Tests.deps.json -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\Inshiminator.Analyzers.Tests.runtimeconfig.json -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\Inshiminator.Analyzers.Tests.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\Inshiminator.Analyzers.Tests.pdb -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\DiffPlex.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\Microsoft.CodeAnalysis.Analyzer.Testing.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\Microsoft.CodeAnalysis.CodeFix.Testing.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\Microsoft.CodeAnalysis.CodeRefactoring.Testing.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\Microsoft.CodeAnalysis.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\Microsoft.CodeAnalysis.CSharp.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.XUnit.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.XUnit.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing.XUnit.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\Microsoft.CodeAnalysis.CSharp.Workspaces.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\Microsoft.CodeAnalysis.Testing.Verifiers.XUnit.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\Microsoft.CodeAnalysis.VisualBasic.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing.XUnit.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing.XUnit.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing.XUnit.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\Microsoft.CodeAnalysis.VisualBasic.Workspaces.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\Microsoft.CodeAnalysis.Workspaces.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\Microsoft.VisualStudio.CodeCoverage.Shim.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\Microsoft.TestPlatform.CoreUtilities.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\Microsoft.TestPlatform.PlatformAbstractions.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\Microsoft.VisualStudio.TestPlatform.ObjectModel.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\Microsoft.TestPlatform.CommunicationUtilities.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\Microsoft.TestPlatform.CrossPlatEngine.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\Microsoft.TestPlatform.Utilities.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\Microsoft.VisualStudio.TestPlatform.Common.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\Microsoft.VisualStudio.Composition.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\Microsoft.VisualStudio.Composition.NetFxAttributes.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\Microsoft.VisualStudio.Validation.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\Newtonsoft.Json.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\NuGet.Common.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\NuGet.Configuration.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\NuGet.Frameworks.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\NuGet.Packaging.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\NuGet.Protocol.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\NuGet.Resolver.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\NuGet.Versioning.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\System.ComponentModel.Composition.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\System.Composition.AttributedModel.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\System.Composition.Convention.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\System.Composition.Hosting.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\System.Composition.Runtime.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\System.Composition.TypedParts.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\System.Security.Cryptography.Pkcs.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\System.Security.Cryptography.ProtectedData.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\System.Security.Permissions.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\xunit.assert.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\xunit.core.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\xunit.execution.dotnet.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\cs\Microsoft.CodeAnalysis.resources.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\de\Microsoft.CodeAnalysis.resources.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\es\Microsoft.CodeAnalysis.resources.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\fr\Microsoft.CodeAnalysis.resources.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\it\Microsoft.CodeAnalysis.resources.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\ja\Microsoft.CodeAnalysis.resources.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\ko\Microsoft.CodeAnalysis.resources.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\pl\Microsoft.CodeAnalysis.resources.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\pt-BR\Microsoft.CodeAnalysis.resources.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\ru\Microsoft.CodeAnalysis.resources.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\tr\Microsoft.CodeAnalysis.resources.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\zh-Hans\Microsoft.CodeAnalysis.resources.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\zh-Hant\Microsoft.CodeAnalysis.resources.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\cs\Microsoft.CodeAnalysis.CSharp.resources.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\de\Microsoft.CodeAnalysis.CSharp.resources.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\es\Microsoft.CodeAnalysis.CSharp.resources.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\fr\Microsoft.CodeAnalysis.CSharp.resources.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\it\Microsoft.CodeAnalysis.CSharp.resources.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\ja\Microsoft.CodeAnalysis.CSharp.resources.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\ko\Microsoft.CodeAnalysis.CSharp.resources.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\pl\Microsoft.CodeAnalysis.CSharp.resources.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\pt-BR\Microsoft.CodeAnalysis.CSharp.resources.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\ru\Microsoft.CodeAnalysis.CSharp.resources.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\tr\Microsoft.CodeAnalysis.CSharp.resources.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\zh-Hans\Microsoft.CodeAnalysis.CSharp.resources.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\zh-Hant\Microsoft.CodeAnalysis.CSharp.resources.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\cs\Microsoft.TestPlatform.CoreUtilities.resources.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\cs\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\de\Microsoft.TestPlatform.CoreUtilities.resources.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\de\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\es\Microsoft.TestPlatform.CoreUtilities.resources.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\es\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\fr\Microsoft.TestPlatform.CoreUtilities.resources.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\fr\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\it\Microsoft.TestPlatform.CoreUtilities.resources.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\it\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\ja\Microsoft.TestPlatform.CoreUtilities.resources.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\ja\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\ko\Microsoft.TestPlatform.CoreUtilities.resources.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\ko\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\pl\Microsoft.TestPlatform.CoreUtilities.resources.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\pl\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\pt-BR\Microsoft.TestPlatform.CoreUtilities.resources.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\pt-BR\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\ru\Microsoft.TestPlatform.CoreUtilities.resources.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\ru\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\tr\Microsoft.TestPlatform.CoreUtilities.resources.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\tr\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\zh-Hans\Microsoft.TestPlatform.CoreUtilities.resources.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\zh-Hans\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\zh-Hant\Microsoft.TestPlatform.CoreUtilities.resources.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\zh-Hant\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\cs\Microsoft.TestPlatform.CommunicationUtilities.resources.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\cs\Microsoft.TestPlatform.CrossPlatEngine.resources.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\cs\Microsoft.VisualStudio.TestPlatform.Common.resources.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\de\Microsoft.TestPlatform.CommunicationUtilities.resources.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\de\Microsoft.TestPlatform.CrossPlatEngine.resources.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\de\Microsoft.VisualStudio.TestPlatform.Common.resources.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\es\Microsoft.TestPlatform.CommunicationUtilities.resources.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\es\Microsoft.TestPlatform.CrossPlatEngine.resources.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\es\Microsoft.VisualStudio.TestPlatform.Common.resources.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\fr\Microsoft.TestPlatform.CommunicationUtilities.resources.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\fr\Microsoft.TestPlatform.CrossPlatEngine.resources.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\fr\Microsoft.VisualStudio.TestPlatform.Common.resources.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\it\Microsoft.TestPlatform.CommunicationUtilities.resources.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\it\Microsoft.TestPlatform.CrossPlatEngine.resources.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\it\Microsoft.VisualStudio.TestPlatform.Common.resources.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\ja\Microsoft.TestPlatform.CommunicationUtilities.resources.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\ja\Microsoft.TestPlatform.CrossPlatEngine.resources.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\ja\Microsoft.VisualStudio.TestPlatform.Common.resources.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\ko\Microsoft.TestPlatform.CommunicationUtilities.resources.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\ko\Microsoft.TestPlatform.CrossPlatEngine.resources.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\ko\Microsoft.VisualStudio.TestPlatform.Common.resources.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\pl\Microsoft.TestPlatform.CommunicationUtilities.resources.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\pl\Microsoft.TestPlatform.CrossPlatEngine.resources.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\pl\Microsoft.VisualStudio.TestPlatform.Common.resources.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\pt-BR\Microsoft.TestPlatform.CommunicationUtilities.resources.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\pt-BR\Microsoft.TestPlatform.CrossPlatEngine.resources.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\pt-BR\Microsoft.VisualStudio.TestPlatform.Common.resources.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\ru\Microsoft.TestPlatform.CommunicationUtilities.resources.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\ru\Microsoft.TestPlatform.CrossPlatEngine.resources.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\ru\Microsoft.VisualStudio.TestPlatform.Common.resources.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\tr\Microsoft.TestPlatform.CommunicationUtilities.resources.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\tr\Microsoft.TestPlatform.CrossPlatEngine.resources.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\tr\Microsoft.VisualStudio.TestPlatform.Common.resources.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\zh-Hans\Microsoft.TestPlatform.CommunicationUtilities.resources.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\zh-Hans\Microsoft.TestPlatform.CrossPlatEngine.resources.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\zh-Hans\Microsoft.VisualStudio.TestPlatform.Common.resources.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\zh-Hant\Microsoft.TestPlatform.CommunicationUtilities.resources.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\zh-Hant\Microsoft.TestPlatform.CrossPlatEngine.resources.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\zh-Hant\Microsoft.VisualStudio.TestPlatform.Common.resources.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\cs\Microsoft.VisualStudio.Composition.resources.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\de\Microsoft.VisualStudio.Composition.resources.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\es\Microsoft.VisualStudio.Composition.resources.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\fr\Microsoft.VisualStudio.Composition.resources.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\it\Microsoft.VisualStudio.Composition.resources.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\ja\Microsoft.VisualStudio.Composition.resources.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\ko\Microsoft.VisualStudio.Composition.resources.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\pl\Microsoft.VisualStudio.Composition.resources.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\pt-BR\Microsoft.VisualStudio.Composition.resources.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\ru\Microsoft.VisualStudio.Composition.resources.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\tr\Microsoft.VisualStudio.Composition.resources.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\zh-Hans\Microsoft.VisualStudio.Composition.resources.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\zh-Hant\Microsoft.VisualStudio.Composition.resources.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\cs\Microsoft.VisualStudio.Validation.resources.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\de\Microsoft.VisualStudio.Validation.resources.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\es\Microsoft.VisualStudio.Validation.resources.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\fr\Microsoft.VisualStudio.Validation.resources.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\it\Microsoft.VisualStudio.Validation.resources.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\ja\Microsoft.VisualStudio.Validation.resources.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\ko\Microsoft.VisualStudio.Validation.resources.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\pl\Microsoft.VisualStudio.Validation.resources.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\pt-BR\Microsoft.VisualStudio.Validation.resources.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\ru\Microsoft.VisualStudio.Validation.resources.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\tr\Microsoft.VisualStudio.Validation.resources.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\zh-Hans\Microsoft.VisualStudio.Validation.resources.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\zh-Hant\Microsoft.VisualStudio.Validation.resources.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\runtimes\win\lib\netcoreapp3.0\System.Security.Cryptography.Pkcs.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\runtimes\win\lib\netstandard2.0\System.Security.Cryptography.ProtectedData.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\Inshiminator.Analyzers.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\Inshiminator.Analyzers.pdb -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\obj\Debug\net10.0\Inshiminator.Analyzers.Tests.csproj.AssemblyReference.cache -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\obj\Debug\net10.0\Inshiminator.Analyzers.Tests.GeneratedMSBuildEditorConfig.editorconfig -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\obj\Debug\net10.0\Inshiminator.Analyzers.Tests.AssemblyInfoInputs.cache -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\obj\Debug\net10.0\Inshiminator.Analyzers.Tests.AssemblyInfo.cs -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\obj\Debug\net10.0\Inshiminator.Analyzers.Tests.csproj.CoreCompileInputs.cache -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\obj\Debug\net10.0\Inshimin.D050AEAC.Up2Date -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\obj\Debug\net10.0\Inshiminator.Analyzers.Tests.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\obj\Debug\net10.0\refint\Inshiminator.Analyzers.Tests.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\obj\Debug\net10.0\Inshiminator.Analyzers.Tests.pdb -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\obj\Debug\net10.0\Inshiminator.Analyzers.Tests.genruntimeconfig.cache -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\obj\Debug\net10.0\ref\Inshiminator.Analyzers.Tests.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\Humanizer.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\cs\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\de\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\es\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\fr\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\it\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\ja\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\ko\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\pl\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\pt-BR\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\ru\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\tr\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\zh-Hans\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\zh-Hant\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\cs\Microsoft.CodeAnalysis.Workspaces.resources.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\de\Microsoft.CodeAnalysis.Workspaces.resources.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\es\Microsoft.CodeAnalysis.Workspaces.resources.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\fr\Microsoft.CodeAnalysis.Workspaces.resources.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\it\Microsoft.CodeAnalysis.Workspaces.resources.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\ja\Microsoft.CodeAnalysis.Workspaces.resources.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\ko\Microsoft.CodeAnalysis.Workspaces.resources.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\pl\Microsoft.CodeAnalysis.Workspaces.resources.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\pt-BR\Microsoft.CodeAnalysis.Workspaces.resources.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\ru\Microsoft.CodeAnalysis.Workspaces.resources.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\tr\Microsoft.CodeAnalysis.Workspaces.resources.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\zh-Hans\Microsoft.CodeAnalysis.Workspaces.resources.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\zh-Hant\Microsoft.CodeAnalysis.Workspaces.resources.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\Inshiminator.CodeFixes.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\Inshiminator.CodeFixes.pdb -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\testhost.exe -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\xunit.runner.visualstudio.testadapter.dll -C:\git\InShimInator\tests\Inshiminator.Analyzers.Tests\bin\Debug\net10.0\System.IO.Hashing.dll diff --git a/tests/Inshiminator.Analyzers.Tests/obj/Debug/net10.0/Inshiminator.Analyzers.Tests.dll b/tests/Inshiminator.Analyzers.Tests/obj/Debug/net10.0/Inshiminator.Analyzers.Tests.dll deleted file mode 100644 index beb98fe..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/obj/Debug/net10.0/Inshiminator.Analyzers.Tests.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/obj/Debug/net10.0/Inshiminator.Analyzers.Tests.genruntimeconfig.cache b/tests/Inshiminator.Analyzers.Tests/obj/Debug/net10.0/Inshiminator.Analyzers.Tests.genruntimeconfig.cache deleted file mode 100644 index 1556a50..0000000 --- a/tests/Inshiminator.Analyzers.Tests/obj/Debug/net10.0/Inshiminator.Analyzers.Tests.genruntimeconfig.cache +++ /dev/null @@ -1 +0,0 @@ -8437fb2ebd2b6ded8d3804207e8b8f09e3b540fa0b56f1b2b908d22a2042d46b diff --git a/tests/Inshiminator.Analyzers.Tests/obj/Debug/net10.0/Inshiminator.Analyzers.Tests.pdb b/tests/Inshiminator.Analyzers.Tests/obj/Debug/net10.0/Inshiminator.Analyzers.Tests.pdb deleted file mode 100644 index aca1a7d..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/obj/Debug/net10.0/Inshiminator.Analyzers.Tests.pdb and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/obj/Debug/net10.0/ref/Inshiminator.Analyzers.Tests.dll b/tests/Inshiminator.Analyzers.Tests/obj/Debug/net10.0/ref/Inshiminator.Analyzers.Tests.dll deleted file mode 100644 index 4ce6d21..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/obj/Debug/net10.0/ref/Inshiminator.Analyzers.Tests.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/obj/Debug/net10.0/refint/Inshiminator.Analyzers.Tests.dll b/tests/Inshiminator.Analyzers.Tests/obj/Debug/net10.0/refint/Inshiminator.Analyzers.Tests.dll deleted file mode 100644 index 4ce6d21..0000000 Binary files a/tests/Inshiminator.Analyzers.Tests/obj/Debug/net10.0/refint/Inshiminator.Analyzers.Tests.dll and /dev/null differ diff --git a/tests/Inshiminator.Analyzers.Tests/obj/Inshiminator.Analyzers.Tests.csproj.nuget.dgspec.json b/tests/Inshiminator.Analyzers.Tests/obj/Inshiminator.Analyzers.Tests.csproj.nuget.dgspec.json deleted file mode 100644 index fe19a35..0000000 --- a/tests/Inshiminator.Analyzers.Tests/obj/Inshiminator.Analyzers.Tests.csproj.nuget.dgspec.json +++ /dev/null @@ -1,2644 +0,0 @@ -{ - "format": 1, - "restore": { - "C:\\git\\InShimInator\\tests\\Inshiminator.Analyzers.Tests\\Inshiminator.Analyzers.Tests.csproj": {} - }, - "projects": { - "C:\\git\\InShimInator\\src\\Inshiminator.Analyzers\\Inshiminator.Analyzers.csproj": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "C:\\git\\InShimInator\\src\\Inshiminator.Analyzers\\Inshiminator.Analyzers.csproj", - "projectName": "Inshiminator.Analyzers", - "projectPath": "C:\\git\\InShimInator\\src\\Inshiminator.Analyzers\\Inshiminator.Analyzers.csproj", - "packagesPath": "C:\\Users\\jd\\.nuget\\packages\\", - "outputPath": "C:\\git\\InShimInator\\src\\Inshiminator.Analyzers\\obj\\", - "projectStyle": "PackageReference", - "crossTargeting": true, - "centralPackageVersionsManagementEnabled": true, - "fallbackFolders": [ - "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" - ], - "configFilePaths": [ - "C:\\git\\InShimInator\\NuGet.Config", - "C:\\Users\\jd\\AppData\\Roaming\\NuGet\\NuGet.Config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" - ], - "originalTargetFrameworks": [ - "net10.0", - "net8.0", - "netstandard2.0" - ], - "sources": { - "C:\\Program Files\\dotnet\\library-packs": {}, - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net8.0": { - "targetAlias": "net8.0", - "projectReferences": {} - }, - "net10.0": { - "targetAlias": "net10.0", - "projectReferences": {} - }, - "netstandard2.0": { - "targetAlias": "netstandard2.0", - "projectReferences": {} - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - }, - "restoreAuditProperties": { - "enableAudit": "true", - "auditLevel": "low", - "auditMode": "all" - }, - "SdkAnalysisLevel": "10.0.100" - }, - "frameworks": { - "net8.0": { - "targetAlias": "net8.0", - "dependencies": { - "Microsoft.CodeAnalysis.Analyzers": { - "include": "Runtime, Build, Native, ContentFiles, Analyzers, BuildTransitive", - "suppressParent": "All", - "target": "Package", - "version": "[3.11.0, )", - "versionCentrallyManaged": true - }, - "Microsoft.CodeAnalysis.CSharp": { - "target": "Package", - "version": "[4.12.0, )", - "versionCentrallyManaged": true - }, - "Microsoft.SourceLink.GitHub": { - "suppressParent": "All", - "target": "Package", - "version": "[10.0.203, )", - "versionCentrallyManaged": true - }, - "Nerdbank.GitVersioning": { - "suppressParent": "All", - "target": "Package", - "version": "[3.9.50, )", - "versionCentrallyManaged": true - } - }, - "centralPackageVersions": { - "coverlet.collector": "10.0.0", - "Microsoft.Build.Locator": "1.11.2", - "Microsoft.CodeAnalysis.Analyzers": "3.11.0", - "Microsoft.CodeAnalysis.CSharp": "4.12.0", - "Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.12.0", - "Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing.XUnit": "1.1.2", - "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.7", - "Microsoft.NET.Test.Sdk": "18.5.1", - "Microsoft.SourceLink.GitHub": "10.0.203", - "Nerdbank.GitVersioning": "3.9.50", - "Spectre.Console.Cli": "0.55.0", - "xunit": "2.9.3", - "xunit.runner.visualstudio": "3.1.5" - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48", - "net481" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\10.0.107/PortableRuntimeIdentifierGraph.json", - "packagesToPrune": { - "Microsoft.CSharp": "(,4.7.32767]", - "Microsoft.VisualBasic": "(,10.3.32767]", - "Microsoft.Win32.Primitives": "(,4.3.32767]", - "Microsoft.Win32.Registry": "(,5.0.32767]", - "runtime.any.System.Collections": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.any.System.Globalization": "(,4.3.32767]", - "runtime.any.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.any.System.IO": "(,4.3.32767]", - "runtime.any.System.Reflection": "(,4.3.32767]", - "runtime.any.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.any.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.any.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.any.System.Runtime": "(,4.3.32767]", - "runtime.any.System.Runtime.Handles": "(,4.3.32767]", - "runtime.any.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.any.System.Text.Encoding": "(,4.3.32767]", - "runtime.any.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.any.System.Threading.Tasks": "(,4.3.32767]", - "runtime.any.System.Threading.Timer": "(,4.3.32767]", - "runtime.aot.System.Collections": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.aot.System.Globalization": "(,4.3.32767]", - "runtime.aot.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.aot.System.IO": "(,4.3.32767]", - "runtime.aot.System.Reflection": "(,4.3.32767]", - "runtime.aot.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.aot.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.aot.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.aot.System.Runtime": "(,4.3.32767]", - "runtime.aot.System.Runtime.Handles": "(,4.3.32767]", - "runtime.aot.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.aot.System.Threading.Tasks": "(,4.3.32767]", - "runtime.aot.System.Threading.Timer": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.native.System.Security.Cryptography.Apple": "(,4.3.32767]", - "runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.unix.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.unix.System.Console": "(,4.3.32767]", - "runtime.unix.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.unix.System.IO.FileSystem": "(,4.3.32767]", - "runtime.unix.System.Net.Primitives": "(,4.3.32767]", - "runtime.unix.System.Net.Sockets": "(,4.3.32767]", - "runtime.unix.System.Private.Uri": "(,4.3.32767]", - "runtime.unix.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.win.System.Console": "(,4.3.32767]", - "runtime.win.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.win.System.IO.FileSystem": "(,4.3.32767]", - "runtime.win.System.Net.Primitives": "(,4.3.32767]", - "runtime.win.System.Net.Sockets": "(,4.3.32767]", - "runtime.win.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win10-arm-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-arm64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win10-x64-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-x86-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7-x86.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7.System.Private.Uri": "(,4.3.32767]", - "runtime.win8-arm.runtime.native.System.IO.Compression": "(,4.3.32767]", - "System.AppContext": "(,4.3.32767]", - "System.Buffers": "(,4.6.32767]", - "System.Collections": "(,4.3.32767]", - "System.Collections.Concurrent": "(,4.3.32767]", - "System.Collections.Immutable": "(,8.0.32767]", - "System.Collections.NonGeneric": "(,4.3.32767]", - "System.Collections.Specialized": "(,4.3.32767]", - "System.ComponentModel": "(,4.3.32767]", - "System.ComponentModel.Annotations": "(,5.0.32767]", - "System.ComponentModel.EventBasedAsync": "(,4.3.32767]", - "System.ComponentModel.Primitives": "(,4.3.32767]", - "System.ComponentModel.TypeConverter": "(,4.3.32767]", - "System.Console": "(,4.3.32767]", - "System.Data.Common": "(,4.3.32767]", - "System.Data.DataSetExtensions": "(,4.5.32767]", - "System.Diagnostics.Contracts": "(,4.3.32767]", - "System.Diagnostics.Debug": "(,4.3.32767]", - "System.Diagnostics.DiagnosticSource": "(,8.0.32767]", - "System.Diagnostics.FileVersionInfo": "(,4.3.32767]", - "System.Diagnostics.Process": "(,4.3.32767]", - "System.Diagnostics.StackTrace": "(,4.3.32767]", - "System.Diagnostics.TextWriterTraceListener": "(,4.3.32767]", - "System.Diagnostics.Tools": "(,4.3.32767]", - "System.Diagnostics.TraceSource": "(,4.3.32767]", - "System.Diagnostics.Tracing": "(,4.3.32767]", - "System.Drawing.Primitives": "(,4.3.32767]", - "System.Dynamic.Runtime": "(,4.3.32767]", - "System.Formats.Asn1": "(,8.0.32767]", - "System.Globalization": "(,4.3.32767]", - "System.Globalization.Calendars": "(,4.3.32767]", - "System.Globalization.Extensions": "(,4.3.32767]", - "System.IO": "(,4.3.32767]", - "System.IO.Compression": "(,4.3.32767]", - "System.IO.Compression.ZipFile": "(,4.3.32767]", - "System.IO.FileSystem": "(,4.3.32767]", - "System.IO.FileSystem.AccessControl": "(,5.0.32767]", - "System.IO.FileSystem.DriveInfo": "(,4.3.32767]", - "System.IO.FileSystem.Primitives": "(,4.3.32767]", - "System.IO.FileSystem.Watcher": "(,4.3.32767]", - "System.IO.IsolatedStorage": "(,4.3.32767]", - "System.IO.MemoryMappedFiles": "(,4.3.32767]", - "System.IO.Pipes": "(,4.3.32767]", - "System.IO.Pipes.AccessControl": "(,4.6.32767]", - "System.IO.UnmanagedMemoryStream": "(,4.3.32767]", - "System.Linq": "(,4.3.32767]", - "System.Linq.Expressions": "(,4.3.32767]", - "System.Linq.Parallel": "(,4.3.32767]", - "System.Linq.Queryable": "(,4.3.32767]", - "System.Memory": "(,4.6.32767]", - "System.Net.Http": "(,4.3.32767]", - "System.Net.Http.Json": "(,8.0.32767]", - "System.Net.NameResolution": "(,4.3.32767]", - "System.Net.NetworkInformation": "(,4.3.32767]", - "System.Net.Ping": "(,4.3.32767]", - "System.Net.Primitives": "(,4.3.32767]", - "System.Net.Requests": "(,4.3.32767]", - "System.Net.Security": "(,4.3.32767]", - "System.Net.Sockets": "(,4.3.32767]", - "System.Net.WebHeaderCollection": "(,4.3.32767]", - "System.Net.WebSockets": "(,4.3.32767]", - "System.Net.WebSockets.Client": "(,4.3.32767]", - "System.Numerics.Vectors": "(,4.6.32767]", - "System.ObjectModel": "(,4.3.32767]", - "System.Private.DataContractSerialization": "(,4.3.32767]", - "System.Private.Uri": "(,4.3.32767]", - "System.Reflection": "(,4.3.32767]", - "System.Reflection.DispatchProxy": "(,4.8.32767]", - "System.Reflection.Emit": "(,4.7.32767]", - "System.Reflection.Emit.ILGeneration": "(,4.7.32767]", - "System.Reflection.Emit.Lightweight": "(,4.7.32767]", - "System.Reflection.Extensions": "(,4.3.32767]", - "System.Reflection.Metadata": "(,8.0.32767]", - "System.Reflection.Primitives": "(,4.3.32767]", - "System.Reflection.TypeExtensions": "(,4.7.32767]", - "System.Resources.Reader": "(,4.3.32767]", - "System.Resources.ResourceManager": "(,4.3.32767]", - "System.Resources.Writer": "(,4.3.32767]", - "System.Runtime": "(,4.3.32767]", - "System.Runtime.CompilerServices.Unsafe": "(,6.1.32767]", - "System.Runtime.CompilerServices.VisualC": "(,4.3.32767]", - "System.Runtime.Extensions": "(,4.3.32767]", - "System.Runtime.Handles": "(,4.3.32767]", - "System.Runtime.InteropServices": "(,4.3.32767]", - "System.Runtime.InteropServices.RuntimeInformation": "(,4.3.32767]", - "System.Runtime.Loader": "(,4.3.32767]", - "System.Runtime.Numerics": "(,4.3.32767]", - "System.Runtime.Serialization.Formatters": "(,4.3.32767]", - "System.Runtime.Serialization.Json": "(,4.3.32767]", - "System.Runtime.Serialization.Primitives": "(,4.3.32767]", - "System.Runtime.Serialization.Xml": "(,4.3.32767]", - "System.Security.AccessControl": "(,6.0.32767]", - "System.Security.Claims": "(,4.3.32767]", - "System.Security.Cryptography.Algorithms": "(,4.3.32767]", - "System.Security.Cryptography.Cng": "(,4.6.32767]", - "System.Security.Cryptography.Csp": "(,4.3.32767]", - "System.Security.Cryptography.Encoding": "(,4.3.32767]", - "System.Security.Cryptography.OpenSsl": "(,5.0.32767]", - "System.Security.Cryptography.Primitives": "(,4.3.32767]", - "System.Security.Cryptography.X509Certificates": "(,4.3.32767]", - "System.Security.Principal": "(,4.3.32767]", - "System.Security.Principal.Windows": "(,5.0.32767]", - "System.Security.SecureString": "(,4.3.32767]", - "System.Text.Encoding": "(,4.3.32767]", - "System.Text.Encoding.CodePages": "(,8.0.32767]", - "System.Text.Encoding.Extensions": "(,4.3.32767]", - "System.Text.Encodings.Web": "(,8.0.32767]", - "System.Text.Json": "(,8.0.32767]", - "System.Text.RegularExpressions": "(,4.3.32767]", - "System.Threading": "(,4.3.32767]", - "System.Threading.Channels": "(,8.0.32767]", - "System.Threading.Overlapped": "(,4.3.32767]", - "System.Threading.Tasks": "(,4.3.32767]", - "System.Threading.Tasks.Dataflow": "(,8.0.32767]", - "System.Threading.Tasks.Extensions": "(,4.6.32767]", - "System.Threading.Tasks.Parallel": "(,4.3.32767]", - "System.Threading.Thread": "(,4.3.32767]", - "System.Threading.ThreadPool": "(,4.3.32767]", - "System.Threading.Timer": "(,4.3.32767]", - "System.ValueTuple": "(,4.6.32767]", - "System.Xml.ReaderWriter": "(,4.3.32767]", - "System.Xml.XDocument": "(,4.3.32767]", - "System.Xml.XmlDocument": "(,4.3.32767]", - "System.Xml.XmlSerializer": "(,4.3.32767]", - "System.Xml.XPath": "(,4.3.32767]", - "System.Xml.XPath.XDocument": "(,4.3.32767]" - } - }, - "net10.0": { - "targetAlias": "net10.0", - "dependencies": { - "Microsoft.CodeAnalysis.Analyzers": { - "include": "Runtime, Build, Native, ContentFiles, Analyzers, BuildTransitive", - "suppressParent": "All", - "target": "Package", - "version": "[3.11.0, )", - "versionCentrallyManaged": true - }, - "Microsoft.CodeAnalysis.CSharp": { - "target": "Package", - "version": "[4.12.0, )", - "versionCentrallyManaged": true - }, - "Microsoft.SourceLink.GitHub": { - "suppressParent": "All", - "target": "Package", - "version": "[10.0.203, )", - "versionCentrallyManaged": true - }, - "Nerdbank.GitVersioning": { - "suppressParent": "All", - "target": "Package", - "version": "[3.9.50, )", - "versionCentrallyManaged": true - } - }, - "centralPackageVersions": { - "coverlet.collector": "10.0.0", - "Microsoft.Build.Locator": "1.11.2", - "Microsoft.CodeAnalysis.Analyzers": "3.11.0", - "Microsoft.CodeAnalysis.CSharp": "4.12.0", - "Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.12.0", - "Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing.XUnit": "1.1.2", - "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.7", - "Microsoft.NET.Test.Sdk": "18.5.1", - "Microsoft.SourceLink.GitHub": "10.0.203", - "Nerdbank.GitVersioning": "3.9.50", - "Spectre.Console.Cli": "0.55.0", - "xunit": "2.9.3", - "xunit.runner.visualstudio": "3.1.5" - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48", - "net481" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\10.0.107/PortableRuntimeIdentifierGraph.json", - "packagesToPrune": { - "Microsoft.CSharp": "(,4.7.32767]", - "Microsoft.VisualBasic": "(,10.4.32767]", - "Microsoft.Win32.Primitives": "(,4.3.32767]", - "Microsoft.Win32.Registry": "(,5.0.32767]", - "runtime.any.System.Collections": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.any.System.Globalization": "(,4.3.32767]", - "runtime.any.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.any.System.IO": "(,4.3.32767]", - "runtime.any.System.Reflection": "(,4.3.32767]", - "runtime.any.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.any.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.any.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.any.System.Runtime": "(,4.3.32767]", - "runtime.any.System.Runtime.Handles": "(,4.3.32767]", - "runtime.any.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.any.System.Text.Encoding": "(,4.3.32767]", - "runtime.any.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.any.System.Threading.Tasks": "(,4.3.32767]", - "runtime.any.System.Threading.Timer": "(,4.3.32767]", - "runtime.aot.System.Collections": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.aot.System.Globalization": "(,4.3.32767]", - "runtime.aot.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.aot.System.IO": "(,4.3.32767]", - "runtime.aot.System.Reflection": "(,4.3.32767]", - "runtime.aot.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.aot.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.aot.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.aot.System.Runtime": "(,4.3.32767]", - "runtime.aot.System.Runtime.Handles": "(,4.3.32767]", - "runtime.aot.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.aot.System.Threading.Tasks": "(,4.3.32767]", - "runtime.aot.System.Threading.Timer": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.unix.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.unix.System.Console": "(,4.3.32767]", - "runtime.unix.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.unix.System.IO.FileSystem": "(,4.3.32767]", - "runtime.unix.System.Net.Primitives": "(,4.3.32767]", - "runtime.unix.System.Net.Sockets": "(,4.3.32767]", - "runtime.unix.System.Private.Uri": "(,4.3.32767]", - "runtime.unix.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.win.System.Console": "(,4.3.32767]", - "runtime.win.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.win.System.IO.FileSystem": "(,4.3.32767]", - "runtime.win.System.Net.Primitives": "(,4.3.32767]", - "runtime.win.System.Net.Sockets": "(,4.3.32767]", - "runtime.win.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win10-arm-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-arm64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win10-x64-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-x86-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7-x86.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7.System.Private.Uri": "(,4.3.32767]", - "runtime.win8-arm.runtime.native.System.IO.Compression": "(,4.3.32767]", - "System.AppContext": "(,4.3.32767]", - "System.Buffers": "(,5.0.32767]", - "System.Collections": "(,4.3.32767]", - "System.Collections.Concurrent": "(,4.3.32767]", - "System.Collections.Immutable": "(,10.0.32767]", - "System.Collections.NonGeneric": "(,4.3.32767]", - "System.Collections.Specialized": "(,4.3.32767]", - "System.ComponentModel": "(,4.3.32767]", - "System.ComponentModel.Annotations": "(,4.3.32767]", - "System.ComponentModel.EventBasedAsync": "(,4.3.32767]", - "System.ComponentModel.Primitives": "(,4.3.32767]", - "System.ComponentModel.TypeConverter": "(,4.3.32767]", - "System.Console": "(,4.3.32767]", - "System.Data.Common": "(,4.3.32767]", - "System.Data.DataSetExtensions": "(,4.4.32767]", - "System.Diagnostics.Contracts": "(,4.3.32767]", - "System.Diagnostics.Debug": "(,4.3.32767]", - "System.Diagnostics.DiagnosticSource": "(,10.0.32767]", - "System.Diagnostics.FileVersionInfo": "(,4.3.32767]", - "System.Diagnostics.Process": "(,4.3.32767]", - "System.Diagnostics.StackTrace": "(,4.3.32767]", - "System.Diagnostics.TextWriterTraceListener": "(,4.3.32767]", - "System.Diagnostics.Tools": "(,4.3.32767]", - "System.Diagnostics.TraceSource": "(,4.3.32767]", - "System.Diagnostics.Tracing": "(,4.3.32767]", - "System.Drawing.Primitives": "(,4.3.32767]", - "System.Dynamic.Runtime": "(,4.3.32767]", - "System.Formats.Asn1": "(,10.0.32767]", - "System.Formats.Tar": "(,10.0.32767]", - "System.Globalization": "(,4.3.32767]", - "System.Globalization.Calendars": "(,4.3.32767]", - "System.Globalization.Extensions": "(,4.3.32767]", - "System.IO": "(,4.3.32767]", - "System.IO.Compression": "(,4.3.32767]", - "System.IO.Compression.ZipFile": "(,4.3.32767]", - "System.IO.FileSystem": "(,4.3.32767]", - "System.IO.FileSystem.AccessControl": "(,4.4.32767]", - "System.IO.FileSystem.DriveInfo": "(,4.3.32767]", - "System.IO.FileSystem.Primitives": "(,4.3.32767]", - "System.IO.FileSystem.Watcher": "(,4.3.32767]", - "System.IO.IsolatedStorage": "(,4.3.32767]", - "System.IO.MemoryMappedFiles": "(,4.3.32767]", - "System.IO.Pipelines": "(,10.0.32767]", - "System.IO.Pipes": "(,4.3.32767]", - "System.IO.Pipes.AccessControl": "(,5.0.32767]", - "System.IO.UnmanagedMemoryStream": "(,4.3.32767]", - "System.Linq": "(,4.3.32767]", - "System.Linq.AsyncEnumerable": "(,10.0.32767]", - "System.Linq.Expressions": "(,4.3.32767]", - "System.Linq.Parallel": "(,4.3.32767]", - "System.Linq.Queryable": "(,4.3.32767]", - "System.Memory": "(,5.0.32767]", - "System.Net.Http": "(,4.3.32767]", - "System.Net.Http.Json": "(,10.0.32767]", - "System.Net.NameResolution": "(,4.3.32767]", - "System.Net.NetworkInformation": "(,4.3.32767]", - "System.Net.Ping": "(,4.3.32767]", - "System.Net.Primitives": "(,4.3.32767]", - "System.Net.Requests": "(,4.3.32767]", - "System.Net.Security": "(,4.3.32767]", - "System.Net.ServerSentEvents": "(,10.0.32767]", - "System.Net.Sockets": "(,4.3.32767]", - "System.Net.WebHeaderCollection": "(,4.3.32767]", - "System.Net.WebSockets": "(,4.3.32767]", - "System.Net.WebSockets.Client": "(,4.3.32767]", - "System.Numerics.Vectors": "(,5.0.32767]", - "System.ObjectModel": "(,4.3.32767]", - "System.Private.DataContractSerialization": "(,4.3.32767]", - "System.Private.Uri": "(,4.3.32767]", - "System.Reflection": "(,4.3.32767]", - "System.Reflection.DispatchProxy": "(,6.0.32767]", - "System.Reflection.Emit": "(,4.7.32767]", - "System.Reflection.Emit.ILGeneration": "(,4.7.32767]", - "System.Reflection.Emit.Lightweight": "(,4.7.32767]", - "System.Reflection.Extensions": "(,4.3.32767]", - "System.Reflection.Metadata": "(,10.0.32767]", - "System.Reflection.Primitives": "(,4.3.32767]", - "System.Reflection.TypeExtensions": "(,4.3.32767]", - "System.Resources.Reader": "(,4.3.32767]", - "System.Resources.ResourceManager": "(,4.3.32767]", - "System.Resources.Writer": "(,4.3.32767]", - "System.Runtime": "(,4.3.32767]", - "System.Runtime.CompilerServices.Unsafe": "(,7.0.32767]", - "System.Runtime.CompilerServices.VisualC": "(,4.3.32767]", - "System.Runtime.Extensions": "(,4.3.32767]", - "System.Runtime.Handles": "(,4.3.32767]", - "System.Runtime.InteropServices": "(,4.3.32767]", - "System.Runtime.InteropServices.RuntimeInformation": "(,4.3.32767]", - "System.Runtime.Loader": "(,4.3.32767]", - "System.Runtime.Numerics": "(,4.3.32767]", - "System.Runtime.Serialization.Formatters": "(,4.3.32767]", - "System.Runtime.Serialization.Json": "(,4.3.32767]", - "System.Runtime.Serialization.Primitives": "(,4.3.32767]", - "System.Runtime.Serialization.Xml": "(,4.3.32767]", - "System.Security.AccessControl": "(,6.0.32767]", - "System.Security.Claims": "(,4.3.32767]", - "System.Security.Cryptography.Algorithms": "(,4.3.32767]", - "System.Security.Cryptography.Cng": "(,5.0.32767]", - "System.Security.Cryptography.Csp": "(,4.3.32767]", - "System.Security.Cryptography.Encoding": "(,4.3.32767]", - "System.Security.Cryptography.OpenSsl": "(,5.0.32767]", - "System.Security.Cryptography.Primitives": "(,4.3.32767]", - "System.Security.Cryptography.X509Certificates": "(,4.3.32767]", - "System.Security.Principal": "(,4.3.32767]", - "System.Security.Principal.Windows": "(,5.0.32767]", - "System.Security.SecureString": "(,4.3.32767]", - "System.Text.Encoding": "(,4.3.32767]", - "System.Text.Encoding.CodePages": "(,10.0.32767]", - "System.Text.Encoding.Extensions": "(,4.3.32767]", - "System.Text.Encodings.Web": "(,10.0.32767]", - "System.Text.Json": "(,10.0.32767]", - "System.Text.RegularExpressions": "(,4.3.32767]", - "System.Threading": "(,4.3.32767]", - "System.Threading.AccessControl": "(,10.0.32767]", - "System.Threading.Channels": "(,10.0.32767]", - "System.Threading.Overlapped": "(,4.3.32767]", - "System.Threading.Tasks": "(,4.3.32767]", - "System.Threading.Tasks.Dataflow": "(,10.0.32767]", - "System.Threading.Tasks.Extensions": "(,5.0.32767]", - "System.Threading.Tasks.Parallel": "(,4.3.32767]", - "System.Threading.Thread": "(,4.3.32767]", - "System.Threading.ThreadPool": "(,4.3.32767]", - "System.Threading.Timer": "(,4.3.32767]", - "System.ValueTuple": "(,4.5.32767]", - "System.Xml.ReaderWriter": "(,4.3.32767]", - "System.Xml.XDocument": "(,4.3.32767]", - "System.Xml.XmlDocument": "(,4.3.32767]", - "System.Xml.XmlSerializer": "(,4.3.32767]", - "System.Xml.XPath": "(,4.3.32767]", - "System.Xml.XPath.XDocument": "(,5.0.32767]" - } - }, - "netstandard2.0": { - "targetAlias": "netstandard2.0", - "dependencies": { - "Microsoft.CodeAnalysis.Analyzers": { - "include": "Runtime, Build, Native, ContentFiles, Analyzers, BuildTransitive", - "suppressParent": "All", - "target": "Package", - "version": "[3.11.0, )", - "versionCentrallyManaged": true - }, - "Microsoft.CodeAnalysis.CSharp": { - "target": "Package", - "version": "[4.12.0, )", - "versionCentrallyManaged": true - }, - "Microsoft.SourceLink.GitHub": { - "suppressParent": "All", - "target": "Package", - "version": "[10.0.203, )", - "versionCentrallyManaged": true - }, - "NETStandard.Library": { - "suppressParent": "All", - "target": "Package", - "version": "[2.0.3, )", - "autoReferenced": true - }, - "Nerdbank.GitVersioning": { - "suppressParent": "All", - "target": "Package", - "version": "[3.9.50, )", - "versionCentrallyManaged": true - } - }, - "centralPackageVersions": { - "coverlet.collector": "10.0.0", - "Microsoft.Build.Locator": "1.11.2", - "Microsoft.CodeAnalysis.Analyzers": "3.11.0", - "Microsoft.CodeAnalysis.CSharp": "4.12.0", - "Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.12.0", - "Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing.XUnit": "1.1.2", - "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.7", - "Microsoft.NET.Test.Sdk": "18.5.1", - "Microsoft.SourceLink.GitHub": "10.0.203", - "Nerdbank.GitVersioning": "3.9.50", - "Spectre.Console.Cli": "0.55.0", - "xunit": "2.9.3", - "xunit.runner.visualstudio": "3.1.5" - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48", - "net481" - ], - "assetTargetFallback": true, - "warn": true, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\10.0.107\\RuntimeIdentifierGraph.json", - "packagesToPrune": { - "Microsoft.Win32.Primitives": "(,4.3.0]", - "System.AppContext": "(,4.3.0]", - "System.Collections": "(,4.3.0]", - "System.Collections.NonGeneric": "(,4.3.0]", - "System.Collections.Specialized": "(,4.3.0]", - "System.ComponentModel": "(,4.3.0]", - "System.ComponentModel.EventBasedAsync": "(,4.3.0]", - "System.ComponentModel.Primitives": "(,4.3.0]", - "System.ComponentModel.TypeConverter": "(,4.3.0]", - "System.Console": "(,4.3.1]", - "System.Data.Common": "(,4.3.0]", - "System.Diagnostics.Contracts": "(,4.3.0]", - "System.Diagnostics.Debug": "(,4.3.0]", - "System.Diagnostics.FileVersionInfo": "(,4.3.0]", - "System.Diagnostics.Process": "(,4.3.0]", - "System.Diagnostics.StackTrace": "(,4.3.0]", - "System.Diagnostics.TextWriterTraceListener": "(,4.3.0]", - "System.Diagnostics.Tools": "(,4.3.0]", - "System.Diagnostics.TraceSource": "(,4.3.0]", - "System.Diagnostics.Tracing": "(,4.3.0]", - "System.Drawing.Primitives": "(,4.3.0]", - "System.Dynamic.Runtime": "(,4.3.0]", - "System.Globalization": "(,4.3.0]", - "System.Globalization.Calendars": "(,4.3.0]", - "System.Globalization.Extensions": "(,4.3.0]", - "System.IO": "(,4.3.0]", - "System.IO.Compression": "(,4.3.0]", - "System.IO.Compression.ZipFile": "(,4.3.0]", - "System.IO.FileSystem": "(,4.3.0]", - "System.IO.FileSystem.DriveInfo": "(,4.3.1]", - "System.IO.FileSystem.Primitives": "(,4.3.0]", - "System.IO.FileSystem.Watcher": "(,4.3.0]", - "System.IO.IsolatedStorage": "(,4.3.0]", - "System.IO.MemoryMappedFiles": "(,4.3.0]", - "System.IO.Pipes": "(,4.3.0]", - "System.IO.UnmanagedMemoryStream": "(,4.3.0]", - "System.Linq": "(,4.3.0]", - "System.Linq.Expressions": "(,4.3.0]", - "System.Linq.Parallel": "(,4.3.0]", - "System.Linq.Queryable": "(,4.3.0]", - "System.Net.Http": "(,4.3.4]", - "System.Net.NameResolution": "(,4.3.0]", - "System.Net.NetworkInformation": "(,4.3.0]", - "System.Net.Ping": "(,4.3.0]", - "System.Net.Primitives": "(,4.3.1]", - "System.Net.Requests": "(,4.3.0]", - "System.Net.Security": "(,4.3.2]", - "System.Net.Sockets": "(,4.3.0]", - "System.Net.WebHeaderCollection": "(,4.3.0]", - "System.Net.WebSockets": "(,4.3.0]", - "System.Net.WebSockets.Client": "(,4.3.2]", - "System.Reflection": "(,4.3.0]", - "System.Reflection.Extensions": "(,4.3.0]", - "System.Reflection.Primitives": "(,4.3.0]", - "System.Resources.Reader": "(,4.3.0]", - "System.Resources.ResourceManager": "(,4.3.0]", - "System.Resources.Writer": "(,4.3.0]", - "System.Runtime": "(,4.3.1]", - "System.Runtime.CompilerServices.VisualC": "(,4.3.0]", - "System.Runtime.Extensions": "(,4.3.1]", - "System.Runtime.Handles": "(,4.3.0]", - "System.Runtime.InteropServices": "(,4.3.0]", - "System.Runtime.InteropServices.RuntimeInformation": "(,4.3.0]", - "System.Runtime.Numerics": "(,4.3.0]", - "System.Runtime.Serialization.Formatters": "(,4.3.0]", - "System.Runtime.Serialization.Primitives": "(,4.3.0]", - "System.Runtime.Serialization.Xml": "(,4.3.0]", - "System.Security.Claims": "(,4.3.0]", - "System.Security.Cryptography.Algorithms": "(,4.3.1]", - "System.Security.Cryptography.Csp": "(,4.3.0]", - "System.Security.Cryptography.Encoding": "(,4.3.0]", - "System.Security.Cryptography.Primitives": "(,4.3.0]", - "System.Security.Cryptography.X509Certificates": "(,4.3.2]", - "System.Security.Principal": "(,4.3.0]", - "System.Security.SecureString": "(,4.3.0]", - "System.Text.Encoding": "(,4.3.0]", - "System.Text.Encoding.Extensions": "(,4.3.0]", - "System.Text.RegularExpressions": "(,4.3.0]", - "System.Threading": "(,4.3.0]", - "System.Threading.Overlapped": "(,4.3.0]", - "System.Threading.Tasks": "(,4.3.0]", - "System.Threading.Tasks.Parallel": "(,4.3.0]", - "System.Threading.Thread": "(,4.3.0]", - "System.Threading.ThreadPool": "(,4.3.0]", - "System.Threading.Timer": "(,4.3.0]", - "System.ValueTuple": "(,4.6.1]", - "System.Xml.ReaderWriter": "(,4.3.1]", - "System.Xml.XDocument": "(,4.3.0]", - "System.Xml.XmlDocument": "(,4.3.0]", - "System.Xml.XmlSerializer": "(,4.3.0]", - "System.Xml.XPath": "(,4.3.0]", - "System.Xml.XPath.XDocument": "(,4.3.0]" - } - } - } - }, - "C:\\git\\InShimInator\\src\\Inshiminator.CodeFixes\\Inshiminator.CodeFixes.csproj": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "C:\\git\\InShimInator\\src\\Inshiminator.CodeFixes\\Inshiminator.CodeFixes.csproj", - "projectName": "Inshiminator.CodeFixes", - "projectPath": "C:\\git\\InShimInator\\src\\Inshiminator.CodeFixes\\Inshiminator.CodeFixes.csproj", - "packagesPath": "C:\\Users\\jd\\.nuget\\packages\\", - "outputPath": "C:\\git\\InShimInator\\src\\Inshiminator.CodeFixes\\obj\\", - "projectStyle": "PackageReference", - "crossTargeting": true, - "centralPackageVersionsManagementEnabled": true, - "fallbackFolders": [ - "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" - ], - "configFilePaths": [ - "C:\\git\\InShimInator\\NuGet.Config", - "C:\\Users\\jd\\AppData\\Roaming\\NuGet\\NuGet.Config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" - ], - "originalTargetFrameworks": [ - "net10.0", - "net8.0", - "netstandard2.0" - ], - "sources": { - "C:\\Program Files\\dotnet\\library-packs": {}, - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net8.0": { - "targetAlias": "net8.0", - "projectReferences": { - "C:\\git\\InShimInator\\src\\Inshiminator.Analyzers\\Inshiminator.Analyzers.csproj": { - "projectPath": "C:\\git\\InShimInator\\src\\Inshiminator.Analyzers\\Inshiminator.Analyzers.csproj" - } - } - }, - "net10.0": { - "targetAlias": "net10.0", - "projectReferences": { - "C:\\git\\InShimInator\\src\\Inshiminator.Analyzers\\Inshiminator.Analyzers.csproj": { - "projectPath": "C:\\git\\InShimInator\\src\\Inshiminator.Analyzers\\Inshiminator.Analyzers.csproj" - } - } - }, - "netstandard2.0": { - "targetAlias": "netstandard2.0", - "projectReferences": { - "C:\\git\\InShimInator\\src\\Inshiminator.Analyzers\\Inshiminator.Analyzers.csproj": { - "projectPath": "C:\\git\\InShimInator\\src\\Inshiminator.Analyzers\\Inshiminator.Analyzers.csproj" - } - } - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - }, - "restoreAuditProperties": { - "enableAudit": "true", - "auditLevel": "low", - "auditMode": "all" - }, - "SdkAnalysisLevel": "10.0.100" - }, - "frameworks": { - "net8.0": { - "targetAlias": "net8.0", - "dependencies": { - "Microsoft.CodeAnalysis.CSharp.Workspaces": { - "target": "Package", - "version": "[4.12.0, )", - "versionCentrallyManaged": true - }, - "Microsoft.SourceLink.GitHub": { - "suppressParent": "All", - "target": "Package", - "version": "[10.0.203, )", - "versionCentrallyManaged": true - }, - "Nerdbank.GitVersioning": { - "suppressParent": "All", - "target": "Package", - "version": "[3.9.50, )", - "versionCentrallyManaged": true - } - }, - "centralPackageVersions": { - "coverlet.collector": "10.0.0", - "Microsoft.Build.Locator": "1.11.2", - "Microsoft.CodeAnalysis.Analyzers": "3.11.0", - "Microsoft.CodeAnalysis.CSharp": "4.12.0", - "Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.12.0", - "Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing.XUnit": "1.1.2", - "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.7", - "Microsoft.NET.Test.Sdk": "18.5.1", - "Microsoft.SourceLink.GitHub": "10.0.203", - "Nerdbank.GitVersioning": "3.9.50", - "Spectre.Console.Cli": "0.55.0", - "xunit": "2.9.3", - "xunit.runner.visualstudio": "3.1.5" - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48", - "net481" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\10.0.107/PortableRuntimeIdentifierGraph.json", - "packagesToPrune": { - "Microsoft.CSharp": "(,4.7.32767]", - "Microsoft.VisualBasic": "(,10.3.32767]", - "Microsoft.Win32.Primitives": "(,4.3.32767]", - "Microsoft.Win32.Registry": "(,5.0.32767]", - "runtime.any.System.Collections": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.any.System.Globalization": "(,4.3.32767]", - "runtime.any.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.any.System.IO": "(,4.3.32767]", - "runtime.any.System.Reflection": "(,4.3.32767]", - "runtime.any.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.any.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.any.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.any.System.Runtime": "(,4.3.32767]", - "runtime.any.System.Runtime.Handles": "(,4.3.32767]", - "runtime.any.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.any.System.Text.Encoding": "(,4.3.32767]", - "runtime.any.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.any.System.Threading.Tasks": "(,4.3.32767]", - "runtime.any.System.Threading.Timer": "(,4.3.32767]", - "runtime.aot.System.Collections": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.aot.System.Globalization": "(,4.3.32767]", - "runtime.aot.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.aot.System.IO": "(,4.3.32767]", - "runtime.aot.System.Reflection": "(,4.3.32767]", - "runtime.aot.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.aot.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.aot.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.aot.System.Runtime": "(,4.3.32767]", - "runtime.aot.System.Runtime.Handles": "(,4.3.32767]", - "runtime.aot.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.aot.System.Threading.Tasks": "(,4.3.32767]", - "runtime.aot.System.Threading.Timer": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.native.System.Security.Cryptography.Apple": "(,4.3.32767]", - "runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.unix.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.unix.System.Console": "(,4.3.32767]", - "runtime.unix.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.unix.System.IO.FileSystem": "(,4.3.32767]", - "runtime.unix.System.Net.Primitives": "(,4.3.32767]", - "runtime.unix.System.Net.Sockets": "(,4.3.32767]", - "runtime.unix.System.Private.Uri": "(,4.3.32767]", - "runtime.unix.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.win.System.Console": "(,4.3.32767]", - "runtime.win.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.win.System.IO.FileSystem": "(,4.3.32767]", - "runtime.win.System.Net.Primitives": "(,4.3.32767]", - "runtime.win.System.Net.Sockets": "(,4.3.32767]", - "runtime.win.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win10-arm-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-arm64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win10-x64-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-x86-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7-x86.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7.System.Private.Uri": "(,4.3.32767]", - "runtime.win8-arm.runtime.native.System.IO.Compression": "(,4.3.32767]", - "System.AppContext": "(,4.3.32767]", - "System.Buffers": "(,4.6.32767]", - "System.Collections": "(,4.3.32767]", - "System.Collections.Concurrent": "(,4.3.32767]", - "System.Collections.Immutable": "(,8.0.32767]", - "System.Collections.NonGeneric": "(,4.3.32767]", - "System.Collections.Specialized": "(,4.3.32767]", - "System.ComponentModel": "(,4.3.32767]", - "System.ComponentModel.Annotations": "(,5.0.32767]", - "System.ComponentModel.EventBasedAsync": "(,4.3.32767]", - "System.ComponentModel.Primitives": "(,4.3.32767]", - "System.ComponentModel.TypeConverter": "(,4.3.32767]", - "System.Console": "(,4.3.32767]", - "System.Data.Common": "(,4.3.32767]", - "System.Data.DataSetExtensions": "(,4.5.32767]", - "System.Diagnostics.Contracts": "(,4.3.32767]", - "System.Diagnostics.Debug": "(,4.3.32767]", - "System.Diagnostics.DiagnosticSource": "(,8.0.32767]", - "System.Diagnostics.FileVersionInfo": "(,4.3.32767]", - "System.Diagnostics.Process": "(,4.3.32767]", - "System.Diagnostics.StackTrace": "(,4.3.32767]", - "System.Diagnostics.TextWriterTraceListener": "(,4.3.32767]", - "System.Diagnostics.Tools": "(,4.3.32767]", - "System.Diagnostics.TraceSource": "(,4.3.32767]", - "System.Diagnostics.Tracing": "(,4.3.32767]", - "System.Drawing.Primitives": "(,4.3.32767]", - "System.Dynamic.Runtime": "(,4.3.32767]", - "System.Formats.Asn1": "(,8.0.32767]", - "System.Globalization": "(,4.3.32767]", - "System.Globalization.Calendars": "(,4.3.32767]", - "System.Globalization.Extensions": "(,4.3.32767]", - "System.IO": "(,4.3.32767]", - "System.IO.Compression": "(,4.3.32767]", - "System.IO.Compression.ZipFile": "(,4.3.32767]", - "System.IO.FileSystem": "(,4.3.32767]", - "System.IO.FileSystem.AccessControl": "(,5.0.32767]", - "System.IO.FileSystem.DriveInfo": "(,4.3.32767]", - "System.IO.FileSystem.Primitives": "(,4.3.32767]", - "System.IO.FileSystem.Watcher": "(,4.3.32767]", - "System.IO.IsolatedStorage": "(,4.3.32767]", - "System.IO.MemoryMappedFiles": "(,4.3.32767]", - "System.IO.Pipes": "(,4.3.32767]", - "System.IO.Pipes.AccessControl": "(,4.6.32767]", - "System.IO.UnmanagedMemoryStream": "(,4.3.32767]", - "System.Linq": "(,4.3.32767]", - "System.Linq.Expressions": "(,4.3.32767]", - "System.Linq.Parallel": "(,4.3.32767]", - "System.Linq.Queryable": "(,4.3.32767]", - "System.Memory": "(,4.6.32767]", - "System.Net.Http": "(,4.3.32767]", - "System.Net.Http.Json": "(,8.0.32767]", - "System.Net.NameResolution": "(,4.3.32767]", - "System.Net.NetworkInformation": "(,4.3.32767]", - "System.Net.Ping": "(,4.3.32767]", - "System.Net.Primitives": "(,4.3.32767]", - "System.Net.Requests": "(,4.3.32767]", - "System.Net.Security": "(,4.3.32767]", - "System.Net.Sockets": "(,4.3.32767]", - "System.Net.WebHeaderCollection": "(,4.3.32767]", - "System.Net.WebSockets": "(,4.3.32767]", - "System.Net.WebSockets.Client": "(,4.3.32767]", - "System.Numerics.Vectors": "(,4.6.32767]", - "System.ObjectModel": "(,4.3.32767]", - "System.Private.DataContractSerialization": "(,4.3.32767]", - "System.Private.Uri": "(,4.3.32767]", - "System.Reflection": "(,4.3.32767]", - "System.Reflection.DispatchProxy": "(,4.8.32767]", - "System.Reflection.Emit": "(,4.7.32767]", - "System.Reflection.Emit.ILGeneration": "(,4.7.32767]", - "System.Reflection.Emit.Lightweight": "(,4.7.32767]", - "System.Reflection.Extensions": "(,4.3.32767]", - "System.Reflection.Metadata": "(,8.0.32767]", - "System.Reflection.Primitives": "(,4.3.32767]", - "System.Reflection.TypeExtensions": "(,4.7.32767]", - "System.Resources.Reader": "(,4.3.32767]", - "System.Resources.ResourceManager": "(,4.3.32767]", - "System.Resources.Writer": "(,4.3.32767]", - "System.Runtime": "(,4.3.32767]", - "System.Runtime.CompilerServices.Unsafe": "(,6.1.32767]", - "System.Runtime.CompilerServices.VisualC": "(,4.3.32767]", - "System.Runtime.Extensions": "(,4.3.32767]", - "System.Runtime.Handles": "(,4.3.32767]", - "System.Runtime.InteropServices": "(,4.3.32767]", - "System.Runtime.InteropServices.RuntimeInformation": "(,4.3.32767]", - "System.Runtime.Loader": "(,4.3.32767]", - "System.Runtime.Numerics": "(,4.3.32767]", - "System.Runtime.Serialization.Formatters": "(,4.3.32767]", - "System.Runtime.Serialization.Json": "(,4.3.32767]", - "System.Runtime.Serialization.Primitives": "(,4.3.32767]", - "System.Runtime.Serialization.Xml": "(,4.3.32767]", - "System.Security.AccessControl": "(,6.0.32767]", - "System.Security.Claims": "(,4.3.32767]", - "System.Security.Cryptography.Algorithms": "(,4.3.32767]", - "System.Security.Cryptography.Cng": "(,4.6.32767]", - "System.Security.Cryptography.Csp": "(,4.3.32767]", - "System.Security.Cryptography.Encoding": "(,4.3.32767]", - "System.Security.Cryptography.OpenSsl": "(,5.0.32767]", - "System.Security.Cryptography.Primitives": "(,4.3.32767]", - "System.Security.Cryptography.X509Certificates": "(,4.3.32767]", - "System.Security.Principal": "(,4.3.32767]", - "System.Security.Principal.Windows": "(,5.0.32767]", - "System.Security.SecureString": "(,4.3.32767]", - "System.Text.Encoding": "(,4.3.32767]", - "System.Text.Encoding.CodePages": "(,8.0.32767]", - "System.Text.Encoding.Extensions": "(,4.3.32767]", - "System.Text.Encodings.Web": "(,8.0.32767]", - "System.Text.Json": "(,8.0.32767]", - "System.Text.RegularExpressions": "(,4.3.32767]", - "System.Threading": "(,4.3.32767]", - "System.Threading.Channels": "(,8.0.32767]", - "System.Threading.Overlapped": "(,4.3.32767]", - "System.Threading.Tasks": "(,4.3.32767]", - "System.Threading.Tasks.Dataflow": "(,8.0.32767]", - "System.Threading.Tasks.Extensions": "(,4.6.32767]", - "System.Threading.Tasks.Parallel": "(,4.3.32767]", - "System.Threading.Thread": "(,4.3.32767]", - "System.Threading.ThreadPool": "(,4.3.32767]", - "System.Threading.Timer": "(,4.3.32767]", - "System.ValueTuple": "(,4.6.32767]", - "System.Xml.ReaderWriter": "(,4.3.32767]", - "System.Xml.XDocument": "(,4.3.32767]", - "System.Xml.XmlDocument": "(,4.3.32767]", - "System.Xml.XmlSerializer": "(,4.3.32767]", - "System.Xml.XPath": "(,4.3.32767]", - "System.Xml.XPath.XDocument": "(,4.3.32767]" - } - }, - "net10.0": { - "targetAlias": "net10.0", - "dependencies": { - "Microsoft.CodeAnalysis.CSharp.Workspaces": { - "target": "Package", - "version": "[4.12.0, )", - "versionCentrallyManaged": true - }, - "Microsoft.SourceLink.GitHub": { - "suppressParent": "All", - "target": "Package", - "version": "[10.0.203, )", - "versionCentrallyManaged": true - }, - "Nerdbank.GitVersioning": { - "suppressParent": "All", - "target": "Package", - "version": "[3.9.50, )", - "versionCentrallyManaged": true - } - }, - "centralPackageVersions": { - "coverlet.collector": "10.0.0", - "Microsoft.Build.Locator": "1.11.2", - "Microsoft.CodeAnalysis.Analyzers": "3.11.0", - "Microsoft.CodeAnalysis.CSharp": "4.12.0", - "Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.12.0", - "Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing.XUnit": "1.1.2", - "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.7", - "Microsoft.NET.Test.Sdk": "18.5.1", - "Microsoft.SourceLink.GitHub": "10.0.203", - "Nerdbank.GitVersioning": "3.9.50", - "Spectre.Console.Cli": "0.55.0", - "xunit": "2.9.3", - "xunit.runner.visualstudio": "3.1.5" - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48", - "net481" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\10.0.107/PortableRuntimeIdentifierGraph.json", - "packagesToPrune": { - "Microsoft.CSharp": "(,4.7.32767]", - "Microsoft.VisualBasic": "(,10.4.32767]", - "Microsoft.Win32.Primitives": "(,4.3.32767]", - "Microsoft.Win32.Registry": "(,5.0.32767]", - "runtime.any.System.Collections": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.any.System.Globalization": "(,4.3.32767]", - "runtime.any.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.any.System.IO": "(,4.3.32767]", - "runtime.any.System.Reflection": "(,4.3.32767]", - "runtime.any.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.any.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.any.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.any.System.Runtime": "(,4.3.32767]", - "runtime.any.System.Runtime.Handles": "(,4.3.32767]", - "runtime.any.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.any.System.Text.Encoding": "(,4.3.32767]", - "runtime.any.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.any.System.Threading.Tasks": "(,4.3.32767]", - "runtime.any.System.Threading.Timer": "(,4.3.32767]", - "runtime.aot.System.Collections": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.aot.System.Globalization": "(,4.3.32767]", - "runtime.aot.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.aot.System.IO": "(,4.3.32767]", - "runtime.aot.System.Reflection": "(,4.3.32767]", - "runtime.aot.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.aot.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.aot.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.aot.System.Runtime": "(,4.3.32767]", - "runtime.aot.System.Runtime.Handles": "(,4.3.32767]", - "runtime.aot.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.aot.System.Threading.Tasks": "(,4.3.32767]", - "runtime.aot.System.Threading.Timer": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.unix.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.unix.System.Console": "(,4.3.32767]", - "runtime.unix.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.unix.System.IO.FileSystem": "(,4.3.32767]", - "runtime.unix.System.Net.Primitives": "(,4.3.32767]", - "runtime.unix.System.Net.Sockets": "(,4.3.32767]", - "runtime.unix.System.Private.Uri": "(,4.3.32767]", - "runtime.unix.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.win.System.Console": "(,4.3.32767]", - "runtime.win.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.win.System.IO.FileSystem": "(,4.3.32767]", - "runtime.win.System.Net.Primitives": "(,4.3.32767]", - "runtime.win.System.Net.Sockets": "(,4.3.32767]", - "runtime.win.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win10-arm-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-arm64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win10-x64-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-x86-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7-x86.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7.System.Private.Uri": "(,4.3.32767]", - "runtime.win8-arm.runtime.native.System.IO.Compression": "(,4.3.32767]", - "System.AppContext": "(,4.3.32767]", - "System.Buffers": "(,5.0.32767]", - "System.Collections": "(,4.3.32767]", - "System.Collections.Concurrent": "(,4.3.32767]", - "System.Collections.Immutable": "(,10.0.32767]", - "System.Collections.NonGeneric": "(,4.3.32767]", - "System.Collections.Specialized": "(,4.3.32767]", - "System.ComponentModel": "(,4.3.32767]", - "System.ComponentModel.Annotations": "(,4.3.32767]", - "System.ComponentModel.EventBasedAsync": "(,4.3.32767]", - "System.ComponentModel.Primitives": "(,4.3.32767]", - "System.ComponentModel.TypeConverter": "(,4.3.32767]", - "System.Console": "(,4.3.32767]", - "System.Data.Common": "(,4.3.32767]", - "System.Data.DataSetExtensions": "(,4.4.32767]", - "System.Diagnostics.Contracts": "(,4.3.32767]", - "System.Diagnostics.Debug": "(,4.3.32767]", - "System.Diagnostics.DiagnosticSource": "(,10.0.32767]", - "System.Diagnostics.FileVersionInfo": "(,4.3.32767]", - "System.Diagnostics.Process": "(,4.3.32767]", - "System.Diagnostics.StackTrace": "(,4.3.32767]", - "System.Diagnostics.TextWriterTraceListener": "(,4.3.32767]", - "System.Diagnostics.Tools": "(,4.3.32767]", - "System.Diagnostics.TraceSource": "(,4.3.32767]", - "System.Diagnostics.Tracing": "(,4.3.32767]", - "System.Drawing.Primitives": "(,4.3.32767]", - "System.Dynamic.Runtime": "(,4.3.32767]", - "System.Formats.Asn1": "(,10.0.32767]", - "System.Formats.Tar": "(,10.0.32767]", - "System.Globalization": "(,4.3.32767]", - "System.Globalization.Calendars": "(,4.3.32767]", - "System.Globalization.Extensions": "(,4.3.32767]", - "System.IO": "(,4.3.32767]", - "System.IO.Compression": "(,4.3.32767]", - "System.IO.Compression.ZipFile": "(,4.3.32767]", - "System.IO.FileSystem": "(,4.3.32767]", - "System.IO.FileSystem.AccessControl": "(,4.4.32767]", - "System.IO.FileSystem.DriveInfo": "(,4.3.32767]", - "System.IO.FileSystem.Primitives": "(,4.3.32767]", - "System.IO.FileSystem.Watcher": "(,4.3.32767]", - "System.IO.IsolatedStorage": "(,4.3.32767]", - "System.IO.MemoryMappedFiles": "(,4.3.32767]", - "System.IO.Pipelines": "(,10.0.32767]", - "System.IO.Pipes": "(,4.3.32767]", - "System.IO.Pipes.AccessControl": "(,5.0.32767]", - "System.IO.UnmanagedMemoryStream": "(,4.3.32767]", - "System.Linq": "(,4.3.32767]", - "System.Linq.AsyncEnumerable": "(,10.0.32767]", - "System.Linq.Expressions": "(,4.3.32767]", - "System.Linq.Parallel": "(,4.3.32767]", - "System.Linq.Queryable": "(,4.3.32767]", - "System.Memory": "(,5.0.32767]", - "System.Net.Http": "(,4.3.32767]", - "System.Net.Http.Json": "(,10.0.32767]", - "System.Net.NameResolution": "(,4.3.32767]", - "System.Net.NetworkInformation": "(,4.3.32767]", - "System.Net.Ping": "(,4.3.32767]", - "System.Net.Primitives": "(,4.3.32767]", - "System.Net.Requests": "(,4.3.32767]", - "System.Net.Security": "(,4.3.32767]", - "System.Net.ServerSentEvents": "(,10.0.32767]", - "System.Net.Sockets": "(,4.3.32767]", - "System.Net.WebHeaderCollection": "(,4.3.32767]", - "System.Net.WebSockets": "(,4.3.32767]", - "System.Net.WebSockets.Client": "(,4.3.32767]", - "System.Numerics.Vectors": "(,5.0.32767]", - "System.ObjectModel": "(,4.3.32767]", - "System.Private.DataContractSerialization": "(,4.3.32767]", - "System.Private.Uri": "(,4.3.32767]", - "System.Reflection": "(,4.3.32767]", - "System.Reflection.DispatchProxy": "(,6.0.32767]", - "System.Reflection.Emit": "(,4.7.32767]", - "System.Reflection.Emit.ILGeneration": "(,4.7.32767]", - "System.Reflection.Emit.Lightweight": "(,4.7.32767]", - "System.Reflection.Extensions": "(,4.3.32767]", - "System.Reflection.Metadata": "(,10.0.32767]", - "System.Reflection.Primitives": "(,4.3.32767]", - "System.Reflection.TypeExtensions": "(,4.3.32767]", - "System.Resources.Reader": "(,4.3.32767]", - "System.Resources.ResourceManager": "(,4.3.32767]", - "System.Resources.Writer": "(,4.3.32767]", - "System.Runtime": "(,4.3.32767]", - "System.Runtime.CompilerServices.Unsafe": "(,7.0.32767]", - "System.Runtime.CompilerServices.VisualC": "(,4.3.32767]", - "System.Runtime.Extensions": "(,4.3.32767]", - "System.Runtime.Handles": "(,4.3.32767]", - "System.Runtime.InteropServices": "(,4.3.32767]", - "System.Runtime.InteropServices.RuntimeInformation": "(,4.3.32767]", - "System.Runtime.Loader": "(,4.3.32767]", - "System.Runtime.Numerics": "(,4.3.32767]", - "System.Runtime.Serialization.Formatters": "(,4.3.32767]", - "System.Runtime.Serialization.Json": "(,4.3.32767]", - "System.Runtime.Serialization.Primitives": "(,4.3.32767]", - "System.Runtime.Serialization.Xml": "(,4.3.32767]", - "System.Security.AccessControl": "(,6.0.32767]", - "System.Security.Claims": "(,4.3.32767]", - "System.Security.Cryptography.Algorithms": "(,4.3.32767]", - "System.Security.Cryptography.Cng": "(,5.0.32767]", - "System.Security.Cryptography.Csp": "(,4.3.32767]", - "System.Security.Cryptography.Encoding": "(,4.3.32767]", - "System.Security.Cryptography.OpenSsl": "(,5.0.32767]", - "System.Security.Cryptography.Primitives": "(,4.3.32767]", - "System.Security.Cryptography.X509Certificates": "(,4.3.32767]", - "System.Security.Principal": "(,4.3.32767]", - "System.Security.Principal.Windows": "(,5.0.32767]", - "System.Security.SecureString": "(,4.3.32767]", - "System.Text.Encoding": "(,4.3.32767]", - "System.Text.Encoding.CodePages": "(,10.0.32767]", - "System.Text.Encoding.Extensions": "(,4.3.32767]", - "System.Text.Encodings.Web": "(,10.0.32767]", - "System.Text.Json": "(,10.0.32767]", - "System.Text.RegularExpressions": "(,4.3.32767]", - "System.Threading": "(,4.3.32767]", - "System.Threading.AccessControl": "(,10.0.32767]", - "System.Threading.Channels": "(,10.0.32767]", - "System.Threading.Overlapped": "(,4.3.32767]", - "System.Threading.Tasks": "(,4.3.32767]", - "System.Threading.Tasks.Dataflow": "(,10.0.32767]", - "System.Threading.Tasks.Extensions": "(,5.0.32767]", - "System.Threading.Tasks.Parallel": "(,4.3.32767]", - "System.Threading.Thread": "(,4.3.32767]", - "System.Threading.ThreadPool": "(,4.3.32767]", - "System.Threading.Timer": "(,4.3.32767]", - "System.ValueTuple": "(,4.5.32767]", - "System.Xml.ReaderWriter": "(,4.3.32767]", - "System.Xml.XDocument": "(,4.3.32767]", - "System.Xml.XmlDocument": "(,4.3.32767]", - "System.Xml.XmlSerializer": "(,4.3.32767]", - "System.Xml.XPath": "(,4.3.32767]", - "System.Xml.XPath.XDocument": "(,5.0.32767]" - } - }, - "netstandard2.0": { - "targetAlias": "netstandard2.0", - "dependencies": { - "Microsoft.CodeAnalysis.CSharp.Workspaces": { - "target": "Package", - "version": "[4.12.0, )", - "versionCentrallyManaged": true - }, - "Microsoft.SourceLink.GitHub": { - "suppressParent": "All", - "target": "Package", - "version": "[10.0.203, )", - "versionCentrallyManaged": true - }, - "NETStandard.Library": { - "suppressParent": "All", - "target": "Package", - "version": "[2.0.3, )", - "autoReferenced": true - }, - "Nerdbank.GitVersioning": { - "suppressParent": "All", - "target": "Package", - "version": "[3.9.50, )", - "versionCentrallyManaged": true - } - }, - "centralPackageVersions": { - "coverlet.collector": "10.0.0", - "Microsoft.Build.Locator": "1.11.2", - "Microsoft.CodeAnalysis.Analyzers": "3.11.0", - "Microsoft.CodeAnalysis.CSharp": "4.12.0", - "Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.12.0", - "Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing.XUnit": "1.1.2", - "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.7", - "Microsoft.NET.Test.Sdk": "18.5.1", - "Microsoft.SourceLink.GitHub": "10.0.203", - "Nerdbank.GitVersioning": "3.9.50", - "Spectre.Console.Cli": "0.55.0", - "xunit": "2.9.3", - "xunit.runner.visualstudio": "3.1.5" - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48", - "net481" - ], - "assetTargetFallback": true, - "warn": true, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\10.0.107\\RuntimeIdentifierGraph.json", - "packagesToPrune": { - "Microsoft.Win32.Primitives": "(,4.3.0]", - "System.AppContext": "(,4.3.0]", - "System.Collections": "(,4.3.0]", - "System.Collections.NonGeneric": "(,4.3.0]", - "System.Collections.Specialized": "(,4.3.0]", - "System.ComponentModel": "(,4.3.0]", - "System.ComponentModel.EventBasedAsync": "(,4.3.0]", - "System.ComponentModel.Primitives": "(,4.3.0]", - "System.ComponentModel.TypeConverter": "(,4.3.0]", - "System.Console": "(,4.3.1]", - "System.Data.Common": "(,4.3.0]", - "System.Diagnostics.Contracts": "(,4.3.0]", - "System.Diagnostics.Debug": "(,4.3.0]", - "System.Diagnostics.FileVersionInfo": "(,4.3.0]", - "System.Diagnostics.Process": "(,4.3.0]", - "System.Diagnostics.StackTrace": "(,4.3.0]", - "System.Diagnostics.TextWriterTraceListener": "(,4.3.0]", - "System.Diagnostics.Tools": "(,4.3.0]", - "System.Diagnostics.TraceSource": "(,4.3.0]", - "System.Diagnostics.Tracing": "(,4.3.0]", - "System.Drawing.Primitives": "(,4.3.0]", - "System.Dynamic.Runtime": "(,4.3.0]", - "System.Globalization": "(,4.3.0]", - "System.Globalization.Calendars": "(,4.3.0]", - "System.Globalization.Extensions": "(,4.3.0]", - "System.IO": "(,4.3.0]", - "System.IO.Compression": "(,4.3.0]", - "System.IO.Compression.ZipFile": "(,4.3.0]", - "System.IO.FileSystem": "(,4.3.0]", - "System.IO.FileSystem.DriveInfo": "(,4.3.1]", - "System.IO.FileSystem.Primitives": "(,4.3.0]", - "System.IO.FileSystem.Watcher": "(,4.3.0]", - "System.IO.IsolatedStorage": "(,4.3.0]", - "System.IO.MemoryMappedFiles": "(,4.3.0]", - "System.IO.Pipes": "(,4.3.0]", - "System.IO.UnmanagedMemoryStream": "(,4.3.0]", - "System.Linq": "(,4.3.0]", - "System.Linq.Expressions": "(,4.3.0]", - "System.Linq.Parallel": "(,4.3.0]", - "System.Linq.Queryable": "(,4.3.0]", - "System.Net.Http": "(,4.3.4]", - "System.Net.NameResolution": "(,4.3.0]", - "System.Net.NetworkInformation": "(,4.3.0]", - "System.Net.Ping": "(,4.3.0]", - "System.Net.Primitives": "(,4.3.1]", - "System.Net.Requests": "(,4.3.0]", - "System.Net.Security": "(,4.3.2]", - "System.Net.Sockets": "(,4.3.0]", - "System.Net.WebHeaderCollection": "(,4.3.0]", - "System.Net.WebSockets": "(,4.3.0]", - "System.Net.WebSockets.Client": "(,4.3.2]", - "System.Reflection": "(,4.3.0]", - "System.Reflection.Extensions": "(,4.3.0]", - "System.Reflection.Primitives": "(,4.3.0]", - "System.Resources.Reader": "(,4.3.0]", - "System.Resources.ResourceManager": "(,4.3.0]", - "System.Resources.Writer": "(,4.3.0]", - "System.Runtime": "(,4.3.1]", - "System.Runtime.CompilerServices.VisualC": "(,4.3.0]", - "System.Runtime.Extensions": "(,4.3.1]", - "System.Runtime.Handles": "(,4.3.0]", - "System.Runtime.InteropServices": "(,4.3.0]", - "System.Runtime.InteropServices.RuntimeInformation": "(,4.3.0]", - "System.Runtime.Numerics": "(,4.3.0]", - "System.Runtime.Serialization.Formatters": "(,4.3.0]", - "System.Runtime.Serialization.Primitives": "(,4.3.0]", - "System.Runtime.Serialization.Xml": "(,4.3.0]", - "System.Security.Claims": "(,4.3.0]", - "System.Security.Cryptography.Algorithms": "(,4.3.1]", - "System.Security.Cryptography.Csp": "(,4.3.0]", - "System.Security.Cryptography.Encoding": "(,4.3.0]", - "System.Security.Cryptography.Primitives": "(,4.3.0]", - "System.Security.Cryptography.X509Certificates": "(,4.3.2]", - "System.Security.Principal": "(,4.3.0]", - "System.Security.SecureString": "(,4.3.0]", - "System.Text.Encoding": "(,4.3.0]", - "System.Text.Encoding.Extensions": "(,4.3.0]", - "System.Text.RegularExpressions": "(,4.3.0]", - "System.Threading": "(,4.3.0]", - "System.Threading.Overlapped": "(,4.3.0]", - "System.Threading.Tasks": "(,4.3.0]", - "System.Threading.Tasks.Parallel": "(,4.3.0]", - "System.Threading.Thread": "(,4.3.0]", - "System.Threading.ThreadPool": "(,4.3.0]", - "System.Threading.Timer": "(,4.3.0]", - "System.ValueTuple": "(,4.6.1]", - "System.Xml.ReaderWriter": "(,4.3.1]", - "System.Xml.XDocument": "(,4.3.0]", - "System.Xml.XmlDocument": "(,4.3.0]", - "System.Xml.XmlSerializer": "(,4.3.0]", - "System.Xml.XPath": "(,4.3.0]", - "System.Xml.XPath.XDocument": "(,4.3.0]" - } - } - } - }, - "C:\\git\\InShimInator\\tests\\Inshiminator.Analyzers.Tests\\Inshiminator.Analyzers.Tests.csproj": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "C:\\git\\InShimInator\\tests\\Inshiminator.Analyzers.Tests\\Inshiminator.Analyzers.Tests.csproj", - "projectName": "Inshiminator.Analyzers.Tests", - "projectPath": "C:\\git\\InShimInator\\tests\\Inshiminator.Analyzers.Tests\\Inshiminator.Analyzers.Tests.csproj", - "packagesPath": "C:\\Users\\jd\\.nuget\\packages\\", - "outputPath": "C:\\git\\InShimInator\\tests\\Inshiminator.Analyzers.Tests\\obj\\", - "projectStyle": "PackageReference", - "crossTargeting": true, - "centralPackageVersionsManagementEnabled": true, - "fallbackFolders": [ - "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" - ], - "configFilePaths": [ - "C:\\git\\InShimInator\\NuGet.Config", - "C:\\Users\\jd\\AppData\\Roaming\\NuGet\\NuGet.Config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" - ], - "originalTargetFrameworks": [ - "net10.0", - "net8.0" - ], - "sources": { - "C:\\Program Files\\dotnet\\library-packs": {}, - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net8.0": { - "targetAlias": "net8.0", - "projectReferences": { - "C:\\git\\InShimInator\\src\\Inshiminator.Analyzers\\Inshiminator.Analyzers.csproj": { - "projectPath": "C:\\git\\InShimInator\\src\\Inshiminator.Analyzers\\Inshiminator.Analyzers.csproj" - }, - "C:\\git\\InShimInator\\src\\Inshiminator.CodeFixes\\Inshiminator.CodeFixes.csproj": { - "projectPath": "C:\\git\\InShimInator\\src\\Inshiminator.CodeFixes\\Inshiminator.CodeFixes.csproj" - } - } - }, - "net10.0": { - "targetAlias": "net10.0", - "projectReferences": { - "C:\\git\\InShimInator\\src\\Inshiminator.Analyzers\\Inshiminator.Analyzers.csproj": { - "projectPath": "C:\\git\\InShimInator\\src\\Inshiminator.Analyzers\\Inshiminator.Analyzers.csproj" - }, - "C:\\git\\InShimInator\\src\\Inshiminator.CodeFixes\\Inshiminator.CodeFixes.csproj": { - "projectPath": "C:\\git\\InShimInator\\src\\Inshiminator.CodeFixes\\Inshiminator.CodeFixes.csproj" - } - } - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - }, - "restoreAuditProperties": { - "enableAudit": "true", - "auditLevel": "low", - "auditMode": "all" - }, - "SdkAnalysisLevel": "10.0.100" - }, - "frameworks": { - "net8.0": { - "targetAlias": "net8.0", - "dependencies": { - "Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.XUnit": { - "target": "Package", - "version": "[1.1.2, )", - "versionCentrallyManaged": true - }, - "Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.XUnit": { - "target": "Package", - "version": "[1.1.2, )", - "versionCentrallyManaged": true - }, - "Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing.XUnit": { - "target": "Package", - "version": "[1.1.2, )", - "versionCentrallyManaged": true - }, - "Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing.XUnit": { - "target": "Package", - "version": "[1.1.2, )", - "versionCentrallyManaged": true - }, - "Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing.XUnit": { - "target": "Package", - "version": "[1.1.2, )", - "versionCentrallyManaged": true - }, - "Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing.XUnit": { - "target": "Package", - "version": "[1.1.2, )", - "versionCentrallyManaged": true - }, - "Microsoft.NET.Test.Sdk": { - "target": "Package", - "version": "[18.5.1, )", - "versionCentrallyManaged": true - }, - "Microsoft.SourceLink.GitHub": { - "suppressParent": "All", - "target": "Package", - "version": "[10.0.203, )", - "versionCentrallyManaged": true - }, - "Nerdbank.GitVersioning": { - "suppressParent": "All", - "target": "Package", - "version": "[3.9.50, )", - "versionCentrallyManaged": true - }, - "coverlet.collector": { - "target": "Package", - "version": "[10.0.0, )", - "versionCentrallyManaged": true - }, - "xunit": { - "target": "Package", - "version": "[2.9.3, )", - "versionCentrallyManaged": true - }, - "xunit.runner.visualstudio": { - "target": "Package", - "version": "[3.1.5, )", - "versionCentrallyManaged": true - } - }, - "centralPackageVersions": { - "coverlet.collector": "10.0.0", - "Microsoft.Build.Locator": "1.11.2", - "Microsoft.CodeAnalysis.Analyzers": "3.11.0", - "Microsoft.CodeAnalysis.CSharp": "4.12.0", - "Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.12.0", - "Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing.XUnit": "1.1.2", - "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.7", - "Microsoft.NET.Test.Sdk": "18.5.1", - "Microsoft.SourceLink.GitHub": "10.0.203", - "Nerdbank.GitVersioning": "3.9.50", - "Spectre.Console.Cli": "0.55.0", - "xunit": "2.9.3", - "xunit.runner.visualstudio": "3.1.5" - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48", - "net481" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\10.0.107/PortableRuntimeIdentifierGraph.json", - "packagesToPrune": { - "Microsoft.CSharp": "(,4.7.32767]", - "Microsoft.VisualBasic": "(,10.3.32767]", - "Microsoft.Win32.Primitives": "(,4.3.32767]", - "Microsoft.Win32.Registry": "(,5.0.32767]", - "runtime.any.System.Collections": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.any.System.Globalization": "(,4.3.32767]", - "runtime.any.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.any.System.IO": "(,4.3.32767]", - "runtime.any.System.Reflection": "(,4.3.32767]", - "runtime.any.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.any.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.any.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.any.System.Runtime": "(,4.3.32767]", - "runtime.any.System.Runtime.Handles": "(,4.3.32767]", - "runtime.any.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.any.System.Text.Encoding": "(,4.3.32767]", - "runtime.any.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.any.System.Threading.Tasks": "(,4.3.32767]", - "runtime.any.System.Threading.Timer": "(,4.3.32767]", - "runtime.aot.System.Collections": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.aot.System.Globalization": "(,4.3.32767]", - "runtime.aot.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.aot.System.IO": "(,4.3.32767]", - "runtime.aot.System.Reflection": "(,4.3.32767]", - "runtime.aot.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.aot.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.aot.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.aot.System.Runtime": "(,4.3.32767]", - "runtime.aot.System.Runtime.Handles": "(,4.3.32767]", - "runtime.aot.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.aot.System.Threading.Tasks": "(,4.3.32767]", - "runtime.aot.System.Threading.Timer": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.native.System.Security.Cryptography.Apple": "(,4.3.32767]", - "runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.unix.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.unix.System.Console": "(,4.3.32767]", - "runtime.unix.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.unix.System.IO.FileSystem": "(,4.3.32767]", - "runtime.unix.System.Net.Primitives": "(,4.3.32767]", - "runtime.unix.System.Net.Sockets": "(,4.3.32767]", - "runtime.unix.System.Private.Uri": "(,4.3.32767]", - "runtime.unix.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.win.System.Console": "(,4.3.32767]", - "runtime.win.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.win.System.IO.FileSystem": "(,4.3.32767]", - "runtime.win.System.Net.Primitives": "(,4.3.32767]", - "runtime.win.System.Net.Sockets": "(,4.3.32767]", - "runtime.win.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win10-arm-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-arm64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win10-x64-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-x86-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7-x86.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7.System.Private.Uri": "(,4.3.32767]", - "runtime.win8-arm.runtime.native.System.IO.Compression": "(,4.3.32767]", - "System.AppContext": "(,4.3.32767]", - "System.Buffers": "(,4.6.32767]", - "System.Collections": "(,4.3.32767]", - "System.Collections.Concurrent": "(,4.3.32767]", - "System.Collections.Immutable": "(,8.0.32767]", - "System.Collections.NonGeneric": "(,4.3.32767]", - "System.Collections.Specialized": "(,4.3.32767]", - "System.ComponentModel": "(,4.3.32767]", - "System.ComponentModel.Annotations": "(,5.0.32767]", - "System.ComponentModel.EventBasedAsync": "(,4.3.32767]", - "System.ComponentModel.Primitives": "(,4.3.32767]", - "System.ComponentModel.TypeConverter": "(,4.3.32767]", - "System.Console": "(,4.3.32767]", - "System.Data.Common": "(,4.3.32767]", - "System.Data.DataSetExtensions": "(,4.5.32767]", - "System.Diagnostics.Contracts": "(,4.3.32767]", - "System.Diagnostics.Debug": "(,4.3.32767]", - "System.Diagnostics.DiagnosticSource": "(,8.0.32767]", - "System.Diagnostics.FileVersionInfo": "(,4.3.32767]", - "System.Diagnostics.Process": "(,4.3.32767]", - "System.Diagnostics.StackTrace": "(,4.3.32767]", - "System.Diagnostics.TextWriterTraceListener": "(,4.3.32767]", - "System.Diagnostics.Tools": "(,4.3.32767]", - "System.Diagnostics.TraceSource": "(,4.3.32767]", - "System.Diagnostics.Tracing": "(,4.3.32767]", - "System.Drawing.Primitives": "(,4.3.32767]", - "System.Dynamic.Runtime": "(,4.3.32767]", - "System.Formats.Asn1": "(,8.0.32767]", - "System.Globalization": "(,4.3.32767]", - "System.Globalization.Calendars": "(,4.3.32767]", - "System.Globalization.Extensions": "(,4.3.32767]", - "System.IO": "(,4.3.32767]", - "System.IO.Compression": "(,4.3.32767]", - "System.IO.Compression.ZipFile": "(,4.3.32767]", - "System.IO.FileSystem": "(,4.3.32767]", - "System.IO.FileSystem.AccessControl": "(,5.0.32767]", - "System.IO.FileSystem.DriveInfo": "(,4.3.32767]", - "System.IO.FileSystem.Primitives": "(,4.3.32767]", - "System.IO.FileSystem.Watcher": "(,4.3.32767]", - "System.IO.IsolatedStorage": "(,4.3.32767]", - "System.IO.MemoryMappedFiles": "(,4.3.32767]", - "System.IO.Pipes": "(,4.3.32767]", - "System.IO.Pipes.AccessControl": "(,4.6.32767]", - "System.IO.UnmanagedMemoryStream": "(,4.3.32767]", - "System.Linq": "(,4.3.32767]", - "System.Linq.Expressions": "(,4.3.32767]", - "System.Linq.Parallel": "(,4.3.32767]", - "System.Linq.Queryable": "(,4.3.32767]", - "System.Memory": "(,4.6.32767]", - "System.Net.Http": "(,4.3.32767]", - "System.Net.Http.Json": "(,8.0.32767]", - "System.Net.NameResolution": "(,4.3.32767]", - "System.Net.NetworkInformation": "(,4.3.32767]", - "System.Net.Ping": "(,4.3.32767]", - "System.Net.Primitives": "(,4.3.32767]", - "System.Net.Requests": "(,4.3.32767]", - "System.Net.Security": "(,4.3.32767]", - "System.Net.Sockets": "(,4.3.32767]", - "System.Net.WebHeaderCollection": "(,4.3.32767]", - "System.Net.WebSockets": "(,4.3.32767]", - "System.Net.WebSockets.Client": "(,4.3.32767]", - "System.Numerics.Vectors": "(,4.6.32767]", - "System.ObjectModel": "(,4.3.32767]", - "System.Private.DataContractSerialization": "(,4.3.32767]", - "System.Private.Uri": "(,4.3.32767]", - "System.Reflection": "(,4.3.32767]", - "System.Reflection.DispatchProxy": "(,4.8.32767]", - "System.Reflection.Emit": "(,4.7.32767]", - "System.Reflection.Emit.ILGeneration": "(,4.7.32767]", - "System.Reflection.Emit.Lightweight": "(,4.7.32767]", - "System.Reflection.Extensions": "(,4.3.32767]", - "System.Reflection.Metadata": "(,8.0.32767]", - "System.Reflection.Primitives": "(,4.3.32767]", - "System.Reflection.TypeExtensions": "(,4.7.32767]", - "System.Resources.Reader": "(,4.3.32767]", - "System.Resources.ResourceManager": "(,4.3.32767]", - "System.Resources.Writer": "(,4.3.32767]", - "System.Runtime": "(,4.3.32767]", - "System.Runtime.CompilerServices.Unsafe": "(,6.1.32767]", - "System.Runtime.CompilerServices.VisualC": "(,4.3.32767]", - "System.Runtime.Extensions": "(,4.3.32767]", - "System.Runtime.Handles": "(,4.3.32767]", - "System.Runtime.InteropServices": "(,4.3.32767]", - "System.Runtime.InteropServices.RuntimeInformation": "(,4.3.32767]", - "System.Runtime.Loader": "(,4.3.32767]", - "System.Runtime.Numerics": "(,4.3.32767]", - "System.Runtime.Serialization.Formatters": "(,4.3.32767]", - "System.Runtime.Serialization.Json": "(,4.3.32767]", - "System.Runtime.Serialization.Primitives": "(,4.3.32767]", - "System.Runtime.Serialization.Xml": "(,4.3.32767]", - "System.Security.AccessControl": "(,6.0.32767]", - "System.Security.Claims": "(,4.3.32767]", - "System.Security.Cryptography.Algorithms": "(,4.3.32767]", - "System.Security.Cryptography.Cng": "(,4.6.32767]", - "System.Security.Cryptography.Csp": "(,4.3.32767]", - "System.Security.Cryptography.Encoding": "(,4.3.32767]", - "System.Security.Cryptography.OpenSsl": "(,5.0.32767]", - "System.Security.Cryptography.Primitives": "(,4.3.32767]", - "System.Security.Cryptography.X509Certificates": "(,4.3.32767]", - "System.Security.Principal": "(,4.3.32767]", - "System.Security.Principal.Windows": "(,5.0.32767]", - "System.Security.SecureString": "(,4.3.32767]", - "System.Text.Encoding": "(,4.3.32767]", - "System.Text.Encoding.CodePages": "(,8.0.32767]", - "System.Text.Encoding.Extensions": "(,4.3.32767]", - "System.Text.Encodings.Web": "(,8.0.32767]", - "System.Text.Json": "(,8.0.32767]", - "System.Text.RegularExpressions": "(,4.3.32767]", - "System.Threading": "(,4.3.32767]", - "System.Threading.Channels": "(,8.0.32767]", - "System.Threading.Overlapped": "(,4.3.32767]", - "System.Threading.Tasks": "(,4.3.32767]", - "System.Threading.Tasks.Dataflow": "(,8.0.32767]", - "System.Threading.Tasks.Extensions": "(,4.6.32767]", - "System.Threading.Tasks.Parallel": "(,4.3.32767]", - "System.Threading.Thread": "(,4.3.32767]", - "System.Threading.ThreadPool": "(,4.3.32767]", - "System.Threading.Timer": "(,4.3.32767]", - "System.ValueTuple": "(,4.6.32767]", - "System.Xml.ReaderWriter": "(,4.3.32767]", - "System.Xml.XDocument": "(,4.3.32767]", - "System.Xml.XmlDocument": "(,4.3.32767]", - "System.Xml.XmlSerializer": "(,4.3.32767]", - "System.Xml.XPath": "(,4.3.32767]", - "System.Xml.XPath.XDocument": "(,4.3.32767]" - } - }, - "net10.0": { - "targetAlias": "net10.0", - "dependencies": { - "Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.XUnit": { - "target": "Package", - "version": "[1.1.2, )", - "versionCentrallyManaged": true - }, - "Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.XUnit": { - "target": "Package", - "version": "[1.1.2, )", - "versionCentrallyManaged": true - }, - "Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing.XUnit": { - "target": "Package", - "version": "[1.1.2, )", - "versionCentrallyManaged": true - }, - "Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing.XUnit": { - "target": "Package", - "version": "[1.1.2, )", - "versionCentrallyManaged": true - }, - "Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing.XUnit": { - "target": "Package", - "version": "[1.1.2, )", - "versionCentrallyManaged": true - }, - "Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing.XUnit": { - "target": "Package", - "version": "[1.1.2, )", - "versionCentrallyManaged": true - }, - "Microsoft.NET.Test.Sdk": { - "target": "Package", - "version": "[18.5.1, )", - "versionCentrallyManaged": true - }, - "Microsoft.SourceLink.GitHub": { - "suppressParent": "All", - "target": "Package", - "version": "[10.0.203, )", - "versionCentrallyManaged": true - }, - "Nerdbank.GitVersioning": { - "suppressParent": "All", - "target": "Package", - "version": "[3.9.50, )", - "versionCentrallyManaged": true - }, - "coverlet.collector": { - "target": "Package", - "version": "[10.0.0, )", - "versionCentrallyManaged": true - }, - "xunit": { - "target": "Package", - "version": "[2.9.3, )", - "versionCentrallyManaged": true - }, - "xunit.runner.visualstudio": { - "target": "Package", - "version": "[3.1.5, )", - "versionCentrallyManaged": true - } - }, - "centralPackageVersions": { - "coverlet.collector": "10.0.0", - "Microsoft.Build.Locator": "1.11.2", - "Microsoft.CodeAnalysis.Analyzers": "3.11.0", - "Microsoft.CodeAnalysis.CSharp": "4.12.0", - "Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.12.0", - "Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing.XUnit": "1.1.2", - "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.7", - "Microsoft.NET.Test.Sdk": "18.5.1", - "Microsoft.SourceLink.GitHub": "10.0.203", - "Nerdbank.GitVersioning": "3.9.50", - "Spectre.Console.Cli": "0.55.0", - "xunit": "2.9.3", - "xunit.runner.visualstudio": "3.1.5" - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48", - "net481" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\10.0.107/PortableRuntimeIdentifierGraph.json", - "packagesToPrune": { - "Microsoft.CSharp": "(,4.7.32767]", - "Microsoft.VisualBasic": "(,10.4.32767]", - "Microsoft.Win32.Primitives": "(,4.3.32767]", - "Microsoft.Win32.Registry": "(,5.0.32767]", - "runtime.any.System.Collections": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.any.System.Globalization": "(,4.3.32767]", - "runtime.any.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.any.System.IO": "(,4.3.32767]", - "runtime.any.System.Reflection": "(,4.3.32767]", - "runtime.any.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.any.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.any.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.any.System.Runtime": "(,4.3.32767]", - "runtime.any.System.Runtime.Handles": "(,4.3.32767]", - "runtime.any.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.any.System.Text.Encoding": "(,4.3.32767]", - "runtime.any.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.any.System.Threading.Tasks": "(,4.3.32767]", - "runtime.any.System.Threading.Timer": "(,4.3.32767]", - "runtime.aot.System.Collections": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.aot.System.Globalization": "(,4.3.32767]", - "runtime.aot.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.aot.System.IO": "(,4.3.32767]", - "runtime.aot.System.Reflection": "(,4.3.32767]", - "runtime.aot.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.aot.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.aot.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.aot.System.Runtime": "(,4.3.32767]", - "runtime.aot.System.Runtime.Handles": "(,4.3.32767]", - "runtime.aot.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.aot.System.Threading.Tasks": "(,4.3.32767]", - "runtime.aot.System.Threading.Timer": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.unix.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.unix.System.Console": "(,4.3.32767]", - "runtime.unix.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.unix.System.IO.FileSystem": "(,4.3.32767]", - "runtime.unix.System.Net.Primitives": "(,4.3.32767]", - "runtime.unix.System.Net.Sockets": "(,4.3.32767]", - "runtime.unix.System.Private.Uri": "(,4.3.32767]", - "runtime.unix.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.win.System.Console": "(,4.3.32767]", - "runtime.win.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.win.System.IO.FileSystem": "(,4.3.32767]", - "runtime.win.System.Net.Primitives": "(,4.3.32767]", - "runtime.win.System.Net.Sockets": "(,4.3.32767]", - "runtime.win.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win10-arm-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-arm64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win10-x64-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-x86-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7-x86.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7.System.Private.Uri": "(,4.3.32767]", - "runtime.win8-arm.runtime.native.System.IO.Compression": "(,4.3.32767]", - "System.AppContext": "(,4.3.32767]", - "System.Buffers": "(,5.0.32767]", - "System.Collections": "(,4.3.32767]", - "System.Collections.Concurrent": "(,4.3.32767]", - "System.Collections.Immutable": "(,10.0.32767]", - "System.Collections.NonGeneric": "(,4.3.32767]", - "System.Collections.Specialized": "(,4.3.32767]", - "System.ComponentModel": "(,4.3.32767]", - "System.ComponentModel.Annotations": "(,4.3.32767]", - "System.ComponentModel.EventBasedAsync": "(,4.3.32767]", - "System.ComponentModel.Primitives": "(,4.3.32767]", - "System.ComponentModel.TypeConverter": "(,4.3.32767]", - "System.Console": "(,4.3.32767]", - "System.Data.Common": "(,4.3.32767]", - "System.Data.DataSetExtensions": "(,4.4.32767]", - "System.Diagnostics.Contracts": "(,4.3.32767]", - "System.Diagnostics.Debug": "(,4.3.32767]", - "System.Diagnostics.DiagnosticSource": "(,10.0.32767]", - "System.Diagnostics.FileVersionInfo": "(,4.3.32767]", - "System.Diagnostics.Process": "(,4.3.32767]", - "System.Diagnostics.StackTrace": "(,4.3.32767]", - "System.Diagnostics.TextWriterTraceListener": "(,4.3.32767]", - "System.Diagnostics.Tools": "(,4.3.32767]", - "System.Diagnostics.TraceSource": "(,4.3.32767]", - "System.Diagnostics.Tracing": "(,4.3.32767]", - "System.Drawing.Primitives": "(,4.3.32767]", - "System.Dynamic.Runtime": "(,4.3.32767]", - "System.Formats.Asn1": "(,10.0.32767]", - "System.Formats.Tar": "(,10.0.32767]", - "System.Globalization": "(,4.3.32767]", - "System.Globalization.Calendars": "(,4.3.32767]", - "System.Globalization.Extensions": "(,4.3.32767]", - "System.IO": "(,4.3.32767]", - "System.IO.Compression": "(,4.3.32767]", - "System.IO.Compression.ZipFile": "(,4.3.32767]", - "System.IO.FileSystem": "(,4.3.32767]", - "System.IO.FileSystem.AccessControl": "(,4.4.32767]", - "System.IO.FileSystem.DriveInfo": "(,4.3.32767]", - "System.IO.FileSystem.Primitives": "(,4.3.32767]", - "System.IO.FileSystem.Watcher": "(,4.3.32767]", - "System.IO.IsolatedStorage": "(,4.3.32767]", - "System.IO.MemoryMappedFiles": "(,4.3.32767]", - "System.IO.Pipelines": "(,10.0.32767]", - "System.IO.Pipes": "(,4.3.32767]", - "System.IO.Pipes.AccessControl": "(,5.0.32767]", - "System.IO.UnmanagedMemoryStream": "(,4.3.32767]", - "System.Linq": "(,4.3.32767]", - "System.Linq.AsyncEnumerable": "(,10.0.32767]", - "System.Linq.Expressions": "(,4.3.32767]", - "System.Linq.Parallel": "(,4.3.32767]", - "System.Linq.Queryable": "(,4.3.32767]", - "System.Memory": "(,5.0.32767]", - "System.Net.Http": "(,4.3.32767]", - "System.Net.Http.Json": "(,10.0.32767]", - "System.Net.NameResolution": "(,4.3.32767]", - "System.Net.NetworkInformation": "(,4.3.32767]", - "System.Net.Ping": "(,4.3.32767]", - "System.Net.Primitives": "(,4.3.32767]", - "System.Net.Requests": "(,4.3.32767]", - "System.Net.Security": "(,4.3.32767]", - "System.Net.ServerSentEvents": "(,10.0.32767]", - "System.Net.Sockets": "(,4.3.32767]", - "System.Net.WebHeaderCollection": "(,4.3.32767]", - "System.Net.WebSockets": "(,4.3.32767]", - "System.Net.WebSockets.Client": "(,4.3.32767]", - "System.Numerics.Vectors": "(,5.0.32767]", - "System.ObjectModel": "(,4.3.32767]", - "System.Private.DataContractSerialization": "(,4.3.32767]", - "System.Private.Uri": "(,4.3.32767]", - "System.Reflection": "(,4.3.32767]", - "System.Reflection.DispatchProxy": "(,6.0.32767]", - "System.Reflection.Emit": "(,4.7.32767]", - "System.Reflection.Emit.ILGeneration": "(,4.7.32767]", - "System.Reflection.Emit.Lightweight": "(,4.7.32767]", - "System.Reflection.Extensions": "(,4.3.32767]", - "System.Reflection.Metadata": "(,10.0.32767]", - "System.Reflection.Primitives": "(,4.3.32767]", - "System.Reflection.TypeExtensions": "(,4.3.32767]", - "System.Resources.Reader": "(,4.3.32767]", - "System.Resources.ResourceManager": "(,4.3.32767]", - "System.Resources.Writer": "(,4.3.32767]", - "System.Runtime": "(,4.3.32767]", - "System.Runtime.CompilerServices.Unsafe": "(,7.0.32767]", - "System.Runtime.CompilerServices.VisualC": "(,4.3.32767]", - "System.Runtime.Extensions": "(,4.3.32767]", - "System.Runtime.Handles": "(,4.3.32767]", - "System.Runtime.InteropServices": "(,4.3.32767]", - "System.Runtime.InteropServices.RuntimeInformation": "(,4.3.32767]", - "System.Runtime.Loader": "(,4.3.32767]", - "System.Runtime.Numerics": "(,4.3.32767]", - "System.Runtime.Serialization.Formatters": "(,4.3.32767]", - "System.Runtime.Serialization.Json": "(,4.3.32767]", - "System.Runtime.Serialization.Primitives": "(,4.3.32767]", - "System.Runtime.Serialization.Xml": "(,4.3.32767]", - "System.Security.AccessControl": "(,6.0.32767]", - "System.Security.Claims": "(,4.3.32767]", - "System.Security.Cryptography.Algorithms": "(,4.3.32767]", - "System.Security.Cryptography.Cng": "(,5.0.32767]", - "System.Security.Cryptography.Csp": "(,4.3.32767]", - "System.Security.Cryptography.Encoding": "(,4.3.32767]", - "System.Security.Cryptography.OpenSsl": "(,5.0.32767]", - "System.Security.Cryptography.Primitives": "(,4.3.32767]", - "System.Security.Cryptography.X509Certificates": "(,4.3.32767]", - "System.Security.Principal": "(,4.3.32767]", - "System.Security.Principal.Windows": "(,5.0.32767]", - "System.Security.SecureString": "(,4.3.32767]", - "System.Text.Encoding": "(,4.3.32767]", - "System.Text.Encoding.CodePages": "(,10.0.32767]", - "System.Text.Encoding.Extensions": "(,4.3.32767]", - "System.Text.Encodings.Web": "(,10.0.32767]", - "System.Text.Json": "(,10.0.32767]", - "System.Text.RegularExpressions": "(,4.3.32767]", - "System.Threading": "(,4.3.32767]", - "System.Threading.AccessControl": "(,10.0.32767]", - "System.Threading.Channels": "(,10.0.32767]", - "System.Threading.Overlapped": "(,4.3.32767]", - "System.Threading.Tasks": "(,4.3.32767]", - "System.Threading.Tasks.Dataflow": "(,10.0.32767]", - "System.Threading.Tasks.Extensions": "(,5.0.32767]", - "System.Threading.Tasks.Parallel": "(,4.3.32767]", - "System.Threading.Thread": "(,4.3.32767]", - "System.Threading.ThreadPool": "(,4.3.32767]", - "System.Threading.Timer": "(,4.3.32767]", - "System.ValueTuple": "(,4.5.32767]", - "System.Xml.ReaderWriter": "(,4.3.32767]", - "System.Xml.XDocument": "(,4.3.32767]", - "System.Xml.XmlDocument": "(,4.3.32767]", - "System.Xml.XmlSerializer": "(,4.3.32767]", - "System.Xml.XPath": "(,4.3.32767]", - "System.Xml.XPath.XDocument": "(,5.0.32767]" - } - } - } - } - } -} \ No newline at end of file diff --git a/tests/Inshiminator.Analyzers.Tests/obj/Inshiminator.Analyzers.Tests.csproj.nuget.g.props b/tests/Inshiminator.Analyzers.Tests/obj/Inshiminator.Analyzers.Tests.csproj.nuget.g.props deleted file mode 100644 index 6d99404..0000000 --- a/tests/Inshiminator.Analyzers.Tests/obj/Inshiminator.Analyzers.Tests.csproj.nuget.g.props +++ /dev/null @@ -1,63 +0,0 @@ - - - - True - NuGet - $(MSBuildThisFileDirectory)project.assets.json - $(UserProfile)\.nuget\packages\ - C:\Users\jd\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages - PackageReference - 7.0.0 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - C:\Users\jd\.nuget\packages\xunit.analyzers\1.18.0 - C:\Users\jd\.nuget\packages\microsoft.visualstudio.validation\15.0.82 - C:\Users\jd\.nuget\packages\microsoft.sourcelink.common\10.0.203 - C:\Users\jd\.nuget\packages\microsoft.build.tasks.git\10.0.203 - C:\Users\jd\.nuget\packages\microsoft.sourcelink.github\10.0.203 - C:\Users\jd\.nuget\packages\microsoft.codeanalysis.analyzers\3.3.4 - - - C:\Users\jd\.nuget\packages\xunit.analyzers\1.18.0 - C:\Users\jd\.nuget\packages\microsoft.visualstudio.validation\15.0.82 - C:\Users\jd\.nuget\packages\microsoft.sourcelink.common\10.0.203 - C:\Users\jd\.nuget\packages\microsoft.build.tasks.git\10.0.203 - C:\Users\jd\.nuget\packages\microsoft.sourcelink.github\10.0.203 - C:\Users\jd\.nuget\packages\microsoft.codeanalysis.analyzers\3.3.4 - - \ No newline at end of file diff --git a/tests/Inshiminator.Analyzers.Tests/obj/Inshiminator.Analyzers.Tests.csproj.nuget.g.targets b/tests/Inshiminator.Analyzers.Tests/obj/Inshiminator.Analyzers.Tests.csproj.nuget.g.targets deleted file mode 100644 index 9153d90..0000000 --- a/tests/Inshiminator.Analyzers.Tests/obj/Inshiminator.Analyzers.Tests.csproj.nuget.g.targets +++ /dev/null @@ -1,34 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/Inshiminator.Analyzers.Tests/obj/project.assets.json b/tests/Inshiminator.Analyzers.Tests/obj/project.assets.json deleted file mode 100644 index be67afd..0000000 --- a/tests/Inshiminator.Analyzers.Tests/obj/project.assets.json +++ /dev/null @@ -1,6864 +0,0 @@ -{ - "version": 3, - "targets": { - "net10.0": { - "coverlet.collector/10.0.0": { - "type": "package", - "build": { - "build/net10.0/coverlet.collector.targets": {} - } - }, - "DiffPlex/1.7.2": { - "type": "package", - "compile": { - "lib/net6.0/_._": { - "related": ".xml" - } - }, - "runtime": { - "lib/net6.0/DiffPlex.dll": { - "related": ".xml" - } - } - }, - "Humanizer.Core/2.14.1": { - "type": "package", - "compile": { - "lib/net6.0/_._": { - "related": ".xml" - } - }, - "runtime": { - "lib/net6.0/Humanizer.dll": { - "related": ".xml" - } - } - }, - "Microsoft.Build.Tasks.Git/10.0.203": { - "type": "package", - "dependencies": { - "System.IO.Hashing": "10.0.7" - }, - "build": { - "buildTransitive/Microsoft.Build.Tasks.Git.props": {}, - "buildTransitive/Microsoft.Build.Tasks.Git.targets": {} - }, - "buildMultiTargeting": { - "buildMultiTargeting/Microsoft.Build.Tasks.Git.props": {}, - "buildMultiTargeting/Microsoft.Build.Tasks.Git.targets": {} - } - }, - "Microsoft.CodeAnalysis.Analyzer.Testing/1.1.2": { - "type": "package", - "dependencies": { - "DiffPlex": "1.7.2", - "Microsoft.CodeAnalysis.Workspaces.Common": "1.0.1", - "Microsoft.VisualStudio.Composition": "16.1.8", - "NuGet.Common": "6.3.4", - "NuGet.Packaging": "6.3.4", - "NuGet.Protocol": "6.3.4", - "NuGet.Resolver": "6.3.4" - }, - "compile": { - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.Analyzer.Testing.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.Analyzer.Testing.dll": { - "related": ".xml" - } - } - }, - "Microsoft.CodeAnalysis.Analyzers/3.3.4": { - "type": "package", - "build": { - "buildTransitive/Microsoft.CodeAnalysis.Analyzers.props": {}, - "buildTransitive/Microsoft.CodeAnalysis.Analyzers.targets": {} - } - }, - "Microsoft.CodeAnalysis.CodeFix.Testing/1.1.2": { - "type": "package", - "dependencies": { - "Microsoft.CodeAnalysis.Analyzer.Testing": "[1.1.2]", - "Microsoft.CodeAnalysis.Workspaces.Common": "1.0.1" - }, - "compile": { - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CodeFix.Testing.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CodeFix.Testing.dll": { - "related": ".xml" - } - } - }, - "Microsoft.CodeAnalysis.CodeRefactoring.Testing/1.1.2": { - "type": "package", - "dependencies": { - "Microsoft.CodeAnalysis.Analyzer.Testing": "[1.1.2]", - "Microsoft.CodeAnalysis.Workspaces.Common": "1.0.1" - }, - "compile": { - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CodeRefactoring.Testing.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CodeRefactoring.Testing.dll": { - "related": ".xml" - } - } - }, - "Microsoft.CodeAnalysis.Common/4.12.0": { - "type": "package", - "dependencies": { - "Microsoft.CodeAnalysis.Analyzers": "3.3.4" - }, - "compile": { - "lib/net8.0/Microsoft.CodeAnalysis.dll": { - "related": ".pdb;.xml" - } - }, - "runtime": { - "lib/net8.0/Microsoft.CodeAnalysis.dll": { - "related": ".pdb;.xml" - } - }, - "resource": { - "lib/net8.0/cs/Microsoft.CodeAnalysis.resources.dll": { - "locale": "cs" - }, - "lib/net8.0/de/Microsoft.CodeAnalysis.resources.dll": { - "locale": "de" - }, - "lib/net8.0/es/Microsoft.CodeAnalysis.resources.dll": { - "locale": "es" - }, - "lib/net8.0/fr/Microsoft.CodeAnalysis.resources.dll": { - "locale": "fr" - }, - "lib/net8.0/it/Microsoft.CodeAnalysis.resources.dll": { - "locale": "it" - }, - "lib/net8.0/ja/Microsoft.CodeAnalysis.resources.dll": { - "locale": "ja" - }, - "lib/net8.0/ko/Microsoft.CodeAnalysis.resources.dll": { - "locale": "ko" - }, - "lib/net8.0/pl/Microsoft.CodeAnalysis.resources.dll": { - "locale": "pl" - }, - "lib/net8.0/pt-BR/Microsoft.CodeAnalysis.resources.dll": { - "locale": "pt-BR" - }, - "lib/net8.0/ru/Microsoft.CodeAnalysis.resources.dll": { - "locale": "ru" - }, - "lib/net8.0/tr/Microsoft.CodeAnalysis.resources.dll": { - "locale": "tr" - }, - "lib/net8.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll": { - "locale": "zh-Hans" - }, - "lib/net8.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "Microsoft.CodeAnalysis.CSharp/4.12.0": { - "type": "package", - "dependencies": { - "Microsoft.CodeAnalysis.Analyzers": "3.3.4", - "Microsoft.CodeAnalysis.Common": "[4.12.0]" - }, - "compile": { - "lib/net8.0/Microsoft.CodeAnalysis.CSharp.dll": { - "related": ".pdb;.xml" - } - }, - "runtime": { - "lib/net8.0/Microsoft.CodeAnalysis.CSharp.dll": { - "related": ".pdb;.xml" - } - }, - "resource": { - "lib/net8.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "cs" - }, - "lib/net8.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "de" - }, - "lib/net8.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "es" - }, - "lib/net8.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "fr" - }, - "lib/net8.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "it" - }, - "lib/net8.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "ja" - }, - "lib/net8.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "ko" - }, - "lib/net8.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "pl" - }, - "lib/net8.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "pt-BR" - }, - "lib/net8.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "ru" - }, - "lib/net8.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "tr" - }, - "lib/net8.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "zh-Hans" - }, - "lib/net8.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "Microsoft.CodeAnalysis.CSharp.Analyzer.Testing/1.1.2": { - "type": "package", - "dependencies": { - "Microsoft.CodeAnalysis.Analyzer.Testing": "[1.1.2]", - "Microsoft.CodeAnalysis.CSharp.Workspaces": "1.0.1" - }, - "compile": { - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.dll": { - "related": ".xml" - } - } - }, - "Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.XUnit/1.1.2": { - "type": "package", - "dependencies": { - "Microsoft.CodeAnalysis.Analyzer.Testing": "[1.1.2]", - "Microsoft.CodeAnalysis.CSharp.Analyzer.Testing": "[1.1.2]", - "Microsoft.CodeAnalysis.CSharp.Workspaces": "1.0.1", - "Microsoft.CodeAnalysis.Testing.Verifiers.XUnit": "[1.1.2]" - }, - "compile": { - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.XUnit.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.XUnit.dll": { - "related": ".xml" - } - } - }, - "Microsoft.CodeAnalysis.CSharp.CodeFix.Testing/1.1.2": { - "type": "package", - "dependencies": { - "Microsoft.CodeAnalysis.CSharp.Workspaces": "1.0.1", - "Microsoft.CodeAnalysis.CodeFix.Testing": "[1.1.2]" - }, - "compile": { - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.dll": { - "related": ".xml" - } - } - }, - "Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.XUnit/1.1.2": { - "type": "package", - "dependencies": { - "Microsoft.CodeAnalysis.Analyzer.Testing": "[1.1.2]", - "Microsoft.CodeAnalysis.CSharp.CodeFix.Testing": "[1.1.2]", - "Microsoft.CodeAnalysis.CSharp.Workspaces": "1.0.1", - "Microsoft.CodeAnalysis.CodeFix.Testing": "[1.1.2]", - "Microsoft.CodeAnalysis.Testing.Verifiers.XUnit": "[1.1.2]" - }, - "compile": { - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.XUnit.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.XUnit.dll": { - "related": ".xml" - } - } - }, - "Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing/1.1.2": { - "type": "package", - "dependencies": { - "Microsoft.CodeAnalysis.CSharp.Workspaces": "1.0.1", - "Microsoft.CodeAnalysis.CodeRefactoring.Testing": "[1.1.2]" - }, - "compile": { - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing.dll": { - "related": ".xml" - } - } - }, - "Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing.XUnit/1.1.2": { - "type": "package", - "dependencies": { - "Microsoft.CodeAnalysis.Analyzer.Testing": "[1.1.2]", - "Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing": "[1.1.2]", - "Microsoft.CodeAnalysis.CSharp.Workspaces": "1.0.1", - "Microsoft.CodeAnalysis.CodeRefactoring.Testing": "[1.1.2]", - "Microsoft.CodeAnalysis.Testing.Verifiers.XUnit": "[1.1.2]" - }, - "compile": { - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing.XUnit.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing.XUnit.dll": { - "related": ".xml" - } - } - }, - "Microsoft.CodeAnalysis.CSharp.Workspaces/4.12.0": { - "type": "package", - "dependencies": { - "Humanizer.Core": "2.14.1", - "Microsoft.CodeAnalysis.Analyzers": "3.3.4", - "Microsoft.CodeAnalysis.CSharp": "[4.12.0]", - "Microsoft.CodeAnalysis.Common": "[4.12.0]", - "Microsoft.CodeAnalysis.Workspaces.Common": "[4.12.0]", - "System.Composition": "8.0.0" - }, - "compile": { - "lib/net8.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll": { - "related": ".pdb;.xml" - } - }, - "runtime": { - "lib/net8.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll": { - "related": ".pdb;.xml" - } - }, - "resource": { - "lib/net8.0/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { - "locale": "cs" - }, - "lib/net8.0/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { - "locale": "de" - }, - "lib/net8.0/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { - "locale": "es" - }, - "lib/net8.0/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { - "locale": "fr" - }, - "lib/net8.0/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { - "locale": "it" - }, - "lib/net8.0/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { - "locale": "ja" - }, - "lib/net8.0/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { - "locale": "ko" - }, - "lib/net8.0/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { - "locale": "pl" - }, - "lib/net8.0/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { - "locale": "pt-BR" - }, - "lib/net8.0/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { - "locale": "ru" - }, - "lib/net8.0/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { - "locale": "tr" - }, - "lib/net8.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { - "locale": "zh-Hans" - }, - "lib/net8.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "Microsoft.CodeAnalysis.Testing.Verifiers.XUnit/1.1.2": { - "type": "package", - "dependencies": { - "Microsoft.CodeAnalysis.Analyzer.Testing": "[1.1.2]", - "xunit.assert": "2.3.0" - }, - "compile": { - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.Testing.Verifiers.XUnit.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.Testing.Verifiers.XUnit.dll": { - "related": ".xml" - } - } - }, - "Microsoft.CodeAnalysis.VisualBasic/1.0.1": { - "type": "package", - "dependencies": { - "Microsoft.CodeAnalysis.Common": "1.0.1" - }, - "compile": { - "lib/net45/Microsoft.CodeAnalysis.VisualBasic.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net45/Microsoft.CodeAnalysis.VisualBasic.dll": { - "related": ".xml" - } - } - }, - "Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing/1.1.2": { - "type": "package", - "dependencies": { - "Microsoft.CodeAnalysis.Analyzer.Testing": "[1.1.2]", - "Microsoft.CodeAnalysis.VisualBasic.Workspaces": "1.0.1" - }, - "compile": { - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing.dll": { - "related": ".xml" - } - } - }, - "Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing.XUnit/1.1.2": { - "type": "package", - "dependencies": { - "Microsoft.CodeAnalysis.Analyzer.Testing": "[1.1.2]", - "Microsoft.CodeAnalysis.Testing.Verifiers.XUnit": "[1.1.2]", - "Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing": "[1.1.2]", - "Microsoft.CodeAnalysis.VisualBasic.Workspaces": "1.0.1" - }, - "compile": { - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing.XUnit.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing.XUnit.dll": { - "related": ".xml" - } - } - }, - "Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing/1.1.2": { - "type": "package", - "dependencies": { - "Microsoft.CodeAnalysis.CodeFix.Testing": "[1.1.2]", - "Microsoft.CodeAnalysis.VisualBasic.Workspaces": "1.0.1" - }, - "compile": { - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing.dll": { - "related": ".xml" - } - } - }, - "Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing.XUnit/1.1.2": { - "type": "package", - "dependencies": { - "Microsoft.CodeAnalysis.Analyzer.Testing": "[1.1.2]", - "Microsoft.CodeAnalysis.CodeFix.Testing": "[1.1.2]", - "Microsoft.CodeAnalysis.Testing.Verifiers.XUnit": "[1.1.2]", - "Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing": "[1.1.2]", - "Microsoft.CodeAnalysis.VisualBasic.Workspaces": "1.0.1" - }, - "compile": { - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing.XUnit.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing.XUnit.dll": { - "related": ".xml" - } - } - }, - "Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing/1.1.2": { - "type": "package", - "dependencies": { - "Microsoft.CodeAnalysis.CodeRefactoring.Testing": "[1.1.2]", - "Microsoft.CodeAnalysis.VisualBasic.Workspaces": "1.0.1" - }, - "compile": { - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing.dll": { - "related": ".xml" - } - } - }, - "Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing.XUnit/1.1.2": { - "type": "package", - "dependencies": { - "Microsoft.CodeAnalysis.Analyzer.Testing": "[1.1.2]", - "Microsoft.CodeAnalysis.CodeRefactoring.Testing": "[1.1.2]", - "Microsoft.CodeAnalysis.Testing.Verifiers.XUnit": "[1.1.2]", - "Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing": "[1.1.2]", - "Microsoft.CodeAnalysis.VisualBasic.Workspaces": "1.0.1" - }, - "compile": { - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing.XUnit.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing.XUnit.dll": { - "related": ".xml" - } - } - }, - "Microsoft.CodeAnalysis.VisualBasic.Workspaces/1.0.1": { - "type": "package", - "dependencies": { - "Microsoft.CodeAnalysis.VisualBasic": "1.0.1", - "Microsoft.CodeAnalysis.Workspaces.Common": "1.0.1" - }, - "compile": { - "lib/net45/Microsoft.CodeAnalysis.VisualBasic.Workspaces.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net45/Microsoft.CodeAnalysis.VisualBasic.Workspaces.dll": { - "related": ".xml" - } - } - }, - "Microsoft.CodeAnalysis.Workspaces.Common/4.12.0": { - "type": "package", - "dependencies": { - "Humanizer.Core": "2.14.1", - "Microsoft.CodeAnalysis.Analyzers": "3.3.4", - "Microsoft.CodeAnalysis.Common": "[4.12.0]", - "System.Composition": "8.0.0" - }, - "compile": { - "lib/net8.0/Microsoft.CodeAnalysis.Workspaces.dll": { - "related": ".pdb;.xml" - } - }, - "runtime": { - "lib/net8.0/Microsoft.CodeAnalysis.Workspaces.dll": { - "related": ".pdb;.xml" - } - }, - "resource": { - "lib/net8.0/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll": { - "locale": "cs" - }, - "lib/net8.0/de/Microsoft.CodeAnalysis.Workspaces.resources.dll": { - "locale": "de" - }, - "lib/net8.0/es/Microsoft.CodeAnalysis.Workspaces.resources.dll": { - "locale": "es" - }, - "lib/net8.0/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll": { - "locale": "fr" - }, - "lib/net8.0/it/Microsoft.CodeAnalysis.Workspaces.resources.dll": { - "locale": "it" - }, - "lib/net8.0/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll": { - "locale": "ja" - }, - "lib/net8.0/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll": { - "locale": "ko" - }, - "lib/net8.0/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll": { - "locale": "pl" - }, - "lib/net8.0/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll": { - "locale": "pt-BR" - }, - "lib/net8.0/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll": { - "locale": "ru" - }, - "lib/net8.0/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll": { - "locale": "tr" - }, - "lib/net8.0/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll": { - "locale": "zh-Hans" - }, - "lib/net8.0/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "Microsoft.CodeCoverage/18.5.1": { - "type": "package", - "compile": { - "lib/net8.0/Microsoft.VisualStudio.CodeCoverage.Shim.dll": {} - }, - "runtime": { - "lib/net8.0/Microsoft.VisualStudio.CodeCoverage.Shim.dll": {} - }, - "build": { - "build/netstandard2.0/Microsoft.CodeCoverage.props": {}, - "build/netstandard2.0/Microsoft.CodeCoverage.targets": {} - } - }, - "Microsoft.NET.Test.Sdk/18.5.1": { - "type": "package", - "dependencies": { - "Microsoft.CodeCoverage": "18.5.1", - "Microsoft.TestPlatform.TestHost": "18.5.1" - }, - "compile": { - "lib/net8.0/_._": {} - }, - "runtime": { - "lib/net8.0/_._": {} - }, - "build": { - "build/net8.0/Microsoft.NET.Test.Sdk.props": {}, - "build/net8.0/Microsoft.NET.Test.Sdk.targets": {} - } - }, - "Microsoft.SourceLink.Common/10.0.203": { - "type": "package", - "build": { - "buildTransitive/Microsoft.SourceLink.Common.props": {}, - "buildTransitive/Microsoft.SourceLink.Common.targets": {} - }, - "buildMultiTargeting": { - "buildMultiTargeting/Microsoft.SourceLink.Common.props": {}, - "buildMultiTargeting/Microsoft.SourceLink.Common.targets": {} - } - }, - "Microsoft.SourceLink.GitHub/10.0.203": { - "type": "package", - "dependencies": { - "Microsoft.Build.Tasks.Git": "10.0.203", - "Microsoft.SourceLink.Common": "10.0.203", - "System.IO.Hashing": "10.0.7" - }, - "build": { - "build/Microsoft.SourceLink.GitHub.props": {}, - "build/Microsoft.SourceLink.GitHub.targets": {} - }, - "buildMultiTargeting": { - "buildMultiTargeting/Microsoft.SourceLink.GitHub.props": {}, - "buildMultiTargeting/Microsoft.SourceLink.GitHub.targets": {} - } - }, - "Microsoft.TestPlatform.ObjectModel/18.5.1": { - "type": "package", - "compile": { - "lib/net8.0/Microsoft.TestPlatform.CoreUtilities.dll": {}, - "lib/net8.0/Microsoft.TestPlatform.PlatformAbstractions.dll": {}, - "lib/net8.0/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll": {} - }, - "runtime": { - "lib/net8.0/Microsoft.TestPlatform.CoreUtilities.dll": {}, - "lib/net8.0/Microsoft.TestPlatform.PlatformAbstractions.dll": {}, - "lib/net8.0/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll": {} - }, - "resource": { - "lib/net8.0/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "cs" - }, - "lib/net8.0/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "cs" - }, - "lib/net8.0/de/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "de" - }, - "lib/net8.0/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "de" - }, - "lib/net8.0/es/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "es" - }, - "lib/net8.0/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "es" - }, - "lib/net8.0/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "fr" - }, - "lib/net8.0/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "fr" - }, - "lib/net8.0/it/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "it" - }, - "lib/net8.0/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "it" - }, - "lib/net8.0/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "ja" - }, - "lib/net8.0/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "ja" - }, - "lib/net8.0/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "ko" - }, - "lib/net8.0/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "ko" - }, - "lib/net8.0/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "pl" - }, - "lib/net8.0/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "pl" - }, - "lib/net8.0/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "pt-BR" - }, - "lib/net8.0/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "pt-BR" - }, - "lib/net8.0/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "ru" - }, - "lib/net8.0/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "ru" - }, - "lib/net8.0/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "tr" - }, - "lib/net8.0/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "tr" - }, - "lib/net8.0/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "zh-Hans" - }, - "lib/net8.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "zh-Hans" - }, - "lib/net8.0/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "zh-Hant" - }, - "lib/net8.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "Microsoft.TestPlatform.TestHost/18.5.1": { - "type": "package", - "dependencies": { - "Microsoft.TestPlatform.ObjectModel": "18.5.1", - "Newtonsoft.Json": "13.0.3" - }, - "compile": { - "lib/net8.0/Microsoft.TestPlatform.CommunicationUtilities.dll": {}, - "lib/net8.0/Microsoft.TestPlatform.CoreUtilities.dll": {}, - "lib/net8.0/Microsoft.TestPlatform.CrossPlatEngine.dll": {}, - "lib/net8.0/Microsoft.TestPlatform.PlatformAbstractions.dll": {}, - "lib/net8.0/Microsoft.TestPlatform.Utilities.dll": {}, - "lib/net8.0/Microsoft.VisualStudio.TestPlatform.Common.dll": {}, - "lib/net8.0/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll": {}, - "lib/net8.0/testhost.dll": { - "related": ".deps.json" - } - }, - "runtime": { - "lib/net8.0/Microsoft.TestPlatform.CommunicationUtilities.dll": {}, - "lib/net8.0/Microsoft.TestPlatform.CoreUtilities.dll": {}, - "lib/net8.0/Microsoft.TestPlatform.CrossPlatEngine.dll": {}, - "lib/net8.0/Microsoft.TestPlatform.PlatformAbstractions.dll": {}, - "lib/net8.0/Microsoft.TestPlatform.Utilities.dll": {}, - "lib/net8.0/Microsoft.VisualStudio.TestPlatform.Common.dll": {}, - "lib/net8.0/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll": {}, - "lib/net8.0/testhost.dll": { - "related": ".deps.json" - } - }, - "resource": { - "lib/net8.0/cs/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "cs" - }, - "lib/net8.0/cs/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "cs" - }, - "lib/net8.0/cs/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "cs" - }, - "lib/net8.0/de/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "de" - }, - "lib/net8.0/de/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "de" - }, - "lib/net8.0/de/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "de" - }, - "lib/net8.0/es/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "es" - }, - "lib/net8.0/es/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "es" - }, - "lib/net8.0/es/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "es" - }, - "lib/net8.0/fr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "fr" - }, - "lib/net8.0/fr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "fr" - }, - "lib/net8.0/fr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "fr" - }, - "lib/net8.0/it/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "it" - }, - "lib/net8.0/it/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "it" - }, - "lib/net8.0/it/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "it" - }, - "lib/net8.0/ja/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "ja" - }, - "lib/net8.0/ja/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "ja" - }, - "lib/net8.0/ja/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "ja" - }, - "lib/net8.0/ko/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "ko" - }, - "lib/net8.0/ko/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "ko" - }, - "lib/net8.0/ko/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "ko" - }, - "lib/net8.0/pl/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "pl" - }, - "lib/net8.0/pl/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "pl" - }, - "lib/net8.0/pl/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "pl" - }, - "lib/net8.0/pt-BR/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "pt-BR" - }, - "lib/net8.0/pt-BR/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "pt-BR" - }, - "lib/net8.0/pt-BR/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "pt-BR" - }, - "lib/net8.0/ru/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "ru" - }, - "lib/net8.0/ru/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "ru" - }, - "lib/net8.0/ru/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "ru" - }, - "lib/net8.0/tr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "tr" - }, - "lib/net8.0/tr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "tr" - }, - "lib/net8.0/tr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "tr" - }, - "lib/net8.0/zh-Hans/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "zh-Hans" - }, - "lib/net8.0/zh-Hans/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "zh-Hans" - }, - "lib/net8.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "zh-Hans" - }, - "lib/net8.0/zh-Hant/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "zh-Hant" - }, - "lib/net8.0/zh-Hant/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "zh-Hant" - }, - "lib/net8.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "zh-Hant" - } - }, - "build": { - "build/net8.0/Microsoft.TestPlatform.TestHost.props": {}, - "build/net8.0/Microsoft.TestPlatform.TestHost.targets": {} - } - }, - "Microsoft.VisualStudio.Composition/16.1.8": { - "type": "package", - "dependencies": { - "Microsoft.VisualStudio.Composition.NetFxAttributes": "16.1.8", - "Microsoft.VisualStudio.Validation": "15.0.82", - "System.Composition": "1.0.31" - }, - "compile": { - "lib/netcoreapp2.0/Microsoft.VisualStudio.Composition.dll": { - "related": ".pdb;.xml" - } - }, - "runtime": { - "lib/netcoreapp2.0/Microsoft.VisualStudio.Composition.dll": { - "related": ".pdb;.xml" - } - }, - "resource": { - "lib/netcoreapp2.0/cs/Microsoft.VisualStudio.Composition.resources.dll": { - "locale": "cs" - }, - "lib/netcoreapp2.0/de/Microsoft.VisualStudio.Composition.resources.dll": { - "locale": "de" - }, - "lib/netcoreapp2.0/es/Microsoft.VisualStudio.Composition.resources.dll": { - "locale": "es" - }, - "lib/netcoreapp2.0/fr/Microsoft.VisualStudio.Composition.resources.dll": { - "locale": "fr" - }, - "lib/netcoreapp2.0/it/Microsoft.VisualStudio.Composition.resources.dll": { - "locale": "it" - }, - "lib/netcoreapp2.0/ja/Microsoft.VisualStudio.Composition.resources.dll": { - "locale": "ja" - }, - "lib/netcoreapp2.0/ko/Microsoft.VisualStudio.Composition.resources.dll": { - "locale": "ko" - }, - "lib/netcoreapp2.0/pl/Microsoft.VisualStudio.Composition.resources.dll": { - "locale": "pl" - }, - "lib/netcoreapp2.0/pt-BR/Microsoft.VisualStudio.Composition.resources.dll": { - "locale": "pt-BR" - }, - "lib/netcoreapp2.0/ru/Microsoft.VisualStudio.Composition.resources.dll": { - "locale": "ru" - }, - "lib/netcoreapp2.0/tr/Microsoft.VisualStudio.Composition.resources.dll": { - "locale": "tr" - }, - "lib/netcoreapp2.0/zh-Hans/Microsoft.VisualStudio.Composition.resources.dll": { - "locale": "zh-Hans" - }, - "lib/netcoreapp2.0/zh-Hant/Microsoft.VisualStudio.Composition.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "Microsoft.VisualStudio.Composition.NetFxAttributes/16.1.8": { - "type": "package", - "dependencies": { - "System.ComponentModel.Composition": "4.5.0" - }, - "compile": { - "lib/netstandard2.0/Microsoft.VisualStudio.Composition.NetFxAttributes.dll": { - "related": ".pdb;.xml" - } - }, - "runtime": { - "lib/netstandard2.0/Microsoft.VisualStudio.Composition.NetFxAttributes.dll": { - "related": ".pdb;.xml" - } - } - }, - "Microsoft.VisualStudio.Validation/15.0.82": { - "type": "package", - "compile": { - "lib/netstandard1.0/Microsoft.VisualStudio.Validation.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard1.0/Microsoft.VisualStudio.Validation.dll": { - "related": ".xml" - } - }, - "resource": { - "lib/netstandard1.0/cs/Microsoft.VisualStudio.Validation.resources.dll": { - "locale": "cs" - }, - "lib/netstandard1.0/de/Microsoft.VisualStudio.Validation.resources.dll": { - "locale": "de" - }, - "lib/netstandard1.0/es/Microsoft.VisualStudio.Validation.resources.dll": { - "locale": "es" - }, - "lib/netstandard1.0/fr/Microsoft.VisualStudio.Validation.resources.dll": { - "locale": "fr" - }, - "lib/netstandard1.0/it/Microsoft.VisualStudio.Validation.resources.dll": { - "locale": "it" - }, - "lib/netstandard1.0/ja/Microsoft.VisualStudio.Validation.resources.dll": { - "locale": "ja" - }, - "lib/netstandard1.0/ko/Microsoft.VisualStudio.Validation.resources.dll": { - "locale": "ko" - }, - "lib/netstandard1.0/pl/Microsoft.VisualStudio.Validation.resources.dll": { - "locale": "pl" - }, - "lib/netstandard1.0/pt-BR/Microsoft.VisualStudio.Validation.resources.dll": { - "locale": "pt-BR" - }, - "lib/netstandard1.0/ru/Microsoft.VisualStudio.Validation.resources.dll": { - "locale": "ru" - }, - "lib/netstandard1.0/tr/Microsoft.VisualStudio.Validation.resources.dll": { - "locale": "tr" - }, - "lib/netstandard1.0/zh-Hans/Microsoft.VisualStudio.Validation.resources.dll": { - "locale": "zh-Hans" - }, - "lib/netstandard1.0/zh-Hant/Microsoft.VisualStudio.Validation.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "Nerdbank.GitVersioning/3.9.50": { - "type": "package", - "build": { - "build/Nerdbank.GitVersioning.props": {}, - "build/Nerdbank.GitVersioning.targets": {} - }, - "buildMultiTargeting": { - "buildCrossTargeting/Nerdbank.GitVersioning.props": {}, - "buildCrossTargeting/Nerdbank.GitVersioning.targets": {} - } - }, - "Newtonsoft.Json/13.0.3": { - "type": "package", - "compile": { - "lib/net6.0/Newtonsoft.Json.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net6.0/Newtonsoft.Json.dll": { - "related": ".xml" - } - } - }, - "NuGet.Common/6.3.4": { - "type": "package", - "dependencies": { - "NuGet.Frameworks": "6.3.4" - }, - "compile": { - "lib/netstandard2.0/_._": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard2.0/NuGet.Common.dll": { - "related": ".xml" - } - } - }, - "NuGet.Configuration/6.3.4": { - "type": "package", - "dependencies": { - "NuGet.Common": "6.3.4", - "System.Security.Cryptography.ProtectedData": "4.4.0" - }, - "compile": { - "lib/netstandard2.0/_._": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard2.0/NuGet.Configuration.dll": { - "related": ".xml" - } - } - }, - "NuGet.Frameworks/6.3.4": { - "type": "package", - "compile": { - "lib/netstandard2.0/_._": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard2.0/NuGet.Frameworks.dll": { - "related": ".xml" - } - } - }, - "NuGet.Packaging/6.3.4": { - "type": "package", - "dependencies": { - "Newtonsoft.Json": "13.0.1", - "NuGet.Configuration": "6.3.4", - "NuGet.Versioning": "6.3.4", - "System.Security.Cryptography.Pkcs": "5.0.0" - }, - "compile": { - "lib/net5.0/_._": { - "related": ".xml" - } - }, - "runtime": { - "lib/net5.0/NuGet.Packaging.dll": { - "related": ".xml" - } - } - }, - "NuGet.Protocol/6.3.4": { - "type": "package", - "dependencies": { - "NuGet.Packaging": "6.3.4" - }, - "compile": { - "lib/net5.0/_._": { - "related": ".xml" - } - }, - "runtime": { - "lib/net5.0/NuGet.Protocol.dll": { - "related": ".xml" - } - } - }, - "NuGet.Resolver/6.3.4": { - "type": "package", - "dependencies": { - "NuGet.Protocol": "6.3.4" - }, - "compile": { - "lib/net5.0/_._": { - "related": ".xml" - } - }, - "runtime": { - "lib/net5.0/NuGet.Resolver.dll": { - "related": ".xml" - } - } - }, - "NuGet.Versioning/6.3.4": { - "type": "package", - "compile": { - "lib/netstandard2.0/_._": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard2.0/NuGet.Versioning.dll": { - "related": ".xml" - } - } - }, - "System.ComponentModel.Composition/4.5.0": { - "type": "package", - "dependencies": { - "System.Security.Permissions": "4.5.0" - }, - "compile": { - "ref/netstandard2.0/System.ComponentModel.Composition.dll": {} - }, - "runtime": { - "lib/netcoreapp2.0/System.ComponentModel.Composition.dll": {} - } - }, - "System.Composition/8.0.0": { - "type": "package", - "dependencies": { - "System.Composition.AttributedModel": "8.0.0", - "System.Composition.Convention": "8.0.0", - "System.Composition.Hosting": "8.0.0", - "System.Composition.Runtime": "8.0.0", - "System.Composition.TypedParts": "8.0.0" - }, - "compile": { - "lib/netcoreapp2.0/_._": {} - }, - "runtime": { - "lib/netcoreapp2.0/_._": {} - }, - "build": { - "buildTransitive/net6.0/_._": {} - } - }, - "System.Composition.AttributedModel/8.0.0": { - "type": "package", - "compile": { - "lib/net8.0/System.Composition.AttributedModel.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net8.0/System.Composition.AttributedModel.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net6.0/_._": {} - } - }, - "System.Composition.Convention/8.0.0": { - "type": "package", - "dependencies": { - "System.Composition.AttributedModel": "8.0.0" - }, - "compile": { - "lib/net8.0/System.Composition.Convention.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net8.0/System.Composition.Convention.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net6.0/_._": {} - } - }, - "System.Composition.Hosting/8.0.0": { - "type": "package", - "dependencies": { - "System.Composition.Runtime": "8.0.0" - }, - "compile": { - "lib/net8.0/System.Composition.Hosting.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net8.0/System.Composition.Hosting.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net6.0/_._": {} - } - }, - "System.Composition.Runtime/8.0.0": { - "type": "package", - "compile": { - "lib/net8.0/System.Composition.Runtime.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net8.0/System.Composition.Runtime.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net6.0/_._": {} - } - }, - "System.Composition.TypedParts/8.0.0": { - "type": "package", - "dependencies": { - "System.Composition.AttributedModel": "8.0.0", - "System.Composition.Hosting": "8.0.0", - "System.Composition.Runtime": "8.0.0" - }, - "compile": { - "lib/net8.0/System.Composition.TypedParts.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net8.0/System.Composition.TypedParts.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net6.0/_._": {} - } - }, - "System.IO.Hashing/10.0.7": { - "type": "package", - "compile": { - "lib/net10.0/System.IO.Hashing.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net10.0/System.IO.Hashing.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net8.0/_._": {} - } - }, - "System.Security.Cryptography.Pkcs/5.0.0": { - "type": "package", - "compile": { - "ref/netcoreapp3.0/_._": { - "related": ".xml" - } - }, - "runtime": { - "lib/netcoreapp3.0/System.Security.Cryptography.Pkcs.dll": { - "related": ".xml" - } - }, - "runtimeTargets": { - "runtimes/win/lib/netcoreapp3.0/System.Security.Cryptography.Pkcs.dll": { - "assetType": "runtime", - "rid": "win" - } - } - }, - "System.Security.Cryptography.ProtectedData/4.4.0": { - "type": "package", - "compile": { - "ref/netstandard2.0/_._": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll": {} - }, - "runtimeTargets": { - "runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll": { - "assetType": "runtime", - "rid": "win" - } - } - }, - "System.Security.Permissions/4.5.0": { - "type": "package", - "compile": { - "ref/netstandard2.0/_._": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard2.0/System.Security.Permissions.dll": {} - } - }, - "xunit/2.9.3": { - "type": "package", - "dependencies": { - "xunit.analyzers": "1.18.0", - "xunit.assert": "2.9.3", - "xunit.core": "[2.9.3]" - } - }, - "xunit.abstractions/2.0.3": { - "type": "package", - "compile": { - "lib/netstandard2.0/xunit.abstractions.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard2.0/xunit.abstractions.dll": { - "related": ".xml" - } - } - }, - "xunit.analyzers/1.18.0": { - "type": "package" - }, - "xunit.assert/2.9.3": { - "type": "package", - "compile": { - "lib/net6.0/xunit.assert.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net6.0/xunit.assert.dll": { - "related": ".xml" - } - } - }, - "xunit.core/2.9.3": { - "type": "package", - "dependencies": { - "xunit.extensibility.core": "[2.9.3]", - "xunit.extensibility.execution": "[2.9.3]" - }, - "build": { - "build/xunit.core.props": {}, - "build/xunit.core.targets": {} - }, - "buildMultiTargeting": { - "buildMultiTargeting/xunit.core.props": {}, - "buildMultiTargeting/xunit.core.targets": {} - } - }, - "xunit.extensibility.core/2.9.3": { - "type": "package", - "dependencies": { - "xunit.abstractions": "2.0.3" - }, - "compile": { - "lib/netstandard1.1/xunit.core.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard1.1/xunit.core.dll": { - "related": ".xml" - } - } - }, - "xunit.extensibility.execution/2.9.3": { - "type": "package", - "dependencies": { - "xunit.extensibility.core": "[2.9.3]" - }, - "compile": { - "lib/netstandard1.1/xunit.execution.dotnet.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard1.1/xunit.execution.dotnet.dll": { - "related": ".xml" - } - } - }, - "xunit.runner.visualstudio/3.1.5": { - "type": "package", - "compile": { - "lib/net8.0/_._": {} - }, - "runtime": { - "lib/net8.0/_._": {} - }, - "build": { - "build/net8.0/xunit.runner.visualstudio.props": {} - } - }, - "Inshiminator.Analyzers/1.0.0": { - "type": "project", - "framework": ".NETCoreApp,Version=v10.0", - "dependencies": { - "Microsoft.CodeAnalysis.CSharp": "4.12.0" - }, - "compile": { - "bin/placeholder/Inshiminator.Analyzers.dll": {} - }, - "runtime": { - "bin/placeholder/Inshiminator.Analyzers.dll": {} - } - }, - "Inshiminator.CodeFixes/1.0.0": { - "type": "project", - "framework": ".NETCoreApp,Version=v10.0", - "dependencies": { - "Inshiminator.Analyzers": "1.0.0", - "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.12.0" - }, - "compile": { - "bin/placeholder/Inshiminator.CodeFixes.dll": {} - }, - "runtime": { - "bin/placeholder/Inshiminator.CodeFixes.dll": {} - } - } - }, - "net8.0": { - "coverlet.collector/10.0.0": { - "type": "package", - "build": { - "build/net8.0/coverlet.collector.targets": {} - } - }, - "DiffPlex/1.7.2": { - "type": "package", - "compile": { - "lib/net6.0/_._": { - "related": ".xml" - } - }, - "runtime": { - "lib/net6.0/DiffPlex.dll": { - "related": ".xml" - } - } - }, - "Humanizer.Core/2.14.1": { - "type": "package", - "compile": { - "lib/net6.0/_._": { - "related": ".xml" - } - }, - "runtime": { - "lib/net6.0/Humanizer.dll": { - "related": ".xml" - } - } - }, - "Microsoft.Build.Tasks.Git/10.0.203": { - "type": "package", - "dependencies": { - "System.IO.Hashing": "10.0.7" - }, - "build": { - "buildTransitive/Microsoft.Build.Tasks.Git.props": {}, - "buildTransitive/Microsoft.Build.Tasks.Git.targets": {} - }, - "buildMultiTargeting": { - "buildMultiTargeting/Microsoft.Build.Tasks.Git.props": {}, - "buildMultiTargeting/Microsoft.Build.Tasks.Git.targets": {} - } - }, - "Microsoft.CodeAnalysis.Analyzer.Testing/1.1.2": { - "type": "package", - "dependencies": { - "DiffPlex": "1.7.2", - "Microsoft.CodeAnalysis.Workspaces.Common": "1.0.1", - "Microsoft.VisualStudio.Composition": "16.1.8", - "NuGet.Common": "6.3.4", - "NuGet.Packaging": "6.3.4", - "NuGet.Protocol": "6.3.4", - "NuGet.Resolver": "6.3.4" - }, - "compile": { - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.Analyzer.Testing.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.Analyzer.Testing.dll": { - "related": ".xml" - } - } - }, - "Microsoft.CodeAnalysis.Analyzers/3.3.4": { - "type": "package", - "build": { - "buildTransitive/Microsoft.CodeAnalysis.Analyzers.props": {}, - "buildTransitive/Microsoft.CodeAnalysis.Analyzers.targets": {} - } - }, - "Microsoft.CodeAnalysis.CodeFix.Testing/1.1.2": { - "type": "package", - "dependencies": { - "Microsoft.CodeAnalysis.Analyzer.Testing": "[1.1.2]", - "Microsoft.CodeAnalysis.Workspaces.Common": "1.0.1" - }, - "compile": { - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CodeFix.Testing.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CodeFix.Testing.dll": { - "related": ".xml" - } - } - }, - "Microsoft.CodeAnalysis.CodeRefactoring.Testing/1.1.2": { - "type": "package", - "dependencies": { - "Microsoft.CodeAnalysis.Analyzer.Testing": "[1.1.2]", - "Microsoft.CodeAnalysis.Workspaces.Common": "1.0.1" - }, - "compile": { - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CodeRefactoring.Testing.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CodeRefactoring.Testing.dll": { - "related": ".xml" - } - } - }, - "Microsoft.CodeAnalysis.Common/4.12.0": { - "type": "package", - "dependencies": { - "Microsoft.CodeAnalysis.Analyzers": "3.3.4" - }, - "compile": { - "lib/net8.0/Microsoft.CodeAnalysis.dll": { - "related": ".pdb;.xml" - } - }, - "runtime": { - "lib/net8.0/Microsoft.CodeAnalysis.dll": { - "related": ".pdb;.xml" - } - }, - "resource": { - "lib/net8.0/cs/Microsoft.CodeAnalysis.resources.dll": { - "locale": "cs" - }, - "lib/net8.0/de/Microsoft.CodeAnalysis.resources.dll": { - "locale": "de" - }, - "lib/net8.0/es/Microsoft.CodeAnalysis.resources.dll": { - "locale": "es" - }, - "lib/net8.0/fr/Microsoft.CodeAnalysis.resources.dll": { - "locale": "fr" - }, - "lib/net8.0/it/Microsoft.CodeAnalysis.resources.dll": { - "locale": "it" - }, - "lib/net8.0/ja/Microsoft.CodeAnalysis.resources.dll": { - "locale": "ja" - }, - "lib/net8.0/ko/Microsoft.CodeAnalysis.resources.dll": { - "locale": "ko" - }, - "lib/net8.0/pl/Microsoft.CodeAnalysis.resources.dll": { - "locale": "pl" - }, - "lib/net8.0/pt-BR/Microsoft.CodeAnalysis.resources.dll": { - "locale": "pt-BR" - }, - "lib/net8.0/ru/Microsoft.CodeAnalysis.resources.dll": { - "locale": "ru" - }, - "lib/net8.0/tr/Microsoft.CodeAnalysis.resources.dll": { - "locale": "tr" - }, - "lib/net8.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll": { - "locale": "zh-Hans" - }, - "lib/net8.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "Microsoft.CodeAnalysis.CSharp/4.12.0": { - "type": "package", - "dependencies": { - "Microsoft.CodeAnalysis.Analyzers": "3.3.4", - "Microsoft.CodeAnalysis.Common": "[4.12.0]" - }, - "compile": { - "lib/net8.0/Microsoft.CodeAnalysis.CSharp.dll": { - "related": ".pdb;.xml" - } - }, - "runtime": { - "lib/net8.0/Microsoft.CodeAnalysis.CSharp.dll": { - "related": ".pdb;.xml" - } - }, - "resource": { - "lib/net8.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "cs" - }, - "lib/net8.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "de" - }, - "lib/net8.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "es" - }, - "lib/net8.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "fr" - }, - "lib/net8.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "it" - }, - "lib/net8.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "ja" - }, - "lib/net8.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "ko" - }, - "lib/net8.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "pl" - }, - "lib/net8.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "pt-BR" - }, - "lib/net8.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "ru" - }, - "lib/net8.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "tr" - }, - "lib/net8.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "zh-Hans" - }, - "lib/net8.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "Microsoft.CodeAnalysis.CSharp.Analyzer.Testing/1.1.2": { - "type": "package", - "dependencies": { - "Microsoft.CodeAnalysis.Analyzer.Testing": "[1.1.2]", - "Microsoft.CodeAnalysis.CSharp.Workspaces": "1.0.1" - }, - "compile": { - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.dll": { - "related": ".xml" - } - } - }, - "Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.XUnit/1.1.2": { - "type": "package", - "dependencies": { - "Microsoft.CodeAnalysis.Analyzer.Testing": "[1.1.2]", - "Microsoft.CodeAnalysis.CSharp.Analyzer.Testing": "[1.1.2]", - "Microsoft.CodeAnalysis.CSharp.Workspaces": "1.0.1", - "Microsoft.CodeAnalysis.Testing.Verifiers.XUnit": "[1.1.2]" - }, - "compile": { - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.XUnit.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.XUnit.dll": { - "related": ".xml" - } - } - }, - "Microsoft.CodeAnalysis.CSharp.CodeFix.Testing/1.1.2": { - "type": "package", - "dependencies": { - "Microsoft.CodeAnalysis.CSharp.Workspaces": "1.0.1", - "Microsoft.CodeAnalysis.CodeFix.Testing": "[1.1.2]" - }, - "compile": { - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.dll": { - "related": ".xml" - } - } - }, - "Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.XUnit/1.1.2": { - "type": "package", - "dependencies": { - "Microsoft.CodeAnalysis.Analyzer.Testing": "[1.1.2]", - "Microsoft.CodeAnalysis.CSharp.CodeFix.Testing": "[1.1.2]", - "Microsoft.CodeAnalysis.CSharp.Workspaces": "1.0.1", - "Microsoft.CodeAnalysis.CodeFix.Testing": "[1.1.2]", - "Microsoft.CodeAnalysis.Testing.Verifiers.XUnit": "[1.1.2]" - }, - "compile": { - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.XUnit.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.XUnit.dll": { - "related": ".xml" - } - } - }, - "Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing/1.1.2": { - "type": "package", - "dependencies": { - "Microsoft.CodeAnalysis.CSharp.Workspaces": "1.0.1", - "Microsoft.CodeAnalysis.CodeRefactoring.Testing": "[1.1.2]" - }, - "compile": { - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing.dll": { - "related": ".xml" - } - } - }, - "Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing.XUnit/1.1.2": { - "type": "package", - "dependencies": { - "Microsoft.CodeAnalysis.Analyzer.Testing": "[1.1.2]", - "Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing": "[1.1.2]", - "Microsoft.CodeAnalysis.CSharp.Workspaces": "1.0.1", - "Microsoft.CodeAnalysis.CodeRefactoring.Testing": "[1.1.2]", - "Microsoft.CodeAnalysis.Testing.Verifiers.XUnit": "[1.1.2]" - }, - "compile": { - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing.XUnit.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing.XUnit.dll": { - "related": ".xml" - } - } - }, - "Microsoft.CodeAnalysis.CSharp.Workspaces/4.12.0": { - "type": "package", - "dependencies": { - "Humanizer.Core": "2.14.1", - "Microsoft.CodeAnalysis.Analyzers": "3.3.4", - "Microsoft.CodeAnalysis.CSharp": "[4.12.0]", - "Microsoft.CodeAnalysis.Common": "[4.12.0]", - "Microsoft.CodeAnalysis.Workspaces.Common": "[4.12.0]", - "System.Composition": "8.0.0", - "System.IO.Pipelines": "8.0.0" - }, - "compile": { - "lib/net8.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll": { - "related": ".pdb;.xml" - } - }, - "runtime": { - "lib/net8.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll": { - "related": ".pdb;.xml" - } - }, - "resource": { - "lib/net8.0/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { - "locale": "cs" - }, - "lib/net8.0/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { - "locale": "de" - }, - "lib/net8.0/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { - "locale": "es" - }, - "lib/net8.0/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { - "locale": "fr" - }, - "lib/net8.0/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { - "locale": "it" - }, - "lib/net8.0/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { - "locale": "ja" - }, - "lib/net8.0/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { - "locale": "ko" - }, - "lib/net8.0/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { - "locale": "pl" - }, - "lib/net8.0/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { - "locale": "pt-BR" - }, - "lib/net8.0/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { - "locale": "ru" - }, - "lib/net8.0/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { - "locale": "tr" - }, - "lib/net8.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { - "locale": "zh-Hans" - }, - "lib/net8.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "Microsoft.CodeAnalysis.Testing.Verifiers.XUnit/1.1.2": { - "type": "package", - "dependencies": { - "Microsoft.CodeAnalysis.Analyzer.Testing": "[1.1.2]", - "xunit.assert": "2.3.0" - }, - "compile": { - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.Testing.Verifiers.XUnit.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.Testing.Verifiers.XUnit.dll": { - "related": ".xml" - } - } - }, - "Microsoft.CodeAnalysis.VisualBasic/1.0.1": { - "type": "package", - "dependencies": { - "Microsoft.CodeAnalysis.Common": "1.0.1" - }, - "compile": { - "lib/net45/Microsoft.CodeAnalysis.VisualBasic.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net45/Microsoft.CodeAnalysis.VisualBasic.dll": { - "related": ".xml" - } - } - }, - "Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing/1.1.2": { - "type": "package", - "dependencies": { - "Microsoft.CodeAnalysis.Analyzer.Testing": "[1.1.2]", - "Microsoft.CodeAnalysis.VisualBasic.Workspaces": "1.0.1" - }, - "compile": { - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing.dll": { - "related": ".xml" - } - } - }, - "Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing.XUnit/1.1.2": { - "type": "package", - "dependencies": { - "Microsoft.CodeAnalysis.Analyzer.Testing": "[1.1.2]", - "Microsoft.CodeAnalysis.Testing.Verifiers.XUnit": "[1.1.2]", - "Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing": "[1.1.2]", - "Microsoft.CodeAnalysis.VisualBasic.Workspaces": "1.0.1" - }, - "compile": { - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing.XUnit.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing.XUnit.dll": { - "related": ".xml" - } - } - }, - "Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing/1.1.2": { - "type": "package", - "dependencies": { - "Microsoft.CodeAnalysis.CodeFix.Testing": "[1.1.2]", - "Microsoft.CodeAnalysis.VisualBasic.Workspaces": "1.0.1" - }, - "compile": { - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing.dll": { - "related": ".xml" - } - } - }, - "Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing.XUnit/1.1.2": { - "type": "package", - "dependencies": { - "Microsoft.CodeAnalysis.Analyzer.Testing": "[1.1.2]", - "Microsoft.CodeAnalysis.CodeFix.Testing": "[1.1.2]", - "Microsoft.CodeAnalysis.Testing.Verifiers.XUnit": "[1.1.2]", - "Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing": "[1.1.2]", - "Microsoft.CodeAnalysis.VisualBasic.Workspaces": "1.0.1" - }, - "compile": { - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing.XUnit.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing.XUnit.dll": { - "related": ".xml" - } - } - }, - "Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing/1.1.2": { - "type": "package", - "dependencies": { - "Microsoft.CodeAnalysis.CodeRefactoring.Testing": "[1.1.2]", - "Microsoft.CodeAnalysis.VisualBasic.Workspaces": "1.0.1" - }, - "compile": { - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing.dll": { - "related": ".xml" - } - } - }, - "Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing.XUnit/1.1.2": { - "type": "package", - "dependencies": { - "Microsoft.CodeAnalysis.Analyzer.Testing": "[1.1.2]", - "Microsoft.CodeAnalysis.CodeRefactoring.Testing": "[1.1.2]", - "Microsoft.CodeAnalysis.Testing.Verifiers.XUnit": "[1.1.2]", - "Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing": "[1.1.2]", - "Microsoft.CodeAnalysis.VisualBasic.Workspaces": "1.0.1" - }, - "compile": { - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing.XUnit.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing.XUnit.dll": { - "related": ".xml" - } - } - }, - "Microsoft.CodeAnalysis.VisualBasic.Workspaces/1.0.1": { - "type": "package", - "dependencies": { - "Microsoft.CodeAnalysis.VisualBasic": "1.0.1", - "Microsoft.CodeAnalysis.Workspaces.Common": "1.0.1" - }, - "compile": { - "lib/net45/Microsoft.CodeAnalysis.VisualBasic.Workspaces.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net45/Microsoft.CodeAnalysis.VisualBasic.Workspaces.dll": { - "related": ".xml" - } - } - }, - "Microsoft.CodeAnalysis.Workspaces.Common/4.12.0": { - "type": "package", - "dependencies": { - "Humanizer.Core": "2.14.1", - "Microsoft.CodeAnalysis.Analyzers": "3.3.4", - "Microsoft.CodeAnalysis.Common": "[4.12.0]", - "System.Composition": "8.0.0", - "System.IO.Pipelines": "8.0.0" - }, - "compile": { - "lib/net8.0/Microsoft.CodeAnalysis.Workspaces.dll": { - "related": ".pdb;.xml" - } - }, - "runtime": { - "lib/net8.0/Microsoft.CodeAnalysis.Workspaces.dll": { - "related": ".pdb;.xml" - } - }, - "resource": { - "lib/net8.0/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll": { - "locale": "cs" - }, - "lib/net8.0/de/Microsoft.CodeAnalysis.Workspaces.resources.dll": { - "locale": "de" - }, - "lib/net8.0/es/Microsoft.CodeAnalysis.Workspaces.resources.dll": { - "locale": "es" - }, - "lib/net8.0/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll": { - "locale": "fr" - }, - "lib/net8.0/it/Microsoft.CodeAnalysis.Workspaces.resources.dll": { - "locale": "it" - }, - "lib/net8.0/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll": { - "locale": "ja" - }, - "lib/net8.0/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll": { - "locale": "ko" - }, - "lib/net8.0/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll": { - "locale": "pl" - }, - "lib/net8.0/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll": { - "locale": "pt-BR" - }, - "lib/net8.0/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll": { - "locale": "ru" - }, - "lib/net8.0/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll": { - "locale": "tr" - }, - "lib/net8.0/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll": { - "locale": "zh-Hans" - }, - "lib/net8.0/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "Microsoft.CodeCoverage/18.5.1": { - "type": "package", - "compile": { - "lib/net8.0/Microsoft.VisualStudio.CodeCoverage.Shim.dll": {} - }, - "runtime": { - "lib/net8.0/Microsoft.VisualStudio.CodeCoverage.Shim.dll": {} - }, - "build": { - "build/netstandard2.0/Microsoft.CodeCoverage.props": {}, - "build/netstandard2.0/Microsoft.CodeCoverage.targets": {} - } - }, - "Microsoft.NET.Test.Sdk/18.5.1": { - "type": "package", - "dependencies": { - "Microsoft.CodeCoverage": "18.5.1", - "Microsoft.TestPlatform.TestHost": "18.5.1" - }, - "compile": { - "lib/net8.0/_._": {} - }, - "runtime": { - "lib/net8.0/_._": {} - }, - "build": { - "build/net8.0/Microsoft.NET.Test.Sdk.props": {}, - "build/net8.0/Microsoft.NET.Test.Sdk.targets": {} - } - }, - "Microsoft.SourceLink.Common/10.0.203": { - "type": "package", - "build": { - "buildTransitive/Microsoft.SourceLink.Common.props": {}, - "buildTransitive/Microsoft.SourceLink.Common.targets": {} - }, - "buildMultiTargeting": { - "buildMultiTargeting/Microsoft.SourceLink.Common.props": {}, - "buildMultiTargeting/Microsoft.SourceLink.Common.targets": {} - } - }, - "Microsoft.SourceLink.GitHub/10.0.203": { - "type": "package", - "dependencies": { - "Microsoft.Build.Tasks.Git": "10.0.203", - "Microsoft.SourceLink.Common": "10.0.203", - "System.IO.Hashing": "10.0.7" - }, - "build": { - "build/Microsoft.SourceLink.GitHub.props": {}, - "build/Microsoft.SourceLink.GitHub.targets": {} - }, - "buildMultiTargeting": { - "buildMultiTargeting/Microsoft.SourceLink.GitHub.props": {}, - "buildMultiTargeting/Microsoft.SourceLink.GitHub.targets": {} - } - }, - "Microsoft.TestPlatform.ObjectModel/18.5.1": { - "type": "package", - "compile": { - "lib/net8.0/Microsoft.TestPlatform.CoreUtilities.dll": {}, - "lib/net8.0/Microsoft.TestPlatform.PlatformAbstractions.dll": {}, - "lib/net8.0/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll": {} - }, - "runtime": { - "lib/net8.0/Microsoft.TestPlatform.CoreUtilities.dll": {}, - "lib/net8.0/Microsoft.TestPlatform.PlatformAbstractions.dll": {}, - "lib/net8.0/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll": {} - }, - "resource": { - "lib/net8.0/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "cs" - }, - "lib/net8.0/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "cs" - }, - "lib/net8.0/de/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "de" - }, - "lib/net8.0/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "de" - }, - "lib/net8.0/es/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "es" - }, - "lib/net8.0/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "es" - }, - "lib/net8.0/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "fr" - }, - "lib/net8.0/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "fr" - }, - "lib/net8.0/it/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "it" - }, - "lib/net8.0/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "it" - }, - "lib/net8.0/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "ja" - }, - "lib/net8.0/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "ja" - }, - "lib/net8.0/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "ko" - }, - "lib/net8.0/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "ko" - }, - "lib/net8.0/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "pl" - }, - "lib/net8.0/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "pl" - }, - "lib/net8.0/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "pt-BR" - }, - "lib/net8.0/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "pt-BR" - }, - "lib/net8.0/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "ru" - }, - "lib/net8.0/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "ru" - }, - "lib/net8.0/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "tr" - }, - "lib/net8.0/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "tr" - }, - "lib/net8.0/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "zh-Hans" - }, - "lib/net8.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "zh-Hans" - }, - "lib/net8.0/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll": { - "locale": "zh-Hant" - }, - "lib/net8.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "Microsoft.TestPlatform.TestHost/18.5.1": { - "type": "package", - "dependencies": { - "Microsoft.TestPlatform.ObjectModel": "18.5.1", - "Newtonsoft.Json": "13.0.3" - }, - "compile": { - "lib/net8.0/Microsoft.TestPlatform.CommunicationUtilities.dll": {}, - "lib/net8.0/Microsoft.TestPlatform.CoreUtilities.dll": {}, - "lib/net8.0/Microsoft.TestPlatform.CrossPlatEngine.dll": {}, - "lib/net8.0/Microsoft.TestPlatform.PlatformAbstractions.dll": {}, - "lib/net8.0/Microsoft.TestPlatform.Utilities.dll": {}, - "lib/net8.0/Microsoft.VisualStudio.TestPlatform.Common.dll": {}, - "lib/net8.0/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll": {}, - "lib/net8.0/testhost.dll": { - "related": ".deps.json" - } - }, - "runtime": { - "lib/net8.0/Microsoft.TestPlatform.CommunicationUtilities.dll": {}, - "lib/net8.0/Microsoft.TestPlatform.CoreUtilities.dll": {}, - "lib/net8.0/Microsoft.TestPlatform.CrossPlatEngine.dll": {}, - "lib/net8.0/Microsoft.TestPlatform.PlatformAbstractions.dll": {}, - "lib/net8.0/Microsoft.TestPlatform.Utilities.dll": {}, - "lib/net8.0/Microsoft.VisualStudio.TestPlatform.Common.dll": {}, - "lib/net8.0/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll": {}, - "lib/net8.0/testhost.dll": { - "related": ".deps.json" - } - }, - "resource": { - "lib/net8.0/cs/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "cs" - }, - "lib/net8.0/cs/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "cs" - }, - "lib/net8.0/cs/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "cs" - }, - "lib/net8.0/de/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "de" - }, - "lib/net8.0/de/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "de" - }, - "lib/net8.0/de/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "de" - }, - "lib/net8.0/es/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "es" - }, - "lib/net8.0/es/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "es" - }, - "lib/net8.0/es/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "es" - }, - "lib/net8.0/fr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "fr" - }, - "lib/net8.0/fr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "fr" - }, - "lib/net8.0/fr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "fr" - }, - "lib/net8.0/it/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "it" - }, - "lib/net8.0/it/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "it" - }, - "lib/net8.0/it/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "it" - }, - "lib/net8.0/ja/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "ja" - }, - "lib/net8.0/ja/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "ja" - }, - "lib/net8.0/ja/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "ja" - }, - "lib/net8.0/ko/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "ko" - }, - "lib/net8.0/ko/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "ko" - }, - "lib/net8.0/ko/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "ko" - }, - "lib/net8.0/pl/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "pl" - }, - "lib/net8.0/pl/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "pl" - }, - "lib/net8.0/pl/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "pl" - }, - "lib/net8.0/pt-BR/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "pt-BR" - }, - "lib/net8.0/pt-BR/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "pt-BR" - }, - "lib/net8.0/pt-BR/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "pt-BR" - }, - "lib/net8.0/ru/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "ru" - }, - "lib/net8.0/ru/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "ru" - }, - "lib/net8.0/ru/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "ru" - }, - "lib/net8.0/tr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "tr" - }, - "lib/net8.0/tr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "tr" - }, - "lib/net8.0/tr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "tr" - }, - "lib/net8.0/zh-Hans/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "zh-Hans" - }, - "lib/net8.0/zh-Hans/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "zh-Hans" - }, - "lib/net8.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "zh-Hans" - }, - "lib/net8.0/zh-Hant/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { - "locale": "zh-Hant" - }, - "lib/net8.0/zh-Hant/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { - "locale": "zh-Hant" - }, - "lib/net8.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { - "locale": "zh-Hant" - } - }, - "build": { - "build/net8.0/Microsoft.TestPlatform.TestHost.props": {}, - "build/net8.0/Microsoft.TestPlatform.TestHost.targets": {} - } - }, - "Microsoft.VisualStudio.Composition/16.1.8": { - "type": "package", - "dependencies": { - "Microsoft.VisualStudio.Composition.NetFxAttributes": "16.1.8", - "Microsoft.VisualStudio.Validation": "15.0.82", - "System.Composition": "1.0.31" - }, - "compile": { - "lib/netcoreapp2.0/Microsoft.VisualStudio.Composition.dll": { - "related": ".pdb;.xml" - } - }, - "runtime": { - "lib/netcoreapp2.0/Microsoft.VisualStudio.Composition.dll": { - "related": ".pdb;.xml" - } - }, - "resource": { - "lib/netcoreapp2.0/cs/Microsoft.VisualStudio.Composition.resources.dll": { - "locale": "cs" - }, - "lib/netcoreapp2.0/de/Microsoft.VisualStudio.Composition.resources.dll": { - "locale": "de" - }, - "lib/netcoreapp2.0/es/Microsoft.VisualStudio.Composition.resources.dll": { - "locale": "es" - }, - "lib/netcoreapp2.0/fr/Microsoft.VisualStudio.Composition.resources.dll": { - "locale": "fr" - }, - "lib/netcoreapp2.0/it/Microsoft.VisualStudio.Composition.resources.dll": { - "locale": "it" - }, - "lib/netcoreapp2.0/ja/Microsoft.VisualStudio.Composition.resources.dll": { - "locale": "ja" - }, - "lib/netcoreapp2.0/ko/Microsoft.VisualStudio.Composition.resources.dll": { - "locale": "ko" - }, - "lib/netcoreapp2.0/pl/Microsoft.VisualStudio.Composition.resources.dll": { - "locale": "pl" - }, - "lib/netcoreapp2.0/pt-BR/Microsoft.VisualStudio.Composition.resources.dll": { - "locale": "pt-BR" - }, - "lib/netcoreapp2.0/ru/Microsoft.VisualStudio.Composition.resources.dll": { - "locale": "ru" - }, - "lib/netcoreapp2.0/tr/Microsoft.VisualStudio.Composition.resources.dll": { - "locale": "tr" - }, - "lib/netcoreapp2.0/zh-Hans/Microsoft.VisualStudio.Composition.resources.dll": { - "locale": "zh-Hans" - }, - "lib/netcoreapp2.0/zh-Hant/Microsoft.VisualStudio.Composition.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "Microsoft.VisualStudio.Composition.NetFxAttributes/16.1.8": { - "type": "package", - "dependencies": { - "System.ComponentModel.Composition": "4.5.0" - }, - "compile": { - "lib/netstandard2.0/Microsoft.VisualStudio.Composition.NetFxAttributes.dll": { - "related": ".pdb;.xml" - } - }, - "runtime": { - "lib/netstandard2.0/Microsoft.VisualStudio.Composition.NetFxAttributes.dll": { - "related": ".pdb;.xml" - } - } - }, - "Microsoft.VisualStudio.Validation/15.0.82": { - "type": "package", - "compile": { - "lib/netstandard1.0/Microsoft.VisualStudio.Validation.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard1.0/Microsoft.VisualStudio.Validation.dll": { - "related": ".xml" - } - }, - "resource": { - "lib/netstandard1.0/cs/Microsoft.VisualStudio.Validation.resources.dll": { - "locale": "cs" - }, - "lib/netstandard1.0/de/Microsoft.VisualStudio.Validation.resources.dll": { - "locale": "de" - }, - "lib/netstandard1.0/es/Microsoft.VisualStudio.Validation.resources.dll": { - "locale": "es" - }, - "lib/netstandard1.0/fr/Microsoft.VisualStudio.Validation.resources.dll": { - "locale": "fr" - }, - "lib/netstandard1.0/it/Microsoft.VisualStudio.Validation.resources.dll": { - "locale": "it" - }, - "lib/netstandard1.0/ja/Microsoft.VisualStudio.Validation.resources.dll": { - "locale": "ja" - }, - "lib/netstandard1.0/ko/Microsoft.VisualStudio.Validation.resources.dll": { - "locale": "ko" - }, - "lib/netstandard1.0/pl/Microsoft.VisualStudio.Validation.resources.dll": { - "locale": "pl" - }, - "lib/netstandard1.0/pt-BR/Microsoft.VisualStudio.Validation.resources.dll": { - "locale": "pt-BR" - }, - "lib/netstandard1.0/ru/Microsoft.VisualStudio.Validation.resources.dll": { - "locale": "ru" - }, - "lib/netstandard1.0/tr/Microsoft.VisualStudio.Validation.resources.dll": { - "locale": "tr" - }, - "lib/netstandard1.0/zh-Hans/Microsoft.VisualStudio.Validation.resources.dll": { - "locale": "zh-Hans" - }, - "lib/netstandard1.0/zh-Hant/Microsoft.VisualStudio.Validation.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "Nerdbank.GitVersioning/3.9.50": { - "type": "package", - "build": { - "build/Nerdbank.GitVersioning.props": {}, - "build/Nerdbank.GitVersioning.targets": {} - }, - "buildMultiTargeting": { - "buildCrossTargeting/Nerdbank.GitVersioning.props": {}, - "buildCrossTargeting/Nerdbank.GitVersioning.targets": {} - } - }, - "Newtonsoft.Json/13.0.3": { - "type": "package", - "compile": { - "lib/net6.0/Newtonsoft.Json.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net6.0/Newtonsoft.Json.dll": { - "related": ".xml" - } - } - }, - "NuGet.Common/6.3.4": { - "type": "package", - "dependencies": { - "NuGet.Frameworks": "6.3.4" - }, - "compile": { - "lib/netstandard2.0/_._": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard2.0/NuGet.Common.dll": { - "related": ".xml" - } - } - }, - "NuGet.Configuration/6.3.4": { - "type": "package", - "dependencies": { - "NuGet.Common": "6.3.4", - "System.Security.Cryptography.ProtectedData": "4.4.0" - }, - "compile": { - "lib/netstandard2.0/_._": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard2.0/NuGet.Configuration.dll": { - "related": ".xml" - } - } - }, - "NuGet.Frameworks/6.3.4": { - "type": "package", - "compile": { - "lib/netstandard2.0/_._": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard2.0/NuGet.Frameworks.dll": { - "related": ".xml" - } - } - }, - "NuGet.Packaging/6.3.4": { - "type": "package", - "dependencies": { - "Newtonsoft.Json": "13.0.1", - "NuGet.Configuration": "6.3.4", - "NuGet.Versioning": "6.3.4", - "System.Security.Cryptography.Cng": "5.0.0", - "System.Security.Cryptography.Pkcs": "5.0.0" - }, - "compile": { - "lib/net5.0/_._": { - "related": ".xml" - } - }, - "runtime": { - "lib/net5.0/NuGet.Packaging.dll": { - "related": ".xml" - } - } - }, - "NuGet.Protocol/6.3.4": { - "type": "package", - "dependencies": { - "NuGet.Packaging": "6.3.4" - }, - "compile": { - "lib/net5.0/_._": { - "related": ".xml" - } - }, - "runtime": { - "lib/net5.0/NuGet.Protocol.dll": { - "related": ".xml" - } - } - }, - "NuGet.Resolver/6.3.4": { - "type": "package", - "dependencies": { - "NuGet.Protocol": "6.3.4" - }, - "compile": { - "lib/net5.0/_._": { - "related": ".xml" - } - }, - "runtime": { - "lib/net5.0/NuGet.Resolver.dll": { - "related": ".xml" - } - } - }, - "NuGet.Versioning/6.3.4": { - "type": "package", - "compile": { - "lib/netstandard2.0/_._": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard2.0/NuGet.Versioning.dll": { - "related": ".xml" - } - } - }, - "System.ComponentModel.Composition/4.5.0": { - "type": "package", - "dependencies": { - "System.Security.Permissions": "4.5.0" - }, - "compile": { - "ref/netstandard2.0/System.ComponentModel.Composition.dll": {} - }, - "runtime": { - "lib/netcoreapp2.0/System.ComponentModel.Composition.dll": {} - } - }, - "System.Composition/8.0.0": { - "type": "package", - "dependencies": { - "System.Composition.AttributedModel": "8.0.0", - "System.Composition.Convention": "8.0.0", - "System.Composition.Hosting": "8.0.0", - "System.Composition.Runtime": "8.0.0", - "System.Composition.TypedParts": "8.0.0" - }, - "compile": { - "lib/netcoreapp2.0/_._": {} - }, - "runtime": { - "lib/netcoreapp2.0/_._": {} - }, - "build": { - "buildTransitive/net6.0/_._": {} - } - }, - "System.Composition.AttributedModel/8.0.0": { - "type": "package", - "compile": { - "lib/net8.0/System.Composition.AttributedModel.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net8.0/System.Composition.AttributedModel.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net6.0/_._": {} - } - }, - "System.Composition.Convention/8.0.0": { - "type": "package", - "dependencies": { - "System.Composition.AttributedModel": "8.0.0" - }, - "compile": { - "lib/net8.0/System.Composition.Convention.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net8.0/System.Composition.Convention.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net6.0/_._": {} - } - }, - "System.Composition.Hosting/8.0.0": { - "type": "package", - "dependencies": { - "System.Composition.Runtime": "8.0.0" - }, - "compile": { - "lib/net8.0/System.Composition.Hosting.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net8.0/System.Composition.Hosting.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net6.0/_._": {} - } - }, - "System.Composition.Runtime/8.0.0": { - "type": "package", - "compile": { - "lib/net8.0/System.Composition.Runtime.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net8.0/System.Composition.Runtime.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net6.0/_._": {} - } - }, - "System.Composition.TypedParts/8.0.0": { - "type": "package", - "dependencies": { - "System.Composition.AttributedModel": "8.0.0", - "System.Composition.Hosting": "8.0.0", - "System.Composition.Runtime": "8.0.0" - }, - "compile": { - "lib/net8.0/System.Composition.TypedParts.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net8.0/System.Composition.TypedParts.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net6.0/_._": {} - } - }, - "System.IO.Hashing/10.0.7": { - "type": "package", - "compile": { - "lib/net8.0/System.IO.Hashing.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net8.0/System.IO.Hashing.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net8.0/_._": {} - } - }, - "System.IO.Pipelines/8.0.0": { - "type": "package", - "compile": { - "lib/net8.0/System.IO.Pipelines.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net8.0/System.IO.Pipelines.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net6.0/_._": {} - } - }, - "System.Security.Cryptography.Cng/5.0.0": { - "type": "package", - "compile": { - "ref/netcoreapp3.0/_._": { - "related": ".xml" - } - }, - "runtime": { - "lib/netcoreapp3.0/System.Security.Cryptography.Cng.dll": { - "related": ".xml" - } - }, - "runtimeTargets": { - "runtimes/win/lib/netcoreapp3.0/System.Security.Cryptography.Cng.dll": { - "assetType": "runtime", - "rid": "win" - } - } - }, - "System.Security.Cryptography.Pkcs/5.0.0": { - "type": "package", - "dependencies": { - "System.Security.Cryptography.Cng": "5.0.0" - }, - "compile": { - "ref/netcoreapp3.0/_._": { - "related": ".xml" - } - }, - "runtime": { - "lib/netcoreapp3.0/System.Security.Cryptography.Pkcs.dll": { - "related": ".xml" - } - }, - "runtimeTargets": { - "runtimes/win/lib/netcoreapp3.0/System.Security.Cryptography.Pkcs.dll": { - "assetType": "runtime", - "rid": "win" - } - } - }, - "System.Security.Cryptography.ProtectedData/4.4.0": { - "type": "package", - "compile": { - "ref/netstandard2.0/_._": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll": {} - }, - "runtimeTargets": { - "runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll": { - "assetType": "runtime", - "rid": "win" - } - } - }, - "System.Security.Permissions/4.5.0": { - "type": "package", - "compile": { - "ref/netstandard2.0/_._": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard2.0/System.Security.Permissions.dll": {} - } - }, - "xunit/2.9.3": { - "type": "package", - "dependencies": { - "xunit.analyzers": "1.18.0", - "xunit.assert": "2.9.3", - "xunit.core": "[2.9.3]" - } - }, - "xunit.abstractions/2.0.3": { - "type": "package", - "compile": { - "lib/netstandard2.0/xunit.abstractions.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard2.0/xunit.abstractions.dll": { - "related": ".xml" - } - } - }, - "xunit.analyzers/1.18.0": { - "type": "package" - }, - "xunit.assert/2.9.3": { - "type": "package", - "compile": { - "lib/net6.0/xunit.assert.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net6.0/xunit.assert.dll": { - "related": ".xml" - } - } - }, - "xunit.core/2.9.3": { - "type": "package", - "dependencies": { - "xunit.extensibility.core": "[2.9.3]", - "xunit.extensibility.execution": "[2.9.3]" - }, - "build": { - "build/xunit.core.props": {}, - "build/xunit.core.targets": {} - }, - "buildMultiTargeting": { - "buildMultiTargeting/xunit.core.props": {}, - "buildMultiTargeting/xunit.core.targets": {} - } - }, - "xunit.extensibility.core/2.9.3": { - "type": "package", - "dependencies": { - "xunit.abstractions": "2.0.3" - }, - "compile": { - "lib/netstandard1.1/xunit.core.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard1.1/xunit.core.dll": { - "related": ".xml" - } - } - }, - "xunit.extensibility.execution/2.9.3": { - "type": "package", - "dependencies": { - "xunit.extensibility.core": "[2.9.3]" - }, - "compile": { - "lib/netstandard1.1/xunit.execution.dotnet.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard1.1/xunit.execution.dotnet.dll": { - "related": ".xml" - } - } - }, - "xunit.runner.visualstudio/3.1.5": { - "type": "package", - "compile": { - "lib/net8.0/_._": {} - }, - "runtime": { - "lib/net8.0/_._": {} - }, - "build": { - "build/net8.0/xunit.runner.visualstudio.props": {} - } - }, - "Inshiminator.Analyzers/1.0.0": { - "type": "project", - "framework": ".NETCoreApp,Version=v8.0", - "dependencies": { - "Microsoft.CodeAnalysis.CSharp": "4.12.0" - }, - "compile": { - "bin/placeholder/Inshiminator.Analyzers.dll": {} - }, - "runtime": { - "bin/placeholder/Inshiminator.Analyzers.dll": {} - } - }, - "Inshiminator.CodeFixes/1.0.0": { - "type": "project", - "framework": ".NETCoreApp,Version=v8.0", - "dependencies": { - "Inshiminator.Analyzers": "1.0.0", - "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.12.0" - }, - "compile": { - "bin/placeholder/Inshiminator.CodeFixes.dll": {} - }, - "runtime": { - "bin/placeholder/Inshiminator.CodeFixes.dll": {} - } - } - } - }, - "libraries": { - "coverlet.collector/10.0.0": { - "sha512": "WFejCcOUR6k8UYyDnnR6Gk+obFYMsWrZuNqPJnsVFGVhpPSN0y20D4qbdKJnXinYGx9PQ397Hf9TnU1NBST8vA==", - "type": "package", - "path": "coverlet.collector/10.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "VSTestIntegration.md", - "_manifest/spdx_2.2/manifest.spdx.json", - "_manifest/spdx_2.2/manifest.spdx.json.sha256", - "build/net10.0/Microsoft.Bcl.AsyncInterfaces.dll", - "build/net10.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", - "build/net10.0/Microsoft.Extensions.DependencyInjection.dll", - "build/net10.0/Microsoft.Extensions.DependencyModel.dll", - "build/net10.0/Microsoft.Extensions.FileSystemGlobbing.dll", - "build/net10.0/Microsoft.TestPlatform.CoreUtilities.dll", - "build/net10.0/Microsoft.TestPlatform.PlatformAbstractions.dll", - "build/net10.0/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll", - "build/net10.0/Mono.Cecil.Mdb.dll", - "build/net10.0/Mono.Cecil.Pdb.dll", - "build/net10.0/Mono.Cecil.Rocks.dll", - "build/net10.0/Mono.Cecil.dll", - "build/net10.0/NuGet.Frameworks.dll", - "build/net10.0/NuGet.Versioning.dll", - "build/net10.0/System.Security.Cryptography.Pkcs.dll", - "build/net10.0/coverlet.collector.deps.json", - "build/net10.0/coverlet.collector.dll", - "build/net10.0/coverlet.collector.pdb", - "build/net10.0/coverlet.collector.targets", - "build/net10.0/coverlet.core.dll", - "build/net10.0/coverlet.core.pdb", - "build/net10.0/coverlet.core.xml", - "build/net10.0/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "build/net10.0/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "build/net10.0/de/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "build/net10.0/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "build/net10.0/es/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "build/net10.0/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "build/net10.0/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "build/net10.0/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "build/net10.0/it/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "build/net10.0/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "build/net10.0/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "build/net10.0/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "build/net10.0/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "build/net10.0/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "build/net10.0/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "build/net10.0/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "build/net10.0/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "build/net10.0/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "build/net10.0/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "build/net10.0/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "build/net10.0/runtimes/win/lib/net10.0/System.Security.Cryptography.Pkcs.dll", - "build/net10.0/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "build/net10.0/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "build/net10.0/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "build/net10.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "build/net10.0/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "build/net10.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "build/net8.0/Microsoft.Bcl.AsyncInterfaces.dll", - "build/net8.0/Microsoft.Bcl.Cryptography.dll", - "build/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", - "build/net8.0/Microsoft.Extensions.DependencyInjection.dll", - "build/net8.0/Microsoft.Extensions.DependencyModel.dll", - "build/net8.0/Microsoft.Extensions.FileSystemGlobbing.dll", - "build/net8.0/Microsoft.TestPlatform.CoreUtilities.dll", - "build/net8.0/Microsoft.TestPlatform.PlatformAbstractions.dll", - "build/net8.0/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll", - "build/net8.0/Mono.Cecil.Mdb.dll", - "build/net8.0/Mono.Cecil.Pdb.dll", - "build/net8.0/Mono.Cecil.Rocks.dll", - "build/net8.0/Mono.Cecil.dll", - "build/net8.0/NuGet.Frameworks.dll", - "build/net8.0/NuGet.Versioning.dll", - "build/net8.0/System.Formats.Asn1.dll", - "build/net8.0/System.Security.Cryptography.Pkcs.dll", - "build/net8.0/coverlet.collector.deps.json", - "build/net8.0/coverlet.collector.dll", - "build/net8.0/coverlet.collector.pdb", - "build/net8.0/coverlet.collector.targets", - "build/net8.0/coverlet.core.dll", - "build/net8.0/coverlet.core.pdb", - "build/net8.0/coverlet.core.xml", - "build/net8.0/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "build/net8.0/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "build/net8.0/de/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "build/net8.0/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "build/net8.0/es/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "build/net8.0/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "build/net8.0/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "build/net8.0/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "build/net8.0/it/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "build/net8.0/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "build/net8.0/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "build/net8.0/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "build/net8.0/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "build/net8.0/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "build/net8.0/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "build/net8.0/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "build/net8.0/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "build/net8.0/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "build/net8.0/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "build/net8.0/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "build/net8.0/runtimes/win/lib/net8.0/System.Security.Cryptography.Pkcs.dll", - "build/net8.0/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "build/net8.0/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "build/net8.0/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "build/net8.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "build/net8.0/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "build/net8.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "build/net9.0/Microsoft.Bcl.AsyncInterfaces.dll", - "build/net9.0/Microsoft.Bcl.Cryptography.dll", - "build/net9.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", - "build/net9.0/Microsoft.Extensions.DependencyInjection.dll", - "build/net9.0/Microsoft.Extensions.DependencyModel.dll", - "build/net9.0/Microsoft.Extensions.FileSystemGlobbing.dll", - "build/net9.0/Microsoft.TestPlatform.CoreUtilities.dll", - "build/net9.0/Microsoft.TestPlatform.PlatformAbstractions.dll", - "build/net9.0/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll", - "build/net9.0/Mono.Cecil.Mdb.dll", - "build/net9.0/Mono.Cecil.Pdb.dll", - "build/net9.0/Mono.Cecil.Rocks.dll", - "build/net9.0/Mono.Cecil.dll", - "build/net9.0/NuGet.Frameworks.dll", - "build/net9.0/NuGet.Versioning.dll", - "build/net9.0/System.Formats.Asn1.dll", - "build/net9.0/System.Security.Cryptography.Pkcs.dll", - "build/net9.0/coverlet.collector.deps.json", - "build/net9.0/coverlet.collector.dll", - "build/net9.0/coverlet.collector.pdb", - "build/net9.0/coverlet.collector.targets", - "build/net9.0/coverlet.core.dll", - "build/net9.0/coverlet.core.pdb", - "build/net9.0/coverlet.core.xml", - "build/net9.0/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "build/net9.0/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "build/net9.0/de/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "build/net9.0/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "build/net9.0/es/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "build/net9.0/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "build/net9.0/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "build/net9.0/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "build/net9.0/it/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "build/net9.0/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "build/net9.0/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "build/net9.0/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "build/net9.0/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "build/net9.0/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "build/net9.0/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "build/net9.0/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "build/net9.0/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "build/net9.0/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "build/net9.0/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "build/net9.0/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "build/net9.0/runtimes/win/lib/net9.0/System.Security.Cryptography.Pkcs.dll", - "build/net9.0/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "build/net9.0/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "build/net9.0/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "build/net9.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "build/net9.0/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "build/net9.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "coverlet-icon.png", - "coverlet.collector.10.0.0.nupkg.sha512", - "coverlet.collector.nuspec" - ] - }, - "DiffPlex/1.7.2": { - "sha512": "qJEjdxEDBWSFZGB8paBB9HDeJXHGlHlOXeGX3kbTuXWuOsgv2iSAEOOzo5V1/B39Vcxr9IVVrNKewRcX+rsn4g==", - "type": "package", - "path": "diffplex/1.7.2", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "README.md", - "diffplex.1.7.2.nupkg.sha512", - "diffplex.nuspec", - "diffplex_icon.png", - "lib/net35/DiffPlex.dll", - "lib/net35/DiffPlex.xml", - "lib/net40/DiffPlex.dll", - "lib/net40/DiffPlex.xml", - "lib/net6.0/DiffPlex.dll", - "lib/net6.0/DiffPlex.xml", - "lib/netstandard1.0/DiffPlex.dll", - "lib/netstandard1.0/DiffPlex.xml", - "lib/netstandard2.0/DiffPlex.dll", - "lib/netstandard2.0/DiffPlex.xml" - ] - }, - "Humanizer.Core/2.14.1": { - "sha512": "lQKvtaTDOXnoVJ20ibTuSIOf2i0uO0MPbDhd1jm238I+U/2ZnRENj0cktKZhtchBMtCUSRQ5v4xBCUbKNmyVMw==", - "type": "package", - "path": "humanizer.core/2.14.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "humanizer.core.2.14.1.nupkg.sha512", - "humanizer.core.nuspec", - "lib/net6.0/Humanizer.dll", - "lib/net6.0/Humanizer.xml", - "lib/netstandard1.0/Humanizer.dll", - "lib/netstandard1.0/Humanizer.xml", - "lib/netstandard2.0/Humanizer.dll", - "lib/netstandard2.0/Humanizer.xml", - "logo.png" - ] - }, - "Microsoft.Build.Tasks.Git/10.0.203": { - "sha512": "m56WtzvIcL6t7JR3c7ogYitHizNM2QnRSo8yqxrQi+m5E/GGyDEmqymP+2p6YsFXn0j/Tzz67s4FQnrTLC7GKQ==", - "type": "package", - "path": "microsoft.build.tasks.git/10.0.203", - "hasTools": true, - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.txt", - "build/Microsoft.Build.Tasks.Git.props", - "build/Microsoft.Build.Tasks.Git.targets", - "buildMultiTargeting/Microsoft.Build.Tasks.Git.props", - "buildMultiTargeting/Microsoft.Build.Tasks.Git.targets", - "buildTransitive/Microsoft.Build.Tasks.Git.props", - "buildTransitive/Microsoft.Build.Tasks.Git.targets", - "microsoft.build.tasks.git.10.0.203.nupkg.sha512", - "microsoft.build.tasks.git.nuspec", - "tools/net/Microsoft.Build.Tasks.Git.deps.json", - "tools/net/Microsoft.Build.Tasks.Git.dll", - "tools/net/Microsoft.Build.Tasks.Git.pdb", - "tools/net/System.IO.Hashing.dll", - "tools/net/cs/Microsoft.Build.Tasks.Git.resources.dll", - "tools/net/de/Microsoft.Build.Tasks.Git.resources.dll", - "tools/net/es/Microsoft.Build.Tasks.Git.resources.dll", - "tools/net/fr/Microsoft.Build.Tasks.Git.resources.dll", - "tools/net/it/Microsoft.Build.Tasks.Git.resources.dll", - "tools/net/ja/Microsoft.Build.Tasks.Git.resources.dll", - "tools/net/ko/Microsoft.Build.Tasks.Git.resources.dll", - "tools/net/pl/Microsoft.Build.Tasks.Git.resources.dll", - "tools/net/pt-BR/Microsoft.Build.Tasks.Git.resources.dll", - "tools/net/ru/Microsoft.Build.Tasks.Git.resources.dll", - "tools/net/tr/Microsoft.Build.Tasks.Git.resources.dll", - "tools/net/zh-Hans/Microsoft.Build.Tasks.Git.resources.dll", - "tools/net/zh-Hant/Microsoft.Build.Tasks.Git.resources.dll", - "tools/netframework/Microsoft.Build.Tasks.Git.dll", - "tools/netframework/Microsoft.Build.Tasks.Git.dll.config", - "tools/netframework/Microsoft.Build.Tasks.Git.pdb", - "tools/netframework/System.Buffers.dll", - "tools/netframework/System.IO.Hashing.dll", - "tools/netframework/System.Memory.dll", - "tools/netframework/System.Numerics.Vectors.dll", - "tools/netframework/System.Runtime.CompilerServices.Unsafe.dll", - "tools/netframework/cs/Microsoft.Build.Tasks.Git.resources.dll", - "tools/netframework/de/Microsoft.Build.Tasks.Git.resources.dll", - "tools/netframework/es/Microsoft.Build.Tasks.Git.resources.dll", - "tools/netframework/fr/Microsoft.Build.Tasks.Git.resources.dll", - "tools/netframework/it/Microsoft.Build.Tasks.Git.resources.dll", - "tools/netframework/ja/Microsoft.Build.Tasks.Git.resources.dll", - "tools/netframework/ko/Microsoft.Build.Tasks.Git.resources.dll", - "tools/netframework/pl/Microsoft.Build.Tasks.Git.resources.dll", - "tools/netframework/pt-BR/Microsoft.Build.Tasks.Git.resources.dll", - "tools/netframework/ru/Microsoft.Build.Tasks.Git.resources.dll", - "tools/netframework/tr/Microsoft.Build.Tasks.Git.resources.dll", - "tools/netframework/zh-Hans/Microsoft.Build.Tasks.Git.resources.dll", - "tools/netframework/zh-Hant/Microsoft.Build.Tasks.Git.resources.dll" - ] - }, - "Microsoft.CodeAnalysis.Analyzer.Testing/1.1.2": { - "sha512": "g6cSJMPlmTiEHakCKaTobNISbf4jfjNF38YK8V4azAgcV9CE4BxuGQSWW6eftHs43q7mhKOr1lioKsTVQmUc1g==", - "type": "package", - "path": "microsoft.codeanalysis.analyzer.testing/1.1.2", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "lib/net452/Microsoft.CodeAnalysis.Analyzer.Testing.dll", - "lib/net452/Microsoft.CodeAnalysis.Analyzer.Testing.xml", - "lib/net46/Microsoft.CodeAnalysis.Analyzer.Testing.dll", - "lib/net46/Microsoft.CodeAnalysis.Analyzer.Testing.xml", - "lib/net472/Microsoft.CodeAnalysis.Analyzer.Testing.dll", - "lib/net472/Microsoft.CodeAnalysis.Analyzer.Testing.xml", - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.Analyzer.Testing.dll", - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.Analyzer.Testing.xml", - "lib/netstandard1.6/Microsoft.CodeAnalysis.Analyzer.Testing.dll", - "lib/netstandard1.6/Microsoft.CodeAnalysis.Analyzer.Testing.xml", - "lib/netstandard2.0/Microsoft.CodeAnalysis.Analyzer.Testing.dll", - "lib/netstandard2.0/Microsoft.CodeAnalysis.Analyzer.Testing.xml", - "microsoft.codeanalysis.analyzer.testing.1.1.2.nupkg.sha512", - "microsoft.codeanalysis.analyzer.testing.nuspec" - ] - }, - "Microsoft.CodeAnalysis.Analyzers/3.3.4": { - "sha512": "AxkxcPR+rheX0SmvpLVIGLhOUXAKG56a64kV9VQZ4y9gR9ZmPXnqZvHJnmwLSwzrEP6junUF11vuc+aqo5r68g==", - "type": "package", - "path": "microsoft.codeanalysis.analyzers/3.3.4", - "hasTools": true, - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "ThirdPartyNotices.txt", - "analyzers/dotnet/cs/Microsoft.CodeAnalysis.Analyzers.dll", - "analyzers/dotnet/cs/Microsoft.CodeAnalysis.CSharp.Analyzers.dll", - "analyzers/dotnet/cs/cs/Microsoft.CodeAnalysis.Analyzers.resources.dll", - "analyzers/dotnet/cs/de/Microsoft.CodeAnalysis.Analyzers.resources.dll", - "analyzers/dotnet/cs/es/Microsoft.CodeAnalysis.Analyzers.resources.dll", - "analyzers/dotnet/cs/fr/Microsoft.CodeAnalysis.Analyzers.resources.dll", - "analyzers/dotnet/cs/it/Microsoft.CodeAnalysis.Analyzers.resources.dll", - "analyzers/dotnet/cs/ja/Microsoft.CodeAnalysis.Analyzers.resources.dll", - "analyzers/dotnet/cs/ko/Microsoft.CodeAnalysis.Analyzers.resources.dll", - "analyzers/dotnet/cs/pl/Microsoft.CodeAnalysis.Analyzers.resources.dll", - "analyzers/dotnet/cs/pt-BR/Microsoft.CodeAnalysis.Analyzers.resources.dll", - "analyzers/dotnet/cs/ru/Microsoft.CodeAnalysis.Analyzers.resources.dll", - "analyzers/dotnet/cs/tr/Microsoft.CodeAnalysis.Analyzers.resources.dll", - "analyzers/dotnet/cs/zh-Hans/Microsoft.CodeAnalysis.Analyzers.resources.dll", - "analyzers/dotnet/cs/zh-Hant/Microsoft.CodeAnalysis.Analyzers.resources.dll", - "analyzers/dotnet/vb/Microsoft.CodeAnalysis.Analyzers.dll", - "analyzers/dotnet/vb/Microsoft.CodeAnalysis.VisualBasic.Analyzers.dll", - "analyzers/dotnet/vb/cs/Microsoft.CodeAnalysis.Analyzers.resources.dll", - "analyzers/dotnet/vb/de/Microsoft.CodeAnalysis.Analyzers.resources.dll", - "analyzers/dotnet/vb/es/Microsoft.CodeAnalysis.Analyzers.resources.dll", - "analyzers/dotnet/vb/fr/Microsoft.CodeAnalysis.Analyzers.resources.dll", - "analyzers/dotnet/vb/it/Microsoft.CodeAnalysis.Analyzers.resources.dll", - "analyzers/dotnet/vb/ja/Microsoft.CodeAnalysis.Analyzers.resources.dll", - "analyzers/dotnet/vb/ko/Microsoft.CodeAnalysis.Analyzers.resources.dll", - "analyzers/dotnet/vb/pl/Microsoft.CodeAnalysis.Analyzers.resources.dll", - "analyzers/dotnet/vb/pt-BR/Microsoft.CodeAnalysis.Analyzers.resources.dll", - "analyzers/dotnet/vb/ru/Microsoft.CodeAnalysis.Analyzers.resources.dll", - "analyzers/dotnet/vb/tr/Microsoft.CodeAnalysis.Analyzers.resources.dll", - "analyzers/dotnet/vb/zh-Hans/Microsoft.CodeAnalysis.Analyzers.resources.dll", - "analyzers/dotnet/vb/zh-Hant/Microsoft.CodeAnalysis.Analyzers.resources.dll", - "buildTransitive/Microsoft.CodeAnalysis.Analyzers.props", - "buildTransitive/Microsoft.CodeAnalysis.Analyzers.targets", - "buildTransitive/config/analysislevel_2_9_8_all.globalconfig", - "buildTransitive/config/analysislevel_2_9_8_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevel_2_9_8_default.globalconfig", - "buildTransitive/config/analysislevel_2_9_8_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevel_2_9_8_minimum.globalconfig", - "buildTransitive/config/analysislevel_2_9_8_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevel_2_9_8_none.globalconfig", - "buildTransitive/config/analysislevel_2_9_8_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevel_2_9_8_recommended.globalconfig", - "buildTransitive/config/analysislevel_2_9_8_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevel_3_3_3_all.globalconfig", - "buildTransitive/config/analysislevel_3_3_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevel_3_3_3_default.globalconfig", - "buildTransitive/config/analysislevel_3_3_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevel_3_3_3_minimum.globalconfig", - "buildTransitive/config/analysislevel_3_3_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevel_3_3_3_none.globalconfig", - "buildTransitive/config/analysislevel_3_3_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevel_3_3_3_recommended.globalconfig", - "buildTransitive/config/analysislevel_3_3_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevel_3_3_all.globalconfig", - "buildTransitive/config/analysislevel_3_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevel_3_3_default.globalconfig", - "buildTransitive/config/analysislevel_3_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevel_3_3_minimum.globalconfig", - "buildTransitive/config/analysislevel_3_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevel_3_3_none.globalconfig", - "buildTransitive/config/analysislevel_3_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevel_3_3_recommended.globalconfig", - "buildTransitive/config/analysislevel_3_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevel_3_all.globalconfig", - "buildTransitive/config/analysislevel_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevel_3_default.globalconfig", - "buildTransitive/config/analysislevel_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevel_3_minimum.globalconfig", - "buildTransitive/config/analysislevel_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevel_3_none.globalconfig", - "buildTransitive/config/analysislevel_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevel_3_recommended.globalconfig", - "buildTransitive/config/analysislevel_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevel_4_3_all.globalconfig", - "buildTransitive/config/analysislevel_4_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevel_4_3_default.globalconfig", - "buildTransitive/config/analysislevel_4_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevel_4_3_minimum.globalconfig", - "buildTransitive/config/analysislevel_4_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevel_4_3_none.globalconfig", - "buildTransitive/config/analysislevel_4_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevel_4_3_recommended.globalconfig", - "buildTransitive/config/analysislevel_4_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelcorrectness_2_9_8_all.globalconfig", - "buildTransitive/config/analysislevelcorrectness_2_9_8_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelcorrectness_2_9_8_default.globalconfig", - "buildTransitive/config/analysislevelcorrectness_2_9_8_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelcorrectness_2_9_8_minimum.globalconfig", - "buildTransitive/config/analysislevelcorrectness_2_9_8_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelcorrectness_2_9_8_none.globalconfig", - "buildTransitive/config/analysislevelcorrectness_2_9_8_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelcorrectness_2_9_8_recommended.globalconfig", - "buildTransitive/config/analysislevelcorrectness_2_9_8_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_3_3_all.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_3_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_3_3_default.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_3_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_3_3_minimum.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_3_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_3_3_none.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_3_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_3_3_recommended.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_3_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_3_all.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_3_default.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_3_minimum.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_3_none.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_3_recommended.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_all.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_default.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_minimum.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_none.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_recommended.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelcorrectness_4_3_all.globalconfig", - "buildTransitive/config/analysislevelcorrectness_4_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelcorrectness_4_3_default.globalconfig", - "buildTransitive/config/analysislevelcorrectness_4_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelcorrectness_4_3_minimum.globalconfig", - "buildTransitive/config/analysislevelcorrectness_4_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelcorrectness_4_3_none.globalconfig", - "buildTransitive/config/analysislevelcorrectness_4_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelcorrectness_4_3_recommended.globalconfig", - "buildTransitive/config/analysislevelcorrectness_4_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevellibrary_2_9_8_all.globalconfig", - "buildTransitive/config/analysislevellibrary_2_9_8_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevellibrary_2_9_8_default.globalconfig", - "buildTransitive/config/analysislevellibrary_2_9_8_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevellibrary_2_9_8_minimum.globalconfig", - "buildTransitive/config/analysislevellibrary_2_9_8_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevellibrary_2_9_8_none.globalconfig", - "buildTransitive/config/analysislevellibrary_2_9_8_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevellibrary_2_9_8_recommended.globalconfig", - "buildTransitive/config/analysislevellibrary_2_9_8_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevellibrary_3_3_3_all.globalconfig", - "buildTransitive/config/analysislevellibrary_3_3_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevellibrary_3_3_3_default.globalconfig", - "buildTransitive/config/analysislevellibrary_3_3_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevellibrary_3_3_3_minimum.globalconfig", - "buildTransitive/config/analysislevellibrary_3_3_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevellibrary_3_3_3_none.globalconfig", - "buildTransitive/config/analysislevellibrary_3_3_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevellibrary_3_3_3_recommended.globalconfig", - "buildTransitive/config/analysislevellibrary_3_3_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevellibrary_3_3_all.globalconfig", - "buildTransitive/config/analysislevellibrary_3_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevellibrary_3_3_default.globalconfig", - "buildTransitive/config/analysislevellibrary_3_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevellibrary_3_3_minimum.globalconfig", - "buildTransitive/config/analysislevellibrary_3_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevellibrary_3_3_none.globalconfig", - "buildTransitive/config/analysislevellibrary_3_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevellibrary_3_3_recommended.globalconfig", - "buildTransitive/config/analysislevellibrary_3_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevellibrary_3_all.globalconfig", - "buildTransitive/config/analysislevellibrary_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevellibrary_3_default.globalconfig", - "buildTransitive/config/analysislevellibrary_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevellibrary_3_minimum.globalconfig", - "buildTransitive/config/analysislevellibrary_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevellibrary_3_none.globalconfig", - "buildTransitive/config/analysislevellibrary_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevellibrary_3_recommended.globalconfig", - "buildTransitive/config/analysislevellibrary_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevellibrary_4_3_all.globalconfig", - "buildTransitive/config/analysislevellibrary_4_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevellibrary_4_3_default.globalconfig", - "buildTransitive/config/analysislevellibrary_4_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevellibrary_4_3_minimum.globalconfig", - "buildTransitive/config/analysislevellibrary_4_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevellibrary_4_3_none.globalconfig", - "buildTransitive/config/analysislevellibrary_4_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevellibrary_4_3_recommended.globalconfig", - "buildTransitive/config/analysislevellibrary_4_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_2_9_8_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_2_9_8_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_2_9_8_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_2_9_8_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_2_9_8_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_2_9_8_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_2_9_8_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_2_9_8_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_2_9_8_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_2_9_8_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_3_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_3_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_3_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_3_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_3_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_4_3_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_4_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_4_3_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_4_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_4_3_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_4_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_4_3_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_4_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_4_3_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_4_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_2_9_8_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_2_9_8_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_2_9_8_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_2_9_8_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_2_9_8_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_2_9_8_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_2_9_8_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_2_9_8_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_2_9_8_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_2_9_8_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_3_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_3_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_3_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_3_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_3_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_4_3_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_4_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_4_3_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_4_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_4_3_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_4_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_4_3_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_4_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_4_3_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_4_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_2_9_8_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_2_9_8_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_2_9_8_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_2_9_8_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_2_9_8_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_2_9_8_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_2_9_8_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_2_9_8_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_2_9_8_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_2_9_8_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_3_3_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_3_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_3_3_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_3_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_3_3_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_3_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_3_3_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_3_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_3_3_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_3_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_3_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_3_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_3_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_3_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_3_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_4_3_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_4_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_4_3_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_4_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_4_3_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_4_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_4_3_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_4_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_4_3_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_4_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_2_9_8_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_2_9_8_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_2_9_8_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_2_9_8_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_2_9_8_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_2_9_8_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_2_9_8_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_2_9_8_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_2_9_8_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_2_9_8_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_3_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_3_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_3_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_3_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_3_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_4_3_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_4_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_4_3_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_4_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_4_3_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_4_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_4_3_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_4_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_4_3_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_4_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_2_9_8_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_2_9_8_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_2_9_8_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_2_9_8_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_2_9_8_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_2_9_8_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_2_9_8_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_2_9_8_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_2_9_8_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_2_9_8_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_3_3_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_3_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_3_3_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_3_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_3_3_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_3_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_3_3_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_3_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_3_3_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_3_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_3_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_3_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_3_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_3_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_3_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_4_3_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_4_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_4_3_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_4_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_4_3_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_4_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_4_3_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_4_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_4_3_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_4_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_2_9_8_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_2_9_8_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_2_9_8_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_2_9_8_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_2_9_8_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_2_9_8_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_2_9_8_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_2_9_8_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_2_9_8_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_2_9_8_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_3_3_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_3_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_3_3_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_3_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_3_3_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_3_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_3_3_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_3_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_3_3_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_3_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_3_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_3_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_3_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_3_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_3_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_4_3_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_4_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_4_3_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_4_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_4_3_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_4_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_4_3_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_4_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_4_3_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_4_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_2_9_8_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_2_9_8_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_2_9_8_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_2_9_8_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_2_9_8_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_2_9_8_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_2_9_8_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_2_9_8_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_2_9_8_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_2_9_8_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_3_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_3_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_3_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_3_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_3_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_4_3_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_4_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_4_3_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_4_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_4_3_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_4_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_4_3_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_4_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_4_3_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_4_3_recommended_warnaserror.globalconfig", - "documentation/Analyzer Configuration.md", - "documentation/Microsoft.CodeAnalysis.Analyzers.md", - "documentation/Microsoft.CodeAnalysis.Analyzers.sarif", - "editorconfig/AllRulesDefault/.editorconfig", - "editorconfig/AllRulesDisabled/.editorconfig", - "editorconfig/AllRulesEnabled/.editorconfig", - "editorconfig/CorrectnessRulesDefault/.editorconfig", - "editorconfig/CorrectnessRulesEnabled/.editorconfig", - "editorconfig/DataflowRulesDefault/.editorconfig", - "editorconfig/DataflowRulesEnabled/.editorconfig", - "editorconfig/LibraryRulesDefault/.editorconfig", - "editorconfig/LibraryRulesEnabled/.editorconfig", - "editorconfig/MicrosoftCodeAnalysisCompatibilityRulesDefault/.editorconfig", - "editorconfig/MicrosoftCodeAnalysisCompatibilityRulesEnabled/.editorconfig", - "editorconfig/MicrosoftCodeAnalysisCorrectnessRulesDefault/.editorconfig", - "editorconfig/MicrosoftCodeAnalysisCorrectnessRulesEnabled/.editorconfig", - "editorconfig/MicrosoftCodeAnalysisDesignRulesDefault/.editorconfig", - "editorconfig/MicrosoftCodeAnalysisDesignRulesEnabled/.editorconfig", - "editorconfig/MicrosoftCodeAnalysisDocumentationRulesDefault/.editorconfig", - "editorconfig/MicrosoftCodeAnalysisDocumentationRulesEnabled/.editorconfig", - "editorconfig/MicrosoftCodeAnalysisLocalizationRulesDefault/.editorconfig", - "editorconfig/MicrosoftCodeAnalysisLocalizationRulesEnabled/.editorconfig", - "editorconfig/MicrosoftCodeAnalysisPerformanceRulesDefault/.editorconfig", - "editorconfig/MicrosoftCodeAnalysisPerformanceRulesEnabled/.editorconfig", - "editorconfig/MicrosoftCodeAnalysisReleaseTrackingRulesDefault/.editorconfig", - "editorconfig/MicrosoftCodeAnalysisReleaseTrackingRulesEnabled/.editorconfig", - "editorconfig/PortedFromFxCopRulesDefault/.editorconfig", - "editorconfig/PortedFromFxCopRulesEnabled/.editorconfig", - "microsoft.codeanalysis.analyzers.3.3.4.nupkg.sha512", - "microsoft.codeanalysis.analyzers.nuspec", - "rulesets/AllRulesDefault.ruleset", - "rulesets/AllRulesDisabled.ruleset", - "rulesets/AllRulesEnabled.ruleset", - "rulesets/CorrectnessRulesDefault.ruleset", - "rulesets/CorrectnessRulesEnabled.ruleset", - "rulesets/DataflowRulesDefault.ruleset", - "rulesets/DataflowRulesEnabled.ruleset", - "rulesets/LibraryRulesDefault.ruleset", - "rulesets/LibraryRulesEnabled.ruleset", - "rulesets/MicrosoftCodeAnalysisCompatibilityRulesDefault.ruleset", - "rulesets/MicrosoftCodeAnalysisCompatibilityRulesEnabled.ruleset", - "rulesets/MicrosoftCodeAnalysisCorrectnessRulesDefault.ruleset", - "rulesets/MicrosoftCodeAnalysisCorrectnessRulesEnabled.ruleset", - "rulesets/MicrosoftCodeAnalysisDesignRulesDefault.ruleset", - "rulesets/MicrosoftCodeAnalysisDesignRulesEnabled.ruleset", - "rulesets/MicrosoftCodeAnalysisDocumentationRulesDefault.ruleset", - "rulesets/MicrosoftCodeAnalysisDocumentationRulesEnabled.ruleset", - "rulesets/MicrosoftCodeAnalysisLocalizationRulesDefault.ruleset", - "rulesets/MicrosoftCodeAnalysisLocalizationRulesEnabled.ruleset", - "rulesets/MicrosoftCodeAnalysisPerformanceRulesDefault.ruleset", - "rulesets/MicrosoftCodeAnalysisPerformanceRulesEnabled.ruleset", - "rulesets/MicrosoftCodeAnalysisReleaseTrackingRulesDefault.ruleset", - "rulesets/MicrosoftCodeAnalysisReleaseTrackingRulesEnabled.ruleset", - "rulesets/PortedFromFxCopRulesDefault.ruleset", - "rulesets/PortedFromFxCopRulesEnabled.ruleset", - "tools/install.ps1", - "tools/uninstall.ps1" - ] - }, - "Microsoft.CodeAnalysis.CodeFix.Testing/1.1.2": { - "sha512": "fnR6AOMlXvMcYymt1ehRJKNY3oKOMB+Ix1nZZMn4TNdnsw8clNG5UPZlUL8qCWlyYDOHyRfz2aqOQ+Hrk28Ang==", - "type": "package", - "path": "microsoft.codeanalysis.codefix.testing/1.1.2", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "lib/net452/Microsoft.CodeAnalysis.CodeFix.Testing.dll", - "lib/net452/Microsoft.CodeAnalysis.CodeFix.Testing.xml", - "lib/net46/Microsoft.CodeAnalysis.CodeFix.Testing.dll", - "lib/net46/Microsoft.CodeAnalysis.CodeFix.Testing.xml", - "lib/net472/Microsoft.CodeAnalysis.CodeFix.Testing.dll", - "lib/net472/Microsoft.CodeAnalysis.CodeFix.Testing.xml", - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CodeFix.Testing.dll", - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CodeFix.Testing.xml", - "lib/netstandard1.6/Microsoft.CodeAnalysis.CodeFix.Testing.dll", - "lib/netstandard1.6/Microsoft.CodeAnalysis.CodeFix.Testing.xml", - "lib/netstandard2.0/Microsoft.CodeAnalysis.CodeFix.Testing.dll", - "lib/netstandard2.0/Microsoft.CodeAnalysis.CodeFix.Testing.xml", - "microsoft.codeanalysis.codefix.testing.1.1.2.nupkg.sha512", - "microsoft.codeanalysis.codefix.testing.nuspec" - ] - }, - "Microsoft.CodeAnalysis.CodeRefactoring.Testing/1.1.2": { - "sha512": "/2Q7ByX6yklPA1mvkq8ijL8VMleNZmVxTRQf6x1URN1cqDSP/Cuh9uJujCKF2ibaGVUF/c3lUShpNRpDjLe2+Q==", - "type": "package", - "path": "microsoft.codeanalysis.coderefactoring.testing/1.1.2", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "lib/net452/Microsoft.CodeAnalysis.CodeRefactoring.Testing.dll", - "lib/net452/Microsoft.CodeAnalysis.CodeRefactoring.Testing.xml", - "lib/net46/Microsoft.CodeAnalysis.CodeRefactoring.Testing.dll", - "lib/net46/Microsoft.CodeAnalysis.CodeRefactoring.Testing.xml", - "lib/net472/Microsoft.CodeAnalysis.CodeRefactoring.Testing.dll", - "lib/net472/Microsoft.CodeAnalysis.CodeRefactoring.Testing.xml", - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CodeRefactoring.Testing.dll", - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CodeRefactoring.Testing.xml", - "lib/netstandard1.6/Microsoft.CodeAnalysis.CodeRefactoring.Testing.dll", - "lib/netstandard1.6/Microsoft.CodeAnalysis.CodeRefactoring.Testing.xml", - "lib/netstandard2.0/Microsoft.CodeAnalysis.CodeRefactoring.Testing.dll", - "lib/netstandard2.0/Microsoft.CodeAnalysis.CodeRefactoring.Testing.xml", - "microsoft.codeanalysis.coderefactoring.testing.1.1.2.nupkg.sha512", - "microsoft.codeanalysis.coderefactoring.testing.nuspec" - ] - }, - "Microsoft.CodeAnalysis.Common/4.12.0": { - "sha512": "c1kNYihL2gdcuU1dqm8R8YeA4YkB43TpU3pa2r66Uooh6AAhRtENzj9A4Kj0a+H8JDDyuTjNZql9XlVUzV+UjA==", - "type": "package", - "path": "microsoft.codeanalysis.common/4.12.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "ThirdPartyNotices.rtf", - "lib/net7.0/Microsoft.CodeAnalysis.dll", - "lib/net7.0/Microsoft.CodeAnalysis.pdb", - "lib/net7.0/Microsoft.CodeAnalysis.xml", - "lib/net7.0/cs/Microsoft.CodeAnalysis.resources.dll", - "lib/net7.0/de/Microsoft.CodeAnalysis.resources.dll", - "lib/net7.0/es/Microsoft.CodeAnalysis.resources.dll", - "lib/net7.0/fr/Microsoft.CodeAnalysis.resources.dll", - "lib/net7.0/it/Microsoft.CodeAnalysis.resources.dll", - "lib/net7.0/ja/Microsoft.CodeAnalysis.resources.dll", - "lib/net7.0/ko/Microsoft.CodeAnalysis.resources.dll", - "lib/net7.0/pl/Microsoft.CodeAnalysis.resources.dll", - "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.resources.dll", - "lib/net7.0/ru/Microsoft.CodeAnalysis.resources.dll", - "lib/net7.0/tr/Microsoft.CodeAnalysis.resources.dll", - "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll", - "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll", - "lib/net8.0/Microsoft.CodeAnalysis.dll", - "lib/net8.0/Microsoft.CodeAnalysis.pdb", - "lib/net8.0/Microsoft.CodeAnalysis.xml", - "lib/net8.0/cs/Microsoft.CodeAnalysis.resources.dll", - "lib/net8.0/de/Microsoft.CodeAnalysis.resources.dll", - "lib/net8.0/es/Microsoft.CodeAnalysis.resources.dll", - "lib/net8.0/fr/Microsoft.CodeAnalysis.resources.dll", - "lib/net8.0/it/Microsoft.CodeAnalysis.resources.dll", - "lib/net8.0/ja/Microsoft.CodeAnalysis.resources.dll", - "lib/net8.0/ko/Microsoft.CodeAnalysis.resources.dll", - "lib/net8.0/pl/Microsoft.CodeAnalysis.resources.dll", - "lib/net8.0/pt-BR/Microsoft.CodeAnalysis.resources.dll", - "lib/net8.0/ru/Microsoft.CodeAnalysis.resources.dll", - "lib/net8.0/tr/Microsoft.CodeAnalysis.resources.dll", - "lib/net8.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll", - "lib/net8.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll", - "lib/netstandard2.0/Microsoft.CodeAnalysis.dll", - "lib/netstandard2.0/Microsoft.CodeAnalysis.pdb", - "lib/netstandard2.0/Microsoft.CodeAnalysis.xml", - "lib/netstandard2.0/cs/Microsoft.CodeAnalysis.resources.dll", - "lib/netstandard2.0/de/Microsoft.CodeAnalysis.resources.dll", - "lib/netstandard2.0/es/Microsoft.CodeAnalysis.resources.dll", - "lib/netstandard2.0/fr/Microsoft.CodeAnalysis.resources.dll", - "lib/netstandard2.0/it/Microsoft.CodeAnalysis.resources.dll", - "lib/netstandard2.0/ja/Microsoft.CodeAnalysis.resources.dll", - "lib/netstandard2.0/ko/Microsoft.CodeAnalysis.resources.dll", - "lib/netstandard2.0/pl/Microsoft.CodeAnalysis.resources.dll", - "lib/netstandard2.0/pt-BR/Microsoft.CodeAnalysis.resources.dll", - "lib/netstandard2.0/ru/Microsoft.CodeAnalysis.resources.dll", - "lib/netstandard2.0/tr/Microsoft.CodeAnalysis.resources.dll", - "lib/netstandard2.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll", - "lib/netstandard2.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll", - "microsoft.codeanalysis.common.4.12.0.nupkg.sha512", - "microsoft.codeanalysis.common.nuspec" - ] - }, - "Microsoft.CodeAnalysis.CSharp/4.12.0": { - "sha512": "30vVQ1MizeC22iEdEvI2w0eTIYG43/L20yBzuQH01xKzJgHAoWehzI2F8u07o4mXh4DGMOjQF7aEm0zzvsG3Mg==", - "type": "package", - "path": "microsoft.codeanalysis.csharp/4.12.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "ThirdPartyNotices.rtf", - "lib/net7.0/Microsoft.CodeAnalysis.CSharp.dll", - "lib/net7.0/Microsoft.CodeAnalysis.CSharp.pdb", - "lib/net7.0/Microsoft.CodeAnalysis.CSharp.xml", - "lib/net7.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net7.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net7.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net7.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net7.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net7.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net7.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net7.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net7.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net7.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net8.0/Microsoft.CodeAnalysis.CSharp.dll", - "lib/net8.0/Microsoft.CodeAnalysis.CSharp.pdb", - "lib/net8.0/Microsoft.CodeAnalysis.CSharp.xml", - "lib/net8.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net8.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net8.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net8.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net8.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net8.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net8.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net8.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net8.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net8.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net8.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net8.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net8.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.dll", - "lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.pdb", - "lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.xml", - "lib/netstandard2.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/netstandard2.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/netstandard2.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/netstandard2.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/netstandard2.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/netstandard2.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/netstandard2.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/netstandard2.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/netstandard2.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/netstandard2.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/netstandard2.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/netstandard2.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/netstandard2.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll", - "microsoft.codeanalysis.csharp.4.12.0.nupkg.sha512", - "microsoft.codeanalysis.csharp.nuspec" - ] - }, - "Microsoft.CodeAnalysis.CSharp.Analyzer.Testing/1.1.2": { - "sha512": "AFHm5lhv7vmo03F1p2zZBqwd8NMSKOgCXdhiKfnP0E0UDNiiMomI1tQAitOl/85/S5n6e8fQP6dYSOkTLbJaZg==", - "type": "package", - "path": "microsoft.codeanalysis.csharp.analyzer.testing/1.1.2", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "lib/net452/Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.dll", - "lib/net452/Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.xml", - "lib/net46/Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.dll", - "lib/net46/Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.xml", - "lib/net472/Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.dll", - "lib/net472/Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.xml", - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.dll", - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.xml", - "lib/netstandard1.6/Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.dll", - "lib/netstandard1.6/Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.xml", - "lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.dll", - "lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.xml", - "microsoft.codeanalysis.csharp.analyzer.testing.1.1.2.nupkg.sha512", - "microsoft.codeanalysis.csharp.analyzer.testing.nuspec" - ] - }, - "Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.XUnit/1.1.2": { - "sha512": "6oJQ1MhRHEUSaUzhRmjBQN3oLhHF6SFwx6xjRTLZbrWEHLZ37jHzUHkLLawQ9lg+UK0pAcW9L4uFG4uuYAX84g==", - "type": "package", - "path": "microsoft.codeanalysis.csharp.analyzer.testing.xunit/1.1.2", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "lib/net452/Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.XUnit.dll", - "lib/net452/Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.XUnit.xml", - "lib/net46/Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.XUnit.dll", - "lib/net46/Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.XUnit.xml", - "lib/net472/Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.XUnit.dll", - "lib/net472/Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.XUnit.xml", - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.XUnit.dll", - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.XUnit.xml", - "lib/netstandard1.6/Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.XUnit.dll", - "lib/netstandard1.6/Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.XUnit.xml", - "lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.XUnit.dll", - "lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.XUnit.xml", - "microsoft.codeanalysis.csharp.analyzer.testing.xunit.1.1.2.nupkg.sha512", - "microsoft.codeanalysis.csharp.analyzer.testing.xunit.nuspec" - ] - }, - "Microsoft.CodeAnalysis.CSharp.CodeFix.Testing/1.1.2": { - "sha512": "vMSf/SJw6T9bYUuwRLNd+sjvmapSGc+58uxgANbt5sL55eezUPHZ1cd3XkafzPsGWcl7z31xoRUM94smnNrnIA==", - "type": "package", - "path": "microsoft.codeanalysis.csharp.codefix.testing/1.1.2", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "lib/net452/Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.dll", - "lib/net452/Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.xml", - "lib/net46/Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.dll", - "lib/net46/Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.xml", - "lib/net472/Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.dll", - "lib/net472/Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.xml", - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.dll", - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.xml", - "lib/netstandard1.6/Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.dll", - "lib/netstandard1.6/Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.xml", - "lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.dll", - "lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.xml", - "microsoft.codeanalysis.csharp.codefix.testing.1.1.2.nupkg.sha512", - "microsoft.codeanalysis.csharp.codefix.testing.nuspec" - ] - }, - "Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.XUnit/1.1.2": { - "sha512": "Plr1ZIg7dbQPCZn+iwWc/hvKhEOjMdFiek/7teBcgZSfMOhvPHF/Y0PReXuJK6CV31NvBxT6JqWADAjXBWO1QA==", - "type": "package", - "path": "microsoft.codeanalysis.csharp.codefix.testing.xunit/1.1.2", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "lib/net452/Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.XUnit.dll", - "lib/net452/Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.XUnit.xml", - "lib/net46/Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.XUnit.dll", - "lib/net46/Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.XUnit.xml", - "lib/net472/Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.XUnit.dll", - "lib/net472/Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.XUnit.xml", - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.XUnit.dll", - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.XUnit.xml", - "lib/netstandard1.6/Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.XUnit.dll", - "lib/netstandard1.6/Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.XUnit.xml", - "lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.XUnit.dll", - "lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.XUnit.xml", - "microsoft.codeanalysis.csharp.codefix.testing.xunit.1.1.2.nupkg.sha512", - "microsoft.codeanalysis.csharp.codefix.testing.xunit.nuspec" - ] - }, - "Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing/1.1.2": { - "sha512": "1H+CQV/UolaM+BjrQDXp3ia9ODb1EXYY0NXJvokUgL4TQm2FCNWioq4kuVpEKz2O5mfH76A7wB0ZAobxkFpA7g==", - "type": "package", - "path": "microsoft.codeanalysis.csharp.coderefactoring.testing/1.1.2", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "lib/net452/Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing.dll", - "lib/net452/Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing.xml", - "lib/net46/Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing.dll", - "lib/net46/Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing.xml", - "lib/net472/Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing.dll", - "lib/net472/Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing.xml", - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing.dll", - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing.xml", - "lib/netstandard1.6/Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing.dll", - "lib/netstandard1.6/Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing.xml", - "lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing.dll", - "lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing.xml", - "microsoft.codeanalysis.csharp.coderefactoring.testing.1.1.2.nupkg.sha512", - "microsoft.codeanalysis.csharp.coderefactoring.testing.nuspec" - ] - }, - "Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing.XUnit/1.1.2": { - "sha512": "wfQWTO97KABfsNwr4Ls5Ds4ZkE1udtSbl7LOJZN+gWQSaR7u1ndzXyeXpPdaM/6dyUEw+MxdfvhgivChOyFM7A==", - "type": "package", - "path": "microsoft.codeanalysis.csharp.coderefactoring.testing.xunit/1.1.2", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "lib/net452/Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing.XUnit.dll", - "lib/net452/Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing.XUnit.xml", - "lib/net46/Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing.XUnit.dll", - "lib/net46/Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing.XUnit.xml", - "lib/net472/Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing.XUnit.dll", - "lib/net472/Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing.XUnit.xml", - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing.XUnit.dll", - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing.XUnit.xml", - "lib/netstandard1.6/Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing.XUnit.dll", - "lib/netstandard1.6/Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing.XUnit.xml", - "lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing.XUnit.dll", - "lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing.XUnit.xml", - "microsoft.codeanalysis.csharp.coderefactoring.testing.xunit.1.1.2.nupkg.sha512", - "microsoft.codeanalysis.csharp.coderefactoring.testing.xunit.nuspec" - ] - }, - "Microsoft.CodeAnalysis.CSharp.Workspaces/4.12.0": { - "sha512": "ZZ08UBgL3f3VeVvRA1k+PGZYbCIy2EBX4nBld/1ndsaoUZcwqkUaXbljjpoJ5reozpRrBPMUJ0E34REaVgYKjw==", - "type": "package", - "path": "microsoft.codeanalysis.csharp.workspaces/4.12.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "ThirdPartyNotices.rtf", - "lib/net7.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll", - "lib/net7.0/Microsoft.CodeAnalysis.CSharp.Workspaces.pdb", - "lib/net7.0/Microsoft.CodeAnalysis.CSharp.Workspaces.xml", - "lib/net7.0/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/net7.0/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/net7.0/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/net7.0/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/net7.0/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/net7.0/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/net7.0/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/net7.0/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/net7.0/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/net7.0/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/net8.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll", - "lib/net8.0/Microsoft.CodeAnalysis.CSharp.Workspaces.pdb", - "lib/net8.0/Microsoft.CodeAnalysis.CSharp.Workspaces.xml", - "lib/net8.0/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/net8.0/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/net8.0/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/net8.0/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/net8.0/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/net8.0/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/net8.0/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/net8.0/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/net8.0/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/net8.0/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/net8.0/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/net8.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/net8.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll", - "lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.Workspaces.pdb", - "lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.Workspaces.xml", - "lib/netstandard2.0/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/netstandard2.0/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/netstandard2.0/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/netstandard2.0/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/netstandard2.0/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/netstandard2.0/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/netstandard2.0/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/netstandard2.0/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/netstandard2.0/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/netstandard2.0/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/netstandard2.0/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/netstandard2.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/netstandard2.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "microsoft.codeanalysis.csharp.workspaces.4.12.0.nupkg.sha512", - "microsoft.codeanalysis.csharp.workspaces.nuspec" - ] - }, - "Microsoft.CodeAnalysis.Testing.Verifiers.XUnit/1.1.2": { - "sha512": "D/jXnfCf7ryNIW/jit6AvpAPov3cj2v0ygj4tnCvQ6F2Z/FDhFE1hVcMNfZsFw6osKHdgHEUg5jzUkkWuMTunw==", - "type": "package", - "path": "microsoft.codeanalysis.testing.verifiers.xunit/1.1.2", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "lib/net452/Microsoft.CodeAnalysis.Testing.Verifiers.XUnit.dll", - "lib/net452/Microsoft.CodeAnalysis.Testing.Verifiers.XUnit.xml", - "lib/net46/Microsoft.CodeAnalysis.Testing.Verifiers.XUnit.dll", - "lib/net46/Microsoft.CodeAnalysis.Testing.Verifiers.XUnit.xml", - "lib/net472/Microsoft.CodeAnalysis.Testing.Verifiers.XUnit.dll", - "lib/net472/Microsoft.CodeAnalysis.Testing.Verifiers.XUnit.xml", - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.Testing.Verifiers.XUnit.dll", - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.Testing.Verifiers.XUnit.xml", - "lib/netstandard1.6/Microsoft.CodeAnalysis.Testing.Verifiers.XUnit.dll", - "lib/netstandard1.6/Microsoft.CodeAnalysis.Testing.Verifiers.XUnit.xml", - "lib/netstandard2.0/Microsoft.CodeAnalysis.Testing.Verifiers.XUnit.dll", - "lib/netstandard2.0/Microsoft.CodeAnalysis.Testing.Verifiers.XUnit.xml", - "microsoft.codeanalysis.testing.verifiers.xunit.1.1.2.nupkg.sha512", - "microsoft.codeanalysis.testing.verifiers.xunit.nuspec" - ] - }, - "Microsoft.CodeAnalysis.VisualBasic/1.0.1": { - "sha512": "NY66509fKNYlRonSoYn0i6FuUmQ0G0KkMyBFZBht1ICuPMzi6xm3trInhSM+D8ll4UdINNhum0a/AvSZOCYvmQ==", - "type": "package", - "path": "microsoft.codeanalysis.visualbasic/1.0.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.rtf", - "lib/net45/Microsoft.CodeAnalysis.VisualBasic.dll", - "lib/net45/Microsoft.CodeAnalysis.VisualBasic.xml", - "lib/portable-net45+win8/Microsoft.CodeAnalysis.VisualBasic.dll", - "lib/portable-net45+win8/Microsoft.CodeAnalysis.VisualBasic.xml", - "microsoft.codeanalysis.visualbasic.1.0.1.nupkg.sha512", - "microsoft.codeanalysis.visualbasic.nuspec" - ] - }, - "Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing/1.1.2": { - "sha512": "MwtbaKQOVYHO+Rhc1cPZUIdBW3aaOQKXpQW1Ns3hsqhjCGjgKol/HR2cyGBL4APJb7CL4mg0ep87slOoRSJhyQ==", - "type": "package", - "path": "microsoft.codeanalysis.visualbasic.analyzer.testing/1.1.2", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "lib/net452/Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing.dll", - "lib/net452/Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing.xml", - "lib/net46/Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing.dll", - "lib/net46/Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing.xml", - "lib/net472/Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing.dll", - "lib/net472/Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing.xml", - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing.dll", - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing.xml", - "lib/netstandard1.6/Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing.dll", - "lib/netstandard1.6/Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing.xml", - "lib/netstandard2.0/Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing.dll", - "lib/netstandard2.0/Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing.xml", - "microsoft.codeanalysis.visualbasic.analyzer.testing.1.1.2.nupkg.sha512", - "microsoft.codeanalysis.visualbasic.analyzer.testing.nuspec" - ] - }, - "Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing.XUnit/1.1.2": { - "sha512": "KBqwNMQhJIZVVjqIolRaiEym4CWEXDgOz4I1NnYAaNE4AHNJ5XUM3CvpElN5aws01TDDHOD/CYt9PxMo4PaJNQ==", - "type": "package", - "path": "microsoft.codeanalysis.visualbasic.analyzer.testing.xunit/1.1.2", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "lib/net452/Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing.XUnit.dll", - "lib/net452/Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing.XUnit.xml", - "lib/net46/Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing.XUnit.dll", - "lib/net46/Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing.XUnit.xml", - "lib/net472/Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing.XUnit.dll", - "lib/net472/Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing.XUnit.xml", - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing.XUnit.dll", - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing.XUnit.xml", - "lib/netstandard1.6/Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing.XUnit.dll", - "lib/netstandard1.6/Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing.XUnit.xml", - "lib/netstandard2.0/Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing.XUnit.dll", - "lib/netstandard2.0/Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing.XUnit.xml", - "microsoft.codeanalysis.visualbasic.analyzer.testing.xunit.1.1.2.nupkg.sha512", - "microsoft.codeanalysis.visualbasic.analyzer.testing.xunit.nuspec" - ] - }, - "Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing/1.1.2": { - "sha512": "9S94JJQa9z0kCT8OLnIhXO9DAAn5wZtybgSTIP5qnRY9ZjJ0qUIwsGEyVr0qJsAdbf25Fv9lgyiUaF13r6KPIg==", - "type": "package", - "path": "microsoft.codeanalysis.visualbasic.codefix.testing/1.1.2", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "lib/net452/Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing.dll", - "lib/net452/Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing.xml", - "lib/net46/Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing.dll", - "lib/net46/Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing.xml", - "lib/net472/Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing.dll", - "lib/net472/Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing.xml", - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing.dll", - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing.xml", - "lib/netstandard1.6/Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing.dll", - "lib/netstandard1.6/Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing.xml", - "lib/netstandard2.0/Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing.dll", - "lib/netstandard2.0/Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing.xml", - "microsoft.codeanalysis.visualbasic.codefix.testing.1.1.2.nupkg.sha512", - "microsoft.codeanalysis.visualbasic.codefix.testing.nuspec" - ] - }, - "Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing.XUnit/1.1.2": { - "sha512": "VN6P87Q62AL7vw/RQdkLtl3SNZI5opjKI+hpW1PWitOqtZnCrl2d5TmBDiQUuXT/+c5NfigVbcr54rJPdv1eOg==", - "type": "package", - "path": "microsoft.codeanalysis.visualbasic.codefix.testing.xunit/1.1.2", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "lib/net452/Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing.XUnit.dll", - "lib/net452/Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing.XUnit.xml", - "lib/net46/Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing.XUnit.dll", - "lib/net46/Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing.XUnit.xml", - "lib/net472/Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing.XUnit.dll", - "lib/net472/Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing.XUnit.xml", - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing.XUnit.dll", - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing.XUnit.xml", - "lib/netstandard1.6/Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing.XUnit.dll", - "lib/netstandard1.6/Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing.XUnit.xml", - "lib/netstandard2.0/Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing.XUnit.dll", - "lib/netstandard2.0/Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing.XUnit.xml", - "microsoft.codeanalysis.visualbasic.codefix.testing.xunit.1.1.2.nupkg.sha512", - "microsoft.codeanalysis.visualbasic.codefix.testing.xunit.nuspec" - ] - }, - "Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing/1.1.2": { - "sha512": "uMWicFK/5r2IT5nJ9gARHJYU1rZu1cXRiiR9C54MOFqve5ARt5WfeEcGXnTWc2j7P2P8Q1vhDoaZGk58Z7B/Wg==", - "type": "package", - "path": "microsoft.codeanalysis.visualbasic.coderefactoring.testing/1.1.2", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "lib/net452/Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing.dll", - "lib/net452/Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing.xml", - "lib/net46/Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing.dll", - "lib/net46/Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing.xml", - "lib/net472/Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing.dll", - "lib/net472/Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing.xml", - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing.dll", - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing.xml", - "lib/netstandard1.6/Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing.dll", - "lib/netstandard1.6/Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing.xml", - "lib/netstandard2.0/Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing.dll", - "lib/netstandard2.0/Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing.xml", - "microsoft.codeanalysis.visualbasic.coderefactoring.testing.1.1.2.nupkg.sha512", - "microsoft.codeanalysis.visualbasic.coderefactoring.testing.nuspec" - ] - }, - "Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing.XUnit/1.1.2": { - "sha512": "p8qYU5EQim05GC6uMqdk4UKNV/2YWEApJIdod7NpGZnHa66oIn7MGAm4wXIlbghTgmozn+LhArdp2Zk875w5Zw==", - "type": "package", - "path": "microsoft.codeanalysis.visualbasic.coderefactoring.testing.xunit/1.1.2", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "lib/net452/Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing.XUnit.dll", - "lib/net452/Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing.XUnit.xml", - "lib/net46/Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing.XUnit.dll", - "lib/net46/Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing.XUnit.xml", - "lib/net472/Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing.XUnit.dll", - "lib/net472/Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing.XUnit.xml", - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing.XUnit.dll", - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing.XUnit.xml", - "lib/netstandard1.6/Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing.XUnit.dll", - "lib/netstandard1.6/Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing.XUnit.xml", - "lib/netstandard2.0/Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing.XUnit.dll", - "lib/netstandard2.0/Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing.XUnit.xml", - "microsoft.codeanalysis.visualbasic.coderefactoring.testing.xunit.1.1.2.nupkg.sha512", - "microsoft.codeanalysis.visualbasic.coderefactoring.testing.xunit.nuspec" - ] - }, - "Microsoft.CodeAnalysis.VisualBasic.Workspaces/1.0.1": { - "sha512": "tphA9iCutW0AvvEt21Om3Tee3LT3X6fOVwX9dFwRGv/dGVAvL7nsMV63tCNhRmj8Vi5vvczD3IoG1SGXTfCKXw==", - "type": "package", - "path": "microsoft.codeanalysis.visualbasic.workspaces/1.0.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.rtf", - "lib/net45/Microsoft.CodeAnalysis.VisualBasic.Workspaces.dll", - "lib/net45/Microsoft.CodeAnalysis.VisualBasic.Workspaces.xml", - "lib/portable-net45+win8/Microsoft.CodeAnalysis.VisualBasic.Workspaces.dll", - "lib/portable-net45+win8/Microsoft.CodeAnalysis.VisualBasic.Workspaces.xml", - "microsoft.codeanalysis.visualbasic.workspaces.1.0.1.nupkg.sha512", - "microsoft.codeanalysis.visualbasic.workspaces.nuspec" - ] - }, - "Microsoft.CodeAnalysis.Workspaces.Common/4.12.0": { - "sha512": "9WFrMPm/k72qo7pxn6hPIS/UIAFVS/2yKBWJAW+kkmcY8PCsuBgp5ms+pmRI3mjAf7J1SmpdgHpRj2x1Gqc+9A==", - "type": "package", - "path": "microsoft.codeanalysis.workspaces.common/4.12.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "ThirdPartyNotices.rtf", - "lib/net7.0/Microsoft.CodeAnalysis.Workspaces.dll", - "lib/net7.0/Microsoft.CodeAnalysis.Workspaces.pdb", - "lib/net7.0/Microsoft.CodeAnalysis.Workspaces.xml", - "lib/net7.0/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/net7.0/de/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/net7.0/es/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/net7.0/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/net7.0/it/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/net7.0/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/net7.0/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/net7.0/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/net7.0/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/net7.0/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/net8.0/Microsoft.CodeAnalysis.Workspaces.dll", - "lib/net8.0/Microsoft.CodeAnalysis.Workspaces.pdb", - "lib/net8.0/Microsoft.CodeAnalysis.Workspaces.xml", - "lib/net8.0/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/net8.0/de/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/net8.0/es/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/net8.0/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/net8.0/it/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/net8.0/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/net8.0/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/net8.0/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/net8.0/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/net8.0/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/net8.0/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/net8.0/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/net8.0/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/netstandard2.0/Microsoft.CodeAnalysis.Workspaces.dll", - "lib/netstandard2.0/Microsoft.CodeAnalysis.Workspaces.pdb", - "lib/netstandard2.0/Microsoft.CodeAnalysis.Workspaces.xml", - "lib/netstandard2.0/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/netstandard2.0/de/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/netstandard2.0/es/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/netstandard2.0/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/netstandard2.0/it/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/netstandard2.0/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/netstandard2.0/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/netstandard2.0/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/netstandard2.0/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/netstandard2.0/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/netstandard2.0/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/netstandard2.0/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/netstandard2.0/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "microsoft.codeanalysis.workspaces.common.4.12.0.nupkg.sha512", - "microsoft.codeanalysis.workspaces.common.nuspec" - ] - }, - "Microsoft.CodeCoverage/18.5.1": { - "sha512": "vMFDR1ZjqzzgKmM0zrPie7Gv9Y+ZppjODB5Quzu9Eq0TlIusUfUCYFPEawO91zQuqwzvdFbJSU7WHNtjStffJQ==", - "type": "package", - "path": "microsoft.codecoverage/18.5.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "PACKAGE.md", - "ThirdPartyNotices.txt", - "build/netstandard2.0/CodeCoverage/CodeCoverage.config", - "build/netstandard2.0/CodeCoverage/CodeCoverage.exe", - "build/netstandard2.0/CodeCoverage/CodeCoverageMessages.dll", - "build/netstandard2.0/CodeCoverage/Cov_x86.config", - "build/netstandard2.0/CodeCoverage/amd64/CodeCoverage.exe", - "build/netstandard2.0/CodeCoverage/amd64/Cov_x64.config", - "build/netstandard2.0/CodeCoverage/amd64/covrun64.dll", - "build/netstandard2.0/CodeCoverage/amd64/msdia140.dll", - "build/netstandard2.0/CodeCoverage/arm64/Cov_arm64.config", - "build/netstandard2.0/CodeCoverage/arm64/covrunarm64.dll", - "build/netstandard2.0/CodeCoverage/arm64/msdia140.dll", - "build/netstandard2.0/CodeCoverage/coreclr/Microsoft.VisualStudio.CodeCoverage.Shim.dll", - "build/netstandard2.0/CodeCoverage/covrun32.dll", - "build/netstandard2.0/CodeCoverage/msdia140.dll", - "build/netstandard2.0/Microsoft.CodeCoverage.Core.dll", - "build/netstandard2.0/Microsoft.CodeCoverage.Instrumentation.Core.dll", - "build/netstandard2.0/Microsoft.CodeCoverage.Instrumentation.dll", - "build/netstandard2.0/Microsoft.CodeCoverage.Interprocess.dll", - "build/netstandard2.0/Microsoft.CodeCoverage.props", - "build/netstandard2.0/Microsoft.CodeCoverage.targets", - "build/netstandard2.0/Microsoft.DiaSymReader.dll", - "build/netstandard2.0/Microsoft.VisualStudio.TraceDataCollector.dll", - "build/netstandard2.0/Mono.Cecil.Pdb.dll", - "build/netstandard2.0/Mono.Cecil.Rocks.dll", - "build/netstandard2.0/Mono.Cecil.dll", - "build/netstandard2.0/System.Memory.dll", - "build/netstandard2.0/System.Text.Json.dll", - "build/netstandard2.0/ThirdPartyNotices.txt", - "build/netstandard2.0/alpine/x64/Cov_x64.config", - "build/netstandard2.0/alpine/x64/libCoverageInstrumentationMethod.so", - "build/netstandard2.0/alpine/x64/libInstrumentationEngine.so", - "build/netstandard2.0/arm64/MicrosoftInstrumentationEngine_arm64.dll", - "build/netstandard2.0/cs/Microsoft.CodeCoverage.Core.resources.dll", - "build/netstandard2.0/cs/Microsoft.VisualStudio.TraceDataCollector.resources.dll", - "build/netstandard2.0/de/Microsoft.CodeCoverage.Core.resources.dll", - "build/netstandard2.0/de/Microsoft.VisualStudio.TraceDataCollector.resources.dll", - "build/netstandard2.0/es/Microsoft.CodeCoverage.Core.resources.dll", - "build/netstandard2.0/es/Microsoft.VisualStudio.TraceDataCollector.resources.dll", - "build/netstandard2.0/fr/Microsoft.CodeCoverage.Core.resources.dll", - "build/netstandard2.0/fr/Microsoft.VisualStudio.TraceDataCollector.resources.dll", - "build/netstandard2.0/it/Microsoft.CodeCoverage.Core.resources.dll", - "build/netstandard2.0/it/Microsoft.VisualStudio.TraceDataCollector.resources.dll", - "build/netstandard2.0/ja/Microsoft.CodeCoverage.Core.resources.dll", - "build/netstandard2.0/ja/Microsoft.VisualStudio.TraceDataCollector.resources.dll", - "build/netstandard2.0/ko/Microsoft.CodeCoverage.Core.resources.dll", - "build/netstandard2.0/ko/Microsoft.VisualStudio.TraceDataCollector.resources.dll", - "build/netstandard2.0/macos/x64/Cov_x64.config", - "build/netstandard2.0/macos/x64/libCoverageInstrumentationMethod.dylib", - "build/netstandard2.0/macos/x64/libInstrumentationEngine.dylib", - "build/netstandard2.0/pl/Microsoft.CodeCoverage.Core.resources.dll", - "build/netstandard2.0/pl/Microsoft.VisualStudio.TraceDataCollector.resources.dll", - "build/netstandard2.0/pt-BR/Microsoft.CodeCoverage.Core.resources.dll", - "build/netstandard2.0/pt-BR/Microsoft.VisualStudio.TraceDataCollector.resources.dll", - "build/netstandard2.0/ru/Microsoft.CodeCoverage.Core.resources.dll", - "build/netstandard2.0/ru/Microsoft.VisualStudio.TraceDataCollector.resources.dll", - "build/netstandard2.0/tr/Microsoft.CodeCoverage.Core.resources.dll", - "build/netstandard2.0/tr/Microsoft.VisualStudio.TraceDataCollector.resources.dll", - "build/netstandard2.0/ubuntu/x64/Cov_x64.config", - "build/netstandard2.0/ubuntu/x64/libCoverageInstrumentationMethod.so", - "build/netstandard2.0/ubuntu/x64/libInstrumentationEngine.so", - "build/netstandard2.0/x64/MicrosoftInstrumentationEngine_x64.dll", - "build/netstandard2.0/x86/MicrosoftInstrumentationEngine_x86.dll", - "build/netstandard2.0/zh-Hans/Microsoft.CodeCoverage.Core.resources.dll", - "build/netstandard2.0/zh-Hans/Microsoft.VisualStudio.TraceDataCollector.resources.dll", - "build/netstandard2.0/zh-Hant/Microsoft.CodeCoverage.Core.resources.dll", - "build/netstandard2.0/zh-Hant/Microsoft.VisualStudio.TraceDataCollector.resources.dll", - "lib/net462/Microsoft.VisualStudio.CodeCoverage.Shim.dll", - "lib/net8.0/Microsoft.VisualStudio.CodeCoverage.Shim.dll", - "microsoft.codecoverage.18.5.1.nupkg.sha512", - "microsoft.codecoverage.nuspec" - ] - }, - "Microsoft.NET.Test.Sdk/18.5.1": { - "sha512": "SfqVaLiIqAbRWuPg5BP4QFwBIirQj/YIL8Dhxl6zntBKbXp0cQykoV480SmwG+yRMiWptxEI6NbHQuGSZ8b97w==", - "type": "package", - "path": "microsoft.net.test.sdk/18.5.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "build/net462/Microsoft.NET.Test.Sdk.props", - "build/net462/Microsoft.NET.Test.Sdk.targets", - "build/net8.0/Microsoft.NET.Test.Sdk.Program.cs", - "build/net8.0/Microsoft.NET.Test.Sdk.Program.fs", - "build/net8.0/Microsoft.NET.Test.Sdk.Program.vb", - "build/net8.0/Microsoft.NET.Test.Sdk.props", - "build/net8.0/Microsoft.NET.Test.Sdk.targets", - "build/netcoreapp2.0/Microsoft.NET.Test.Sdk.props", - "build/netcoreapp2.0/Microsoft.NET.Test.Sdk.targets", - "build/netstandard2.0/Microsoft.NET.Test.Sdk.props", - "build/netstandard2.0/Microsoft.NET.Test.Sdk.targets", - "buildMultiTargeting/net462/Microsoft.NET.Test.Sdk.props", - "buildMultiTargeting/net8.0/Microsoft.NET.Test.Sdk.props", - "buildMultiTargeting/netcoreapp2.0/Microsoft.NET.Test.Sdk.props", - "buildMultiTargeting/netcoreapp2.0/Microsoft.NET.Test.Sdk.targets", - "buildMultiTargeting/netstandard2.0/Microsoft.NET.Test.Sdk.props", - "buildMultiTargeting/netstandard2.0/Microsoft.NET.Test.Sdk.targets", - "lib/native/_._", - "lib/net462/_._", - "lib/net8.0/_._", - "microsoft.net.test.sdk.18.5.1.nupkg.sha512", - "microsoft.net.test.sdk.nuspec" - ] - }, - "Microsoft.SourceLink.Common/10.0.203": { - "sha512": "QYAnhBCOkT3ZUT/fHag11+bamwlbZ3U9Vi/WfKrD9emdUf1t3aqjWv0V2KtEGHSRSC81aBc8Oy/mvyGpEYd9Pg==", - "type": "package", - "path": "microsoft.sourcelink.common/10.0.203", - "hasTools": true, - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.txt", - "build/InitializeSourceControlInformation.targets", - "build/Microsoft.SourceLink.Common.props", - "build/Microsoft.SourceLink.Common.targets", - "buildMultiTargeting/Microsoft.SourceLink.Common.props", - "buildMultiTargeting/Microsoft.SourceLink.Common.targets", - "buildTransitive/Microsoft.SourceLink.Common.props", - "buildTransitive/Microsoft.SourceLink.Common.targets", - "microsoft.sourcelink.common.10.0.203.nupkg.sha512", - "microsoft.sourcelink.common.nuspec", - "tools/net/Microsoft.SourceLink.Common.deps.json", - "tools/net/Microsoft.SourceLink.Common.dll", - "tools/net/Microsoft.SourceLink.Common.pdb", - "tools/net/cs/Microsoft.SourceLink.Common.resources.dll", - "tools/net/de/Microsoft.SourceLink.Common.resources.dll", - "tools/net/es/Microsoft.SourceLink.Common.resources.dll", - "tools/net/fr/Microsoft.SourceLink.Common.resources.dll", - "tools/net/it/Microsoft.SourceLink.Common.resources.dll", - "tools/net/ja/Microsoft.SourceLink.Common.resources.dll", - "tools/net/ko/Microsoft.SourceLink.Common.resources.dll", - "tools/net/pl/Microsoft.SourceLink.Common.resources.dll", - "tools/net/pt-BR/Microsoft.SourceLink.Common.resources.dll", - "tools/net/ru/Microsoft.SourceLink.Common.resources.dll", - "tools/net/tr/Microsoft.SourceLink.Common.resources.dll", - "tools/net/zh-Hans/Microsoft.SourceLink.Common.resources.dll", - "tools/net/zh-Hant/Microsoft.SourceLink.Common.resources.dll", - "tools/netframework/Microsoft.SourceLink.Common.dll", - "tools/netframework/Microsoft.SourceLink.Common.dll.config", - "tools/netframework/Microsoft.SourceLink.Common.pdb", - "tools/netframework/cs/Microsoft.SourceLink.Common.resources.dll", - "tools/netframework/de/Microsoft.SourceLink.Common.resources.dll", - "tools/netframework/es/Microsoft.SourceLink.Common.resources.dll", - "tools/netframework/fr/Microsoft.SourceLink.Common.resources.dll", - "tools/netframework/it/Microsoft.SourceLink.Common.resources.dll", - "tools/netframework/ja/Microsoft.SourceLink.Common.resources.dll", - "tools/netframework/ko/Microsoft.SourceLink.Common.resources.dll", - "tools/netframework/pl/Microsoft.SourceLink.Common.resources.dll", - "tools/netframework/pt-BR/Microsoft.SourceLink.Common.resources.dll", - "tools/netframework/ru/Microsoft.SourceLink.Common.resources.dll", - "tools/netframework/tr/Microsoft.SourceLink.Common.resources.dll", - "tools/netframework/zh-Hans/Microsoft.SourceLink.Common.resources.dll", - "tools/netframework/zh-Hant/Microsoft.SourceLink.Common.resources.dll" - ] - }, - "Microsoft.SourceLink.GitHub/10.0.203": { - "sha512": "R4Tvr1oACImMS+Y5M7NM07ll9QyJSKnki3Dvz8QwG1W6FEmd+9fmZXAF6BE6UPswHF6n0v41wgMQGlaudOspqA==", - "type": "package", - "path": "microsoft.sourcelink.github/10.0.203", - "hasTools": true, - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.txt", - "build/Microsoft.SourceLink.GitHub.props", - "build/Microsoft.SourceLink.GitHub.targets", - "buildMultiTargeting/Microsoft.SourceLink.GitHub.props", - "buildMultiTargeting/Microsoft.SourceLink.GitHub.targets", - "microsoft.sourcelink.github.10.0.203.nupkg.sha512", - "microsoft.sourcelink.github.nuspec", - "tools/net/Microsoft.SourceLink.GitHub.deps.json", - "tools/net/Microsoft.SourceLink.GitHub.dll", - "tools/net/Microsoft.SourceLink.GitHub.pdb", - "tools/net/System.IO.Hashing.dll", - "tools/net/cs/Microsoft.SourceLink.GitHub.resources.dll", - "tools/net/de/Microsoft.SourceLink.GitHub.resources.dll", - "tools/net/es/Microsoft.SourceLink.GitHub.resources.dll", - "tools/net/fr/Microsoft.SourceLink.GitHub.resources.dll", - "tools/net/it/Microsoft.SourceLink.GitHub.resources.dll", - "tools/net/ja/Microsoft.SourceLink.GitHub.resources.dll", - "tools/net/ko/Microsoft.SourceLink.GitHub.resources.dll", - "tools/net/pl/Microsoft.SourceLink.GitHub.resources.dll", - "tools/net/pt-BR/Microsoft.SourceLink.GitHub.resources.dll", - "tools/net/ru/Microsoft.SourceLink.GitHub.resources.dll", - "tools/net/tr/Microsoft.SourceLink.GitHub.resources.dll", - "tools/net/zh-Hans/Microsoft.SourceLink.GitHub.resources.dll", - "tools/net/zh-Hant/Microsoft.SourceLink.GitHub.resources.dll", - "tools/netframework/Microsoft.SourceLink.GitHub.dll", - "tools/netframework/Microsoft.SourceLink.GitHub.dll.config", - "tools/netframework/Microsoft.SourceLink.GitHub.pdb", - "tools/netframework/System.Buffers.dll", - "tools/netframework/System.IO.Hashing.dll", - "tools/netframework/System.Memory.dll", - "tools/netframework/System.Numerics.Vectors.dll", - "tools/netframework/System.Runtime.CompilerServices.Unsafe.dll", - "tools/netframework/cs/Microsoft.SourceLink.GitHub.resources.dll", - "tools/netframework/de/Microsoft.SourceLink.GitHub.resources.dll", - "tools/netframework/es/Microsoft.SourceLink.GitHub.resources.dll", - "tools/netframework/fr/Microsoft.SourceLink.GitHub.resources.dll", - "tools/netframework/it/Microsoft.SourceLink.GitHub.resources.dll", - "tools/netframework/ja/Microsoft.SourceLink.GitHub.resources.dll", - "tools/netframework/ko/Microsoft.SourceLink.GitHub.resources.dll", - "tools/netframework/pl/Microsoft.SourceLink.GitHub.resources.dll", - "tools/netframework/pt-BR/Microsoft.SourceLink.GitHub.resources.dll", - "tools/netframework/ru/Microsoft.SourceLink.GitHub.resources.dll", - "tools/netframework/tr/Microsoft.SourceLink.GitHub.resources.dll", - "tools/netframework/zh-Hans/Microsoft.SourceLink.GitHub.resources.dll", - "tools/netframework/zh-Hant/Microsoft.SourceLink.GitHub.resources.dll" - ] - }, - "Microsoft.TestPlatform.ObjectModel/18.5.1": { - "sha512": "KNZd+M0S0rz5eNAln0pbZX+A/RbokYZCbGKx4fN4CkhtWhkz6nSJDO+9LGYjRE4d0WPVriJ2JnVubkjt3+PpMg==", - "type": "package", - "path": "microsoft.testplatform.objectmodel/18.5.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "lib/net462/Microsoft.TestPlatform.CoreUtilities.dll", - "lib/net462/Microsoft.TestPlatform.PlatformAbstractions.dll", - "lib/net462/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll", - "lib/net462/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "lib/net462/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "lib/net462/de/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "lib/net462/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "lib/net462/es/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "lib/net462/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "lib/net462/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "lib/net462/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "lib/net462/it/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "lib/net462/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "lib/net462/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "lib/net462/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "lib/net462/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "lib/net462/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "lib/net462/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "lib/net462/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "lib/net462/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "lib/net462/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "lib/net462/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "lib/net462/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "lib/net462/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "lib/net462/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "lib/net462/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "lib/net462/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "lib/net462/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "lib/net462/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "lib/net8.0/Microsoft.TestPlatform.CoreUtilities.dll", - "lib/net8.0/Microsoft.TestPlatform.PlatformAbstractions.dll", - "lib/net8.0/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll", - "lib/net8.0/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "lib/net8.0/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "lib/net8.0/de/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "lib/net8.0/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "lib/net8.0/es/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "lib/net8.0/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "lib/net8.0/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "lib/net8.0/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "lib/net8.0/it/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "lib/net8.0/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "lib/net8.0/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "lib/net8.0/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "lib/net8.0/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "lib/net8.0/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "lib/net8.0/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "lib/net8.0/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "lib/net8.0/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "lib/net8.0/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "lib/net8.0/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "lib/net8.0/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "lib/net8.0/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "lib/net8.0/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "lib/net8.0/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "lib/net8.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "lib/net8.0/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "lib/net8.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "lib/netstandard2.0/Microsoft.TestPlatform.CoreUtilities.dll", - "lib/netstandard2.0/Microsoft.TestPlatform.PlatformAbstractions.dll", - "lib/netstandard2.0/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll", - "lib/netstandard2.0/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "lib/netstandard2.0/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "lib/netstandard2.0/de/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "lib/netstandard2.0/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "lib/netstandard2.0/es/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "lib/netstandard2.0/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "lib/netstandard2.0/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "lib/netstandard2.0/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "lib/netstandard2.0/it/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "lib/netstandard2.0/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "lib/netstandard2.0/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "lib/netstandard2.0/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "lib/netstandard2.0/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "lib/netstandard2.0/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "lib/netstandard2.0/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "lib/netstandard2.0/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "lib/netstandard2.0/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "lib/netstandard2.0/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "lib/netstandard2.0/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "lib/netstandard2.0/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "lib/netstandard2.0/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "lib/netstandard2.0/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "lib/netstandard2.0/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "lib/netstandard2.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "lib/netstandard2.0/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "lib/netstandard2.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "microsoft.testplatform.objectmodel.18.5.1.nupkg.sha512", - "microsoft.testplatform.objectmodel.nuspec" - ] - }, - "Microsoft.TestPlatform.TestHost/18.5.1": { - "sha512": "RM+3JNHEoHOCFXzVntUcIiYxzPjzBN0N8wto6HYXi76YyBTZ/3CeRL8U+Pk5zx3AUrOmHxDvKJwGUCdElU9bJg==", - "type": "package", - "path": "microsoft.testplatform.testhost/18.5.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "ThirdPartyNotices.txt", - "build/net8.0/Microsoft.TestPlatform.TestHost.props", - "build/net8.0/Microsoft.TestPlatform.TestHost.targets", - "build/net8.0/x64/testhost.dll", - "build/net8.0/x64/testhost.exe", - "build/net8.0/x86/testhost.x86.dll", - "build/net8.0/x86/testhost.x86.exe", - "lib/net462/_._", - "lib/net8.0/Microsoft.TestPlatform.CommunicationUtilities.dll", - "lib/net8.0/Microsoft.TestPlatform.CoreUtilities.dll", - "lib/net8.0/Microsoft.TestPlatform.CrossPlatEngine.dll", - "lib/net8.0/Microsoft.TestPlatform.PlatformAbstractions.dll", - "lib/net8.0/Microsoft.TestPlatform.Utilities.dll", - "lib/net8.0/Microsoft.VisualStudio.TestPlatform.Common.dll", - "lib/net8.0/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll", - "lib/net8.0/cs/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "lib/net8.0/cs/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "lib/net8.0/cs/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "lib/net8.0/de/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "lib/net8.0/de/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "lib/net8.0/de/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "lib/net8.0/es/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "lib/net8.0/es/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "lib/net8.0/es/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "lib/net8.0/fr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "lib/net8.0/fr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "lib/net8.0/fr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "lib/net8.0/it/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "lib/net8.0/it/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "lib/net8.0/it/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "lib/net8.0/ja/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "lib/net8.0/ja/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "lib/net8.0/ja/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "lib/net8.0/ko/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "lib/net8.0/ko/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "lib/net8.0/ko/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "lib/net8.0/pl/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "lib/net8.0/pl/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "lib/net8.0/pl/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "lib/net8.0/pt-BR/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "lib/net8.0/pt-BR/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "lib/net8.0/pt-BR/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "lib/net8.0/ru/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "lib/net8.0/ru/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "lib/net8.0/ru/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "lib/net8.0/testhost.deps.json", - "lib/net8.0/testhost.dll", - "lib/net8.0/tr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "lib/net8.0/tr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "lib/net8.0/tr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "lib/net8.0/x64/msdia140.dll", - "lib/net8.0/x86/msdia140.dll", - "lib/net8.0/zh-Hans/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "lib/net8.0/zh-Hans/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "lib/net8.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "lib/net8.0/zh-Hant/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "lib/net8.0/zh-Hant/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "lib/net8.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "microsoft.testplatform.testhost.18.5.1.nupkg.sha512", - "microsoft.testplatform.testhost.nuspec" - ] - }, - "Microsoft.VisualStudio.Composition/16.1.8": { - "sha512": "N+thv3dcT7kjn0Xz3U0uBm2CH4uoaMvH8wC6Gy2HWx7HLNdEpqGoMraLyoBdizmypD1owLCJQIa2uKmWe4/o8A==", - "type": "package", - "path": "microsoft.visualstudio.composition/16.1.8", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "lib/net45/Microsoft.VisualStudio.Composition.dll", - "lib/net45/Microsoft.VisualStudio.Composition.pdb", - "lib/net45/Microsoft.VisualStudio.Composition.xml", - "lib/net45/cs/Microsoft.VisualStudio.Composition.resources.dll", - "lib/net45/de/Microsoft.VisualStudio.Composition.resources.dll", - "lib/net45/es/Microsoft.VisualStudio.Composition.resources.dll", - "lib/net45/fr/Microsoft.VisualStudio.Composition.resources.dll", - "lib/net45/it/Microsoft.VisualStudio.Composition.resources.dll", - "lib/net45/ja/Microsoft.VisualStudio.Composition.resources.dll", - "lib/net45/ko/Microsoft.VisualStudio.Composition.resources.dll", - "lib/net45/pl/Microsoft.VisualStudio.Composition.resources.dll", - "lib/net45/pt-BR/Microsoft.VisualStudio.Composition.resources.dll", - "lib/net45/ru/Microsoft.VisualStudio.Composition.resources.dll", - "lib/net45/tr/Microsoft.VisualStudio.Composition.resources.dll", - "lib/net45/zh-Hans/Microsoft.VisualStudio.Composition.resources.dll", - "lib/net45/zh-Hant/Microsoft.VisualStudio.Composition.resources.dll", - "lib/net46/Microsoft.VisualStudio.Composition.dll", - "lib/net46/Microsoft.VisualStudio.Composition.pdb", - "lib/net46/Microsoft.VisualStudio.Composition.xml", - "lib/net46/cs/Microsoft.VisualStudio.Composition.resources.dll", - "lib/net46/de/Microsoft.VisualStudio.Composition.resources.dll", - "lib/net46/es/Microsoft.VisualStudio.Composition.resources.dll", - "lib/net46/fr/Microsoft.VisualStudio.Composition.resources.dll", - "lib/net46/it/Microsoft.VisualStudio.Composition.resources.dll", - "lib/net46/ja/Microsoft.VisualStudio.Composition.resources.dll", - "lib/net46/ko/Microsoft.VisualStudio.Composition.resources.dll", - "lib/net46/pl/Microsoft.VisualStudio.Composition.resources.dll", - "lib/net46/pt-BR/Microsoft.VisualStudio.Composition.resources.dll", - "lib/net46/ru/Microsoft.VisualStudio.Composition.resources.dll", - "lib/net46/tr/Microsoft.VisualStudio.Composition.resources.dll", - "lib/net46/zh-Hans/Microsoft.VisualStudio.Composition.resources.dll", - "lib/net46/zh-Hant/Microsoft.VisualStudio.Composition.resources.dll", - "lib/netcoreapp1.0/Microsoft.VisualStudio.Composition.dll", - "lib/netcoreapp1.0/Microsoft.VisualStudio.Composition.pdb", - "lib/netcoreapp1.0/Microsoft.VisualStudio.Composition.xml", - "lib/netcoreapp1.0/cs/Microsoft.VisualStudio.Composition.resources.dll", - "lib/netcoreapp1.0/de/Microsoft.VisualStudio.Composition.resources.dll", - "lib/netcoreapp1.0/es/Microsoft.VisualStudio.Composition.resources.dll", - "lib/netcoreapp1.0/fr/Microsoft.VisualStudio.Composition.resources.dll", - "lib/netcoreapp1.0/it/Microsoft.VisualStudio.Composition.resources.dll", - "lib/netcoreapp1.0/ja/Microsoft.VisualStudio.Composition.resources.dll", - "lib/netcoreapp1.0/ko/Microsoft.VisualStudio.Composition.resources.dll", - "lib/netcoreapp1.0/pl/Microsoft.VisualStudio.Composition.resources.dll", - "lib/netcoreapp1.0/pt-BR/Microsoft.VisualStudio.Composition.resources.dll", - "lib/netcoreapp1.0/ru/Microsoft.VisualStudio.Composition.resources.dll", - "lib/netcoreapp1.0/tr/Microsoft.VisualStudio.Composition.resources.dll", - "lib/netcoreapp1.0/zh-Hans/Microsoft.VisualStudio.Composition.resources.dll", - "lib/netcoreapp1.0/zh-Hant/Microsoft.VisualStudio.Composition.resources.dll", - "lib/netcoreapp2.0/Microsoft.VisualStudio.Composition.dll", - "lib/netcoreapp2.0/Microsoft.VisualStudio.Composition.pdb", - "lib/netcoreapp2.0/Microsoft.VisualStudio.Composition.xml", - "lib/netcoreapp2.0/cs/Microsoft.VisualStudio.Composition.resources.dll", - "lib/netcoreapp2.0/de/Microsoft.VisualStudio.Composition.resources.dll", - "lib/netcoreapp2.0/es/Microsoft.VisualStudio.Composition.resources.dll", - "lib/netcoreapp2.0/fr/Microsoft.VisualStudio.Composition.resources.dll", - "lib/netcoreapp2.0/it/Microsoft.VisualStudio.Composition.resources.dll", - "lib/netcoreapp2.0/ja/Microsoft.VisualStudio.Composition.resources.dll", - "lib/netcoreapp2.0/ko/Microsoft.VisualStudio.Composition.resources.dll", - "lib/netcoreapp2.0/pl/Microsoft.VisualStudio.Composition.resources.dll", - "lib/netcoreapp2.0/pt-BR/Microsoft.VisualStudio.Composition.resources.dll", - "lib/netcoreapp2.0/ru/Microsoft.VisualStudio.Composition.resources.dll", - "lib/netcoreapp2.0/tr/Microsoft.VisualStudio.Composition.resources.dll", - "lib/netcoreapp2.0/zh-Hans/Microsoft.VisualStudio.Composition.resources.dll", - "lib/netcoreapp2.0/zh-Hant/Microsoft.VisualStudio.Composition.resources.dll", - "lib/netstandard1.5/Microsoft.VisualStudio.Composition.dll", - "lib/netstandard1.5/Microsoft.VisualStudio.Composition.pdb", - "lib/netstandard1.5/Microsoft.VisualStudio.Composition.xml", - "lib/netstandard1.5/cs/Microsoft.VisualStudio.Composition.resources.dll", - "lib/netstandard1.5/de/Microsoft.VisualStudio.Composition.resources.dll", - "lib/netstandard1.5/es/Microsoft.VisualStudio.Composition.resources.dll", - "lib/netstandard1.5/fr/Microsoft.VisualStudio.Composition.resources.dll", - "lib/netstandard1.5/it/Microsoft.VisualStudio.Composition.resources.dll", - "lib/netstandard1.5/ja/Microsoft.VisualStudio.Composition.resources.dll", - "lib/netstandard1.5/ko/Microsoft.VisualStudio.Composition.resources.dll", - "lib/netstandard1.5/pl/Microsoft.VisualStudio.Composition.resources.dll", - "lib/netstandard1.5/pt-BR/Microsoft.VisualStudio.Composition.resources.dll", - "lib/netstandard1.5/ru/Microsoft.VisualStudio.Composition.resources.dll", - "lib/netstandard1.5/tr/Microsoft.VisualStudio.Composition.resources.dll", - "lib/netstandard1.5/zh-Hans/Microsoft.VisualStudio.Composition.resources.dll", - "lib/netstandard1.5/zh-Hant/Microsoft.VisualStudio.Composition.resources.dll", - "lib/netstandard2.0/Microsoft.VisualStudio.Composition.dll", - "lib/netstandard2.0/Microsoft.VisualStudio.Composition.pdb", - "lib/netstandard2.0/Microsoft.VisualStudio.Composition.xml", - "lib/netstandard2.0/cs/Microsoft.VisualStudio.Composition.resources.dll", - "lib/netstandard2.0/de/Microsoft.VisualStudio.Composition.resources.dll", - "lib/netstandard2.0/es/Microsoft.VisualStudio.Composition.resources.dll", - "lib/netstandard2.0/fr/Microsoft.VisualStudio.Composition.resources.dll", - "lib/netstandard2.0/it/Microsoft.VisualStudio.Composition.resources.dll", - "lib/netstandard2.0/ja/Microsoft.VisualStudio.Composition.resources.dll", - "lib/netstandard2.0/ko/Microsoft.VisualStudio.Composition.resources.dll", - "lib/netstandard2.0/pl/Microsoft.VisualStudio.Composition.resources.dll", - "lib/netstandard2.0/pt-BR/Microsoft.VisualStudio.Composition.resources.dll", - "lib/netstandard2.0/ru/Microsoft.VisualStudio.Composition.resources.dll", - "lib/netstandard2.0/tr/Microsoft.VisualStudio.Composition.resources.dll", - "lib/netstandard2.0/zh-Hans/Microsoft.VisualStudio.Composition.resources.dll", - "lib/netstandard2.0/zh-Hant/Microsoft.VisualStudio.Composition.resources.dll", - "microsoft.visualstudio.composition.16.1.8.nupkg.sha512", - "microsoft.visualstudio.composition.nuspec" - ] - }, - "Microsoft.VisualStudio.Composition.NetFxAttributes/16.1.8": { - "sha512": "EbwZWTvdzit68qZSuTI8nd1PZ87pYjhpCwtsis8lrUKJ7XLdbE5rxY6YrY7OFze+YUsguzqZlNjX4Yn5nL9qBw==", - "type": "package", - "path": "microsoft.visualstudio.composition.netfxattributes/16.1.8", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "lib/net40/Microsoft.VisualStudio.Composition.NetFxAttributes.dll", - "lib/net40/Microsoft.VisualStudio.Composition.NetFxAttributes.pdb", - "lib/net40/Microsoft.VisualStudio.Composition.NetFxAttributes.xml", - "lib/net45/Microsoft.VisualStudio.Composition.NetFxAttributes.dll", - "lib/net45/Microsoft.VisualStudio.Composition.NetFxAttributes.pdb", - "lib/net45/Microsoft.VisualStudio.Composition.NetFxAttributes.xml", - "lib/netstandard1.0/Microsoft.VisualStudio.Composition.NetFxAttributes.dll", - "lib/netstandard1.0/Microsoft.VisualStudio.Composition.NetFxAttributes.pdb", - "lib/netstandard1.0/Microsoft.VisualStudio.Composition.NetFxAttributes.xml", - "lib/netstandard2.0/Microsoft.VisualStudio.Composition.NetFxAttributes.dll", - "lib/netstandard2.0/Microsoft.VisualStudio.Composition.NetFxAttributes.pdb", - "lib/netstandard2.0/Microsoft.VisualStudio.Composition.NetFxAttributes.xml", - "microsoft.visualstudio.composition.netfxattributes.16.1.8.nupkg.sha512", - "microsoft.visualstudio.composition.netfxattributes.nuspec" - ] - }, - "Microsoft.VisualStudio.Validation/15.0.82": { - "sha512": "XwZyVCsHuEtnd6nYScJnA8XkXPzy4Ok0DV5/hqqAe5ccgOhJ6yap7Qh/sU/i6QxEzuYyECPYDQ7IOyEQ3yRQgQ==", - "type": "package", - "path": "microsoft.visualstudio.validation/15.0.82", - "hasTools": true, - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "README.txt", - "lib/dotnet/Microsoft.VisualStudio.Validation.dll", - "lib/dotnet/Microsoft.VisualStudio.Validation.xml", - "lib/dotnet/cs/Microsoft.VisualStudio.Validation.resources.dll", - "lib/dotnet/de/Microsoft.VisualStudio.Validation.resources.dll", - "lib/dotnet/es/Microsoft.VisualStudio.Validation.resources.dll", - "lib/dotnet/fr/Microsoft.VisualStudio.Validation.resources.dll", - "lib/dotnet/it/Microsoft.VisualStudio.Validation.resources.dll", - "lib/dotnet/ja/Microsoft.VisualStudio.Validation.resources.dll", - "lib/dotnet/ko/Microsoft.VisualStudio.Validation.resources.dll", - "lib/dotnet/pl/Microsoft.VisualStudio.Validation.resources.dll", - "lib/dotnet/pt-BR/Microsoft.VisualStudio.Validation.resources.dll", - "lib/dotnet/ru/Microsoft.VisualStudio.Validation.resources.dll", - "lib/dotnet/tr/Microsoft.VisualStudio.Validation.resources.dll", - "lib/dotnet/zh-Hans/Microsoft.VisualStudio.Validation.resources.dll", - "lib/dotnet/zh-Hant/Microsoft.VisualStudio.Validation.resources.dll", - "lib/net45/Microsoft.VisualStudio.Validation.dll", - "lib/net45/Microsoft.VisualStudio.Validation.xml", - "lib/net45/cs/Microsoft.VisualStudio.Validation.resources.dll", - "lib/net45/de/Microsoft.VisualStudio.Validation.resources.dll", - "lib/net45/es/Microsoft.VisualStudio.Validation.resources.dll", - "lib/net45/fr/Microsoft.VisualStudio.Validation.resources.dll", - "lib/net45/it/Microsoft.VisualStudio.Validation.resources.dll", - "lib/net45/ja/Microsoft.VisualStudio.Validation.resources.dll", - "lib/net45/ko/Microsoft.VisualStudio.Validation.resources.dll", - "lib/net45/pl/Microsoft.VisualStudio.Validation.resources.dll", - "lib/net45/pt-BR/Microsoft.VisualStudio.Validation.resources.dll", - "lib/net45/ru/Microsoft.VisualStudio.Validation.resources.dll", - "lib/net45/tr/Microsoft.VisualStudio.Validation.resources.dll", - "lib/net45/zh-Hans/Microsoft.VisualStudio.Validation.resources.dll", - "lib/net45/zh-Hant/Microsoft.VisualStudio.Validation.resources.dll", - "lib/netstandard1.0/Microsoft.VisualStudio.Validation.dll", - "lib/netstandard1.0/Microsoft.VisualStudio.Validation.xml", - "lib/netstandard1.0/cs/Microsoft.VisualStudio.Validation.resources.dll", - "lib/netstandard1.0/de/Microsoft.VisualStudio.Validation.resources.dll", - "lib/netstandard1.0/es/Microsoft.VisualStudio.Validation.resources.dll", - "lib/netstandard1.0/fr/Microsoft.VisualStudio.Validation.resources.dll", - "lib/netstandard1.0/it/Microsoft.VisualStudio.Validation.resources.dll", - "lib/netstandard1.0/ja/Microsoft.VisualStudio.Validation.resources.dll", - "lib/netstandard1.0/ko/Microsoft.VisualStudio.Validation.resources.dll", - "lib/netstandard1.0/pl/Microsoft.VisualStudio.Validation.resources.dll", - "lib/netstandard1.0/pt-BR/Microsoft.VisualStudio.Validation.resources.dll", - "lib/netstandard1.0/ru/Microsoft.VisualStudio.Validation.resources.dll", - "lib/netstandard1.0/tr/Microsoft.VisualStudio.Validation.resources.dll", - "lib/netstandard1.0/zh-Hans/Microsoft.VisualStudio.Validation.resources.dll", - "lib/netstandard1.0/zh-Hant/Microsoft.VisualStudio.Validation.resources.dll", - "lib/portable-net45+win+wpa81+wp80+MonoAndroid10+xamarinios10+MonoTouch10/Microsoft.VisualStudio.Validation.dll", - "lib/portable-net45+win+wpa81+wp80+MonoAndroid10+xamarinios10+MonoTouch10/Microsoft.VisualStudio.Validation.xml", - "lib/portable-net45+win+wpa81+wp80+MonoAndroid10+xamarinios10+MonoTouch10/cs/Microsoft.VisualStudio.Validation.resources.dll", - "lib/portable-net45+win+wpa81+wp80+MonoAndroid10+xamarinios10+MonoTouch10/de/Microsoft.VisualStudio.Validation.resources.dll", - "lib/portable-net45+win+wpa81+wp80+MonoAndroid10+xamarinios10+MonoTouch10/es/Microsoft.VisualStudio.Validation.resources.dll", - "lib/portable-net45+win+wpa81+wp80+MonoAndroid10+xamarinios10+MonoTouch10/fr/Microsoft.VisualStudio.Validation.resources.dll", - "lib/portable-net45+win+wpa81+wp80+MonoAndroid10+xamarinios10+MonoTouch10/it/Microsoft.VisualStudio.Validation.resources.dll", - "lib/portable-net45+win+wpa81+wp80+MonoAndroid10+xamarinios10+MonoTouch10/ja/Microsoft.VisualStudio.Validation.resources.dll", - "lib/portable-net45+win+wpa81+wp80+MonoAndroid10+xamarinios10+MonoTouch10/ko/Microsoft.VisualStudio.Validation.resources.dll", - "lib/portable-net45+win+wpa81+wp80+MonoAndroid10+xamarinios10+MonoTouch10/pl/Microsoft.VisualStudio.Validation.resources.dll", - "lib/portable-net45+win+wpa81+wp80+MonoAndroid10+xamarinios10+MonoTouch10/pt-BR/Microsoft.VisualStudio.Validation.resources.dll", - "lib/portable-net45+win+wpa81+wp80+MonoAndroid10+xamarinios10+MonoTouch10/ru/Microsoft.VisualStudio.Validation.resources.dll", - "lib/portable-net45+win+wpa81+wp80+MonoAndroid10+xamarinios10+MonoTouch10/tr/Microsoft.VisualStudio.Validation.resources.dll", - "lib/portable-net45+win+wpa81+wp80+MonoAndroid10+xamarinios10+MonoTouch10/zh-Hans/Microsoft.VisualStudio.Validation.resources.dll", - "lib/portable-net45+win+wpa81+wp80+MonoAndroid10+xamarinios10+MonoTouch10/zh-Hant/Microsoft.VisualStudio.Validation.resources.dll", - "microsoft.visualstudio.validation.15.0.82.nupkg.sha512", - "microsoft.visualstudio.validation.nuspec", - "tools/2013/RequiresNotNull.snippet", - "tools/2013/RequiresNotNullOrEmpty.snippet", - "tools/2015/RequiresNotNull.snippet", - "tools/2015/RequiresNotNullOrEmpty.snippet", - "tools/install-snippets.cmd", - "tools/uninstall-snippets.cmd" - ] - }, - "Nerdbank.GitVersioning/3.9.50": { - "sha512": "HtOgGF6jZ+WYbXnCUCYPT8Y2d6mIJo9ozjK/FINTRsXdm4Zgv9GehUMa7EFoGQkqrMcDJNOIDwCmENnvXg4UbA==", - "type": "package", - "path": "nerdbank.gitversioning/3.9.50", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "README.md", - "build/InProjectVersionComputation.targets", - "build/MSBuildCore/LibGit2Sharp.dll", - "build/MSBuildCore/LibGit2Sharp.dll.config", - "build/MSBuildCore/Microsoft.DotNet.PlatformAbstractions.dll", - "build/MSBuildCore/Nerdbank.GitVersioning.Tasks.dll", - "build/MSBuildCore/Nerdbank.GitVersioning.dll", - "build/MSBuildCore/Newtonsoft.Json.dll", - "build/MSBuildCore/Validation.dll", - "build/MSBuildFull/LibGit2Sharp.dll", - "build/MSBuildFull/LibGit2Sharp.dll.config", - "build/MSBuildFull/Microsoft.DotNet.PlatformAbstractions.dll", - "build/MSBuildFull/Nerdbank.GitVersioning.Tasks.dll", - "build/MSBuildFull/Nerdbank.GitVersioning.dll", - "build/MSBuildFull/Newtonsoft.Json.dll", - "build/MSBuildFull/System.Buffers.dll", - "build/MSBuildFull/System.Memory.dll", - "build/MSBuildFull/System.Numerics.Vectors.dll", - "build/MSBuildFull/System.Runtime.CompilerServices.Unsafe.dll", - "build/MSBuildFull/System.Text.Json.dll", - "build/MSBuildFull/Validation.dll", - "build/MSBuildFull/lib/linux-x64/libgit2-3f4182d.so", - "build/MSBuildFull/lib/osx-arm64/libgit2-3f4182d.dylib", - "build/MSBuildFull/lib/osx-x64/libgit2-3f4182d.dylib", - "build/MSBuildTargetCaching.targets", - "build/Nerdbank.GitVersioning.Common.targets", - "build/Nerdbank.GitVersioning.Inner.targets", - "build/Nerdbank.GitVersioning.props", - "build/Nerdbank.GitVersioning.targets", - "build/PrivateP2PCaching.proj", - "build/runtimes/linux-arm/native/libgit2-3f4182d.so", - "build/runtimes/linux-arm64/native/libgit2-3f4182d.so", - "build/runtimes/linux-musl-arm/native/libgit2-3f4182d.so", - "build/runtimes/linux-musl-arm64/native/libgit2-3f4182d.so", - "build/runtimes/linux-musl-x64/native/libgit2-3f4182d.so", - "build/runtimes/linux-ppc64le/native/libgit2-3f4182d.so", - "build/runtimes/linux-x64/native/libgit2-3f4182d.so", - "build/runtimes/osx-arm64/native/libgit2-3f4182d.dylib", - "build/runtimes/osx-x64/native/libgit2-3f4182d.dylib", - "build/runtimes/win-arm64/native/git2-3f4182d.dll", - "build/runtimes/win-x64/native/git2-3f4182d.dll", - "build/runtimes/win-x86/native/git2-3f4182d.dll", - "buildCrossTargeting/Nerdbank.GitVersioning.props", - "buildCrossTargeting/Nerdbank.GitVersioning.targets", - "nerdbank.gitversioning.3.9.50.nupkg.sha512", - "nerdbank.gitversioning.nuspec" - ] - }, - "Newtonsoft.Json/13.0.3": { - "sha512": "HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==", - "type": "package", - "path": "newtonsoft.json/13.0.3", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "LICENSE.md", - "README.md", - "lib/net20/Newtonsoft.Json.dll", - "lib/net20/Newtonsoft.Json.xml", - "lib/net35/Newtonsoft.Json.dll", - "lib/net35/Newtonsoft.Json.xml", - "lib/net40/Newtonsoft.Json.dll", - "lib/net40/Newtonsoft.Json.xml", - "lib/net45/Newtonsoft.Json.dll", - "lib/net45/Newtonsoft.Json.xml", - "lib/net6.0/Newtonsoft.Json.dll", - "lib/net6.0/Newtonsoft.Json.xml", - "lib/netstandard1.0/Newtonsoft.Json.dll", - "lib/netstandard1.0/Newtonsoft.Json.xml", - "lib/netstandard1.3/Newtonsoft.Json.dll", - "lib/netstandard1.3/Newtonsoft.Json.xml", - "lib/netstandard2.0/Newtonsoft.Json.dll", - "lib/netstandard2.0/Newtonsoft.Json.xml", - "newtonsoft.json.13.0.3.nupkg.sha512", - "newtonsoft.json.nuspec", - "packageIcon.png" - ] - }, - "NuGet.Common/6.3.4": { - "sha512": "wKuTiB3RBjbvzB/BhW8+Cu+TTPsABJr91I2Guu/FuM0SXtYRIM26v1NJdwm5rLw59CqB7bamqpWpJKU8bLAdwQ==", - "type": "package", - "path": "nuget.common/6.3.4", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "README.md", - "icon.png", - "lib/net472/NuGet.Common.dll", - "lib/net472/NuGet.Common.xml", - "lib/netstandard2.0/NuGet.Common.dll", - "lib/netstandard2.0/NuGet.Common.xml", - "nuget.common.6.3.4.nupkg.sha512", - "nuget.common.nuspec" - ] - }, - "NuGet.Configuration/6.3.4": { - "sha512": "b+/g6sdnR2128KLn+6qO1MrB8j0goO4kYCFly2RDi/BsLilK+MzKJRHWGYqfMn/YnLmMrgNNJ2sSr4GX7rMEQw==", - "type": "package", - "path": "nuget.configuration/6.3.4", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "README.md", - "icon.png", - "lib/net472/NuGet.Configuration.dll", - "lib/net472/NuGet.Configuration.xml", - "lib/netstandard2.0/NuGet.Configuration.dll", - "lib/netstandard2.0/NuGet.Configuration.xml", - "nuget.configuration.6.3.4.nupkg.sha512", - "nuget.configuration.nuspec" - ] - }, - "NuGet.Frameworks/6.3.4": { - "sha512": "befpN1xKohg8rss3XLWo7t4UDfh8OQ6SbDohJSM7SR4uNyzm0haJJYyky+9L9GDs+yJHqiTNJYqOb1GDyVVYVg==", - "type": "package", - "path": "nuget.frameworks/6.3.4", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "README.md", - "icon.png", - "lib/net472/NuGet.Frameworks.dll", - "lib/net472/NuGet.Frameworks.xml", - "lib/netstandard2.0/NuGet.Frameworks.dll", - "lib/netstandard2.0/NuGet.Frameworks.xml", - "nuget.frameworks.6.3.4.nupkg.sha512", - "nuget.frameworks.nuspec" - ] - }, - "NuGet.Packaging/6.3.4": { - "sha512": "0HtJXNCes0443jKeFErjhYxJ08BjyoDrIvw/uWyonoTBQ3B//+H2nztviSUyv0+ydfgKyhwshAjsr0efUT8PRA==", - "type": "package", - "path": "nuget.packaging/6.3.4", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "README.md", - "icon.png", - "lib/net472/NuGet.Packaging.dll", - "lib/net472/NuGet.Packaging.xml", - "lib/net5.0/NuGet.Packaging.dll", - "lib/net5.0/NuGet.Packaging.xml", - "lib/netstandard2.0/NuGet.Packaging.dll", - "lib/netstandard2.0/NuGet.Packaging.xml", - "nuget.packaging.6.3.4.nupkg.sha512", - "nuget.packaging.nuspec" - ] - }, - "NuGet.Protocol/6.3.4": { - "sha512": "Gmvnz7RoN6UG3POw0F4t9mWM4sIdmHiuutvR9c2pLCJCUiYBN8QvbO/ZvkOuQNNM/aGdYExx/Tm84Zx9iVjOSA==", - "type": "package", - "path": "nuget.protocol/6.3.4", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "README.md", - "icon.png", - "lib/net472/NuGet.Protocol.dll", - "lib/net472/NuGet.Protocol.xml", - "lib/net5.0/NuGet.Protocol.dll", - "lib/net5.0/NuGet.Protocol.xml", - "lib/netstandard2.0/NuGet.Protocol.dll", - "lib/netstandard2.0/NuGet.Protocol.xml", - "nuget.protocol.6.3.4.nupkg.sha512", - "nuget.protocol.nuspec" - ] - }, - "NuGet.Resolver/6.3.4": { - "sha512": "cO/QqtGqCIUf/e6EncIQ/ORJDco9UOtxooDL0IZhf18x1l0xFJ/nrcLCyAjZeznE9RAIqaNv1+YFobht4u0Lsw==", - "type": "package", - "path": "nuget.resolver/6.3.4", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "README.md", - "icon.png", - "lib/net472/NuGet.Resolver.dll", - "lib/net472/NuGet.Resolver.xml", - "lib/net5.0/NuGet.Resolver.dll", - "lib/net5.0/NuGet.Resolver.xml", - "lib/netstandard2.0/NuGet.Resolver.dll", - "lib/netstandard2.0/NuGet.Resolver.xml", - "nuget.resolver.6.3.4.nupkg.sha512", - "nuget.resolver.nuspec" - ] - }, - "NuGet.Versioning/6.3.4": { - "sha512": "mQW9bwsWJq30lacl33MMVLBlrit5ClNEpGzKryIuLfP1UTL6feQK1yzA/5IQXdtjXvUEoI5bo1Axjen5lOm7Bg==", - "type": "package", - "path": "nuget.versioning/6.3.4", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "README.md", - "icon.png", - "lib/net472/NuGet.Versioning.dll", - "lib/net472/NuGet.Versioning.xml", - "lib/netstandard2.0/NuGet.Versioning.dll", - "lib/netstandard2.0/NuGet.Versioning.xml", - "nuget.versioning.6.3.4.nupkg.sha512", - "nuget.versioning.nuspec" - ] - }, - "System.ComponentModel.Composition/4.5.0": { - "sha512": "+iB9FoZnfdqMEGq6np28X6YNSUrse16CakmIhV3h6PxEWt7jYxUN3Txs1D8MZhhf4QmyvK0F/EcIN0f4gGN0dA==", - "type": "package", - "path": "system.componentmodel.composition/4.5.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/netcoreapp2.0/System.ComponentModel.Composition.dll", - "lib/netstandard2.0/System.ComponentModel.Composition.dll", - "lib/uap10.0.16299/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/netstandard2.0/System.ComponentModel.Composition.dll", - "ref/uap10.0.16299/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "system.componentmodel.composition.4.5.0.nupkg.sha512", - "system.componentmodel.composition.nuspec", - "useSharedDesignerContext.txt", - "version.txt" - ] - }, - "System.Composition/8.0.0": { - "sha512": "E9oO9olNNxA39J8CxQwf7ceIPm+j/B/PhYpyK9M4LhN/OLLRw6u5fNInkhVqaWueMB9iXxYqnwqwgz+W91loIA==", - "type": "package", - "path": "system.composition/8.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/System.Composition.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/System.Composition.targets", - "lib/net461/_._", - "lib/netcoreapp2.0/_._", - "lib/netstandard2.0/_._", - "system.composition.8.0.0.nupkg.sha512", - "system.composition.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "System.Composition.AttributedModel/8.0.0": { - "sha512": "NyElSuvmBMYdn2iPG0n29i7Igu0bq99izOP3MAtEwskY3OP9jqsavvVmPn9lesVaj/KT/o/QkNjA43dOJTsDQw==", - "type": "package", - "path": "system.composition.attributedmodel/8.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/System.Composition.AttributedModel.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/System.Composition.AttributedModel.targets", - "lib/net462/System.Composition.AttributedModel.dll", - "lib/net462/System.Composition.AttributedModel.xml", - "lib/net6.0/System.Composition.AttributedModel.dll", - "lib/net6.0/System.Composition.AttributedModel.xml", - "lib/net7.0/System.Composition.AttributedModel.dll", - "lib/net7.0/System.Composition.AttributedModel.xml", - "lib/net8.0/System.Composition.AttributedModel.dll", - "lib/net8.0/System.Composition.AttributedModel.xml", - "lib/netstandard2.0/System.Composition.AttributedModel.dll", - "lib/netstandard2.0/System.Composition.AttributedModel.xml", - "system.composition.attributedmodel.8.0.0.nupkg.sha512", - "system.composition.attributedmodel.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "System.Composition.Convention/8.0.0": { - "sha512": "UuVkc1B3vQU/LzEbWLMZ1aYVssv4rpShzf8wPEyrUqoGNqdYKREmB8bXR73heOMKkwS6ZnPz3PjGODT2MenukQ==", - "type": "package", - "path": "system.composition.convention/8.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/System.Composition.Convention.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/System.Composition.Convention.targets", - "lib/net462/System.Composition.Convention.dll", - "lib/net462/System.Composition.Convention.xml", - "lib/net6.0/System.Composition.Convention.dll", - "lib/net6.0/System.Composition.Convention.xml", - "lib/net7.0/System.Composition.Convention.dll", - "lib/net7.0/System.Composition.Convention.xml", - "lib/net8.0/System.Composition.Convention.dll", - "lib/net8.0/System.Composition.Convention.xml", - "lib/netstandard2.0/System.Composition.Convention.dll", - "lib/netstandard2.0/System.Composition.Convention.xml", - "system.composition.convention.8.0.0.nupkg.sha512", - "system.composition.convention.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "System.Composition.Hosting/8.0.0": { - "sha512": "qwbONqoxlazxcbiohvb3t1JWZgKIKcRdXS5uEeLbo5wtuBupIbAvdC3PYTAeBCZrZeERvrtAbhYHuuS43Zr1bQ==", - "type": "package", - "path": "system.composition.hosting/8.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/System.Composition.Hosting.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/System.Composition.Hosting.targets", - "lib/net462/System.Composition.Hosting.dll", - "lib/net462/System.Composition.Hosting.xml", - "lib/net6.0/System.Composition.Hosting.dll", - "lib/net6.0/System.Composition.Hosting.xml", - "lib/net7.0/System.Composition.Hosting.dll", - "lib/net7.0/System.Composition.Hosting.xml", - "lib/net8.0/System.Composition.Hosting.dll", - "lib/net8.0/System.Composition.Hosting.xml", - "lib/netstandard2.0/System.Composition.Hosting.dll", - "lib/netstandard2.0/System.Composition.Hosting.xml", - "system.composition.hosting.8.0.0.nupkg.sha512", - "system.composition.hosting.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "System.Composition.Runtime/8.0.0": { - "sha512": "G+kRyB5/6+3ucRRQz+DF4uSHGqpkK8Q4ilVdbt4zvxpmvLVZNmSkyFAQpJLcbOyVF85aomJx0m+TGMDVlwx7ZQ==", - "type": "package", - "path": "system.composition.runtime/8.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/System.Composition.Runtime.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/System.Composition.Runtime.targets", - "lib/net462/System.Composition.Runtime.dll", - "lib/net462/System.Composition.Runtime.xml", - "lib/net6.0/System.Composition.Runtime.dll", - "lib/net6.0/System.Composition.Runtime.xml", - "lib/net7.0/System.Composition.Runtime.dll", - "lib/net7.0/System.Composition.Runtime.xml", - "lib/net8.0/System.Composition.Runtime.dll", - "lib/net8.0/System.Composition.Runtime.xml", - "lib/netstandard2.0/System.Composition.Runtime.dll", - "lib/netstandard2.0/System.Composition.Runtime.xml", - "system.composition.runtime.8.0.0.nupkg.sha512", - "system.composition.runtime.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "System.Composition.TypedParts/8.0.0": { - "sha512": "DsSklhuA+Dsgo3ZZrar8hjBFvq1wa1grrkNCTt+6SoX3vq0Vy+HXJnVXrU/nNH1BjlGH684A7h4hJQHZd/u5mA==", - "type": "package", - "path": "system.composition.typedparts/8.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/System.Composition.TypedParts.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/System.Composition.TypedParts.targets", - "lib/net462/System.Composition.TypedParts.dll", - "lib/net462/System.Composition.TypedParts.xml", - "lib/net6.0/System.Composition.TypedParts.dll", - "lib/net6.0/System.Composition.TypedParts.xml", - "lib/net7.0/System.Composition.TypedParts.dll", - "lib/net7.0/System.Composition.TypedParts.xml", - "lib/net8.0/System.Composition.TypedParts.dll", - "lib/net8.0/System.Composition.TypedParts.xml", - "lib/netstandard2.0/System.Composition.TypedParts.dll", - "lib/netstandard2.0/System.Composition.TypedParts.xml", - "system.composition.typedparts.8.0.0.nupkg.sha512", - "system.composition.typedparts.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "System.IO.Hashing/10.0.7": { - "sha512": "6hsjdSr4VOXSOnhALkYplHpAxnTG1J33YN42IB6nH2fEg4QnJqrZ4Ft+qn7mkrKAOYC8pCSFYwVWw6rQbmwgLQ==", - "type": "package", - "path": "system.io.hashing/10.0.7", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/System.IO.Hashing.targets", - "buildTransitive/net462/_._", - "buildTransitive/net8.0/_._", - "buildTransitive/netcoreapp2.0/System.IO.Hashing.targets", - "lib/net10.0/System.IO.Hashing.dll", - "lib/net10.0/System.IO.Hashing.xml", - "lib/net462/System.IO.Hashing.dll", - "lib/net462/System.IO.Hashing.xml", - "lib/net8.0/System.IO.Hashing.dll", - "lib/net8.0/System.IO.Hashing.xml", - "lib/net9.0/System.IO.Hashing.dll", - "lib/net9.0/System.IO.Hashing.xml", - "lib/netstandard2.0/System.IO.Hashing.dll", - "lib/netstandard2.0/System.IO.Hashing.xml", - "system.io.hashing.10.0.7.nupkg.sha512", - "system.io.hashing.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "System.IO.Pipelines/8.0.0": { - "sha512": "FHNOatmUq0sqJOkTx+UF/9YK1f180cnW5FVqnQMvYUN0elp6wFzbtPSiqbo1/ru8ICp43JM1i7kKkk6GsNGHlA==", - "type": "package", - "path": "system.io.pipelines/8.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/System.IO.Pipelines.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/System.IO.Pipelines.targets", - "lib/net462/System.IO.Pipelines.dll", - "lib/net462/System.IO.Pipelines.xml", - "lib/net6.0/System.IO.Pipelines.dll", - "lib/net6.0/System.IO.Pipelines.xml", - "lib/net7.0/System.IO.Pipelines.dll", - "lib/net7.0/System.IO.Pipelines.xml", - "lib/net8.0/System.IO.Pipelines.dll", - "lib/net8.0/System.IO.Pipelines.xml", - "lib/netstandard2.0/System.IO.Pipelines.dll", - "lib/netstandard2.0/System.IO.Pipelines.xml", - "system.io.pipelines.8.0.0.nupkg.sha512", - "system.io.pipelines.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "System.Security.Cryptography.Cng/5.0.0": { - "sha512": "jIMXsKn94T9JY7PvPq/tMfqa6GAaHpElRDpmG+SuL+D3+sTw2M8VhnibKnN8Tq+4JqbPJ/f+BwtLeDMEnzAvRg==", - "type": "package", - "path": "system.security.cryptography.cng/5.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.Security.Cryptography.Cng.dll", - "lib/net461/System.Security.Cryptography.Cng.dll", - "lib/net461/System.Security.Cryptography.Cng.xml", - "lib/net462/System.Security.Cryptography.Cng.dll", - "lib/net462/System.Security.Cryptography.Cng.xml", - "lib/net47/System.Security.Cryptography.Cng.dll", - "lib/net47/System.Security.Cryptography.Cng.xml", - "lib/netcoreapp2.1/System.Security.Cryptography.Cng.dll", - "lib/netcoreapp3.0/System.Security.Cryptography.Cng.dll", - "lib/netcoreapp3.0/System.Security.Cryptography.Cng.xml", - "lib/netstandard1.3/System.Security.Cryptography.Cng.dll", - "lib/netstandard1.4/System.Security.Cryptography.Cng.dll", - "lib/netstandard1.6/System.Security.Cryptography.Cng.dll", - "lib/netstandard2.0/System.Security.Cryptography.Cng.dll", - "lib/netstandard2.0/System.Security.Cryptography.Cng.xml", - "lib/netstandard2.1/System.Security.Cryptography.Cng.dll", - "lib/netstandard2.1/System.Security.Cryptography.Cng.xml", - "lib/uap10.0.16299/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/System.Security.Cryptography.Cng.dll", - "ref/net461/System.Security.Cryptography.Cng.dll", - "ref/net461/System.Security.Cryptography.Cng.xml", - "ref/net462/System.Security.Cryptography.Cng.dll", - "ref/net462/System.Security.Cryptography.Cng.xml", - "ref/net47/System.Security.Cryptography.Cng.dll", - "ref/net47/System.Security.Cryptography.Cng.xml", - "ref/netcoreapp2.0/System.Security.Cryptography.Cng.dll", - "ref/netcoreapp2.0/System.Security.Cryptography.Cng.xml", - "ref/netcoreapp2.1/System.Security.Cryptography.Cng.dll", - "ref/netcoreapp2.1/System.Security.Cryptography.Cng.xml", - "ref/netcoreapp3.0/System.Security.Cryptography.Cng.dll", - "ref/netcoreapp3.0/System.Security.Cryptography.Cng.xml", - "ref/netstandard1.3/System.Security.Cryptography.Cng.dll", - "ref/netstandard1.4/System.Security.Cryptography.Cng.dll", - "ref/netstandard1.6/System.Security.Cryptography.Cng.dll", - "ref/netstandard2.0/System.Security.Cryptography.Cng.dll", - "ref/netstandard2.0/System.Security.Cryptography.Cng.xml", - "ref/netstandard2.1/System.Security.Cryptography.Cng.dll", - "ref/netstandard2.1/System.Security.Cryptography.Cng.xml", - "ref/uap10.0.16299/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "runtimes/win/lib/net46/System.Security.Cryptography.Cng.dll", - "runtimes/win/lib/net461/System.Security.Cryptography.Cng.dll", - "runtimes/win/lib/net461/System.Security.Cryptography.Cng.xml", - "runtimes/win/lib/net462/System.Security.Cryptography.Cng.dll", - "runtimes/win/lib/net462/System.Security.Cryptography.Cng.xml", - "runtimes/win/lib/net47/System.Security.Cryptography.Cng.dll", - "runtimes/win/lib/net47/System.Security.Cryptography.Cng.xml", - "runtimes/win/lib/netcoreapp2.0/System.Security.Cryptography.Cng.dll", - "runtimes/win/lib/netcoreapp2.1/System.Security.Cryptography.Cng.dll", - "runtimes/win/lib/netcoreapp3.0/System.Security.Cryptography.Cng.dll", - "runtimes/win/lib/netcoreapp3.0/System.Security.Cryptography.Cng.xml", - "runtimes/win/lib/netstandard1.4/System.Security.Cryptography.Cng.dll", - "runtimes/win/lib/netstandard1.6/System.Security.Cryptography.Cng.dll", - "runtimes/win/lib/uap10.0.16299/_._", - "system.security.cryptography.cng.5.0.0.nupkg.sha512", - "system.security.cryptography.cng.nuspec", - "useSharedDesignerContext.txt", - "version.txt" - ] - }, - "System.Security.Cryptography.Pkcs/5.0.0": { - "sha512": "9TPLGjBCGKmNvG8pjwPeuYy0SMVmGZRwlTZvyPHDbYv/DRkoeumJdfumaaDNQzVGMEmbWtg07zUpSW9q70IlDQ==", - "type": "package", - "path": "system.security.cryptography.pkcs/5.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "lib/net46/System.Security.Cryptography.Pkcs.dll", - "lib/net461/System.Security.Cryptography.Pkcs.dll", - "lib/net461/System.Security.Cryptography.Pkcs.xml", - "lib/netcoreapp2.1/System.Security.Cryptography.Pkcs.dll", - "lib/netcoreapp3.0/System.Security.Cryptography.Pkcs.dll", - "lib/netcoreapp3.0/System.Security.Cryptography.Pkcs.xml", - "lib/netstandard1.3/System.Security.Cryptography.Pkcs.dll", - "lib/netstandard2.0/System.Security.Cryptography.Pkcs.dll", - "lib/netstandard2.0/System.Security.Cryptography.Pkcs.xml", - "lib/netstandard2.1/System.Security.Cryptography.Pkcs.dll", - "lib/netstandard2.1/System.Security.Cryptography.Pkcs.xml", - "ref/net46/System.Security.Cryptography.Pkcs.dll", - "ref/net461/System.Security.Cryptography.Pkcs.dll", - "ref/net461/System.Security.Cryptography.Pkcs.xml", - "ref/netcoreapp2.1/System.Security.Cryptography.Pkcs.dll", - "ref/netcoreapp2.1/System.Security.Cryptography.Pkcs.xml", - "ref/netcoreapp3.0/System.Security.Cryptography.Pkcs.dll", - "ref/netcoreapp3.0/System.Security.Cryptography.Pkcs.xml", - "ref/netstandard1.3/System.Security.Cryptography.Pkcs.dll", - "ref/netstandard2.0/System.Security.Cryptography.Pkcs.dll", - "ref/netstandard2.0/System.Security.Cryptography.Pkcs.xml", - "ref/netstandard2.1/System.Security.Cryptography.Pkcs.dll", - "ref/netstandard2.1/System.Security.Cryptography.Pkcs.xml", - "runtimes/win/lib/net46/System.Security.Cryptography.Pkcs.dll", - "runtimes/win/lib/net461/System.Security.Cryptography.Pkcs.dll", - "runtimes/win/lib/net461/System.Security.Cryptography.Pkcs.xml", - "runtimes/win/lib/netcoreapp2.1/System.Security.Cryptography.Pkcs.dll", - "runtimes/win/lib/netcoreapp3.0/System.Security.Cryptography.Pkcs.dll", - "runtimes/win/lib/netcoreapp3.0/System.Security.Cryptography.Pkcs.xml", - "runtimes/win/lib/netstandard1.3/System.Security.Cryptography.Pkcs.dll", - "runtimes/win/lib/netstandard2.0/System.Security.Cryptography.Pkcs.dll", - "runtimes/win/lib/netstandard2.0/System.Security.Cryptography.Pkcs.xml", - "runtimes/win/lib/netstandard2.1/System.Security.Cryptography.Pkcs.dll", - "runtimes/win/lib/netstandard2.1/System.Security.Cryptography.Pkcs.xml", - "system.security.cryptography.pkcs.5.0.0.nupkg.sha512", - "system.security.cryptography.pkcs.nuspec", - "useSharedDesignerContext.txt", - "version.txt" - ] - }, - "System.Security.Cryptography.ProtectedData/4.4.0": { - "sha512": "cJV7ScGW7EhatRsjehfvvYVBvtiSMKgN8bOVI0bQhnF5bU7vnHVIsH49Kva7i7GWaWYvmEzkYVk1TC+gZYBEog==", - "type": "package", - "path": "system.security.cryptography.protecteddata/4.4.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.Security.Cryptography.ProtectedData.dll", - "lib/net461/System.Security.Cryptography.ProtectedData.dll", - "lib/netstandard1.3/System.Security.Cryptography.ProtectedData.dll", - "lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/System.Security.Cryptography.ProtectedData.dll", - "ref/net461/System.Security.Cryptography.ProtectedData.dll", - "ref/net461/System.Security.Cryptography.ProtectedData.xml", - "ref/netstandard1.3/System.Security.Cryptography.ProtectedData.dll", - "ref/netstandard2.0/System.Security.Cryptography.ProtectedData.dll", - "ref/netstandard2.0/System.Security.Cryptography.ProtectedData.xml", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "runtimes/win/lib/net46/System.Security.Cryptography.ProtectedData.dll", - "runtimes/win/lib/net461/System.Security.Cryptography.ProtectedData.dll", - "runtimes/win/lib/netstandard1.3/System.Security.Cryptography.ProtectedData.dll", - "runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll", - "system.security.cryptography.protecteddata.4.4.0.nupkg.sha512", - "system.security.cryptography.protecteddata.nuspec", - "useSharedDesignerContext.txt", - "version.txt" - ] - }, - "System.Security.Permissions/4.5.0": { - "sha512": "9gdyuARhUR7H+p5CjyUB/zPk7/Xut3wUSP8NJQB6iZr8L3XUXTMdoLeVAg9N4rqF8oIpE7MpdqHdDHQ7XgJe0g==", - "type": "package", - "path": "system.security.permissions/4.5.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "lib/net461/System.Security.Permissions.dll", - "lib/netstandard2.0/System.Security.Permissions.dll", - "ref/net461/System.Security.Permissions.dll", - "ref/net461/System.Security.Permissions.xml", - "ref/netstandard2.0/System.Security.Permissions.dll", - "ref/netstandard2.0/System.Security.Permissions.xml", - "system.security.permissions.4.5.0.nupkg.sha512", - "system.security.permissions.nuspec", - "useSharedDesignerContext.txt", - "version.txt" - ] - }, - "xunit/2.9.3": { - "sha512": "TlXQBinK35LpOPKHAqbLY4xlEen9TBafjs0V5KnA4wZsoQLQJiirCR4CbIXvOH8NzkW4YeJKP5P/Bnrodm0h9Q==", - "type": "package", - "path": "xunit/2.9.3", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "_content/README.md", - "_content/logo-128-transparent.png", - "xunit.2.9.3.nupkg.sha512", - "xunit.nuspec" - ] - }, - "xunit.abstractions/2.0.3": { - "sha512": "pot1I4YOxlWjIb5jmwvvQNbTrZ3lJQ+jUGkGjWE3hEFM0l5gOnBWS+H3qsex68s5cO52g+44vpGzhAt+42vwKg==", - "type": "package", - "path": "xunit.abstractions/2.0.3", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "lib/net35/xunit.abstractions.dll", - "lib/net35/xunit.abstractions.xml", - "lib/netstandard1.0/xunit.abstractions.dll", - "lib/netstandard1.0/xunit.abstractions.xml", - "lib/netstandard2.0/xunit.abstractions.dll", - "lib/netstandard2.0/xunit.abstractions.xml", - "xunit.abstractions.2.0.3.nupkg.sha512", - "xunit.abstractions.nuspec" - ] - }, - "xunit.analyzers/1.18.0": { - "sha512": "OtFMHN8yqIcYP9wcVIgJrq01AfTxijjAqVDy/WeQVSyrDC1RzBWeQPztL49DN2syXRah8TYnfvk035s7L95EZQ==", - "type": "package", - "path": "xunit.analyzers/1.18.0", - "hasTools": true, - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "_content/README.md", - "_content/logo-128-transparent.png", - "analyzers/dotnet/cs/xunit.analyzers.dll", - "analyzers/dotnet/cs/xunit.analyzers.fixes.dll", - "tools/install.ps1", - "tools/uninstall.ps1", - "xunit.analyzers.1.18.0.nupkg.sha512", - "xunit.analyzers.nuspec" - ] - }, - "xunit.assert/2.9.3": { - "sha512": "/Kq28fCE7MjOV42YLVRAJzRF0WmEqsmflm0cfpMjGtzQ2lR5mYVj1/i0Y8uDAOLczkL3/jArrwehfMD0YogMAA==", - "type": "package", - "path": "xunit.assert/2.9.3", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "_content/README.md", - "_content/logo-128-transparent.png", - "lib/net6.0/xunit.assert.dll", - "lib/net6.0/xunit.assert.xml", - "lib/netstandard1.1/xunit.assert.dll", - "lib/netstandard1.1/xunit.assert.xml", - "xunit.assert.2.9.3.nupkg.sha512", - "xunit.assert.nuspec" - ] - }, - "xunit.core/2.9.3": { - "sha512": "BiAEvqGvyme19wE0wTKdADH+NloYqikiU0mcnmiNyXaF9HyHmE6sr/3DC5vnBkgsWaE6yPyWszKSPSApWdRVeQ==", - "type": "package", - "path": "xunit.core/2.9.3", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "_content/README.md", - "_content/logo-128-transparent.png", - "build/xunit.core.props", - "build/xunit.core.targets", - "buildMultiTargeting/xunit.core.props", - "buildMultiTargeting/xunit.core.targets", - "xunit.core.2.9.3.nupkg.sha512", - "xunit.core.nuspec" - ] - }, - "xunit.extensibility.core/2.9.3": { - "sha512": "kf3si0YTn2a8J8eZNb+zFpwfoyvIrQ7ivNk5ZYA5yuYk1bEtMe4DxJ2CF/qsRgmEnDr7MnW1mxylBaHTZ4qErA==", - "type": "package", - "path": "xunit.extensibility.core/2.9.3", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "_content/README.md", - "_content/logo-128-transparent.png", - "lib/net452/xunit.core.dll", - "lib/net452/xunit.core.dll.tdnet", - "lib/net452/xunit.core.xml", - "lib/net452/xunit.runner.tdnet.dll", - "lib/net452/xunit.runner.utility.net452.dll", - "lib/netstandard1.1/xunit.core.dll", - "lib/netstandard1.1/xunit.core.xml", - "xunit.extensibility.core.2.9.3.nupkg.sha512", - "xunit.extensibility.core.nuspec" - ] - }, - "xunit.extensibility.execution/2.9.3": { - "sha512": "yMb6vMESlSrE3Wfj7V6cjQ3S4TXdXpRqYeNEI3zsX31uTsGMJjEw6oD5F5u1cHnMptjhEECnmZSsPxB6ChZHDQ==", - "type": "package", - "path": "xunit.extensibility.execution/2.9.3", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "_content/README.md", - "_content/logo-128-transparent.png", - "lib/net452/xunit.execution.desktop.dll", - "lib/net452/xunit.execution.desktop.xml", - "lib/netstandard1.1/xunit.execution.dotnet.dll", - "lib/netstandard1.1/xunit.execution.dotnet.xml", - "xunit.extensibility.execution.2.9.3.nupkg.sha512", - "xunit.extensibility.execution.nuspec" - ] - }, - "xunit.runner.visualstudio/3.1.5": { - "sha512": "tKi7dSTwP4m5m9eXPM2Ime4Kn7xNf4x4zT9sdLO/G4hZVnQCRiMTWoSZqI/pYTVeI27oPPqHBKYI/DjJ9GsYgA==", - "type": "package", - "path": "xunit.runner.visualstudio/3.1.5", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "_content/README.md", - "_content/logo-128-transparent.png", - "build/net472/xunit.abstractions.dll", - "build/net472/xunit.runner.visualstudio.props", - "build/net472/xunit.runner.visualstudio.testadapter.dll", - "build/net8.0/xunit.abstractions.dll", - "build/net8.0/xunit.runner.visualstudio.props", - "build/net8.0/xunit.runner.visualstudio.testadapter.dll", - "lib/net472/_._", - "lib/net8.0/_._", - "xunit.runner.visualstudio.3.1.5.nupkg.sha512", - "xunit.runner.visualstudio.nuspec" - ] - }, - "Inshiminator.Analyzers/1.0.0": { - "type": "project", - "path": "../../src/Inshiminator.Analyzers/Inshiminator.Analyzers.csproj", - "msbuildProject": "../../src/Inshiminator.Analyzers/Inshiminator.Analyzers.csproj" - }, - "Inshiminator.CodeFixes/1.0.0": { - "type": "project", - "path": "../../src/Inshiminator.CodeFixes/Inshiminator.CodeFixes.csproj", - "msbuildProject": "../../src/Inshiminator.CodeFixes/Inshiminator.CodeFixes.csproj" - } - }, - "projectFileDependencyGroups": { - "net10.0": [ - "Inshiminator.Analyzers >= 1.0.0", - "Inshiminator.CodeFixes >= 1.0.0", - "Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.XUnit >= 1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.XUnit >= 1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing.XUnit >= 1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing.XUnit >= 1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing.XUnit >= 1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing.XUnit >= 1.1.2", - "Microsoft.NET.Test.Sdk >= 18.5.1", - "Microsoft.SourceLink.GitHub >= 10.0.203", - "Nerdbank.GitVersioning >= 3.9.50", - "coverlet.collector >= 10.0.0", - "xunit >= 2.9.3", - "xunit.runner.visualstudio >= 3.1.5" - ], - "net8.0": [ - "Inshiminator.Analyzers >= 1.0.0", - "Inshiminator.CodeFixes >= 1.0.0", - "Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.XUnit >= 1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.XUnit >= 1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing.XUnit >= 1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing.XUnit >= 1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing.XUnit >= 1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing.XUnit >= 1.1.2", - "Microsoft.NET.Test.Sdk >= 18.5.1", - "Microsoft.SourceLink.GitHub >= 10.0.203", - "Nerdbank.GitVersioning >= 3.9.50", - "coverlet.collector >= 10.0.0", - "xunit >= 2.9.3", - "xunit.runner.visualstudio >= 3.1.5" - ] - }, - "packageFolders": { - "C:\\Users\\jd\\.nuget\\packages\\": {}, - "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {} - }, - "project": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "C:\\git\\InShimInator\\tests\\Inshiminator.Analyzers.Tests\\Inshiminator.Analyzers.Tests.csproj", - "projectName": "Inshiminator.Analyzers.Tests", - "projectPath": "C:\\git\\InShimInator\\tests\\Inshiminator.Analyzers.Tests\\Inshiminator.Analyzers.Tests.csproj", - "packagesPath": "C:\\Users\\jd\\.nuget\\packages\\", - "outputPath": "C:\\git\\InShimInator\\tests\\Inshiminator.Analyzers.Tests\\obj\\", - "projectStyle": "PackageReference", - "crossTargeting": true, - "centralPackageVersionsManagementEnabled": true, - "fallbackFolders": [ - "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" - ], - "configFilePaths": [ - "C:\\git\\InShimInator\\NuGet.Config", - "C:\\Users\\jd\\AppData\\Roaming\\NuGet\\NuGet.Config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" - ], - "originalTargetFrameworks": [ - "net10.0", - "net8.0" - ], - "sources": { - "C:\\Program Files\\dotnet\\library-packs": {}, - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net8.0": { - "targetAlias": "net8.0", - "projectReferences": { - "C:\\git\\InShimInator\\src\\Inshiminator.Analyzers\\Inshiminator.Analyzers.csproj": { - "projectPath": "C:\\git\\InShimInator\\src\\Inshiminator.Analyzers\\Inshiminator.Analyzers.csproj" - }, - "C:\\git\\InShimInator\\src\\Inshiminator.CodeFixes\\Inshiminator.CodeFixes.csproj": { - "projectPath": "C:\\git\\InShimInator\\src\\Inshiminator.CodeFixes\\Inshiminator.CodeFixes.csproj" - } - } - }, - "net10.0": { - "targetAlias": "net10.0", - "projectReferences": { - "C:\\git\\InShimInator\\src\\Inshiminator.Analyzers\\Inshiminator.Analyzers.csproj": { - "projectPath": "C:\\git\\InShimInator\\src\\Inshiminator.Analyzers\\Inshiminator.Analyzers.csproj" - }, - "C:\\git\\InShimInator\\src\\Inshiminator.CodeFixes\\Inshiminator.CodeFixes.csproj": { - "projectPath": "C:\\git\\InShimInator\\src\\Inshiminator.CodeFixes\\Inshiminator.CodeFixes.csproj" - } - } - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - }, - "restoreAuditProperties": { - "enableAudit": "true", - "auditLevel": "low", - "auditMode": "all" - }, - "SdkAnalysisLevel": "10.0.100" - }, - "frameworks": { - "net8.0": { - "targetAlias": "net8.0", - "dependencies": { - "Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.XUnit": { - "target": "Package", - "version": "[1.1.2, )", - "versionCentrallyManaged": true - }, - "Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.XUnit": { - "target": "Package", - "version": "[1.1.2, )", - "versionCentrallyManaged": true - }, - "Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing.XUnit": { - "target": "Package", - "version": "[1.1.2, )", - "versionCentrallyManaged": true - }, - "Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing.XUnit": { - "target": "Package", - "version": "[1.1.2, )", - "versionCentrallyManaged": true - }, - "Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing.XUnit": { - "target": "Package", - "version": "[1.1.2, )", - "versionCentrallyManaged": true - }, - "Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing.XUnit": { - "target": "Package", - "version": "[1.1.2, )", - "versionCentrallyManaged": true - }, - "Microsoft.NET.Test.Sdk": { - "target": "Package", - "version": "[18.5.1, )", - "versionCentrallyManaged": true - }, - "Microsoft.SourceLink.GitHub": { - "suppressParent": "All", - "target": "Package", - "version": "[10.0.203, )", - "versionCentrallyManaged": true - }, - "Nerdbank.GitVersioning": { - "suppressParent": "All", - "target": "Package", - "version": "[3.9.50, )", - "versionCentrallyManaged": true - }, - "coverlet.collector": { - "target": "Package", - "version": "[10.0.0, )", - "versionCentrallyManaged": true - }, - "xunit": { - "target": "Package", - "version": "[2.9.3, )", - "versionCentrallyManaged": true - }, - "xunit.runner.visualstudio": { - "target": "Package", - "version": "[3.1.5, )", - "versionCentrallyManaged": true - } - }, - "centralPackageVersions": { - "coverlet.collector": "10.0.0", - "Microsoft.Build.Locator": "1.11.2", - "Microsoft.CodeAnalysis.Analyzers": "3.11.0", - "Microsoft.CodeAnalysis.CSharp": "4.12.0", - "Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.12.0", - "Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing.XUnit": "1.1.2", - "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.7", - "Microsoft.NET.Test.Sdk": "18.5.1", - "Microsoft.SourceLink.GitHub": "10.0.203", - "Nerdbank.GitVersioning": "3.9.50", - "Spectre.Console.Cli": "0.55.0", - "xunit": "2.9.3", - "xunit.runner.visualstudio": "3.1.5" - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48", - "net481" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\10.0.107/PortableRuntimeIdentifierGraph.json", - "packagesToPrune": { - "Microsoft.CSharp": "(,4.7.32767]", - "Microsoft.VisualBasic": "(,10.3.32767]", - "Microsoft.Win32.Primitives": "(,4.3.32767]", - "Microsoft.Win32.Registry": "(,5.0.32767]", - "runtime.any.System.Collections": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.any.System.Globalization": "(,4.3.32767]", - "runtime.any.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.any.System.IO": "(,4.3.32767]", - "runtime.any.System.Reflection": "(,4.3.32767]", - "runtime.any.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.any.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.any.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.any.System.Runtime": "(,4.3.32767]", - "runtime.any.System.Runtime.Handles": "(,4.3.32767]", - "runtime.any.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.any.System.Text.Encoding": "(,4.3.32767]", - "runtime.any.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.any.System.Threading.Tasks": "(,4.3.32767]", - "runtime.any.System.Threading.Timer": "(,4.3.32767]", - "runtime.aot.System.Collections": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.aot.System.Globalization": "(,4.3.32767]", - "runtime.aot.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.aot.System.IO": "(,4.3.32767]", - "runtime.aot.System.Reflection": "(,4.3.32767]", - "runtime.aot.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.aot.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.aot.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.aot.System.Runtime": "(,4.3.32767]", - "runtime.aot.System.Runtime.Handles": "(,4.3.32767]", - "runtime.aot.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.aot.System.Threading.Tasks": "(,4.3.32767]", - "runtime.aot.System.Threading.Timer": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.native.System.Security.Cryptography.Apple": "(,4.3.32767]", - "runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.unix.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.unix.System.Console": "(,4.3.32767]", - "runtime.unix.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.unix.System.IO.FileSystem": "(,4.3.32767]", - "runtime.unix.System.Net.Primitives": "(,4.3.32767]", - "runtime.unix.System.Net.Sockets": "(,4.3.32767]", - "runtime.unix.System.Private.Uri": "(,4.3.32767]", - "runtime.unix.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.win.System.Console": "(,4.3.32767]", - "runtime.win.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.win.System.IO.FileSystem": "(,4.3.32767]", - "runtime.win.System.Net.Primitives": "(,4.3.32767]", - "runtime.win.System.Net.Sockets": "(,4.3.32767]", - "runtime.win.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win10-arm-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-arm64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win10-x64-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-x86-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7-x86.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7.System.Private.Uri": "(,4.3.32767]", - "runtime.win8-arm.runtime.native.System.IO.Compression": "(,4.3.32767]", - "System.AppContext": "(,4.3.32767]", - "System.Buffers": "(,4.6.32767]", - "System.Collections": "(,4.3.32767]", - "System.Collections.Concurrent": "(,4.3.32767]", - "System.Collections.Immutable": "(,8.0.32767]", - "System.Collections.NonGeneric": "(,4.3.32767]", - "System.Collections.Specialized": "(,4.3.32767]", - "System.ComponentModel": "(,4.3.32767]", - "System.ComponentModel.Annotations": "(,5.0.32767]", - "System.ComponentModel.EventBasedAsync": "(,4.3.32767]", - "System.ComponentModel.Primitives": "(,4.3.32767]", - "System.ComponentModel.TypeConverter": "(,4.3.32767]", - "System.Console": "(,4.3.32767]", - "System.Data.Common": "(,4.3.32767]", - "System.Data.DataSetExtensions": "(,4.5.32767]", - "System.Diagnostics.Contracts": "(,4.3.32767]", - "System.Diagnostics.Debug": "(,4.3.32767]", - "System.Diagnostics.DiagnosticSource": "(,8.0.32767]", - "System.Diagnostics.FileVersionInfo": "(,4.3.32767]", - "System.Diagnostics.Process": "(,4.3.32767]", - "System.Diagnostics.StackTrace": "(,4.3.32767]", - "System.Diagnostics.TextWriterTraceListener": "(,4.3.32767]", - "System.Diagnostics.Tools": "(,4.3.32767]", - "System.Diagnostics.TraceSource": "(,4.3.32767]", - "System.Diagnostics.Tracing": "(,4.3.32767]", - "System.Drawing.Primitives": "(,4.3.32767]", - "System.Dynamic.Runtime": "(,4.3.32767]", - "System.Formats.Asn1": "(,8.0.32767]", - "System.Globalization": "(,4.3.32767]", - "System.Globalization.Calendars": "(,4.3.32767]", - "System.Globalization.Extensions": "(,4.3.32767]", - "System.IO": "(,4.3.32767]", - "System.IO.Compression": "(,4.3.32767]", - "System.IO.Compression.ZipFile": "(,4.3.32767]", - "System.IO.FileSystem": "(,4.3.32767]", - "System.IO.FileSystem.AccessControl": "(,5.0.32767]", - "System.IO.FileSystem.DriveInfo": "(,4.3.32767]", - "System.IO.FileSystem.Primitives": "(,4.3.32767]", - "System.IO.FileSystem.Watcher": "(,4.3.32767]", - "System.IO.IsolatedStorage": "(,4.3.32767]", - "System.IO.MemoryMappedFiles": "(,4.3.32767]", - "System.IO.Pipes": "(,4.3.32767]", - "System.IO.Pipes.AccessControl": "(,4.6.32767]", - "System.IO.UnmanagedMemoryStream": "(,4.3.32767]", - "System.Linq": "(,4.3.32767]", - "System.Linq.Expressions": "(,4.3.32767]", - "System.Linq.Parallel": "(,4.3.32767]", - "System.Linq.Queryable": "(,4.3.32767]", - "System.Memory": "(,4.6.32767]", - "System.Net.Http": "(,4.3.32767]", - "System.Net.Http.Json": "(,8.0.32767]", - "System.Net.NameResolution": "(,4.3.32767]", - "System.Net.NetworkInformation": "(,4.3.32767]", - "System.Net.Ping": "(,4.3.32767]", - "System.Net.Primitives": "(,4.3.32767]", - "System.Net.Requests": "(,4.3.32767]", - "System.Net.Security": "(,4.3.32767]", - "System.Net.Sockets": "(,4.3.32767]", - "System.Net.WebHeaderCollection": "(,4.3.32767]", - "System.Net.WebSockets": "(,4.3.32767]", - "System.Net.WebSockets.Client": "(,4.3.32767]", - "System.Numerics.Vectors": "(,4.6.32767]", - "System.ObjectModel": "(,4.3.32767]", - "System.Private.DataContractSerialization": "(,4.3.32767]", - "System.Private.Uri": "(,4.3.32767]", - "System.Reflection": "(,4.3.32767]", - "System.Reflection.DispatchProxy": "(,4.8.32767]", - "System.Reflection.Emit": "(,4.7.32767]", - "System.Reflection.Emit.ILGeneration": "(,4.7.32767]", - "System.Reflection.Emit.Lightweight": "(,4.7.32767]", - "System.Reflection.Extensions": "(,4.3.32767]", - "System.Reflection.Metadata": "(,8.0.32767]", - "System.Reflection.Primitives": "(,4.3.32767]", - "System.Reflection.TypeExtensions": "(,4.7.32767]", - "System.Resources.Reader": "(,4.3.32767]", - "System.Resources.ResourceManager": "(,4.3.32767]", - "System.Resources.Writer": "(,4.3.32767]", - "System.Runtime": "(,4.3.32767]", - "System.Runtime.CompilerServices.Unsafe": "(,6.1.32767]", - "System.Runtime.CompilerServices.VisualC": "(,4.3.32767]", - "System.Runtime.Extensions": "(,4.3.32767]", - "System.Runtime.Handles": "(,4.3.32767]", - "System.Runtime.InteropServices": "(,4.3.32767]", - "System.Runtime.InteropServices.RuntimeInformation": "(,4.3.32767]", - "System.Runtime.Loader": "(,4.3.32767]", - "System.Runtime.Numerics": "(,4.3.32767]", - "System.Runtime.Serialization.Formatters": "(,4.3.32767]", - "System.Runtime.Serialization.Json": "(,4.3.32767]", - "System.Runtime.Serialization.Primitives": "(,4.3.32767]", - "System.Runtime.Serialization.Xml": "(,4.3.32767]", - "System.Security.AccessControl": "(,6.0.32767]", - "System.Security.Claims": "(,4.3.32767]", - "System.Security.Cryptography.Algorithms": "(,4.3.32767]", - "System.Security.Cryptography.Cng": "(,4.6.32767]", - "System.Security.Cryptography.Csp": "(,4.3.32767]", - "System.Security.Cryptography.Encoding": "(,4.3.32767]", - "System.Security.Cryptography.OpenSsl": "(,5.0.32767]", - "System.Security.Cryptography.Primitives": "(,4.3.32767]", - "System.Security.Cryptography.X509Certificates": "(,4.3.32767]", - "System.Security.Principal": "(,4.3.32767]", - "System.Security.Principal.Windows": "(,5.0.32767]", - "System.Security.SecureString": "(,4.3.32767]", - "System.Text.Encoding": "(,4.3.32767]", - "System.Text.Encoding.CodePages": "(,8.0.32767]", - "System.Text.Encoding.Extensions": "(,4.3.32767]", - "System.Text.Encodings.Web": "(,8.0.32767]", - "System.Text.Json": "(,8.0.32767]", - "System.Text.RegularExpressions": "(,4.3.32767]", - "System.Threading": "(,4.3.32767]", - "System.Threading.Channels": "(,8.0.32767]", - "System.Threading.Overlapped": "(,4.3.32767]", - "System.Threading.Tasks": "(,4.3.32767]", - "System.Threading.Tasks.Dataflow": "(,8.0.32767]", - "System.Threading.Tasks.Extensions": "(,4.6.32767]", - "System.Threading.Tasks.Parallel": "(,4.3.32767]", - "System.Threading.Thread": "(,4.3.32767]", - "System.Threading.ThreadPool": "(,4.3.32767]", - "System.Threading.Timer": "(,4.3.32767]", - "System.ValueTuple": "(,4.6.32767]", - "System.Xml.ReaderWriter": "(,4.3.32767]", - "System.Xml.XDocument": "(,4.3.32767]", - "System.Xml.XmlDocument": "(,4.3.32767]", - "System.Xml.XmlSerializer": "(,4.3.32767]", - "System.Xml.XPath": "(,4.3.32767]", - "System.Xml.XPath.XDocument": "(,4.3.32767]" - } - }, - "net10.0": { - "targetAlias": "net10.0", - "dependencies": { - "Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.XUnit": { - "target": "Package", - "version": "[1.1.2, )", - "versionCentrallyManaged": true - }, - "Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.XUnit": { - "target": "Package", - "version": "[1.1.2, )", - "versionCentrallyManaged": true - }, - "Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing.XUnit": { - "target": "Package", - "version": "[1.1.2, )", - "versionCentrallyManaged": true - }, - "Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing.XUnit": { - "target": "Package", - "version": "[1.1.2, )", - "versionCentrallyManaged": true - }, - "Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing.XUnit": { - "target": "Package", - "version": "[1.1.2, )", - "versionCentrallyManaged": true - }, - "Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing.XUnit": { - "target": "Package", - "version": "[1.1.2, )", - "versionCentrallyManaged": true - }, - "Microsoft.NET.Test.Sdk": { - "target": "Package", - "version": "[18.5.1, )", - "versionCentrallyManaged": true - }, - "Microsoft.SourceLink.GitHub": { - "suppressParent": "All", - "target": "Package", - "version": "[10.0.203, )", - "versionCentrallyManaged": true - }, - "Nerdbank.GitVersioning": { - "suppressParent": "All", - "target": "Package", - "version": "[3.9.50, )", - "versionCentrallyManaged": true - }, - "coverlet.collector": { - "target": "Package", - "version": "[10.0.0, )", - "versionCentrallyManaged": true - }, - "xunit": { - "target": "Package", - "version": "[2.9.3, )", - "versionCentrallyManaged": true - }, - "xunit.runner.visualstudio": { - "target": "Package", - "version": "[3.1.5, )", - "versionCentrallyManaged": true - } - }, - "centralPackageVersions": { - "coverlet.collector": "10.0.0", - "Microsoft.Build.Locator": "1.11.2", - "Microsoft.CodeAnalysis.Analyzers": "3.11.0", - "Microsoft.CodeAnalysis.CSharp": "4.12.0", - "Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.12.0", - "Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing.XUnit": "1.1.2", - "Microsoft.CodeAnalysis.VisualBasic.CodeRefactoring.Testing.XUnit": "1.1.2", - "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.7", - "Microsoft.NET.Test.Sdk": "18.5.1", - "Microsoft.SourceLink.GitHub": "10.0.203", - "Nerdbank.GitVersioning": "3.9.50", - "Spectre.Console.Cli": "0.55.0", - "xunit": "2.9.3", - "xunit.runner.visualstudio": "3.1.5" - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48", - "net481" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\10.0.107/PortableRuntimeIdentifierGraph.json", - "packagesToPrune": { - "Microsoft.CSharp": "(,4.7.32767]", - "Microsoft.VisualBasic": "(,10.4.32767]", - "Microsoft.Win32.Primitives": "(,4.3.32767]", - "Microsoft.Win32.Registry": "(,5.0.32767]", - "runtime.any.System.Collections": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.any.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.any.System.Globalization": "(,4.3.32767]", - "runtime.any.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.any.System.IO": "(,4.3.32767]", - "runtime.any.System.Reflection": "(,4.3.32767]", - "runtime.any.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.any.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.any.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.any.System.Runtime": "(,4.3.32767]", - "runtime.any.System.Runtime.Handles": "(,4.3.32767]", - "runtime.any.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.any.System.Text.Encoding": "(,4.3.32767]", - "runtime.any.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.any.System.Threading.Tasks": "(,4.3.32767]", - "runtime.any.System.Threading.Timer": "(,4.3.32767]", - "runtime.aot.System.Collections": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tools": "(,4.3.32767]", - "runtime.aot.System.Diagnostics.Tracing": "(,4.3.32767]", - "runtime.aot.System.Globalization": "(,4.3.32767]", - "runtime.aot.System.Globalization.Calendars": "(,4.3.32767]", - "runtime.aot.System.IO": "(,4.3.32767]", - "runtime.aot.System.Reflection": "(,4.3.32767]", - "runtime.aot.System.Reflection.Extensions": "(,4.3.32767]", - "runtime.aot.System.Reflection.Primitives": "(,4.3.32767]", - "runtime.aot.System.Resources.ResourceManager": "(,4.3.32767]", - "runtime.aot.System.Runtime": "(,4.3.32767]", - "runtime.aot.System.Runtime.Handles": "(,4.3.32767]", - "runtime.aot.System.Runtime.InteropServices": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding": "(,4.3.32767]", - "runtime.aot.System.Text.Encoding.Extensions": "(,4.3.32767]", - "runtime.aot.System.Threading.Tasks": "(,4.3.32767]", - "runtime.aot.System.Threading.Timer": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "(,4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]", - "runtime.unix.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.unix.System.Console": "(,4.3.32767]", - "runtime.unix.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.unix.System.IO.FileSystem": "(,4.3.32767]", - "runtime.unix.System.Net.Primitives": "(,4.3.32767]", - "runtime.unix.System.Net.Sockets": "(,4.3.32767]", - "runtime.unix.System.Private.Uri": "(,4.3.32767]", - "runtime.unix.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win.Microsoft.Win32.Primitives": "(,4.3.32767]", - "runtime.win.System.Console": "(,4.3.32767]", - "runtime.win.System.Diagnostics.Debug": "(,4.3.32767]", - "runtime.win.System.IO.FileSystem": "(,4.3.32767]", - "runtime.win.System.Net.Primitives": "(,4.3.32767]", - "runtime.win.System.Net.Sockets": "(,4.3.32767]", - "runtime.win.System.Runtime.Extensions": "(,4.3.32767]", - "runtime.win10-arm-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-arm64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win10-x64-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win10-x86-aot.runtime.native.System.IO.Compression": "(,4.0.32767]", - "runtime.win7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7-x86.runtime.native.System.IO.Compression": "(,4.3.32767]", - "runtime.win7.System.Private.Uri": "(,4.3.32767]", - "runtime.win8-arm.runtime.native.System.IO.Compression": "(,4.3.32767]", - "System.AppContext": "(,4.3.32767]", - "System.Buffers": "(,5.0.32767]", - "System.Collections": "(,4.3.32767]", - "System.Collections.Concurrent": "(,4.3.32767]", - "System.Collections.Immutable": "(,10.0.32767]", - "System.Collections.NonGeneric": "(,4.3.32767]", - "System.Collections.Specialized": "(,4.3.32767]", - "System.ComponentModel": "(,4.3.32767]", - "System.ComponentModel.Annotations": "(,4.3.32767]", - "System.ComponentModel.EventBasedAsync": "(,4.3.32767]", - "System.ComponentModel.Primitives": "(,4.3.32767]", - "System.ComponentModel.TypeConverter": "(,4.3.32767]", - "System.Console": "(,4.3.32767]", - "System.Data.Common": "(,4.3.32767]", - "System.Data.DataSetExtensions": "(,4.4.32767]", - "System.Diagnostics.Contracts": "(,4.3.32767]", - "System.Diagnostics.Debug": "(,4.3.32767]", - "System.Diagnostics.DiagnosticSource": "(,10.0.32767]", - "System.Diagnostics.FileVersionInfo": "(,4.3.32767]", - "System.Diagnostics.Process": "(,4.3.32767]", - "System.Diagnostics.StackTrace": "(,4.3.32767]", - "System.Diagnostics.TextWriterTraceListener": "(,4.3.32767]", - "System.Diagnostics.Tools": "(,4.3.32767]", - "System.Diagnostics.TraceSource": "(,4.3.32767]", - "System.Diagnostics.Tracing": "(,4.3.32767]", - "System.Drawing.Primitives": "(,4.3.32767]", - "System.Dynamic.Runtime": "(,4.3.32767]", - "System.Formats.Asn1": "(,10.0.32767]", - "System.Formats.Tar": "(,10.0.32767]", - "System.Globalization": "(,4.3.32767]", - "System.Globalization.Calendars": "(,4.3.32767]", - "System.Globalization.Extensions": "(,4.3.32767]", - "System.IO": "(,4.3.32767]", - "System.IO.Compression": "(,4.3.32767]", - "System.IO.Compression.ZipFile": "(,4.3.32767]", - "System.IO.FileSystem": "(,4.3.32767]", - "System.IO.FileSystem.AccessControl": "(,4.4.32767]", - "System.IO.FileSystem.DriveInfo": "(,4.3.32767]", - "System.IO.FileSystem.Primitives": "(,4.3.32767]", - "System.IO.FileSystem.Watcher": "(,4.3.32767]", - "System.IO.IsolatedStorage": "(,4.3.32767]", - "System.IO.MemoryMappedFiles": "(,4.3.32767]", - "System.IO.Pipelines": "(,10.0.32767]", - "System.IO.Pipes": "(,4.3.32767]", - "System.IO.Pipes.AccessControl": "(,5.0.32767]", - "System.IO.UnmanagedMemoryStream": "(,4.3.32767]", - "System.Linq": "(,4.3.32767]", - "System.Linq.AsyncEnumerable": "(,10.0.32767]", - "System.Linq.Expressions": "(,4.3.32767]", - "System.Linq.Parallel": "(,4.3.32767]", - "System.Linq.Queryable": "(,4.3.32767]", - "System.Memory": "(,5.0.32767]", - "System.Net.Http": "(,4.3.32767]", - "System.Net.Http.Json": "(,10.0.32767]", - "System.Net.NameResolution": "(,4.3.32767]", - "System.Net.NetworkInformation": "(,4.3.32767]", - "System.Net.Ping": "(,4.3.32767]", - "System.Net.Primitives": "(,4.3.32767]", - "System.Net.Requests": "(,4.3.32767]", - "System.Net.Security": "(,4.3.32767]", - "System.Net.ServerSentEvents": "(,10.0.32767]", - "System.Net.Sockets": "(,4.3.32767]", - "System.Net.WebHeaderCollection": "(,4.3.32767]", - "System.Net.WebSockets": "(,4.3.32767]", - "System.Net.WebSockets.Client": "(,4.3.32767]", - "System.Numerics.Vectors": "(,5.0.32767]", - "System.ObjectModel": "(,4.3.32767]", - "System.Private.DataContractSerialization": "(,4.3.32767]", - "System.Private.Uri": "(,4.3.32767]", - "System.Reflection": "(,4.3.32767]", - "System.Reflection.DispatchProxy": "(,6.0.32767]", - "System.Reflection.Emit": "(,4.7.32767]", - "System.Reflection.Emit.ILGeneration": "(,4.7.32767]", - "System.Reflection.Emit.Lightweight": "(,4.7.32767]", - "System.Reflection.Extensions": "(,4.3.32767]", - "System.Reflection.Metadata": "(,10.0.32767]", - "System.Reflection.Primitives": "(,4.3.32767]", - "System.Reflection.TypeExtensions": "(,4.3.32767]", - "System.Resources.Reader": "(,4.3.32767]", - "System.Resources.ResourceManager": "(,4.3.32767]", - "System.Resources.Writer": "(,4.3.32767]", - "System.Runtime": "(,4.3.32767]", - "System.Runtime.CompilerServices.Unsafe": "(,7.0.32767]", - "System.Runtime.CompilerServices.VisualC": "(,4.3.32767]", - "System.Runtime.Extensions": "(,4.3.32767]", - "System.Runtime.Handles": "(,4.3.32767]", - "System.Runtime.InteropServices": "(,4.3.32767]", - "System.Runtime.InteropServices.RuntimeInformation": "(,4.3.32767]", - "System.Runtime.Loader": "(,4.3.32767]", - "System.Runtime.Numerics": "(,4.3.32767]", - "System.Runtime.Serialization.Formatters": "(,4.3.32767]", - "System.Runtime.Serialization.Json": "(,4.3.32767]", - "System.Runtime.Serialization.Primitives": "(,4.3.32767]", - "System.Runtime.Serialization.Xml": "(,4.3.32767]", - "System.Security.AccessControl": "(,6.0.32767]", - "System.Security.Claims": "(,4.3.32767]", - "System.Security.Cryptography.Algorithms": "(,4.3.32767]", - "System.Security.Cryptography.Cng": "(,5.0.32767]", - "System.Security.Cryptography.Csp": "(,4.3.32767]", - "System.Security.Cryptography.Encoding": "(,4.3.32767]", - "System.Security.Cryptography.OpenSsl": "(,5.0.32767]", - "System.Security.Cryptography.Primitives": "(,4.3.32767]", - "System.Security.Cryptography.X509Certificates": "(,4.3.32767]", - "System.Security.Principal": "(,4.3.32767]", - "System.Security.Principal.Windows": "(,5.0.32767]", - "System.Security.SecureString": "(,4.3.32767]", - "System.Text.Encoding": "(,4.3.32767]", - "System.Text.Encoding.CodePages": "(,10.0.32767]", - "System.Text.Encoding.Extensions": "(,4.3.32767]", - "System.Text.Encodings.Web": "(,10.0.32767]", - "System.Text.Json": "(,10.0.32767]", - "System.Text.RegularExpressions": "(,4.3.32767]", - "System.Threading": "(,4.3.32767]", - "System.Threading.AccessControl": "(,10.0.32767]", - "System.Threading.Channels": "(,10.0.32767]", - "System.Threading.Overlapped": "(,4.3.32767]", - "System.Threading.Tasks": "(,4.3.32767]", - "System.Threading.Tasks.Dataflow": "(,10.0.32767]", - "System.Threading.Tasks.Extensions": "(,5.0.32767]", - "System.Threading.Tasks.Parallel": "(,4.3.32767]", - "System.Threading.Thread": "(,4.3.32767]", - "System.Threading.ThreadPool": "(,4.3.32767]", - "System.Threading.Timer": "(,4.3.32767]", - "System.ValueTuple": "(,4.5.32767]", - "System.Xml.ReaderWriter": "(,4.3.32767]", - "System.Xml.XDocument": "(,4.3.32767]", - "System.Xml.XmlDocument": "(,4.3.32767]", - "System.Xml.XmlSerializer": "(,4.3.32767]", - "System.Xml.XPath": "(,4.3.32767]", - "System.Xml.XPath.XDocument": "(,5.0.32767]" - } - } - } - }, - "logs": [ - { - "code": "NU1701", - "level": "Warning", - "warningLevel": 1, - "message": "Package 'Microsoft.CodeAnalysis.VisualBasic 1.0.1' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8, .NETFramework,Version=v4.8.1' instead of the project target framework 'net10.0'. This package may not be fully compatible with your project.", - "libraryId": "Microsoft.CodeAnalysis.VisualBasic", - "targetGraphs": [ - "net10.0" - ] - }, - { - "code": "NU1701", - "level": "Warning", - "warningLevel": 1, - "message": "Package 'Microsoft.CodeAnalysis.VisualBasic.Workspaces 1.0.1' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8, .NETFramework,Version=v4.8.1' instead of the project target framework 'net10.0'. This package may not be fully compatible with your project.", - "libraryId": "Microsoft.CodeAnalysis.VisualBasic.Workspaces", - "targetGraphs": [ - "net10.0" - ] - } - ] -} \ No newline at end of file diff --git a/tests/Inshiminator.Analyzers.Tests/obj/project.nuget.cache b/tests/Inshiminator.Analyzers.Tests/obj/project.nuget.cache deleted file mode 100644 index a20bd71..0000000 --- a/tests/Inshiminator.Analyzers.Tests/obj/project.nuget.cache +++ /dev/null @@ -1,100 +0,0 @@ -{ - "version": 2, - "dgSpecHash": "72sYkNN4vhY=", - "success": true, - "projectFilePath": "C:\\git\\InShimInator\\tests\\Inshiminator.Analyzers.Tests\\Inshiminator.Analyzers.Tests.csproj", - "expectedPackageFiles": [ - "C:\\Users\\jd\\.nuget\\packages\\coverlet.collector\\10.0.0\\coverlet.collector.10.0.0.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\diffplex\\1.7.2\\diffplex.1.7.2.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\humanizer.core\\2.14.1\\humanizer.core.2.14.1.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\microsoft.build.tasks.git\\10.0.203\\microsoft.build.tasks.git.10.0.203.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\microsoft.codeanalysis.analyzer.testing\\1.1.2\\microsoft.codeanalysis.analyzer.testing.1.1.2.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\microsoft.codeanalysis.analyzers\\3.3.4\\microsoft.codeanalysis.analyzers.3.3.4.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\microsoft.codeanalysis.codefix.testing\\1.1.2\\microsoft.codeanalysis.codefix.testing.1.1.2.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\microsoft.codeanalysis.coderefactoring.testing\\1.1.2\\microsoft.codeanalysis.coderefactoring.testing.1.1.2.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\microsoft.codeanalysis.common\\4.12.0\\microsoft.codeanalysis.common.4.12.0.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\microsoft.codeanalysis.csharp\\4.12.0\\microsoft.codeanalysis.csharp.4.12.0.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\microsoft.codeanalysis.csharp.analyzer.testing\\1.1.2\\microsoft.codeanalysis.csharp.analyzer.testing.1.1.2.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\microsoft.codeanalysis.csharp.analyzer.testing.xunit\\1.1.2\\microsoft.codeanalysis.csharp.analyzer.testing.xunit.1.1.2.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\microsoft.codeanalysis.csharp.codefix.testing\\1.1.2\\microsoft.codeanalysis.csharp.codefix.testing.1.1.2.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\microsoft.codeanalysis.csharp.codefix.testing.xunit\\1.1.2\\microsoft.codeanalysis.csharp.codefix.testing.xunit.1.1.2.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\microsoft.codeanalysis.csharp.coderefactoring.testing\\1.1.2\\microsoft.codeanalysis.csharp.coderefactoring.testing.1.1.2.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\microsoft.codeanalysis.csharp.coderefactoring.testing.xunit\\1.1.2\\microsoft.codeanalysis.csharp.coderefactoring.testing.xunit.1.1.2.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\microsoft.codeanalysis.csharp.workspaces\\4.12.0\\microsoft.codeanalysis.csharp.workspaces.4.12.0.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\microsoft.codeanalysis.testing.verifiers.xunit\\1.1.2\\microsoft.codeanalysis.testing.verifiers.xunit.1.1.2.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\microsoft.codeanalysis.visualbasic\\1.0.1\\microsoft.codeanalysis.visualbasic.1.0.1.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\microsoft.codeanalysis.visualbasic.analyzer.testing\\1.1.2\\microsoft.codeanalysis.visualbasic.analyzer.testing.1.1.2.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\microsoft.codeanalysis.visualbasic.analyzer.testing.xunit\\1.1.2\\microsoft.codeanalysis.visualbasic.analyzer.testing.xunit.1.1.2.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\microsoft.codeanalysis.visualbasic.codefix.testing\\1.1.2\\microsoft.codeanalysis.visualbasic.codefix.testing.1.1.2.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\microsoft.codeanalysis.visualbasic.codefix.testing.xunit\\1.1.2\\microsoft.codeanalysis.visualbasic.codefix.testing.xunit.1.1.2.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\microsoft.codeanalysis.visualbasic.coderefactoring.testing\\1.1.2\\microsoft.codeanalysis.visualbasic.coderefactoring.testing.1.1.2.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\microsoft.codeanalysis.visualbasic.coderefactoring.testing.xunit\\1.1.2\\microsoft.codeanalysis.visualbasic.coderefactoring.testing.xunit.1.1.2.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\microsoft.codeanalysis.visualbasic.workspaces\\1.0.1\\microsoft.codeanalysis.visualbasic.workspaces.1.0.1.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\microsoft.codeanalysis.workspaces.common\\4.12.0\\microsoft.codeanalysis.workspaces.common.4.12.0.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\microsoft.codecoverage\\18.5.1\\microsoft.codecoverage.18.5.1.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\microsoft.net.test.sdk\\18.5.1\\microsoft.net.test.sdk.18.5.1.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\microsoft.sourcelink.common\\10.0.203\\microsoft.sourcelink.common.10.0.203.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\microsoft.sourcelink.github\\10.0.203\\microsoft.sourcelink.github.10.0.203.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\microsoft.testplatform.objectmodel\\18.5.1\\microsoft.testplatform.objectmodel.18.5.1.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\microsoft.testplatform.testhost\\18.5.1\\microsoft.testplatform.testhost.18.5.1.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\microsoft.visualstudio.composition\\16.1.8\\microsoft.visualstudio.composition.16.1.8.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\microsoft.visualstudio.composition.netfxattributes\\16.1.8\\microsoft.visualstudio.composition.netfxattributes.16.1.8.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\microsoft.visualstudio.validation\\15.0.82\\microsoft.visualstudio.validation.15.0.82.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\nerdbank.gitversioning\\3.9.50\\nerdbank.gitversioning.3.9.50.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\newtonsoft.json\\13.0.3\\newtonsoft.json.13.0.3.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\nuget.common\\6.3.4\\nuget.common.6.3.4.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\nuget.configuration\\6.3.4\\nuget.configuration.6.3.4.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\nuget.frameworks\\6.3.4\\nuget.frameworks.6.3.4.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\nuget.packaging\\6.3.4\\nuget.packaging.6.3.4.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\nuget.protocol\\6.3.4\\nuget.protocol.6.3.4.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\nuget.resolver\\6.3.4\\nuget.resolver.6.3.4.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\nuget.versioning\\6.3.4\\nuget.versioning.6.3.4.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\system.componentmodel.composition\\4.5.0\\system.componentmodel.composition.4.5.0.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\system.composition\\8.0.0\\system.composition.8.0.0.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\system.composition.attributedmodel\\8.0.0\\system.composition.attributedmodel.8.0.0.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\system.composition.convention\\8.0.0\\system.composition.convention.8.0.0.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\system.composition.hosting\\8.0.0\\system.composition.hosting.8.0.0.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\system.composition.runtime\\8.0.0\\system.composition.runtime.8.0.0.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\system.composition.typedparts\\8.0.0\\system.composition.typedparts.8.0.0.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\system.io.hashing\\10.0.7\\system.io.hashing.10.0.7.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\system.io.pipelines\\8.0.0\\system.io.pipelines.8.0.0.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\system.security.cryptography.cng\\5.0.0\\system.security.cryptography.cng.5.0.0.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\system.security.cryptography.pkcs\\5.0.0\\system.security.cryptography.pkcs.5.0.0.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\system.security.cryptography.protecteddata\\4.4.0\\system.security.cryptography.protecteddata.4.4.0.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\system.security.permissions\\4.5.0\\system.security.permissions.4.5.0.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\xunit\\2.9.3\\xunit.2.9.3.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\xunit.abstractions\\2.0.3\\xunit.abstractions.2.0.3.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\xunit.analyzers\\1.18.0\\xunit.analyzers.1.18.0.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\xunit.assert\\2.9.3\\xunit.assert.2.9.3.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\xunit.core\\2.9.3\\xunit.core.2.9.3.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\xunit.extensibility.core\\2.9.3\\xunit.extensibility.core.2.9.3.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\xunit.extensibility.execution\\2.9.3\\xunit.extensibility.execution.2.9.3.nupkg.sha512", - "C:\\Users\\jd\\.nuget\\packages\\xunit.runner.visualstudio\\3.1.5\\xunit.runner.visualstudio.3.1.5.nupkg.sha512" - ], - "logs": [ - { - "code": "NU1701", - "level": "Warning", - "message": "Package 'Microsoft.CodeAnalysis.VisualBasic 1.0.1' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8, .NETFramework,Version=v4.8.1' instead of the project target framework 'net10.0'. This package may not be fully compatible with your project.", - "projectPath": "C:\\git\\InShimInator\\tests\\Inshiminator.Analyzers.Tests\\Inshiminator.Analyzers.Tests.csproj", - "warningLevel": 1, - "filePath": "C:\\git\\InShimInator\\tests\\Inshiminator.Analyzers.Tests\\Inshiminator.Analyzers.Tests.csproj", - "libraryId": "Microsoft.CodeAnalysis.VisualBasic", - "targetGraphs": [ - "net10.0" - ] - }, - { - "code": "NU1701", - "level": "Warning", - "message": "Package 'Microsoft.CodeAnalysis.VisualBasic.Workspaces 1.0.1' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8, .NETFramework,Version=v4.8.1' instead of the project target framework 'net10.0'. This package may not be fully compatible with your project.", - "projectPath": "C:\\git\\InShimInator\\tests\\Inshiminator.Analyzers.Tests\\Inshiminator.Analyzers.Tests.csproj", - "warningLevel": 1, - "filePath": "C:\\git\\InShimInator\\tests\\Inshiminator.Analyzers.Tests\\Inshiminator.Analyzers.Tests.csproj", - "libraryId": "Microsoft.CodeAnalysis.VisualBasic.Workspaces", - "targetGraphs": [ - "net10.0" - ] - } - ] -} \ No newline at end of file