From 1c230d088842b5298c61ec2375b7fb40f05e7f2e Mon Sep 17 00:00:00 2001 From: Tom Hvitved Date: Fri, 1 Oct 2021 14:31:56 +0200 Subject: [PATCH] C#: Update nuget packages --- .../Semmle.Autobuild.Cpp.csproj | 2 +- .../Semmle.Autobuild.CSharp.Tests.csproj | 45 +++++++------- .../Semmle.Autobuild.CSharp.csproj | 53 ++++++++-------- .../Semmle.Autobuild.Shared.csproj | 41 ++++++------- .../Semmle.Extraction.CIL.csproj | 4 +- ...Semmle.Extraction.CSharp.Standalone.csproj | 61 +++++++++---------- .../Semmle.Extraction.CSharp.csproj | 51 +++++++--------- .../Semmle.Extraction.Tests.csproj | 50 +++++++-------- .../Semmle.Extraction.csproj | 53 ++++++++-------- .../Semmle.Util.Tests.csproj | 40 ++++++------ 10 files changed, 183 insertions(+), 217 deletions(-) diff --git a/cpp/autobuilder/Semmle.Autobuild.Cpp/Semmle.Autobuild.Cpp.csproj b/cpp/autobuilder/Semmle.Autobuild.Cpp/Semmle.Autobuild.Cpp.csproj index 1d6459d77e3..b9c3ec1abe9 100644 --- a/cpp/autobuilder/Semmle.Autobuild.Cpp/Semmle.Autobuild.Cpp.csproj +++ b/cpp/autobuilder/Semmle.Autobuild.Cpp/Semmle.Autobuild.Cpp.csproj @@ -17,7 +17,7 @@ - + diff --git a/csharp/autobuilder/Semmle.Autobuild.CSharp.Tests/Semmle.Autobuild.CSharp.Tests.csproj b/csharp/autobuilder/Semmle.Autobuild.CSharp.Tests/Semmle.Autobuild.CSharp.Tests.csproj index cc79699848a..b93957776d8 100644 --- a/csharp/autobuilder/Semmle.Autobuild.CSharp.Tests/Semmle.Autobuild.CSharp.Tests.csproj +++ b/csharp/autobuilder/Semmle.Autobuild.CSharp.Tests/Semmle.Autobuild.CSharp.Tests.csproj @@ -1,25 +1,22 @@ - - - net5.0 - false - win-x64;linux-x64;osx-x64 - enable - - - - - - - - all - runtime; build; native; contentfiles; analyzers - - - - - - - - - + + net5.0 + false + win-x64;linux-x64;osx-x64 + enable + + + + + + + all + runtime; build; native; contentfiles; analyzers + + + + + + + + \ No newline at end of file diff --git a/csharp/autobuilder/Semmle.Autobuild.CSharp/Semmle.Autobuild.CSharp.csproj b/csharp/autobuilder/Semmle.Autobuild.CSharp/Semmle.Autobuild.CSharp.csproj index b24f243de01..fe9116e40b8 100644 --- a/csharp/autobuilder/Semmle.Autobuild.CSharp/Semmle.Autobuild.CSharp.csproj +++ b/csharp/autobuilder/Semmle.Autobuild.CSharp/Semmle.Autobuild.CSharp.csproj @@ -1,30 +1,25 @@ - - - net5.0 - Semmle.Autobuild.CSharp - Semmle.Autobuild.CSharp - - Exe - - false - win-x64;linux-x64;osx-x64 - enable - - - - - - - - - - - - - - - - - - + + net5.0 + Semmle.Autobuild.CSharp + Semmle.Autobuild.CSharp + + Exe + + false + win-x64;linux-x64;osx-x64 + enable + + + + + + + + + + + + + + \ No newline at end of file diff --git a/csharp/autobuilder/Semmle.Autobuild.Shared/Semmle.Autobuild.Shared.csproj b/csharp/autobuilder/Semmle.Autobuild.Shared/Semmle.Autobuild.Shared.csproj index ae1c61bc992..202189e725e 100644 --- a/csharp/autobuilder/Semmle.Autobuild.Shared/Semmle.Autobuild.Shared.csproj +++ b/csharp/autobuilder/Semmle.Autobuild.Shared/Semmle.Autobuild.Shared.csproj @@ -1,24 +1,19 @@ - - - net5.0 - Semmle.Autobuild.Shared - Semmle.Autobuild.Shared - false - win-x64;linux-x64;osx-x64 - enable - - - - - - - - - - - - - - - + + net5.0 + Semmle.Autobuild.Shared + Semmle.Autobuild.Shared + false + win-x64;linux-x64;osx-x64 + enable + + + + + + + + + + + \ No newline at end of file diff --git a/csharp/extractor/Semmle.Extraction.CIL/Semmle.Extraction.CIL.csproj b/csharp/extractor/Semmle.Extraction.CIL/Semmle.Extraction.CIL.csproj index 7cae08acc48..fa116980d47 100644 --- a/csharp/extractor/Semmle.Extraction.CIL/Semmle.Extraction.CIL.csproj +++ b/csharp/extractor/Semmle.Extraction.CIL/Semmle.Extraction.CIL.csproj @@ -26,7 +26,9 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive +all + diff --git a/csharp/extractor/Semmle.Extraction.CSharp.Standalone/Semmle.Extraction.CSharp.Standalone.csproj b/csharp/extractor/Semmle.Extraction.CSharp.Standalone/Semmle.Extraction.CSharp.Standalone.csproj index aed85473e7c..44d972f7b1c 100644 --- a/csharp/extractor/Semmle.Extraction.CSharp.Standalone/Semmle.Extraction.CSharp.Standalone.csproj +++ b/csharp/extractor/Semmle.Extraction.CSharp.Standalone/Semmle.Extraction.CSharp.Standalone.csproj @@ -1,33 +1,28 @@ - - - - Exe - net5.0 - Semmle.Extraction.CSharp.Standalone - Semmle.Extraction.CSharp.Standalone - false - true - false - - win-x64;linux-x64;osx-x64 - enable - - - - - - - - - - - - - - - - - - - - + + + Exe + net5.0 + Semmle.Extraction.CSharp.Standalone + Semmle.Extraction.CSharp.Standalone + false + true + false + + win-x64;linux-x64;osx-x64 + enable + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/csharp/extractor/Semmle.Extraction.CSharp/Semmle.Extraction.CSharp.csproj b/csharp/extractor/Semmle.Extraction.CSharp/Semmle.Extraction.CSharp.csproj index a18d3df87c2..3aa2da32d6b 100644 --- a/csharp/extractor/Semmle.Extraction.CSharp/Semmle.Extraction.CSharp.csproj +++ b/csharp/extractor/Semmle.Extraction.CSharp/Semmle.Extraction.CSharp.csproj @@ -1,29 +1,24 @@ - - - net5.0 - Semmle.Extraction.CSharp - Semmle.Extraction.CSharp - false - true - win-x64;linux-x64;osx-x64 - win-x64;linux-x64;osx-x64 - enable - - - - - - - - - - - - - - - - - - + + net5.0 + Semmle.Extraction.CSharp + Semmle.Extraction.CSharp + false + true + win-x64;linux-x64;osx-x64 + win-x64;linux-x64;osx-x64 + enable + + + + + + + + + + + + + + \ No newline at end of file diff --git a/csharp/extractor/Semmle.Extraction.Tests/Semmle.Extraction.Tests.csproj b/csharp/extractor/Semmle.Extraction.Tests/Semmle.Extraction.Tests.csproj index 4a3e079e754..e60ffc935ca 100644 --- a/csharp/extractor/Semmle.Extraction.Tests/Semmle.Extraction.Tests.csproj +++ b/csharp/extractor/Semmle.Extraction.Tests/Semmle.Extraction.Tests.csproj @@ -1,28 +1,24 @@ - - - net5.0 - false - win-x64;linux-x64;osx-x64 - enable - - - - - - - - all - runtime; build; native; contentfiles; analyzers - - - - - - - - - - - - + + net5.0 + false + win-x64;linux-x64;osx-x64 + enable + + + + + + + all + runtime; build; native; contentfiles; analyzers + + + + + + + + + + \ No newline at end of file diff --git a/csharp/extractor/Semmle.Extraction/Semmle.Extraction.csproj b/csharp/extractor/Semmle.Extraction/Semmle.Extraction.csproj index 03189150a47..5990df6e4b0 100644 --- a/csharp/extractor/Semmle.Extraction/Semmle.Extraction.csproj +++ b/csharp/extractor/Semmle.Extraction/Semmle.Extraction.csproj @@ -1,29 +1,24 @@ - - - - net5.0 - Semmle.Extraction - Semmle.Extraction - false - Semmle.Extraction.ruleset - win-x64;linux-x64;osx-x64 - enable - - - - TRACE;DEBUG;DEBUG_LABELS - - - - - - runtime; build; native; contentfiles; analyzers; buildtransitive - all - - - - - - - - + + + net5.0 + Semmle.Extraction + Semmle.Extraction + false + Semmle.Extraction.ruleset + win-x64;linux-x64;osx-x64 + enable + + + TRACE;DEBUG;DEBUG_LABELS + + + + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + + + + + + \ No newline at end of file diff --git a/csharp/extractor/Semmle.Util.Tests/Semmle.Util.Tests.csproj b/csharp/extractor/Semmle.Util.Tests/Semmle.Util.Tests.csproj index e5c2019bb42..3aa59bf6b9b 100644 --- a/csharp/extractor/Semmle.Util.Tests/Semmle.Util.Tests.csproj +++ b/csharp/extractor/Semmle.Util.Tests/Semmle.Util.Tests.csproj @@ -1,23 +1,19 @@ - - - net5.0 - false - win-x64;linux-x64;osx-x64 - enable - - - - - - all - runtime; build; native; contentfiles; analyzers - - - - - - - - - + + net5.0 + false + win-x64;linux-x64;osx-x64 + enable + + + + + all + runtime; build; native; contentfiles; analyzers + + + + + + + \ No newline at end of file