Bump CodeAnalyses references

So we can benefit from roslyn issue 69309
and have consistent EOL sequences, even on
auto-generated using statements.
This commit is contained in:
Nils Andresen
2023-11-27 21:57:46 +01:00
committed by Patrik Svensson
parent 1d19079913
commit c62f79eded
2 changed files with 9 additions and 8 deletions

View File

@ -12,7 +12,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.XUnit" Version="1.1.1" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.XUnit" Version="1.1.1" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.2.0" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.8.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.3.2" />
<PackageReference Include="xunit" Version="2.4.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">