Skip to content

Commit 5212e63

Browse files
committed
C#: Add dependency Microsoft.VisualStudio.SolutionPersistence and update lock files.
1 parent 166ce1b commit 5212e63

File tree

7 files changed

+55
-48
lines changed

7 files changed

+55
-48
lines changed

csharp/autobuilder/Semmle.Autobuild.Shared/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@ codeql_csharp_library(
1212
deps = [
1313
"//csharp/extractor/Semmle.Util",
1414
"@paket.main//microsoft.build",
15+
"@paket.main//microsoft.visualstudio.solutionpersistence",
1516
],
1617
)
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
Microsoft.Build
2+
Microsoft.VisualStudio.SolutionPersistence

csharp/extractor/Semmle.Extraction.CSharp.DependencyFetching/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ codeql_csharp_library(
1515
deps = [
1616
"//csharp/extractor/Semmle.Extraction.CSharp",
1717
"//csharp/extractor/Semmle.Util",
18+
"@paket.main//microsoft.visualstudio.solutionpersistence",
1819
"@paket.main//newtonsoft.json",
1920
"@paket.main//nuget.versioning",
2021
],
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
Microsoft.VisualStudio.SolutionPersistence
12
Newtonsoft.Json
23
NuGet.Versioning

csharp/paket.dependencies

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@ nuget Microsoft.NET.Test.Sdk
1515
nuget Microsoft.CodeAnalysis.CSharp 5.0.0
1616
nuget Microsoft.CodeAnalysis 5.0.0
1717
nuget Microsoft.Build 18.0.2
18+
nuget Microsoft.VisualStudio.SolutionPersistence

csharp/paket.lock

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

0 commit comments

Comments
 (0)