Skip to content

Commit

Permalink
Added Dotnet.Bundle package for generating macOS bundle.
Browse files Browse the repository at this point in the history
Upgraded Avalonia packages from 0.9.4 to 0.9.6.
  • Loading branch information
trippsc2 committed Mar 30, 2020
1 parent b8a3467 commit f59a7db
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions OpenTracker/OpenTracker.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,10 @@
<None Remove="Views\SectionControl.xaml" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Avalonia" Version="0.9.4" />
<PackageReference Include="Avalonia.Desktop" Version="0.9.4" />
<PackageReference Include="Avalonia.ReactiveUI" Version="0.9.4" />
<PackageReference Include="Avalonia" Version="0.9.6" />
<PackageReference Include="Avalonia.Desktop" Version="0.9.6" />
<PackageReference Include="Avalonia.ReactiveUI" Version="0.9.6" />
<PackageReference Include="Dotnet.Bundle" Version="0.9.12" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<PackageReference Include="ThemeEditor.Controls.ColorPicker" Version="0.9.4" />
</ItemGroup>
Expand Down

0 comments on commit f59a7db

Please sign in to comment.