Skip to content

Commit

Permalink
Upgrading Microsoft.CodeAnalysis.* package one small step. Microsoft.…
Browse files Browse the repository at this point in the history
…CodeAnalysis.CSharp 4.4.0
  • Loading branch information
Mathias Stenbom committed Oct 1, 2024
1 parent 22f1e6d commit 61430ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Saspect/Saspect.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.3" PrivateAssets="all" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.3.1" PrivateAssets="all" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.4.0" PrivateAssets="all" />
</ItemGroup>
</Project>

0 comments on commit 61430ea

Please sign in to comment.