Skip to content

Commit

Permalink
Update the code analysis nuget in the c# 13 test project
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornhellander committed Jul 27, 2024
1 parent 0187fb3 commit e239f6c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.11.0-3.24321.9" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.12.0-1.24376.3" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.1" PrivateAssets="all" />
</ItemGroup>
Expand Down

0 comments on commit e239f6c

Please sign in to comment.