-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDirectory.Packages.props
More file actions
20 lines (20 loc) · 1.03 KB
/
Directory.Packages.props
File metadata and controls
20 lines (20 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<Project>
<PropertyGroup>
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
<CentralPackageTransitivePinningEnabled>true</CentralPackageTransitivePinningEnabled>
</PropertyGroup>
<ItemGroup>
<PackageVersion Include="MarkdownSnippets.MsBuild" Version="28.0.0-beta.2" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.14.1" />
<PackageVersion Include="NUnit" Version="4.3.2" />
<PackageVersion Include="NUnit3TestAdapter" Version="5.0.0" />
<PackageVersion Include="Polyfill" Version="8.0.1" />
<PackageVersion Include="ProjectDefaults" Version="1.0.156" />
<PackageVersion Include="Shipwreck.Phash.Bitmaps" Version="0.5.0" />
<PackageVersion Include="System.Drawing.Common" Version="9.0.6" />
<PackageVersion Include="Verify" Version="30.4.0" />
<PackageVersion Include="Verify.DiffPlex" Version="3.1.2" />
<PackageVersion Include="Verify.Nunit" Version="30.4.0" />
<PackageVersion Include="Microsoft.Sbom.Targets" Version="4.0.3" />
</ItemGroup>
</Project>