mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
C#: Update Paket version and dependencies.
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
"isRoot": true,
|
"isRoot": true,
|
||||||
"tools": {
|
"tools": {
|
||||||
"paket": {
|
"paket": {
|
||||||
"version": "9.0.2",
|
"version": "10.0.0-alpha011",
|
||||||
"commands": [
|
"commands": [
|
||||||
"paket"
|
"paket"
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
framework: net9.0
|
framework: net10.0
|
||||||
storage: none
|
storage: none
|
||||||
source https://api.nuget.org/v3/index.json
|
source https://api.nuget.org/v3/index.json
|
||||||
# behave like nuget in choosing transitive dependency versions
|
# behave like nuget in choosing transitive dependency versions
|
||||||
|
|||||||
97
csharp/paket.lock
generated
97
csharp/paket.lock
generated
@@ -1,6 +1,6 @@
|
|||||||
STORAGE: NONE
|
STORAGE: NONE
|
||||||
STRATEGY: MAX
|
STRATEGY: MAX
|
||||||
RESTRICTION: == net9.0
|
RESTRICTION: == net10.0
|
||||||
NUGET
|
NUGET
|
||||||
remote: https://api.nuget.org/v3/index.json
|
remote: https://api.nuget.org/v3/index.json
|
||||||
Basic.CompilerLog.Util (0.9.21)
|
Basic.CompilerLog.Util (0.9.21)
|
||||||
@@ -12,15 +12,15 @@ NUGET
|
|||||||
Microsoft.Extensions.ObjectPool (>= 9.0.10)
|
Microsoft.Extensions.ObjectPool (>= 9.0.10)
|
||||||
MSBuild.StructuredLogger (>= 2.3.71)
|
MSBuild.StructuredLogger (>= 2.3.71)
|
||||||
NaturalSort.Extension (>= 4.4)
|
NaturalSort.Extension (>= 4.4)
|
||||||
Humanizer.Core (2.14.1)
|
Humanizer.Core (3.0.1)
|
||||||
MessagePack (3.1.4)
|
MessagePack (3.1.4)
|
||||||
MessagePack.Annotations (>= 3.1.4)
|
MessagePack.Annotations (>= 3.1.4)
|
||||||
MessagePackAnalyzer (>= 3.1.4)
|
MessagePackAnalyzer (>= 3.1.4)
|
||||||
Microsoft.NET.StringTools (>= 17.11.4)
|
Microsoft.NET.StringTools (>= 17.11.4)
|
||||||
MessagePack.Annotations (3.1.4)
|
MessagePack.Annotations (3.1.4)
|
||||||
MessagePackAnalyzer (3.1.4)
|
MessagePackAnalyzer (3.1.4)
|
||||||
Microsoft.Bcl.AsyncInterfaces (9.0.10)
|
Microsoft.Bcl.AsyncInterfaces (10.0)
|
||||||
Microsoft.Bcl.Memory (9.0.10)
|
Microsoft.Bcl.Memory (10.0)
|
||||||
Microsoft.Build (17.14.28)
|
Microsoft.Build (17.14.28)
|
||||||
Microsoft.Build.Framework (>= 17.14.28)
|
Microsoft.Build.Framework (>= 17.14.28)
|
||||||
Microsoft.NET.StringTools (>= 17.14.28)
|
Microsoft.NET.StringTools (>= 17.14.28)
|
||||||
@@ -28,14 +28,13 @@ NUGET
|
|||||||
System.Diagnostics.EventLog (>= 9.0)
|
System.Diagnostics.EventLog (>= 9.0)
|
||||||
System.Reflection.MetadataLoadContext (>= 9.0)
|
System.Reflection.MetadataLoadContext (>= 9.0)
|
||||||
System.Security.Cryptography.ProtectedData (>= 9.0)
|
System.Security.Cryptography.ProtectedData (>= 9.0)
|
||||||
Microsoft.Build.Framework (17.14.28)
|
Microsoft.Build.Framework (18.0.2)
|
||||||
Microsoft.Build.Utilities.Core (17.14.28)
|
Microsoft.Build.Utilities.Core (18.0.2)
|
||||||
Microsoft.Build.Framework (>= 17.14.28)
|
Microsoft.Build.Framework (>= 18.0.2)
|
||||||
Microsoft.NET.StringTools (>= 17.14.28)
|
Microsoft.NET.StringTools (>= 18.0.2)
|
||||||
System.Collections.Immutable (>= 9.0)
|
|
||||||
System.Configuration.ConfigurationManager (>= 9.0)
|
System.Configuration.ConfigurationManager (>= 9.0)
|
||||||
System.Diagnostics.EventLog (>= 9.0)
|
System.Diagnostics.EventLog (>= 9.0)
|
||||||
System.Security.Cryptography.ProtectedData (>= 9.0)
|
System.Security.Cryptography.ProtectedData (>= 9.0.6)
|
||||||
Microsoft.CodeAnalysis (4.14)
|
Microsoft.CodeAnalysis (4.14)
|
||||||
Humanizer.Core (>= 2.14.1)
|
Humanizer.Core (>= 2.14.1)
|
||||||
Microsoft.Bcl.AsyncInterfaces (>= 9.0)
|
Microsoft.Bcl.AsyncInterfaces (>= 9.0)
|
||||||
@@ -99,53 +98,53 @@ NUGET
|
|||||||
System.IO.Pipelines (>= 9.0)
|
System.IO.Pipelines (>= 9.0)
|
||||||
System.Reflection.Metadata (>= 9.0)
|
System.Reflection.Metadata (>= 9.0)
|
||||||
System.Threading.Channels (>= 7.0)
|
System.Threading.Channels (>= 7.0)
|
||||||
Microsoft.CodeCoverage (18.0)
|
Microsoft.CodeCoverage (18.0.1)
|
||||||
Microsoft.Extensions.ObjectPool (9.0.10)
|
Microsoft.Extensions.ObjectPool (10.0)
|
||||||
Microsoft.NET.StringTools (17.14.28)
|
Microsoft.NET.StringTools (18.0.2)
|
||||||
Microsoft.NET.Test.Sdk (18.0)
|
Microsoft.NET.Test.Sdk (18.0.1)
|
||||||
Microsoft.CodeCoverage (>= 18.0)
|
Microsoft.CodeCoverage (>= 18.0.1)
|
||||||
Microsoft.TestPlatform.TestHost (>= 18.0)
|
Microsoft.TestPlatform.TestHost (>= 18.0.1)
|
||||||
Microsoft.NETCore.Platforms (7.0.4)
|
Microsoft.NETCore.Platforms (7.0.4)
|
||||||
Microsoft.NETCore.Targets (5.0)
|
Microsoft.NETCore.Targets (5.0)
|
||||||
Microsoft.TestPlatform.ObjectModel (18.0)
|
Microsoft.TestPlatform.ObjectModel (18.0.1)
|
||||||
System.Reflection.Metadata (>= 8.0)
|
System.Reflection.Metadata (>= 8.0)
|
||||||
Microsoft.TestPlatform.TestHost (18.0)
|
Microsoft.TestPlatform.TestHost (18.0.1)
|
||||||
Microsoft.TestPlatform.ObjectModel (>= 18.0)
|
Microsoft.TestPlatform.ObjectModel (>= 18.0.1)
|
||||||
Newtonsoft.Json (>= 13.0.3)
|
Newtonsoft.Json (>= 13.0.3)
|
||||||
Microsoft.Win32.Primitives (4.3)
|
Microsoft.Win32.Primitives (4.3)
|
||||||
Microsoft.NETCore.Platforms (>= 1.1)
|
Microsoft.NETCore.Platforms (>= 1.1)
|
||||||
Microsoft.NETCore.Targets (>= 1.1)
|
Microsoft.NETCore.Targets (>= 1.1)
|
||||||
System.Runtime (>= 4.3)
|
System.Runtime (>= 4.3)
|
||||||
Mono.Posix.NETStandard (1.0)
|
Mono.Posix.NETStandard (1.0)
|
||||||
MSBuild.StructuredLogger (2.3.71)
|
MSBuild.StructuredLogger (2.3.113)
|
||||||
Microsoft.Build.Framework (>= 17.5)
|
Microsoft.Build.Framework (>= 17.5)
|
||||||
Microsoft.Build.Utilities.Core (>= 17.5)
|
Microsoft.Build.Utilities.Core (>= 17.5)
|
||||||
System.Collections.Immutable (>= 8.0)
|
System.Collections.Immutable (>= 8.0)
|
||||||
NaturalSort.Extension (4.4)
|
NaturalSort.Extension (4.4.1)
|
||||||
Newtonsoft.Json (13.0.4)
|
Newtonsoft.Json (13.0.4)
|
||||||
NuGet.Versioning (7.0.1)
|
NuGet.Versioning (7.0.1)
|
||||||
System.Buffers (4.6.1)
|
System.Buffers (4.6.1)
|
||||||
System.Collections.Immutable (9.0.10)
|
System.Collections.Immutable (10.0)
|
||||||
System.Composition (9.0.10)
|
System.Composition (10.0)
|
||||||
System.Composition.AttributedModel (>= 9.0.10)
|
System.Composition.AttributedModel (>= 10.0)
|
||||||
System.Composition.Convention (>= 9.0.10)
|
System.Composition.Convention (>= 10.0)
|
||||||
System.Composition.Hosting (>= 9.0.10)
|
System.Composition.Hosting (>= 10.0)
|
||||||
System.Composition.Runtime (>= 9.0.10)
|
System.Composition.Runtime (>= 10.0)
|
||||||
System.Composition.TypedParts (>= 9.0.10)
|
System.Composition.TypedParts (>= 10.0)
|
||||||
System.Composition.AttributedModel (9.0.10)
|
System.Composition.AttributedModel (10.0)
|
||||||
System.Composition.Convention (9.0.10)
|
System.Composition.Convention (10.0)
|
||||||
System.Composition.AttributedModel (>= 9.0.10)
|
System.Composition.AttributedModel (>= 10.0)
|
||||||
System.Composition.Hosting (9.0.10)
|
System.Composition.Hosting (10.0)
|
||||||
System.Composition.Runtime (>= 9.0.10)
|
System.Composition.Runtime (>= 10.0)
|
||||||
System.Composition.Runtime (9.0.10)
|
System.Composition.Runtime (10.0)
|
||||||
System.Composition.TypedParts (9.0.10)
|
System.Composition.TypedParts (10.0)
|
||||||
System.Composition.AttributedModel (>= 9.0.10)
|
System.Composition.AttributedModel (>= 10.0)
|
||||||
System.Composition.Hosting (>= 9.0.10)
|
System.Composition.Hosting (>= 10.0)
|
||||||
System.Composition.Runtime (>= 9.0.10)
|
System.Composition.Runtime (>= 10.0)
|
||||||
System.Configuration.ConfigurationManager (9.0.10)
|
System.Configuration.ConfigurationManager (10.0)
|
||||||
System.Diagnostics.EventLog (>= 9.0.10)
|
System.Diagnostics.EventLog (>= 10.0)
|
||||||
System.Security.Cryptography.ProtectedData (>= 9.0.10)
|
System.Security.Cryptography.ProtectedData (>= 10.0)
|
||||||
System.Diagnostics.EventLog (9.0.10)
|
System.Diagnostics.EventLog (10.0)
|
||||||
System.IO (4.3)
|
System.IO (4.3)
|
||||||
Microsoft.NETCore.Platforms (>= 1.1)
|
Microsoft.NETCore.Platforms (>= 1.1)
|
||||||
Microsoft.NETCore.Targets (>= 1.1)
|
Microsoft.NETCore.Targets (>= 1.1)
|
||||||
@@ -163,7 +162,7 @@ NUGET
|
|||||||
System.Threading.Tasks (>= 4.3)
|
System.Threading.Tasks (>= 4.3)
|
||||||
System.IO.FileSystem.Primitives (4.3)
|
System.IO.FileSystem.Primitives (4.3)
|
||||||
System.Runtime (>= 4.3)
|
System.Runtime (>= 4.3)
|
||||||
System.IO.Pipelines (9.0.10)
|
System.IO.Pipelines (10.0)
|
||||||
System.Memory (4.6.3)
|
System.Memory (4.6.3)
|
||||||
System.Net.Primitives (4.3.1)
|
System.Net.Primitives (4.3.1)
|
||||||
Microsoft.NETCore.Platforms (>= 1.1.1)
|
Microsoft.NETCore.Platforms (>= 1.1.1)
|
||||||
@@ -171,8 +170,8 @@ NUGET
|
|||||||
System.Runtime (>= 4.3.1)
|
System.Runtime (>= 4.3.1)
|
||||||
System.Runtime.Handles (>= 4.3)
|
System.Runtime.Handles (>= 4.3)
|
||||||
System.Numerics.Vectors (4.6.1)
|
System.Numerics.Vectors (4.6.1)
|
||||||
System.Reflection.Metadata (9.0.10)
|
System.Reflection.Metadata (10.0)
|
||||||
System.Reflection.MetadataLoadContext (9.0.10)
|
System.Reflection.MetadataLoadContext (10.0)
|
||||||
System.Runtime (4.3.1)
|
System.Runtime (4.3.1)
|
||||||
Microsoft.NETCore.Platforms (>= 1.1.1)
|
Microsoft.NETCore.Platforms (>= 1.1.1)
|
||||||
Microsoft.NETCore.Targets (>= 1.1.3)
|
Microsoft.NETCore.Targets (>= 1.1.3)
|
||||||
@@ -181,15 +180,15 @@ NUGET
|
|||||||
Microsoft.NETCore.Platforms (>= 1.1)
|
Microsoft.NETCore.Platforms (>= 1.1)
|
||||||
Microsoft.NETCore.Targets (>= 1.1)
|
Microsoft.NETCore.Targets (>= 1.1)
|
||||||
System.Runtime (>= 4.3)
|
System.Runtime (>= 4.3)
|
||||||
System.Security.Cryptography.ProtectedData (9.0.10)
|
System.Security.Cryptography.ProtectedData (10.0)
|
||||||
System.Security.Principal (4.3)
|
System.Security.Principal (4.3)
|
||||||
System.Runtime (>= 4.3)
|
System.Runtime (>= 4.3)
|
||||||
System.Text.Encoding (4.3)
|
System.Text.Encoding (4.3)
|
||||||
Microsoft.NETCore.Platforms (>= 1.1)
|
Microsoft.NETCore.Platforms (>= 1.1)
|
||||||
Microsoft.NETCore.Targets (>= 1.1)
|
Microsoft.NETCore.Targets (>= 1.1)
|
||||||
System.Runtime (>= 4.3)
|
System.Runtime (>= 4.3)
|
||||||
System.Text.Encoding.CodePages (9.0.10)
|
System.Text.Encoding.CodePages (10.0)
|
||||||
System.Threading.Channels (9.0.10)
|
System.Threading.Channels (10.0)
|
||||||
System.Threading.Tasks (4.3)
|
System.Threading.Tasks (4.3)
|
||||||
Microsoft.NETCore.Platforms (>= 1.1)
|
Microsoft.NETCore.Platforms (>= 1.1)
|
||||||
Microsoft.NETCore.Targets (>= 1.1)
|
Microsoft.NETCore.Targets (>= 1.1)
|
||||||
@@ -203,7 +202,7 @@ NUGET
|
|||||||
xunit.assert (>= 2.9.3)
|
xunit.assert (>= 2.9.3)
|
||||||
xunit.core (2.9.3)
|
xunit.core (2.9.3)
|
||||||
xunit.abstractions (2.0.3)
|
xunit.abstractions (2.0.3)
|
||||||
xunit.analyzers (1.24)
|
xunit.analyzers (1.26)
|
||||||
xunit.assert (2.9.3)
|
xunit.assert (2.9.3)
|
||||||
xunit.core (2.9.3)
|
xunit.core (2.9.3)
|
||||||
xunit.extensibility.core (2.9.3)
|
xunit.extensibility.core (2.9.3)
|
||||||
|
|||||||
142
csharp/paket.main.bzl
generated
142
csharp/paket.main.bzl
generated
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user