mirror of
https://github.com/github/codeql.git
synced 2026-04-27 17:55:19 +02:00
C#: Clean up dependencies Newtonsoft.Json and dont override nowarn.
This commit is contained in:
@@ -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