Skip to content

Commit

Permalink
Updated Avalonia from 11 to 11.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Measurity committed Aug 2, 2023
1 parent cadfc28 commit 8791a17
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Nitrox.Launcher/Nitrox.Launcher.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Avalonia" Version="11.0.0" />
<PackageReference Include="Avalonia.Desktop" Version="11.0.0" />
<PackageReference Include="Avalonia.ReactiveUI" Version="11.0.0" />
<PackageReference Include="Avalonia.Themes.Fluent" Version="11.0.0" />
<PackageReference Include="Avalonia" Version="11.0.2" />
<PackageReference Include="Avalonia.Desktop" Version="11.0.2" />
<PackageReference Include="Avalonia.ReactiveUI" Version="11.0.2" />
<PackageReference Include="Avalonia.Themes.Fluent" Version="11.0.2" />
<!--Condition below is needed to remove Avalonia.Diagnostics package from build output in Release configuration.-->
<PackageReference Condition="'$(Configuration)' == 'Debug'" Include="Avalonia.Diagnostics" Version="11.0.0" />
<PackageReference Condition="'$(Configuration)' == 'Debug'" Include="Avalonia.Diagnostics" Version="11.0.2" />
<PackageReference Include="ReactiveUI.Validation" Version="3.1.7" />
</ItemGroup>

Expand Down

0 comments on commit 8791a17

Please sign in to comment.