Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
- Avalonia UI and its components to 11.1.3
- Xaml Behavious to 11.1.0.4
- Dr. Swizzler to 1.0.8 (fixes PS4 deswizzling)
- SVG Skia to 11.1.0.1
- CommunityToolkit MVVM to 8.3.2
- Pfim to 0.11.3
- Removed zlib.net
  • Loading branch information
iMrShadow committed Sep 27, 2024
1 parent bb88ab2 commit 52269f6
Showing 1 changed file with 15 additions and 16 deletions.
31 changes: 15 additions & 16 deletions TelltaleTextureTool/TelltaleTextureTool/TelltaleTextureTool.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<PlatformTarget>x64</PlatformTarget>
<StartupObject>TelltaleTextureTool.Program</StartupObject>
<PublishTrimmed>False</PublishTrimmed>
<AvaloniaUseCompiledBindingsByDefault>true</AvaloniaUseCompiledBindingsByDefault>
<AvaloniaUseCompiledBindingsByDefault>False</AvaloniaUseCompiledBindingsByDefault>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<PlatformTarget>AnyCPU</PlatformTarget>
Expand All @@ -27,8 +27,10 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<WarningLevel>7</WarningLevel>
</PropertyGroup>
<PropertyGroup Label="Avalonia">
<AvaloniaXamlReportImportance>High</AvaloniaXamlReportImportance>
</PropertyGroup>


<ItemGroup>
<AvaloniaResource Include="Assets\**" />
</ItemGroup>
Expand All @@ -39,32 +41,29 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Avalonia" Version="11.1.2" />
<PackageReference Include="Avalonia.Controls.DataGrid" Version="11.1.2" />
<PackageReference Include="Avalonia" Version="11.1.3" />
<PackageReference Include="Avalonia.Controls.DataGrid" Version="11.1.3" />
<PackageReference Include="Avalonia.Controls.PanAndZoom" Version="11.1.0.1" />
<PackageReference Include="Avalonia.Desktop" Version="11.1.2" />
<PackageReference Include="Avalonia.Diagnostics" Version="11.1.2" />
<PackageReference Include="Avalonia.Svg.Skia" Version="11.1.0" />
<PackageReference Include="Avalonia.Fonts.Inter" Version="11.1.2" />
<PackageReference Include="Avalonia.Themes.Fluent" Version="11.1.2" />
<PackageReference Include="Avalonia.Xaml.Behaviors" Version="11.1.0" />
<PackageReference Include="Avalonia.Desktop" Version="11.1.3" />
<PackageReference Include="Avalonia.Diagnostics" Version="11.1.3" />
<PackageReference Include="Avalonia.Svg.Skia" Version="11.1.0.1" />
<PackageReference Include="Avalonia.Fonts.Inter" Version="11.1.3" />
<PackageReference Include="Avalonia.Themes.Fluent" Version="11.1.3" />
<PackageReference Include="Avalonia.Xaml.Behaviors" Version="11.1.0.4" />
<PackageReference Include="BCnEncoder.Net" Version="2.1.0" />
<PackageReference Include="BitMiracle.LibTiff.NET" Version="2.4.649" />
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.2.2" />
<PackageReference Include="DrSwizzler" Version="1.0.7" />
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.3.2" />
<PackageReference Include="DrSwizzler" Version="1.0.8" />

<!--Condition below is needed to remove Avalonia.Diagnostics package from build output in Release configuration.-->
<PackageReference Include="Hexa.NET.DirectXTex.Standalone" Version="2.0.0" />
<PackageReference Include="HyperText.Avalonia" Version="2.0.0" />
<PackageReference Include="Ktx2.NET" Version="1.0.3" />
<PackageReference Include="MessageBox.Avalonia" Version="3.1.6" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Pfim" Version="0.11.2" />
<PackageReference Include="Pfim" Version="0.11.3" />
<PackageReference Include="PVRTexLib.NET" Version="1.0.3" />
<PackageReference Include="SixLabors.ImageSharp" Version="3.1.5" />
<PackageReference Include="zlib.net-mutliplatform" Version="1.0.7">
<TreatAsUsed>true</TreatAsUsed>
</PackageReference>
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 52269f6

Please sign in to comment.