-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDirectory.Packages.props
More file actions
45 lines (39 loc) · 2.22 KB
/
Copy pathDirectory.Packages.props
File metadata and controls
45 lines (39 loc) · 2.22 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<Project>
<PropertyGroup>
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
</PropertyGroup>
<ItemGroup>
<!-- Azure packages -->
<PackageVersion Include="Azure.Core" Version="1.47.3" />
<PackageVersion Include="Azure.Identity" Version="1.16.0" />
<PackageVersion Include="Azure.Security.KeyVault.Secrets" Version="4.8.0" />
<!-- Microsoft Graph packages -->
<PackageVersion Include="Microsoft.Graph" Version="5.88.0" />
<PackageVersion Include="Microsoft.Graph.Core" Version="3.2.4" />
<PackageVersion Include="Microsoft.Kiota.Abstractions" Version="1.17.1" />
<PackageVersion Include="Microsoft.Kiota.Authentication.Azure" Version="1.17.1" />
<PackageVersion Include="Microsoft.Kiota.Http.HttpClientLibrary" Version="1.17.1" />
<PackageVersion Include="Microsoft.Kiota.Serialization.Form" Version="1.17.1" />
<PackageVersion Include="Microsoft.Kiota.Serialization.Json" Version="1.17.1" />
<PackageVersion Include="Microsoft.Kiota.Serialization.Multipart" Version="1.17.1" />
<PackageVersion Include="Microsoft.Kiota.Serialization.Text" Version="1.17.1" />
<!-- Identity packages -->
<PackageVersion Include="Microsoft.Identity.Client" Version="4.77.0" />
<!-- Observability packages -->
<PackageVersion Include="OpenTelemetry" Version="1.12.0" />
<PackageVersion Include="OpenTelemetry.Extensions.Hosting" Version="1.12.0" />
<PackageVersion Include="OpenTelemetry.Instrumentation.AspNetCore" Version="1.12.0" />
<PackageVersion Include="OpenTelemetry.Instrumentation.Http" Version="1.12.0" />
<!-- Resilience packages -->
<PackageVersion Include="Polly" Version="8.4.2" />
<!-- JSON packages -->
<PackageVersion Include="Newtonsoft.Json" Version="13.0.1" />
<!-- Test packages -->
<PackageVersion Include="Microsoft.AspNetCore.Mvc.Testing" Version="8.0.11" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageVersion Include="xunit" Version="2.9.0" />
<PackageVersion Include="xunit.runner.visualstudio" Version="2.8.2" />
<PackageVersion Include="FluentAssertions" Version="6.12.0" />
<PackageVersion Include="coverlet.collector" Version="6.0.2" />
</ItemGroup>
</Project>