Skip to content

Commit

Permalink
Update roslyn-analyzers
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 23, 2022
1 parent add8f70 commit b7b4a83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 All @@ -28,7 +28,7 @@

<ItemGroup Condition="$(RoslynVersion) == 'preview'">
<PackageReference Update="Microsoft.CodeAnalysis.Analyzers" Version="3.3.4-beta1.22464.1" />
<PackageReference Update="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.4.0-2.final" />
<PackageReference Update="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.4.0-4.final" />
</ItemGroup>
<PropertyGroup Condition="$(RoslynVersion) == 'preview'">
<DefineConstants>$(DefineConstants);ROSLYN4;CSHARP9_OR_GREATER;CSHARP10_OR_GREATER</DefineConstants>
Expand Down

0 comments on commit b7b4a83

Please sign in to comment.