From 27cc57cff5c83f113554263f797362dd2d83cabc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 17:57:48 +0000 Subject: [PATCH] Bump Meziantou.Analyzer from 2.0.179 to 2.0.182 Bumps [Meziantou.Analyzer](https://github.com/meziantou/Meziantou.Analyzer) from 2.0.179 to 2.0.182. - [Release notes](https://github.com/meziantou/Meziantou.Analyzer/releases) - [Commits](https://github.com/meziantou/Meziantou.Analyzer/compare/2.0.179...2.0.182) --- updated-dependencies: - dependency-name: Meziantou.Analyzer dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- PugSharp.Api.Contract/PugSharp.Api.Contract.csproj | 2 +- PugSharp.Api.G5Api.Tests/PugSharp.Api.G5Api.Tests.csproj | 2 +- PugSharp.Api.G5Api/PugSharp.Api.G5Api.csproj | 2 +- PugSharp.Api.Json/PugSharp.Api.Json.csproj | 2 +- PugSharp.ApiStats/PugSharp.ApiStats.csproj | 2 +- PugSharp.Config/PugSharp.Config.csproj | 2 +- PugSharp.DebugDummy/PugSharp.DebugDummy.csproj | 2 +- PugSharp.Match.Contract/PugSharp.Match.Contract.csproj | 2 +- PugSharp.Match.Tests/PugSharp.Match.Tests.csproj | 2 +- PugSharp.Match/PugSharp.Match.csproj | 2 +- PugSharp.Server.Contract/PugSharp.Server.Contract.csproj | 2 +- PugSharp.Shared/PugSharp.Shared.csproj | 2 +- PugSharp.Tests/PugSharp.Tests.csproj | 2 +- PugSharp.Translation/PugSharp.Translation.csproj | 2 +- PugSharp/PugSharp.csproj | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) diff --git a/PugSharp.Api.Contract/PugSharp.Api.Contract.csproj b/PugSharp.Api.Contract/PugSharp.Api.Contract.csproj index e9c984c..f32fd49 100644 --- a/PugSharp.Api.Contract/PugSharp.Api.Contract.csproj +++ b/PugSharp.Api.Contract/PugSharp.Api.Contract.csproj @@ -13,7 +13,7 @@ - + all runtime; build; native; contentfiles; analyzers diff --git a/PugSharp.Api.G5Api.Tests/PugSharp.Api.G5Api.Tests.csproj b/PugSharp.Api.G5Api.Tests/PugSharp.Api.G5Api.Tests.csproj index a69ff98..b01d893 100644 --- a/PugSharp.Api.G5Api.Tests/PugSharp.Api.G5Api.Tests.csproj +++ b/PugSharp.Api.G5Api.Tests/PugSharp.Api.G5Api.Tests.csproj @@ -27,7 +27,7 @@ - + all runtime; build; native; contentfiles; analyzers diff --git a/PugSharp.Api.G5Api/PugSharp.Api.G5Api.csproj b/PugSharp.Api.G5Api/PugSharp.Api.G5Api.csproj index 6639714..cea57fb 100644 --- a/PugSharp.Api.G5Api/PugSharp.Api.G5Api.csproj +++ b/PugSharp.Api.G5Api/PugSharp.Api.G5Api.csproj @@ -16,7 +16,7 @@ - + all runtime; build; native; contentfiles; analyzers diff --git a/PugSharp.Api.Json/PugSharp.Api.Json.csproj b/PugSharp.Api.Json/PugSharp.Api.Json.csproj index 94504d8..ef14e65 100644 --- a/PugSharp.Api.Json/PugSharp.Api.Json.csproj +++ b/PugSharp.Api.Json/PugSharp.Api.Json.csproj @@ -17,7 +17,7 @@ - + all runtime; build; native; contentfiles; analyzers diff --git a/PugSharp.ApiStats/PugSharp.ApiStats.csproj b/PugSharp.ApiStats/PugSharp.ApiStats.csproj index 67bb567..788d80a 100644 --- a/PugSharp.ApiStats/PugSharp.ApiStats.csproj +++ b/PugSharp.ApiStats/PugSharp.ApiStats.csproj @@ -18,7 +18,7 @@ - + all runtime; build; native; contentfiles; analyzers diff --git a/PugSharp.Config/PugSharp.Config.csproj b/PugSharp.Config/PugSharp.Config.csproj index 3690390..9c9eeff 100644 --- a/PugSharp.Config/PugSharp.Config.csproj +++ b/PugSharp.Config/PugSharp.Config.csproj @@ -15,7 +15,7 @@ - + all runtime; build; native; contentfiles; analyzers diff --git a/PugSharp.DebugDummy/PugSharp.DebugDummy.csproj b/PugSharp.DebugDummy/PugSharp.DebugDummy.csproj index dd23095..81d2a56 100644 --- a/PugSharp.DebugDummy/PugSharp.DebugDummy.csproj +++ b/PugSharp.DebugDummy/PugSharp.DebugDummy.csproj @@ -20,7 +20,7 @@ - + all runtime; build; native; contentfiles; analyzers diff --git a/PugSharp.Match.Contract/PugSharp.Match.Contract.csproj b/PugSharp.Match.Contract/PugSharp.Match.Contract.csproj index 9713a70..f12eec9 100644 --- a/PugSharp.Match.Contract/PugSharp.Match.Contract.csproj +++ b/PugSharp.Match.Contract/PugSharp.Match.Contract.csproj @@ -17,7 +17,7 @@ - + all runtime; build; native; contentfiles; analyzers diff --git a/PugSharp.Match.Tests/PugSharp.Match.Tests.csproj b/PugSharp.Match.Tests/PugSharp.Match.Tests.csproj index e3e4aa2..04e9f95 100644 --- a/PugSharp.Match.Tests/PugSharp.Match.Tests.csproj +++ b/PugSharp.Match.Tests/PugSharp.Match.Tests.csproj @@ -28,7 +28,7 @@ - + all runtime; build; native; contentfiles; analyzers diff --git a/PugSharp.Match/PugSharp.Match.csproj b/PugSharp.Match/PugSharp.Match.csproj index b6cdea9..74b7fef 100644 --- a/PugSharp.Match/PugSharp.Match.csproj +++ b/PugSharp.Match/PugSharp.Match.csproj @@ -23,7 +23,7 @@ - + all runtime; build; native; contentfiles; analyzers diff --git a/PugSharp.Server.Contract/PugSharp.Server.Contract.csproj b/PugSharp.Server.Contract/PugSharp.Server.Contract.csproj index 97f2ff8..7a565e6 100644 --- a/PugSharp.Server.Contract/PugSharp.Server.Contract.csproj +++ b/PugSharp.Server.Contract/PugSharp.Server.Contract.csproj @@ -17,7 +17,7 @@ - + all runtime; build; native; contentfiles; analyzers diff --git a/PugSharp.Shared/PugSharp.Shared.csproj b/PugSharp.Shared/PugSharp.Shared.csproj index 571df2a..9ada541 100644 --- a/PugSharp.Shared/PugSharp.Shared.csproj +++ b/PugSharp.Shared/PugSharp.Shared.csproj @@ -14,7 +14,7 @@ - + all runtime; build; native; contentfiles; analyzers diff --git a/PugSharp.Tests/PugSharp.Tests.csproj b/PugSharp.Tests/PugSharp.Tests.csproj index 708299c..03c4a81 100644 --- a/PugSharp.Tests/PugSharp.Tests.csproj +++ b/PugSharp.Tests/PugSharp.Tests.csproj @@ -37,7 +37,7 @@ - + all runtime; build; native; contentfiles; analyzers diff --git a/PugSharp.Translation/PugSharp.Translation.csproj b/PugSharp.Translation/PugSharp.Translation.csproj index 72b3166..c3ba0d4 100644 --- a/PugSharp.Translation/PugSharp.Translation.csproj +++ b/PugSharp.Translation/PugSharp.Translation.csproj @@ -29,7 +29,7 @@ - + all runtime; build; native; contentfiles; analyzers diff --git a/PugSharp/PugSharp.csproj b/PugSharp/PugSharp.csproj index be6425d..e3611b8 100644 --- a/PugSharp/PugSharp.csproj +++ b/PugSharp/PugSharp.csproj @@ -28,7 +28,7 @@ - + all runtime; build; native; contentfiles; analyzers