We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 269560b commit dd28e26Copy full SHA for dd28e26
1 file changed
src/Directory.Packages.props
@@ -12,8 +12,8 @@
12
13
<!-- Roslyn / Code Analysis - All projects use 4.14.0 for compatibility -->
14
<PackageVersion Include="Microsoft.CodeAnalysis.Analyzers" Version="3.11.0" />
15
- <PackageVersion Include="Microsoft.CodeAnalysis.CSharp" Version="4.14.0" />
16
- <PackageVersion Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.14.0" />
+ <PackageVersion Include="Microsoft.CodeAnalysis.CSharp" Version="5.0.0" />
+ <PackageVersion Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="5.0.0" />
17
18
<!-- Test Infrastructure -->
19
<PackageVersion Include="Basic.Reference.Assemblies.Net100" Version="1.8.4" />
0 commit comments