Use NuGet Central Package Management to manage package versions solution-wise (#4095)

This commit is contained in:
Andrey Sukharev
2022-12-12 18:03:10 +03:00
committed by GitHub
parent 6fe88115a3
commit 535fbec675
17 changed files with 130 additions and 75 deletions

View File

@ -6,8 +6,8 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="MsgPack.Cli" Version="1.0.1" />
<PackageReference Include="System.Management" Version="7.0.0" />
<PackageReference Include="MsgPack.Cli" />
<PackageReference Include="System.Management" />
</ItemGroup>
</Project>