|
1 | 1 | <Project> |
| 2 | + |
2 | 3 | <PropertyGroup> |
3 | 4 | <ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally> |
4 | 5 | <CentralPackageFloatingVersionsEnabled>true</CentralPackageFloatingVersionsEnabled> |
5 | 6 | </PropertyGroup> |
| 7 | + |
| 8 | + <PropertyGroup> |
| 9 | + <AvaloniaVersion>11.3.12</AvaloniaVersion> |
| 10 | + <NetSdkVersion>10.0.5</NetSdkVersion> |
| 11 | + </PropertyGroup> |
| 12 | + |
6 | 13 | <ItemGroup> |
7 | 14 | <PackageVersion Include="AssetsTools.NET" Version="3.0.0-preview1" /> |
8 | 15 | <PackageVersion Include="Autofac" Version="[4.9.4]" /> |
9 | | - <PackageVersion Include="Avalonia.Desktop" Version="11.3.4" /> |
10 | | - <PackageVersion Include="Avalonia.Diagnostics" Version="11.3.4" /> |
| 16 | + <PackageVersion Include="Avalonia.Desktop" Version="$(AvaloniaVersion)" /> |
| 17 | + <PackageVersion Include="Avalonia.Diagnostics" Version="$(AvaloniaVersion)" /> |
11 | 18 | <PackageVersion Include="Avalonia.Svg.Skia" Version="11.3.0" /> |
12 | | - <PackageVersion Include="Avalonia.Themes.Fluent" Version="11.3.4" /> |
| 19 | + <PackageVersion Include="Avalonia.Themes.Fluent" Version="$(AvaloniaVersion)" /> |
13 | 20 | <PackageVersion Include="Avalonia.Xaml.Interactions" Version="11.3.0.6" /> |
14 | 21 | <PackageVersion Include="Avalonia.Xaml.Interactivity" Version="11.3.0.6" /> |
15 | | - <PackageVersion Include="Avalonia" Version="11.3.4" /> |
| 22 | + <PackageVersion Include="Avalonia" Version="$(AvaloniaVersion)" /> |
16 | 23 | <PackageVersion Include="BepInEx.AssemblyPublicizer.MSBuild" Version="0.4.2" /> |
17 | 24 | <PackageVersion Include="Bogus" Version="35.6.3" /> |
18 | | - <PackageVersion Include="CommunityToolkit.Mvvm" Version="8.4.0" /> |
| 25 | + <PackageVersion Include="CommunityToolkit.Mvvm" Version="8.4.1" /> |
19 | 26 | <PackageVersion Include="CompareNETObjects" Version="4.83.0" /> |
20 | 27 | <PackageVersion Include="ConsoleAppFramework" Version="5.6.1" /> |
21 | 28 | <PackageVersion Include="coverlet.collector" Version="6.0.4" /> |
|
31 | 38 | <PackageVersion Include="MagicOnion.Abstractions" Version="7.0.6" /> |
32 | 39 | <PackageVersion Include="MagicOnion.Client" Version="7.0.6" /> |
33 | 40 | <PackageVersion Include="MagicOnion.Server" Version="7.0.6" /> |
34 | | - <PackageVersion Include="Microsoft.Extensions.Hosting" Version="10.0.2" /> |
35 | | - <PackageVersion Include="Microsoft.Extensions.Configuration.Abstractions" Version="10.0.2" /> |
36 | | - <PackageVersion Include="Microsoft.Extensions.Logging.Abstractions" Version="10.0.2" /> |
37 | | - <PackageVersion Include="Microsoft.Extensions.Options" Version="10.0.2" /> |
38 | | - <PackageVersion Include="Microsoft.Extensions.DependencyInjection" Version="10.0.2" /> |
39 | | - <PackageVersion Include="Microsoft.Extensions.Http" Version="10.0.2" /> |
| 41 | + <PackageVersion Include="Microsoft.Extensions.Hosting" Version="$(NetSdkVersion)" /> |
| 42 | + <PackageVersion Include="Microsoft.Extensions.Configuration.Abstractions" Version="$(NetSdkVersion)" /> |
| 43 | + <PackageVersion Include="Microsoft.Extensions.Logging.Abstractions" Version="$(NetSdkVersion)" /> |
| 44 | + <PackageVersion Include="Microsoft.Extensions.Options" Version="$(NetSdkVersion)" /> |
| 45 | + <PackageVersion Include="Microsoft.Extensions.DependencyInjection" Version="$(NetSdkVersion)" /> |
| 46 | + <PackageVersion Include="Microsoft.Extensions.Http" Version="$(NetSdkVersion)" /> |
40 | 47 | <PackageVersion Include="Microsoft.Win32.Registry" Version="5.0.0" /> |
41 | 48 | <PackageVersion Include="Mono.Nat" Version="3.0.4" /> |
42 | 49 | <PackageVersion Include="MSTest" Version="3.8.3" /> |
43 | 50 | <PackageVersion Include="Newtonsoft.Json" Version="12.0.3" /> |
44 | 51 | <PackageVersion Include="Nitrox.Analyzers" Version="1.0.13" /> |
45 | 52 | <PackageVersion Include="Nitrox.BinaryPack" Version="2.0.1" /> |
46 | | - <PackageVersion Include="Nitrox.Discovery.MSBuild" Version="0.1.1" /> |
| 53 | + <PackageVersion Include="Nitrox.Discovery.MSBuild" Version="0.1.3" /> |
47 | 54 | <PackageVersion Include="NSubstitute" Version="5.3.0" /> |
48 | 55 | <PackageVersion Include="PolySharp" Version="1.15.0" /> |
49 | 56 | <PackageVersion Include="Serilog.Sinks.Async" Version="2.1.0" /> |
|
60 | 67 | <PackageVersion Include="System.Memory" Version="4.6.3" /> |
61 | 68 | <PackageVersion Include="System.Numerics.Vectors" Version="4.6.1" /> |
62 | 69 | <PackageVersion Include="System.Runtime.CompilerServices.Unsafe" Version="6.1.2" /> |
63 | | - <PackageVersion Include="System.Text.Json" Version="10.0.1" /> |
| 70 | + <PackageVersion Include="System.Text.Json" Version="$(NetSdkVersion)" /> |
64 | 71 | <PackageVersion Include="System.ValueTuple" Version="4.6.1" /> |
65 | 72 | <PackageVersion Include="ZLogger" Version="2.5.10" /> |
66 | 73 | </ItemGroup> |
| 74 | + |
67 | 75 | </Project> |
0 commit comments