Skip to content

Commit

Permalink
[1] Upgrade to AppSuite 3.0.0.901.
Browse files Browse the repository at this point in the history
[2] Upgrade to SkiaSharp 2.88.8.
[3] Upgrade to MySqlConnector 2.3.7.
  • Loading branch information
hamster620 committed Sep 1, 2024
1 parent 584e762 commit 7b75a66
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ULogViewer/ULogViewer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<PublishReadyToRun>false</PublishReadyToRun>
<PublishReadyToRunEmitSymbols>false</PublishReadyToRunEmitSymbols>
<AvaloniaNameGeneratorFilterByNamespace>Dummy</AvaloniaNameGeneratorFilterByNamespace> <!-- Prevent generating InitializeComponents() and fields -->
<AppSuiteVersion>3.0.0.324-dev</AppSuiteVersion>
<AppSuiteVersion>3.0.0.901-dev</AppSuiteVersion>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)'=='Debug'">
Expand Down Expand Up @@ -91,9 +91,9 @@
<PackageReference Include="Dotnet.Bundle" Version="0.9.13" />
<PackageReference Include="evtx" Version="1.2.0" />
<PackageReference Include="LiveChartsCore.SkiaSharpView.Avalonia" Version="2.0.0-rc2" />
<PackageReference Include="MySqlConnector" Version="2.3.5" />
<PackageReference Include="MySqlConnector" Version="2.3.7" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="SkiaSharp" Version="2.88.7" />
<PackageReference Include="SkiaSharp" Version="2.88.8" />
<PackageReference Include="System.Data.SQLite" Version="1.0.118">
<ExcludeAssets Condition="$(RuntimeIdentifier.Contains('win'))">native</ExcludeAssets>
</PackageReference>
Expand Down

0 comments on commit 7b75a66

Please sign in to comment.