-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Directory.Packages.props
39 lines (36 loc) · 1.73 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<Project>
<PropertyGroup>
<CentralPackageTransitivePinningEnabled>true</CentralPackageTransitivePinningEnabled>
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
</PropertyGroup>
<ItemGroup>
<GlobalPackageReference Include="DotNet.ReproducibleBuilds"
Version="1.2.25" />
<GlobalPackageReference Include="Microsoft.Build.CopyOnWrite"
Version="1.0.334" />
</ItemGroup>
<ItemGroup Condition="'$(UsingVezelZigSdk)' != 'true'">
<GlobalPackageReference Include="Microsoft.CodeAnalysis.PublicApiAnalyzers"
Version="3.3.4" />
<GlobalPackageReference Include="Microsoft.VisualStudio.Threading.Analyzers"
Version="17.12.19" />
<GlobalPackageReference Include="Nerdbank.GitVersioning"
Version="3.6.146" />
<GlobalPackageReference Include="PolySharp"
Version="1.15.0" />
<GlobalPackageReference Include="StyleCop.Analyzers"
Version="1.2.0-beta.556" />
</ItemGroup>
<ItemGroup>
<PackageVersion Include="Microsoft.CodeAnalysis.BannedApiAnalyzers"
Version="3.3.4" />
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp"
Version="4.11.0" />
<PackageVersion Include="Microsoft.Extensions.Hosting"
Version="9.0.0" />
<PackageVersion Include="Microsoft.Extensions.Hosting.Systemd"
Version="9.0.0" />
<PackageVersion Include="Wcwidth"
Version="2.0.0" />
</ItemGroup>
</Project>