mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
C#: Clean up dependencies Newtonsoft.Json and dont override nowarn.
This commit is contained in:
@@ -17,6 +17,5 @@ codeql_csharp_binary(
|
||||
"//csharp/extractor/Semmle.Extraction.CSharp.Standalone:bin/Semmle.Extraction.CSharp.Standalone",
|
||||
"//csharp/extractor/Semmle.Util",
|
||||
"@paket.main//microsoft.build",
|
||||
"@paket.main//newtonsoft.json",
|
||||
],
|
||||
)
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
Newtonsoft.Json
|
||||
Microsoft.Build
|
||||
|
||||
@@ -11,10 +11,10 @@ codeql_csharp_library(
|
||||
]),
|
||||
allow_unsafe_blocks = True,
|
||||
internals_visible_to = ["Semmle.Extraction.Tests"],
|
||||
nowarn = ["CA1822"],
|
||||
visibility = ["//csharp:__subpackages__"],
|
||||
deps = [
|
||||
"//csharp/extractor/Semmle.Extraction.CSharp",
|
||||
"//csharp/extractor/Semmle.Util",
|
||||
"@paket.main//newtonsoft.json",
|
||||
],
|
||||
)
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
Newtonsoft.Json
|
||||
|
||||
Reference in New Issue
Block a user