-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDirectory.Packages.props
More file actions
17 lines (17 loc) · 862 Bytes
/
Directory.Packages.props
File metadata and controls
17 lines (17 loc) · 862 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<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="NServiceBus" Version="9.2.7" />
<PackageVersion Include="ProjectDefaults" Version="1.0.157" />
<PackageVersion Include="Polyfill" Version="8.8.0" />
<PackageVersion Include="Verify.XunitV3" Version="30.7.3" />
<PackageVersion Include="xunit.v3" Version="3.0.0" />
<PackageVersion Include="xunit.runner.visualstudio" Version="3.1.4" />
<PackageVersion Include="Microsoft.Sbom.Targets" Version="4.1.1" />
</ItemGroup>
</Project>