File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 26
26
</ItemGroup >
27
27
28
28
<ItemGroup >
29
- <PackageReference Include =" Avalonia" Version =" 11.3.1 " />
30
- <PackageReference Include =" Avalonia.Desktop" Version =" 11.3.1 " />
31
- <PackageReference Include =" Avalonia.Themes.Fluent" Version =" 11.3.1 " />
32
- <PackageReference Include =" Avalonia.Fonts.Inter" Version =" 11.3.1 " />
29
+ <PackageReference Include =" Avalonia" Version =" 11.3.2 " />
30
+ <PackageReference Include =" Avalonia.Desktop" Version =" 11.3.2 " />
31
+ <PackageReference Include =" Avalonia.Themes.Fluent" Version =" 11.3.2 " />
32
+ <PackageReference Include =" Avalonia.Fonts.Inter" Version =" 11.3.2 " />
33
33
<!-- Condition below is needed to remove Avalonia.Diagnostics package from build output in Release configuration.-->
34
34
<PackageReference Condition =" '$(Configuration)' == 'Debug'" Include =" Avalonia.Diagnostics" Version =" 11.3.1" />
35
- <PackageReference Include =" Avalonia.ReactiveUI" Version =" 11.3.1 " />
35
+ <PackageReference Include =" Avalonia.ReactiveUI" Version =" 11.3.2 " />
36
36
</ItemGroup >
37
37
38
38
<ItemGroup >
Original file line number Diff line number Diff line change 5
5
using Avalonia . Controls ;
6
6
using Avalonia . Interactivity ;
7
7
8
- using Nullinside . Api . Common . Desktop ;
9
- #if ! DEBUG
10
8
using Microsoft . Extensions . DependencyInjection ;
11
9
10
+ using Nullinside . Api . Common . Desktop ;
11
+ #if ! DEBUG
12
12
using Avalonia . Threading ;
13
13
14
14
using SiteMonitor . ViewModels ;
You can’t perform that action at this time.
0 commit comments