-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathDirectory.Packages.props
More file actions
19 lines (19 loc) · 1001 Bytes
/
Directory.Packages.props
File metadata and controls
19 lines (19 loc) · 1001 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<Project>
<PropertyGroup>
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
<CentralPackageTransitivePinningEnabled>true</CentralPackageTransitivePinningEnabled>
</PropertyGroup>
<ItemGroup>
<GlobalPackageReference Include="Nerdbank.GitVersioning" Version="3.9.50" PrivateAssets="All" />
<GlobalPackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All"/>
</ItemGroup>
<ItemGroup>
<PackageVersion Include="Azure.Bicep.Types" Version="0.5.110" />
<PackageVersion Include="Azure.Bicep.Types.Az" Version="0.2.727" />
<PackageVersion Include="Azure.Deployments.Testing.Utilities" Version="1.527.0" />
<PackageVersion Include="Microsoft.PowerPlatform.ResourceStack" Version="7.0.0.2076" />
<PackageVersion Include="CommandLineParser" Version="2.9.1" />
<PackageVersion Include="MSTest" Version="3.11.0" />
<PackageVersion Include="System.IO.Abstractions" Version="22.1.0" />
</ItemGroup>
</Project>