|
|
@@ -8,18 +8,16 @@
|
|
|
<Company>Ruben Hyldgaard Negendahl</Company>
|
|
|
<Product>PicView</Product>
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
|
- <PlatformTarget>X64</PlatformTarget>
|
|
|
+ <PlatformTarget>x64</PlatformTarget>
|
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
|
|
<IsAotCompatible>False</IsAotCompatible>
|
|
|
<IsTrimmable>True</IsTrimmable>
|
|
|
- <PlatformTarget>x64</PlatformTarget>
|
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
|
|
|
<IsAotCompatible>True</IsAotCompatible>
|
|
|
<IsTrimmable>True</IsTrimmable>
|
|
|
<AvaloniaUseCompiledBindingsByDefault>true</AvaloniaUseCompiledBindingsByDefault>
|
|
|
- <PlatformTarget>x64</PlatformTarget>
|
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Label="Avalonia">
|
|
|
<AvaloniaXamlIlDebuggerLaunch>False</AvaloniaXamlIlDebuggerLaunch>
|
|
|
@@ -61,8 +59,8 @@
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
- <PackageReference Include="Avalonia" Version="11.2.0-beta1" />
|
|
|
- <PackageReference Include="Avalonia.ReactiveUI" Version="11.2.0-beta1" />
|
|
|
+ <PackageReference Include="Avalonia" Version="11.2.999-cibuild0051694-alpha" />
|
|
|
+ <PackageReference Include="Avalonia.ReactiveUI" Version="11.2.999-cibuild0051694-alpha" />
|
|
|
<!--Condition below is needed to remove Avalonia.Diagnostics package from build output in Release configuration.-->
|
|
|
<PackageReference Condition="'$(Configuration)' == 'Debug'" Include="Avalonia.Diagnostics" Version="11.2.0-beta1" />
|
|
|
<PackageReference Include="Avalonia.Svg.Skia" Version="11.1.0.1" />
|