mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
C#: Remove version constraints on most dependencies.
This means that `dotnet paket update` will pull in the latest matching versions of all dependencies, except the pinned roslyn versions. GitInfo also remains pinned, as we're removing that dependency when converting the build to bazel anyways. This removes a whole bunch of transitive dependencies we no longer need, resulting in a smaller distribution, and hopefully a smaller build.
This commit is contained in:
@@ -4,17 +4,17 @@ source https://api.nuget.org/v3/index.json
|
||||
# behave like nuget in choosing transitive dependency versions
|
||||
strategy: min
|
||||
|
||||
nuget Mono.Posix.NETStandard 1.0.0
|
||||
nuget Newtonsoft.Json 13.0.3
|
||||
nuget xunit 2.6.2
|
||||
nuget xunit.runner.visualstudio 2.5.4
|
||||
nuget Microsoft.NET.Test.Sdk 17.8.0
|
||||
nuget Mono.Posix.NETStandard
|
||||
nuget Newtonsoft.Json
|
||||
nuget xunit
|
||||
nuget xunit.runner.visualstudio
|
||||
nuget Microsoft.NET.Test.Sdk
|
||||
nuget Microsoft.CodeAnalysis.CSharp 4.8.0
|
||||
nuget Microsoft.CodeAnalysis 4.8.0
|
||||
nuget Microsoft.Build 17.8.3
|
||||
nuget Microsoft.Win32.Primitives 4.3.0
|
||||
nuget System.Net.Primitives 4.3.1
|
||||
nuget System.Security.Principal 4.3.0
|
||||
nuget System.Threading.ThreadPool 4.3.0
|
||||
nuget System.IO.FileSystem 4.3.0
|
||||
nuget Microsoft.Win32.Primitives
|
||||
nuget System.Net.Primitives
|
||||
nuget System.Security.Principal
|
||||
nuget System.Threading.ThreadPool
|
||||
nuget System.IO.FileSystem
|
||||
nuget GitInfo 3.3.3
|
||||
|
||||
483
csharp/paket.lock
generated
483
csharp/paket.lock
generated
@@ -46,19 +46,18 @@ NUGET
|
||||
System.Composition (>= 7.0)
|
||||
System.IO.Pipelines (>= 7.0)
|
||||
System.Threading.Channels (>= 7.0)
|
||||
Microsoft.CodeCoverage (17.8)
|
||||
Microsoft.CodeCoverage (17.9)
|
||||
Microsoft.CSharp (4.7)
|
||||
Microsoft.NET.StringTools (17.8.3)
|
||||
Microsoft.NET.Test.Sdk (17.8)
|
||||
Microsoft.CodeCoverage (>= 17.8)
|
||||
Microsoft.TestPlatform.TestHost (>= 17.8)
|
||||
Microsoft.NET.Test.Sdk (17.9)
|
||||
Microsoft.CodeCoverage (>= 17.9)
|
||||
Microsoft.TestPlatform.TestHost (>= 17.9)
|
||||
Microsoft.NETCore.Platforms (1.1.1)
|
||||
Microsoft.NETCore.Targets (1.1.3)
|
||||
Microsoft.TestPlatform.ObjectModel (17.8)
|
||||
NuGet.Frameworks (>= 6.5)
|
||||
Microsoft.TestPlatform.ObjectModel (17.9)
|
||||
System.Reflection.Metadata (>= 1.6)
|
||||
Microsoft.TestPlatform.TestHost (17.8)
|
||||
Microsoft.TestPlatform.ObjectModel (>= 17.8)
|
||||
Microsoft.TestPlatform.TestHost (17.9)
|
||||
Microsoft.TestPlatform.ObjectModel (>= 17.9)
|
||||
Newtonsoft.Json (>= 13.0.1)
|
||||
Microsoft.Win32.Primitives (4.3)
|
||||
Microsoft.NETCore.Platforms (>= 1.1)
|
||||
@@ -66,109 +65,7 @@ NUGET
|
||||
System.Runtime (>= 4.3)
|
||||
Microsoft.Win32.SystemEvents (7.0)
|
||||
Mono.Posix.NETStandard (1.0)
|
||||
NETStandard.Library (1.6.1)
|
||||
Microsoft.NETCore.Platforms (>= 1.1)
|
||||
Microsoft.Win32.Primitives (>= 4.3)
|
||||
System.AppContext (>= 4.3)
|
||||
System.Collections (>= 4.3)
|
||||
System.Collections.Concurrent (>= 4.3)
|
||||
System.Console (>= 4.3)
|
||||
System.Diagnostics.Debug (>= 4.3)
|
||||
System.Diagnostics.Tools (>= 4.3)
|
||||
System.Diagnostics.Tracing (>= 4.3)
|
||||
System.Globalization (>= 4.3)
|
||||
System.Globalization.Calendars (>= 4.3)
|
||||
System.IO (>= 4.3)
|
||||
System.IO.Compression (>= 4.3)
|
||||
System.IO.Compression.ZipFile (>= 4.3)
|
||||
System.IO.FileSystem (>= 4.3)
|
||||
System.IO.FileSystem.Primitives (>= 4.3)
|
||||
System.Linq (>= 4.3)
|
||||
System.Linq.Expressions (>= 4.3)
|
||||
System.Net.Http (>= 4.3)
|
||||
System.Net.Primitives (>= 4.3)
|
||||
System.Net.Sockets (>= 4.3)
|
||||
System.ObjectModel (>= 4.3)
|
||||
System.Reflection (>= 4.3)
|
||||
System.Reflection.Extensions (>= 4.3)
|
||||
System.Reflection.Primitives (>= 4.3)
|
||||
System.Resources.ResourceManager (>= 4.3)
|
||||
System.Runtime (>= 4.3)
|
||||
System.Runtime.Extensions (>= 4.3)
|
||||
System.Runtime.Handles (>= 4.3)
|
||||
System.Runtime.InteropServices (>= 4.3)
|
||||
System.Runtime.InteropServices.RuntimeInformation (>= 4.3)
|
||||
System.Runtime.Numerics (>= 4.3)
|
||||
System.Security.Cryptography.Algorithms (>= 4.3)
|
||||
System.Security.Cryptography.Encoding (>= 4.3)
|
||||
System.Security.Cryptography.Primitives (>= 4.3)
|
||||
System.Security.Cryptography.X509Certificates (>= 4.3)
|
||||
System.Text.Encoding (>= 4.3)
|
||||
System.Text.Encoding.Extensions (>= 4.3)
|
||||
System.Text.RegularExpressions (>= 4.3)
|
||||
System.Threading (>= 4.3)
|
||||
System.Threading.Tasks (>= 4.3)
|
||||
System.Threading.Timer (>= 4.3)
|
||||
System.Xml.ReaderWriter (>= 4.3)
|
||||
System.Xml.XDocument (>= 4.3)
|
||||
Newtonsoft.Json (13.0.3)
|
||||
NuGet.Frameworks (6.5)
|
||||
runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3)
|
||||
runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3)
|
||||
runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3)
|
||||
runtime.native.System (4.3)
|
||||
Microsoft.NETCore.Platforms (>= 1.1)
|
||||
Microsoft.NETCore.Targets (>= 1.1)
|
||||
runtime.native.System.IO.Compression (4.3)
|
||||
Microsoft.NETCore.Platforms (>= 1.1)
|
||||
Microsoft.NETCore.Targets (>= 1.1)
|
||||
runtime.native.System.Net.Http (4.3)
|
||||
Microsoft.NETCore.Platforms (>= 1.1)
|
||||
Microsoft.NETCore.Targets (>= 1.1)
|
||||
runtime.native.System.Security.Cryptography.Apple (4.3)
|
||||
runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple (>= 4.3)
|
||||
runtime.native.System.Security.Cryptography.OpenSsl (4.3)
|
||||
runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3)
|
||||
runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3)
|
||||
runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3)
|
||||
runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3)
|
||||
runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3)
|
||||
runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3)
|
||||
runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3)
|
||||
runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3)
|
||||
runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3)
|
||||
runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3)
|
||||
runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3)
|
||||
runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3)
|
||||
runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple (4.3)
|
||||
runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3)
|
||||
runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3)
|
||||
runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3)
|
||||
runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3)
|
||||
runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3)
|
||||
System.AppContext (4.3)
|
||||
System.Runtime (>= 4.3)
|
||||
System.Buffers (4.3)
|
||||
System.Diagnostics.Debug (>= 4.3)
|
||||
System.Diagnostics.Tracing (>= 4.3)
|
||||
System.Resources.ResourceManager (>= 4.3)
|
||||
System.Runtime (>= 4.3)
|
||||
System.Threading (>= 4.3)
|
||||
System.Collections (4.3)
|
||||
Microsoft.NETCore.Platforms (>= 1.1)
|
||||
Microsoft.NETCore.Targets (>= 1.1)
|
||||
System.Runtime (>= 4.3)
|
||||
System.Collections.Concurrent (4.3)
|
||||
System.Collections (>= 4.3)
|
||||
System.Diagnostics.Debug (>= 4.3)
|
||||
System.Diagnostics.Tracing (>= 4.3)
|
||||
System.Globalization (>= 4.3)
|
||||
System.Reflection (>= 4.3)
|
||||
System.Resources.ResourceManager (>= 4.3)
|
||||
System.Runtime (>= 4.3)
|
||||
System.Runtime.Extensions (>= 4.3)
|
||||
System.Threading (>= 4.3)
|
||||
System.Threading.Tasks (>= 4.3)
|
||||
System.Collections.Immutable (7.0)
|
||||
System.Composition (7.0)
|
||||
System.Composition.AttributedModel (>= 7.0)
|
||||
@@ -190,81 +87,15 @@ NUGET
|
||||
System.Diagnostics.EventLog (>= 7.0)
|
||||
System.Security.Cryptography.ProtectedData (>= 7.0)
|
||||
System.Security.Permissions (>= 7.0)
|
||||
System.Console (4.3)
|
||||
Microsoft.NETCore.Platforms (>= 1.1)
|
||||
Microsoft.NETCore.Targets (>= 1.1)
|
||||
System.IO (>= 4.3)
|
||||
System.Runtime (>= 4.3)
|
||||
System.Text.Encoding (>= 4.3)
|
||||
System.Diagnostics.Debug (4.3)
|
||||
Microsoft.NETCore.Platforms (>= 1.1)
|
||||
Microsoft.NETCore.Targets (>= 1.1)
|
||||
System.Runtime (>= 4.3)
|
||||
System.Diagnostics.DiagnosticSource (4.3)
|
||||
System.Collections (>= 4.3)
|
||||
System.Diagnostics.Tracing (>= 4.3)
|
||||
System.Reflection (>= 4.3)
|
||||
System.Runtime (>= 4.3)
|
||||
System.Threading (>= 4.3)
|
||||
System.Diagnostics.EventLog (7.0)
|
||||
System.Diagnostics.Tools (4.3)
|
||||
Microsoft.NETCore.Platforms (>= 1.1)
|
||||
Microsoft.NETCore.Targets (>= 1.1)
|
||||
System.Runtime (>= 4.3)
|
||||
System.Diagnostics.Tracing (4.3)
|
||||
Microsoft.NETCore.Platforms (>= 1.1)
|
||||
Microsoft.NETCore.Targets (>= 1.1)
|
||||
System.Runtime (>= 4.3)
|
||||
System.Drawing.Common (7.0)
|
||||
Microsoft.Win32.SystemEvents (>= 7.0)
|
||||
System.Globalization (4.3)
|
||||
Microsoft.NETCore.Platforms (>= 1.1)
|
||||
Microsoft.NETCore.Targets (>= 1.1)
|
||||
System.Runtime (>= 4.3)
|
||||
System.Globalization.Calendars (4.3)
|
||||
Microsoft.NETCore.Platforms (>= 1.1)
|
||||
Microsoft.NETCore.Targets (>= 1.1)
|
||||
System.Globalization (>= 4.3)
|
||||
System.Runtime (>= 4.3)
|
||||
System.Globalization.Extensions (4.3)
|
||||
Microsoft.NETCore.Platforms (>= 1.1)
|
||||
System.Globalization (>= 4.3)
|
||||
System.Resources.ResourceManager (>= 4.3)
|
||||
System.Runtime (>= 4.3)
|
||||
System.Runtime.Extensions (>= 4.3)
|
||||
System.Runtime.InteropServices (>= 4.3)
|
||||
System.IO (4.3)
|
||||
Microsoft.NETCore.Platforms (>= 1.1)
|
||||
Microsoft.NETCore.Targets (>= 1.1)
|
||||
System.Runtime (>= 4.3)
|
||||
System.Text.Encoding (>= 4.3)
|
||||
System.Threading.Tasks (>= 4.3)
|
||||
System.IO.Compression (4.3)
|
||||
Microsoft.NETCore.Platforms (>= 1.1)
|
||||
runtime.native.System (>= 4.3)
|
||||
runtime.native.System.IO.Compression (>= 4.3)
|
||||
System.Buffers (>= 4.3)
|
||||
System.Collections (>= 4.3)
|
||||
System.Diagnostics.Debug (>= 4.3)
|
||||
System.IO (>= 4.3)
|
||||
System.Resources.ResourceManager (>= 4.3)
|
||||
System.Runtime (>= 4.3)
|
||||
System.Runtime.Extensions (>= 4.3)
|
||||
System.Runtime.Handles (>= 4.3)
|
||||
System.Runtime.InteropServices (>= 4.3)
|
||||
System.Text.Encoding (>= 4.3)
|
||||
System.Threading (>= 4.3)
|
||||
System.Threading.Tasks (>= 4.3)
|
||||
System.IO.Compression.ZipFile (4.3)
|
||||
System.Buffers (>= 4.3)
|
||||
System.IO (>= 4.3)
|
||||
System.IO.Compression (>= 4.3)
|
||||
System.IO.FileSystem (>= 4.3)
|
||||
System.IO.FileSystem.Primitives (>= 4.3)
|
||||
System.Resources.ResourceManager (>= 4.3)
|
||||
System.Runtime (>= 4.3)
|
||||
System.Runtime.Extensions (>= 4.3)
|
||||
System.Text.Encoding (>= 4.3)
|
||||
System.IO.FileSystem (4.3)
|
||||
Microsoft.NETCore.Platforms (>= 1.1)
|
||||
Microsoft.NETCore.Targets (>= 1.1)
|
||||
@@ -277,254 +108,25 @@ NUGET
|
||||
System.IO.FileSystem.Primitives (4.3)
|
||||
System.Runtime (>= 4.3)
|
||||
System.IO.Pipelines (7.0)
|
||||
System.Linq (4.3)
|
||||
System.Collections (>= 4.3)
|
||||
System.Diagnostics.Debug (>= 4.3)
|
||||
System.Resources.ResourceManager (>= 4.3)
|
||||
System.Runtime (>= 4.3)
|
||||
System.Runtime.Extensions (>= 4.3)
|
||||
System.Linq.Expressions (4.3)
|
||||
System.Collections (>= 4.3)
|
||||
System.Diagnostics.Debug (>= 4.3)
|
||||
System.Globalization (>= 4.3)
|
||||
System.IO (>= 4.3)
|
||||
System.Linq (>= 4.3)
|
||||
System.ObjectModel (>= 4.3)
|
||||
System.Reflection (>= 4.3)
|
||||
System.Reflection.Emit (>= 4.3)
|
||||
System.Reflection.Emit.ILGeneration (>= 4.3)
|
||||
System.Reflection.Emit.Lightweight (>= 4.3)
|
||||
System.Reflection.Extensions (>= 4.3)
|
||||
System.Reflection.Primitives (>= 4.3)
|
||||
System.Reflection.TypeExtensions (>= 4.3)
|
||||
System.Resources.ResourceManager (>= 4.3)
|
||||
System.Runtime (>= 4.3)
|
||||
System.Runtime.Extensions (>= 4.3)
|
||||
System.Threading (>= 4.3)
|
||||
System.Net.Http (4.3)
|
||||
Microsoft.NETCore.Platforms (>= 1.1)
|
||||
runtime.native.System (>= 4.3)
|
||||
runtime.native.System.Net.Http (>= 4.3)
|
||||
runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3)
|
||||
System.Collections (>= 4.3)
|
||||
System.Diagnostics.Debug (>= 4.3)
|
||||
System.Diagnostics.DiagnosticSource (>= 4.3)
|
||||
System.Diagnostics.Tracing (>= 4.3)
|
||||
System.Globalization (>= 4.3)
|
||||
System.Globalization.Extensions (>= 4.3)
|
||||
System.IO (>= 4.3)
|
||||
System.IO.FileSystem (>= 4.3)
|
||||
System.Net.Primitives (>= 4.3)
|
||||
System.Resources.ResourceManager (>= 4.3)
|
||||
System.Runtime (>= 4.3)
|
||||
System.Runtime.Extensions (>= 4.3)
|
||||
System.Runtime.Handles (>= 4.3)
|
||||
System.Runtime.InteropServices (>= 4.3)
|
||||
System.Security.Cryptography.Algorithms (>= 4.3)
|
||||
System.Security.Cryptography.Encoding (>= 4.3)
|
||||
System.Security.Cryptography.OpenSsl (>= 4.3)
|
||||
System.Security.Cryptography.Primitives (>= 4.3)
|
||||
System.Security.Cryptography.X509Certificates (>= 4.3)
|
||||
System.Text.Encoding (>= 4.3)
|
||||
System.Threading (>= 4.3)
|
||||
System.Threading.Tasks (>= 4.3)
|
||||
System.Net.Primitives (4.3.1)
|
||||
Microsoft.NETCore.Platforms (>= 1.1.1)
|
||||
Microsoft.NETCore.Targets (>= 1.1.3)
|
||||
System.Runtime (>= 4.3.1)
|
||||
System.Runtime.Handles (>= 4.3)
|
||||
System.Net.Sockets (4.3)
|
||||
Microsoft.NETCore.Platforms (>= 1.1)
|
||||
Microsoft.NETCore.Targets (>= 1.1)
|
||||
System.IO (>= 4.3)
|
||||
System.Net.Primitives (>= 4.3)
|
||||
System.Runtime (>= 4.3)
|
||||
System.Threading.Tasks (>= 4.3)
|
||||
System.ObjectModel (4.3)
|
||||
System.Collections (>= 4.3)
|
||||
System.Diagnostics.Debug (>= 4.3)
|
||||
System.Resources.ResourceManager (>= 4.3)
|
||||
System.Runtime (>= 4.3)
|
||||
System.Threading (>= 4.3)
|
||||
System.Reflection (4.3)
|
||||
Microsoft.NETCore.Platforms (>= 1.1)
|
||||
Microsoft.NETCore.Targets (>= 1.1)
|
||||
System.IO (>= 4.3)
|
||||
System.Reflection.Primitives (>= 4.3)
|
||||
System.Runtime (>= 4.3)
|
||||
System.Reflection.Emit (4.3)
|
||||
System.IO (>= 4.3)
|
||||
System.Reflection (>= 4.3)
|
||||
System.Reflection.Emit.ILGeneration (>= 4.3)
|
||||
System.Reflection.Primitives (>= 4.3)
|
||||
System.Runtime (>= 4.3)
|
||||
System.Reflection.Emit.ILGeneration (4.3)
|
||||
System.Reflection (>= 4.3)
|
||||
System.Reflection.Primitives (>= 4.3)
|
||||
System.Runtime (>= 4.3)
|
||||
System.Reflection.Emit.Lightweight (4.3)
|
||||
System.Reflection (>= 4.3)
|
||||
System.Reflection.Emit.ILGeneration (>= 4.3)
|
||||
System.Reflection.Primitives (>= 4.3)
|
||||
System.Runtime (>= 4.3)
|
||||
System.Reflection.Extensions (4.3)
|
||||
Microsoft.NETCore.Platforms (>= 1.1)
|
||||
Microsoft.NETCore.Targets (>= 1.1)
|
||||
System.Reflection (>= 4.3)
|
||||
System.Runtime (>= 4.3)
|
||||
System.Reflection.Metadata (7.0)
|
||||
System.Collections.Immutable (>= 7.0)
|
||||
System.Reflection.MetadataLoadContext (7.0)
|
||||
System.Collections.Immutable (>= 7.0)
|
||||
System.Reflection.Metadata (>= 7.0)
|
||||
System.Reflection.Primitives (4.3)
|
||||
Microsoft.NETCore.Platforms (>= 1.1)
|
||||
Microsoft.NETCore.Targets (>= 1.1)
|
||||
System.Runtime (>= 4.3)
|
||||
System.Reflection.TypeExtensions (4.3)
|
||||
System.Reflection (>= 4.3)
|
||||
System.Runtime (>= 4.3)
|
||||
System.Resources.ResourceManager (4.3)
|
||||
Microsoft.NETCore.Platforms (>= 1.1)
|
||||
Microsoft.NETCore.Targets (>= 1.1)
|
||||
System.Globalization (>= 4.3)
|
||||
System.Reflection (>= 4.3)
|
||||
System.Runtime (>= 4.3)
|
||||
System.Runtime (4.3.1)
|
||||
Microsoft.NETCore.Platforms (>= 1.1.1)
|
||||
Microsoft.NETCore.Targets (>= 1.1.3)
|
||||
System.Runtime.CompilerServices.Unsafe (6.0)
|
||||
System.Runtime.Extensions (4.3)
|
||||
Microsoft.NETCore.Platforms (>= 1.1)
|
||||
Microsoft.NETCore.Targets (>= 1.1)
|
||||
System.Runtime (>= 4.3)
|
||||
System.Runtime.Handles (4.3)
|
||||
Microsoft.NETCore.Platforms (>= 1.1)
|
||||
Microsoft.NETCore.Targets (>= 1.1)
|
||||
System.Runtime (>= 4.3)
|
||||
System.Runtime.InteropServices (4.3)
|
||||
Microsoft.NETCore.Platforms (>= 1.1)
|
||||
Microsoft.NETCore.Targets (>= 1.1)
|
||||
System.Reflection (>= 4.3)
|
||||
System.Reflection.Primitives (>= 4.3)
|
||||
System.Runtime (>= 4.3)
|
||||
System.Runtime.Handles (>= 4.3)
|
||||
System.Runtime.InteropServices.RuntimeInformation (4.3)
|
||||
runtime.native.System (>= 4.3)
|
||||
System.Reflection (>= 4.3)
|
||||
System.Reflection.Extensions (>= 4.3)
|
||||
System.Resources.ResourceManager (>= 4.3)
|
||||
System.Runtime (>= 4.3)
|
||||
System.Runtime.InteropServices (>= 4.3)
|
||||
System.Threading (>= 4.3)
|
||||
System.Runtime.Numerics (4.3)
|
||||
System.Globalization (>= 4.3)
|
||||
System.Resources.ResourceManager (>= 4.3)
|
||||
System.Runtime (>= 4.3)
|
||||
System.Runtime.Extensions (>= 4.3)
|
||||
System.Security.Cryptography.Algorithms (4.3)
|
||||
Microsoft.NETCore.Platforms (>= 1.1)
|
||||
runtime.native.System.Security.Cryptography.Apple (>= 4.3)
|
||||
runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3)
|
||||
System.Collections (>= 4.3)
|
||||
System.IO (>= 4.3)
|
||||
System.Resources.ResourceManager (>= 4.3)
|
||||
System.Runtime (>= 4.3)
|
||||
System.Runtime.Extensions (>= 4.3)
|
||||
System.Runtime.Handles (>= 4.3)
|
||||
System.Runtime.InteropServices (>= 4.3)
|
||||
System.Runtime.Numerics (>= 4.3)
|
||||
System.Security.Cryptography.Encoding (>= 4.3)
|
||||
System.Security.Cryptography.Primitives (>= 4.3)
|
||||
System.Text.Encoding (>= 4.3)
|
||||
System.Security.Cryptography.Cng (4.3)
|
||||
Microsoft.NETCore.Platforms (>= 1.1)
|
||||
System.IO (>= 4.3)
|
||||
System.Resources.ResourceManager (>= 4.3)
|
||||
System.Runtime (>= 4.3)
|
||||
System.Runtime.Extensions (>= 4.3)
|
||||
System.Runtime.Handles (>= 4.3)
|
||||
System.Runtime.InteropServices (>= 4.3)
|
||||
System.Security.Cryptography.Algorithms (>= 4.3)
|
||||
System.Security.Cryptography.Encoding (>= 4.3)
|
||||
System.Security.Cryptography.Primitives (>= 4.3)
|
||||
System.Text.Encoding (>= 4.3)
|
||||
System.Security.Cryptography.Csp (4.3)
|
||||
Microsoft.NETCore.Platforms (>= 1.1)
|
||||
System.IO (>= 4.3)
|
||||
System.Reflection (>= 4.3)
|
||||
System.Resources.ResourceManager (>= 4.3)
|
||||
System.Runtime (>= 4.3)
|
||||
System.Runtime.Extensions (>= 4.3)
|
||||
System.Runtime.Handles (>= 4.3)
|
||||
System.Runtime.InteropServices (>= 4.3)
|
||||
System.Security.Cryptography.Algorithms (>= 4.3)
|
||||
System.Security.Cryptography.Encoding (>= 4.3)
|
||||
System.Security.Cryptography.Primitives (>= 4.3)
|
||||
System.Text.Encoding (>= 4.3)
|
||||
System.Threading (>= 4.3)
|
||||
System.Security.Cryptography.Encoding (4.3)
|
||||
Microsoft.NETCore.Platforms (>= 1.1)
|
||||
runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3)
|
||||
System.Collections (>= 4.3)
|
||||
System.Collections.Concurrent (>= 4.3)
|
||||
System.Linq (>= 4.3)
|
||||
System.Resources.ResourceManager (>= 4.3)
|
||||
System.Runtime (>= 4.3)
|
||||
System.Runtime.Extensions (>= 4.3)
|
||||
System.Runtime.Handles (>= 4.3)
|
||||
System.Runtime.InteropServices (>= 4.3)
|
||||
System.Security.Cryptography.Primitives (>= 4.3)
|
||||
System.Text.Encoding (>= 4.3)
|
||||
System.Security.Cryptography.OpenSsl (4.3)
|
||||
runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3)
|
||||
System.Collections (>= 4.3)
|
||||
System.IO (>= 4.3)
|
||||
System.Resources.ResourceManager (>= 4.3)
|
||||
System.Runtime (>= 4.3)
|
||||
System.Runtime.Extensions (>= 4.3)
|
||||
System.Runtime.Handles (>= 4.3)
|
||||
System.Runtime.InteropServices (>= 4.3)
|
||||
System.Runtime.Numerics (>= 4.3)
|
||||
System.Security.Cryptography.Algorithms (>= 4.3)
|
||||
System.Security.Cryptography.Encoding (>= 4.3)
|
||||
System.Security.Cryptography.Primitives (>= 4.3)
|
||||
System.Text.Encoding (>= 4.3)
|
||||
System.Security.Cryptography.Primitives (4.3)
|
||||
System.Diagnostics.Debug (>= 4.3)
|
||||
System.Globalization (>= 4.3)
|
||||
System.IO (>= 4.3)
|
||||
System.Resources.ResourceManager (>= 4.3)
|
||||
System.Runtime (>= 4.3)
|
||||
System.Threading (>= 4.3)
|
||||
System.Threading.Tasks (>= 4.3)
|
||||
System.Security.Cryptography.ProtectedData (7.0)
|
||||
System.Security.Cryptography.X509Certificates (4.3)
|
||||
Microsoft.NETCore.Platforms (>= 1.1)
|
||||
runtime.native.System (>= 4.3)
|
||||
runtime.native.System.Net.Http (>= 4.3)
|
||||
runtime.native.System.Security.Cryptography.OpenSsl (>= 4.3)
|
||||
System.Collections (>= 4.3)
|
||||
System.Diagnostics.Debug (>= 4.3)
|
||||
System.Globalization (>= 4.3)
|
||||
System.Globalization.Calendars (>= 4.3)
|
||||
System.IO (>= 4.3)
|
||||
System.IO.FileSystem (>= 4.3)
|
||||
System.IO.FileSystem.Primitives (>= 4.3)
|
||||
System.Resources.ResourceManager (>= 4.3)
|
||||
System.Runtime (>= 4.3)
|
||||
System.Runtime.Extensions (>= 4.3)
|
||||
System.Runtime.Handles (>= 4.3)
|
||||
System.Runtime.InteropServices (>= 4.3)
|
||||
System.Runtime.Numerics (>= 4.3)
|
||||
System.Security.Cryptography.Algorithms (>= 4.3)
|
||||
System.Security.Cryptography.Cng (>= 4.3)
|
||||
System.Security.Cryptography.Csp (>= 4.3)
|
||||
System.Security.Cryptography.Encoding (>= 4.3)
|
||||
System.Security.Cryptography.OpenSsl (>= 4.3)
|
||||
System.Security.Cryptography.Primitives (>= 4.3)
|
||||
System.Text.Encoding (>= 4.3)
|
||||
System.Threading (>= 4.3)
|
||||
System.Security.Permissions (7.0)
|
||||
System.Windows.Extensions (>= 7.0)
|
||||
System.Security.Principal (4.3)
|
||||
@@ -534,16 +136,6 @@ NUGET
|
||||
Microsoft.NETCore.Platforms (>= 1.1)
|
||||
Microsoft.NETCore.Targets (>= 1.1)
|
||||
System.Runtime (>= 4.3)
|
||||
System.Text.Encoding.Extensions (4.3)
|
||||
Microsoft.NETCore.Platforms (>= 1.1)
|
||||
Microsoft.NETCore.Targets (>= 1.1)
|
||||
System.Runtime (>= 4.3)
|
||||
System.Text.Encoding (>= 4.3)
|
||||
System.Text.RegularExpressions (4.3)
|
||||
System.Runtime (>= 4.3)
|
||||
System.Threading (4.3)
|
||||
System.Runtime (>= 4.3)
|
||||
System.Threading.Tasks (>= 4.3)
|
||||
System.Threading.Channels (7.0)
|
||||
System.Threading.Tasks (4.3)
|
||||
Microsoft.NETCore.Platforms (>= 1.1)
|
||||
@@ -554,58 +146,23 @@ NUGET
|
||||
System.Threading.ThreadPool (4.3)
|
||||
System.Runtime (>= 4.3)
|
||||
System.Runtime.Handles (>= 4.3)
|
||||
System.Threading.Timer (4.3)
|
||||
Microsoft.NETCore.Platforms (>= 1.1)
|
||||
Microsoft.NETCore.Targets (>= 1.1)
|
||||
System.Runtime (>= 4.3)
|
||||
System.Windows.Extensions (7.0)
|
||||
System.Drawing.Common (>= 7.0)
|
||||
System.Xml.ReaderWriter (4.3)
|
||||
System.Collections (>= 4.3)
|
||||
System.Diagnostics.Debug (>= 4.3)
|
||||
System.Globalization (>= 4.3)
|
||||
System.IO (>= 4.3)
|
||||
System.IO.FileSystem (>= 4.3)
|
||||
System.IO.FileSystem.Primitives (>= 4.3)
|
||||
System.Resources.ResourceManager (>= 4.3)
|
||||
System.Runtime (>= 4.3)
|
||||
System.Runtime.Extensions (>= 4.3)
|
||||
System.Runtime.InteropServices (>= 4.3)
|
||||
System.Text.Encoding (>= 4.3)
|
||||
System.Text.Encoding.Extensions (>= 4.3)
|
||||
System.Text.RegularExpressions (>= 4.3)
|
||||
System.Threading.Tasks (>= 4.3)
|
||||
System.Threading.Tasks.Extensions (>= 4.3)
|
||||
System.Xml.XDocument (4.3)
|
||||
System.Collections (>= 4.3)
|
||||
System.Diagnostics.Debug (>= 4.3)
|
||||
System.Diagnostics.Tools (>= 4.3)
|
||||
System.Globalization (>= 4.3)
|
||||
System.IO (>= 4.3)
|
||||
System.Reflection (>= 4.3)
|
||||
System.Resources.ResourceManager (>= 4.3)
|
||||
System.Runtime (>= 4.3)
|
||||
System.Runtime.Extensions (>= 4.3)
|
||||
System.Text.Encoding (>= 4.3)
|
||||
System.Threading (>= 4.3)
|
||||
System.Xml.ReaderWriter (>= 4.3)
|
||||
ThisAssembly.Constants (1.4.1)
|
||||
Microsoft.CSharp (>= 4.7)
|
||||
System.Threading.Tasks.Extensions (>= 4.5.4)
|
||||
xunit (2.6.2)
|
||||
xunit.analyzers (>= 1.6)
|
||||
xunit.assert (>= 2.6.2)
|
||||
xunit.core (2.6.2)
|
||||
xunit (2.8)
|
||||
xunit.analyzers (>= 1.13)
|
||||
xunit.assert (>= 2.8)
|
||||
xunit.core (2.8)
|
||||
xunit.abstractions (2.0.3)
|
||||
xunit.analyzers (1.6)
|
||||
xunit.assert (2.6.2)
|
||||
xunit.core (2.6.2)
|
||||
xunit.extensibility.core (2.6.2)
|
||||
xunit.extensibility.execution (2.6.2)
|
||||
xunit.extensibility.core (2.6.2)
|
||||
NETStandard.Library (>= 1.6.1)
|
||||
xunit.analyzers (1.13)
|
||||
xunit.assert (2.8)
|
||||
xunit.core (2.8)
|
||||
xunit.extensibility.core (2.8)
|
||||
xunit.extensibility.execution (2.8)
|
||||
xunit.extensibility.core (2.8)
|
||||
xunit.abstractions (>= 2.0.3)
|
||||
xunit.extensibility.execution (2.6.2)
|
||||
NETStandard.Library (>= 1.6.1)
|
||||
xunit.extensibility.core (2.6.2)
|
||||
xunit.runner.visualstudio (2.5.4)
|
||||
xunit.extensibility.execution (2.8)
|
||||
xunit.extensibility.core (2.8)
|
||||
xunit.runner.visualstudio (2.8)
|
||||
|
||||
Reference in New Issue
Block a user