Skip to content

Commit be7256c

Browse files
committed
Upgrading all the code analysis deps
1 parent c27b1ff commit be7256c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: src/JasperFx.RuntimeCompiler/JasperFx.RuntimeCompiler.csproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
<LangVersion>latest</LangVersion>
66
</PropertyGroup>
77
<ItemGroup>
8-
<PackageReference Include="Microsoft.CodeAnalysis" Version="4.8.0" />
9-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.8.0" />
10-
<PackageReference Include="Microsoft.CodeAnalysis.Scripting" Version="4.8.0" />
8+
<PackageReference Include="Microsoft.CodeAnalysis" Version="4.11.0" />
9+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.11.0" />
10+
<PackageReference Include="Microsoft.CodeAnalysis.Scripting" Version="4.11.0" />
1111
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="[6.0.0, 9.0.0)" />
1212
</ItemGroup>
1313

0 commit comments

Comments
 (0)