-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDirectory.Packages.props
More file actions
23 lines (21 loc) · 1.17 KB
/
Copy pathDirectory.Packages.props
File metadata and controls
23 lines (21 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<Project>
<PropertyGroup>
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
</PropertyGroup>
<ItemGroup>
<!-- Production dependency versions are owned in this file so app, library, and tests cannot drift. -->
<PackageVersion Include="CommandLineParser" Version="2.9.1" />
<PackageVersion Include="Google.Protobuf" Version="3.36.1" />
<PackageVersion Include="Grpc.Tools" Version="2.83.0" />
<PackageVersion Include="libphonenumber-csharp" Version="9.0.38" />
<PackageVersion Include="Microsoft.Web.WebView2" Version="1.0.4191.47" />
<PackageVersion Include="Newtonsoft.Json" Version="13.0.4" />
<PackageVersion Include="SteamKit2" Version="3.4.0" />
<PackageVersion Include="ZXing.Net" Version="0.16.11" />
<PackageVersion Include="ZXing.Net.Bindings.Windows.Compatibility" Version="0.16.16" />
<!-- Test-only packages remain centrally pinned, while ownership stays with the test project. -->
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageVersion Include="xunit" Version="2.9.3" />
<PackageVersion Include="xunit.runner.visualstudio" Version="2.8.2" />
</ItemGroup>
</Project>