From d84555f85d97eb5e0d12549fa83f3aef4e9af851 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Aug 2023 00:58:31 +0000 Subject: [PATCH] Bump Microsoft.CodeAnalysis.CSharp in /tests/SourceGeneratorUtils.Tests Bumps [Microsoft.CodeAnalysis.CSharp](https://github.com/dotnet/roslyn) from 4.6.0 to 4.7.0. - [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 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- src/SourceGeneratorUtils/SourceGeneratorUtils.csproj | 4 ++-- .../SourceGeneratorUtils.Tests.csproj | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/SourceGeneratorUtils/SourceGeneratorUtils.csproj b/src/SourceGeneratorUtils/SourceGeneratorUtils.csproj index 1a3146f..1095e3f 100644 --- a/src/SourceGeneratorUtils/SourceGeneratorUtils.csproj +++ b/src/SourceGeneratorUtils/SourceGeneratorUtils.csproj @@ -1,4 +1,4 @@ - + An essential library equipped with utils and helpers to write source files for source generators or general purpose. @@ -15,7 +15,7 @@ - + diff --git a/tests/SourceGeneratorUtils.Tests/SourceGeneratorUtils.Tests.csproj b/tests/SourceGeneratorUtils.Tests/SourceGeneratorUtils.Tests.csproj index 6c69365..4e16d4d 100644 --- a/tests/SourceGeneratorUtils.Tests/SourceGeneratorUtils.Tests.csproj +++ b/tests/SourceGeneratorUtils.Tests/SourceGeneratorUtils.Tests.csproj @@ -1,4 +1,4 @@ - + $(NetCoreAppCurrent);$(NetCoreAppMinimum) @@ -9,7 +9,7 @@ - +