From ba30ee8dfce0e180ed18cd0bb2590da82a4f78bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jun 2025 22:38:27 +0000 Subject: [PATCH] Bump Microsoft.CodeAnalysis and 6 others Bumps Microsoft.CodeAnalysis from 4.12.0 to 4.14.0 Bumps Microsoft.CodeAnalysis.Compilers from 4.12.0 to 4.14.0 Bumps Microsoft.CodeAnalysis.CSharp.Workspaces from 4.12.0 to 4.14.0 Bumps Microsoft.NET.Test.Sdk to 17.14.1, 17.14.1, 17.14.1, 17.14.1 Bumps Microsoft.TestPlatform.ObjectModel from 17.12.0 to 17.14.1 Bumps System.Threading.Tasks.Extensions from 4.6.0 to 4.6.3 Bumps xunit.v3 from 1.0.0 to 2.0.3 --- updated-dependencies: - dependency-name: Microsoft.CodeAnalysis dependency-version: 4.14.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: Microsoft.CodeAnalysis.Compilers dependency-version: 4.14.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: Microsoft.CodeAnalysis.CSharp.Workspaces dependency-version: 4.14.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: Microsoft.NET.Test.Sdk dependency-version: 17.14.1 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: Microsoft.NET.Test.Sdk dependency-version: 17.14.1 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: Microsoft.NET.Test.Sdk dependency-version: 17.14.1 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: Microsoft.NET.Test.Sdk dependency-version: 17.14.1 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: Microsoft.TestPlatform.ObjectModel dependency-version: 17.14.1 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: System.Threading.Tasks.Extensions dependency-version: 4.6.3 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: xunit.v3 dependency-version: 2.0.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .config/dotnet-tools.json | 2 +- .../Machine.Specifications.Analyzers.Tests.csproj | 6 +++--- .../Machine.Specifications.Analyzers.csproj | 4 ++-- .../Machine.Specifications.Core.Specs.csproj | 4 ++-- .../Machine.Specifications.Core.csproj | 4 ++-- .../Machine.Specifications.Fakes.Specs.csproj | 4 ++-- .../Machine.Specifications.Runner.Utility.Specs.csproj | 6 +++--- .../Machine.Specifications.Runner.VisualStudio.csproj | 4 ++-- .../Machine.Specifications.Should.Specs.csproj | 4 ++-- 9 files changed, 19 insertions(+), 19 deletions(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 95adf14..bbd8149 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "gitversion.tool": { - "version": "5.12.0", + "version": "6.3.0", "commands": [ "dotnet-gitversion" ] diff --git a/src/Machine.Specifications.Analyzers.Tests/Machine.Specifications.Analyzers.Tests.csproj b/src/Machine.Specifications.Analyzers.Tests/Machine.Specifications.Analyzers.Tests.csproj index 9c570f1..90e2ebc 100644 --- a/src/Machine.Specifications.Analyzers.Tests/Machine.Specifications.Analyzers.Tests.csproj +++ b/src/Machine.Specifications.Analyzers.Tests/Machine.Specifications.Analyzers.Tests.csproj @@ -1,4 +1,4 @@ - + net8.0 @@ -15,10 +15,10 @@ - + - + diff --git a/src/Machine.Specifications.Analyzers/Machine.Specifications.Analyzers.csproj b/src/Machine.Specifications.Analyzers/Machine.Specifications.Analyzers.csproj index 9b077b5..52df999 100644 --- a/src/Machine.Specifications.Analyzers/Machine.Specifications.Analyzers.csproj +++ b/src/Machine.Specifications.Analyzers/Machine.Specifications.Analyzers.csproj @@ -1,4 +1,4 @@ - + netstandard2.0 @@ -16,7 +16,7 @@ - + diff --git a/src/Machine.Specifications.Core.Specs/Machine.Specifications.Core.Specs.csproj b/src/Machine.Specifications.Core.Specs/Machine.Specifications.Core.Specs.csproj index 5c4485b..d843ad6 100644 --- a/src/Machine.Specifications.Core.Specs/Machine.Specifications.Core.Specs.csproj +++ b/src/Machine.Specifications.Core.Specs/Machine.Specifications.Core.Specs.csproj @@ -1,4 +1,4 @@ - + net472;net8.0 @@ -9,7 +9,7 @@ - + diff --git a/src/Machine.Specifications.Core/Machine.Specifications.Core.csproj b/src/Machine.Specifications.Core/Machine.Specifications.Core.csproj index 999fb2f..aef618c 100644 --- a/src/Machine.Specifications.Core/Machine.Specifications.Core.csproj +++ b/src/Machine.Specifications.Core/Machine.Specifications.Core.csproj @@ -1,4 +1,4 @@ - + net472;net6.0 @@ -15,7 +15,7 @@ - + diff --git a/src/Machine.Specifications.Fakes.Specs/Machine.Specifications.Fakes.Specs.csproj b/src/Machine.Specifications.Fakes.Specs/Machine.Specifications.Fakes.Specs.csproj index 517212a..93b347f 100644 --- a/src/Machine.Specifications.Fakes.Specs/Machine.Specifications.Fakes.Specs.csproj +++ b/src/Machine.Specifications.Fakes.Specs/Machine.Specifications.Fakes.Specs.csproj @@ -1,4 +1,4 @@ - + net8.0 @@ -9,7 +9,7 @@ - + diff --git a/src/Machine.Specifications.Runner.Utility.Specs/Machine.Specifications.Runner.Utility.Specs.csproj b/src/Machine.Specifications.Runner.Utility.Specs/Machine.Specifications.Runner.Utility.Specs.csproj index 3c11e7e..8163b03 100644 --- a/src/Machine.Specifications.Runner.Utility.Specs/Machine.Specifications.Runner.Utility.Specs.csproj +++ b/src/Machine.Specifications.Runner.Utility.Specs/Machine.Specifications.Runner.Utility.Specs.csproj @@ -1,4 +1,4 @@ - + net8.0 @@ -9,8 +9,8 @@ - - + + diff --git a/src/Machine.Specifications.Runner.VisualStudio/Machine.Specifications.Runner.VisualStudio.csproj b/src/Machine.Specifications.Runner.VisualStudio/Machine.Specifications.Runner.VisualStudio.csproj index 8d9f665..8c64863 100644 --- a/src/Machine.Specifications.Runner.VisualStudio/Machine.Specifications.Runner.VisualStudio.csproj +++ b/src/Machine.Specifications.Runner.VisualStudio/Machine.Specifications.Runner.VisualStudio.csproj @@ -1,4 +1,4 @@ - + net472;net6.0 @@ -9,7 +9,7 @@ - + diff --git a/src/Machine.Specifications.Should.Specs/Machine.Specifications.Should.Specs.csproj b/src/Machine.Specifications.Should.Specs/Machine.Specifications.Should.Specs.csproj index 412662e..859d6b0 100644 --- a/src/Machine.Specifications.Should.Specs/Machine.Specifications.Should.Specs.csproj +++ b/src/Machine.Specifications.Should.Specs/Machine.Specifications.Should.Specs.csproj @@ -1,4 +1,4 @@ - + net472;net8.0 @@ -9,7 +9,7 @@ - +