-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathDirectory.Packages.props
More file actions
23 lines (23 loc) · 1.26 KB
/
Directory.Packages.props
File metadata and controls
23 lines (23 loc) · 1.26 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>
<ItemGroup>
<!-- Tmds.Ssh dependencies -->
<PackageVersion Include="BouncyCastle.Cryptography" Version="2.6.2" />
<PackageVersion Include="Microsoft.Bcl.Cryptography" Version="10.0.8" />
<PackageVersion Include="Microsoft.CodeAnalysis.PublicApiAnalyzers" Version="3.3.4">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageVersion>
<PackageVersion Include="Microsoft.Extensions.Logging.Abstractions" Version="10.0.8" />
<!-- Test dependencies -->
<PackageVersion Include="PublicApiGenerator" Version="11.5.4" />
<PackageVersion Include="Verify.XunitV3" Version="31.19.0" />
<PackageVersion Include="xunit.v3" Version="3.2.2" />
<PackageVersion Include="System.Linq.Async" Version="7.0.1" />
<PackageVersion Include="Tmds.ExecFunction" Version="0.8.0" />
<!-- Example dependencies -->
<PackageVersion Include="Microsoft.Extensions.Logging.Console" Version="9.0.3" />
<PackageVersion Include="System.CommandLine" Version="2.0.0-beta5.25306.1 " />
<PackageVersion Include="Azure.Identity" Version="1.12.0" />
<PackageVersion Include="Azure.Security.KeyVault.Keys" Version="4.6.0" />
</ItemGroup>
</Project>