Skip to content

Commit

Permalink
Upgrading all the code analysis deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremydmiller committed Sep 10, 2024
1 parent c27b1ff commit be7256c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/JasperFx.RuntimeCompiler/JasperFx.RuntimeCompiler.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<LangVersion>latest</LangVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis" Version="4.8.0" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.8.0" />
<PackageReference Include="Microsoft.CodeAnalysis.Scripting" Version="4.8.0" />
<PackageReference Include="Microsoft.CodeAnalysis" Version="4.11.0" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.11.0" />
<PackageReference Include="Microsoft.CodeAnalysis.Scripting" Version="4.11.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="[6.0.0, 9.0.0)" />
</ItemGroup>

Expand Down

0 comments on commit be7256c

Please sign in to comment.