-
Notifications
You must be signed in to change notification settings - Fork 330
Expand file tree
/
Copy pathDirectory.Packages.props
More file actions
23 lines (22 loc) · 1.23 KB
/
Directory.Packages.props
File metadata and controls
23 lines (22 loc) · 1.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<Project>
<Import Project="..\..\..\Directory.Packages.props" />
<!-- Dependencies shared with SqlClient tests and Extensions/Internal tests. -->
<ItemGroup>
<PackageVersion Include="Microsoft.DotNet.XUnitExtensions" Version="11.0.0-beta.25476.3" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.14.1" />
<PackageVersion Include="xunit" Version="2.9.3" />
<PackageVersion Include="xunit.runner.visualstudio" Version="2.8.2" />
<PackageVersion Include="xunit.runner.console" Version="2.9.3" />
</ItemGroup>
<!-- SqlClient test dependencies. -->
<ItemGroup>
<PackageVersion Include="BenchmarkDotNet" Version="0.15.8" />
<PackageVersion Include="Microsoft.Extensions.Hosting" Version="9.0.13" />
<PackageVersion Include="Microsoft.SqlServer.SqlManagementObjects" Version="181.15.0" />
<PackageVersion Include="Microsoft.SqlServer.Types" Version="170.1000.7" />
<PackageVersion Include="System.Formats.Asn1" Version="10.0.3" />
<PackageVersion Include="System.Data.Odbc" Version="10.0.3" />
<PackageVersion Include="System.Security.Principal.Windows" Version="5.0.0" />
<PackageVersion Include="System.ServiceProcess.ServiceController" Version="10.0.3" />
</ItemGroup>
</Project>