Skip to content

Commit

Permalink
Update dependency Microsoft.CodeAnalysis.CSharp.Workspaces to v3.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 5, 2022
1 parent 595c4c2 commit 5500594
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Directory.Build.targets
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<ItemGroup Condition="$(RoslynVersion) == 'minimal'">
<PackageReference Update="Microsoft.CodeAnalysis.Analyzers" Version="3.3.3" />
<!-- Consider removing CS0618 when updating this version -->
<PackageReference Update="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="3.8.0" />
<PackageReference Update="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="3.11.0" />
</ItemGroup>
<PropertyGroup Condition="$(RoslynVersion) == 'minimal'">
<DefineConstants>$(DefineConstants);ROSLYN3;CSHARP9_OR_GREATER</DefineConstants>
Expand Down

0 comments on commit 5500594

Please sign in to comment.