Skip to content

Commit 8050997

Browse files
build(deps): Bump Microsoft.CodeAnalysis.Common and Microsoft.CodeAnalysis.Workspaces.Common
Bumps [Microsoft.CodeAnalysis.Common](https://github.com/dotnet/roslyn) and [Microsoft.CodeAnalysis.Workspaces.Common](https://github.com/dotnet/roslyn). These dependencies needed to be updated together. Updates `Microsoft.CodeAnalysis.Common` from 4.11.0 to 4.12.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) Updates `Microsoft.CodeAnalysis.Workspaces.Common` from 4.11.0 to 4.12.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.Common dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: Microsoft.CodeAnalysis.Workspaces.Common dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a4c5161 commit 8050997

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Directory.Packages.props

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -135,15 +135,15 @@
135135
</ItemGroup>
136136

137137
<ItemGroup Label="Test Dependencies - Legacy" Condition="'$(TargetFramework)' == 'netcoreapp3.1' Or '$(TargetFramework)' == 'net5.0'">
138-
<PackageVersion Update="xunit.runner.visualstudio" Version="2.4.5"/>
138+
<PackageVersion Update="xunit.runner.visualstudio" Version="2.8.2"/>
139139
</ItemGroup>
140140

141141
<ItemGroup Label="Source Code Generators">
142142
<PackageVersion Include="System.Text.RegularExpressions" Version="4.3.1"/>
143-
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp" Version="4.11.0"/>
144-
<PackageVersion Include="Microsoft.CodeAnalysis.Common" Version="4.11.0"/>
145-
<PackageVersion Include="Microsoft.CodeAnalysis.Workspaces.Common" Version="4.11.0"/>
146-
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.11.0"/>
143+
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp" Version="4.12.0"/>
144+
<PackageVersion Include="Microsoft.CodeAnalysis.Common" Version="4.12.0"/>
145+
<PackageVersion Include="Microsoft.CodeAnalysis.Workspaces.Common" Version="4.12.0"/>
146+
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.12.0"/>
147147
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp.SourceGenerators.Testing.XUnit" Version="1.1.2" />
148148
</ItemGroup>
149149
</Project>

0 commit comments

Comments
 (0)