Skip to content

Commit 8bc2eed

Browse files
Bump Microsoft.CodeAnalysis from 4.12.0 to 4.13.0
Bumps [Microsoft.CodeAnalysis](https://github.com/dotnet/roslyn) from 4.12.0 to 4.13.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 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4f19c00 commit 8bc2eed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Analyzers/Akade.IndexedSet.Analyzers.Test/Akade.IndexedSet.Analyzers.Test.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
1212
<PackageReference Include="MSTest.TestAdapter" Version="3.7.3" />
1313
<PackageReference Include="MSTest.TestFramework" Version="3.7.3" />
14-
<PackageReference Include="Microsoft.CodeAnalysis" Version="4.12.0" />
14+
<PackageReference Include="Microsoft.CodeAnalysis" Version="4.13.0" />
1515
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Analyzer.Testing" Version="1.1.2" />
1616
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.CodeFix.Testing" Version="1.1.2" />
1717
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing" Version="1.1.2" />

0 commit comments

Comments
 (0)