-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDirectory.Packages.props
More file actions
23 lines (23 loc) · 1.23 KB
/
Directory.Packages.props
File metadata and controls
23 lines (23 loc) · 1.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<Project>
<PropertyGroup>
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
<CentralPackageTransitivePinningEnabled>true</CentralPackageTransitivePinningEnabled>
</PropertyGroup>
<ItemGroup>
<PackageVersion Include="MarkdownSnippets.MsBuild" Version="28.0.2" />
<PackageVersion Include="Microsoft.Extensions.DependencyInjection" Version="10.0.5" />
<PackageVersion Include="Microsoft.Sbom.Targets" Version="4.1.5" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="18.3.0" />
<PackageVersion Include="ProjectDefaults" Version="1.0.172" />
<PackageVersion Include="ProjectFiles" Version="1.1.1" />
<PackageVersion Include="Serilog" Version="4.3.1" />
<PackageVersion Include="CliFx" Version="2.3.6" />
<PackageVersion Include="Serilog.Sinks.File" Version="7.0.0" />
<PackageVersion Include="Serilog.Sinks.Console" Version="6.1.1" />
<PackageVersion Include="Verify.DiffPlex" Version="3.1.2" />
<PackageVersion Include="Verify.ImageMagick" Version="3.8.7" />
<PackageVersion Include="Verify.Serilog" Version="3.2.0" />
<PackageVersion Include="Verify.TUnit" Version="31.15.0" />
<PackageVersion Include="TUnit" Version="1.23.7" />
</ItemGroup>
</Project>