Downgrade Roslyn to 4.8.0 (to continue supporting earliest .NET 8 SDK)

partially reverts 4d1e852d2
This commit is contained in:
YoshiRulz 2024-07-02 06:49:11 +10:00
parent 57b5e77712
commit 2534c9288e
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
5 changed files with 2 additions and 2 deletions

View File

@ -9,8 +9,8 @@
<PackageVersion Include="Menees.Analyzers" Version="3.0.10" />
<PackageVersion Include="Meziantou.Analyzer" Version="2.0.33" />
<PackageVersion Include="Microsoft.Bcl.HashCode" Version="1.1.1" />
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp" Version="4.10.0" />
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.10.0" />
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp" Version="4.8.0" />
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.8.0" />
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp.Analyzer.Testing" Version="1.1.2" />
<PackageVersion Include="Microsoft.CSharp" Version="4.7.0" />
<PackageVersion Include="Microsoft.Data.Sqlite.Core" Version="8.0.4" />

Binary file not shown.