Skip to content

Commit

Permalink
Updated actions (#57)
Browse files Browse the repository at this point in the history
* Update actions

* Updated packages

Co-authored-by: Arman <[email protected]>
  • Loading branch information
armannaj and arman-purple authored Jun 20, 2022
1 parent c4e5d7d commit ef248f6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion PurpleExplorer/App.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<Application.Styles>
<StyleInclude Source="avares://Avalonia.Themes.Default/DefaultTheme.xaml" />
<StyleInclude Source="avares://Avalonia.Themes.Default/Accents/BaseLight.xaml" />
<StyleInclude Source="avares://Avalonia.Controls.DataGrid/Themes/Default.xaml" />
<StyleInclude Source="avares://Avalonia.Controls.DataGrid/Themes/Default.xaml"/>
<StyleInclude Source="/Styles/CommonStyles.xaml" />
</Application.Styles>

Expand Down
15 changes: 8 additions & 7 deletions PurpleExplorer/PurpleExplorer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,16 @@
<TrimmableAssembly Include="Avalonia.Themes.Default" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Avalonia" Version="0.10.14" />
<PackageReference Include="Avalonia.Desktop" Version="0.10.14" />
<PackageReference Include="Avalonia" Version="0.10.15" />
<PackageReference Include="Avalonia.Controls.DataGrid" Version="0.10.15" />
<PackageReference Include="Avalonia.Desktop" Version="0.10.15" />
<!--Condition below is needed to remove Avalonia.Diagnostics package from build output in Release configuration.-->
<PackageReference Condition="'$(Configuration)' == 'Debug'" Include="Avalonia.Diagnostics" Version="0.10.14" />
<PackageReference Include="Avalonia.ReactiveUI" Version="0.10.14" />
<PackageReference Include="MessageBox.Avalonia" Version="2.0.0" />
<PackageReference Condition="'$(Configuration)' == 'Debug'" Include="Avalonia.Diagnostics" Version="0.10.15" />
<PackageReference Include="Avalonia.ReactiveUI" Version="0.10.15" />
<PackageReference Include="MessageBox.Avalonia" Version="2.0.1" />
<PackageReference Include="Microsoft.Azure.ServiceBus" Version="5.2.0" />
<PackageReference Include="Projektanker.Icons.Avalonia" Version="5.0.1" />
<PackageReference Include="Projektanker.Icons.Avalonia.FontAwesome" Version="5.0.1" />
<PackageReference Include="Projektanker.Icons.Avalonia" Version="5.0.2" />
<PackageReference Include="Projektanker.Icons.Avalonia.FontAwesome" Version="5.0.2" />
</ItemGroup>
<ItemGroup>
<None Update="appstate.json">
Expand Down

0 comments on commit ef248f6

Please sign in to comment.