Skip to content

Commit 3ecc56a

Browse files
Bump Microsoft.CodeAnalysis.CSharp (#21)
Bumps [Microsoft.CodeAnalysis.CSharp](https://github.com/dotnet/roslyn) from 3.10.0-3.21254.9 to 3.10.0-3.21256.6. - [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) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 268653b commit 3ecc56a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/GitBuildInfo.SourceGenerator.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
</ItemDefinitionGroup>
4141

4242
<ItemGroup>
43-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="3.10.0-3.21254.9" />
43+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="3.10.0-3.21256.6" />
4444
<PackageReference Include="Nullable" Version="1.3.0" />
4545
<PackageReference Include="System.Text.Json" Version="6.0.0-preview.5.21255.7" />
4646
</ItemGroup>

tests/GitBuildInfo.SourceGenerator.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="3.10.0-3.21254.9" />
9+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="3.10.0-3.21256.6" />
1010
<PackageReference Include="System.Text.Json" Version="6.0.0-preview.5.21255.7" />
1111
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.9.4" />
1212
<PackageReference Include="xunit" Version="2.4.1" />

0 commit comments

Comments
 (0)