-
Notifications
You must be signed in to change notification settings - Fork 54
/
Directory.Packages.props
25 lines (21 loc) · 1.16 KB
/
Directory.Packages.props
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
<Project>
<ItemGroup>
<!-- Tmds.DBus dependencies -->
<PackageVersion Include="System.Reflection.Emit" Version="4.7.0" />
<PackageVersion Include="System.Security.Principal.Windows" Version="5.0.0" />
<!-- Tmds.DBus.Protocol dependencies -->
<PackageVersion Include="System.IO.Pipelines" Version="8.0.0" />
<PackageVersion Include="System.Threading.Channels" Version="8.0.0" />
<!-- Tmds.DBus and Tmds.DBus.Protocol common dependencies -->
<PackageVersion Include="Microsoft.Bcl.AsyncInterfaces" Version="8.0.0" />
<!-- Tmds.DBus.Tool dependencies -->
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.8.0" />
<PackageVersion Include="Microsoft.CodeAnalysis.Workspaces.Common" Version="4.8.0" />
<PackageVersion Include="Microsoft.Extensions.CommandLineUtils" Version="1.1.1" />
<!-- Test dependencies -->
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.6.0" />
<PackageVersion Include="xunit" Version="2.4.2" />
<PackageVersion Include="xunit.runner.visualstudio" Version="2.4.5" />
<PackageVersion Include="coverlet.collector" Version="6.0.0" />
</ItemGroup>
</Project>