-
Notifications
You must be signed in to change notification settings - Fork 221
Expand file tree
/
Copy pathDirectory.Packages.props
More file actions
30 lines (30 loc) · 1.39 KB
/
Directory.Packages.props
File metadata and controls
30 lines (30 loc) · 1.39 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
<Project>
<PropertyGroup>
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
<CentralPackageTransitivePinningEnabled>true</CentralPackageTransitivePinningEnabled>
</PropertyGroup>
<ItemGroup Label="Avalonia">
<PackageVersion Include="Avalonia" Version="12.0.0" />
<PackageVersion Include="Avalonia.Desktop" Version="12.0.0" />
<PackageVersion Include="Avalonia.Themes.Fluent" Version="12.0.0" />
<PackageVersion Include="Avalonia.Themes.Simple" Version="12.0.0" />
<PackageVersion Include="Avalonia.Headless.NUnit" Version="12.0.0" />
<PackageVersion Include="AvaloniaUI.DiagnosticsSupport" Version="2.2.0" />
<PackageVersion Include="Tmds.DBus.Protocol" Version="0.92.0" />
</ItemGroup>
<ItemGroup Label="TextMate">
<PackageVersion Include="TextMateSharp" Version="2.0.3" />
<PackageVersion Include="TextMateSharp.Grammars" Version="2.0.3" />
</ItemGroup>
<ItemGroup Label="Testing">
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="18.4.0" />
<PackageVersion Include="NUnit" Version="4.5.1" />
<PackageVersion Include="NUnit3TestAdapter" Version="4.6.0" />
</ItemGroup>
<ItemGroup Label="Build">
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="10.0.201" />
</ItemGroup>
<ItemGroup Label="Other">
<PackageVersion Include="CommunityToolkit.Mvvm" Version="8.4.2" />
</ItemGroup>
</Project>