-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDirectory.Packages.props
More file actions
35 lines (29 loc) · 1.52 KB
/
Directory.Packages.props
File metadata and controls
35 lines (29 loc) · 1.52 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
<Project>
<!--
Copyright Subatomix Research Inc.
SPDX-License-Identifier: MIT
-->
<!--
Central Package Management
https://learn.microsoft.com/en-us/nuget/consume-packages/central-package-management
-->
<PropertyGroup>
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
</PropertyGroup>
<ItemGroup>
<PackageVersion Include="DependencyQueue" Version="1.0.0" />
<PackageVersion Include="DotStuff" Version="1.0.0" />
<PackageVersion Include="Microsoft.Data.SqlClient" Version="[5.2.3, 6.0.0)" />
<PackageVersion Include="Microsoft.PowerShell.SDK" Version="[7.2.24, 7.3.0)" />
<PackageVersion Include="Prequel" Version="1.1.0" />
<PackageVersion Include="Subatomix.Build.Packaging.PowerShellModule" Version="1.2.0" />
<PackageVersion Include="Subatomix.Testing" Version="4.0.0" />
<PackageVersion Include="Subatomix.Testing.SqlServerIntegration" Version="4.0.0" />
<PackageVersion Include="System.Management.Automation" Version="[7.2.0, 7.3.0)" />
</ItemGroup>
<ItemGroup>
<GlobalPackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" />
<GlobalPackageReference Include="SauceControl.InheritDoc" Version="2.0.2" />
<GlobalPackageReference Include="Subatomix.Build.Versioning.Semantic" Version="1.1.0" />
</ItemGroup>
</Project>