|
@@ -1,6 +1,6 @@
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
<PropertyGroup>
|
|
<PropertyGroup>
|
|
|
- <TargetFrameworks>net8.0;net9.0</TargetFrameworks>
|
|
|
|
|
|
|
+ <TargetFrameworks>net9.0</TargetFrameworks>
|
|
|
<Nullable>enable</Nullable>
|
|
<Nullable>enable</Nullable>
|
|
|
<AvaloniaUseCompiledBindingsByDefault>true</AvaloniaUseCompiledBindingsByDefault>
|
|
<AvaloniaUseCompiledBindingsByDefault>true</AvaloniaUseCompiledBindingsByDefault>
|
|
|
<Configurations>Debug;Release;DebugDev;Publish</Configurations>
|
|
<Configurations>Debug;Release;DebugDev;Publish</Configurations>
|
|
@@ -304,6 +304,10 @@
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
<ItemGroup>
|
|
|
|
|
|
|
|
|
|
+ <PackageReference Include="Avalonia.Controls.DataGrid" Version="11.3.2" />
|
|
|
|
|
+
|
|
|
|
|
+ <PackageReference Include="Avalonia.Fonts.Inter" Version="11.3.2" />
|
|
|
|
|
+
|
|
|
<PackageReference Include="Avalonia.Skia" Version="11.3.2" />
|
|
<PackageReference Include="Avalonia.Skia" Version="11.3.2" />
|
|
|
<PackageReference Include="Avalonia.Controls.ColorPicker" Version="11.3.2" />
|
|
<PackageReference Include="Avalonia.Controls.ColorPicker" Version="11.3.2" />
|
|
|
<PackageReference Include="Avalonia.Themes.Fluent" Version="11.3.2" />
|
|
<PackageReference Include="Avalonia.Themes.Fluent" Version="11.3.2" />
|
|
@@ -313,7 +317,7 @@
|
|
|
<PackageReference Include="Microsoft.Maui.Essentials" Version="9.0.90" />
|
|
<PackageReference Include="Microsoft.Maui.Essentials" Version="9.0.90" />
|
|
|
|
|
|
|
|
<!--Condition below is needed to remove Avalonia.Diagnostics package from build output in Release configuration.-->
|
|
<!--Condition below is needed to remove Avalonia.Diagnostics package from build output in Release configuration.-->
|
|
|
- <PackageReference Condition="'$(Configuration)' == 'DebugDev'" Include="Avalonia.Diagnostics" Version="11.2.2"/>
|
|
|
|
|
|
|
+ <PackageReference Condition="'$(Configuration)' == 'DebugDev'" Include="Avalonia.Diagnostics" Version="11.3.2" />
|
|
|
<PackageReference Include="ReactiveUI" Version="20.4.1" />
|
|
<PackageReference Include="ReactiveUI" Version="20.4.1" />
|
|
|
<PackageReference Include="Svg.Controls.Skia.Avalonia" Version="11.3.0.3" />
|
|
<PackageReference Include="Svg.Controls.Skia.Avalonia" Version="11.3.0.3" />
|
|
|
|
|
|