Skip to content

Commit 45ce20d

Browse files
committed
C#: Cleanup dependencies.
1 parent ed458d7 commit 45ce20d

File tree

10 files changed

+0
-76
lines changed

10 files changed

+0
-76
lines changed

csharp/autobuilder/Semmle.Autobuild.CSharp.Tests/BUILD.bazel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,5 @@ codeql_xunit_test(
1313
"//csharp/autobuilder/Semmle.Autobuild.CSharp:bin/Semmle.Autobuild.CSharp",
1414
"//csharp/autobuilder/Semmle.Autobuild.Shared",
1515
"@paket.main//microsoft.net.test.sdk",
16-
"@paket.main//system.io.filesystem",
1716
],
1817
)
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
System.IO.FileSystem
21
xunit
32
xunit.runner.visualstudio
43
Microsoft.NET.Test.Sdk

csharp/autobuilder/Semmle.Autobuild.Cpp.Tests/BUILD.bazel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,5 @@ codeql_xunit_test(
1313
"//csharp/autobuilder/Semmle.Autobuild.Cpp:bin/Semmle.Autobuild.Cpp",
1414
"//csharp/autobuilder/Semmle.Autobuild.Shared",
1515
"@paket.main//microsoft.net.test.sdk",
16-
"@paket.main//system.io.filesystem",
1716
],
1817
)
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
System.IO.FileSystem
21
xunit
32
xunit.runner.visualstudio
43
Microsoft.NET.Test.Sdk
Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1 @@
11
Microsoft.Build
2-
Microsoft.Win32.Primitives
3-
System.Net.Primitives
4-
System.Security.Principal
5-
System.Threading.ThreadPool

csharp/extractor/Semmle.Extraction.Tests/BUILD.bazel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,5 @@ codeql_xunit_test(
1616
"//csharp/extractor/Semmle.Extraction.CSharp.StubGenerator",
1717
"//csharp/extractor/Semmle.Util",
1818
"@paket.main//microsoft.net.test.sdk",
19-
"@paket.main//system.io.filesystem",
2019
],
2120
)
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
System.IO.FileSystem
21
xunit
32
xunit.runner.visualstudio
43
Microsoft.NET.Test.Sdk

csharp/paket.dependencies

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,3 @@ nuget Microsoft.NET.Test.Sdk
1515
nuget Microsoft.CodeAnalysis.CSharp 4.14.0
1616
nuget Microsoft.CodeAnalysis 4.14.0
1717
nuget Microsoft.Build 17.14.28
18-
nuget Microsoft.Win32.Primitives
19-
nuget System.Net.Primitives
20-
nuget System.Security.Principal
21-
nuget System.Threading.ThreadPool
22-
nuget System.IO.FileSystem

csharp/paket.lock

Lines changed: 0 additions & 48 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

csharp/paket.main.bzl

Lines changed: 0 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)