-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDirectory.Packages.props
More file actions
22 lines (22 loc) · 1.18 KB
/
Directory.Packages.props
File metadata and controls
22 lines (22 loc) · 1.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<Project>
<PropertyGroup>
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
<CentralPackageTransitivePinningEnabled>true</CentralPackageTransitivePinningEnabled>
</PropertyGroup>
<ItemGroup>
<PackageVersion Include="ClosedXML" Version="0.105.0" />
<PackageVersion Include="DeterministicIoPackaging" Version="0.13.0" />
<PackageVersion Include="DocumentFormat.OpenXml" Version="3.3.0" />
<PackageVersion Include="MarkdownSnippets.MsBuild" Version="28.0.0-beta.5" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="18.0.0" />
<PackageVersion Include="Microsoft.Office.Interop.Excel" Version="16.0.18925.20022" />
<PackageVersion Include="NUnit" Version="4.4.0" />
<PackageVersion Include="NUnit3TestAdapter" Version="5.2.0" />
<PackageVersion Include="Polyfill" Version="8.9.0" />
<PackageVersion Include="ProjectDefaults" Version="1.0.161" />
<PackageVersion Include="Verify" Version="31.0.2" />
<PackageVersion Include="Verify.DiffPlex" Version="3.1.2" />
<PackageVersion Include="Verify.NUnit" Version="31.0.2" />
<PackageVersion Include="Microsoft.Sbom.Targets" Version="4.1.2" />
</ItemGroup>
</Project>