Skip to content

Commit

Permalink
fix: 使用avalonia旧版本修复windows7报错 Fixes: #31
Browse files Browse the repository at this point in the history
  • Loading branch information
yaobiao131 committed Feb 5, 2024
1 parent 359681a commit ca42459
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion DownKyi.Core/DownKyi.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<RuntimeIdentifier>$([System.Runtime.InteropServices.RuntimeInformation]::RuntimeIdentifier)</RuntimeIdentifier>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Avalonia" Version="11.1.999-cibuild0043923-beta" />
<PackageReference Include="Avalonia" Version="11.1.999-cibuild0042781-beta" />
<PackageReference Include="FFMpegCore" Version="5.1.0"/>
<PackageReference Include="Google.Protobuf" Version="3.25.1"/>
<PackageReference Include="Microsoft.Data.Sqlite.Core" Version="8.0.0"/>
Expand Down
12 changes: 6 additions & 6 deletions DownKyi/DownKyi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@


<ItemGroup>
<PackageReference Include="Avalonia" Version="11.1.999-cibuild0043923-beta" />
<PackageReference Include="Avalonia.Controls.DataGrid" Version="11.1.999-cibuild0043923-beta" />
<PackageReference Include="Avalonia.Desktop" Version="11.1.999-cibuild0043923-beta" />
<PackageReference Include="Avalonia.Fonts.Inter" Version="11.1.999-cibuild0043923-beta" />
<PackageReference Include="Avalonia" Version="11.1.999-cibuild0042781-beta" />
<PackageReference Include="Avalonia.Controls.DataGrid" Version="11.1.999-cibuild0042781-beta" />
<PackageReference Include="Avalonia.Desktop" Version="11.1.999-cibuild0042781-beta" />
<PackageReference Include="Avalonia.Fonts.Inter" Version="11.1.999-cibuild0042781-beta" />
<!--Condition below is needed to remove Avalonia.Diagnostics package from build output in Release configuration.-->
<PackageReference Condition="'$(Configuration)' == 'Debug'" Include="Avalonia.Diagnostics" Version="11.1.999-cibuild0043923-beta" />
<PackageReference Include="Avalonia.Themes.Simple" Version="11.1.999-cibuild0043923-beta" />
<PackageReference Condition="'$(Configuration)' == 'Debug'" Include="Avalonia.Diagnostics" Version="11.1.999-cibuild0042781-beta" />
<PackageReference Include="Avalonia.Themes.Simple" Version="11.1.999-cibuild0042781-beta" />
<PackageReference Include="Avalonia.Xaml.Behaviors" Version="11.0.6" />
<PackageReference Include="Prism.Avalonia" Version="8.1.97.11000" />
<PackageReference Include="Prism.DryIoc.Avalonia" Version="8.1.97.11000" />
Expand Down

0 comments on commit ca42459

Please sign in to comment.