-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathDirectory.Packages.props
More file actions
26 lines (26 loc) · 1.24 KB
/
Directory.Packages.props
File metadata and controls
26 lines (26 loc) · 1.24 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
<Project>
<PropertyGroup>
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
<CentralPackageTransitivePinningEnabled>true</CentralPackageTransitivePinningEnabled>
<NoWarn>$(NoWarn);NU1507</NoWarn>
</PropertyGroup>
<ItemGroup Label="Build Deps">
<PackageVersion Include="Cake.Frosting" Version="6.1.0" />
<PackageVersion Include="Cake.GitHub" Version="1.0.0" />
<PackageVersion Include="Cake.GitVersioning" Version="3.9.50" />
</ItemGroup>
<ItemGroup>
<PackageVersion Include="Cake.Addin.Analyzer" Version="0.1.3" />
<PackageVersion Include="Cake.Common" Version="6.1.0" />
<PackageVersion Include="Cake.Testing" Version="6.1.0" />
<PackageVersion Include="AwesomeAssertions" Version="9.4.0" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="18.3.0" />
<PackageVersion Include="xunit.v3" Version="3.2.2" />
<PackageVersion Include="xunit.runner.visualstudio" Version="3.1.5" />
<PackageVersion Include="JetBrains.Annotations" Version="2025.2.4" />
</ItemGroup>
<ItemGroup>
<GlobalPackageReference Include="Nerdbank.GitVersioning" Version="3.9.50" />
<GlobalPackageReference Include="Microsoft.SourceLink.GitHub" Version="10.0.201" />
</ItemGroup>
</Project>