From 19729e04ff12b4a13ebf4f23cc4ea484b26c0944 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Mar 2024 00:50:14 +0000 Subject: [PATCH 1/2] Bump Microsoft.CodeAnalysis.CSharp.Workspaces and Microsoft.CodeAnalysis.CSharp Bumps [Microsoft.CodeAnalysis.CSharp.Workspaces](https://github.com/dotnet/roslyn) and [Microsoft.CodeAnalysis.CSharp](https://github.com/dotnet/roslyn). These dependencies needed to be updated together. Updates `Microsoft.CodeAnalysis.CSharp.Workspaces` from 4.8.0 to 4.9.2 - [Release notes](https://github.com/dotnet/roslyn/releases) - [Changelog](https://github.com/dotnet/roslyn/blob/main/docs/Breaking%20API%20Changes.md) - [Commits](https://github.com/dotnet/roslyn/commits) Updates `Microsoft.CodeAnalysis.CSharp` from 4.8.0 to 4.9.2 - [Release notes](https://github.com/dotnet/roslyn/releases) - [Changelog](https://github.com/dotnet/roslyn/blob/main/docs/Breaking%20API%20Changes.md) - [Commits](https://github.com/dotnet/roslyn/commits) --- updated-dependencies: - dependency-name: Microsoft.CodeAnalysis.CSharp.Workspaces dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: Microsoft.CodeAnalysis.CSharp dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Directory.Packages.props | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index f29cd72b..70f54a5f 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -8,8 +8,8 @@ - - + + From fab53e519dcc53e5fd2a7273823342b86493d115 Mon Sep 17 00:00:00 2001 From: Benjamin Michaelis Date: Mon, 25 Mar 2024 22:39:49 -0700 Subject: [PATCH 2/2] chore: Fix deps --- Directory.Packages.props | 3 +-- IntelliTect.Analyzer.sln | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index 70f54a5f..43d79b9c 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -11,8 +11,7 @@ - - + diff --git a/IntelliTect.Analyzer.sln b/IntelliTect.Analyzer.sln index e5e46530..39173063 100644 --- a/IntelliTect.Analyzer.sln +++ b/IntelliTect.Analyzer.sln @@ -12,6 +12,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution .editorconfig = .editorconfig azure-pipelines.yml = azure-pipelines.yml Directory.Build.props = Directory.Build.props + Directory.Packages.props = Directory.Packages.props NuGet.config = NuGet.config README.md = README.md EndProjectSection