From 231740674a8443073280f0d5632e6c0cb8fc7cbc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2025 23:52:17 +0000 Subject: [PATCH] Bump Roslynator.Analyzers from 4.12.10 to 4.12.11 Bumps [Roslynator.Analyzers](https://github.com/dotnet/roslynator) from 4.12.10 to 4.12.11. - [Release notes](https://github.com/dotnet/roslynator/releases) - [Changelog](https://github.com/dotnet/roslynator/blob/main/ChangeLog.md) - [Commits](https://github.com/dotnet/roslynator/compare/v4.12.10...v4.12.11) --- updated-dependencies: - dependency-name: Roslynator.Analyzers dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- extensions/Redis/SimpleCDN.Extensions.Redis.csproj | 2 +- extensions/Redis/packages.lock.json | 12 ++++++------ src/core/SimpleCDN.csproj | 2 +- src/core/packages.lock.json | 12 ++++++------ tests/integration/SimpleCDN.Tests.Integration.csproj | 2 +- tests/integration/packages.lock.json | 6 +++--- tests/unit/SimpleCDN.Tests.Unit.csproj | 2 +- tests/unit/packages.lock.json | 12 ++++++------ 8 files changed, 25 insertions(+), 25 deletions(-) diff --git a/extensions/Redis/SimpleCDN.Extensions.Redis.csproj b/extensions/Redis/SimpleCDN.Extensions.Redis.csproj index 8d6937a..99f9e5e 100644 --- a/extensions/Redis/SimpleCDN.Extensions.Redis.csproj +++ b/extensions/Redis/SimpleCDN.Extensions.Redis.csproj @@ -35,7 +35,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/extensions/Redis/packages.lock.json b/extensions/Redis/packages.lock.json index 9562e6a..306350e 100644 --- a/extensions/Redis/packages.lock.json +++ b/extensions/Redis/packages.lock.json @@ -10,9 +10,9 @@ }, "Roslynator.Analyzers": { "type": "Direct", - "requested": "[4.12.10, )", - "resolved": "4.12.10", - "contentHash": "Wecq3nfhTvnJPxX87hKbjMdX1xeCAMJf9rdBX3nQLTntQs9v0fFbUB2eQSSOArXMuFh7MxjLWaL4+b6XMi1NDA==" + "requested": "[4.12.11, )", + "resolved": "4.12.11", + "contentHash": "yvsRYT5EVtcT+V8ZW+5cxd1O9Sgf8PbC7DlQL/T5NA4g5yjaFe+WQ7evpy92Lj29m2E+XayBsO2TnCWKZlPWaA==" }, "StackExchange.Redis": { "type": "Direct", @@ -55,9 +55,9 @@ }, "Roslynator.Analyzers": { "type": "Direct", - "requested": "[4.12.10, )", - "resolved": "4.12.10", - "contentHash": "Wecq3nfhTvnJPxX87hKbjMdX1xeCAMJf9rdBX3nQLTntQs9v0fFbUB2eQSSOArXMuFh7MxjLWaL4+b6XMi1NDA==" + "requested": "[4.12.11, )", + "resolved": "4.12.11", + "contentHash": "yvsRYT5EVtcT+V8ZW+5cxd1O9Sgf8PbC7DlQL/T5NA4g5yjaFe+WQ7evpy92Lj29m2E+XayBsO2TnCWKZlPWaA==" }, "StackExchange.Redis": { "type": "Direct", diff --git a/src/core/SimpleCDN.csproj b/src/core/SimpleCDN.csproj index c70f549..0ccdc46 100644 --- a/src/core/SimpleCDN.csproj +++ b/src/core/SimpleCDN.csproj @@ -37,7 +37,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/core/packages.lock.json b/src/core/packages.lock.json index e979e03..e1d0430 100644 --- a/src/core/packages.lock.json +++ b/src/core/packages.lock.json @@ -20,9 +20,9 @@ }, "Roslynator.Analyzers": { "type": "Direct", - "requested": "[4.12.10, )", - "resolved": "4.12.10", - "contentHash": "Wecq3nfhTvnJPxX87hKbjMdX1xeCAMJf9rdBX3nQLTntQs9v0fFbUB2eQSSOArXMuFh7MxjLWaL4+b6XMi1NDA==" + "requested": "[4.12.11, )", + "resolved": "4.12.11", + "contentHash": "yvsRYT5EVtcT+V8ZW+5cxd1O9Sgf8PbC7DlQL/T5NA4g5yjaFe+WQ7evpy92Lj29m2E+XayBsO2TnCWKZlPWaA==" }, "Microsoft.Build.Tasks.Git": { "type": "Transitive", @@ -54,9 +54,9 @@ }, "Roslynator.Analyzers": { "type": "Direct", - "requested": "[4.12.10, )", - "resolved": "4.12.10", - "contentHash": "Wecq3nfhTvnJPxX87hKbjMdX1xeCAMJf9rdBX3nQLTntQs9v0fFbUB2eQSSOArXMuFh7MxjLWaL4+b6XMi1NDA==" + "requested": "[4.12.11, )", + "resolved": "4.12.11", + "contentHash": "yvsRYT5EVtcT+V8ZW+5cxd1O9Sgf8PbC7DlQL/T5NA4g5yjaFe+WQ7evpy92Lj29m2E+XayBsO2TnCWKZlPWaA==" }, "Microsoft.Build.Tasks.Git": { "type": "Transitive", diff --git a/tests/integration/SimpleCDN.Tests.Integration.csproj b/tests/integration/SimpleCDN.Tests.Integration.csproj index 36964ac..35f3f06 100644 --- a/tests/integration/SimpleCDN.Tests.Integration.csproj +++ b/tests/integration/SimpleCDN.Tests.Integration.csproj @@ -12,7 +12,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/tests/integration/packages.lock.json b/tests/integration/packages.lock.json index 95e9fe3..f28ba10 100644 --- a/tests/integration/packages.lock.json +++ b/tests/integration/packages.lock.json @@ -31,9 +31,9 @@ }, "Roslynator.Analyzers": { "type": "Direct", - "requested": "[4.12.10, )", - "resolved": "4.12.10", - "contentHash": "Wecq3nfhTvnJPxX87hKbjMdX1xeCAMJf9rdBX3nQLTntQs9v0fFbUB2eQSSOArXMuFh7MxjLWaL4+b6XMi1NDA==" + "requested": "[4.12.11, )", + "resolved": "4.12.11", + "contentHash": "yvsRYT5EVtcT+V8ZW+5cxd1O9Sgf8PbC7DlQL/T5NA4g5yjaFe+WQ7evpy92Lj29m2E+XayBsO2TnCWKZlPWaA==" }, "xunit": { "type": "Direct", diff --git a/tests/unit/SimpleCDN.Tests.Unit.csproj b/tests/unit/SimpleCDN.Tests.Unit.csproj index d095f13..f9b71a5 100644 --- a/tests/unit/SimpleCDN.Tests.Unit.csproj +++ b/tests/unit/SimpleCDN.Tests.Unit.csproj @@ -15,7 +15,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/tests/unit/packages.lock.json b/tests/unit/packages.lock.json index ed66812..68a06ad 100644 --- a/tests/unit/packages.lock.json +++ b/tests/unit/packages.lock.json @@ -38,9 +38,9 @@ }, "Roslynator.Analyzers": { "type": "Direct", - "requested": "[4.12.10, )", - "resolved": "4.12.10", - "contentHash": "Wecq3nfhTvnJPxX87hKbjMdX1xeCAMJf9rdBX3nQLTntQs9v0fFbUB2eQSSOArXMuFh7MxjLWaL4+b6XMi1NDA==" + "requested": "[4.12.11, )", + "resolved": "4.12.11", + "contentHash": "yvsRYT5EVtcT+V8ZW+5cxd1O9Sgf8PbC7DlQL/T5NA4g5yjaFe+WQ7evpy92Lj29m2E+XayBsO2TnCWKZlPWaA==" }, "Microsoft.CodeCoverage": { "type": "Transitive", @@ -121,9 +121,9 @@ }, "Roslynator.Analyzers": { "type": "Direct", - "requested": "[4.12.10, )", - "resolved": "4.12.10", - "contentHash": "Wecq3nfhTvnJPxX87hKbjMdX1xeCAMJf9rdBX3nQLTntQs9v0fFbUB2eQSSOArXMuFh7MxjLWaL4+b6XMi1NDA==" + "requested": "[4.12.11, )", + "resolved": "4.12.11", + "contentHash": "yvsRYT5EVtcT+V8ZW+5cxd1O9Sgf8PbC7DlQL/T5NA4g5yjaFe+WQ7evpy92Lj29m2E+XayBsO2TnCWKZlPWaA==" }, "Microsoft.CodeCoverage": { "type": "Transitive",