-
-
Notifications
You must be signed in to change notification settings - Fork 39
Expand file tree
/
Copy pathDirectory.Packages.props
More file actions
36 lines (35 loc) · 2.07 KB
/
Copy pathDirectory.Packages.props
File metadata and controls
36 lines (35 loc) · 2.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<Project>
<PropertyGroup>
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
</PropertyGroup>
<ItemGroup>
<PackageVersion Include="Avalonia" Version="12.0.0" />
<PackageVersion Include="Avalonia.Browser" Version="12.0.0" />
<PackageVersion Include="Avalonia.Controls.PanAndZoom" Version="11.3.0" />
<PackageVersion Include="Avalonia.Desktop" Version="12.0.0" />
<PackageVersion Include="Avalonia.Fonts.Inter" Version="12.0.0" />
<PackageVersion Include="Avalonia.HarfBuzz" Version="12.0.0" />
<PackageVersion Include="Avalonia.Skia" Version="12.0.0" />
<PackageVersion Include="Avalonia.Themes.Fluent" Version="12.0.0" />
<PackageVersion Include="Avalonia.Xaml.Behaviors" Version="11.3.0.6" />
<PackageVersion Include="CommunityToolkit.Mvvm" Version="8.4.0" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="18.0.1" />
<PackageVersion Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.3" />
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="10.0.102" />
<PackageVersion Include="Newtonsoft.Json" Version="13.0.4" />
<PackageVersion Include="Nuke.Common" Version="10.1.0" />
<PackageVersion Include="ProDiagnostics" Version="12.0.0" />
<PackageVersion Include="ReactiveMarbles.PropertyChanged" Version="2.0.27" />
<PackageVersion Include="reactiveui" Version="22.3.1" />
<PackageVersion Include="System.Reactive" Version="6.1.0" />
<PackageVersion Include="Tmds.DBus.Protocol" Version="0.92.0" />
<PackageVersion Include="xunit" Version="2.9.3" />
<PackageVersion Include="xunit.abstractions" Version="2.0.3" />
<PackageVersion Include="xunit.assert" Version="2.9.3" />
<PackageVersion Include="xunit.core" Version="2.9.3" />
<PackageVersion Include="xunit.extensibility.core" Version="2.9.3" />
<PackageVersion Include="xunit.extensibility.execution" Version="2.9.3" />
<PackageVersion Include="xunit.runner.console" Version="2.9.3" />
<PackageVersion Include="xunit.runner.visualstudio" Version="3.1.5" />
</ItemGroup>
</Project>