Skip to content

Commit

Permalink
Update roslyn-analyzers
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 14, 2022
1 parent fc37e89 commit e3dc700
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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 @@ -19,15 +19,15 @@

<ItemGroup Condition="$(RoslynVersion) == 'latest'">
<PackageReference Update="Microsoft.CodeAnalysis.Analyzers" Version="3.3.3" />
<PackageReference Update="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.3.0" />
<PackageReference Update="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.3.1" />
</ItemGroup>
<PropertyGroup Condition="$(RoslynVersion) == 'latest'">
<DefineConstants>$(DefineConstants);ROSLYN4;CSHARP9_OR_GREATER</DefineConstants>
<NoWarn>$(NoWarn);nullable</NoWarn>
</PropertyGroup>

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

0 comments on commit e3dc700

Please sign in to comment.