Skip to content

Commit

Permalink
Downgrade version to fix run on arm64 runner.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemstra committed Jan 18, 2025
1 parent 7785f81 commit d04f2d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>
<ItemGroup>
<PackageVersion Include="Microsoft.CodeAnalysis.Analyzers" Version="3.11.0" />
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp" Version="4.11.0" />
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp" Version="4.8.0" />
<PackageVersion Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="8.0.0" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="8.0.0" />
Expand All @@ -18,4 +18,4 @@
<PackageVersion Include="Avalonia.Desktop" Version="11.2.3" />
<PackageVersion Include="System.Drawing.Common" Version="8.0.11" />
</ItemGroup>
</Project>
</Project>

0 comments on commit d04f2d4

Please sign in to comment.