-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathDirectory.Packages.props
More file actions
20 lines (20 loc) · 940 Bytes
/
Directory.Packages.props
File metadata and controls
20 lines (20 loc) · 940 Bytes
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>
</PropertyGroup>
<ItemGroup>
<!-- SuperSocket packages -->
<PackageVersion Include="SuperSocket.ProtoBase" Version="2.0.1" />
<PackageVersion Include="SuperSocket.Server" Version="2.0.1" />
<PackageVersion Include="SuperSocket.Command" Version="2.0.1" />
<PackageVersion Include="SuperSocket.Client" Version="2.0.1" />
<!-- Build and development tools -->
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="1.1.1" />
<!-- Test packages -->
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<PackageVersion Include="xunit" Version="2.4.2" />
<PackageVersion Include="xunit.runner.visualstudio" Version="2.4.5" />
<PackageVersion Include="coverlet.collector" Version="6.0.0" />
<PackageVersion Include="Moq" Version="4.18.4" />
</ItemGroup>
</Project>