Skip to content

Commit a88a552

Browse files
committed
Create Directory.Packages.props
1 parent 5a53cc8 commit a88a552

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

src/Directory.Packages.props

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<Project>
2+
<PropertyGroup>
3+
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
4+
</PropertyGroup>
5+
<ItemGroup>
6+
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="18.0.1" />
7+
<PackageVersion Include="NServiceBus" Version="10.0.0" />
8+
<PackageVersion Include="ProjectDefaults" Version="1.0.170" />
9+
<PackageVersion Include="Verify.Xunit" Version="31.10.0" />
10+
<PackageVersion Include="Xunit" Version="2.9.3" />
11+
<PackageVersion Include="xunit.runner.visualstudio" Version="3.1.5" />
12+
<PackageVersion Include="XunitContext" Version="3.3.2" />
13+
</ItemGroup>
14+
</Project>

0 commit comments

Comments
 (0)