-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathDirectory.Packages.props
More file actions
24 lines (22 loc) · 993 Bytes
/
Directory.Packages.props
File metadata and controls
24 lines (22 loc) · 993 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<Project>
<PropertyGroup>
<CentralPackageTransitivePinningEnabled>true</CentralPackageTransitivePinningEnabled>
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
</PropertyGroup>
<ItemGroup>
<GlobalPackageReference Include="DotNet.ReproducibleBuilds"
Version="2.0.2" />
<GlobalPackageReference Include="Microsoft.Build.CopyOnWrite"
Version="1.0.334" />
<GlobalPackageReference Include="Nerdbank.GitVersioning"
Version="3.9.50" />
<GlobalPackageReference Include="PolySharp"
Version="1.15.0" />
<GlobalPackageReference Include="StyleCop.Analyzers"
Version="1.2.0-beta.556" />
</ItemGroup>
<ItemGroup>
<PackageVersion Include="Microsoft.Build.Tasks.Core"
Version="17.14.28" />
</ItemGroup>
</Project>