mirror of
https://github.com/github/codeql.git
synced 2026-04-28 10:15:14 +02:00
C#: Update Roslyn.
This commit is contained in:
@@ -4,7 +4,6 @@ source https://api.nuget.org/v3/index.json
|
||||
# behave like nuget in choosing transitive dependency versions
|
||||
strategy: min
|
||||
|
||||
nuget MessagePack >= 2.5.187
|
||||
nuget Basic.CompilerLog.Util
|
||||
nuget Mono.Posix.NETStandard
|
||||
nuget Newtonsoft.Json
|
||||
@@ -12,9 +11,9 @@ nuget xunit
|
||||
nuget xunit.runner.visualstudio
|
||||
nuget xunit.runner.utility
|
||||
nuget Microsoft.NET.Test.Sdk
|
||||
nuget Microsoft.CodeAnalysis.CSharp 4.9.2
|
||||
nuget Microsoft.CodeAnalysis 4.9.2
|
||||
nuget Microsoft.Build 17.8.3
|
||||
nuget Microsoft.CodeAnalysis.CSharp 4.12.0
|
||||
nuget Microsoft.CodeAnalysis 4.12.0
|
||||
nuget Microsoft.Build 17.12.6
|
||||
nuget Microsoft.Win32.Primitives
|
||||
nuget System.Net.Primitives
|
||||
nuget System.Security.Principal
|
||||
|
||||
156
csharp/paket.lock
generated
156
csharp/paket.lock
generated
@@ -3,64 +3,99 @@ STRATEGY: MIN
|
||||
RESTRICTION: == net9.0
|
||||
NUGET
|
||||
remote: https://api.nuget.org/v3/index.json
|
||||
Basic.CompilerLog.Util (0.7.9)
|
||||
MessagePack (>= 2.5.129)
|
||||
Microsoft.CodeAnalysis (>= 4.9.2)
|
||||
Microsoft.CodeAnalysis.CSharp (>= 4.9.2)
|
||||
Microsoft.CodeAnalysis.VisualBasic (>= 4.9.2)
|
||||
Microsoft.Extensions.ObjectPool (>= 7.0.13)
|
||||
MSBuild.StructuredLogger (>= 2.2.235)
|
||||
Basic.CompilerLog.Util (0.9.3)
|
||||
MessagePack (>= 2.5.187)
|
||||
Microsoft.CodeAnalysis (>= 4.11)
|
||||
Microsoft.CodeAnalysis.CSharp (>= 4.11)
|
||||
Microsoft.CodeAnalysis.VisualBasic (>= 4.11)
|
||||
Microsoft.Extensions.ObjectPool (>= 9.0)
|
||||
MSBuild.StructuredLogger (>= 2.2.243)
|
||||
System.Buffers (>= 4.6)
|
||||
Humanizer.Core (2.14.1)
|
||||
MessagePack (2.5.192)
|
||||
MessagePack.Annotations (>= 2.5.192)
|
||||
MessagePack (2.5.187)
|
||||
MessagePack.Annotations (>= 2.5.187)
|
||||
Microsoft.NET.StringTools (>= 17.6.3)
|
||||
MessagePack.Annotations (2.5.192)
|
||||
Microsoft.Build (17.8.3)
|
||||
Microsoft.Build.Framework (>= 17.8.3)
|
||||
Microsoft.NET.StringTools (>= 17.8.3)
|
||||
System.Collections.Immutable (>= 7.0)
|
||||
System.Configuration.ConfigurationManager (>= 7.0)
|
||||
System.Reflection.Metadata (>= 7.0)
|
||||
System.Reflection.MetadataLoadContext (>= 7.0)
|
||||
System.Security.Principal.Windows (>= 5.0)
|
||||
System.Threading.Tasks.Dataflow (>= 7.0)
|
||||
Microsoft.Build.Framework (17.8.3)
|
||||
MessagePack.Annotations (2.5.187)
|
||||
Microsoft.Bcl.AsyncInterfaces (8.0)
|
||||
Microsoft.Build (17.12.6)
|
||||
Microsoft.Build.Framework (>= 17.12.6)
|
||||
Microsoft.NET.StringTools (>= 17.12.6)
|
||||
System.Collections.Immutable (>= 8.0)
|
||||
System.Configuration.ConfigurationManager (>= 8.0)
|
||||
System.Reflection.Metadata (>= 8.0)
|
||||
System.Reflection.MetadataLoadContext (>= 8.0)
|
||||
Microsoft.Build.Framework (17.12.6)
|
||||
Microsoft.Build.Utilities.Core (17.5)
|
||||
Microsoft.Build.Framework (>= 17.5)
|
||||
Microsoft.NET.StringTools (>= 17.5)
|
||||
System.Collections.Immutable (>= 6.0)
|
||||
System.Configuration.ConfigurationManager (>= 6.0)
|
||||
Microsoft.CodeAnalysis (4.9.2)
|
||||
Microsoft.CodeAnalysis.CSharp.Workspaces (4.9.2)
|
||||
Microsoft.CodeAnalysis.VisualBasic.Workspaces (4.9.2)
|
||||
Microsoft.CodeAnalysis (4.12)
|
||||
Humanizer.Core (>= 2.14.1)
|
||||
Microsoft.Bcl.AsyncInterfaces (>= 8.0)
|
||||
Microsoft.CodeAnalysis.Analyzers (>= 3.3.4)
|
||||
Microsoft.CodeAnalysis.CSharp.Workspaces (4.12)
|
||||
Microsoft.CodeAnalysis.VisualBasic.Workspaces (4.12)
|
||||
System.Buffers (>= 4.5.1)
|
||||
System.Collections.Immutable (>= 8.0)
|
||||
System.Composition (>= 8.0)
|
||||
System.IO.Pipelines (>= 8.0)
|
||||
System.Memory (>= 4.5.5)
|
||||
System.Numerics.Vectors (>= 4.5)
|
||||
System.Reflection.Metadata (>= 8.0)
|
||||
System.Runtime.CompilerServices.Unsafe (>= 6.0)
|
||||
System.Text.Encoding.CodePages (>= 7.0)
|
||||
System.Threading.Channels (>= 7.0)
|
||||
System.Threading.Tasks.Extensions (>= 4.5.4)
|
||||
Microsoft.CodeAnalysis.Analyzers (3.3.4)
|
||||
Microsoft.CodeAnalysis.Common (4.9.2)
|
||||
Microsoft.CodeAnalysis.Common (4.12)
|
||||
Microsoft.CodeAnalysis.Analyzers (>= 3.3.4)
|
||||
System.Collections.Immutable (>= 8.0)
|
||||
System.Reflection.Metadata (>= 8.0)
|
||||
System.Runtime.CompilerServices.Unsafe (>= 6.0)
|
||||
Microsoft.CodeAnalysis.CSharp (4.9.2)
|
||||
Microsoft.CodeAnalysis.Common (4.9.2)
|
||||
Microsoft.CodeAnalysis.CSharp.Workspaces (4.9.2)
|
||||
Microsoft.CodeAnalysis.CSharp (4.12)
|
||||
Microsoft.CodeAnalysis.Analyzers (>= 3.3.4)
|
||||
Microsoft.CodeAnalysis.Common (4.12)
|
||||
System.Collections.Immutable (>= 8.0)
|
||||
System.Reflection.Metadata (>= 8.0)
|
||||
Microsoft.CodeAnalysis.CSharp.Workspaces (4.12)
|
||||
Humanizer.Core (>= 2.14.1)
|
||||
Microsoft.CodeAnalysis.Common (4.9.2)
|
||||
Microsoft.CodeAnalysis.CSharp (4.9.2)
|
||||
Microsoft.CodeAnalysis.Workspaces.Common (4.9.2)
|
||||
Microsoft.CodeAnalysis.VisualBasic (4.9.2)
|
||||
Microsoft.CodeAnalysis.Common (4.9.2)
|
||||
Microsoft.CodeAnalysis.VisualBasic.Workspaces (4.9.2)
|
||||
Microsoft.CodeAnalysis.Common (4.9.2)
|
||||
Microsoft.CodeAnalysis.VisualBasic (4.9.2)
|
||||
Microsoft.CodeAnalysis.Workspaces.Common (4.9.2)
|
||||
Microsoft.CodeAnalysis.Workspaces.Common (4.9.2)
|
||||
Humanizer.Core (>= 2.14.1)
|
||||
Microsoft.CodeAnalysis.Common (4.9.2)
|
||||
Microsoft.CodeAnalysis.Analyzers (>= 3.3.4)
|
||||
Microsoft.CodeAnalysis.Common (4.12)
|
||||
Microsoft.CodeAnalysis.CSharp (4.12)
|
||||
Microsoft.CodeAnalysis.Workspaces.Common (4.12)
|
||||
System.Collections.Immutable (>= 8.0)
|
||||
System.Composition (>= 8.0)
|
||||
System.IO.Pipelines (>= 8.0)
|
||||
System.Threading.Channels (>= 8.0)
|
||||
System.Reflection.Metadata (>= 8.0)
|
||||
System.Threading.Channels (>= 7.0)
|
||||
Microsoft.CodeAnalysis.VisualBasic (4.12)
|
||||
Microsoft.CodeAnalysis.Analyzers (>= 3.3.4)
|
||||
Microsoft.CodeAnalysis.Common (4.12)
|
||||
System.Collections.Immutable (>= 8.0)
|
||||
System.Reflection.Metadata (>= 8.0)
|
||||
Microsoft.CodeAnalysis.VisualBasic.Workspaces (4.12)
|
||||
Humanizer.Core (>= 2.14.1)
|
||||
Microsoft.CodeAnalysis.Analyzers (>= 3.3.4)
|
||||
Microsoft.CodeAnalysis.Common (4.12)
|
||||
Microsoft.CodeAnalysis.VisualBasic (4.12)
|
||||
Microsoft.CodeAnalysis.Workspaces.Common (4.12)
|
||||
System.Collections.Immutable (>= 8.0)
|
||||
System.Composition (>= 8.0)
|
||||
System.IO.Pipelines (>= 8.0)
|
||||
System.Reflection.Metadata (>= 8.0)
|
||||
System.Threading.Channels (>= 7.0)
|
||||
Microsoft.CodeAnalysis.Workspaces.Common (4.12)
|
||||
Humanizer.Core (>= 2.14.1)
|
||||
Microsoft.CodeAnalysis.Analyzers (>= 3.3.4)
|
||||
Microsoft.CodeAnalysis.Common (4.12)
|
||||
System.Collections.Immutable (>= 8.0)
|
||||
System.Composition (>= 8.0)
|
||||
System.IO.Pipelines (>= 8.0)
|
||||
System.Reflection.Metadata (>= 8.0)
|
||||
System.Threading.Channels (>= 7.0)
|
||||
Microsoft.CodeCoverage (17.12)
|
||||
Microsoft.Extensions.ObjectPool (7.0.13)
|
||||
Microsoft.NET.StringTools (17.8.3)
|
||||
Microsoft.Extensions.ObjectPool (9.0)
|
||||
Microsoft.NET.StringTools (17.12.6)
|
||||
Microsoft.NET.Test.Sdk (17.12)
|
||||
Microsoft.CodeCoverage (>= 17.12)
|
||||
Microsoft.TestPlatform.TestHost (>= 17.12)
|
||||
@@ -75,12 +110,12 @@ NUGET
|
||||
Microsoft.NETCore.Platforms (>= 1.1)
|
||||
Microsoft.NETCore.Targets (>= 1.1)
|
||||
System.Runtime (>= 4.3)
|
||||
Microsoft.Win32.SystemEvents (7.0)
|
||||
Mono.Posix.NETStandard (1.0)
|
||||
MSBuild.StructuredLogger (2.2.235)
|
||||
MSBuild.StructuredLogger (2.2.243)
|
||||
Microsoft.Build.Framework (>= 17.5)
|
||||
Microsoft.Build.Utilities.Core (>= 17.5)
|
||||
Newtonsoft.Json (13.0.3)
|
||||
System.Buffers (4.6)
|
||||
System.Collections.Immutable (8.0)
|
||||
System.Composition (8.0)
|
||||
System.Composition.AttributedModel (>= 8.0)
|
||||
@@ -98,13 +133,10 @@ NUGET
|
||||
System.Composition.AttributedModel (>= 8.0)
|
||||
System.Composition.Hosting (>= 8.0)
|
||||
System.Composition.Runtime (>= 8.0)
|
||||
System.Configuration.ConfigurationManager (7.0)
|
||||
System.Diagnostics.EventLog (>= 7.0)
|
||||
System.Security.Cryptography.ProtectedData (>= 7.0)
|
||||
System.Security.Permissions (>= 7.0)
|
||||
System.Diagnostics.EventLog (7.0)
|
||||
System.Drawing.Common (7.0)
|
||||
Microsoft.Win32.SystemEvents (>= 7.0)
|
||||
System.Configuration.ConfigurationManager (8.0)
|
||||
System.Diagnostics.EventLog (>= 8.0)
|
||||
System.Security.Cryptography.ProtectedData (>= 8.0)
|
||||
System.Diagnostics.EventLog (8.0)
|
||||
System.IO (4.3)
|
||||
Microsoft.NETCore.Platforms (>= 1.1)
|
||||
Microsoft.NETCore.Targets (>= 1.1)
|
||||
@@ -123,16 +155,18 @@ NUGET
|
||||
System.IO.FileSystem.Primitives (4.3)
|
||||
System.Runtime (>= 4.3)
|
||||
System.IO.Pipelines (8.0)
|
||||
System.Memory (4.5.5)
|
||||
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.Numerics.Vectors (4.5)
|
||||
System.Reflection.Metadata (8.0)
|
||||
System.Collections.Immutable (>= 8.0)
|
||||
System.Reflection.MetadataLoadContext (7.0)
|
||||
System.Collections.Immutable (>= 7.0)
|
||||
System.Reflection.Metadata (>= 7.0)
|
||||
System.Reflection.MetadataLoadContext (8.0)
|
||||
System.Collections.Immutable (>= 8.0)
|
||||
System.Reflection.Metadata (>= 8.0)
|
||||
System.Runtime (4.3.1)
|
||||
Microsoft.NETCore.Platforms (>= 1.1.1)
|
||||
Microsoft.NETCore.Targets (>= 1.1.3)
|
||||
@@ -141,27 +175,23 @@ NUGET
|
||||
Microsoft.NETCore.Platforms (>= 1.1)
|
||||
Microsoft.NETCore.Targets (>= 1.1)
|
||||
System.Runtime (>= 4.3)
|
||||
System.Security.Cryptography.ProtectedData (7.0)
|
||||
System.Security.Permissions (7.0)
|
||||
System.Windows.Extensions (>= 7.0)
|
||||
System.Security.Cryptography.ProtectedData (8.0)
|
||||
System.Security.Principal (4.3)
|
||||
System.Runtime (>= 4.3)
|
||||
System.Security.Principal.Windows (5.0)
|
||||
System.Text.Encoding (4.3)
|
||||
Microsoft.NETCore.Platforms (>= 1.1)
|
||||
Microsoft.NETCore.Targets (>= 1.1)
|
||||
System.Runtime (>= 4.3)
|
||||
System.Threading.Channels (8.0)
|
||||
System.Text.Encoding.CodePages (7.0)
|
||||
System.Threading.Channels (7.0)
|
||||
System.Threading.Tasks (4.3)
|
||||
Microsoft.NETCore.Platforms (>= 1.1)
|
||||
Microsoft.NETCore.Targets (>= 1.1)
|
||||
System.Runtime (>= 4.3)
|
||||
System.Threading.Tasks.Dataflow (7.0)
|
||||
System.Threading.Tasks.Extensions (4.5.4)
|
||||
System.Threading.ThreadPool (4.3)
|
||||
System.Runtime (>= 4.3)
|
||||
System.Runtime.Handles (>= 4.3)
|
||||
System.Windows.Extensions (7.0)
|
||||
System.Drawing.Common (>= 7.0)
|
||||
xunit (2.9.2)
|
||||
xunit.analyzers (>= 1.16)
|
||||
xunit.assert (>= 2.9.2)
|
||||
|
||||
60
csharp/paket.main.bzl
generated
60
csharp/paket.main.bzl
generated
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user