We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ac80aa commit 9bf74afCopy full SHA for 9bf74af
src/CodeOfChaos.CliArgsParser.Generators/CodeOfChaos.CliArgsParser.Generators.csproj
@@ -36,8 +36,8 @@
36
<PrivateAssets>all</PrivateAssets>
37
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
38
</PackageReference>
39
- <PackageReference Include="Microsoft.CodeAnalysis.Common" Version="4.12.0" />
40
- <PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.12.0" />
+ <PackageReference Include="Microsoft.CodeAnalysis.Common" Version="4.13.0" />
+ <PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.13.0" />
41
</ItemGroup>
42
<ItemGroup>
43
<None Include="$(OutputPath)\$(AssemblyName).dll" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false" />
0 commit comments