File tree 6 files changed +13
-19
lines changed
6 files changed +13
-19
lines changed Original file line number Diff line number Diff line change 37
37
<PropertyGroup Condition =" '$(Platform)' == 'arm64'" >
38
38
<PlatformTarget >ARM64</PlatformTarget >
39
39
</PropertyGroup >
40
-
41
- <ItemGroup >
42
- <PackageReference Include =" Avalonia.Desktop" Version =" 11.2.3" />
43
- <PackageReference Include =" Avalonia.Themes.Simple" Version =" 11.2.3" />
44
- </ItemGroup >
40
+
45
41
46
42
<ItemGroup >
47
43
<ProjectReference Include =" ..\PicView.Avalonia\PicView.Avalonia.csproj" />
Original file line number Diff line number Diff line change 41
41
</PropertyGroup >
42
42
43
43
<ItemGroup >
44
- <PackageReference Include =" Avalonia.Desktop" Version =" 11.2.3" />
45
- <PackageReference Include =" Avalonia.Themes.Simple" Version =" 11.2.3" />
46
44
<PackageReference Include =" Clowd.Clipboard.Avalonia" Version =" 1.1.4" />
47
45
</ItemGroup >
48
46
82
80
<ItemGroup >
83
81
<UpToDateCheckInput Remove =" Views\KeybindingsWindow.axaml" />
84
82
</ItemGroup >
83
+
84
+ <ItemGroup >
85
+ <Reference Include =" Avalonia.Themes.Simple" >
86
+ <HintPath >C:\Users\Ruben\.nuget\packages\avalonia.themes.simple\11.2.3\lib\net8.0\Avalonia.Themes.Simple.dll</HintPath >
87
+ </Reference >
88
+ </ItemGroup >
85
89
</Project >
Original file line number Diff line number Diff line change 105
105
</ItemGroup >
106
106
107
107
<ItemGroup >
108
- <PackageReference Include =" Avalonia" Version =" 11.2.3 " />
109
- <PackageReference Include =" Avalonia.Desktop" Version =" 11.2.3 " />
110
- <PackageReference Include =" Avalonia.ReactiveUI" Version =" 11.2.3 " />
108
+ <PackageReference Include =" Avalonia" Version =" 11.3.999-cibuild0054847-alpha " />
109
+ <PackageReference Include =" Avalonia.Desktop" Version =" 11.3.999-cibuild0054847-alpha " />
110
+ <PackageReference Include =" Avalonia.ReactiveUI" Version =" 11.3.999-cibuild0054847-alpha " />
111
111
<!-- Condition below is needed to remove Avalonia.Diagnostics package from build output in Release configuration.-->
112
- <PackageReference Condition =" '$(Configuration)' == 'Debug'" Include =" Avalonia.Diagnostics" Version =" 11.2.3 " />
112
+ <PackageReference Condition =" '$(Configuration)' == 'Debug'" Include =" Avalonia.Diagnostics" Version =" 11.3.999-cibuild0054847-alpha " />
113
113
<PackageReference Include =" Avalonia.Svg.Skia" Version =" 11.2.0.2" />
114
114
</ItemGroup >
115
115
Original file line number Diff line number Diff line change 24
24
<PlatformTarget >ARM64</PlatformTarget >
25
25
</PropertyGroup >
26
26
<ItemGroup >
27
- <PackageReference Include =" Magick.NET-Q8-OpenMP-x64" Version =" 14.4 .0" />
27
+ <PackageReference Include =" Magick.NET-Q8-OpenMP-x64" Version =" 14.3 .0" />
28
28
<PackageReference Include =" SharpCompress" Version =" 0.39.0" />
29
29
<PackageReference Include =" ZString" Version =" 2.6.0" />
30
30
</ItemGroup >
Original file line number Diff line number Diff line change 7
7
<Platforms >arm64;x64</Platforms >
8
8
</PropertyGroup >
9
9
10
- <ItemGroup >
11
- <PackageReference Include =" Avalonia" Version =" 11.2.3" />
12
- <PackageReference Include =" Avalonia.Diagnostics" Version =" 11.2.3" />
13
- <PackageReference Include =" Avalonia.Themes.Simple" Version =" 11.2.3" />
14
- </ItemGroup >
15
-
16
10
</Project >
Original file line number Diff line number Diff line change 11
11
</PropertyGroup >
12
12
13
13
<ItemGroup >
14
- <PackageReference Include =" Avalonia.Headless.XUnit" Version =" 11.2.3 " />
14
+ <PackageReference Include =" Avalonia.Headless.XUnit" Version =" 11.3.999-cibuild0054847-alpha " />
15
15
<PackageReference Include =" BenchmarkDotNet" Version =" 0.14.0" />
16
16
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.12.0" />
17
17
<PackageReference Include =" xunit" Version =" 2.9.3" />
You can’t perform that action at this time.
0 commit comments