mirror of
https://github.com/github/codeql.git
synced 2026-01-07 11:40:27 +01:00
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.
21 lines
557 B
Plaintext
21 lines
557 B
Plaintext
framework: net8.0
|
|
storage: none
|
|
source https://api.nuget.org/v3/index.json
|
|
# behave like nuget in choosing transitive dependency versions
|
|
strategy: min
|
|
|
|
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
|
|
nuget System.Net.Primitives
|
|
nuget System.Security.Principal
|
|
nuget System.Threading.ThreadPool
|
|
nuget System.IO.FileSystem
|
|
nuget GitInfo 3.3.3
|