-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDirectory.Packages.props
More file actions
28 lines (25 loc) · 1.2 KB
/
Copy pathDirectory.Packages.props
File metadata and controls
28 lines (25 loc) · 1.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<Project>
<PropertyGroup>
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
</PropertyGroup>
<!-- Production packages -->
<ItemGroup>
<PackageVersion Include="libsodium" Version="1.0.20" />
<PackageVersion Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="10.0.0" />
<PackageVersion Include="Microsoft.Extensions.Logging.Abstractions" Version="10.0.0" />
<PackageVersion Include="System.Security.Cryptography.ProtectedData" Version="10.0.0" />
</ItemGroup>
<!-- Build-time / analyzer packages (PrivateAssets="all" remains on the PackageReference) -->
<ItemGroup>
<PackageVersion Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="10.0.100" />
<PackageVersion Include="SecurityCodeScan.VS2019" Version="5.6.7" />
</ItemGroup>
<!-- Test-only packages -->
<ItemGroup>
<PackageVersion Include="coverlet.collector" Version="6.0.4" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.14.0" />
<PackageVersion Include="MSTest.TestAdapter" Version="3.11.1" />
<PackageVersion Include="MSTest.TestFramework" Version="3.11.1" />
<PackageVersion Include="Moq" Version="4.20.72" />
</ItemGroup>
</Project>