-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathDirectory.Packages.props
More file actions
33 lines (27 loc) · 1.33 KB
/
Directory.Packages.props
File metadata and controls
33 lines (27 loc) · 1.33 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
<Project>
<!-- Global NuGet configuration -->
<PropertyGroup>
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
<CentralPackageFloatingVersionsEnabled>false</CentralPackageFloatingVersionsEnabled>
<CentralPackageTransitivePinningEnabled>true</CentralPackageTransitivePinningEnabled>
</PropertyGroup>
<ItemGroup>
<!-- Build Automation -->
<PackageVersion Include="Sourcy.DotNet" Version="1.1.1"/>
<PackageVersion Include="ModularPipelines" Version="3.1.90"/>
<PackageVersion Include="ModularPipelines.Git" Version="3.1.90"/>
<PackageVersion Include="ModularPipelines.GitHub" Version="3.1.90"/>
<PackageVersion Include="ModularPipelines.DotNet" Version="3.1.90"/>
<!-- Testing -->
<PackageVersion Include="TUnit" Version="1.28.7"/>
<PackageVersion Include="Shouldly" Version="4.3.0"/>
<PackageVersion Include="BenchmarkDotNet" Version="0.15.8"/>
<!-- System Dependencies -->
<PackageVersion Include="System.Text.Json" Version="10.0.5"/>
</ItemGroup>
<!-- Development Dependencies -->
<ItemGroup>
<GlobalPackageReference Include="Polyfill" Version="10.0.0"/>
<GlobalPackageReference Include="JetBrains.Annotations.Sources" Version="2025.2.4"/>
</ItemGroup>
</Project>