mirror of
https://github.com/2dust/v2rayN.git
synced 2026-05-30 17:54:08 +00:00
Some checks are pending
release Linux / build (push) Waiting to run
release Linux / release-zip (push) Blocked by required conditions
release Linux / build and release deb x64 & arm64 (push) Waiting to run
release Linux / build and release rpm x64 & arm64 (push) Waiting to run
release Linux / build and release rpm riscv64 (push) Waiting to run
release Linux / build and release deb riscv64 (push) Waiting to run
release Linux / build and release deb loong64 (push) Waiting to run
release macOS / build (push) Waiting to run
release macOS / release-zip (push) Blocked by required conditions
release macOS / package and release macOS dmg (push) Blocked by required conditions
release Windows desktop (Avalonia UI) / build (push) Waiting to run
release Windows desktop (Avalonia UI) / release-zip (push) Blocked by required conditions
release Windows / build (push) Waiting to run
release Windows / release-zip (push) Blocked by required conditions
* Update build-linux.yml * Update Directory.Packages.props * Update Directory.Packages.props
39 lines
2.5 KiB
XML
39 lines
2.5 KiB
XML
<Project>
|
|
<PropertyGroup>
|
|
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
|
|
<CentralPackageTransitivePinningEnabled>true</CentralPackageTransitivePinningEnabled>
|
|
<CentralPackageVersionOverrideEnabled>false</CentralPackageVersionOverrideEnabled>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<PackageVersion Include="Avalonia.AvaloniaEdit" Version="11.4.1" />
|
|
<PackageVersion Include="Avalonia.Controls.DataGrid" Version="11.3.13" />
|
|
<PackageVersion Include="Avalonia.Desktop" Version="11.3.16" />
|
|
<PackageVersion Include="Avalonia.Diagnostics" Version="11.3.16" />
|
|
<PackageVersion Include="AwesomeAssertions" Version="9.4.0" />
|
|
<PackageVersion Include="DialogHost.Avalonia" Version="0.11.0" />
|
|
<PackageVersion Include="ReactiveUI.Avalonia" Version="11.4.12" />
|
|
<PackageVersion Include="CliWrap" Version="3.10.1" />
|
|
<PackageVersion Include="Downloader" Version="5.5.0" />
|
|
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="18.5.1" />
|
|
<PackageVersion Include="H.NotifyIcon.Wpf" Version="2.4.1" />
|
|
<PackageVersion Include="MaterialDesignThemes" Version="5.3.2" />
|
|
<PackageVersion Include="QRCoder" Version="1.8.0" />
|
|
<PackageVersion Include="ReactiveUI" Version="23.2.27" />
|
|
<PackageVersion Include="ReactiveUI.Fody" Version="19.5.41" />
|
|
<PackageVersion Include="ReactiveUI.WPF" Version="23.2.27" />
|
|
<PackageVersion Include="Semi.Avalonia" Version="11.3.14" />
|
|
<PackageVersion Include="Semi.Avalonia.AvaloniaEdit" Version="11.2.0.2" />
|
|
<PackageVersion Include="Semi.Avalonia.DataGrid" Version="11.3.7.3" />
|
|
<PackageVersion Include="NLog" Version="6.1.3" />
|
|
<PackageVersion Include="sqlite-net-e" Version="1.11.0" />
|
|
<PackageVersion Include="Repobot.SQLite.Unofficial" Version="3.53.1.7" />
|
|
<PackageVersion Include="TaskScheduler" Version="2.12.2" />
|
|
<PackageVersion Include="Tmds.DBus.Protocol" Version="0.21.3" />
|
|
<PackageVersion Include="WebDav.Client" Version="2.9.0" />
|
|
<PackageVersion Include="xunit.runner.visualstudio" Version="3.1.5" />
|
|
<PackageVersion Include="xunit.v3" Version="3.2.2" />
|
|
<PackageVersion Include="YamlDotNet" Version="17.1.0" />
|
|
<PackageVersion Include="ZXing.Net.Bindings.SkiaSharp" Version="0.16.22" />
|
|
<PackageVersion Include="SkiaSharp.NativeAssets.Linux" Version="3.119.4-preview.1.1" />
|
|
</ItemGroup>
|
|
</Project>
|