Skip to content

Commit

Permalink
Merge pull request #18234 from michaelnebel/csharp/projectdependencies
Browse files Browse the repository at this point in the history
C#: Clean up dependencies Newtonsoft.Json.
  • Loading branch information
michaelnebel authored Dec 9, 2024
2 parents 7050100 + 4e079d3 commit 127518e
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion csharp/autobuilder/Semmle.Autobuild.CSharp/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -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",
],
)
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
Newtonsoft.Json
Microsoft.Build
Original file line number Diff line number Diff line change
Expand Up @@ -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",
],
)
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Newtonsoft.Json

0 comments on commit 127518e

Please sign in to comment.